codice:
_root.Animazione.Carattere.txt.onEnterFrame = function(){ 
if(_root.Animazione.Carattere.txt._alpha=100){//qui devi dare == o >=
this._alpha-=50; 
}else{ 
this._alpha=100;
delete this.onEnterFrame 
} 
}