在场景中的时间轴里合适的位置添加动作

_root.mc1.onRollOver = function() {
_root.mc1.useHandCursor = true;
}

mc1是你的movieclip的名称!