in a flash movie i have a movie clip, in the movie clip frames i want it to loop but need to know how never looped before so <<<<<NEWBIE>>>>> here at looping. need anymore info just reply i'll come back and check THANKS FOR THE TIME..
Virt is absolutely correct! You cannot stop it from looping unless you put a stop() action on the last frame of the MC. Leave off the stop() action and you have your loop by default!
dude just test the movie and see what happens..if it don't loop take out the stop action in the last frame..if it does loop(which it will)then your set..
have you tried testing your movie yet at all to see what it does when you play it?
BTW, there's no loop command or action as such, in this case! If you don't put a stop action, the mc should loop on it's own.
But you could force it to loop by simply adding on your last frame:
gotoAndPlay(1);
This is probably wayyyy off what you want, and the other guys have solved your problem, but something that may confuse you about just letting your movie clip loop on its own may be that you have blank frames after it....
If you do, these will play through before your mc starts again.... so delete them and it'll loop fine...
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.