Answered
this looping code isn't working inside a symbol
if (!this.looped) this.looped = 1;
if (this.looped++ == 3) this.stop();
I'm not sure if it never worked inside a movieClip or if something changed recently but it works on the main timeline. How do i get the movieclip to loop 3 times?
