Question
Manipulating with movieClips in array
Hello,
I want to dynamicly add images from XML to movieClips and then add event listeners to these movieClips. What is the best solution? Could you please help?
XMl loads correctly, it also add 2 movieclips on stage, but it throws errors when I try to add event listeners to movieClips. How could I do that? I want to go to different frames on release of some movieClips. How can I please recognise each movieClip and manipulate with that movieClip ? (resizing,...)
I attached part of my code
I want to dynamicly add images from XML to movieClips and then add event listeners to these movieClips. What is the best solution? Could you please help?
XMl loads correctly, it also add 2 movieclips on stage, but it throws errors when I try to add event listeners to movieClips. How could I do that? I want to go to different frames on release of some movieClips. How can I please recognise each movieClip and manipulate with that movieClip ? (resizing,...)
I attached part of my code