Frame 1
function backMusic() {
myMusic = new Sound(zmusik);
myMusic.attachSound("backMusic");
myMusic.setVolume(volume1);
myMusic.start(0, 1);
myMusic.onSoundComplete = backMusic;
}
function poing() {
mySound = new Sound(zsound);
mySound.attachSound("poing");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2);
}
mySound.start(0, 1);
}
function poing2() {
mySound = new Sound(zsound);
mySound.attachSound("poing2");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2);
}
mySound.start(0, 1);
}
function poing3() {
mySound = new Sound(zsound);
mySound.attachSound("poing3");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2);
}
mySound.start(0, 1);
}
function poing4() {
mySound = new Sound(zsound);
mySound.attachSound("poing4");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2);
}
mySound.start(0, 1);
}
function poing5() {
mySound = new Sound(zsound);
mySound.attachSound("poing5");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2);
}
mySound.start(0, 1);
}
function poing6() {
mySound = new Sound(zsound);
mySound.attachSound("poing6");
mySound.setVolume(volume2);
mySound.start(0, 1);
}
function poing7() {
mySound = new Sound(zsound);
mySound.attachSound("poing7");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2);
}
mySound.start(0, 1);
}
function poing8() {
mySound = new Sound(zsound);
mySound.attachSound("poing8");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2);
}
mySound.start(0, 1);
}
function poing9() {
mySound = new Sound(zsound);
mySound.attachSound("poing9");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2);
}
mySound.start(0, 1);
}
function backKetawa() {
mySound = new Sound(zsound);
mySound.attachSound("backKetawa");
if (mainGila == true) {
mySound.setVolume(volume2 / 2);
} else {
mySound.setVolume(volume2 * 2);
}
mySound.start(0, 1);
}
function backSenyum() {
mySound = new Sound(zsound);
mySound.attachSound("backSenyum");
if (mainGila == true) {
mySound.setVolume(volume2);
} else {
mySound.setVolume(volume2 * 2);
}
mySound.start(0, 1);
}
stop();
fscommand ("showmenu", true);
fscommand ("fullscreen", false);
fscommand ("allowscale", true);
Stage.showMenu = true;
zmusik = attachMovie("xsound", "zmusik", 2000);
zsound = attachMovie("xsound", "zsound", 3000);
play_btn.enabled = false;
sedangSound = true;
volume1 = 100;
volume2 = 125;
this.onEnterFrame = function () {
persen = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
xpersen = persen + " SMILES";
bar_mc.gotoAndStop(persen);
if (persen >= 100) {
gotoAndStop ("completed");
delete this.onEnterFrame;
}
};
Instance of Symbol 156 MovieClip in Frame 1
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Frame 10
stop();
enter_btn.onRelease = function () {
gotoAndStop (21);
};
Frame 21
play();
Frame 205
stop();
backMusic();
gotoAndStop (206);
Frame 206
stop();
new_btn.onRelease = function () {
gotoAndStop ("pilih");
};
credit_btn.onRelease = function () {
gotoAndStop ("credit");
};
more_btn.onRelease = function () {
getURL ("http://www.belugerinstudios.com", "_blank");
};
Instance of Symbol 156 MovieClip in Frame 206
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Frame 207
stop();
tipeMain = "easy";
easy_btn.onRelease = function () {
tipeMain = "easy";
terbatasArea = false;
mainGila = false;
gotoAndStop (209);
};
hard_btn.onRelease = function () {
tipeMain = "hard";
terbatasArea = false;
mainGila = false;
gotoAndStop (209);
};
sandbox_btn.onRelease = function () {
tipeMain = "sandbox";
terbatasArea = false;
mainGila = false;
gotoAndStop (209);
};
limited_btn.onRelease = function () {
tipeMain = "hard";
terbatasArea = true;
mainGila = false;
gotoAndStop (209);
};
crazy_btn.onRelease = function () {
tipeMain = "sandbox";
terbatasArea = false;
mainGila = true;
gotoAndStop (210);
};
more_btn.onRelease = function () {
getURL ("http://www.belugerinstudios.com", "_blank");
};
back_btn.onRelease = function () {
gotoAndStop ("menuawal");
};
Frame 208
stop();
back_btn.onRelease = function () {
gotoAndStop ("menuawal");
};
Frame 209
function cekPause() {
if (sedangPause == false) {
pause_mc.gotoAndStop(1);
} else {
pause_mc.gotoAndStop(2);
}
}
function cekMute() {
if (sedangMute == false) {
volume1 = 100;
volume2 = 125;
myMusic.setVolume(volume1);
mute_mc.gotoAndStop(1);
} else {
volume1 = 0;
volume2 = 0;
myMusic.setVolume(volume1);
mute_mc.gotoAndStop(2);
}
}
function waktuMundur() {
if (sedangPause == false) {
if (tipeMain != "sandbox") {
zwaktu--;
if (zwaktu <= 0) {
cekMenang();
}
}
}
}
function enterMulai() {
if (sedangPause == false) {
poing();
sedangDrag = false;
removeMovieClip(drag);
sudahMulai = true;
start_btn._visible = false;
idDelay = setInterval(waktuMundur, 1000);
jagoan_mc.speedX = 0;
jagoan_mc.speedY = 0;
jagoan_mc.sedangParasut = 0;
jagoan_mc.onEnterFrame = function () {
if (sedangPause == false) {
if (jagoan_mc.diem != true) {
this._x = this._x + this.speedX;
this._y = this._y + this.speedY;
if ((this.sedangParasut > 0) && (this.speedY > 0)) {
this.gotoAndStop(3);
this._rotation = 0;
this.sedangParasut--;
this.speedY = this.speedY + 0.0025;
zmoney = zmoney + tambahanUang;
zhit++;
} else if (this.sedangRocket > 0) {
this.gotoAndStop(4);
this._rotation = 0;
this.sedangRocket--;
this.speedY = this.speedY - 0.005;
zmoney = zmoney + tambahanUang;
zhit++;
} else {
this._rotation = this._rotation + (this.speedX * 2);
this.gotoAndStop(1);
this.speedY = this.speedY + 0.5;
}
if (this.speedX > 0) {
this.speedX = this.speedX - 0.025;
} else if (this.speedX < 0) {
this.speedX = this.speedX + 0.1;
} else {
this.speedX = 0;
}
if (this._x > 620) {
this.speedX = -this.speedX;
this._x = 620;
} else if (this._x < 20) {
this.speedX = -this.speedX;
this._x = 20;
}
if (terbatasArea == true) {
if (this._y < 95) {
this._y = 95;
this.speedY = -this.speedY;
}
}
if (this._y > 460) {
if ((musuhJalan == false) && (musuhJalan2 == false)) {
poing4();
}
this.sedangParasut = 0;
this.speedY = (-this.speedY) / 1.5;
this._y = 463;
}
}
}
};
}
}
function enterMusuh1() {
if (sedangPause == false) {
musuhJalan = false;
if (jagoan_mc._x >= 320) {
if (jagoan_mc._y == 463) {
musuhJalan = true;
this._x = this._x + 4;
}
}
if (this.indi.hitTest(jagoan_mc)) {
delete jagoan_mc.onEnterFrame;
delete musuh1.onEnterFrame;
delete musuh2.onEnterFrame;
musuh1.onEnterFrame = enterJagoan1;
musuh2.onEnterFrame = enterJagoan1x;
jagoan_mc.onEnterFrame = enterJagoan1;
if (jagoan_mc._currentframe != 2) {
backKetawa();
}
jagoan_mc.gotoAndStop(2);
}
}
}
function enterJagoan1() {
if (sedangPause == false) {
this._x = this._x + 4;
if (this._x >= 900) {
delete this.onEnterFrame;
cekKalah();
}
}
}
function enterJagoan1x() {
if (sedangPause == false) {
this._x = this._x + 4;
}
}
function enterMusuh2() {
if (sedangPause == false) {
musuhJalan2 = false;
if (jagoan_mc._x < 320) {
if (jagoan_mc._y == 463) {
this._x = this._x - 4;
musuhJalan2 = true;
}
}
if (this.indi.hitTest(jagoan_mc)) {
delete jagoan_mc.onEnterFrame;
delete musuh1.onEnterFrame;
delete musuh2.onEnterFrame;
musuh1.onEnterFrame = enterJagoan2x;
musuh2.onEnterFrame = enterJagoan2;
jagoan_mc.onEnterFrame = enterJagoan2;
if (jagoan_mc._currentframe != 2) {
backKetawa();
}
jagoan_mc.gotoAndStop(2);
}
}
}
function enterJagoan2() {
if (sedangPause == false) {
this._x = this._x - 4;
if (this._x <= -300) {
delete this.onEnterFrame;
cekKalah();
}
}
}
function enterJagoan2x() {
if (sedangPause == false) {
this._x = this._x - 4;
}
}
function enterItem() {
if (sedangPause == false) {
if (sudahMulai == true) {
if (this.jenis == 8) {
if (this.hitTest(jagoan_mc)) {
poing9();
if (jagoan_mc.speedY > 0) {
jagoan_mc.speedY = (-jagoan_mc.speedY) * 0.5;
} else {
jagoan_mc.speedY = jagoan_mc.speedY * 0.5;
}
jagoan_mc.sedangRocket = 350;
zmoney = zmoney + (5500 * tambahanUang);
zhit++;
removeMovieClip(this);
}
} else if (this.jenis == 6) {
if (this.hitTest(jagoan_mc)) {
poing8();
jagoan_mc.speedY = jagoan_mc.speedY * 0.25;
jagoan_mc.sedangParasut = 1500;
zmoney = zmoney + (3000 * tambahanUang);
zhit++;
removeMovieClip(this);
}
} else if (this.jenis == 7) {
if (this.indi1.hitTest(jagoan_mc)) {
this.gun1._visible = false;
}
if (this.indi2.hitTest(jagoan_mc)) {
this.gun2._visible = false;
}
if (((this._y > (jagoan_mc._y - 25)) && (this._y < (jagoan_mc._y + 25))) && (this.xdelay <= 0)) {
this.xdelay = 100;
if ((this.gun1._currentframe == 1) && (this.gun1._visible == true)) {
this.gun1.gotoAndPlay(2);
}
if ((this.gun2._currentframe == 1) && (this.gun2._visible == true)) {
this.gun2.gotoAndPlay(2);
}
} else {
this.xdelay--;
this.gun1.gotoAndPlay(1);
this.gun2.gotoAndPlay(1);
}
if (this.gun1.hitTest(jagoan_mc) && (this.gun1._visible == true)) {
this.xdelay = 100;
poing7();
jagoan_mc.speedX = 5;
zmoney = zmoney + (250 * tambahanUang);
zhit++;
} else if (this.gun2.hitTest(jagoan_mc) && (this.gun2._visible == true)) {
this.xdelay = 100;
poing7();
jagoan_mc.speedX = -5;
zmoney = zmoney + (250 * tambahanUang);
zhit++;
}
} else {
if (this.hitTest(jagoan_mc)) {
if (this.lem == true) {
if (this.atas.hitTest(jagoan_mc) || (this.bawah.hitTest(jagoan_mc))) {
if (jagoan_mc.diem != true) {
poing5();
}
jagoan_mc.diem = true;
this.nyawa--;
zmoney = zmoney + (5 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
jagoan_mc.diem = false;
removeMovieClip(this);
}
}
} else if (this.jenis == 5) {
if (jagoan_mc.speedY <= 5) {
jagoan_mc.speedY = -20;
} else {
jagoan_mc.speedY = (-jagoan_mc.speedY) * 1.5;
}
if (jagoan_mc._x >= this._x) {
rand = 0;
} else {
rand = 1;
}
if (rand == 0) {
jagoan_mc.speedX = 7 + random(4);
} else {
jagoan_mc.speedX = -7 - random(4);
}
this.nyawa--;
if ((this.nyawa <= 0) && (this._currentframe == 1)) {
zmoney = zmoney + (1750 * tambahanUang);
zhit++;
poing6();
this.gotoAndPlay(2);
}
} else if (jagoan_mc.speedY != 0) {
if (jagoan_mc._x > (this._x + 30)) {
poing3();
jagoan_mc.speedX = 5;
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
if (jagoan_mc._x < (this._x - 30)) {
poing3();
jagoan_mc.speedX = -5;
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
}
}
if (this.lem != true) {
if (this.atas.hitTest(jagoan_mc)) {
if (this.jenis == 4) {
if (jagoan_mc.speedY > 0) {
poing();
if (jagoan_mc.speedY <= 5) {
jagoan_mc.speedY = -15;
} else {
jagoan_mc.speedY = -jagoan_mc.speedY;
}
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
} else if (jagoan_mc.speedY > 0) {
if (jagoan_mc._y > (this._y - 32)) {
poing4();
jagoan_mc._y = this._y - 30;
jagoan_mc.speedY = (-jagoan_mc.speedY) / 1.5;
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
}
}
if (this.bawah.hitTest(jagoan_mc)) {
if (jagoan_mc.speedY < 0) {
if (jagoan_mc._y < (this._y + 32)) {
poing5();
jagoan_mc._y = this._y + 30;
jagoan_mc.speedY = (-jagoan_mc.speedY) / 1.5;
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
}
}
}
}
}
}
}
function overItem() {
if (sedangPause == false) {
if (sedangDrag == false) {
myStr = new String(this);
indi = myStr.substr(myStr.length - 1, 1);
frame_mc._x = this._x;
frame_mc._y = this._y + 48;
frame_mc._visible = true;
frame_mc.cost = daftarCost[indi] + " Golds";
frame_mc.effect = daftarEffect[indi];
frame_mc.hotkey = "Hotkey: " + daftarKey[indi];
} else {
frame_mc._visible = false;
}
}
}
function outItem() {
frame_mc._visible = false;
}
function klikItem(indi) {
if (sedangPause == false) {
sedangOverItem = false;
frame_mc._visible = false;
if (indi != undefined) {
pilihDrag = indi;
} else {
myStr = new String(this);
pilihDrag = Number(myStr.substr(myStr.length - 1, 1));
}
if (sedangDrag == false) {
if ((zmoney >= daftarCost[pilihDrag]) || (tipeMain == "sandbox")) {
if (pilihDrag == 1) {
drag = attachMovie("balok_mc", "drag", 1000);
} else if (pilihDrag == 2) {
drag = attachMovie("balok2_mc", "drag", 1000);
} else if (pilihDrag == 3) {
drag = attachMovie("lem_mc", "drag", 1000);
} else if (pilihDrag == 4) {
drag = attachMovie("bounce_mc", "drag", 1000);
} else if (pilihDrag == 5) {
drag = attachMovie("granade_mc", "drag", 1000);
} else if (pilihDrag == 6) {
drag = attachMovie("parachute_mc", "drag", 1000);
} else if (pilihDrag == 7) {
drag = attachMovie("gun_mc", "drag", 1000);
} else if (pilihDrag == 8) {
drag = attachMovie("rocket_mc", "drag", 1000);
}
sedangOverItem = false;
drag._x = _root._xmouse;
drag._y = _root._ymouse;
if (pilihDrag == 7) {
startDrag (drag, true, 0, 150, 0, 420);
} else {
startDrag (drag, true, 40, 150, 600, 420);
}
sedangDrag = true;
}
}
}
}
function overItem2() {
if (sedangPause == false) {
sedangOverItem = true;
}
}
function outItem2() {
sedangOverItem = false;
}
function cekMenang() {
if (sedangPause == false) {
clearSemua();
if (masihMain == true) {
masihMain = false;
clearInterval(idLanjut1);
clearInterval(idLanjut2);
kondisi = "You Win !";
idLanjut1 = setInterval(selesaiGame, 1000);
}
}
}
function cekKalah() {
if (sedangPause == false) {
clearSemua();
if (masihMain == true) {
masihMain = false;
clearInterval(idLanjut1);
clearInterval(idLanjut2);
kondisi = "You Lose !";
idLanjut2 = setInterval(selesaiGame, 1000);
}
}
}
function clearSemua() {
clearInterval(idDelay);
i = 1;
while (i <= 8) {
delete _root["item" + i].onRollOver;
delete _root["item" + i].onRollOut;
delete _root["item" + i].onRelease;
i++;
}
Key.removeListener(myListener);
delete myListenerr.onKeyDown;
}
function selesaiGame() {
masihMain = false;
clearInterval(idLanjut1);
clearInterval(idLanjut2);
removeMovieClip(drag);
i = 1;
while (i <= bykItem) {
removeMovieClip(_root["item_mc" + i]);
i++;
}
if (tipeMain == "sandbox") {
kondisi = "Game Over !";
}
gotoAndStop (211);
}
stop();
if (tipeMain == "easy") {
zmoney = 2500;
tambahanUang = 2;
} else if (tipeMain == "hard") {
zmoney = 250;
tambahanUang = 1;
} else if (tipeMain == "sandbox") {
zmoney = "~";
}
zmaxHeight = 0;
zwaktu = 300;
zhit = 0;
sedangDrag = false;
bykItem = 1;
frame = attachMovie("frame_mc", "frame_mc", 1000000);
frame._x = 0;
frame._y = 0;
frame_mc._visible = false;
start_btn._visible = true;
jarak_mc._visible = false;
sudahMulai = false;
sedangOverItem = false;
masihMain = true;
sedangPause = false;
sedangMute = false;
start_btn.onRelease = enterMulai;
musuh1.onEnterFrame = enterMusuh1;
musuh2.onEnterFrame = enterMusuh2;
pause_mc.onRelease = function () {
if (masihMain == true) {
if (sedangPause == false) {
sedangPause = true;
} else {
sedangPause = false;
}
cekPause();
}
};
mute_mc.onRelease = function () {
if (sedangMute == false) {
sedangMute = true;
} else {
sedangMute = false;
}
cekMute();
};
i = 1;
while (i <= 8) {
_root["item" + i].onRollOver = overItem;
_root["item" + i].onRollOut = outItem;
_root["item" + i].onRelease = klikItem;
i++;
}
daftarCost = new Array("", 100, 350, 750, 1000, 1500, 3500, 4500, 6000);
daftarEffect = new Array("", "Bounce Smiley", "Bounce Smiley", "Delay Smiley", "Bounce Smiley", "Explode Smiley", "Slower Smiley", "Change Direction", "Raise Smiley");
daftarKey = new Array("", "1", "2", "3", "4", "5", "6", "7", "8");
_root.onMouseDown = function () {
if (sedangPause == false) {
if (_root._ymouse > 100) {
if (sedangDrag == true) {
if (pilihDrag == 1) {
item = attachMovie("balok_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 2) {
item = attachMovie("balok2_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 4;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 3) {
item = attachMovie("lem_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 200;
item.lem = true;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 4) {
item = attachMovie("bounce_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 6;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 5) {
item = attachMovie("granade_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 6) {
item = attachMovie("parachute_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 7) {
item = attachMovie("gun_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
item.xdelay = -100;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 8) {
item = attachMovie("rocket_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
item.xdelay = -100;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
}
if (tipeMain != "sandbox") {
zmoney = zmoney - daftarCost[pilihDrag];
}
sedangDrag = false;
removeMovieClip(drag);
} else if (sedangOverItem == true) {
i = 1;
while (i <= bykItem) {
if (_root["item_mc" + i] != undefined) {
if (_root["item_mc" + i].hitTest(_root._xmouse, _root._ymouse, true)) {
if (tipeMain != "sandbox") {
zmoney = zmoney + daftarCost[_root["item_mc" + i].jenis];
}
if (_root["item_mc" + i].jenis == 3) {
if (_root["item_mc" + i].hitTest(jagoan_mc)) {
if (jagoan_mc.diem == true) {
jagoan_mc.diem = false;
}
}
}
removeMovieClip(_root["item_mc" + i]);
}
}
i++;
}
}
} else {
sedangDrag = false;
removeMovieClip(drag);
}
}
};
x_mc.onRelease = function () {
if (sedangPause == false) {
sedangDrag = false;
removeMovieClip(drag);
}
};
_root.onEnterFrame = function () {
if (sedangPause == false) {
if (tipeMain == "sandbox") {
money = "Money: UNLIMITED";
} else {
money = "Money: " + zmoney;
}
hit = "Hits: " + zhit;
maxHeight = "Max Height: " + zmaxHeight;
waktu = zwaktu + " sec";
if (jagoan_mc._y < 0) {
jarak_mc._visible = true;
} else {
jarak_mc._visible = false;
}
jarakAtas = -Math.ceil(jagoan_mc._y);
jarak_mc._x = jagoan_mc._x;
jarak_mc.zjarak = jarakAtas + "\nFeet";
if (zmaxHeight < jarakAtas) {
zmaxHeight = jarakAtas;
}
}
};
myListener = new Object();
myListener.onKeyDown = function () {
if (Key.getCode() == 49) {
sedangDrag = false;
klikItem(1);
}
if (Key.getCode() == 50) {
sedangDrag = false;
klikItem(2);
}
if (Key.getCode() == 51) {
sedangDrag = false;
klikItem(3);
}
if (Key.getCode() == 52) {
sedangDrag = false;
klikItem(4);
}
if (Key.getCode() == 53) {
sedangDrag = false;
klikItem(5);
}
if (Key.getCode() == 54) {
sedangDrag = false;
klikItem(6);
}
if (Key.getCode() == 55) {
sedangDrag = false;
klikItem(7);
}
if (Key.getCode() == 56) {
sedangDrag = false;
klikItem(8);
}
};
Key.addListener(myListener);
Instance of Symbol 317 MovieClip in Frame 209
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Frame 210
function cekPause() {
if (sedangPause == false) {
pause_mc.gotoAndStop(1);
} else {
pause_mc.gotoAndStop(2);
}
}
function cekMute() {
if (sedangMute == false) {
volume1 = 100;
volume2 = 125;
myMusic.setVolume(volume1);
mute_mc.gotoAndStop(1);
} else {
volume1 = 0;
volume2 = 0;
myMusic.setVolume(volume1);
mute_mc.gotoAndStop(2);
}
}
function waktuMundur() {
if (sedangPause == false) {
if (tipeMain != "sandbox") {
zwaktu--;
if (zwaktu <= 0) {
cekMenang();
}
}
}
}
function enterMulai() {
if (sedangPause == false) {
poing();
sedangDrag = false;
removeMovieClip(drag);
sudahMulai = true;
start_btn._visible = false;
idDelay = setInterval(waktuMundur, 1000);
zi = 1;
while (zi <= 11) {
_root["jagoan_mc" + zi].speedX = 0;
_root["jagoan_mc" + zi].speedY = 0;
_root["jagoan_mc" + zi].sedangParasut = 0;
_root["jagoan_mc" + zi].onEnterFrame = function () {
if (sedangPause == false) {
if (this.diem != true) {
this._x = this._x + this.speedX;
this._y = this._y + this.speedY;
if ((this.sedangParasut > 0) && (this.speedY > 0)) {
this.gotoAndStop(3);
this._rotation = 0;
this.sedangParasut--;
this.speedY = this.speedY + 0.0025;
zmoney = zmoney + tambahanUang;
zhit++;
} else if (this.sedangRocket > 0) {
this.gotoAndStop(4);
this._rotation = 0;
this.sedangRocket--;
this.speedY = this.speedY - 0.005;
zmoney = zmoney + tambahanUang;
zhit++;
} else {
this._rotation = this._rotation + (this.speedX * 2);
this.gotoAndStop(1);
this.speedY = this.speedY + 0.5;
}
if (this.speedX > 0) {
this.speedX = this.speedX - 0.025;
} else if (this.speedX < 0) {
this.speedX = this.speedX + 0.1;
} else {
this.speedX = 0;
}
if (this._x > 620) {
this.speedX = -this.speedX;
this._x = 620;
} else if (this._x < 20) {
this.speedX = -this.speedX;
this._x = 20;
}
if (terbatasArea == true) {
if (this._y < 95) {
this._y = 95;
this.speedY = -this.speedY;
}
}
if (this._y > 460) {
if ((musuhJalan == false) && (musuhJalan2 == false)) {
poing4();
}
this.sedangParasut = 0;
this.speedY = (-this.speedY) / 1.5;
this._y = 463;
}
}
}
};
zi++;
}
}
}
function enterMusuh1() {
if (sedangPause == false) {
musuhJalan = false;
zi = 1;
while (zi <= 11) {
if (_root["jagoan_mc" + zi]._x >= 320) {
if (_root["jagoan_mc" + zi]._y == 463) {
musuhJalan = true;
this._x = this._x + 4;
if (this._x >= 900) {
delete this.onEnterFrame;
cekKalah();
}
}
}
if (this.indi.hitTest(_root["jagoan_mc" + zi])) {
delete _root["jagoan_mc" + zi].onEnterFrame;
removeMovieClip(musuh2);
_root["jagoan_mc" + zi].onEnterFrame = enterJagoan1;
if (_root["jagoan_mc" + zi]._currentframe != 2) {
backKetawa();
}
_root["jagoan_mc" + zi].gotoAndStop(2);
}
zi++;
}
}
}
function enterJagoan1() {
if (sedangPause == false) {
this._x = this._x + 4;
if (this._x >= 900) {
delete this.onEnterFrame;
cekKalah();
}
}
}
function enterJagoan1x() {
if (sedangPause == false) {
this._x = this._x + 4;
}
}
function enterMusuh2() {
if (sedangPause == false) {
musuhJalan2 = false;
zi = 1;
while (zi <= 11) {
if (_root["jagoan_mc" + zi]._x < 320) {
if (_root["jagoan_mc" + zi]._y == 463) {
this._x = this._x - 4;
musuhJalan2 = true;
if (this._x <= -300) {
delete this.onEnterFrame;
cekKalah();
}
}
}
if (this.indi.hitTest(_root["jagoan_mc" + zi])) {
delete _root["jagoan_mc" + zi].onEnterFrame;
removeMovieClip(musuh1);
_root["jagoan_mc" + zi].onEnterFrame = enterJagoan2;
if (_root["jagoan_mc" + zi]._currentframe != 2) {
backKetawa();
}
_root["jagoan_mc" + zi].gotoAndStop(2);
}
zi++;
}
}
}
function enterJagoan2() {
if (sedangPause == false) {
this._x = this._x - 4;
if (this._x <= -300) {
delete this.onEnterFrame;
cekKalah();
}
}
}
function enterJagoan2x() {
if (sedangPause == false) {
this._x = this._x - 4;
}
}
function enterItem() {
if (sedangPause == false) {
if (sudahMulai == true) {
zi = 1;
while (zi <= 11) {
if (this.jenis == 8) {
if (this.hitTest(_root["jagoan_mc" + zi])) {
poing9();
if (_root["jagoan_mc" + zi].speedY > 0) {
_root["jagoan_mc" + zi].speedY = (-_root["jagoan_mc" + zi].speedY) * 0.5;
} else {
_root["jagoan_mc" + zi].speedY = _root["jagoan_mc" + zi].speedY * 0.5;
}
_root["jagoan_mc" + zi].sedangRocket = 350;
zmoney = zmoney + (5500 * tambahanUang);
zhit++;
removeMovieClip(this);
}
} else if (this.jenis == 6) {
if (this.hitTest(_root["jagoan_mc" + zi])) {
poing8();
_root["jagoan_mc" + zi].speedY = _root["jagoan_mc" + zi].speedY * 0.25;
_root["jagoan_mc" + zi].sedangParasut = 1500;
zmoney = zmoney + (3000 * tambahanUang);
zhit++;
removeMovieClip(this);
}
} else if (this.jenis == 7) {
if (this.indi1.hitTest(_root["jagoan_mc" + zi])) {
this.gun1._visible = false;
}
if (this.indi2.hitTest(_root["jagoan_mc" + zi])) {
this.gun2._visible = false;
}
if (((this._y > (_root["jagoan_mc" + zi]._y - 30)) && (this._y < (_root["jagoan_mc" + zi]._y + 30))) && (this.xdelay <= 0)) {
this.xdelay = 200;
if ((this.gun1._currentframe == 1) && (this.gun1._visible == true)) {
this.gun1.gotoAndPlay(2);
}
if ((this.gun2._currentframe == 1) && (this.gun2._visible == true)) {
this.gun2.gotoAndPlay(2);
}
} else {
this.xdelay--;
}
if (this.gun1.hitTest(_root["jagoan_mc" + zi]) && (this.gun1._visible == true)) {
this.xdelay = 200;
poing7();
_root["jagoan_mc" + zi].speedX = 5;
zmoney = zmoney + (250 * tambahanUang);
zhit++;
} else if (this.gun2.hitTest(_root["jagoan_mc" + zi]) && (this.gun2._visible == true)) {
this.xdelay = 200;
poing7();
_root["jagoan_mc" + zi].speedX = -5;
zmoney = zmoney + (250 * tambahanUang);
zhit++;
}
} else {
if (this.hitTest(_root["jagoan_mc" + zi])) {
if (this.lem == true) {
if (this.atas.hitTest(_root["jagoan_mc" + zi]) || this.bawah.hitTest(_root["jagoan_mc" + zi])) {
if (_root["jagoan_mc" + zi].diem != true) {
poing5();
}
_root["jagoan_mc" + zi].diem = true;
this.nyawa--;
zmoney = zmoney + (5 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
zj = 1;
while (zj <= 11) {
if (this.hitTest(_root["jagoan_mc" + zj])) {
_root["jagoan_mc" + zj].diem = false;
}
zj++;
}
removeMovieClip(this);
}
}
} else if (this.jenis == 5) {
if (_root["jagoan_mc" + zi].speedY <= 5) {
_root["jagoan_mc" + zi].speedY = -20;
} else {
_root["jagoan_mc" + zi].speedY = (-_root["jagoan_mc" + zi].speedY) * 1.5;
}
if (_root["jagoan_mc" + zi]._x >= this._x) {
rand = 0;
} else {
rand = 1;
}
if (rand == 0) {
_root["jagoan_mc" + zi].speedX = 7 + random(4);
} else {
_root["jagoan_mc" + zi].speedX = -7 - random(4);
}
this.nyawa--;
if ((this.nyawa <= 0) && (this._currentframe == 1)) {
zmoney = zmoney + (1750 * tambahanUang);
zhit++;
poing6();
this.gotoAndPlay(2);
}
} else if (_root["jagoan_mc" + zi].speedY != 0) {
if (_root["jagoan_mc" + zi]._x > (this._x + 30)) {
poing3();
_root["jagoan_mc" + zi].speedX = 5;
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
if (_root["jagoan_mc" + zi]._x < (this._x - 30)) {
poing3();
_root["jagoan_mc" + zi].speedX = -5;
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
}
}
if (this.lem != true) {
if (this.atas.hitTest(_root["jagoan_mc" + zi])) {
if (this.jenis == 4) {
if (_root["jagoan_mc" + zi].speedY > 0) {
poing();
if (_root["jagoan_mc" + zi].speedY <= 5) {
_root["jagoan_mc" + zi].speedY = -15;
} else {
_root["jagoan_mc" + zi].speedY = -_root["jagoan_mc" + zi].speedY;
}
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
} else if (_root["jagoan_mc" + zi].speedY > 0) {
if (_root["jagoan_mc" + zi]._y > (this._y - 32)) {
poing4();
_root["jagoan_mc" + zi]._y = this._y - 30;
_root["jagoan_mc" + zi].speedY = (-_root["jagoan_mc" + zi].speedY) / 1.5;
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
}
}
if (this.bawah.hitTest(_root["jagoan_mc" + zi])) {
if (_root["jagoan_mc" + zi].speedY < 0) {
if (_root["jagoan_mc" + zi]._y < (this._y + 32)) {
poing5();
_root["jagoan_mc" + zi]._y = this._y + 30;
_root["jagoan_mc" + zi].speedY = (-_root["jagoan_mc" + zi].speedY) / 1.5;
this.nyawa--;
zmoney = zmoney + (200 * tambahanUang);
zhit++;
if (this.nyawa <= 0) {
removeMovieClip(this);
}
}
}
}
}
}
zi++;
}
}
}
}
function overItem() {
if (sedangPause == false) {
if (sedangDrag == false) {
myStr = new String(this);
indi = myStr.substr(myStr.length - 1, 1);
frame_mc._x = this._x;
frame_mc._y = this._y + 48;
frame_mc._visible = true;
frame_mc.cost = daftarCost[indi] + " Golds";
frame_mc.effect = daftarEffect[indi];
frame_mc.hotkey = "Hotkey: " + daftarKey[indi];
} else {
frame_mc._visible = false;
}
}
}
function outItem() {
frame_mc._visible = false;
}
function klikItem(indi) {
if (sedangPause == false) {
sedangOverItem = false;
frame_mc._visible = false;
if (indi != undefined) {
pilihDrag = indi;
} else {
myStr = new String(this);
pilihDrag = Number(myStr.substr(myStr.length - 1, 1));
}
if (sedangDrag == false) {
if ((zmoney >= daftarCost[pilihDrag]) || (tipeMain == "sandbox")) {
if (pilihDrag == 1) {
drag = attachMovie("balok_mc", "drag", 1000);
} else if (pilihDrag == 2) {
drag = attachMovie("balok2_mc", "drag", 1000);
} else if (pilihDrag == 3) {
drag = attachMovie("lem_mc", "drag", 1000);
} else if (pilihDrag == 4) {
drag = attachMovie("bounce_mc", "drag", 1000);
} else if (pilihDrag == 5) {
drag = attachMovie("granade_mc", "drag", 1000);
} else if (pilihDrag == 6) {
drag = attachMovie("parachute_mc", "drag", 1000);
} else if (pilihDrag == 7) {
drag = attachMovie("gun_mc", "drag", 1000);
} else if (pilihDrag == 8) {
drag = attachMovie("rocket_mc", "drag", 1000);
}
sedangOverItem = false;
drag._x = _root._xmouse;
drag._y = _root._ymouse;
if (pilihDrag == 7) {
startDrag (drag, true, 0, 150, 0, 420);
} else {
startDrag (drag, true, 40, 150, 600, 420);
}
sedangDrag = true;
}
}
}
}
function overItem2() {
if (sedangPause == false) {
sedangOverItem = true;
}
}
function outItem2() {
sedangOverItem = false;
}
function cekMenang() {
if (sedangPause == false) {
clearSemua();
if (masihMain == true) {
masihMain = false;
clearInterval(idLanjut1);
clearInterval(idLanjut2);
kondisi = "You Win !";
idLanjut1 = setInterval(selesaiGame, 3000);
}
}
}
function cekKalah() {
if (sedangPause == false) {
clearSemua();
if (masihMain == true) {
masihMain = false;
clearInterval(idLanjut1);
clearInterval(idLanjut2);
kondisi = "You Lose !";
idLanjut2 = setInterval(selesaiGame, 3000);
}
}
}
function clearSemua() {
clearInterval(idDelay);
i = 1;
while (i <= 8) {
delete _root["item" + i].onRollOver;
delete _root["item" + i].onRollOut;
delete _root["item" + i].onRelease;
i++;
}
Key.removeListener(myListener);
delete myListenerr.onKeyDown;
}
function selesaiGame() {
masihMain = false;
clearInterval(idLanjut1);
clearInterval(idLanjut2);
removeMovieClip(drag);
i = 1;
while (i <= bykItem) {
removeMovieClip(_root["item_mc" + i]);
i++;
}
if (tipeMain == "sandbox") {
kondisi = "Game Over !";
}
gotoAndStop (211);
}
stop();
if (tipeMain == "easy") {
zmoney = 2500;
tambahanUang = 2;
} else if (tipeMain == "hard") {
zmoney = 250;
tambahanUang = 1;
} else if (tipeMain == "sandbox") {
zmoney = "~";
}
zmaxHeight = 0;
zwaktu = 300;
zhit = 0;
sedangDrag = false;
bykItem = 1;
frame = attachMovie("frame_mc", "frame_mc", 1000000);
frame._x = 0;
frame._y = 0;
frame_mc._visible = false;
start_btn._visible = true;
zi = 1;
while (zi <= 11) {
_root["jarak_mc" + zi]._visible = false;
zi++;
}
sudahMulai = false;
sedangOverItem = false;
masihMain = true;
sedangPause = false;
sedangMute = false;
start_btn.onRelease = enterMulai;
musuh1.onEnterFrame = enterMusuh1;
musuh2.onEnterFrame = enterMusuh2;
pause_mc.onRelease = function () {
if (masihMain == true) {
if (sedangPause == false) {
sedangPause = true;
} else {
sedangPause = false;
}
cekPause();
}
};
mute_mc.onRelease = function () {
if (sedangMute == false) {
sedangMute = true;
} else {
sedangMute = false;
}
cekMute();
};
i = 1;
while (i <= 8) {
_root["item" + i].onRollOver = overItem;
_root["item" + i].onRollOut = outItem;
_root["item" + i].onRelease = klikItem;
i++;
}
daftarCost = new Array("", 100, 350, 750, 1000, 1500, 3500, 4500, 6000);
daftarEffect = new Array("", "Bounce Smiley", "Bounce Smiley", "Delay Smiley", "Bounce Smiley", "Explode Smiley", "Slower Smiley", "Change Direction", "Raise Smiley");
daftarKey = new Array("", "1", "2", "3", "4", "5", "6", "7", "8");
_root.onMouseDown = function () {
if (sedangPause == false) {
if (_root._ymouse > 100) {
if (sedangDrag == true) {
if (pilihDrag == 1) {
item = attachMovie("balok_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 2) {
item = attachMovie("balok2_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 4;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 3) {
item = attachMovie("lem_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 200;
item.lem = true;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 4) {
item = attachMovie("bounce_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 6;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 5) {
item = attachMovie("granade_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 6) {
item = attachMovie("parachute_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 7) {
item = attachMovie("gun_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
item.xdelay = -100;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
} else if (pilihDrag == 8) {
item = attachMovie("rocket_mc", "item_mc" + bykItem, bykItem + 1000);
item._x = drag._x;
item._y = drag._y;
item.nyawa = 1;
item.xdelay = -100;
sedangOverItem = false;
item.jenis = pilihDrag;
item.onRollOver = overItem2;
item.onRollOut = outItem2;
item.onPress = releaseItem;
item.onEnterFrame = enterItem;
bykItem++;
}
if (tipeMain != "sandbox") {
zmoney = zmoney - daftarCost[pilihDrag];
}
sedangDrag = false;
removeMovieClip(drag);
} else if (sedangOverItem == true) {
i = 1;
while (i <= bykItem) {
if (_root["item_mc" + i] != undefined) {
if (_root["item_mc" + i].hitTest(_root._xmouse, _root._ymouse, true)) {
if (tipeMain != "sandbox") {
zmoney = zmoney + daftarCost[_root["item_mc" + i].jenis];
}
if (_root["item_mc" + i].jenis == 3) {
zi = 1;
while (zi <= 11) {
if (_root["item_mc" + i].hitTest(_root["jagoan_mc" + zi])) {
if (_root["jagoan_mc" + zi].diem == true) {
_root["jagoan_mc" + zi].diem = false;
}
}
zi++;
}
}
removeMovieClip(_root["item_mc" + i]);
}
}
i++;
}
}
} else {
sedangDrag = false;
removeMovieClip(drag);
}
}
};
x_mc.onRelease = function () {
if (sedangPause == false) {
sedangDrag = false;
removeMovieClip(drag);
}
};
_root.onEnterFrame = function () {
if (sedangPause == false) {
if (tipeMain == "sandbox") {
money = "Money: UNLIMITED";
} else {
money = "Money: " + zmoney;
}
hit = "Hits: " + zhit;
maxHeight = "Max Height: " + zmaxHeight;
waktu = zwaktu + " sec";
zi = 1;
while (zi <= 11) {
if (_root["jagoan_mc" + zi]._y < 0) {
_root["jarak_mc" + zi]._visible = true;
} else {
_root["jarak_mc" + zi]._visible = false;
}
_root["jarakAtas" + zi] = -Math.ceil(_root["jagoan_mc" + zi]._y);
_root["jarak_mc" + zi]._x = _root["jagoan_mc" + zi]._x;
_root["jarak_mc" + zi].zjarak = _root["jarakAtas" + zi] + "\nFeet";
if (zmaxHeight < _root["jarakAtas" + zi]) {
zmaxHeight = _root["jarakAtas" + zi];
}
zi++;
}
}
};
myListener = new Object();
myListener.onKeyDown = function () {
if (Key.getCode() == 49) {
sedangDrag = false;
klikItem(1);
}
if (Key.getCode() == 50) {
sedangDrag = false;
klikItem(2);
}
if (Key.getCode() == 51) {
sedangDrag = false;
klikItem(3);
}
if (Key.getCode() == 52) {
sedangDrag = false;
klikItem(4);
}
if (Key.getCode() == 53) {
sedangDrag = false;
klikItem(5);
}
if (Key.getCode() == 54) {
sedangDrag = false;
klikItem(6);
}
if (Key.getCode() == 55) {
sedangDrag = false;
klikItem(7);
}
if (Key.getCode() == 56) {
sedangDrag = false;
klikItem(8);
}
};
Key.addListener(myListener);
Instance of Symbol 317 MovieClip in Frame 210
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Frame 211
stop();
backSenyum();
hit = "Hits: " + zhit;
maxHeight = "Max Height: " + zmaxHeight;
new_btn.onRelease = function () {
masihMain = false;
clearInterval(idLanjut1);
clearInterval(idLanjut2);
removeMovieClip(drag);
i = 1;
while (i <= bykItem) {
removeMovieClip(_root["item_mc" + i]);
i++;
}
gotoAndStop (206);
};
more_btn.onRelease = function () {
getURL ("http://www.belugerinstudios.com", "_blank");
};
Instance of Symbol 156 MovieClip in Frame 211
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Symbol 46 MovieClip Frame 20
stop();
Symbol 47 MovieClip Frame 20
stop();
Symbol 48 MovieClip [granade_mc] Frame 1
stop();
Symbol 48 MovieClip [granade_mc] Frame 20
stop();
removeMovieClip(this);
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 2
play();
Symbol 57 MovieClip Frame 3
play();
Symbol 57 MovieClip Frame 4
play();
Symbol 57 MovieClip Frame 5
gotoAndStop (1);
Symbol 60 MovieClip Frame 1
stop();
Symbol 60 MovieClip Frame 5
gotoAndStop (1);
Symbol 63 MovieClip [gun_mc] Frame 1
stop();
Symbol 212 MovieClip Frame 175
stop();
Symbol 223 MovieClip Frame 175
stop();
Symbol 232 MovieClip Frame 1
this.onPress = function () {
getURL ("http://www.belugerinstudios.com", "_blank");
};
Symbol 232 MovieClip Frame 185
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 1
stop();
Symbol 322 Button
on (release) {
getURL ("http://www.belugerinstudios.com", "_blank");
}
Symbol 324 Button
on (release) {
getURL ("http://www.incompetech.com", "_blank");
}