ciao a tutti,
scusate ma non capisco perchè questo preload non và...
primo frame
codice:car = _root.getBytesLoaded(); tot = _root.getBytesTotal(); perc = Math.round((car*100)/tot); trace (car+" "+tot+" "+perc) _root.testoload = perc+"%"; if (car == tot && car>1024) { _root.testoload = ""; nextScene(); }
secondo frame
:master: Graziecodice:gotoAndPlay(1);