Simple mouse over action

i want my inviz button to not show the hand cursor. i just want the arrow to stay the same

so inside a simple action i added the actionscript but it doenst work, it still shows the hand…this is what i have on the inviz butt

on (rollOver) {gotoAndPlay(2);
myButton.useHandCursor = false;

}

any help is appreciated, thank u