Okay so greetings,
I have some display objects in scene xyz.lua which are initialized and inserted in scene:create()
When these display objects are tapped on, in my game they will disappear.
Now my problem:
When the user goes back to menu(by pressing back button) and again starts the level scene xyz.lua, those display objects that were tapped on remain disappeared. So how to reset or bring them again. Do I do this in the scene:create() ?
Thanks in advance!