Real quick guessing here: can't you use the change scene behavior for that? (and optionally some change attribute behaviors to reset any attributes that need resetting)
when you die in the game you will get the startover screen... i have a couple of options on it, return to menu and restart game.
what i did was when touch is pressed on (restart game) change scene to scene1 (which takes you back to the start game) but when it does i can't click on anything, nothing works.
so what i did was drag (reset game) in the rule (which works fine) but it resets to the splash screen.
i don't want it to reset to the splash screen i want it to reset to the home scene.
what attribute only loads the game NOT the splash scene?
Sorry, I have no idea why scene1 doesn't work after you change back to it. Is it possible that your startover-screen is still there, albeit missing the button elements?
Comments
what i did was when touch is pressed on (restart game) change scene to scene1 (which takes you back to the start game) but when it does i can't click on anything, nothing works.
so what i did was drag (reset game) in the rule (which works fine) but it resets to the splash screen.
i don't want it to reset to the splash screen i want it to reset to the home scene.
what attribute only loads the game NOT the splash scene?
thanks