as3 useHandCursor


In as3, to use useHandCursor is easy, to use a hand cursor on a MovieClip that has event listeners (for example, a CLICK event) – you simply need two lines of code to use a hand cursor, if you have a MovieClip named myMC, type the following code:

myMC.buttonMode = true;
myMC.useHandCursor = true;

Hope this helps. :)

Share and Enjoy:
  • Print this article!
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Technorati
  • Twitter
  • Yahoo! Bookmarks

  1. No comments yet.
(will not be published)