flash 4????
da muss ich leider passen, alles vergessen, aber vielleicht kann das dir helfen:
Bild 1:
total = int(_root.getBytesTotal());
loaded = int(_root.getBytesLoaded());
percent = int(loaded/total*100);
//_root.percent = percent+" %";
if (percent>=99) {
tellTarget ("_root") {
gotoAndPlay(3);
}
} else {
tellTarget ("_root") {
gotoAndPlay(2);
}
}
Bild 2:
tellTarget ("_root") {
gotoAndPlay(1);
}
hilft das??? hab die flash4 syntax total abgelegt. sorry.