Frame 1
stop();
this.onEnterFrame = function () {
sedang = _root.getBytesLoaded();
total = _root.getBytesTotal();
xpersen = Math.floor((sedang / total) * 100);
persen = xpersen + " %";
wpersen = Math.floor(xpersen);
bar_mc.gotoAndStop(Math.floor(xpersen / 10));
if (sedang == total) {
gotoAndPlay ("menu");
delete this.onEnterFrame;
}
};
Frame 4
function backSound() {
mySound.stop();
mySound = new Sound("sound1");
mySound.attachSound("backGame");
mySound.start(0, 9999);
}
function backGame() {
mySound.stop();
mySound = new Sound("sound1");
mySound.attachSound("backSound");
mySound.start(0, 9999);
}
function jam() {
mySound3 = new Sound("sound3");
mySound3.attachSound("jam");
mySound3.start(0, 999);
}
function over() {
mySound2 = new Sound("sound2");
mySound2.attachSound("over");
mySound2.start(0, 1);
}
function klik() {
mySound2 = new Sound("sound2");
mySound2.attachSound("klik");
mySound2.start(0, 1);
}
function gagal() {
mySound2 = new Sound("sound2");
mySound2.attachSound("gagal");
mySound2.start(0, 1);
}
function sukses() {
mySound2 = new Sound("sound2");
mySound2.attachSound("sukses");
mySound2.start(0, 1);
}
function buah1() {
mySound2 = new Sound("sound2");
mySound2.attachSound("buah1");
mySound2.start(0, 1);
}
function buah2() {
mySound2 = new Sound("sound2");
mySound2.attachSound("buah2");
mySound2.start(0, 1);
}
function onyet() {
mySound2 = new Sound("sound2");
mySound2.attachSound("onyet");
mySound2.start(0, 1);
}
function drum() {
mySound2 = new Sound("sound2");
mySound2.attachSound("drum");
mySound2.start(0, 1);
}
function loncat() {
mySound2 = new Sound("sound2");
mySound2.attachSound("loncat");
mySound2.start(0, 1);
}
function jalan() {
mySound2 = new Sound("sound2");
mySound2.attachSound("jalan");
mySound2.start(0, 1);
}
function lose() {
mySound2 = new Sound("sound2");
mySound2.attachSound("lose");
mySound2.start(0, 1);
}
function poing3() {
mySound2 = new Sound("sound2");
mySound2.attachSound("poing3");
mySound2.start(0, 1);
}
function cherr() {
mySound2 = new Sound("sound2");
mySound2.attachSound("cherr");
mySound2.start(0, 1);
}
function door() {
mySound2 = new Sound("sound2");
mySound2.attachSound("door");
mySound2.start(0, 1);
}
function exel() {
mySound2 = new Sound("sound2");
mySound2.attachSound("exel");
mySound2.start(0, 1);
}
function whoops() {
mySound2 = new Sound("sound2");
mySound2.attachSound("whoops");
mySound2.start(0, 1);
}
function ah() {
mySound2 = new Sound("sound2");
mySound2.attachSound("ah");
mySound2.start(0, 1);
}
function hurry() {
mySound2 = new Sound("sound2");
mySound2.attachSound("hurry");
mySound2.start(0, 1);
}
function bacaData() {
iq = 1;
while (iq <= 10) {
xxnama = "namaBretto" + String(iq);
xxskor = "scoreBretto" + String(iq);
Cookies = SharedObject.getLocal(xxnama, "/");
this["namanya" + iq] = Cookies.data.txt;
Cookies = SharedObject.getLocal(xxskor, "/");
this["scorenya" + iq] = Cookies.data.txt;
iq++;
}
}
function buatData() {
iq = 1;
while (iq <= 10) {
xxnama = "namaBretto" + String(iq);
xxskor = "scoreBretto" + String(iq);
Cookies = SharedObject.getLocal(xxnama, "/");
Cookies.data.txt = "User-" + iq;
Cookies = SharedObject.getLocal(xxskor, "/");
Cookies.data.txt = "0";
Cookies.flush();
iq++;
}
}
stop();
backSound();
sudahMenang = false;
awalSaja = true;
sound1._visible = false;
sound2._visible = false;
i = 1;
while (i <= 7) {
this["xjatuh" + i].gotoAndStop(i);
i++;
}
easy_btn.onRollOver = (normal_btn.onRollOver = (hard_btn.onRollOver = (top_btn.onRollOver = (exit_btn.onRollOver = function () {
over();
}))));
easy_btn.onRelease = function () {
klik();
xlevel = "EASY";
level = 1;
batasLevel = 5;
gotoAndStop ("game");
};
normal_btn.onRelease = function () {
klik();
xlevel = "NORMAL";
level = 5;
batasLevel = 9;
gotoAndStop ("game");
};
hard_btn.onRelease = function () {
xlevel = "HARD";
level = 9;
batasLevel = 13;
gotoAndStop ("game");
};
top_btn.onRelease = function () {
klik();
gotoAndStop ("top2");
tandaBalik = "menu";
};
exit_btn.onRelease = function () {
klik();
fscommand ("quit");
};
bacaData();
if (namanya1 == null) {
buatData();
bacaData();
}
Frame 5
function xdrum() {
clearInterval(idDrum);
drum();
randDrum = random(20000) + 5000;
idDrum = setInterval(xdrum, randDrum);
}
function xonyet() {
clearInterval(idOnyet);
onyet();
randOnyet = random(10000) + 5000;
idOnyet = setInterval(xonyet, randOnyet);
}
function init() {
satuKaliJam = undefined;
mySound3.stop();
tombol(true, 100);
paused = true;
makan = false;
initVar();
buatDaunBonus();
jatuh();
kontrol();
input();
onEnter();
if (xlevel == "EASY") {
randJatuh = 3500;
} else if (xlevel == "NORMAL") {
randJatuh = 2500;
} else if (xlevel == "HARD") {
randJatuh = 1500;
}
idJatuh = setInterval(jatuh, randJatuh);
idTimer = setInterval(timer, 1000);
}
function timer() {
if (time <= 0) {
daun_mc["hati" + banyakHati].gotoAndPlay("hilang");
banyakHati--;
if (banyakHati < 0) {
hapusSemua();
gotoAndStop ("over");
} else {
ah();
mySound3.stop();
if (xlevel == "EASY") {
time = 150 + (level * 10);
} else if (xlevel == "NORMAL") {
time = 120 + (level * 7);
} else if (xlevel == "HARD") {
time = 90 + (level * 5);
}
}
} else {
time--;
if (time <= 30) {
if (satuKaliJam == undefined) {
jam();
satuKaliJam = true;
}
}
if (time == 10) {
hurry();
}
}
}
function kontrol() {
daun_mc.pause_btn.onRollOver = (daun_mc.restart_btn.onRollOver = (daun_mc.top_btn.onRollOver = function () {
over();
}));
daun_mc.pause_btn.onRelease = function () {
klik();
if (daun_mc.info == "PAUSE") {
daun_mc.restart_btn.enabled = false;
daun_mc.top_btn.enabled = false;
daun_mc.restart_btn._alpha = 50;
daun_mc.top_btn._alpha = 50;
daun_mc.info2 = "CONTINUE THIS GAME";
daun_mc.info = "CONTINUE";
clearInterval(idJatuh);
clearInterval(idTimer);
removeListener(myListener);
i = 0;
while (i <= 8) {
daun_mc["xdaun" + i].stop();
i++;
}
stopAllSounds();
} else if (daun_mc.info == "CONTINUE") {
daun_mc.restart_btn.enabled = true;
daun_mc.top_btn.enabled = true;
daun_mc.restart_btn._alpha = 100;
daun_mc.top_btn._alpha = 100;
daun_mc.info2 = "PAUSE THIS GAME";
daun_mc.info = "PAUSE";
if (xlevel == "EASY") {
randJatuh = 3500;
} else if (xlevel == "NORMAL") {
randJatuh = 2500;
} else if (xlevel == "HARD") {
randJatuh = 1500;
}
idJatuh = setInterval(jatuh, randJatuh);
idTimer = setInterval(timer, 1000);
input();
onEnter();
i = 0;
while (i <= 8) {
if (daun_mc["xdaun" + i]._currentframe != 1) {
daun_mc["xdaun" + i].play();
}
i++;
}
mySound.start(0, 999);
}
};
daun_mc.restart_btn.onRelease = function () {
klik();
hapusSemua();
gotoAndStop ("menu");
};
daun_mc.top_btn.onRelease = function () {
klik();
hapusSemua();
gotoAndStop ("top2");
tandaBalik = "game";
};
}
function initAwal() {
dalam = 0;
speed2 = [];
makan = false;
randomJatuh = [];
score = 0;
banyakHati = 3;
}
function levelAwal() {
qnaik = 5;
naik = 5;
xnaik = 5;
fruit = 0;
if (xlevel == "EASY") {
banyakBuah = 2;
target = 5 + (level * 5);
time = 75 + (level * 10);
} else if (xlevel == "NORMAL") {
banyakBuah = 4;
target = 5 + (level * 5);
time = 60 + (level * 7);
} else if (xlevel == "HARD") {
banyakBuah = 6;
target = 5 + (level * 5);
time = 45 + (level * 5);
}
}
function lanjutLevel() {
level++;
if (level >= batasLevel) {
hapusSemua();
if (score > scorenya10) {
gotoAndStop ("win");
} else {
tandaBalik = "menu";
gotoAndStop ("top2");
}
} else {
levelAwal();
init();
}
}
function initVar() {
atas = false;
kiri = false;
balik = true;
speed = 50;
}
function hapusSemua() {
clearInterval(idJatuh);
clearInterval(idTimer);
clearInterval(idOnyet);
i = 0;
while (i <= 100) {
namaBaru = "jatuh" + i;
removeMovieClip(this[namaBaru]);
i++;
}
removeMovieClip(daun_mc);
removeMovieClip(bonus_mc);
delete this.onEnterFrame;
removeListener(myListener);
mySound3.stop();
}
function jatuh() {
buatJatuh();
}
function buatDaunBonus() {
xdaun_mc.duplicateMovieClip("daun_mc", 1000);
xdaun_mc._visible = false;
xbonus_mc.duplicateMovieClip("bonus_mc", 1001);
xbonus_mc._visible = false;
i = 0;
while (i <= 3) {
daun_mc["hati" + i].gotoAndStop("hapus");
i++;
}
i = banyakHati;
while (i >= 0) {
daun_mc["hati" + i].gotoAndPlay(1);
i--;
}
}
function buatJatuh() {
speed2[dalam] = 1;
randomJatuh[dalam] = random(banyakBuah) + 1;
randBonus = random(100);
if (randBonus <= (level * 2)) {
randomJatuh[dalam] = 7;
}
namaBaru = "jatuh" + dalam;
jatuh_mc.duplicateMovieClip(namaBaru, dalam);
this[namaBaru]._x = random(750);
this[namaBaru].gotoAndStop(randomJatuh[dalam]);
this[namaBaru].onEnterFrame = enterJatuh;
dalam++;
if (dalam >= 100) {
dalam = 0;
}
jatuh_mc._visible = false;
}
function enterJatuh() {
if (daun_mc.info == "PAUSE") {
myStr = new String(this);
if (isNaN(myStr.substr(myStr.length - 2, 1))) {
indi = int(myStr.substr(myStr.length - 1, 1));
} else {
indi = int(myStr.substr(myStr.length - 2, 2));
}
if (this._currentframe == 7) {
speed2[indi]++;
} else if (speed[indi] >= (this._currentframe * 10)) {
speed2[indi] = speed2[indi] + this._currentframe;
} else {
speed2[indi] = speed2[indi] + (this._currentframe / 2);
}
this._y = this._y + speed2[indi];
if (this._y > 550) {
whoops();
if (paused == true) {
score = score - this._currentframe;
if (score <= 0) {
score = 0;
}
}
i = 0;
while (i <= 8) {
if (this.hitTest(daun_mc["xdaun" + i])) {
if (daun_mc["xdaun" + i]._currentframe == 1) {
daun_mc["xdaun" + i].gotoAndPlay(2);
}
}
i++;
}
speed2[indi] = 1;
removeMovieClip(this);
} else if (this.hitTest(mon2_mc)) {
if (makan == false) {
if (atas == true) {
if (this._currentframe == 7) {
bonus();
speed2[indi] = 1;
tandaJatuh = randomJatuh[indi];
makan = true;
if (this._x < (mon2_mc._x - 10)) {
mon2_mc.gotoAndStop(7);
} else {
mon2_mc.gotoAndStop(8);
}
removeMovieClip(this);
if (paused == true) {
idDelay = setInterval(delay, 1500);
}
} else {
randSuara = random(2) + 1;
if (randSuara == 1) {
buah1();
} else {
buah2();
}
score = score + (this._currentframe * 5);
fruit++;
speed2[indi] = 1;
tandaJatuh = randomJatuh[indi];
makan = true;
if (this._x < (mon2_mc._x - 10)) {
mon2_mc.gotoAndStop(7);
} else {
mon2_mc.gotoAndStop(8);
}
removeMovieClip(this);
if (paused == true) {
idDelay = setInterval(delay, 1500);
}
}
}
}
}
}
}
function bonus() {
bonus_mc._visible = true;
bonus_mc.gotoAndPlay(2);
bonus_mc._x = mon2_mc._x;
bonus_mc._y = mon2_mc._y;
myColor = new Color("bonus_mc");
randKeluar = random(8) + 1;
if (randKeluar == 1) {
sukses();
myColor.setRGB("0xFFFFFF");
randPoint = (random(25) + 1) * level;
bonus_mc.bonus = ("BONUS\nSCORE\n" + randPoint) + " PTS";
score = score + randPoint;
} else if (randKeluar == 2) {
gagal();
myColor.setRGB("0xFF0000");
randPoint = (random(5) + 1) * level;
bonus_mc.bonus = ("SCORE\nMINUS\n" + randPoint) + " PTS";
score = score - randPoint;
if (score <= 0) {
score = 0;
}
} else if (randKeluar == 3) {
sukses();
myColor.setRGB("0xFFFFFF");
randWaktu = level;
bonus_mc.bonus = ("TIME\nPLUS\n" + randWaktu) + " SECOND";
time = time + randWaktu;
} else if (randKeluar == 4) {
gagal();
myColor.setRGB("0xFF0000");
randWaktu = level;
bonus_mc.bonus = ("TIME\nMINUS\n" + randWaktu) + " SECOND";
time = time - randWaktu;
if (time <= 30) {
if (satuKaliJam == undefined) {
jam();
satuKaliJam = true;
}
}
} else if (randKeluar == 5) {
sukses();
myColor.setRGB("0xFFFFFF");
bonus_mc.bonus = "MONKEY\nSPEED\nUP";
xnaik = xnaik * 1.25;
if (xnaik >= 10) {
xnaik = 10;
}
} else if (randKeluar == 6) {
gagal();
myColor.setRGB("0xFF0000");
bonus_mc.bonus = "MONKEY\nSPEED\nDOWN";
xnaik = xnaik * 0.75;
if (xnaik <= 2) {
xnaik = 2;
}
} else if (randKeluar == 7) {
sukses();
myColor.setRGB("0xFFFFFF");
randTarget = int(level / 2);
if (randTarget >= target) {
randTarget = target - 1;
}
bonus_mc.bonus = "TARGET\nMINUS\n" + randTarget;
target = target - randTarget;
} else if (randKeluar == 8) {
gagal();
myColor.setRGB("0xFF0000");
randTarget = int(level / 2);
bonus_mc.bonus = "TARGET\nPLUS\n" + randTarget;
target = target + randTarget;
}
}
function delay() {
clearInterval(idDelay);
makan = false;
if (fruit >= target) {
if (level >= batasLevel) {
mySound3.stop();
hapusSemua();
if (score > scorenya10) {
gotoAndStop ("win");
} else {
tandaBalik = "menu";
gotoAndStop ("top2");
}
} else {
mySound3.stop();
tombol(false, 50);
paused = false;
clearInterval(idJatuh);
clearInterval(idTimer);
removeListener(myListener);
daun_mc.complete_mc.gotoAndPlay("lanjut");
exel();
}
}
}
function tombol(indi, indi2) {
daun_mc.pause_btn.enabled = indi;
daun_mc.restart_btn.enabled = indi;
daun_mc.top_btn.enabled = indi;
daun_mc.pause_btn._alpha = indi2;
daun_mc.restart_btn._alpha = indi2;
daun_mc.top_btn._alpha = indi2;
}
function input() {
myListener = new Object();
myListener.onKeyUp = function () {
kanan = false;
kiri = false;
if (atas == false) {
mon2_mc.gotoAndStop(1);
}
};
Key.addListener(myListener);
}
function onEnter() {
this.onEnterFrame = function () {
if (daun_mc.info == "PAUSE") {
if (paused == true) {
if (Key.isDown(37) && (Key.isDown(38))) {
kiri = true;
atas = true;
if (makan == false) {
mon2_mc.gotoAndStop(6);
mon_mc.gotoAndStop(6);
}
} else if (Key.isDown(39) && (Key.isDown(38))) {
kanan = true;
atas = true;
if (makan == false) {
mon2_mc.gotoAndStop(5);
mon_mc.gotoAndStop(5);
}
} else if (Key.isDown(37)) {
kiri = true;
if (makan == false) {
if (atas == false) {
mon2_mc.gotoAndStop(3);
mon_mc.gotoAndStop(3);
if (satuKali3 == undefined) {
jalan();
satuKali3 = true;
}
} else {
mon2_mc.gotoAndStop(6);
mon_mc.gotoAndStop(6);
}
}
} else if (Key.isDown(39)) {
kanan = true;
if (makan == false) {
if (atas == false) {
mon2_mc.gotoAndStop(2);
mon_mc.gotoAndStop(2);
if (satuKali2 == undefined) {
jalan();
satuKali2 = true;
}
} else {
mon2_mc.gotoAndStop(5);
mon_mc.gotoAndStop(5);
}
}
} else if (Key.isDown(38)) {
atas = true;
if (makan == false) {
if (satuKali == undefined) {
loncat();
satuKali = true;
}
mon2_mc.gotoAndStop(4);
mon_mc.gotoAndStop(4);
}
}
if (kiri == true) {
if (mon2_mc._x >= 50) {
mon2_mc._x = mon2_mc._x - (xnaik * 8);
}
}
if (kanan == true) {
if (mon2_mc._x <= 750) {
mon2_mc._x = mon2_mc._x + (xnaik * 8);
}
}
}
if (atas == true) {
speed = speed - naik;
mon2_mc._y = mon2_mc._y - speed;
if (speed <= 10) {
naik = qnaik + 5;
} else {
naik = qnaik;
}
if (mon2_mc._y >= 500) {
satuKali = undefined;
satuKali2 = undefined;
satuKali3 = undefined;
mon2_mc._y = 500;
initVar();
mon2_mc.gotoAndStop(1);
}
}
myKata = new String(score);
if (myKata.length == 1) {
daun_mc.xscore = "0000" + score;
} else if (myKata.length == 2) {
daun_mc.xscore = "000" + score;
} else if (myKata.length == 3) {
daun_mc.xscore = "00" + score;
} else if (myKata.length == 4) {
daun_mc.xscore = "0" + score;
} else if (myKata.length == 5) {
daun_mc.xscore = score;
}
myKata2 = new String(fruit);
if (myKata2.length == 1) {
daun_mc.xfruit = "0000" + fruit;
} else if (myKata2.length == 2) {
daun_mc.xfruit = "000" + fruit;
} else if (myKata2.length == 3) {
daun_mc.xfruit = "00" + fruit;
} else if (myKata2.length == 4) {
daun_mc.xfruit = "0" + fruit;
} else if (myKata2.length == 5) {
daun_mc.xfruit = fruit;
}
myKata3 = new String(target);
if (myKata3.length == 1) {
daun_mc.xtarget = "0000" + target;
} else if (myKata3.length == 2) {
daun_mc.xtarget = "000" + target;
} else if (myKata3.length == 3) {
daun_mc.xtarget = "00" + target;
} else if (myKata3.length == 4) {
daun_mc.xtarget = "0" + target;
} else if (myKata3.length == 5) {
daun_mc.xtarget = target;
}
daun_mc.xlevel = xlevel;
daun_mc.level = "LEVEL " + level;
menit = int(time / 60);
detik = int(time) - (menit * 60);
if (menit < 10) {
menit = "0" + menit;
}
if (detik < 10) {
detik = "0" + detik;
}
if (int(menit) >= 1) {
daun_mc.xtime = (menit + ".") + detik;
} else {
daun_mc.xtime = "00." + detik;
}
}
};
}
stop();
satuKaliJam = undefined;
backGame();
fscommand ("showmenu", false);
randOnyet = random(10000) + 5000;
randDrum = random(20000) + 5000;
idOnyet = setInterval(xonyet, randOnyet);
idDrum = setInterval(xdrum, randDrum);
if (awalSaja == true) {
initAwal();
levelAwal();
awalSaja = false;
}
init();
Frame 6
stop();
cherr();
backSound();
sudahMenang = true;
nama = "";
Selection.setFocus("nama_mc");
submit_btn.onRollOver = function () {
over();
};
submit_btn.onRelease = function () {
klik();
tandaBalik = "menu";
gotoAndStop ("top");
};
Frame 7
stop();
lose();
backSound();
sudahMenang = true;
restart_btn.onRollOver = (top_btn.onRollOver = (exit_btn.onRollOver = function () {
over();
}));
restart_btn.onRelease = function () {
klik();
gotoAndStop ("menu");
};
top_btn.onRelease = function () {
klik();
gotoAndStop ("top2");
tandaBalik = "menu";
};
exit_btn.onRelease = function () {
klik();
fscommand ("quit");
};
Frame 8
play();
ir = 1;
while (ir <= 10) {
xxnama = "namaBretto" + ir;
yynama = "namanya" + ir;
xxskor = "scorenya" + ir;
yyskor = "scoreBretto" + ir;
adaSkor = false;
if (score > Number(this[xxskor])) {
Cookies = SharedObject.getLocal(xxnama, "/");
Cookies.data.txt = nama;
Cookies = SharedObject.getLocal(yyskor, "/");
Cookies.data.txt = score;
adaSkor = true;
jr = 10;
while (jr >= (ir + 1)) {
xxnama2 = "namaBretto" + jr;
yynama2 = "namanya" + String(jr - 1);
xxskor2 = "scorenya" + String(jr - 1);
yyskor2 = "scoreBretto" + jr;
Cookies = SharedObject.getLocal(xxnama2, "/");
Cookies.data.txt = this[yynama2];
Cookies = SharedObject.getLocal(yyskor2, "/");
Cookies.data.txt = this[xxskor2];
jr--;
}
}
if (adaSkor == true) {
ir = 10;
}
ir++;
}
Frame 9
stop();
door();
backSound();
if (sudahMenang == true) {
restart_btn._visible = true;
back_btn._visible = false;
} else if (sudahMenang == false) {
restart_btn._visible = false;
back_btn._visible = true;
}
back_btn.onRollOver = (restart_btn.onRollOver = (clear_btn.onRollOver = function () {
over();
}));
back_btn.onRelease = function () {
klik();
delete this.onEnterFrame;
gotoAndStop(tandaBalik +3);
};
restart_btn.onRelease = function () {
klik();
delete this.onEnterFrame;
gotoAndStop ("menu");
};
clear_btn.onRelease = function () {
klik();
buatData();
bacaData();
};
bacaData();
this.onEnterFrame = function () {
zi = 1;
while (zi <= 10) {
myStr = new String(this["scorenya" + zi]);
if (myStr.length == 1) {
this["xscorenya" + zi] = "000" + this["scorenya" + zi];
} else if (myStr.length == 2) {
this["xscorenya" + zi] = "00" + this["scorenya" + zi];
} else if (myStr.length == 3) {
this["xscorenya" + zi] = "0" + this["scorenya" + zi];
} else if (myStr.length == 4) {
this["xscorenya" + zi] = this["scorenya" + zi];
}
zi++;
}
};
Symbol 30 MovieClip Frame 35
stop();
Symbol 33 MovieClip Frame 1
this._visible = false;
Symbol 37 MovieClip Frame 1
_root.stop();
Symbol 37 MovieClip Frame 3
xyb1 = _root.getBytesLoaded();
xyb2 = _root.getBytesTotal();
xytgFrame = Math.round((xyb1 / xyb2) * 100) + 1;
prelbar.gotoAndStop(xytgFrame);
Symbol 37 MovieClip Frame 5
if ((xyb1 >= xyb2) && (xyb2 > 50)) {
stop();
_root.play();
} else {
gotoAndPlay ("xloop1");
}
Symbol 43 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 63 MovieClip Frame 4
gotoAndPlay(random(20) + 10);
Symbol 64 MovieClip Frame 13
_parent.poing3();
gotoAndPlay(random(40) + 20);
Symbol 103 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 12
stop();
Symbol 125 Button
on (release) {
getURL ("http://www.dailyfreegames.com", "_blank");
}
Symbol 127 Button
on (release) {
getURL ("http://www.dailyfreegames.com/free-games.html", "_blank");
}
Symbol 153 MovieClip Frame 4
gotoAndPlay(random(20) + 10);
Symbol 154 MovieClip Frame 20
gotoAndPlay(random(20) + 20);
Symbol 155 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 30
stop();
Symbol 159 MovieClip Frame 10
gotoAndPlay(random(50) + 10);
Symbol 166 MovieClip Frame 10
gotoAndPlay(random(50) + 10);
Symbol 170 MovieClip Frame 10
gotoAndPlay(random(50) + 10);
Symbol 175 MovieClip Frame 11
gotoAndPlay(random(40) + 20);
Symbol 183 MovieClip Frame 1
stop();
Symbol 183 MovieClip Frame 2
play();
Symbol 183 MovieClip Frame 12
stop();
next_btn.onRollOver = function () {
_parent._parent.over();
};
next_btn.onRelease = function () {
_parent._parent.klik();
gotoAndPlay ("exit");
};
Symbol 183 MovieClip Frame 32
stop();
_parent._parent.lanjutLevel();
Symbol 186 MovieClip Frame 27
gotoAndPlay(random(50) + 30);
Symbol 194 MovieClip Frame 13
gotoAndPlay(random(20) + 20);
Symbol 197 MovieClip Frame 11
gotoAndPlay(random(20) + 50);
Symbol 197 MovieClip Frame 25
gotoAndPlay(random(20) + 50);
Symbol 197 MovieClip Frame 45
gotoAndPlay(random(20) + 50);
Symbol 197 MovieClip Frame 80
rand = random(3);
if (rand == 0) {
gotoAndPlay (1);
} else if (rand == 1) {
gotoAndPlay (15);
} else if (rand == 2) {
gotoAndPlay (30);
}
Symbol 198 MovieClip Frame 20
gotoAndPlay(random(20) + 20);
Symbol 200 MovieClip Frame 30
gotoAndPlay(random(20) + 20);
Symbol 201 MovieClip Frame 20
gotoAndPlay(random(50) + 20);
Symbol 202 MovieClip Frame 1
gotoAndPlay(random(20) + 1);
Symbol 202 MovieClip Frame 50
gotoAndPlay(random(20) + 50);
Symbol 205 MovieClip Frame 10
gotoAndPlay(random(20) + 20);
Symbol 208 MovieClip Frame 4
gotoAndPlay(random(20) + 10);
Symbol 209 MovieClip Frame 20
gotoAndPlay(random(20) + 20);
Symbol 210 MovieClip Frame 20
gotoAndPlay(random(50) + 20);
Symbol 214 MovieClip Frame 20
gotoAndPlay(random(50) + 20);
Symbol 215 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 20
gotoAndPlay(random(50) + 20);
Symbol 225 MovieClip Frame 6
stop();
Symbol 234 MovieClip Frame 23
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 7
mon_mc.jatuh_mc.gotoAndStop(_root.tandaJatuh);
Symbol 235 MovieClip Frame 8
mon_mc.jatuh_mc.gotoAndStop(_root.tandaJatuh);
Symbol 238 MovieClip Frame 1
stop();
this._visible = false;
Symbol 238 MovieClip Frame 2
play();
this._visible = true;