Hello,
On my timeline, I would like to pause (a frame) on my movie for 10sec and then continue to play.
I dont want to use a button…
Can someone help?
Thx
Mel*
Hello,
On my timeline, I would like to pause (a frame) on my movie for 10sec and then continue to play.
I dont want to use a button…
Can someone help?
Thx
Mel*
paste the script in the frame you want the pause…
this.stop();
pause = function () {
play();
clearInterval(pausei);
}
pausei = setInterval(pause, 10000);
=)
:: Copyright KIRUPA 2024 //--