I have a button in flash that displays some text on a rollover, but doesn't actually link to anywhere. I want the rollover to show the arrow rather than switching to the hand. Anyone know a quick way to fix this?
myBtn1_btn.useHandCursor = false;
genius!