mi puoi fare un'esempio aggiungendo i primi tre qui
questo è il primo frame va tutto qui giusto??codice:tot = _root.getBytesTotal(); car = _root.getBytesLoaded(); perc = Math.round(car/tot*10000); _root.lancetta._rotation += Math.PI*perc/360; _root.lancetta1._rotation -= Math.PI*perc/80; progres = "ricezione dati " + Math.round((car*100)/tot) + " %"; barra._xscale = Math.round((car*100)/tot); if (car>=tot) { _root.gotoAndPlay(3); }
![]()