Help with movie clip

Hello all,

I am somewhat new to actionscripting so this may be quite simple for one of you out there.

I have a fla movie that has a group of 9 mc’s. Each mc is set to play onrollover and stop on mouse out. Simple enough. The problem is this.

The mc’s are layered so that the first mc, located top left when it is supposed to expand is hidden behind the other 8 mc’s. I placed them all on the same layer hoping that would solve my problem, of course it did not.

Essentially I want the active mc to basically go above the others. Does that make sense? I am thinking maybe something in the action script changing the _root? I don’t know, like I said I am fairly new to action scripting.

I have posted the swf file for any to see what I am talking about here:
http://brainofj.com/flashtrial.htm

I appreciate any help any one can provide me.

Thanks

I can sort of imagine what your timeline looks like and can see your problem.

Working on the premise that you have the 9 clips in the _root timeline. My immediate thought it to think laterally with the timeline as well as vertically with the layers. For instance, when you rollOver say movieclip04_mc the root playhead moves to frame 4 where the other mc’s are ordered so 4 is actually on top.

Have a look at MovieClip.swapDepths()