function rotate1() {
val = 0;
this = _root.mainHome.foto_mini;
function () {
if (_root.frame == 1) {
this.swapDepths(20);
this._rotation = this._rotation+40;
} else {
this.cx = (this.cx+-this._rotation/1)/3.700000;
this._rotation = this._rotation+this.cx;
if (this.cx>=1) {
delete ("onEnterFrame");
}
}
}
onEnterFrame[function ()] = this;
}
mi dive detto che:
Scena=Scena 1, Livello=Livello 5, Fotogramma=1:Linea 18: È previsto '{'
onEnterFrame[function ()] = this;
Scena=Scena 1, Livello=Livello 5, Fotogramma=1:Linea 19: È previsto ']'
}
ma dove sbaglio?!?!

Rispondi quotando