codice:
movieclip.onRollOver=function(){
this.stop();
}

movieclip.onRollOut=function(){
this.play();
}