Ragazzi ho provato movieclip.useHandCursor sia botton.useHandCursor, funzionano!
Questo è il codice per il movieclip:
onClipEvent(enterFrame) {
this.onRollOver = function() {
this.useHandCursor = false;
this.gotoAndPlay(2);
}
this.onRollOut = function() {
this.useHandCursor = false;
this.gotoAndPlay(6);
}
}
:metallica