I’m using Composer. Do I:
-
need to remove timers in Scene Destroy? If so how do I do it?
-
need to remove functions and events? I think they are handled by composer but wanted to confirm.
If so how do I do it?
- need to remove a local sensor radius? example: local sensorRadius = 30
If so how do I do it?
- need to remove text objects? If so how do I do it?
I tried totalrockText: removeSelf() with totalrockText = nil and got an error message.
example: totalrockText = display.newText(totalrocks,0, 0, native.systemFontBold, 30 )
Thanks in advance and have a great day.
Lori