PDA

View Full Version : Removing the Hand Cursor


dennissteir
03-01-2005, 06:51 PM
What is the best way to remove the hand cursor from a button that does not need to be pressed? It is simply a rollover and I want to get rid of the hand.

Thanks
Dennis

Doccie
03-01-2005, 07:24 PM
I think setting it's on stage behavior to graphic... Or was it the other way around :D

JEBoothjr
03-01-2005, 08:23 PM
Try:


mybutton.useHandCursor = false;