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. :)




















































