Hello,
I have a group of buttons that represent a state on the map of the United
States. When the user places the mouse over one of the States an informational
text box is displayed (the text is too large to place within the button).
Everything works fine except the buttons below the text box appear on top of
the text box. I need the text box to appear above the buttons that it "floats"
over.
Gaius Coffey - 01 Jul 2008 17:00 GMT
In AS 2, there is the .swapDepths() method of MovieClip that will get you around this.
In AS 3, you can play with setChildIndex() or swapChildren() or swapChildrenAt() methods