I have a basic question I think… In the ‘exitScene’ function of a storyboard, do I need to ‘removeSelf’ and ‘= nil’ all the display objects that I have created explicitly or will removing or deleting the scene be sufficient?
Also, is there a difference in elements and the need to clean them up? For example: display.newImage, display.newText, widget.newButton, or display.newImageRect?
Why don’t you need to nil out variables and tables?
Thanks!
Gullie