What is the correct way to load a level?
by AzraelK · in Torque Game Builder · 10/23/2006 (9:32 am) · 1 replies
What is the correct way to load a level, because if you do this
sceneWindow2D.schedule(2000,"loadLevel","miniplatformer/data/levels/nivel" @ $nivel @ ".t2d");
The game becomes unplayable after ten levels or so, because (aparently) you are not unloading anything from memory.
sceneWindow2D.schedule(2000,"loadLevel","miniplatformer/data/levels/nivel" @ $nivel @ ".t2d");
The game becomes unplayable after ten levels or so, because (aparently) you are not unloading anything from memory.
Torque Owner Thomas Buscaglia
-Thomas