Frictional Games Forum (read-only)

Full Version: Fading Out Then Changing Maps?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quite a simple question really, how do I make the script change maps RIGHT when the countdown of the fade out is done? I've searched around, but couldn't find any answers :/

Thanks.
You use a timer that activates at the time it takes to fully fade out. The timer calls a function that contains the ChangeMap() function.
(08-31-2011, 09:25 PM)Your Computer Wrote: [ -> ]You use a timer that activates at the time it takes to fully fade out. The timer calls a function that contains the ChangeMap() function.

Ah! I think I get you, let me try it out...

EDIT: So my function line should be this correct?: "AddTimer("ChangeMap", 9, "ChangeMap()");"

EDIT2: Wait, I finally got the script to work...testing it out now...YES IT WORKS! Thank you so much friend! Big Grin