May 7, 2003 #1 bubu Programmer Mar 3, 2002 463 RO Hello! Let's say that my movie is 100 frames long. I want it to loop continuosly but with a delay...let's say 10 seconds. So what action should i add instead of the stop action from the end? Regards, Dragos.
Hello! Let's say that my movie is 100 frames long. I want it to loop continuosly but with a delay...let's say 10 seconds. So what action should i add instead of the stop action from the end? Regards, Dragos.
May 8, 2003 #2 wangbar Programmer Jul 23, 2001 1,906 GB function playAgain() { clearInterval(repeat); gotoAndPlay(1); } // repeat = setInterval(playAgain, 10000); stop(); Upvote 0 Downvote
function playAgain() { clearInterval(repeat); gotoAndPlay(1); } // repeat = setInterval(playAgain, 10000); stop();
May 8, 2003 Thread starter #3 bubu Programmer Mar 3, 2002 463 RO This stuff desirves a star for sure Thanks a lot wangbar! Regards, Dragos. Upvote 0 Downvote
May 21, 2003 Thread starter #4 bubu Programmer Mar 3, 2002 463 RO wangbar....for some reason my movie is goim\ng crazy from time to time...when i remove these actions everything goes well. I have a movie and the timeline is divided in 5 parts....i use the actiuons to loop every part when it is selected. Take a close look here: http://www.inwww.ltd.uk/default_new.asp Regards, Dragos. Upvote 0 Downvote
wangbar....for some reason my movie is goim\ng crazy from time to time...when i remove these actions everything goes well. I have a movie and the timeline is divided in 5 parts....i use the actiuons to loop every part when it is selected. Take a close look here: http://www.inwww.ltd.uk/default_new.asp Regards, Dragos.
May 26, 2003 Thread starter #5 bubu Programmer Mar 3, 2002 463 RO http://www.inww.ltd.uk Please guys! an oppinion about this function....something is wrong but i don't know why. 10x! Regards, Dragos. Upvote 0 Downvote
http://www.inww.ltd.uk Please guys! an oppinion about this function....something is wrong but i don't know why. 10x! Regards, Dragos.
May 26, 2003 #6 oldnewbie Technical User Dec 6, 2000 9,142 CA Dragos, check your mail! Regards, Upvote 0 Downvote
May 26, 2003 Thread starter #7 bubu Programmer Mar 3, 2002 463 RO right away Regards, Dragos. Upvote 0 Downvote