OK, when I’m finished with and image sheet and want to remove it from memory I just nil it out?
[lua]
myImageSheet = nil
[/lua]
Is that it? Since it is a graphics call instead of a display I don’t use display.remove( ) but is there anything else I need to do to release it from memory?