codice:
tuoclip1.OnMouseMove = function(){
   if(this.hitTest(_root._xmouse,_root._ymouse, false)){
           // mouse sopra
           this.swapDepths(tuoclip2)
   }else{
           // no sopra
   }
}