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
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
whats your FPS? if it is 12, then you could make the intro 30*12 = 360 frames long and to the last frame You can put: gotoAndPlay(“Scene 1”, 1);
that should do it…
Hum I am not sure if I explained my probelem clearly, here it is;
I have an intro looping and after 30 seconds I want it automatically jump to Scene 1.
How do I do that?
Mel
Can try using setInterval
:: Copyright KIRUPA 2024 //--