Answered
Loop timeline twice, then stop on a certain frame before end
Hi, I'm trying to loop the entire timeline twice, but then stop before the end frame on the second loop, is this possible?
I'm current using this snippet:
if (!this.looped) this.looped = 1;
if (this.looped++ == 2) this.stop();
Thanks for your help
