ChangeScene

From MaratisWiki
(Difference between revisions)
Jump to: navigation, search
m
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
Change the scene of the current level :
+
{{lua-function|changeScene|scene}}
 +
 
 +
Change the scene of the current level.
 +
 
 +
{{lua-function-param|scene|scene to change to}}
  
 
     scene = getScene("nextScene")
 
     scene = getScene("nextScene")
 
     changeScene(scene)
 
     changeScene(scene)
  
''note: the loading time depends of the number of physics objects to initialize and the data type of the scene,''<br>
+
'''Note:''' the loading time depends of the number of physics objects to initialize and the data type of the scene, a scene with 'Dynamic' data mode implies the loading of the textures and sounds of the scene, when a scene with a 'Static' data mode already have its textures and sounds in memory.
''a scene with 'Dynamic' data mode implies the loading of the textures and sounds of the scene,''<br>
+
 
''when a scene with a 'Static' data mode already have its textures and sounds in memory.''
+
[[Category:Lua scripting]]
 +
[[Category:Lua function]]
 +
[[Category:Scene]]

Latest revision as of 00:54, 9 February 2014

changeScene(scene)

Change the scene of the current level.

  • scene : scene to change to
   scene = getScene("nextScene")
   changeScene(scene)

Note: the loading time depends of the number of physics objects to initialize and the data type of the scene, a scene with 'Dynamic' data mode implies the loading of the textures and sounds of the scene, when a scene with a 'Static' data mode already have its textures and sounds in memory.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox