maguskrool
Technical User
Hello.
I've created a Movie Clip (mcMain)at authoring time and created several others inside it (mc_1,...,mc_n). I've exported it for actionscript as myMC and then created the corresponding custom class.
When I try to create a new instance of myMC dynamically, I can't access the children Movie Clips from the myMC class. I can, however, access them if the instance is added at authoring time.
How can I access the children Movie Clips from the class for dynamically added instances?
Thanks in advance.
I've created a Movie Clip (mcMain)at authoring time and created several others inside it (mc_1,...,mc_n). I've exported it for actionscript as myMC and then created the corresponding custom class.
When I try to create a new instance of myMC dynamically, I can't access the children Movie Clips from the myMC class. I can, however, access them if the instance is added at authoring time.
How can I access the children Movie Clips from the class for dynamically added instances?
Thanks in advance.