ciao a tutti posto qui di seguito il codice di un preloader
qualcuno puķ cortesemente spiegarmi i passi che fa?
onClipEvent (load) {
gesamt = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
bereits = _root.getBytesLoaded();
prozent = bereits*100/gesamt;
mc_balken._width = prozent*2;
prozent = int(prozent)+" %";
if (prozent == "100 %") {
i++;
if (i > 30) {
_root.play ();
}
}
}
grazie
ciao![]()


Rispondi quotando
sotto la voce frame mi indica il frame 2 e non 1..come mai?
:master:
