Scene.change(newscene:Class) Change the game's current scene. |
Scene.restart(scenename:Class) Discard and reload the named scene. Doesn't change to it (you still need to call Scene.change() afterwards), and doesn't have to be the currently running scene. |