PDA

View Full Version : Changing button's mouse pointer


Nate Acheson
02-14-2003, 08:08 PM
Is there a way to turn off the "you can click this" pointer for a specific button? I don't want to drag a custom arrow around.. I just want some buttons to not show the hand with finger pointer.. is this possible?

jimburton
02-14-2003, 09:22 PM
yes:)

my_btn.useHandCursor = false;

coolioman
12-25-2004, 02:31 AM
that didnt work 4 my flash 5 :(

r u guys usin a version over 5, or am i just putting the code wrong.

i dont know where 2 put the code anyway
and shouldnt i have the button name somewhere in the code?

pls help

rynoe
12-31-2004, 01:27 AM
on(rollOver){
mouse.hide();
}
on(rollOut){
mouse.show();
}

coolioman
12-31-2004, 04:13 AM
they dont want the mouse gone, just the hand cursor