Copy link to clipboard
Copied
Can anyone help me out with ActionScript 3?
Im looking to loop a movie from frame 78 to the end.
So, I want to play the entire movie from beginning to end, then go to frame 78 and loop from 78 to the end forever.
Your support is much appreciated. Thanks,
Copy link to clipboard
Copied
on the last frame of you movieclip:
gotoAndPlay(78);
Find more inspiration, events, and resources on the new Adobe Community
Explore Now