Frame 5
howtomsg.htmlText = "<font color = '#0099FF'> <b>\uC2A4\uCE74\uC774\uC719\uC2A4</b></font><font color = '#666666'>\n\n\uC705\uB4E4\uC774 \uC0AC\uB294 \uB9C8\uC744\uC744 \uCC3E\uC544 \uD504\uB85C\uD3A0\uB7EC \uBE44\uD589\uAE30\uB97C \uD0C0\uACE0 \uC628 \uBAA8\uD5D8\uAC00 \uCC30\uC2A4!\n\uBE44\uD589\uAE30\uB97C \uC548\uC804\uD558\uAC8C \uCC29\uB959\uC2DC\uD0A4\uAE30 \uC704\uD574 \uCC3D\uACFC \uD3ED\uD0C4\uC73C\uB85C \uB3D9\uBB3C\uBAA8\uC591\uC758 \uAE30\uB465\uB4E4\uC744 \uC81C\uAC70\uD558\uC5EC \uD3C9\uC9C0\uB97C \uB9CC\uB4E4\uC5B4\uC57C \uD569\uB2C8\uB2E4. \uC2A4\uD398\uC774\uC2A4\uBC14\uB85C \uCC3D\uC744, \uC5D4\uD130\uD0A4\uB85C \uD3ED\uD0C4\uC744 \uB358\uC9C0\uBA70 \uC548\uC804\uD558\uAC8C \uC705\uC758 \uB9C8\uC744\uC744 \uCC3E\uC544\uAC00 \uBCF4\uC138\uC694!\n</font><font color='#0099FF'>\n\uC870\uC791\uD0A4\n</font><font color='#666666'>\uC0C1\uD558\uC774\uB3D9 : \uC0C1\uD558 \uD654\uC0B4\uD45C\uD0A4\n\uCC3D\uB358\uC9C0\uAE30 : \uC2A4\uD398\uC774\uC2A4\uBC14\n\uD3ED\uD0C4\uB358\uC9C0\uAE30 : \uC5D4\uD130\uD0A4(3\uD68C\uAC00\uB2A5)\n</font> ";
Instance of Symbol 196 MovieClip in Frame 5
on (release) {
this._parent.howtomsg.scroll--;
}
Instance of Symbol 199 MovieClip in Frame 5
on (release) {
this._parent.howtomsg.scroll++;
}
Instance of Symbol 202 MovieClip in Frame 5
onClipEvent (load) {
if (this._parent.howtomsg.maxscroll == 1) {
this._visible = 0;
}
this._y = 75;
this.y1 = 75;
this.y2 = 208;
txt = this._parent.howtomsg;
this.onEnterFrame = function () {
this._x = 222.5;
this._y = this.y1 + ((this.y2 - this.y1) * ((txt.scroll - 1) / (txt.maxscroll - 1)));
};
}
onClipEvent (mouseDown) {
trace((((((this._x + "_") + this._y) + "_") + this._parent._xmouse) + "_") + this._parent._ymouse);
if (this.hitTest(this._parent._xmouse, this._parent._ymouse)) {
this.startDrag(0, 222.5, this.y1, 222.5, this.y2);
this.onEnterFrame = function () {
this._x = 222.5;
txt.scroll = txt.maxscroll * ((this._y - this.y1) / (this.y2 - this.y1));
trace((txt.maxscroll + "_") + txt.scroll);
};
}
}
onClipEvent (mouseUp) {
this.onEnterFrame = function () {
this._x = 222.5;
this._y = this.y1 + ((this.y2 - this.y1) * ((txt.scroll - 1) / (txt.maxscroll - 1)));
};
this.stopDrag();
}
Frame 6
for (mc in _root) {
_root[mc].removeMovieClip();
}
this._parent.gameOvered = 0;
score = 0;
stg = 1;
Math.castNum = function (startNum, endNum, amount) {
var ranArray = [];
var i = startNum;
var j = 0;
while (i < endNum) {
ranArray[j] = i;
i++;
j++;
}
var resultArray = [];
var i = 0;
while (i < amount) {
var ranIndex = random(ranArray.length);
resultArray[i] = ranArray[ranIndex];
ranArray.splice(ranIndex, 1);
i++;
}
return(resultArray);
};
stop();
Frame 7
itemOb.uitem5 = uitem5;
itemOb.gCode = gCode;
itemOb.userkey = userkey;
ii = 1;
while (ii < 5) {
if (_root["item" + ii] == 1) {
isItem = 1;
}
ii++;
}
itemOb.loadVariables(itemURL, "POST");
itemOb.onData = function () {
if (this.userTemp) {
if (_root.isItem) {
_root.isItem = 0;
if (item1 && (item3)) {
scItem = "\"TNT,\uC810\uC218\uBEE5\uD280\uAE30X2\"";
} else if (item1) {
scItem = "\"TNT\"";
} else if (item3) {
scItem = "\"\uC810\uC218\uBEE5\uD280\uAE30X2\"";
}
getURL (("javascript:item_use_chk_ok(" + scItem) + ");");
_root.gotoAndStop("itemView");
} else {
getURL ("javascript:item_use_chk_ok(0);");
_root.gotoAndPlay("ready");
}
} else {
getURL ("javascript:not_logon();");
_root.gotoAndStop("loading");
}
};
Instance of Symbol 245 MovieClip "itemM1" in Frame 7
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 245 MovieClip "itemM2" in Frame 7
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 245 MovieClip "itemM3" in Frame 7
onClipEvent (load) {
this._visible = 0;
}
Frame 8
jj = 0;
ii = 1;
while (ii <= 5) {
if (_root["item" + ii] == 1) {
jj++;
_root["itemM" + jj].gotoAndStop(ii + 1);
_root["itemM" + jj].timing = jj * 3;
_root["itemM" + jj].onEnterFrame = function () {
this.i++;
if (this.i == this.timing) {
this._visible = 1;
}
};
}
ii++;
}
this.onEnterFrame = function () {
this.kk++;
if (this.kk == 18) {
delete this.kk;
this.onEnterFrame = null;
this.gotoAndPlay("ready");
}
};
Frame 17
function setColumn(i, amount, linkName) {
var k = 0;
while (k < amount) {
this.attachMovie(linkName, (("blockGroup" + i) + "_") + k, j);
this[(("blockGroup" + i) + "_") + k]._x = 41 + (i * 23);
if ((k == 0) && (amount > 3)) {
this[(("blockGroup" + i) + "_") + k].gotoAndStop("tail");
} else if (k == (amount - 1)) {
this[(("blockGroup" + i) + "_") + k].gotoAndStop("head");
} else if (k == (amount - 2)) {
this[(("blockGroup" + i) + "_") + k].gotoAndStop("neck");
} else {
this[(("blockGroup" + i) + "_") + k].gotoAndStop("body");
}
if (k != 0) {
this[(("blockGroup" + i) + "_") + k]._y = this[(("blockGroup" + i) + "_") + (k - 1)]._y - (this[(("blockGroup" + i) + "_") + k]._height - 2);
} else {
this[(("blockGroup" + i) + "_") + k]._y = y;
}
j++;
this.targetColumn++;
k++;
}
}
function readySet() {
if (stg == 1) {
if (userlevel <= 2) {
var maxA = 4;
var sure = 3;
} else if (userlevel == 3) {
var maxA = 5;
var sure = 3;
}
} else if (stg == 2) {
if (userlevel <= 2) {
var maxA = 4;
var sure = 4;
} else if (userlevel == 3) {
var maxA = 5;
var sure = 4;
}
} else if (stg == 3) {
var maxA = 5;
var sure = 3;
if (userlevel == 3) {
var maxA = 6;
var sure = 3;
}
} else {
var maxA = 6;
var sure = (stg - 1);
if (userlevel == 3) {
var sure = stg;
}
}
if (sure > 8) {
sure = 8;
}
var columnList = [];
var i = 0;
while (i < 15) {
var ran = random(8);
switch (ran) {
case 0 :
columnList[i] = "panda";
break;
case 1 :
columnList[i] = "fish";
break;
case 2 :
columnList[i] = "turtle";
break;
case 3 :
columnList[i] = "eagle";
break;
case 4 :
columnList[i] = "lion";
break;
case 5 :
columnList[i] = "tiger";
break;
case 6 :
columnList[i] = "giraffe";
break;
case 7 :
columnList[i] = "frog";
}
i++;
}
var sureNum = 0;
var ran = Math.castNum(0, 15, sure);
var k = 0;
while (k < sure) {
var i = 0;
while (i < maxA) {
this[(("blockGroup" + ran[k]) + "_") + i].removeMovieClip();
i++;
}
setColumn(ran[k], maxA, "column_" + columnList[ran[k]]);
k++;
}
var i = 0;
while (i < 15) {
var m = 0;
while (m < 15) {
if (ran[m] == i) {
var nots = 1;
}
m++;
}
if (nots) {
nots = 0;
} else {
var ranMax = (random(maxA - 1) + 1);
setColumn(i, ranMax, "column_" + columnList[i]);
}
i++;
}
}
function throwBomb() {
item1Amount--;
this.attachMovie("bomb", "bomb", 49998);
this.bomb._x = this.machine._x;
this.bomb._y = this.machine._y;
this.bomb.onEnterFrame = function () {
this._y = this._y + 5;
if (this._y >= 260) {
this.play();
this.onEnterFrame = null;
}
};
this.machine.gotoAndPlay("bShot");
}
function birding(x) {
var ranKey = (4 - stg);
trace("bird");
if (ranKey < 1) {
ranKey = 1;
}
var ran = random(ranKey);
if (ran == 0) {
trace("birdok");
if (x < 0) {
if (userlevel == 3) {
var r = (random(2) + 1);
this["bird" + r]._x = 450;
this["bird" + r]._y = this.machine._y + 15;
this["bird" + r].ok1 = 1;
} else if (stg == 2) {
bird1._x = 450;
this.bird1._y = this.machine._y + 15;
bird1.ok1 = 1;
} else if (stg == 3) {
var r = (random(2) + 1);
this["bird" + r]._x = 450;
this["bird" + r]._y = this.machine._y + 15;
this["bird" + r].ok1 = 1;
} else if (stg > 3) {
var r = (random(2) + 1);
this["bird" + r]._x = 450;
this["bird" + r]._y = this.machine._y + 15;
this["bird" + r].ok1 = 1;
}
} else if (userlevel == 3) {
var r = (random(2) + 1);
this["bird" + r]._x = 450;
this["bird" + r]._y = this.machine._y + 15;
this["bird" + r].ok1 = 1;
} else if (stg == 2) {
bird1._x = -50;
this.bird1._y = this.machine._y + 15;
bird1.ok2 = 1;
} else if (stg == 3) {
var r = (random(2) + 1);
this["bird" + r]._x = -50;
this["bird" + r]._y = this.machine._y + 15;
this["bird" + r].ok2 = 1;
} else if (stg > 3) {
var r = (random(2) + 1);
this["bird" + r]._x = -50;
this["bird" + r]._y = this.machine._y + 15;
this["bird" + r].ok2 = 1;
}
}
}
function machineSetting() {
if (((!this.dead) && (!this.landing)) && (!this.land)) {
this.i++;
if ((this.i % 2) == 0) {
this._y = this._y + ysp;
ysp = ysp * -1;
}
this._x = this._x + speed;
if ((this._x >= 450) || (this._x <= -50)) {
birding(this._x);
speed = speed * -1;
this._xscale = this._xscale * -1;
chkLine2._xscale = chkLine2._xscale * -1;
this._y = this._y + 15;
chkLine1._y = chkLine1._y + 15;
}
chkLine2._x = this._x;
chkLine2._y = this._y + 9;
if (item3 == 1) {
area._x = this._x;
area._y = this._y + 16;
}
}
if (clearGame) {
Key.removeListener(machine);
clearGame = 0;
this.gotoAndPlay("clear");
if (item3 == 1) {
area._x = this._x;
area._y = this._y + 16;
}
} else if (this.landing) {
this.i++;
if ((this.i % 2) == 0) {
this._y = this._y + ysp;
ysp = ysp * -1;
}
this._x = this._x + speed;
if ((this._x >= 380) || (this._x <= 20)) {
if (this._x >= 380) {
this._x = 380;
} else if (this._x <= 20) {
this._x = 20;
}
speed = speed * -1;
this._xscale = this._xscale * -1;
}
if (item3 == 1) {
area._x = this._x;
area._y = this._y + 16;
}
} else if (this.land) {
}
}
function keyChk() {
if (((((Key.getCode() == 32) && (!this.Shot)) && (!this.readyShot)) && (!clearGame)) && (!this.dead)) {
this.gotoAndPlay("shot");
this.Shot = 1;
this.readyShot = 1;
}
if (((((Key.getCode() == 38) && (!this.Shot)) && (!this.readyShot)) && (!clearGame)) && (!this.dead)) {
if (ystack >= 0) {
ystack--;
this._y = this._y - 15;
chkLine1._y = chkLine1._y - 15;
}
}
if (((((Key.getCode() == 40) && (!this.Shot)) && (!this.readyShot)) && (!clearGame)) && (!this.dead)) {
if ((ystack <= 0) && (this._y < 238)) {
ystack++;
this._y = this._y + 15;
chkLine1._y = chkLine1._y + 15;
}
}
if ((((((Key.getCode() == 13) && (!this.Shot)) && (!this.readyShot)) && (!clearGame)) && (item1Amount > 0)) && (!this.dead)) {
this.Shot = 1;
throwBomb();
}
}
function readyShotChk() {
if (Key.getCode() == 32) {
this.Shot = 0;
}
}
function shot() {
if (machine._xscale < 0) {
spear._x = machine._x + 11;
} else {
spear._x = machine._x - 11;
}
spear._y = machine._y + 11;
spear.onEnterFrame = function () {
this._y = this._y + 5;
if ((this._y > 280) || (this.hitOk)) {
this.hitOk = 0;
this._parent.machine.readyShot = 0;
if ((!this._parent.machine.dead) && (!clearGame)) {
this._parent.machine.gotoAndStop(1);
}
this.onEnterFrame = null;
}
};
}
bgm = new Sound(this);
bgm.attachSound("bgm");
bgm.start(0, 999);
columnCrash = new Sound(this);
columnCrash.attachSound("columnCrash1");
throwSnd = new Sound(this);
throwSnd.attachSound("throw1");
bombSnd = new Sound(this);
bombSnd.attachSound("bomb");
fallSnd = new Sound(this);
fallSnd.attachSound("fall1");
dangerSnd = new Sound(this);
dangerSnd.attachSound("danger1");
crashedSnd = new Sound(this);
crashedSnd.attachSound("crashed1");
crashedCharacterSnd = new Sound(this);
crashedCharacterSnd.attachSound("crashedCharacter1");
bnSnd = new Sound(this);
bnSnd.attachSound("bn");
ready = 1;
j = 1;
y = 228;
ysp = 1;
if (stg < 6) {
speed = 2;
if (userlevel > 1) {
speed = 3;
}
} else if (stg < 11) {
speed = 3;
if (userlevel > 1) {
speed = 4;
}
} else {
speed = 4;
}
targetColumn = 0;
weakReaction.gotoAndStop(1);
interface1.removeMovieClip();
if (item3 == 1) {
ystack = 0;
} else {
delete ystack;
}
scoreM.scoreView(score);
Instance of Symbol 307 MovieClip in Frame 17
on (release) {
this._parent.stg++;
this._parent.gotoAndPlay("stgStart");
}
Instance of Symbol 316 MovieClip in Frame 17
onClipEvent (load) {
_root.sndvolume = new Sound();
if (_root.sndvolume.getVolume() > 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 320 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this._parent.item1amount > 0) {
this._visible = 1;
} else {
this._visible = 0;
}
}
Instance of Symbol 320 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this._parent.item1amount > 1) {
this._visible = 1;
} else {
this._visible = 0;
}
}
Instance of Symbol 320 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (this._parent.item1amount > 2) {
this._visible = 1;
} else {
this._visible = 0;
}
}
Instance of Symbol 343 MovieClip "stgMs" in Frame 17
onClipEvent (load) {
function stgView(stg) {
if (stg < 10) {
gotoAndStop (1);
num.gotoAndStop(stg + 1);
} else {
gotoAndStop (2);
num.s1.gotoAndStop((stg % 10) + 1);
num.s10.gotoAndStop(Math.floor(stg / 10) + 1);
}
}
stop();
this.stgView(this._parent.stg);
}
Instance of Symbol 373 MovieClip "scoreM" in Frame 17
onClipEvent (load) {
function scoreView(score) {
var s8 = Math.floor((score % 100000000) / 10000000);
var s7 = Math.floor((score % 10000000) / 1000000);
var s6 = Math.floor((score % 1000000) / 100000);
var s5 = Math.floor((score % 100000) / 10000);
var s4 = Math.floor((score % 10000) / 1000);
var s3 = Math.floor((score % 1000) / 100);
var s2 = Math.floor((score % 100) / 10);
var s1 = Math.floor(score % 10);
i = 1;
while (i <= 8) {
this["n" + i].gotoAndStop(eval ("s" + i) + 1);
i++;
}
}
i = 1;
while (i <= 8) {
this["n" + i].stop();
i++;
}
scoreView(this._parent.score);
}
Frame 18
for (mc in _root) {
_root[mc].removeMovieClip();
}
readySet();
stop();
Frame 19
ready = 0;
machine.dead = 0;
machine.faceType = [];
machine.onEnterFrame = machineSetting;
machine.onKeyDown = keyChk;
machine.onKeyUp = readyShotChk;
Key.addListener(machine);
scoreM.scoreView(score);
stop();
Instance of Symbol 465 MovieClip "chkLine1" in Frame 19
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 465 MovieClip "chkLine2" in Frame 19
onClipEvent (load) {
this._visible = 0;
}
Instance of Symbol 470 MovieClip "bird1" in Frame 19
onClipEvent (load) {
function ok1F() {
this._x = this._x - 3;
if (this._x == 300) {
this.rans = 5 - stg;
if (this.rans < 0) {
this.rans = 0;
}
if (random(this.rans) == 0) {
this._parent.birding(-1);
}
}
if ((this.pan.hitTest(this._parent.machine.pan) && (this._x < 350)) && (this._x > 50)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.removeMovieClip();
}
if (this._x < -30) {
this.removeMovieClip();
}
}
function ok2F() {
this._x = this._x + 3;
if (this._x == 300) {
this.rans = 5 - stg;
if (this.rans < 0) {
this.rans = 0;
}
if (random(this.rans) == 0) {
this._parent.birding(-1);
}
}
if ((this.pan.hitTest(this._parent.machine.pan) && (this._x < 350)) && (this._x > 50)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.removeMovieClip();
}
if (this._x > 430) {
this.removeMovieClip();
}
}
dep = 45000;
}
onClipEvent (enterFrame) {
if (ok1) {
ok1 = 0;
this._xscale = 100;
dep++;
this.duplicateMovieClip("bird1" + dep, dep);
this._parent["bird1" + dep].onEnterFrame = ok1F;
} else if (ok2) {
ok2 = 0;
this._xscale = -100;
dep++;
this.duplicateMovieClip("bird1" + dep, dep);
this._parent["bird1" + dep].onEnterFrame = ok2F;
}
}
Instance of Symbol 470 MovieClip "bird2" in Frame 19
onClipEvent (load) {
function ok1F() {
this.i++;
if (this.i <= 20) {
this._y = this._y - 2;
} else if (this.i <= 40) {
this._y = this._y + 2;
if (this.i == 40) {
this.i = 0;
}
}
this._x = this._x - 3;
if (this._x == 300) {
this.rans = 5 - stg;
if (this.rans < 0) {
this.rans = 0;
}
if (random(this.rans) == 0) {
this._parent.birding(-1);
}
}
if ((this.hitTest(this._parent.machine.pan) && (this._x < 350)) && (this._x > 50)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.removeMovieClip();
}
if (this._x < -30) {
this.removeMovieClip();
}
}
function ok2F() {
this.i++;
if (this.i <= 20) {
this._y = this._y - 2;
} else if (this.i <= 40) {
this._y = this._y + 2;
if (this.i == 40) {
this.i = 0;
}
}
this._x = this._x + 3;
if (this._x == 300) {
this.rans = 5 - stg;
if (this.rans < 0) {
this.rans = 0;
}
if (random(this.rans) == 0) {
this._parent.birding(-1);
}
}
if ((this.hitTest(this._parent.machine.pan) && (this._x < 350)) && (this._x > 50)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.removeMovieClip();
}
if (this._x > 430) {
this.removeMovieClip();
}
}
dep = 45000;
}
onClipEvent (enterFrame) {
if (ok1) {
ok1 = 0;
this._xscale = 100;
dep++;
this.duplicateMovieClip("bird1" + dep, dep);
this._parent["bird1" + dep]._y = this._parent["bird1" + dep]._y + 30;
this._parent["bird1" + dep].onEnterFrame = ok1F;
} else if (ok2) {
ok2 = 0;
this._xscale = -100;
dep++;
this.duplicateMovieClip("bird1" + dep, dep);
this._parent["bird1" + dep]._y = this._parent["bird1" + dep]._y + 30;
this._parent["bird1" + dep].onEnterFrame = ok2F;
}
}
Instance of Symbol 471 MovieClip "interface1" in Frame 19
onClipEvent (load) {
this.swapDepths(50000);
}
Instance of Symbol 373 MovieClip "scoreM" in Frame 19
onClipEvent (load) {
function scoreView(score) {
var s8 = Math.floor((score % 100000000) / 10000000);
var s7 = Math.floor((score % 10000000) / 1000000);
var s6 = Math.floor((score % 1000000) / 100000);
var s5 = Math.floor((score % 100000) / 10000);
var s4 = Math.floor((score % 10000) / 1000);
var s3 = Math.floor((score % 1000) / 100);
var s2 = Math.floor((score % 100) / 10);
var s1 = Math.floor(score % 10);
i = 1;
while (i <= 8) {
this["n" + i].gotoAndStop(eval ("s" + i) + 1);
i++;
}
}
this.swapDepths(50002);
i = 1;
while (i <= 8) {
this["n" + i].stop();
i++;
}
scoreView(this._parent.score);
}
Instance of Symbol 343 MovieClip "stgM" in Frame 19
onClipEvent (load) {
function stgView(stg) {
if (!this._parent.ready) {
if (stg < 10) {
gotoAndStop (1);
num.gotoAndStop(stg + 1);
} else {
gotoAndStop (2);
num.s1.gotoAndStop((stg % 10) + 1);
num.s10.gotoAndStop(Math.floor(stg / 10) + 1);
}
}
}
this.swapDepths(50001);
stop();
this.stgView(this._parent.stg);
}
Instance of Symbol 497 MovieClip "bonusView" in Frame 19
onClipEvent (load) {
this._visible = 0;
}
Frame 26
stg++;
bonusView.bonusM.view(machine.bonus);
Instance of Symbol 538 MovieClip "finalscoreMovie" in Frame 32
onClipEvent (load) {
this.swapDepths(49999);
}
Instance of Symbol 545 MovieClip "sendRetry" in Frame 32
onClipEvent (load) {
this.swapDepths(50005);
this._visible = 0;
}
Instance of Symbol 560 MovieClip "sendView" in Frame 32
onClipEvent (load) {
function sending() {
this._visible = 1;
this.ball.play();
this.gotoAndStop(1);
}
function resending() {
this._visible = 1;
this.gotoAndStop(1);
}
function sendok() {
this._visible = 1;
this.sendOkVar = 1;
}
function sendFailed() {
this._visible = 1;
this.gotoAndStop(4);
this._parent.sendRetry._visible = 1;
}
this.swapDepths(50006);
stop();
}
Frame 33
function itemZero() {
var i = 0;
while (i < 10) {
_root["uitem" + i] = 0;
i++;
}
}
tempscore = score;
if (_root.item3 == 1) {
score = score * 2;
}
trace("\uB808\uBCA8" + _root.stg);
if (((_root.stg >= 3) && (userlevel == originallevel)) && (userlevel == 1)) {
trace("levelup");
levelup = 1;
} else if (((_root.stg >= 3) && (userlevel == originallevel)) && (userlevel == 2)) {
levelup = 1;
} else {
levelup = 0;
}
itemZero();
finalscoreMovie.scoreView.scoreView(tempscore);
scoreM.scoreView(tempscore);
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 2
this._visible = 1;
this._parent._y = this._parent._y + 3;
this._y = this._y - 3;
Symbol 41 MovieClip Frame 4
this._parent._y = this._parent._y - 3;
this._y = this._y + 3;
Symbol 41 MovieClip Frame 6
this._parent._y = this._parent._y + 3;
this._y = this._y - 3;
if (this._parent.bombCrash != 1) {
this._parent._parent.spear.hitOk = 1;
}
Symbol 41 MovieClip Frame 8
this._parent._y = this._parent._y + 3;
this._y = this._y - 3;
Symbol 41 MovieClip Frame 10
this._parent._y = this._parent._y + 3;
this._y = this._y - 3;
Symbol 41 MovieClip Frame 12
if (_root.machine.dead != 1) {
this._parent._parent.score = this._parent._parent.score + 100;
this._parent._parent.scoreM.scoreView(this._parent._parent.score);
}
this._parent._y = this._parent._y + 3;
this._y = this._y - 3;
name1 = this._parent._name.split("_")[0];
name2 = Number(this._parent._name.split("_")[1]);
if (this._parent.bombCrash != 1) {
if (this._parent._parent[(name1 + "_") + (name2 - 1)].sts != "tail") {
this._parent._parent[(name1 + "_") + (name2 - 1)].gotoAndStop("bombBody");
} else {
this._parent._parent[(name1 + "_") + (name2 - 1)].gotoAndStop("bombTail");
}
} else {
i = 1;
while (i < 7) {
this._parent._parent[(name1 + "_") + (name2 + i)]._y = this._parent._parent[(name1 + "_") + (name2 + i)]._y + 30;
i++;
}
}
Symbol 41 MovieClip Frame 14
this._parent._y = this._parent._y + 3;
this._y = this._y - 3;
Symbol 41 MovieClip Frame 16
this._parent._y = this._parent._y + 3;
this._y = this._y - 3;
Symbol 41 MovieClip Frame 18
this._parent._y = this._parent._y + 3;
this._y = this._y - 3;
Symbol 41 MovieClip Frame 20
this._parent._parent.targetColumn--;
trace(this._parent._parent.targetColumn);
if (this._parent._parent.targetColumn <= 0) {
this._parent._parent.clearGame = 1;
}
this._parent.removeMovieClip();
Symbol 51 MovieClip Frame 15
this.removeMovieClip();
stop();
Symbol 54 MovieClip [column_fish] Frame 1
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 54 MovieClip [column_fish] Frame 6
this.onEnterFrame = null;
Symbol 54 MovieClip [column_fish] Frame 11
this.onEnterFrame = null;
Symbol 54 MovieClip [column_fish] Frame 16
sts = "tail";
this.onEnterFrame = null;
Symbol 54 MovieClip [column_fish] Frame 20
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 54 MovieClip [column_fish] Frame 29
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 61 MovieClip [column_giraffe] Frame 1
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 61 MovieClip [column_giraffe] Frame 6
this.onEnterFrame = null;
Symbol 61 MovieClip [column_giraffe] Frame 11
this.onEnterFrame = null;
Symbol 61 MovieClip [column_giraffe] Frame 16
sts = "tail";
this.onEnterFrame = null;
Symbol 61 MovieClip [column_giraffe] Frame 20
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 61 MovieClip [column_giraffe] Frame 29
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 74 MovieClip [column_tiger] Frame 1
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 74 MovieClip [column_tiger] Frame 6
this.onEnterFrame = null;
Symbol 74 MovieClip [column_tiger] Frame 11
this.onEnterFrame = null;
Symbol 74 MovieClip [column_tiger] Frame 16
sts = "tail";
this.onEnterFrame = null;
Symbol 74 MovieClip [column_tiger] Frame 20
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 74 MovieClip [column_tiger] Frame 29
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 87 MovieClip [column_lion] Frame 1
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 87 MovieClip [column_lion] Frame 6
this.onEnterFrame = null;
Symbol 87 MovieClip [column_lion] Frame 11
this.onEnterFrame = null;
Symbol 87 MovieClip [column_lion] Frame 16
sts = "tail";
this.onEnterFrame = null;
Symbol 87 MovieClip [column_lion] Frame 20
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 87 MovieClip [column_lion] Frame 29
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 100 MovieClip [column_frog] Frame 1
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 100 MovieClip [column_frog] Frame 6
this.onEnterFrame = null;
Symbol 100 MovieClip [column_frog] Frame 11
this.onEnterFrame = null;
Symbol 100 MovieClip [column_frog] Frame 16
sts = "tail";
this.onEnterFrame = null;
Symbol 100 MovieClip [column_frog] Frame 20
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 100 MovieClip [column_frog] Frame 29
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 113 MovieClip [column_panda] Frame 1
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 113 MovieClip [column_panda] Frame 6
this.onEnterFrame = null;
Symbol 113 MovieClip [column_panda] Frame 11
this.onEnterFrame = null;
Symbol 113 MovieClip [column_panda] Frame 16
sts = "tail";
this.onEnterFrame = null;
Symbol 113 MovieClip [column_panda] Frame 20
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 113 MovieClip [column_panda] Frame 29
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 126 MovieClip [column_eagle] Frame 1
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 126 MovieClip [column_eagle] Frame 6
this.onEnterFrame = null;
Symbol 126 MovieClip [column_eagle] Frame 11
this.onEnterFrame = null;
Symbol 126 MovieClip [column_eagle] Frame 16
sts = "tail";
this.onEnterFrame = null;
Symbol 126 MovieClip [column_eagle] Frame 20
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 126 MovieClip [column_eagle] Frame 29
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 139 MovieClip [column_turtle] Frame 1
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
trace("name" + name1);
trace("face : " + this._parent.machine.faceType);
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
trace("name" + name1);
trace("face : " + this._parent.machine.faceType);
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 139 MovieClip [column_turtle] Frame 6
this.onEnterFrame = null;
Symbol 139 MovieClip [column_turtle] Frame 11
this.onEnterFrame = null;
Symbol 139 MovieClip [column_turtle] Frame 16
sts = "tail";
this.onEnterFrame = null;
Symbol 139 MovieClip [column_turtle] Frame 20
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 139 MovieClip [column_turtle] Frame 29
name1 = this._name.split("_")[0];
name1 = Number(name1.substr(10));
this.onEnterFrame = function () {
if (this.hitTest(this._parent.spear)) {
this.crashing = 1;
this.onEnterFrame = null;
this.bomb.gotoAndPlay(2);
trace(this.bomb);
this._parent.spear._x = -100;
} else if (this.hitTest(this._parent.machine) && (!this.crashing)) {
this._parent.machine.gotoAndStop("crash");
this._parent.machine.dead = 1;
this.bomb.play();
} else if (this.hitTest(this._parent.chkLine2)) {
this._parent.machine.faceType[name1] = "fear2";
} else if (this.hitTest(this._parent.chkLine1)) {
this._parent.machine.faceType[name1] = "fear1";
} else {
this._parent.machine.faceType[name1] = 0;
}
};
Symbol 142 MovieClip Frame 7
i = 0;
while (i <= 16) {
if (this.hitTest(this._parent._parent[("blockGroup" + i) + "_0"])) {
this._parent._parent[("blockGroup" + i) + "_0"].bombCrash = 1;
this._parent._parent[("blockGroup" + i) + "_0"].crashing = 1;
this._parent._parent[("blockGroup" + i) + "_0"].onEnterFrame = null;
this._parent._parent[("blockGroup" + i) + "_0"].bomb.gotoAndPlay(2);
} else if (this.hitTest(this._parent._parent[("blockGroup" + i) + "_1"])) {
this._parent._parent[("blockGroup" + i) + "_1"].bombCrash = 1;
this._parent._parent[("blockGroup" + i) + "_1"].crashing = 1;
this._parent._parent[("blockGroup" + i) + "_1"].onEnterFrame = null;
this._parent._parent[("blockGroup" + i) + "_1"].bomb.gotoAndPlay(2);
} else if (this.hitTest(this._parent._parent[("blockGroup" + i) + "_2"])) {
this._parent._parent[("blockGroup" + i) + "_2"].bombCrash = 1;
this._parent._parent[("blockGroup" + i) + "_2"].crashing = 1;
this._parent._parent[("blockGroup" + i) + "_2"].onEnterFrame = null;
this._parent._parent[("blockGroup" + i) + "_2"].bomb.gotoAndPlay(2);
}
i++;
}
Symbol 142 MovieClip Frame 13
this._parent._parent.machine.shot = 0;
Symbol 142 MovieClip Frame 19
this._parent.removeMovieClip();
Symbol 143 MovieClip [bomb] Frame 1
stop();
Symbol 143 MovieClip [bomb] Frame 2
stop();
Symbol 213 Button
on (release) {
if (!click) {
item1 = uItem1;
item2 = uItem2;
item3 = uItem3;
item4 = uItem4;
if (item1) {
item1Amount = 3;
}
click = 1;
i = 0;
((snd_startBtn = new Sound())).attachSound("click");
snd_startBtn.start();
_root.onEnterFrame = function () {
trace(i);
i++;
if (i == 6) {
itemOb.userTemp = 1;
delete i;
delete click;
_root.onEnterFrame = null;
gotoAndPlay (17);
}
};
}
}
Symbol 227 Button
on (release) {
if (!click) {
click = 1;
i = 0;
((snd_howBtn = new Sound())).attachSound("howsnd");
snd_howBtn.start();
_root.onEnterFrame = function () {
i++;
if (i == 3) {
itemOb.userTemp = 1;
delete i;
delete click;
_root.onEnterFrame = null;
_root.prevFrame();
}
};
}
}
Symbol 245 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 19
stop();
Symbol 295 MovieClip Frame 31
stop();
Symbol 298 MovieClip Frame 61
stop();
Symbol 302 MovieClip Frame 16
stop();
Symbol 305 MovieClip Frame 16
stop();
Symbol 306 MovieClip Frame 1
stop();
Symbol 312 Button
on (release) {
_root.sndvolume.setVolume(0);
nextFrame();
}
Symbol 315 Button
on (release) {
_root.sndvolume.setVolume(100);
prevFrame();
}
Symbol 316 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 48
stop();
_parent.gotoAndStop("game");
Symbol 400 MovieClip Frame 1
this._parent._parent.dangerSnd.stop("danger1");
stop();
Symbol 400 MovieClip Frame 2
this._parent._parent.dangerSnd.start(0, 999);
Symbol 400 MovieClip Frame 3
this._parent._parent.dangerSnd.start(0, 999);
Symbol 419 MovieClip Frame 1
this._visible = 1;
this._parent._y = this._parent._y + 3;
Symbol 419 MovieClip Frame 3
this._parent._y = this._parent._y - 3;
Symbol 419 MovieClip Frame 5
this._parent._y = this._parent._y + 3;
Symbol 419 MovieClip Frame 7
this._parent._y = this._parent._y + 3;
Symbol 419 MovieClip Frame 9
this._parent._y = this._parent._y + 3;
Symbol 419 MovieClip Frame 11
this._parent._y = this._parent._y + 3;
Symbol 419 MovieClip Frame 13
this._parent._y = this._parent._y + 3;
Symbol 419 MovieClip Frame 15
this._parent._y = this._parent._y + 3;
Symbol 419 MovieClip Frame 17
this._parent._y = this._parent._y + 3;
Symbol 419 MovieClip Frame 19
this._parent.gotoAndStop("end");
Symbol 433 MovieClip Frame 53
stop();
_parent.play();
Symbol 461 MovieClip Frame 1
stop();
Instance of Symbol 400 MovieClip in Symbol 461 MovieClip Frame 1
onClipEvent (enterFrame) {
i = 0;
while (i <= 16) {
if (this._parent.faceType[i] == "fear1") {
this.gotoAndStop(2);
break;
}
if (this._parent.faceType[i] == "fear2") {
this.gotoAndStop(3);
break;
}
if (i == 16) {
this.gotoAndStop(1);
}
i++;
}
}
Instance of Symbol 412 MovieClip "pan" in Symbol 461 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
Symbol 461 MovieClip Frame 10
this._parent.shot();
stop();
Symbol 461 MovieClip Frame 11
this._parent.area._y = 1000;
this._parent.gameOvered = 1;
Key.removeListener(this);
Symbol 461 MovieClip Frame 18
stopAllSounds();
this._parent.fallSnd.start();
this._parent.gotoAndStop("gameover");
Symbol 461 MovieClip Frame 23
landingspeed = 2;
this.landing = 1;
this._y = this._y + landingspeed;
if (this.dead) {
this.gotoAndStop("end");
}
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
Symbol 461 MovieClip Frame 24
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 25
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 26
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 27
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 28
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 29
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 30
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 31
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 32
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 33
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 34
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 35
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 36
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 37
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 38
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 39
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 40
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 41
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 42
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 43
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 44
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 45
this._y = this._y + landingspeed;
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
}
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
this._parent.bnSnd.start();
Symbol 461 MovieClip Frame 46
this._y = this._y + landingspeed;
bonus = bonus + 10;
this._parent.bonusView._visible = 1;
this._parent.bonusView.bonusM.view(bonus);
if (this._y >= 250) {
this._y = 250;
this.gotoAndStop("clearMovie");
} else {
this.gotoAndPlay(this._currentframe - 2);
}
Symbol 461 MovieClip Frame 47
this._parent.score = this._parent.score + bonus;
this._parent.scoreM.scoreView(this._parent.score);
play();
Symbol 461 MovieClip Frame 65
this.landing = 0;
this.land = 1;
stop();
Instance of Symbol 455 MovieClip in Symbol 461 MovieClip Frame 134
onClipEvent (load) {
if (this._parent._xscale == 100) {
this.gotoAndStop(1);
this._parent._parent.weakReaction.gotoAndStop(2);
} else {
this.gotoAndStop(2);
if (this._parent._x < 280) {
this._parent._parent.weakReaction.gotoAndStop(3);
} else {
this._parent._parent.weakReaction.gotoAndStop(2);
}
}
}
Symbol 461 MovieClip Frame 169
this._parent.gotoAndStop("clear");
stop();
Instance of Symbol 400 MovieClip in Symbol 461 MovieClip Frame 170
onClipEvent (enterFrame) {
i = 0;
while (i <= 16) {
if (this._parent.faceType[i] == "fear1") {
this.gotoAndStop(2);
break;
}
if (this._parent.faceType[i] == "fear2") {
this.gotoAndStop(3);
break;
}
if (i == 16) {
this.gotoAndStop(1);
}
i++;
}
}
Instance of Symbol 412 MovieClip "pan" in Symbol 461 MovieClip Frame 170
onClipEvent (load) {
this._visible = 0;
}
Symbol 461 MovieClip Frame 178
gotoAndPlay (1);
Instance of Symbol 316 MovieClip in Symbol 471 MovieClip Frame 1
onClipEvent (load) {
_root.sndvolume = new Sound();
if (_root.sndvolume.getVolume() > 0) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 496 MovieClip "bonusM" in Symbol 497 MovieClip Frame 1
onClipEvent (load) {
function view(score) {
x7 = Math.floor(score / 1000000);
x6 = Math.floor((score % 1000000) / 100000);
x5 = Math.floor((score % 100000) / 10000);
x4 = Math.floor((score % 10000) / 1000);
x3 = Math.floor((score % 1000) / 100);
x2 = Math.floor((score % 100) / 10);
x1 = Math.floor((score % 10) / 1);
i = 1;
while (i < 8) {
bn["time" + i].gotoAndStop(this["x" + i] + 1);
i++;
}
}
}
Symbol 500 MovieClip Frame 49
stop();
stopAllSounds();
this._parent.scoreM.removeMovieClip();
this._parent.gotoAndPlay("ready");
Symbol 507 Button
on (release) {
this._parent.score = 0;
this._parent.gotoAndStop("title");
stopAllSounds();
}
Symbol 537 MovieClip Frame 1
this._visible = 0;
stop();
Instance of Symbol 531 MovieClip "scoreView" in Symbol 538 MovieClip Frame 1
onClipEvent (load) {
function scoreView(score, as) {
this._parent._visible = 1;
var s8 = (Math.floor((score % 100000000) / 10000000) + 1);
var s7 = (Math.floor((score % 10000000) / 1000000) + 1);
var s6 = (Math.floor((score % 1000000) / 100000) + 1);
var s5 = (Math.floor((score % 100000) / 10000) + 1);
var s4 = (Math.floor((score % 10000) / 1000) + 1);
var s3 = (Math.floor((score % 1000) / 100) + 1);
var s2 = (Math.floor((score % 100) / 10) + 1);
var s1 = (Math.floor(score % 10) + 1);
if (score > 0) {
snd.start(0, 999);
}
num1.gotoAndStop(1);
num1.play();
num1.onEnterFrame = function () {
if (this._currentframe == (s1 + 1)) {
this.stop();
if (score < 10) {
snd.stop();
}
num2.gotoAndStop(1);
num2.play();
num2.onEnterFrame = function () {
if (this._currentframe == (s2 + 1)) {
this.stop();
if (score < 100) {
snd.stop();
}
num3.gotoAndStop(1);
num3.play();
num3.onEnterFrame = function () {
if (this._currentframe == (s3 + 1)) {
this.stop();
if (score < 1000) {
snd.stop();
}
num4.gotoAndStop(1);
num4.play();
num4.onEnterFrame = function () {
if (this._currentframe == (s4 + 1)) {
trace(1);
this.stop();
if (score < 10000) {
snd.stop();
}
num5.gotoAndStop(1);
num5.play();
num5.onEnterFrame = function () {
if (this._currentframe == (s5 + 1)) {
this.stop();
if (score < 100000) {
snd.stop();
}
num6.gotoAndStop(1);
num6.play();
num6.onEnterFrame = function () {
if (this._currentframe == (s6 + 1)) {
this.stop();
if (score < 100000) {
snd.stop();
}
num7.gotoAndStop(1);
num7.play();
num7.onEnterFrame = function () {
if (this._currentframe == (s7 + 1)) {
this.stop();
this._parent.snd.stop("dding");
if (_root.item3 && (as != 1)) {
this._parent._parent.scoreItemMovie.view();
} else {
this.createEmptyMovieClip("timerChk", 12345);
this.timerChk.time1 = getTimer();
this.timerChk.onEnterFrame = function () {
if ((getTimer() - this.time1) >= 2000) {
_root.gotoAndStop("title");
this.removeMovieClip();
}
};
}
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
this.onEnterFrame = null;
}
};
}
i = 1;
while (i <= 8) {
this["num" + i].stop();
i++;
}
snd = new Sound(this);
snd.attachSound("dding");
}
Instance of Symbol 537 MovieClip "scoreItemMovie" in Symbol 538 MovieClip Frame 1
onClipEvent (load) {
view = function () {
trace("item");
if (_root.item3 == 1) {
this.gotoAndStop(2);
} else if (_root.item4 == 1) {
this.gotoAndStop(3);
} else if (_root.item5 == 1) {
this.gotoAndStop(4);
} else {
this._visible = 0;
return(0);
}
this.onEnterFrame = function () {
this.i++;
if (this._i > 6) {
this._visible = 1;
}
if ((this.i >= 6) && (this.i < 12)) {
if ((this.i % 2) == 0) {
this._visible = 0;
} else {
this._visible = 1;
}
} else if (this.i == 24) {
_parent.scoreView.scoreView(_root.score, 1);
this.onEnterFrame = null;
}
};
};
}
Symbol 539 Button
on (release) {
this._visible = 0;
_root.dataSendTry = 0;
_root.sendScore();
}
Symbol 555 MovieClip Frame 30
if (this._parent.sendOkVar) {
this._parent.onEnterFrame = function () {
this.i++;
trace((("this.i : " + this.i) + "_this.ok : ") + this.ok);
if ((this.i >= 30) && (this.ok)) {
this.i = 0;
this.score = 0;
_root.gotoAndStop("title");
}
};
this._parent.gotoAndStop(3);
}
Symbol 560 MovieClip Frame 1
ball._visible = 1;
Instance of Symbol 555 MovieClip "ball" in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
}
Symbol 560 MovieClip Frame 2
ball._visible = 1;
Symbol 560 MovieClip Frame 3
ball._visible = 0;
Symbol 560 MovieClip Frame 4
ball._visible = 0;