munky.net

design and open source

November 15, 2003
by rdo
0 comments

Using custom AS2.0 classes with MovieClips that contain Components

When creating a movie clip with an associated AS 2.0 class (using the Linkage dialog for the symbol), any components on that movie clip cannot be accessed in the constructor of the class. References to the component instances will be non-null, but they’ll appear as plain movieclip instances and not have any of the methods or fields from their component classes. Continue reading