Copy link to clipboard
Copied
Hi,
I'm using this actionscript below to stop animation in Animate 2019:
if (!this.loop)
this.loop = 1;
if (this.loop++ == 3)
createjs.Ticker.removeEventListener('tick', stage);
After updating to Animate 2020 this script isn't working any more. I would appreciate any help 🙂
Br / Preben
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now