Game Development Community

Switching Scenes?

by Randy Brown · in Torque 3D Beginner · 05/15/2013 (9:46 am) · 4 replies

Is there a way to switch between scenes during gameplay? i.e. - a player clicks on a door from the world space and the interior is loaded, freeing any resources in use from the world scene.

About the author


#1
05/15/2013 (10:20 am)
Do a site search focusing on the Trigger object. It sounds like you want to basically load a 'new level' using a trigger.

Ron
#3
05/16/2013 (3:56 am)
Thank you both, that was exactly what I needed.
#4
05/16/2013 (6:59 pm)
Hah - this question is what made me write that....