Automatic skip

Hi,
I have an intro and I would it to automatically go to Scene 1 after 30 seconds.
Can someone help me?

Thx

Melissa Anne

ok… i’m not sure if i get what u mean… but…

tried this:

gotoAndPlay("-FRAMENAME-","-SCENENAME-");

if the intro is a video… put a keyframe right behind the last frame of the video … if you want to have the intro wait for another 30 seconds after it finished you need a timer as well… dont know what the command for a timer is in ActionScript… maybe something like Sleep(30000)…

if u want the intro finish and then directly got to scene one just put this:

gotoAndPlay("-FRAMENAME-","-SCENENAME-");

in the empty keyframe of your video… (the one u should create)…

if you are searching for a timer function i’d change the topic name to something like: “How to do a Timer”…

hope this helps… yours sincerly…

you could just stretch the timeline to last 30 seconds