I have an empty movie clip linked to a class. I’m dynamically attaching them to the movie, then loading pictures into them. When I do this, the class doesn’t work. When I place the movie clip on the stage, the class works perfectly.
The question is: Do I have to dynamically attach the class for each instance of the movie clip? if so, how? or can you simply not attach a class to a dynamically attached mc?
Thoughts/comments appreciated.