Sep 25, 2001 #1 august MIS Aug 24, 2000 150 PH How can i put some delay on my movie to repeat or re-start from the very beginning? Thanks, August
Sep 25, 2001 #2 Bignewbie Programmer Feb 22, 2001 351 PH you can put more frames at its end or you could make an mc that loops for a certain number of times then use this script: tell target(../){ gotoandStop(1); } i think. you should check the syntax though. but its kinda like that bignewbie Upvote 0 Downvote
you can put more frames at its end or you could make an mc that loops for a certain number of times then use this script: tell target(../){ gotoandStop(1); } i think. you should check the syntax though. but its kinda like that bignewbie