Movie Depth

Hi All,

I have what should be an easy question.

My movie consit of a main timeline, a menu movie and some assorted content movies.

The question is I am building subMenu within the menu MC. However these subMenu (built by using duplicateMovie) appear above a transition effect (eventhough the transition effect is ona higher layer).

I am guessing it has to do with the subMenu depth being higher than the transition MC.

Can anyone tell me how i can get the depth of both MCs and modify them to my liking.

Gracias

when you duplicate your movies, you put them on a new depth seperate from the orginal clip - something you specify and something, as you are defining, above your transition.

The easy route is for your transition to be above those clips - and how to do that?

transitionClip.swapDepths(100000);

or something to that effect :wink:

that was it. It worked. Gracias.