Skip to main content
July 28, 2008
Question

Don't change pointer on button mouse over

  • July 28, 2008
  • 2 replies
  • 281 views
How do i stop the cursor changing to a hand on mouse over of a button? I don't want the normal pointer to dissapear i just want it to stay the same giving the impression that the button isn't there.

Thanks

Flash CS3 btw
This topic has been closed for replies.

2 replies

July 28, 2008
great, that worked a treat :-)

many thanks
robdillon
Participating Frequently
July 28, 2008
buttonInstanceName.useHandCursor = false;

Just substitute the actual instance name. You can turn it back on at any point by resetting the value to true.