si MX

_root.Animazione.Carattere.txt.onEnterFrame = function(){
if(_root.Animazione.Carattere.txt._alpha=100){
this._alpha-=50;
}else{
this._alpha=100;
delete this.onEnterFrame
}
}