A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Change Cursors

  1. #1
    Junior Member
    Join Date
    Dec 2003
    Posts
    26

    Change Cursors

    Hi,

    I was wondering is it possible to change the cursor for the rollovers.

    I have small buttons that need to be clicked on, but I have made a large invisible button that clears the screen. I'd like to have it so that the hand does not appear when rolling over the invisible button.

    Thanks

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Assuming your button has an instance name of "my_but"...

    on(rollOver){
    // whatever else action you had...
    _level0.my_but.useHandCursor = false;
    }

    If you never wanted that button to show the hand cursor, then simply put that line of code on the frame where that buttons appears, and not necessarilly in the on rollOver script.

  3. #3
    Junior Member
    Join Date
    Dec 2003
    Posts
    26
    Thank you once again ; p

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