PDA

View Full Version : buttons appear in front



omardesign
May 8th, 2004, 11:42 PM
hi,
i have three buttons, and when the user rollsover, I want that particular button to appear in front. How can i do this using AS? thanks

Adam
May 8th, 2004, 11:51 PM
http://www.actionscript.org/tutorials/intermediate/swap_depths/index.shtml

Have a look at this tutorial on swapDepths, I don't know if it works on buttons, but you could always put your buttons in a MC.

Adam

Adam
May 9th, 2004, 12:02 AM
Doesn't appear to work with buttons, but I did a sample up with buttons in a MC.

Adam