pippo.onEnterFrame=function(){
incremento += 0.1;
this._xscale = (100*Math.sin(incremento));
}