Вах, как красиво!
Конечно такое:

Код:
this.onMouseMove = function(){
if(mc.hitTest(_xmouse,_ymouse)){
Mouse.hide();
this.attachMovie("cursor","cursor",99);
cursor._x = _xmouse;
cursor._y = _ymouse;
}else{
Mouse.show();
cursor.removeMovieClip();
}
}
тоже работает, но не так корректно и красиво, как код Елё. Классно!