mc._x = 0 mc._y = 0 var par = 0; mc.onEnterFrame = function() { par++ if (par<=20) this._x+=5 if (par > 20) { this._xscale+=1; this._yscale+=1; } }