Frame 1
stop();
fscommand ("showmenu", false);
fscommand ("fullscreen", false);
fscommand ("allowscale", true);
Stage.showMenu = false;
play_btn.enabled = false;
volume1 = 100;
volume2 = 75;
this.onEnterFrame = function () {
persen = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
xpersen = ((((((persen + " % BORING ") + persen) + " % BORING ") + persen) + " % BORING ") + persen) + " % BORING ";
bar_mc.gotoAndStop(persen);
if (persen >= 100) {
gotoAndStop ("completed");
delete this.onEnterFrame;
}
};
Instance of Symbol 73 MovieClip [API Connector (NewgroundsAPI)] in Frame 1
//component parameters
onClipEvent (construct) {
api_id = "13769:I52P8wgw";
encryption_key = "vvLM5BEVe6KJ6c7FoXTs588Sw9cpaXxJ";
version = "";
fake_session = true;
debug = true;
error_screens = true;
medal_popups = true;
}
Frame 10
stop();
enter_btn.onRelease = function () {
gotoAndStop (16);
};
Instance of Symbol 189 MovieClip in Frame 10
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Frame 16
play();
Frame 200
stop();
gotoAndStop (201);
Frame 201
stop();
start_btn.onRelease = function () {
var _local1 = "Boring Play";
com.newgrounds.API.unlockMedal(_local1);
gotoAndStop (202);
};
more_btn.onRelease = function () {
getURL ("http://www.belugerinstudios.com", "_blank");
};
Instance of Symbol 189 MovieClip in Frame 201
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Frame 202
stop();
start_btn.onRelease = function () {
gotoAndStop (203);
};
Instance of Symbol 189 MovieClip in Frame 202
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Frame 203
function jatuhMusuh() {
if (jenisMusuh <= 2) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = random(560) + 40;
musuh._y = (-random(10)) - 10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
} else if (jenisMusuh <= 4) {
i = 1;
while (i <= 2) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
if (i == 1) {
musuh._x = random(200) + 360;
} else {
musuh._x = random(200) + 40;
}
musuh._y = -10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 6) {
i = 1;
while (i <= 3) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
if (i == 1) {
musuh._x = random(125) + 50;
} else if (i == 2) {
musuh._x = random(125) + 250;
} else {
musuh._x = random(125) + 450;
}
musuh._y = -10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 8) {
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
if (i == 1) {
musuh._x = random(100) + 0;
} else if (i == 2) {
musuh._x = random(100) + 200;
} else if (i == 3) {
musuh._x = random(100) + 350;
} else {
musuh._x = random(100) + 500;
}
musuh._y = -10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 10) {
randMusuh = random(250);
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = i * 30;
musuh._x = musuh._x + 50;
musuh._x = musuh._x + randMusuh;
musuh._y = -10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 12) {
randMusuh = random(150);
i = 1;
while (i <= 8) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = i * 30;
musuh._x = musuh._x + 50;
musuh._x = musuh._x + randMusuh;
musuh._y = -10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 14) {
randMusuh = random(100);
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = i * 30;
musuh._x = musuh._x + 50;
musuh._x = musuh._x + randMusuh;
musuh._y = -10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 16) {
randMusuh = random(50);
i = 1;
while (i <= 8) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = i * 30;
musuh._x = musuh._x + 10;
musuh._x = musuh._x + randMusuh;
musuh._y = -10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
randMusuh2 = random(75);
i = 1;
while (i <= 8) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = i * 30;
musuh._x = musuh._x + 325;
musuh._x = musuh._x + randMusuh2;
musuh._y = -10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 18) {
randMusuh = random(50);
i = 1;
while (i <= 8) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = i * 30;
musuh._x = musuh._x + 10;
musuh._x = musuh._x + randMusuh;
musuh._y = -10;
musuh.speed = random(5) + 1;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
randMusuh2 = random(75);
i = 1;
while (i <= 8) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = i * 30;
musuh._x = musuh._x + 325;
musuh._x = musuh._x + randMusuh2;
musuh._y = -10;
musuh.speed = random(5) + 1;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 20) {
randMusuh = random(450) + 80;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 22) {
randMusuh = random(200) + 50;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
randMusuh2 = random(200) + 350;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh2;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 24) {
randMusuh = random(125) + 50;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
randMusuh2 = random(125) + 250;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh2;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
randMusuh3 = random(125) + 450;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh3;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 26) {
randMusuh = random(100) + 50;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
randMusuh2 = random(100) + 200;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh2;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
randMusuh3 = random(100) + 350;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh3;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
randMusuh4 = random(100) + 500;
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh4;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -3;
} else if (rand == 1) {
musuh.speedX = 3;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 28) {
delayMusuh = 9000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
rand = random(2);
if (rand == 0) {
musuh._x = -50;
musuh.speed = 6;
} else {
musuh._x = 690;
musuh.speed = -6;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
} else if (jenisMusuh <= 30) {
delayMusuh = 6000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
rand = random(2);
if (rand == 0) {
musuh._x = -50;
musuh.speed = 9;
} else {
musuh._x = 690;
musuh.speed = -9;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
} else if (jenisMusuh <= 32) {
delayMusuh = 3000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
rand = random(2);
if (rand == 0) {
musuh._x = -50;
musuh.speed = 12;
} else {
musuh._x = 690;
musuh.speed = -12;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
} else if (jenisMusuh <= 34) {
delayMusuh = 3000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 2) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
rand = random(2);
if (i == 1) {
musuh._x = -50;
musuh.speed = random(4) + 2;
} else {
musuh._x = 690;
musuh.speed = (-random(4)) - 2;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 36) {
delayMusuh = 4000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
rand = random(2);
if ((i == 1) || (i == 3)) {
musuh._x = -50;
musuh.speed = random(4) + 2;
} else {
musuh._x = 690;
musuh.speed = (-random(4)) - 2;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 38) {
delayMusuh = 5000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 6) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
rand = random(2);
if (((i == 1) || (i == 3)) || (i == 5)) {
musuh._x = -50;
musuh.speed = random(4) + 2;
} else {
musuh._x = 690;
musuh.speed = (-random(4)) - 2;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 40) {
delayMusuh = 6000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
rand = random(2);
i = 1;
while (i <= 2) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 700;
musuh.speed = -4;
} else {
musuh._x = musuh._x - 300;
musuh.speed = 4;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 42) {
delayMusuh = 5000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
rand = random(2);
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 700;
musuh.speed = -6;
} else {
musuh._x = musuh._x - 300;
musuh.speed = 6;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 44) {
delayMusuh = 4000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
rand = random(2);
i = 1;
while (i <= 6) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 700;
musuh.speed = -8;
} else {
musuh._x = musuh._x - 300;
musuh.speed = 8;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 46) {
delayMusuh = 3000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
rand = random(2);
i = 1;
while (i <= 8) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 700;
musuh.speed = -10;
} else {
musuh._x = musuh._x - 300;
musuh.speed = 10;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 48) {
delayMusuh = 6000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
rand = random(2);
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 700;
musuh.speed = -12;
} else {
musuh._x = musuh._x - 300;
musuh.speed = 12;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 1000;
musuh.speed = -12;
} else {
musuh._x = musuh._x - 700;
musuh.speed = 12;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 50) {
delayMusuh = 9000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
rand = random(2);
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 700;
musuh.speed = -4;
} else {
musuh._x = musuh._x - 300;
musuh.speed = 4;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 1000;
musuh.speed = -4;
} else {
musuh._x = musuh._x - 700;
musuh.speed = 4;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 1300;
musuh.speed = -4;
} else {
musuh._x = musuh._x - 1000;
musuh.speed = 4;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 52) {
delayMusuh = 9000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
rand = random(2);
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 700;
musuh.speed = -4;
} else {
musuh._x = musuh._x - 300;
musuh.speed = 4;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 1000;
musuh.speed = -6;
} else {
musuh._x = musuh._x - 700;
musuh.speed = 6;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 1300;
musuh.speed = -4;
} else {
musuh._x = musuh._x - 1000;
musuh.speed = 4;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 1600;
musuh.speed = -6;
} else {
musuh._x = musuh._x - 1300;
musuh.speed = 6;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 54) {
delayMusuh = 9000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 6) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 150;
musuh._x = musuh._x + 900;
musuh.speed = -5;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 6) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 150;
musuh._x = musuh._x - 1280;
musuh.speed = 5;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 56) {
delayMusuh = 18000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 150;
musuh._x = musuh._x + 900;
musuh.speed = -5;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 150;
musuh._x = musuh._x - 2200;
musuh.speed = 5;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 58) {
delayMusuh = 12000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
rand = random(2);
i = 1;
while (i <= 24) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 30;
if (rand == 1) {
musuh._x = musuh._x + 1000;
musuh.speed = -8;
} else {
musuh._x = musuh._x - 1000;
musuh.speed = 8;
}
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 60) {
delayMusuh = 20000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x + 900;
musuh.speed = -6;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 480;
musuh._x = i * 200;
musuh._x = musuh._x + 1000;
musuh.speed = -6;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 62) {
delayMusuh = 20000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x + 900;
musuh.speed = -6;
musuh.speedY = 15;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x + 900;
musuh.speed = -6;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 480;
musuh._x = i * 200;
musuh._x = musuh._x + 1000;
musuh.speed = -6;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 64) {
delayMusuh = 18000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x + 900;
musuh.speed = -4;
musuh.speedY = 8;
musuh.speedYAwal = 8;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2800;
musuh.speed = 4;
musuh.speedY = 8;
musuh.speedYAwal = 8;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 64) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 480;
musuh._x = i * 30;
musuh._x = musuh._x + 1000;
musuh.speed = -6;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 66) {
delayMusuh = 25000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.speedY = 15;
musuh.speedYAwal = 15;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 76) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 480;
musuh._x = i * 30;
musuh._x = musuh._x - 2350;
musuh.speed = 4;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 68) {
delayMusuh = 25000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.speedY = 12;
musuh.speedYAwal = 12;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.speedY = 6;
musuh.speedYAwal = 6;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.speedY = 3;
musuh.speedYAwal = 3;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 64) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 480;
musuh._x = i * 30;
musuh._x = musuh._x - 2350;
musuh.speed = 4;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh <= 70) {
delayMusuh = 30000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.speedY = 12;
musuh.speedYAwal = 12;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.speedY = 6;
musuh.speedYAwal = 6;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.speedY = 3;
musuh.speedYAwal = 3;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x - 2500;
musuh.speed = 4;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 64) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 480;
musuh._x = i * 30;
musuh._x = musuh._x - 2350;
musuh.speed = 4;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x + 1100;
musuh.speed = -4;
musuh.speedY = 12;
musuh.speedYAwal = 12;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x + 1100;
musuh.speed = -4;
musuh.speedY = 6;
musuh.speedYAwal = 6;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x + 1100;
musuh.speed = -4;
musuh.speedY = 3;
musuh.speedYAwal = 3;
musuh.xdelay = 0;
musuh.onEnterFrame = enterMusuh4;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 12) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 450;
musuh._x = i * 200;
musuh._x = musuh._x + 1100;
musuh.speed = -4;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
i = 1;
while (i <= 64) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._y = 480;
musuh._x = i * 30;
musuh._x = musuh._x + 1100;
musuh.speed = -4;
musuh.onEnterFrame = enterMusuh3;
dalamMusuh++;
i++;
}
} else if (jenisMusuh == 71) {
delayMusuh = 10000;
clearInterval(idJatuh);
idJatuh = setInterval(jatuhMusuh, delayMusuh);
i = 1;
while (i <= 20) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = random(640);
musuh._y = (-random(10)) - 10;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
j = 1;
while (j <= 20) {
randMusuh = random(640);
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh;
musuh._y = i * 30;
musuh._y = musuh._y - 200;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -5;
} else if (rand == 1) {
musuh.speedX = 5;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
j++;
}
i = 1;
while (i <= 20) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = random(640);
musuh._y = ((-random(10)) - 10) - 600;
musuh.speed = 2;
musuh.onEnterFrame = enterMusuh;
dalamMusuh++;
i++;
}
j = 1;
while (j <= 20) {
randMusuh = random(640);
i = 1;
while (i <= 4) {
musuh = attachMovie("musuh_mc", "musuh_mc" + dalamMusuh, dalamMusuh);
musuh._x = randMusuh;
musuh._y = i * 30;
musuh._y = musuh._y - 800;
musuh.speed = 3;
rand = random(2);
if (rand == 0) {
musuh.speedX = -5;
} else if (rand == 1) {
musuh.speedX = 5;
}
musuh.speedY = -20;
musuh.onEnterFrame = enterMusuh2;
dalamMusuh++;
i++;
}
j++;
}
} else {
cekMenang();
}
if (dalamMusuh >= 1000) {
dalamMusuh = 1;
}
jenisMusuh++;
}
function enterMusuh4() {
this._y = this._y - this.speedY;
this.speedY--;
if (this.speedY < 0) {
if (this._y > 440) {
this._y = 450;
if (jenisMusuh == 67) {
if (this.xdelay >= 10) {
this.speedY = this.speedYAwal;
this.xdelay = 0;
} else {
this.xdelay++;
}
} else if (jenisMusuh == 68) {
if (this.xdelay >= 10) {
this.speedY = this.speedYAwal;
this.xdelay = 0;
} else {
this.xdelay++;
}
} else if (jenisMusuh >= 67) {
this.speedY = this.speedYAwal;
} else if (jenisMusuh >= 63) {
this.speedY = 18;
} else {
this.speedY = 12;
}
}
}
if (this._currentframe == 1) {
this._x = this._x + this.speed;
}
if (this.hitTest(jagoan_mc.indi)) {
if (this._currentframe == 1) {
nyawa--;
cekNyawa();
removeMovieClip(this);
} else {
score++;
if (score >= 300) {
var _local2 = "Boring Coins";
com.newgrounds.API.unlockMedal(_local2);
}
removeMovieClip(this);
}
}
if ((this._x >= 4000) || (this._x <= -4000)) {
removeMovieClip(this);
}
}
function enterMusuh3() {
if (this._currentframe == 1) {
this._x = this._x + this.speed;
}
if (this.hitTest(jagoan_mc.indi)) {
if (this._currentframe == 1) {
nyawa--;
cekNyawa();
removeMovieClip(this);
} else {
score++;
if (score >= 300) {
var _local2 = "Boring Coins";
com.newgrounds.API.unlockMedal(_local2);
}
removeMovieClip(this);
}
}
if ((this._x >= 4000) || (this._x <= -4000)) {
removeMovieClip(this);
}
}
function enterMusuh() {
if (this._y > 430) {
this._y = 450;
this.gotoAndStop(2);
} else if (this._currentframe == 1) {
this._y = this._y + this.speed;
this.speed = this.speed + 0.25;
}
if (this.hitTest(jagoan_mc.indi)) {
if (this._currentframe == 1) {
nyawa--;
cekNyawa();
removeMovieClip(this);
} else {
score++;
if (score >= 300) {
var _local2 = "Boring Coins";
com.newgrounds.API.unlockMedal(_local2);
}
removeMovieClip(this);
}
}
if ((this._x >= 4000) || (this._x <= -4000)) {
removeMovieClip(this);
}
}
function enterMusuh2() {
if (this._y > 440) {
this._y = 450;
this.gotoAndStop(2);
} else if (this._currentframe == 1) {
this._y = this._y + this.speed;
this.speed = this.speed + 0.25;
}
if (this._currentframe == 2) {
this._x = this._x + this.speedX;
this._y = this._y + this.speedY;
this.speedY++;
if (this._y > 450) {
this._y = 450;
}
if (this.speedX > 0) {
this.speedX = this.speedX - 0.05;
if (this.speedX <= 0) {
this.speedX = 0;
}
} else if (this.speedX < 0) {
this.speedX = this.speedX + 0.05;
if (this.speedX >= 0) {
this.speedX = 0;
}
} else {
this.speedX = 0;
}
}
if (this.hitTest(jagoan_mc.indi)) {
if (this._currentframe == 1) {
nyawa--;
cekNyawa();
removeMovieClip(this);
} else {
score++;
if (score >= 300) {
var _local2 = "Boring Coins";
com.newgrounds.API.unlockMedal(_local2);
}
removeMovieClip(this);
}
}
if ((this._x >= 4000) || (this._x <= -4000)) {
removeMovieClip(this);
}
}
function cekNyawa() {
if (nyawa <= 0) {
delete myListener.onKeyDown;
delete myListener.onKeyUp;
Key.removeListener(myListener);
zi = 1;
while (zi <= 1000) {
removeMovieClip(_root["musuh_mc" + zi]);
zi++;
}
clearInterval(idJatuh);
gotoAndStop (204);
}
}
function cekMenang() {
delete myListener.onKeyDown;
delete myListener.onKeyUp;
Key.removeListener(myListener);
zi = 1;
while (zi <= 1000) {
removeMovieClip(_root["musuh_mc" + zi]);
zi++;
}
clearInterval(idJatuh);
gotoAndStop (204);
}
stop();
cekKeyboardKiri = false;
cekKeyboardAtas = false;
cekKeyboardKanan = false;
cekKeyboardBawah = false;
adaDibawah = false;
jagoan_mc.speed = 10;
jagoan_mc.speedY = 0;
jenisMusuh = 1;
dalamMusuh = 1;
delayMusuh = 3000;
score = 0;
nyawa = 25;
idJatuh = setInterval(jatuhMusuh, delayMusuh);
_root.onEnterFrame = function () {
if (cekKeyboardKiri == true) {
if (jagoan_mc._x >= 20) {
jagoan_mc._x = jagoan_mc._x - jagoan_mc.speed;
}
}
if (cekKeyboardKanan == true) {
if (jagoan_mc._x <= 620) {
jagoan_mc._x = jagoan_mc._x + jagoan_mc.speed;
}
}
if (cekKeyboardAtas == true) {
if (jenisMusuh >= 27) {
if (adaDibawah == true) {
adaDibawah = false;
jagoan_mc._y = 435;
} else {
jagoan_mc._y = jagoan_mc._y - jagoan_mc.speedY;
if (jenisMusuh >= 70) {
jagoan_mc.speedY = jagoan_mc.speedY - 0.25;
} else if (jenisMusuh >= 68) {
jagoan_mc.speedY = jagoan_mc.speedY - 0.5;
} else {
jagoan_mc.speedY--;
}
if (jagoan_mc._y > 430) {
jagoan_mc._y = 435;
jagoan_mc.speedY = 0;
}
}
}
}
if (cekKeyboardBawah == true) {
if (jenisMusuh >= 57) {
if (adaDibawah == false) {
if (jagoan_mc._y == 435) {
adaDibawah = true;
jagoan_mc._y = 465;
}
}
}
} else if (jenisMusuh >= 57) {
if (adaDibawah == true) {
adaDibawah = false;
jagoan_mc._y = 435;
jagoan_mc.speedY = 0;
}
}
xwave = jenisMusuh - 1;
xlife = nyawa;
xcoins = score;
};
myListener = new Object();
myListener.onKeyDown = function () {
if (Key.getCode() == 37) {
cekKeyboardKiri = true;
}
if (Key.getCode() == 38) {
if (jenisMusuh >= 27) {
if (jagoan_mc.speedY == 0) {
if (jagoan_mc._y == 435) {
jagoan_mc.speedY = 13;
cekKeyboardAtas = true;
}
}
}
}
if (Key.getCode() == 39) {
cekKeyboardKanan = true;
}
if (Key.getCode() == 40) {
if (jenisMusuh >= 57) {
cekKeyboardBawah = true;
}
}
};
myListener.onKeyUp = function () {
if (Key.getCode() == 37) {
cekKeyboardKiri = false;
}
if (Key.getCode() == 39) {
cekKeyboardKanan = false;
}
if (Key.getCode() == 40) {
cekKeyboardBawah = false;
}
};
Key.addListener(myListener);
Frame 204
stop();
zcoins = score + " Coins";
start_btn.onRelease = function () {
gotoAndStop (203);
};
more_btn.onRelease = function () {
getURL ("http://www.belugerinstudios.com", "_blank");
};
if (nyawa <= 0) {
var medal_name = "Boring Fail";
com.newgrounds.API.unlockMedal(medal_name);
} else {
var medal_name = "Boring Win";
com.newgrounds.API.unlockMedal(medal_name);
}
Instance of Symbol 189 MovieClip in Frame 204
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Symbol 9 MovieClip Frame 1
// swfAction0xFC hexdata 0x03,0x00 // Unknown action
function \u0004\u0005() {
Set("\x03", (2892 % 511) * true);
return(\x03);
}
var \x01 = (-160 + \x04\x05());
// swfAction0x03 // Unknown action
Symbol 11 MovieClip Frame 10
stop();
Symbol 13 MovieClip Frame 37
_parent.setGotoFrame("done");
stop();
Symbol 25 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 1
// swfAction0xFC hexdata 0x03,0x00 // Unknown action
function \u0004\u0005() {
Set("\x03", (737 % 511) * true);
return(\x03);
}
var \x01 = (9 + \x04\x05());
// swfAction0x03 // Unknown action
Symbol 25 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 2
medal.attachIcon(icon);
Symbol 25 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 10
// swfAction0xFC hexdata 0x03,0x00 // Unknown action
function \u0004\u0005() {
Set("\x03", (2142 % 511) * true);
return(\x03);
}
var \x01 = (78 + \x04\x05());
// swfAction0x03 // Unknown action
Symbol 25 MovieClip [NewgroundsAPIAsset_Medal_Popup] Frame 21
this.removeMovieClip();
_visible = false;
stop();
Symbol 31 MovieClip [NewgroundsAPIAsset_Login_Warning] Frame 1
// swfAction0xFC hexdata 0x03,0x00 // Unknown action
function \u0004\u0005() {
Set("\x03", (2309 % 511) * true);
return(\x03);
}
var \x01 = (253 + \x04\x05());
// swfAction0x03 // Unknown action
Symbol 31 MovieClip [NewgroundsAPIAsset_Login_Warning] Frame 10
stop();
Symbol 31 MovieClip [NewgroundsAPIAsset_Login_Warning] Frame 21
this.removeMovieClip();
_visible = false;
stop();
Symbol 34 MovieClip [NewgroundsAPIAsset_Connection_Error] Frame 1
!!!ERROR
Symbol 34 MovieClip [NewgroundsAPIAsset_Connection_Error] Frame 10
stop();
Symbol 34 MovieClip [NewgroundsAPIAsset_Connection_Error] Frame 21
this.removeMovieClip();
_visible = false;
stop();
Symbol 55 MovieClip [NewgroundsAPIAsset_big_popup_background] Frame 1
!!!ERROR
Symbol 59 Button
on (release) {
!!!ERROR
Symbol 65 Button
on (release) {
getURL (official_version_url, "_blank");
}
Symbol 67 MovieClip [NewgroundsAsset_New_Version_Available] Frame 1
!!!ERROR
Symbol 68 Button
on (release) {
getURL (official_version_url, "_blank");
}
Symbol 72 MovieClip [NewgroundsAsset_Illegal_Host] Frame 1
!!!ERROR
Symbol 73 MovieClip [API Connector (NewgroundsAPI)] Frame 1
#initclip 22
Object.registerClass("API Connector (NewgroundsAPI)", com.newgrounds.components.APIConnector);
#endinitclip
Symbol 73 MovieClip [API Connector (NewgroundsAPI)] Frame 20
_visible = false;
Symbol 76 MovieClip [__Packages.com.newgrounds.Bridge] Frame 0
!!!ERROR
Symbol 74 MovieClip [__Packages.com.newgrounds.APIError] Frame 0
!!!ERROR
Symbol 75 MovieClip [__Packages.com.newgrounds.API] Frame 0
!!!ERROR
Symbol 77 MovieClip [__Packages.com.newgrounds.SaveFile] Frame 0
!!!ERROR
Symbol 78 MovieClip [__Packages.com.newgrounds.SaveGroup] Frame 0
!!!ERROR
Symbol 81 MovieClip [__Packages.com.newgrounds.SaveGroupQuery] Frame 0
!!!ERROR
Symbol 83 MovieClip [__Packages.com.newgrounds.encoders.ImageScanner] Frame 0
!!!ERROR
Symbol 82 MovieClip [__Packages.com.newgrounds.encoders.BaseN] Frame 0
!!!ERROR
Symbol 92 MovieClip [__Packages.com.newgrounds.APIEventDispatcher] Frame 0
!!!ERROR
Symbol 80 MovieClip [__Packages.com.newgrounds.APIEvent] Frame 0
!!!ERROR
Symbol 1 MovieClip [__Packages.com.newgrounds.components.APIConnector] Frame 0
!!!ERROR
Symbol 79 MovieClip [__Packages.com.newgrounds.ValidationTools] Frame 0
!!!ERROR
Symbol 84 MovieClip [__Packages.com.newgrounds.encoders.SerialXML] Frame 0
!!!ERROR
Symbol 85 MovieClip [__Packages.com.newgrounds.encoders.LZW2] Frame 0
!!!ERROR
Symbol 86 MovieClip [__Packages.com.newgrounds.encoders.LZW] Frame 0
!!!ERROR
Symbol 87 MovieClip [__Packages.com.newgrounds.Medal] Frame 0
!!!ERROR
Symbol 88 MovieClip [__Packages.com.newgrounds.ScoreBoard] Frame 0
!!!ERROR
Symbol 89 MovieClip [__Packages.com.newgrounds.Score] Frame 0
!!!ERROR
Symbol 90 MovieClip [__Packages.com.newgrounds.encoders.RC4] Frame 0
!!!ERROR
Symbol 91 MovieClip [__Packages.com.newgrounds.encoders.JSON] Frame 0
!!!ERROR
Symbol 93 MovieClip [__Packages.com.newgrounds.encoders.MD5] Frame 0
!!!ERROR
Symbol 107 MovieClip [musuh_mc] Frame 1
stop();
Symbol 236 MovieClip Frame 175
stop();
Symbol 247 MovieClip Frame 175
stop();
Symbol 256 MovieClip Frame 1
this.onPress = function () {
getURL ("http://www.belugerinstudios.com", "_blank");
};
Symbol 256 MovieClip Frame 185
stop();
Symbol 266 MovieClip Frame 1
stop();