[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?
[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?
Ciro Marotta - Programmatore JAVA - PHP
Preferisco un fallimento alle mie condizioni che un successo alle condizioni altrui.