ChangeScene
(Difference between revisions)
(Created page with "Load a scene from an object scene. You have to load a scene to use this function.") |
|||
| Line 1: | Line 1: | ||
Load a scene from an object scene. | Load a scene from an object scene. | ||
You have to load a scene to use this function. | You have to load a scene to use this function. | ||
| + | |||
| + | scene = loadScene("nextScene") | ||
| + | changeScene(scene) | ||
Revision as of 18:32, 7 January 2013
Load a scene from an object scene. You have to load a scene to use this function.
scene = loadScene("nextScene")
changeScene(scene)