se l'mc deve ruotare da 0 a 180:
codice:
onClipEvent (enterFrame) {
   if(this._rotation != 180){
      this._rotation += 1 ;
   }
}