Visualizzazione dei risultati da 1 a 3 su 3

Discussione: errore che non trovo!!

  1. #1

    errore che non trovo!!

    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?!?!

  2. #2
    si scrive:

    onEnterFrame = this;


    ma che fa questo script? :master:

    regalami un oggi da favola...e il domani bhe!?non mi importa se tu 6 con me! ©Ily

  3. #3
    sto facendo delle propve :d

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.