PDA

View Full Version : Button Background rollover.



FlashPlaya
December 16th, 2008, 10:02 PM
Hey Guys,

I am tying to build a nav with some button that overlap, and they have drop shadow on them. How can I create a custom shape that the button uses?

buttonClip.Shape.blabla..


Thanks.

I just nested a clip in the button, and called that in the rollover.

FlashPlaya
December 16th, 2008, 10:12 PM
K. I fix that. But how do disable a movieClip so that it does not get in the way?

Thanks

figured this out also: yourClip.mouseEnabled = false;