1 decade ago by TrexKikBut
How do you get the name of the current level?
This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact
// Set the current level as a var. ig.game.currentLevel = "MyTestLevel"; // Load the current level. ig.game.loadLevel( ig.global[ "Level" + ig.game.currentLevel ] );
ig.game.currentLevel
.