Groups | Blog | Home
all groups > flash (macromedia) > november 2003 >

flash (macromedia) : Delay Script


maddogfloyd
11/5/2003 11:08:30 PM
Can someone let me know how to pause for a designated time on one frame in the timeline then continue after the designated time passes?

urami_
11/6/2003 8:49:48 AM

[quoted text, click to view]


There is few ways , from getTimer to setInterval.

Say stop for 3 seconds and continue to play
_root.stop();
setInterval(myFunction, 3000);
function myFunction() {
trace("interval called!");
_root.play();
}


3000 milliseconds = 3 sec

Regards

urami_*



<lsym>

There's no place like 127.0.0.1

AddThis Social Bookmark Button