Hi,
so I have this main scene where my menu is, from it you can access an option screen which constists of another scene. In the option screen you can operate different choices, one these supposedly should affect the appearance of the previous menu (in this case I’m trying to remove an object from the main menu).
The thing is when i go back to the menu from the option screen the menu scene is already loaded (create phase has occured the first time the scene was loaded) so into which phase am I supposed to put a line such as display.remove (myobject) ?? I’ve tried to stuff it everywhere in ‘showscene’ but it doesn’t do anything? Why is this???
Thanks