ciao a tutti,
perchè non incrementa la propieta alpha in base alla percentuale di caricamento??
dove progres ècodice:onClipEvent (enterFrame) { for (i = _root.progres; i < 100; i++) { setProperty(_root.lancetta,_alpha, i); trace(i); } }
grazie millecodice:tot = _root.getBytesTotal(); car = _root.getBytesLoaded(); progres = Math.round((car*100)/tot); if (car>=tot) { _root.gotoAndPlay(3); }
![]()