PDA

View Full Version : Mouse question



Zimmermann
November 9th, 2005, 11:41 AM
Usually when you have your mouse over a button or an mc with an on(something) code on it your mouse will turn into a hand.

How do I avoid that? =)

lunatic
November 9th, 2005, 11:44 AM
mybutton.useHandCursor = false;

Check Flash for exact syntax

:hr:

Zimmermann
November 9th, 2005, 12:07 PM
Perfect! Thanks, luna

lunatic
November 9th, 2005, 12:08 PM
Welcome :)