PDA

View Full Version : buttons on lower levels


capo
08-31-2001, 09:06 PM
i want to avoid a problem before i get there.
here is the deal:

on level0 of my main movie i have a navigation that will slide under a mask to hide.

i will load a new .swf into level1.

the new .swf will be over the same "physical" space as the hidden navigation. i know button on lower levels will remain active so, do move the buttons of the navigation of the stage?
or is there a way to make button "unactive"
or any other solution

thx.

poab
09-01-2001, 12:06 AM
Hi,

See

http://www.actionscripts.org/forums/showthread.php3?threadid=5153


You make it inactive is the answer. You could move it off the stage if you want to though.

capo
09-01-2001, 01:52 AM
thank you

that information looks perfect.
i'm too tired now, to test it.