Help with loadmovie overlap!

Hola,

I have several mcs that load with the following command:

mc1.onRelease = function() {
loadMovie (“movie.swf”, “base_mc”);
}

Base mc is my empty container movieclip. Basically I have a gallery with thumbnails that load a movie with the appropriate gallery content. The issue is, these movies load on top of the thumbnails movieclip, showing overlap. I could just cover the overlap but I can still click on the buttons in the background. How can I make it so the new movies are higher level or depth than the base movie clip? :crying: