Call to a possibly undefined method addFrameScript

I decided that I should start posting some of the little niggles that I come across everyday, and the solutions that I've found, so that other people can find them somewhat easier than I may have (although that means years of PHP problems have been lost in the mists of time!)

addFrameScript is an undocumented method (does not appear in the ActionScript Language Reference) that allows you to *something *something as explained well at troyworks, AS3: MovieClip.addFrameScript

Essentially if you have a Document Class (if using external ActionScript files as opposed to Timeline scripting) that extends Sprite instead of MovieClip, you won't be able to use Timeline scripting if *something *something

(I will figure this out properly later, but I'm at work now!)

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <p> <h3> <h4>
  • Lines and paragraphs break automatically.
  • HTML tags will be transformed to conform to HTML standards.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
1 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.