Forum Moderators: open
But it works. :-D
Stretch the "pause" timeline over three frames. Let's put them at 12 and 14.
Frame 12:
count = 0;
Frame 13:
count=count+1;
frame14
if (count < 50) { gotoAndPlay(13); }
When count reaches 50 or more it will continue to the next frame.
[macromedia.com...]