# Simple mouse over action

**URL:** https://forum.kirupa.com/t/simple-mouse-over-action/167666
**Category:** Uncategorized
**Created:** [October 30, 2005, 8:48pm UTC](https://forum.kirupa.com/t/simple-mouse-over-action/167666 "2005-10-30T20:48:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![somdow](https://avatars.discourse-cdn.com/v4/letter/s/f05b48/32.png) [@somdow](https://forum.kirupa.com/u/somdow)
#### Post date: [October 30, 2005, 8:48pm UTC](https://forum.kirupa.com/t/simple-mouse-over-action/167666/1 "2005-10-30T20:48:56Z")

</div>

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
