A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: System Mouse Cursors (should be a quick one)

  1. #1
    a.k.a gltovar deadlock32's Avatar
    Join Date
    May 2001
    Location
    Naperville,IL
    Posts
    489

    Smile System Mouse Cursors (should be a quick one)

    I remember in actionscript 2 you were able to change the mouse cursors to other system mouse cursors.

    Does actionscript 3 still have that?

    I already and the event listeners for mouse over and mouse out, and are working fine I just need to know how to use:

    .useHandCursor

    (actually i need the finger pointer Cursor)

    Thanks guys.

  2. #2
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,361
    useHandCursor is now used in conjunction with the buttonMode property.

    myClip.buttonMode = true;

  3. #3
    a.k.a gltovar deadlock32's Avatar
    Join Date
    May 2001
    Location
    Naperville,IL
    Posts
    489
    thank you sir = ]

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