Originariamente inviato da rempox
codice:
tuoclip1.OnMouseMove = function(){
   if(this.hitTest(_root._xmouse,_root._ymouse, false)){
           // mouse sopra
           this.swapDepths(tuoclip2)
   }else{
           // no sopra
   }
}
lo provo e ti faccio sapere
grazie mille!