Skip to main content
jayesh.r.sidhwani
Known Participant
July 22, 2009
Question

FLA code from AS

  • July 22, 2009
  • 1 reply
  • 548 views

Hello,

I want to use the methods, gotoAndStop(), nextFrame() etc in a ".as" code.

I am very new to this and i am getting an error : 1180 Call to an possibly undefined method when i use it in ".as" file.

Someone please help me..

Thanks

    This topic has been closed for replies.

    1 reply

    July 22, 2009

    This really belongs in a different forum, but...

    1. Did you import the flash.display.MovieClip class into your .as class?

    2. Are you certain the movieClip you are invoking these methods on exists and the class has a valid reference to the movieClip?