Game Development Community

Splash screen tutorial problem

by James Ford · in Torque Game Builder · 04/22/2006 (9:43 am) · 1 replies

In the splash screen tutorial I am having this problem:

It seems to skip past the first two splash screens and just load the mainscreen.gui (or whichever is loaded last). So it seems when it checks if it is "done" // eg. if(ggsplash.done) // it is always coming back true...at least this could be an explanation. How can i get these to load properly?

#1
04/23/2006 (5:38 pm)
Probably just a mistake in your code. Post it so we can see