Frame 1 (302 B)
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 100;
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndStop(3);
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (17 B)
gotoAndStop (5);
Frame 6 (17 B)
V1 = (V2 = "0");
Frame 39 (139 B)
V0 = random(3);
if (V0 == 1) {
gotoAndPlay (40);
} else if (V1 != 1) {
gotoAndPlay (6);
V1 = "0";
} else {
gotoAndPlay (74);
}
Frame 73 (79 B)
if (V2 != 1) {
gotoAndPlay (6);
V2 = "0";
} else {
gotoAndPlay (74);
}
Frame 584 (19 B)
gotoAndPlay (585);
Frame 618 (19 B)
gotoAndPlay (585);
Symbol 16 Button (60 B)
on (release, keyPress "<Space>") {
gotoAndPlay (6);
}
Symbol 19 Button (53 B)
on (release, keyPress "<Space>") {
V1 = "1";
}
Symbol 21 Button (53 B)
on (release, keyPress "<Space>") {
V2 = "1";
}
Symbol 25 Button (60 B)
on (release, keyPress "<Space>") {
gotoAndPlay (6);
}