Hey, maybe It’s not a good question, but anyway.
If I want to destroy scene’s objects, what should I do exactly?
button1:removeSelf()
button1 = nil
…and so on with all the objects I’ve made?!
And if I have scene:create function with local objects in it, can’t I access it from scene:destroy function to remove it? Does it mean that I can’t erase local objects from memory?
I explained it as I could.
Thanks.