intendi:

onClipEvent (enterFrame) {
incremento += 0.1;
this._xscale = (100*Math.sin(incremento));
}


SK