Hi ! all
I want to stop my timeline for few seconds, how I can ???
I try with setInterval, but i think i do mistake somewhere,
Can anyone give me the exact script for that.
plz. help me in that…
Hi ! all
I want to stop my timeline for few seconds, how I can ???
I try with setInterval, but i think i do mistake somewhere,
Can anyone give me the exact script for that.
plz. help me in that…
function unpause() {
gotoAndPlay(_currentframe+1);
clearInterval(my_interval);
}
my_interval = setInterval(unpause, 5000);
stop();
This is for 5 seconds stop…(5000 milliseconds)
Ok… what’s the Interval thingy…? I don’t think i’ve ever come across it while I played around with AS ( nooblet here) so… what is it?
sanjay: You posted the exactly same question the other day, and I answered with the same exactly code that amaze gave you. Heres the thread: link
Please do not post multiple threads on the same subject next time.
Spirit: Check this tutorial
http://www.kirupa.com/developer/actionscript/setinterval.htm
:: Copyright KIRUPA 2024 //--