useHandCursor on a MovieClip in AS3
To use a hand cursor on a MovieClip that already has event listeners - you simply need two lines of code to use a hand cursor:
myMC.useHandCursor = true;
AS3 doesn’t automatically know a MovieClip is a button unless you:
1) Have already added mouse event listeners.
2) Tell myMC that its buttonMode = true.
Happy Scripting.
About this entry
You’re currently hearting “useHandCursor on a MovieClip in AS3,” an entry on I h♥rt actionscript.
- written:
- 09.27.07 / 1am
- category:
- AS3

1 Comment
Jump to comment form | comments rss [?] | trackback uri [?]