PDA

View Full Version : Hum, levels question



bodyvisual
June 11th, 2004, 09:57 AM
All right, i lost the other words (stupid ie...) so, heres the short version of the book...

main movie loads sub movie, home.swf, into level13. however, when i load this in, the loaded movie goes over the navigation panel (www.bodyvisual.com/temp/layoutSized.jpg (http://www.bodyvisual.com/temp/layoutSized.jpg)). Bad news, I know.

Is there a quick fix, like a navPanelMC.swapDepths(13)?

thx in advance,

m

//btw, the nav is the thing with the butterflys in the corner... :)

Zakalwe
June 11th, 2004, 10:35 AM
I don't know if you can swap a depth of a mc so that it'd be above the level 13 (haven't all of the levels got their own individual depth ranges, independant from each other?)

But what works for sure, is loading the .swf to a container mc and then either swap navPanel's depth above the container's... Or simply have the container lie on a layer below the navPanel.

(but you can try first the levels, of course) :)

bodyvisual
June 11th, 2004, 10:41 AM
oh, good call.. will def try the empty mc thing
:) thanks

bodyvisual
June 11th, 2004, 10:54 AM
i fixed it.. just changed the position of the nav to over the blue thing

Zakalwe
June 11th, 2004, 12:32 PM
Great! :)

(the most simple solutions are always most difficult to find, aren't they? :P )

bodyvisual
June 11th, 2004, 12:37 PM
too true! ^___^ thx for the insp. to change it :)