Hi everyboby !!!
My written english is not so good, but I will try to explain me as good as I can.
I am try to create movieclip dinamically. I am using duplicateMovieClip :
duplicateMovieClip (_root.Option, "Op" + i, i);
In that way I can to obtain many instants: Op1, Op2... of the movieclip: Option
Now, I wonder how I can attach a event to these new instants
I mean,for example :I need that every new instants has diferent behavior when then event mousedown occurs.
Thank
My written english is not so good, but I will try to explain me as good as I can.
I am try to create movieclip dinamically. I am using duplicateMovieClip :
duplicateMovieClip (_root.Option, "Op" + i, i);
In that way I can to obtain many instants: Op1, Op2... of the movieclip: Option
Now, I wonder how I can attach a event to these new instants
I mean,for example :I need that every new instants has diferent behavior when then event mousedown occurs.
Thank