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

this.stop() not working on html5 canvas

New Here ,
Mar 23, 2023 Mar 23, 2023

met with this error message when i try test animation. Scene 1, Layer 'Actions', Frame 1, Line 13, Column 65 1061: Call to a possibly undefined method bind through a reference with static type Function.

158
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
Community Expert ,
Mar 23, 2023 Mar 23, 2023

"this" is probably undefined.

 

for more info, post the relevant lines of code.

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
Community Expert ,
Mar 23, 2023 Mar 23, 2023

That's an AS3 compiler error.

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
Community Expert ,
Mar 23, 2023 Mar 23, 2023
LATEST

Hi.

 

You're working on an AS3 document.

 

Switch to an HTML5 Canvas document by going to File > Converto To > HTML5 Canvas or just copy and paste your content to an AS3 document.

 

Regards,

JC

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