I was wondering if anyone could offer some tutorials or advice that would show me how to develop a movieClip class that would allow the id of the movieClip(that was placd on the stage with attachMovie) to be transfered to some other code on the main timeline, when a hitTest becomes true?
Normally, I would just put the code that I wanted to activate with the hitTest becoming true in the instance of the MovieClip, but since I am dynamically loading the movieClips, I won’t have a chance to place any code on the instance.
I just thought of another way that I could make the samething happen without classes, although I would still like to learn how to incorporate classes in this case because I believe that it will be more efficient.
Any help would be greatly appreciated :thumb: