Nevermind, I found it. I used:
function playAgain() {
clearInterval(repeat);
gotoAndPlay(1);
}
//
repeat = setInterval(playAgain, 10000);
stop();
THANKS! :)
Hi, I need to know how to (in a movie clip) Delay the first frame for about 5 seconds, then after the delay...play frames 2-5, then on frame 5 gotoandplay frame 1. I read the post that was kinda similiar but was for a button and said:
my_btn.onRelease = function(){
gotoAndStop(...);
wait =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.