If you are using a movieclip as a button and want the hand cursor to appear when it is rolled over, for each MovieClip, set the property “buttonMode” to true.
myMC.buttonMode = true;
Or you can continue to use the SimpleButton class – which does it automatically.
Tech Reference: AS3
Leave a Reply