View Full Version : Changing Scene using a timer


KiocK
05-14-2005, 01:16 PM
Hello,

I'd like to be able to change to a different scene based on a timer, anyone help me out? I think it involes getTimer() but what I've found on the net so far hasn't helped me.

eg I want to go to scene 2 frame 1 at 20secs.

Thanks

bagel head
05-14-2005, 05:39 PM
what are you using?
if its PP i can help you, if its some other thing i dont know....

KiocK
05-14-2005, 06:42 PM
Using Flash MX, actionscript.

VooDoo
05-14-2005, 08:48 PM
Hello,

I'd like to be able to change to a different scene based on a timer, anyone help me out? I think it involes getTimer() but what I've found on the net so far hasn't helped me.

eg I want to go to scene 2 frame 1 at 20secs.

Thanks

You don't even need a time script just put your sprites or frames at the end of the 20 sec spot timeline, and have a stop script there telling it to jump when it gets there.

KiocK
05-15-2005, 06:55 AM
I know I could do that, however I would be awarded more marks if I used actionscript instead.

Thanks anyways though.