stai usando un movie clip come cursore quindi al frame due puoi avere un altra foto!
al movie:
onClipEvent(load){
startDrag(this,true);
Mouse.hide();
}
onClipEvent(mouseDown){
if(this.hitTest(_root._xmouse,_root._ymouse,true)) {
this.gotoAndStop(2);
}
}