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

this.stop() not working on html5 canvas

New Here ,
Mar 23, 2023 Mar 23, 2023

Copy link to clipboard

Copied

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.

Views

113

Translate

Translate

Report

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

Copy link to clipboard

Copied

"this" is probably undefined.

 

for more info, post the relevant lines of code.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

That's an AS3 compiler error.

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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