function is paused while the level loads

Posted By: Iglarion

function is paused while the level loads - 05/21/12 21:23

Hi all!

I just trying to make some dynamic loading level panel, everything works ok, but when the level loading, the function is paused until it finishes loading. Here simple example:

function main(){
...
while(1){
ent_loading.tilt -= 8 * time_step;
}
}

How make that entity tilt a whole time when level is loading? I hope this is possible.
Posted By: Espér

Re: function is paused while the level loads - 05/21/12 21:38

http://www.conitec.net/beta/on_level.htm

Should help you out. ^^
Posted By: Iglarion

Re: function is paused while the level loads - 05/21/12 22:41

Thank you so much Esper this is what i need wink !
Sometimes it is only necessary to open the manual blush
© 2024 lite-C Forums