Actionscript 3: document class Q
Actionscript 3: document class Q
Out of context: Reply #1
- Started
- Last post
- 14 Responses
- PonyBoy0
home_mc isn't defined yet... even if it's sitting as a Movieclip on the main timeline... the document class won't see it...
... you need to export that movieClip so it's available in the library then create an instance in the document class like so:
var home_mc: MyHomeMC = new MyHomeMC ;