Well I haven’t posted a question here for quite sometime so it would seem that I’ve learned a thing or 2 from you all.:liar:
Here is my problem:
I have an mc on stage at _level0. I am loading 2 .swf into _levlel1 & _level2. What I want to do is change the mc at _level0 to_level3. My current coding:
covermc.duplicateMovieClip(“cover”, this.getNextHighestDepth(), {_x:20, _y:450});
Now the _x,_y coordinates work but moving the _level does not. At least I know the script is targeting the mc. I’ve played with the " this.getNextHighestDepth" AS but still can’t seem to affect the clip _level hierarchy.
What is happening is the 2 external .swf are still loading ontop of
the covermc. Perhaps I’m attempting the impossible ( dumb *** ) or some of you have the answer.
Thank you,
FlashBaby