[font=times new roman][size=3][COLOR=RoyalBlue]Hello,
I have two containers on my root movie; when two different buttons are clicked, two different movie clips will appear in their respective containers. Using the attachMovie command, it retrieves them from my library, but how can I arrange it in my code so that movie clips of one container is always on top of the other container? Ie. Movie clips of container1 will always appear in front of container2. I thought at first it had to do with the depth in the command…
MovieClip.attachMovie (idName, newName, depth);
But setting the buttons for container2 to zero only partially places the movie clips behind… (I have depth set to 1 for the buttons controlling container1). Then I thought it must be the layering in the timeline? No…
Hmmmm, any help is much appreciated, Thanks![/COLOR][/font][/size]