codice:
this.onEnterFrame=function(){
if(clip._alpha==100)
delete this.onEnterFrame
else
clip._alpha+=10;
}