ciao a tutti....
ho questo script per il preload
car = _root.getBytesLoaded();
tot = _root.getBytesTotal();
progres = parseInt((car*100)/tot)+"%";
avan = int(car/tot*100);
setProperty ("b", _yscale, 0+avan);
if (car == tot) {
gotoAndPlay ("intro", 1);
}
... l'ho sempre usato e andave senza problemi.... ora mi dà questo errore
**Errore** Scena=preload, livello=Layer 1, fotogramma=1:Linea 3: Tipo non corrispondente.
progres = parseInt((car*100)/tot)+"%";
cosa vuol dire tipo non corrispondente?!
che devo fare?
grazie mille
gigigi

Rispondi quotando

