[PHP]onClipEvent (load) {
this.onEnterFrame = function() {
i = this._xscale;
if (i == 50) {
delete this.onEnterFrame;
}
this._xscale += 10;
this._yscale += 10;
};
}
PHP]

perchè non riesco a fermare l'enterframe?