Looping sequence not exporting to video in Animate CC
Hi all,
I'm trying to export videos for review that incorporate the looping sequence set in the timeline, but it's only exporting the second loop.
The sequence is set to loop once, then restart, and finish at the second loop. The code for it is
if (!this.looped) this.looped = 1;
if (this.looped++ == 2) this.stop();
When using the Export Video option, the output file is not exporting the first loop, just the second. Is there a way to incorporate the whole sequence of the video?
