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)
gotoAndPlay (4);
Frame 6 (17 B)
gotoAndPlay (4);
Frame 7 (17 B)
V1 = (V2 = "0");
Frame 502 (19 B)
gotoAndPlay (503);
Frame 631 (19 B)
gotoAndPlay (632);
Frame 760 (82 B)
if (V1 != 1) {
gotoAndPlay (632);
V1 = "0";
} else {
gotoAndPlay (761);
}
Frame 941 (19 B)
gotoAndPlay (942);
Frame 1054 (83 B)
if (V2 != 1) {
gotoAndPlay (942);
V2 = "0";
} else {
gotoAndPlay (1055);
}
Frame 1859 (20 B)
gotoAndPlay (1860);
Frame 2036 (20 B)
gotoAndPlay (2037);
Frame 2145 (20 B)
gotoAndPlay (2037);
Frame 2274 (83 B)
if (V1 != 1) {
gotoAndPlay (2146);
V1 = "0";
} else {
gotoAndPlay (761);
}
Frame 2387 (84 B)
if (V2 != 1) {
gotoAndPlay (2275);
V2 = "0";
} else {
gotoAndPlay (1055);
}
Frame 2496 (20 B)
gotoAndPlay (2388);
Frame 2502 (19 B)
gotoAndPlay (632);
Frame 2503 (19 B)
gotoAndPlay (942);
Frame 2505 (20 B)
gotoAndPlay (1055);
Frame 2506 (20 B)
gotoAndPlay (2037);
Symbol 15 Button (60 B)
on (release, keyPress "<Space>") {
gotoAndPlay (7);
}
Symbol 17 Button (55 B)
on (release) {
gotoAndStop (2499);
V1 = (V2 = "0");
}
Symbol 19 Button (121 B)
on (release, keyPress "<Space>") {
gotoAndPlay (7);
var PlayingSound = new Sound();
PlayingSound.setVolume(0);
}
Symbol 39 Button (49 B)
on (press, keyPress "<Space>") {
V1 = 1;
}
Symbol 42 Button (62 B)
on (release, keyPress "<Left>") {
gotoAndPlay (2146);
}
Symbol 50 Button (49 B)
on (press, keyPress "<Space>") {
V2 = 1;
}
Symbol 52 Button (62 B)
on (release, keyPress "<Left>") {
gotoAndPlay (2275);
}
Symbol 72 Button (52 B)
on (release) {
gotoAndPlay (4);
stopAllSounds();
}
Symbol 73 Button (63 B)
on (release, keyPress "<Right>") {
gotoAndPlay (2388);
}
Symbol 74 Button (62 B)
on (release, keyPress "<Right>") {
gotoAndPlay (632);
}
Symbol 76 Button (62 B)
on (release, keyPress "<Right>") {
gotoAndPlay (942);
}
Symbol 78 Button (62 B)
on (release, keyPress "<Left>") {
gotoAndPlay (2037);
}
Symbol 81 Button (55 B)
on (release) {
gotoAndPlay (2502);
V1 = (V2 = "0");
}
Symbol 84 Button (55 B)
on (release) {
gotoAndPlay (2503);
V1 = (V2 = "0");
}
Symbol 87 Button (55 B)
on (release) {
gotoAndPlay (2504);
V1 = (V2 = "0");
}
Symbol 90 Button (55 B)
on (release) {
gotoAndPlay (2506);
V1 = (V2 = "0");
}
Symbol 92 Button (34 B)
on (release) {
gotoAndPlay (4);
}