I am mocking up a flash application where we have a grid of buttons. As the user selects a button, it expands to allow text entry and covers up appx. 90% of the other buttons in the grid. I've got the animation to look good, and I'd like to demo two buttons to the client, but right now, I can only have one of the dynamic panels on top.
Is there a way to change the Z-order of the panels via the cases, so that when one is clicked, that panel is the top layer and will "float" above the other buttons?
Thanks!