Actionscript3 - handcursor buttonmode

Use this code to show the handcursor when hovering over a displayobject in as3. The cursor turns into a pointing finger similar to the css cursor:pointer directive.

mySprite.buttonMode = true;
mySprite.useHandCursor = true;
mySprite.mouseChildren = false;
Reply:
 
 
 
 
rendered @ Wed May 22 23:48:04 CEST 2013