swapDepth

hey,
flash cs3, as2, i have a movie clip that is a panel composed of multiple little image, in this MC each little image is a MC itself, with this code on:
*onClipEvent(enterFrame){
if(this.hitTest(_root._xmouse, _root._ymouse)){
this.nextFrame();

}
else {
this.prevFrame();
}

}*

in each of this lil MC you have a rollover animation, that brings the concerned image to the center of the stage and then scale up,
my pb is that this animation happens behind the movie clip, how do i bring it in front?
heeeeeeelp!
thanks:angel:

Have you tried with getNextHighestDepth()?

tell me more about it, i do a lot of copy/paste/adjust…
thanks