Here is a screenshot of what I’m working with at the moment…
https://i.stack.imgur.com/45GX9.png
The area that I’ve outlined in red shows the frames that I want to loop after the rest of the animation has stopped. The ActionScript in the layer above is simply a stop(); command for the whole animation.
The two layers that I need to loop are a tweening ‘highlight’ and the relevant mask to fit it to the type below.
Here is a screenshot of what I’m working with at the moment… https://i.stack.imgur.com/45GX9.png The
Share
If for whatever reason you can’t or don’t want to create a looping movieClip you could simply change the
stop();command togotoAndPlay(70);