Getting MovieClips in AS3 to have Mouse Cursor hand symbol rollovers when used as buttons

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:

Leave a Reply

Your email address will not be published. Required fields are marked *

Proudly powered by WordPress | Theme: Baskerville 2 by Anders Noren.

Up ↑