11/27/2010

as2 simple delay

//請放在關鍵影格裡面

//at frame 1 暫停一秒鐘繼續播
delay = 1000; //1000一秒,以此類推
function playMovie() {
play();//as here
clearInterval(pauseInt);
}

//at the end of the animation or between of your animations
stop();
pauseInt = setInterval(playMovie, delay);

No comments:

Post a Comment