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;