Hi there, I would like to duplicate a movieClip that exists in a SWF that has been loaded into the main movie and place this duplicate into a different SWF that is loaded intop the main movie. I am not sure if this is possible and can’t get this to work.
I have made a simple movie with 2 movieclips and the code inside of one of the boxes tries to duplicate the other movieclip using this code:
[AS]
duplicateMovieClip(_root.my_mc, “my2_mc”, 2);
my2_mc._x += 100;
[/AS]
As I say I’m not sure I can target MCs in that are not on the same level as the function is called from, if somone could advise me a way to do this it would be really handy.
Thanks for any suggestions guys!
Schm:cool: