Skip to main content
Participant
April 22, 2020
Question

Animate 2019 / 2020 actionscript - looping issue

  • April 22, 2020
  • 0 replies
  • 118 views

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

    This topic has been closed for replies.