Game Development Community

SceneLoader Help

by Do Not Delete · in Torque X 2D · 07/24/2007 (6:23 pm) · 0 replies

After the splashscreen ends it supposed to show Main_Menu.txscene with this code:

PlatformerStarter.Game.Instance.SceneLoader.Load(@"data\levels\main_menu.txscene");

But it just fades to black and nothing happens.

Can anyone help?