Need to make new level happen
by Draken Knight · in Torque Game Builder · 02/19/2011 (11:35 pm) · 1 replies
Hi I need to make a new scene happen in my game, I making a game that blends Pong, Bricks, and air hockey. When the last brick is destroyed I want to make it so that it goes to the next scene.
here is the code I got so far,
public void LevelCompleted()
{
SceneLoader.Load(@"data\levels\level_02.txscene");
}
here is the code I got so far,
public void LevelCompleted()
{
SceneLoader.Load(@"data\levels\level_02.txscene");
}
Torque 3D Owner Ronny Bangsund
Torque Cheerleaders
or this, with a delay (when playing transitions/loading animations in a window in front, for example):