A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: button cursor

  1. #1
    Anyone know how to change the default cursor that appears when you point at a button in flash?

    e.g Changing the standard white hand, to a cursor i have made myself.


  2. #2
    Banned MopFlash's Avatar
    Join Date
    Jan 2003
    Location
    Perth, W.A.
    Posts
    136

    i know

    in the frame holding the button use this script:

    yourBTN.useHandCursor = false;

    replave yourBTN with the button instance name, thats in the top left if properties
    or if u want to get rid of the mouse all together use this script:

    Mouse.hide();

    Hope this works for ya

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center