A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Curser

  1. #1
    Member
    Join Date
    Jan 2003
    Posts
    97

    Curser

    Hi,

    How can I make the curser stay at being an arrow instead of a hand when placed on a button?

    Thanks
    Thanx and God Bless

  2. #2
    Senior Member littleMatt's Avatar
    Join Date
    Apr 2004
    Posts
    1,148
    Draw whatever cursor you want to have in your movie, name its instance "cursor" and put this code on the first frame of your movie:

    startDrag(_root.cursor,true);
    Mouse.hide()

  3. #3
    Member
    Join Date
    Oct 2003
    Location
    Finland
    Posts
    84
    To have your cursor stay as the arrow over a button use:

    code:

    yourButtonName.useHandCursor=false


  4. #4
    Senior Member littleMatt's Avatar
    Join Date
    Apr 2004
    Posts
    1,148
    Originally posted by Mathrim
    To have your cursor stay as the arrow over a button use:

    code:

    yourButtonName.useHandCursor=false

    I couldn't get this to work, I put it on the first frame of the movie with my button name but nothing happened. What am I doing wrong??

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