I have a flash menu where each button brings itself to the top by swapping depths with a number that adds 1 to itself every time the mouse moves over a button. the only problem is, when the user clicks a button, i want an animated mask to make the other buttons disappear. this works fine if i never swap the depths of the buttons. and if i try to set the depth of the mask through actionscript, it still doesn’t mask out the buttons. anyone have any ideas on how to fix this?
thanks in advance