Frame 1
fscommand ("showmenu", false);
Frame 2
_root.nowball = 0;
_root.efek = new Sound();
_root.efek2 = new Sound();
_root.efek3 = new Sound();
_root.efek4 = new Sound();
_root.efek5 = new Sound();
_root.bgm = new Sound();
_root.bgm.setVolume(100);
_root.bgm.onSoundComplete = function () {
_root.bgm.start();
};
_root.megaball = [0, 0, 0, 0, 0, 0, 0, 0];
_root.stage = 1;
_root.suni = 0;
Frame 3
_root.stage = 1;
_root.suni = 0;
_root.bgm.stop();
_root.bgm.attachSound("mus2");
_root.bgm.start();
stop();
Frame 7
trace("stage " + _root.stage);
_root.chara = [0, 0, 0, 0, 0];
_root.boil = [0, 0, 0, 0, 0];
_root.nowchar = 0;
_root.skor = [0, 0, 0, 0, 0];
i = 1;
while (i <= 4) {
_root["a" + i].gotoAndStop(i);
_root["w" + i].gotoAndStop(2);
_root["w" + i].code = i;
_root["w" + i].onRollOver = function () {
_root.efek.attachSound("click");
_root.efek.setVolume(100);
_root.efek.start();
this.gotoAndStop(1);
};
_root["w" + i].onRollOut = function () {
this.gotoAndStop(2);
};
_root["w" + i].onRelease = function () {
_root.nowchar = this.code;
_root.chara[this.code] = 1;
_root.boil[1] = this.code;
j = 2;
while (j <= 4) {
ok = 0;
do {
r = random(4) + 1;
if (_root.chara[r] != 1) {
_root.chara[r] = 1;
_root.boil[j] = r;
ok = 1;
}
} while (ok != 1);
j++;
}
ll = 1;
while (ll <= 4) {
ll++;
}
_root.gotoAndStop("ploy");
};
i++;
}
Frame 11
_root.flager = [0, 0, 0, 0, 0];
yp = 0;
nor1 = 0;
nor2 = 0;
nor3 = 0;
nor4 = 0;
jx2 = [0, 0, 0, 0];
_root.champ = [0, 0, 0, 0, 0];
ppp = 0;
while (ppp <= 3) {
jx2[ppp] = _root.skor[ppp + 1];
_root["nor" + (ppp + 1)] = _root.skor[ppp + 1];
ppp++;
}
jx2.sort(18);
trace(jx2);
loa = 0;
while (loa <= 3) {
jl = 1;
while (jl <= 4) {
if ((jx2[loa] == _root["nor" + jl]) and (_root.flager[jl] != 1)) {
_root.flager[jl] = 1;
_root.champ[loa + 1] = jl;
break;
}
jl++;
}
loa++;
}
trace(_root.champ);
uu = 1;
while (uu <= 4) {
_root["r" + uu].gotoAndStop(_root.champ[uu]);
uu++;
}
Frame 15
i = 1;
while (i <= 4) {
_root["a" + i].gotoAndStop(i);
_root["sk" + i] = _root.skor[i];
i++;
}
_root.flager = [0, 0, 0, 0, 0];
yp = 0;
_root.allstop = 0;
nor1 = 0;
nor2 = 0;
nor3 = 0;
nor4 = 0;
jx2 = [0, 0, 0, 0];
_root.champ = [0, 0, 0, 0, 0];
ppp = 0;
while (ppp <= 3) {
jx2[ppp] = _root.skor[ppp + 1];
_root["nor" + (ppp + 1)] = _root.skor[ppp + 1];
ppp++;
}
jx2.sort(18);
trace(jx2);
loa = 0;
while (loa <= 3) {
jl = 1;
while (jl <= 4) {
if ((jx2[loa] == _root["nor" + jl]) and (_root.flager[jl] != 1)) {
_root.flager[jl] = 1;
_root.champ[loa + 1] = jl;
break;
}
jl++;
}
loa++;
}
uu = 1;
while (uu <= 4) {
_root["a" + uu].gotoAndStop(_root.champ[uu]);
_root["sk" + uu] = jx2[uu - 1];
uu++;
}
Instance of Symbol 191 MovieClip "bgg" in Frame 21
onClipEvent (enterFrame) {
if (_x <= 0) {
_x = 0;
}
}
Instance of Symbol 200 MovieClip "tim" in Frame 21
onClipEvent (enterFrame) {
if (_root.bonus1 == 1) {
r = random(2);
_root.efek3.attachSound("car" + r);
_root.efek3.setVolume(100);
_root.efek3.start();
this.b1++;
if (this.b1 >= 60) {
_root.boost = 0;
_root.bonus1 = 0;
b1 = 0;
_root.org1.kar.char.gotoAndStop(1);
}
}
if (_root.bonus2 == 1) {
this.b2++;
if (this.b2 >= 60) {
_root.bonus2 = 0;
b2 = 0;
_root.org1.shields = 0;
_root.org1.shil.removeMovieClip();
}
}
if (_root.bonus4 == 1) {
this.b4++;
if (this.b4 >= 60) {
_root.jumplit = 0;
_root.bonus4 = 0;
b4 = 0;
}
}
}
onClipEvent (load) {
b1 = 0;
b2 = 0;
b4 = 0;
}
Instance of Symbol 338 MovieClip "org1" in Frame 21
onClipEvent (load) {
function move(x, y) {
b = this.getBounds(this);
h = true;
_root.gor._x = _root.gor._x - x;
_root.bgg._x = _root.bgg._x - (x / 10);
_y = (_y + y);
isReady = false;
for (i in _root.gor) {
if (this.r.hitTest(_root.gor[i])) {
if (x != 0) {
if (x > 0) {
v = 1;
} else {
v = -1;
}
while (this.r.hitTest(_root.gor[i])) {
spon = 0;
_root.gor._x = _root.gor._x + v;
_root.bgg._x = _root.bgg._x + (v / 10);
}
_root.bgstop = 0;
} else {
jumping = false;
if (y > 0) {
v = 1;
} else {
v = -1;
}
while (this.r.hitTest(_root.gor[i])) {
ka = 1;
while (ka <= _root.maxbns[_root.stage]) {
if ((this.tar.hitTest(_root.gor["bns" + ka]) and (_root.gor["bns" + k].dead != 1)) and (_root.bonus == 0)) {
_root.efek2.attachSound("item");
_root.efek2.setVolume(100);
_root.efek2.start();
if (_root.gor["bns" + ka].pol != 1) {
if (_root.nowball != 7) {
_root.bonus = random(5) + 1;
} else {
_root.bonus = random(4) + 1;
}
if (_root.bonus == 5) {
_root.nowball++;
_root["br" + _root.nowball]._visible = 1;
}
if (_root.bonus == 3) {
_root.bonus3 = 0;
}
if (_root.bonus != 5) {
_root.bot.gotoAndStop(_root.bonus + 1);
} else {
_root.bonus = 0;
}
_root.gor["bns" + ka].pol = 1;
_root.gor["bns" + ka].dead = 1;
_root.gor["bns" + ka].gotoAndStop(2);
break;
}
}
ka++;
}
_y = (_y - v);
}
}
h = false;
break;
}
}
return(h);
}
this.stop();
ben = 0;
divr = 0;
kena = 0;
kena2 = 0;
k = 0;
k2 = 0;
keno = 0;
kamecharge = 0;
shields = 0;
kkm = 0;
fini = 0;
ssp = 5;
pauss = 0;
jumping = false;
fall = false;
isReady = false;
jumpc = 0;
bo = 0;
vary = 0;
bani = 120;
}
onClipEvent (enterFrame) {
if (kena == 1) {
if (ben == 0) {
ben = 1;
_root.efek2.attachSound("hit");
_root.efek2.setVolume(100);
_root.efek2.start();
}
k++;
trace(k);
if (k >= 24) {
ben = 0;
trace("D");
k = 0;
kena = 0;
ssp = 5;
this.kar.char.gotoAndStop(1);
}
}
if (fini == 1) {
_x = (_x + 10);
if (_y < 240) {
_y = (_y + gravity);
gravity = gravity + 1;
} else {
_y = 240;
}
_y = (_y + 3);
}
if (pauss != 1) {
trace("saya1" + _y);
p = 1;
while (p <= 4) {
if ((_root["org" + p]._x - _root.org1._x) >= _root.fastfood) {
divr = 5;
} else if (((_root["org" + p]._x - 30) - _root.org1._x) <= 0) {
divr = 0;
}
p++;
}
if (this.tari.hitTest(_root.gor.fin) and (fini != 1)) {
_root.efek3.attachSound("finish");
_root.efek3.setVolume(100);
_root.efek3.start();
_root.finij.gotoAndStop(2);
_root.allstop = 1;
_root.juara[_root.noj] = _root.nowchar;
trace(_root.juara[_root.noj]);
_root.noj++;
gravity = 10;
pauss = 1;
fini = 1;
}
if (_root.kame == 1) {
kamecharge++;
_root.uis.en.bb._x = _root.uis.en.bb._x + (126 / bani);
if (kamecharge >= bani) {
_root.uis.mw._visible = 1;
_root.kame = 0;
kamecharge = 0;
}
}
if ((Key.isDown(32) and (_root.kame != 1)) and (jumping != true)) {
_root.uis.mw._visible = 0;
_root.uis.en.bb._x = -63;
this.kar.char.gotoAndStop(4);
kameh = 1;
_root.kame = 1;
}
if (((Key.isDown(13) and (_root["bonus" + _root.bonus] != 1)) and (_root.bonus != 0)) and (jumping != true)) {
switch (_root.bonus) {
case 1 :
this.kar.char.gotoAndStop(2);
_root.boost = 5;
_root["bonus" + _root.bonus] = 1;
break;
case 2 :
this.attachMovie("shil" + codenum2, "shil", 3);
_root.efek2.attachSound("kebal");
_root.efek2.setVolume(100);
_root.efek2.start();
this.shields = 1;
_root["bonus" + _root.bonus] = 1;
break;
case 3 :
if (jumping == false) {
_root["bonus" + _root.bonus] = 1;
_root.tottai++;
_root.efek2.attachSound("obs");
_root.efek2.setVolume(100);
_root.efek2.start();
_root.attachMovie("tai", "tai" + _root.tottai, 100 + _root.tottai);
_root["tai" + _root.tottai]._x = _x;
_root["tai" + _root.tottai]._y = _y + 15;
_root["tai" + _root.tottai].onEnterFrame = function () {
if (_root.org1.spon != 0) {
this._x = this._x - spon;
}
t = 1;
while (t <= 4) {
if (this.hitTest(_root["org" + t]) and (t != codenum)) {
if (_root["org" + t].shields != 1) {
_root["org" + t].ssp = 0;
_root["org" + t].kena = 1;
_root["org" + t].k = 0;
_root["org" + t].kar.char.gotoAndStop(3);
this.removeMovieClip();
break;
}
this.removeMovieClip();
}
t++;
}
};
}
break;
case 4 :
_root.jumplit = 5;
_root["bonus" + _root.bonus] = 1;
}
_root.bonus = 0;
_root.bot.gotoAndStop(1);
}
falling = move(0, 5 + vary);
if ((vary < 10) && (falling == true)) {
vary = vary + 0.5;
} else if (falling == false) {
vary = 0;
}
if ((Key.isDown(38) && (!falling)) && (!jumping)) {
_root.efek.attachSound("jump");
_root.efek.setVolume(100);
_root.efek.start();
jumpc = 0;
jumping = true;
vel = -16 - _root.jumplit;
_root.jumpSound.gotoAndPlay(2);
}
if (Key.isDown(39)) {
if (jumping == false) {
bo = 5;
}
} else if (jumping == false) {
bo = 0;
}
if (pauss != 1) {
if (kena != 1) {
spon = ((ssp + bo) + _root.boost) + divr;
move(spon, 0);
}
}
if (jumping) {
isReady = false;
if (vel <= 0) {
h = move(0, vel - 5);
if ((h == false) && (vel < 0)) {
vel = vel * -16;
}
vel++;
} else {
jumping = false;
}
}
}
}
Instance of Symbol 372 MovieClip "uis" in Frame 21
onClipEvent (load) {
_root.bgm.stop();
_root.bgm.attachSound("mus1");
_root.bgm.start();
stop();
zol = 1;
while (zol <= 4) {
_root["org" + zol].kar.gotoAndStop(_root.boil[zol]);
_root["org" + zol].codenum2 = _root.boil[zol];
_root["org" + zol].codenum = zol;
zol++;
}
i = 1;
while (i <= 7) {
_root["br" + i]._visible = 0;
i++;
}
i = 1;
while (i <= _root.nowball) {
_root["br" + i]._visible = 1;
i++;
}
_root.uis.gotoAndStop(_root.nowchar);
_root.noj = 1;
_root.juara = [0, 0, 0, 0, 0];
_root.xxx = 30;
_root.yyy = 30;
_root.bonus = 0;
_root.bonus1 = 0;
_root.bonus2 = 0;
_root.bonus3 = 0;
_root.bonus4 = 0;
_root.boost = 0;
_root.jumplit = 0;
_root.kame = 1;
_root.mspeed = 0;
_root.tim = 0;
_root.maxbns = [0, 15, 17, 17, 20, 20, 1];
_root.tottai = 0;
_root.fastfood = 180;
i = 2;
while (i <= 4) {
_root["org" + i].ambil = 0;
_root["org" + i].pauss = 0;
_root["org" + i].b1 = 0;
_root["org" + i].b2 = 0;
_root["org" + i].b4 = 0;
_root["org" + i].bns1 = 0;
_root["org" + i].bns2 = 0;
_root["org" + i].bns4 = 0;
_root["org" + i].speed = 10;
_root["org" + i].jumping = false;
_root["org" + i].gravity = 10;
_root["org" + i].jumpspeed = 19;
_root["org" + i].js = _root["org" + i].jumpspeed;
_root["org" + i].ssp = 10;
_root["org" + i].boost = 0;
_root["org" + i].kena = 0;
_root["org" + i].k = 0;
_root["org" + i].kame = 1;
_root["org" + i].divr = 0;
_root["org" + i].bonusan = 0;
_root["org" + i].bonus = 0;
_root["org" + i].jumplit = 0;
_root["org" + i].shields = 0;
_root["org" + i].fini = 0;
_root["org" + i].kamecharge = 0;
_root["org" + i].onEnterFrame = function () {
with (this) {
if (fini == 1) {
_x = _x + 10;
_y = 243;
}
}
if (this.pauss != 1) {
with (this) {
if (tari.hitTest(_root.gor.fin) and (fini != 1)) {
_root.juara[_root.noj] = codenum2;
_root.noj++;
fini = 1;
gravity = 10;
pauss = 1;
_y = 243;
}
if (kame == 1) {
kamecharge++;
if (kamecharge >= 60) {
kame = 0;
kamecharge = 0;
}
}
if (bns1 == 1) {
b1++;
if (b1 >= 60) {
boost = 0;
bns1 = 0;
b1 = 0;
kar.char.gotoAndStop(1);
}
}
if (bns2 == 1) {
b2++;
if (b2 >= 120) {
shields = 0;
bns2 = 0;
b2 = 0;
shil.removeMovieClip();
}
}
if ((bns3 == 1) and (jumping != true)) {
_root.tottai++;
_root.attachMovie("tai", "tai" + _root.tottai, 100 + _root.tottai);
_root["tai" + _root.tottai]._x = _x - 15;
_root["tai" + _root.tottai]._y = _y + 15;
_root["tai" + _root.tottai].onEnterFrame = function () {
if (_root.org1.spon != 0) {
this._x = this._x - _root.org1.spon;
}
i = 1;
while (i <= 4) {
if (this.hitTest(_root["org" + i]) and (i != codenum)) {
if (_root["org" + i].shields != 1) {
_root["org" + i].ssp = 0;
_root["org" + i].kena = 1;
_root["org" + i].k = 0;
_root["org" + i].kar.char.gotoAndStop(3);
this.removeMovieClip();
break;
}
this.removeMovieClip();
}
i++;
}
};
bns3 = 0;
}
if ((_root.org1._x - _x) >= _root.fastfood) {
divr = 7;
} else if (((_root.org1._x - 30) - _x) <= 0) {
divr = 0;
}
kam = random(30) + 1;
if ((((kam == 1) and (kame != 1)) and (jumping != true)) and (_root.allstop != 1)) {
this.kar.char.gotoAndStop(4);
kameh = 1;
kame = 1;
}
if (kena == 1) {
k++;
if (k >= 24) {
boost = 0;
divr = 0;
k = 0;
kena = 0;
ssp = (10 + divr) + boost;
kar.char.gotoAndStop(1);
}
}
if (_root.gor.hitTest((_x + 30) - 1, _y, true)) {
}
if (_root.gor.hitTest(_x, _y - 89, true) and (kena != 1)) {
if (jumping != true) {
jumping = true;
}
}
if (!_root.gor.hitTest(_x + 33, _y, true)) {
uy = _root.org1.spon;
if (_root.org1.ssp <= 0) {
uy = 0;
}
if (_root.org1.kenal == 1) {
_x = _x + ((ssp + divr) + boost);
} else {
if (_root.org1.kena2 == 1) {
cd = (ssp + divr) + boost;
} else {
cd = ((ssp + divr) + boost) - uy;
}
_x = _x + cd;
}
} else {
jumping = true;
}
if ((!_root.gor.hitTest(_x, _y + 30, true)) && (jumping == false)) {
_y = _y + gravity;
gravity = gravity + 1;
if (_root.gor.hitTest(_x + 31, _y, true)) {
_x = _x - 10;
}
}
if (jumping == true) {
_y = _y - jumpspeed;
jumpspeed = jumpspeed - 2;
if (_root.gor.hitTest(_x + 29, _y, true)) {
_x = _x - 15;
}
}
if (_root.gor.hitTest(_x, _y + 29, true)) {
gravity = 10;
jumping = false;
jumpspeed = js;
}
if (_root.gor.hitTest(_x, _y + 29, true)) {
if (_y >= 240) {
_y = 240;
} else if (_y >= 210) {
_y = 210;
} else if (_y >= 180) {
_y = 180;
} else if (_y >= 150) {
_y = 150;
} else if (_y >= 120) {
_y = 120;
} else if (_y >= 90) {
_y = 90;
} else if (_y >= 60) {
_y = 60;
}
_y = _y + 3;
}
if (ambil == 1) {
am++;
if (am >= 12) {
ambil = 0;
}
}
if (_root.gor.hitTest(_x, (_y - 30) + 15, true)) {
i = 1;
while (i <= _root.maxbns[_root.stage]) {
if ((tar.hitTest(_root.gor["bns" + i]) and (_root.gor["bns" + i].dead != 1)) and (ambil != 1)) {
if (_root.gor["bns" + i].pol != 1) {
ambil = 1;
bonus = random(4) + 1;
_root.gor["bns" + i].pol = 1;
_root.gor["bns" + i].dead = 1;
_root.gor["bns" + i].gotoAndStop(2);
bonusan = bonus;
switch (bonus) {
case 1 :
boost = 5;
bns1 = 1;
kar.char.gotoAndStop(2);
break;
case 2 :
bns2 = 1;
shields = 1;
attachMovie("shil" + codenum2, "shil", 3);
break;
case 3 :
bns3 = 1;
break;
case 4 :
bns3 = 1;
}
break;
}
}
i++;
}
_y = _y + 5;
jumpspeed = -1;
}
}
}
};
i++;
}
_root.gor._x = 0;
stop();
}
Instance of Symbol 381 MovieClip "nomi" in Frame 21
onClipEvent (enterFrame) {
if (_root.suni == 0) {
i = 1;
while (i <= 4) {
_root["org" + i].pauss = 1;
i++;
}
}
if ((_root.noj == 5) and (done != 1)) {
yp++;
if (yp >= 36) {
done = 1;
yp = 0;
_root.skor[_root.juara[1]] = _root.skor[_root.juara[1]] + 10;
_root.skor[_root.juara[2]] = _root.skor[_root.juara[2]] + 5;
_root.skor[_root.juara[3]] = _root.skor[_root.juara[3]] + 3;
_root.skor[_root.juara[4]] = _root.skor[_root.juara[4]] + 0;
_root.gotoAndStop("res");
}
}
ppp = 0;
while (ppp <= 3) {
jx[ppp] = _root["org" + (ppp + 1)]._x;
ppp++;
}
nor = _root.org1._x;
jx.sort(16);
loa = 0;
while (loa <= 3) {
if (jx[loa] == nor) {
kon = 0;
switch (loa) {
case 0 :
kon = 4;
break;
case 1 :
kon = 3;
break;
case 2 :
kon = 2;
break;
case 3 :
kon = 1;
}
_root.nomi.gotoAndStop(kon);
break;
}
loa++;
}
}
onClipEvent (load) {
_root.suni = 0;
done = 0;
yp = 0;
nor = 0;
jx = [0, 0, 0, 0];
}
Instance of Symbol 417 MovieClip "finij" in Frame 21
onClipEvent (enterFrame) {
if (_root.nowball == 7) {
i = 1;
while (i <= 7) {
_root["br" + i]._alpha = _root["br" + i]._alpha - 10;
if (_root["br" + i]._alpha <= 50) {
_root["br" + i]._alpha = 100;
}
i++;
}
}
if (_root.stage == 6) {
t++;
if (t >= 500) {
_root.finij.gotoAndStop("ask");
t = 0;
}
}
}
onClipEvent (load) {
t = 0;
}
Frame 22
_root.bgg.gotoAndStop(2);
Frame 23
_root.bgg.gotoAndStop(3);
Frame 24
_root.bgg.gotoAndStop(4);
Frame 25
_root.bgg.gotoAndStop(5);
Frame 26
_root.bgg.gotoAndStop(6);
_root.thankmc._visible = false;
Instance of Symbol 474 MovieClip "gor" in Frame 26
onClipEvent (enterFrame) {
trace(_x);
}
Instance of Symbol 200 MovieClip "tim" in Frame 26
onClipEvent (enterFrame) {
if (_root.bonus1 == 1) {
this.b1++;
if (this.b1 >= 60) {
_root.boost = 0;
_root.bonus1 = 0;
b1 = 0;
_root.org1.kar.char.gotoAndStop(1);
}
}
if (_root.bonus2 == 1) {
this.b2++;
if (this.b2 >= 60) {
_root.bonus2 = 0;
b2 = 0;
_root.org1.shields = 0;
_root.org1.shil.removeMovieClip();
}
}
if (_root.bonus4 == 1) {
this.b4++;
if (this.b4 >= 60) {
_root.jumplit = 0;
_root.bonus4 = 0;
b4 = 0;
}
}
}
onClipEvent (load) {
b1 = 0;
b2 = 0;
b4 = 0;
}
Instance of Symbol 338 MovieClip "org1" in Frame 26
onClipEvent (load) {
function move(x, y) {
b = this.getBounds(this);
h = true;
_root.gor._x = _root.gor._x - x;
_root.gir._x = _root.gir._x - x;
if (_root.stage == 6) {
_root.bgg._x = _root.bgg._x - (x / 100);
} else {
_root.bgg._x = _root.bgg._x - (x / 10);
}
if (_root.gor._x <= -1200) {
_root.gor._x = 0;
}
if (_root.gir._x <= -1200) {
_root.gir._x = 0;
}
_y = (_y + y);
isReady = false;
for (i in _root.gor) {
if (this.r.hitTest(_root.gor[i])) {
if (x != 0) {
if (x > 0) {
v = 1;
} else {
v = -1;
}
while (this.r.hitTest(_root.gor[i])) {
spon = 0;
_root.gor._x = _root.gor._x + v;
_root.gir._x = _root.gir._x + v;
_root.bgg._x = _root.bgg._x + (v / 10);
}
_root.bgstop = 0;
} else {
jumping = false;
if (y > 0) {
v = 1;
} else {
v = -1;
}
while (this.r.hitTest(_root.gor[i])) {
ka = 1;
while (ka <= _root.maxbns[_root.stage]) {
if ((this.tar.hitTest(_root.gor["bns" + ka]) and (_root.gor["bns" + k].dead != 1)) and (_root.bonus == 0)) {
if (_root.gor["bns" + ka].pol != 1) {
_root.bonus = 3;
if (_root.bonus == 3) {
_root.bonus3 = 0;
}
_root.bot.gotoAndStop(_root.bonus + 1);
_root.gor["bns" + ka].pol = 1;
_root.gor["bns" + ka].dead = 1;
_root.gor["bns" + ka].gotoAndStop(2);
break;
}
}
ka++;
}
_y = (_y - v);
}
}
h = false;
break;
}
}
return(h);
}
this.stop();
codenum = 1;
divr = 0;
kena = 0;
kena2 = 0;
k = 0;
k2 = 0;
keno = 0;
kamecharge = 0;
shields = 0;
kkm = 0;
fini = 0;
ssp = 5;
pauss = 0;
jumping = false;
fall = false;
isReady = false;
jumpc = 0;
bo = 0;
vary = 0;
}
onClipEvent (enterFrame) {
if (kena == 1) {
k++;
trace(k);
if (k >= 24) {
trace("D");
k = 0;
kena = 0;
ssp = 5;
this.kar.char.gotoAndStop(1);
}
}
if (fini == 1) {
_x = (_x + 10);
if (_y < 240) {
_y = (_y + gravity);
gravity = gravity + 1;
} else {
_y = 240;
}
_y = (_y + 3);
}
if (pauss != 1) {
p = 1;
while (p <= 4) {
if ((_root["org" + p]._x - _root.org1._x) >= _root.fastfood) {
divr = 5;
} else if (((_root["org" + p]._x - 30) - _root.org1._x) <= 0) {
divr = 0;
}
p++;
}
if (this.tari.hitTest(_root.gor.fin)) {
gravity = 10;
pauss = 1;
fini = 1;
}
if (_root.kame == 1) {
kamecharge++;
if (kamecharge >= 60) {
_root.kame = 0;
kamecharge = 0;
}
}
if ((Key.isDown(32) and (_root.kame != 1)) and (jumping != true)) {
this.kar.char.gotoAndStop(4);
kameh = 1;
_root.kame = 1;
}
if (((Key.isDown(13) and (_root["bonus" + _root.bonus] != 1)) and (_root.bonus != 0)) and (jumping != true)) {
switch (_root.bonus) {
case 1 :
this.kar.char.gotoAndStop(2);
_root.boost = 5;
_root["bonus" + _root.bonus] = 1;
break;
case 2 :
this.attachMovie("shil" + codenum, "shil", 3);
this.shields = 1;
_root["bonus" + _root.bonus] = 1;
break;
case 3 :
if (jumping == false) {
_root["bonus" + _root.bonus] = 1;
_root.tottai++;
_root.attachMovie("tai", "tai" + _root.tottai, 100 + _root.tottai);
_root["tai" + _root.tottai]._x = _x;
_root["tai" + _root.tottai]._y = _y + 15;
_root["tai" + _root.tottai].onEnterFrame = function () {
if (_root.org1.spon != 0) {
this._x = this._x - spon;
}
t = 1;
while (t <= 4) {
if (this.hitTest(_root["org" + t]) and (t != codenum)) {
if (_root["org" + t].shields != 1) {
_root["org" + t].ssp = 0;
_root["org" + t].kena = 1;
_root["org" + t].k = 0;
_root["org" + t].kar.char.gotoAndStop(3);
this.removeMovieClip();
break;
}
this.removeMovieClip();
}
t++;
}
};
}
break;
case 4 :
_root.jumplit = 5;
_root["bonus" + _root.bonus] = 1;
}
_root.bonus = 0;
_root.bot.gotoAndStop(1);
}
falling = move(0, 5 + vary);
if ((vary < 10) && (falling == true)) {
vary = vary + 0.5;
} else if (falling == false) {
vary = 0;
}
if ((Key.isDown(38) && (!falling)) && (!jumping)) {
jumpc = 0;
jumping = true;
vel = -18 - _root.jumplit;
_root.jumpSound.gotoAndPlay(2);
}
if (Key.isDown(39)) {
if (jumping == false) {
bo = 10;
}
} else if (jumping == false) {
bo = 0;
}
if (pauss != 1) {
if (kena != 1) {
spon = (ssp + bo) + _root.boost;
move(spon, 0);
}
}
if (jumping) {
isReady = false;
if (vel <= 0) {
h = move(0, vel - 5);
if ((h == false) && (vel < 0)) {
vel = vel * -16;
}
vel++;
} else {
jumping = false;
}
}
}
}
Instance of Symbol 477 MovieClip "gir" in Frame 26
onClipEvent (enterFrame) {
trace(_x);
}
Symbol 29 MovieClip [kotak1] Frame 1
stop();
Symbol 30 MovieClip [kotak] Frame 1
stop();
Symbol 32 MovieClip [kameha] Frame 11
removeMovieClip(this);
Symbol 77 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 20
stop();
Symbol 107 Button
on (release) {
getURL ("http://jarkey.net", "_blank");
}
Symbol 108 Button
on (release) {
getURL ("http://jarkey.net/playgames/enigmatica_game.htm", "_blank");
}
Symbol 109 Button
on (release) {
getURL ("http://jarkey.net/playgames/bloons-player-pack-1_game.htm", "_blank");
}
Symbol 110 Button
on (release) {
getURL ("http://jarkey.net/playgames/hover-tanks-2_game.htm", "_blank");
}
Symbol 111 Button
on (release) {
getURL ("http://jarkey.net/playgames/super-doggy_game.htm", "_blank");
}
Symbol 112 Button
on (release) {
getURL ("http://jarkey.net/playgames/death-point_game.htm", "_blank");
}
Symbol 113 Button
on (release) {
getURL ("http://jarkey.net/playgames/goal-shoot_game.htm", "_blank");
}
Symbol 114 MovieClip Frame 1
stop();
MochiAd.showPreloaderAd({id:"8b41be11b272de57", res:"600x300"});
Symbol 489 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.3");
}
static function showPreGameAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}};
options = _parseOptions(options, _local27);
if ("5cc6f7dfb67f2f08341c831480f7c2a7".length == 0) {
options.ad_started();
options.ad_finished();
return(undefined);
}
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
options.ad_failed();
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
showInterLevelAd(options);
}
static function showPreloaderAd(options) {
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
showPreGameAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
if (_local4.id == "test") {
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
}
return(_local4);
}
}
Symbol 121 Button
on (release) {
_root.gotoAndStop("sel");
}
Symbol 126 Button
on (release) {
_root.gotoAndStop("ins");
}
Symbol 133 Button
on (release) {
_root.gotoAndStop("start");
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 1
stop();
Symbol 166 Button
on (release) {
_root.gotoAndStop("start");
}
Symbol 178 Button
on (release) {
_root.suni = 0;
if ((_root.nowball == 7) and (_root.stage == 5)) {
_root.stage++;
_root.gotoAndStop(20 + _root.stage);
} else if (_root.stage == 5) {
_root.gotoAndStop("his");
} else {
_root.stage++;
trace(_root.stage + "_asdasd");
_root.gotoAndStop(20 + _root.stage);
}
}
Symbol 191 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 25
stop();
_root.suni = 1;
i = 1;
while (i <= 4) {
_root["org" + i].pauss = 0;
i++;
}
if (_root.stage == 6) {
_root.finij.gotoAndPlay(3);
}
Symbol 232 MovieClip Frame 5
boni = 0;
Symbol 232 MovieClip Frame 6
_root.efek5.attachSound("wp1");
_root.efek5.setVolume(100);
_root.efek5.start();
Instance of Symbol 229 MovieClip "hiz" in Symbol 232 MovieClip Frame 6
onClipEvent (enterFrame) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["org" + i].tar) and (i != _parent._parent._parent._parent.codenum)) {
if (_root["org" + i].shields != 1) {
_root["org" + i].ssp = 0;
_root["org" + i].boost = 0;
_root["org" + i].kena = 1;
_root["org" + i].kar.char.gotoAndStop(3);
}
}
i++;
}
}
Symbol 232 MovieClip Frame 10
boni++;
if (boni >= 3) {
_parent.gotoAndStop(1);
} else {
gotoAndPlay (6);
}
Symbol 233 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 6
boni = 0;
Symbol 265 MovieClip Frame 7
_root.efek5.attachSound("wp2");
_root.efek5.setVolume(100);
_root.efek5.start();
Instance of Symbol 262 MovieClip "hiz" in Symbol 265 MovieClip Frame 7
onClipEvent (enterFrame) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["org" + i].tar) and (i != _parent._parent._parent._parent.codenum)) {
if (_root["org" + i].shields != 1) {
_root["org" + i].ssp = 0;
_root["org" + i].boost = 0;
_root["org" + i].kena = 1;
_root["org" + i].kar.char.gotoAndStop(3);
}
}
i++;
}
}
Symbol 265 MovieClip Frame 11
boni++;
if (boni >= 3) {
_parent.gotoAndStop(1);
} else {
gotoAndPlay (7);
}
Symbol 266 MovieClip Frame 1
stop();
Symbol 303 MovieClip Frame 7
boni = 0;
Symbol 303 MovieClip Frame 8
_root.efek5.attachSound("wp3");
_root.efek5.setVolume(100);
_root.efek5.start();
Instance of Symbol 300 MovieClip "hiz" in Symbol 303 MovieClip Frame 8
onClipEvent (enterFrame) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["org" + i].tar) and (i != _parent._parent._parent._parent.codenum)) {
if (_root["org" + i].shields != 1) {
_root["org" + i].ssp = 0;
_root["org" + i].boost = 0;
_root["org" + i].kena = 1;
_root["org" + i].kar.char.gotoAndStop(3);
}
}
i++;
}
}
Symbol 303 MovieClip Frame 12
boni++;
if (boni >= 3) {
_parent.gotoAndStop(1);
} else {
gotoAndPlay (8);
}
Symbol 304 MovieClip Frame 1
stop();
Symbol 335 MovieClip Frame 4
boni = 0;
Symbol 335 MovieClip Frame 5
_root.efek5.attachSound("wp4");
_root.efek5.setVolume(100);
_root.efek5.start();
Instance of Symbol 332 MovieClip "hiz" in Symbol 335 MovieClip Frame 5
onClipEvent (enterFrame) {
i = 1;
while (i <= 4) {
if (this.hitTest(_root["org" + i].tar) and (i != _parent._parent._parent._parent.codenum)) {
if (_root["org" + i].shields != 1) {
_root["org" + i].ssp = 0;
_root["org" + i].boost = 0;
_root["org" + i].kena = 1;
_root["org" + i].kar.char.gotoAndStop(3);
}
}
i++;
}
}
Symbol 335 MovieClip Frame 9
boni++;
if (boni >= 3) {
_parent.gotoAndStop(1);
} else {
gotoAndPlay (5);
}
Symbol 336 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 1
stop();
Instance of Symbol 362 MovieClip "bb" in Symbol 365 MovieClip Frame 1
onClipEvent (load) {
trace(_x + "DD");
}
Symbol 372 MovieClip Frame 1
stop();
Instance of Symbol 360 MovieClip "mw" in Symbol 372 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
Symbol 381 MovieClip Frame 1
stop();
Symbol 413 Button
on (release) {
gotoAndStop (1);
}
Symbol 416 Button
on (release) {
_root.finij._visible = false;
_root.thankmc._visible = true;
_root.thankmc.gotoAndPlay(3);
gotoAndStop (1);
}
Symbol 417 MovieClip Frame 1
stop();
Symbol 417 MovieClip Frame 21
gotoAndStop (1);
Symbol 488 MovieClip Frame 1
teks.cacheAsBitmap = true;
mask.cacheAsBitmap = true;
teks.setMask(mask);
Symbol 488 MovieClip Frame 150
stop();
Instance of Symbol 484 MovieClip "mask" in Symbol 488 MovieClip Frame 150
on (press) {
_root.gotoAndStop("start");
}