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

Error message

Community Beginner ,
Nov 06, 2013 Nov 06, 2013

What does "call to a possibly undefined method mean?

In my case, it's a font name that comes right after this phrase. I just want to know what exactly that error message means.

I'm using AS3.

Thank you in advance!

TOPICS
ActionScript
279
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 ,
Nov 06, 2013 Nov 06, 2013
LATEST

it means you're using something like:

var whatever:Whatever=new Whatever();  // and flash doesn't know what Whatever is.

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