Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Animate 2019 / 2020 actionscript - looping issue

New Here ,
Apr 22, 2020 Apr 22, 2020

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

95
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation