Hi. Is there a way to restart a game? The thing is that I want to add a button so that when the players lose, they can try to play again. I tried with gotoPrevFrame but it is not an option that actually resets the game.
have you tried gotoAndStop(1)
You can do that ^^^
Or fully reload the page by using window.location.reload(true)
(only works on html or zip exports, not in editor)
1 Like