Hey,
Is it possible to remove a gotoAndPlay from a movieclip?
for example:
start an animation.
When the animation reaches frame 50, gotoAndPlay(1)
This will make frames 1-50 play on loop.
is it possible to run this loop twice and then let the movie carry on playing past frame 50?
Thanks in advance.