Hi,
Found a strange issue with using attachMovie.
In myLibrary I have an MC with a linkage ID. Inside this clip are two buttons which are linked to “myClass” that extends MovieClip.
When I attach the MC to the stage, the properties within “myClass” are not accessable unless I wait for a frame to access them (not an option). The button mc’s are visible and targetable, but their class properties are not (public vars trace as undefined).
Does anybody know how to deal with this?