A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: rollover.mouse.arrow

  1. #1
    Senior Member
    Join Date
    Mar 2001
    Posts
    197

    rollover.mouse.arrow

    I was wondering how what methods to write on a button that will make the users mouse stay an arrow. (not hand)

    It's got to be something like this:

    on(rollOver){
    this.Mouse.arrow();
    }


    If anybody could help me out I would really appreciate it. Thanks in advance.

  2. #2
    Senior Member
    Join Date
    May 2000
    Posts
    122
    there is a property of MovieClips and Buttons that is called "useHandCursor", so you need to set it to false:
    code:

    myButton.useHandCursor = false;



    check the flash help for more info

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