Frame 1
stop();
Stage.showMenu = false;
onLoad = function () {
_global.music = 1;
_global.ingame = 0;
_global.playingtime = 0;
_global.unlockable5 = 1;
_global.lives = 5;
MunchMasterSave = SharedObject.getLocal("showagain");
if (MunchMasterSave.data.showagain == undefined) {
_global.showagain = 1;
} else {
_global.showagain = MunchMasterSave.data.showagain;
}
MunchMasterSave = SharedObject.getLocal("achievement1");
if (MunchMasterSave.data.achievement1 == undefined) {
_global.achievement1 = 0;
} else {
_global.achievement1 = MunchMasterSave.data.achievement1;
}
MunchMasterSave = SharedObject.getLocal("achievement2");
if (MunchMasterSave.data.achievement2 == undefined) {
_global.achievement2 = 0;
} else {
_global.achievement2 = MunchMasterSave.data.achievement2;
}
MunchMasterSave = SharedObject.getLocal("achievement3");
if (MunchMasterSave.data.achievement3 == undefined) {
_global.achievement3 = 0;
} else {
_global.achievement3 = MunchMasterSave.data.achievement3;
}
MunchMasterSave = SharedObject.getLocal("achievement4");
if (MunchMasterSave.data.achievement4 == undefined) {
_global.achievement4 = 0;
} else {
_global.achievement4 = MunchMasterSave.data.achievement4;
}
MunchMasterSave = SharedObject.getLocal("achievement5");
if (MunchMasterSave.data.achievement5 == undefined) {
_global.achievement5 = 0;
} else {
_global.achievement5 = MunchMasterSave.data.achievement5;
}
MunchMasterSave = SharedObject.getLocal("achievement6");
if (MunchMasterSave.data.achievement6 == undefined) {
_global.achievement6 = 0;
} else {
_global.achievement6 = MunchMasterSave.data.achievement6;
}
MunchMasterSave = SharedObject.getLocal("achievement7");
if (MunchMasterSave.data.achievement7 == undefined) {
_global.achievement7 = 0;
} else {
_global.achievement7 = MunchMasterSave.data.achievement7;
}
MunchMasterSave = SharedObject.getLocal("achievement8");
if (MunchMasterSave.data.achievement8 == undefined) {
_global.achievement8 = 0;
} else {
_global.achievement8 = MunchMasterSave.data.achievement8;
}
MunchMasterSave = SharedObject.getLocal("achievement9");
if (MunchMasterSave.data.achievement9 == undefined) {
_global.achievement9 = 0;
} else {
_global.achievement9 = MunchMasterSave.data.achievement9;
}
MunchMasterSave = SharedObject.getLocal("achievement10");
if (MunchMasterSave.data.achievement10 == undefined) {
_global.achievement10 = 0;
} else {
_global.achievement10 = MunchMasterSave.data.achievement10;
}
MunchMasterSave = SharedObject.getLocal("achievement11");
if (MunchMasterSave.data.achievement11 == undefined) {
_global.achievement11 = 0;
} else {
_global.achievement11 = MunchMasterSave.data.achievement11;
}
MunchMasterSave = SharedObject.getLocal("achievement12");
if (MunchMasterSave.data.achievement12 == undefined) {
_global.achievement12 = 0;
} else {
_global.achievement12 = MunchMasterSave.data.achievement12;
}
MunchMasterSave = SharedObject.getLocal("foodsinall");
if (MunchMasterSave.data.foodsinall == undefined) {
_global.foodsinall = 0;
} else {
_global.foodsinall = MunchMasterSave.data.foodsinall;
}
MunchMasterSave = SharedObject.getLocal("scoreinall");
if (MunchMasterSave.data.scoreinall == undefined) {
_global.scoreinall = 0;
} else {
_global.scoreinall = MunchMasterSave.data.scoreinall;
}
MunchMasterSave = SharedObject.getLocal("unlockable1");
if (MunchMasterSave.data.unlockable1 == undefined) {
_global.unlockable1 = 0;
} else {
_global.unlockable1 = MunchMasterSave.data.unlockable1;
}
MunchMasterSave = SharedObject.getLocal("unlockable2");
if (MunchMasterSave.data.unlockable2 == undefined) {
_global.unlockable2 = 0;
} else {
_global.unlockable2 = MunchMasterSave.data.unlockable2;
}
MunchMasterSave = SharedObject.getLocal("unlockable3");
if (MunchMasterSave.data.unlockable3 == undefined) {
_global.unlockable3 = 0;
} else {
_global.unlockable3 = MunchMasterSave.data.unlockable3;
}
MunchMasterSave = SharedObject.getLocal("unlockable4");
if (MunchMasterSave.data.unlockable4 == undefined) {
_global.unlockable4 = 0;
} else {
_global.unlockable4 = MunchMasterSave.data.unlockable4;
}
MunchMasterSave = SharedObject.getLocal("unlockable5");
if (MunchMasterSave.data.unlockable5 == undefined) {
_global.unlockable5 = 1;
} else {
_global.unlockable5 = MunchMasterSave.data.unlockable5;
}
MunchMasterSave = SharedObject.getLocal("unlockable6");
if (MunchMasterSave.data.unlockable6 == undefined) {
_global.unlockable6 = 0;
} else {
_global.unlockable6 = MunchMasterSave.data.unlockable6;
}
MunchMasterSave = SharedObject.getLocal("unlockable7");
if (MunchMasterSave.data.unlockable7 == undefined) {
_global.unlockable7 = 0;
} else {
_global.unlockable7 = MunchMasterSave.data.unlockable7;
}
MunchMasterSave = SharedObject.getLocal("unlockable8");
if (MunchMasterSave.data.unlockable8 == undefined) {
_global.unlockable8 = 0;
} else {
_global.unlockable8 = MunchMasterSave.data.unlockable8;
}
MunchMasterSave = SharedObject.getLocal("timeinall");
if (MunchMasterSave.data.timeinall == undefined) {
_global.timeinall = 0;
} else {
_global.timeinall = MunchMasterSave.data.timeinall;
}
_global.foodseaten = 0;
_global.skinselect = 1;
_global.pausemenu = 0;
_global.timespwr = 0;
_global.lsrpwr = 0;
_global.growpwr = 0;
_global.score = 0;
_global.eatscore = 5;
_global.foodposy = Math.ceil(Math.random() * 380);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food2._y = _global.foodposy2;
_root.food3._y = _global.foodposy3;
_root.food4._y = _global.foodposy4;
_root.food5._y = _global.foodposy5;
_root.food6._y = _global.foodposy6;
_root.food7._y = _global.foodposy7;
_root.food8._y = _global.foodposy8;
_root.food9._y = _global.foodposy9;
_root.food10._y = _global.foodposy9;
_global.speed = 10;
_global.speed1 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed2 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed3 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed4 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed5 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed6 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed7 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed8 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed9 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed10 = Math.ceil(Math.random() * _global.speedvariance);
_global.mouthspeed = 20;
_global.controlscheme = 1;
_global.food1speed = _global.speed1;
_global.food1captured = 0;
_global.food2speed = _global.speed2;
_global.food2captured = 0;
_global.food3speed = _global.speed3;
_global.food3captured = 0;
_global.food4speed = _global.speed4;
_global.food4captured = 0;
_global.food5speed = _global.speed5;
_global.food5captured = 0;
_global.food6speed = _global.speed6;
_global.food6captured = 0;
_global.food7speed = _global.speed7;
_global.food7captured = 0;
_global.food8speed = _global.speed8;
_global.food8captured = 0;
_global.food9speed = _global.speed9;
_global.food9captured = 0;
_global.food10speed = _global.speed10;
_global.food10captured = 0;
};
Instance of Symbol 8 MovieClip in Frame 2
onClipEvent (enterFrame) {
this.stop();
}
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
onEnterFrame = function () {
_global.username = _root.username.text;
MunchMasterSave = SharedObject.getLocal("username");
if (MunchMasterSave.data.username == undefined) {
stop();
} else {
_global.username = MunchMasterSave.data.username;
_root.play();
}
if (_root.username.text == "") {
_root.cont._visible = false;
}
if (_root.username.text != "") {
_root.cont._visible = true;
}
};
Frame 8
stop();
onEnterFrame = function () {
if (_global.showagain == 0) {
play();
}
};
Frame 9
_root.mouth.swapDepths(1600);
_root.mouth.removeMovieClip();
_root.tanpausemenu.swapDepths(3443);
_root.tanpausemenu.removeMovieClip();
_root.laser.swapDepths(1600);
_root.laser.removeMovieClip();
_root.timestwo.swapDepths(1600);
_root.timestwo.removeMovieClip();
_root.grow.swapDepths(1600);
_root.grow.removeMovieClip();
_root.food.swapDepths(1601);
_root.food.removeMovieClip();
_root.food2.swapDepths(1602);
_root.food2.removeMovieClip();
_root.food3.swapDepths(1603);
_root.food3.removeMovieClip();
_root.food4.swapDepths(1604);
_root.food4.removeMovieClip();
_root.food5.swapDepths(1605);
_root.food5.removeMovieClip();
_root.food6.swapDepths(1606);
_root.food6.removeMovieClip();
_root.food7.swapDepths(1607);
_root.food7.removeMovieClip();
_root.food8.swapDepths(1608);
_root.food8.removeMovieClip();
_root.food6.swapDepths(1609);
_root.food6.removeMovieClip();
_root.food7.swapDepths(1610);
_root.food7.removeMovieClip();
_root.food8.swapDepths(1620);
_root.food8.removeMovieClip();
_root.food9.swapDepths(1630);
_root.food9.removeMovieClip();
_root.food10.swapDepths(1640);
_root.food10.removeMovieClip();
onEnterFrame = function () {
MunchMasterSave = SharedObject.getLocal("timeinall");
MunchMasterSave.data.timeinall = _global.timeinall;
MunchMasterSave.flush();
MunchMasterSave = SharedObject.getLocal("achievement1");
if (MunchMasterSave.data.achievement1 == undefined) {
_global.achievement1 = 0;
} else {
_global.achievement1 = MunchMasterSave.data.achievement1;
}
MunchMasterSave = SharedObject.getLocal("achievement2");
if (MunchMasterSave.data.achievement2 == undefined) {
_global.achievement2 = 0;
} else {
_global.achievement2 = MunchMasterSave.data.achievement2;
}
MunchMasterSave = SharedObject.getLocal("achievement3");
if (MunchMasterSave.data.achievement3 == undefined) {
_global.achievement3 = 0;
} else {
_global.achievement3 = MunchMasterSave.data.achievement3;
}
MunchMasterSave = SharedObject.getLocal("achievement4");
if (MunchMasterSave.data.achievement4 == undefined) {
_global.achievement4 = 0;
} else {
_global.achievement4 = MunchMasterSave.data.achievement4;
}
MunchMasterSave = SharedObject.getLocal("achievement5");
if (MunchMasterSave.data.achievement5 == undefined) {
_global.achievement5 = 0;
} else {
_global.achievement5 = MunchMasterSave.data.achievement5;
}
MunchMasterSave = SharedObject.getLocal("achievement6");
if (MunchMasterSave.data.achievement6 == undefined) {
_global.achievement6 = 0;
} else {
_global.achievement6 = MunchMasterSave.data.achievement6;
}
MunchMasterSave = SharedObject.getLocal("achievement7");
if (MunchMasterSave.data.achievement7 == undefined) {
_global.achievement7 = 0;
} else {
_global.achievement7 = MunchMasterSave.data.achievement7;
}
MunchMasterSave = SharedObject.getLocal("achievement8");
if (MunchMasterSave.data.achievement8 == undefined) {
_global.achievement8 = 0;
} else {
_global.achievement8 = MunchMasterSave.data.achievement8;
}
MunchMasterSave = SharedObject.getLocal("achievement9");
if (MunchMasterSave.data.achievement9 == undefined) {
_global.achievement9 = 0;
} else {
_global.achievement9 = MunchMasterSave.data.achievement9;
}
MunchMasterSave = SharedObject.getLocal("achievement10");
if (MunchMasterSave.data.achievement10 == undefined) {
_global.achievement10 = 0;
} else {
_global.achievement10 = MunchMasterSave.data.achievement10;
}
MunchMasterSave = SharedObject.getLocal("achievement11");
if (MunchMasterSave.data.achievement11 == undefined) {
_global.achievement11 = 0;
} else {
_global.achievement11 = MunchMasterSave.data.achievement11;
}
MunchMasterSave = SharedObject.getLocal("achievement12");
if (MunchMasterSave.data.achievement12 == undefined) {
_global.achievement12 = 0;
} else {
_global.achievement12 = MunchMasterSave.data.achievement12;
}
MunchMasterSave = SharedObject.getLocal("foodsinall");
if (MunchMasterSave.data.foodsinall == undefined) {
_global.foodsinall = 0;
} else {
_global.foodsinall = MunchMasterSave.data.foodsinall;
}
MunchMasterSave = SharedObject.getLocal("scoreinall");
if (MunchMasterSave.data.scoreinall == undefined) {
_global.scoreinall = 0;
} else {
_global.scoreinall = MunchMasterSave.data.scoreinall;
}
MunchMasterSave = SharedObject.getLocal("unlockable1");
if (MunchMasterSave.data.unlockable1 == undefined) {
_global.unlockable1 = 0;
} else {
_global.unlockable1 = MunchMasterSave.data.unlockable1;
}
MunchMasterSave = SharedObject.getLocal("unlockable2");
if (MunchMasterSave.data.unlockable2 == undefined) {
_global.unlockable2 = 0;
} else {
_global.unlockable2 = MunchMasterSave.data.unlockable2;
}
MunchMasterSave = SharedObject.getLocal("unlockable3");
if (MunchMasterSave.data.unlockable3 == undefined) {
_global.unlockable3 = 0;
} else {
_global.unlockable3 = MunchMasterSave.data.unlockable3;
}
MunchMasterSave = SharedObject.getLocal("unlockable4");
if (MunchMasterSave.data.unlockable4 == undefined) {
_global.unlockable4 = 0;
} else {
_global.unlockable4 = MunchMasterSave.data.unlockable4;
}
MunchMasterSave = SharedObject.getLocal("unlockable5");
if (MunchMasterSave.data.unlockable5 == undefined) {
_global.unlockable5 = 1;
} else {
_global.unlockable5 = MunchMasterSave.data.unlockable5;
}
MunchMasterSave = SharedObject.getLocal("unlockable6");
if (MunchMasterSave.data.unlockable6 == undefined) {
_global.unlockable6 = 0;
} else {
_global.unlockable6 = MunchMasterSave.data.unlockable6;
}
MunchMasterSave = SharedObject.getLocal("unlockable7");
if (MunchMasterSave.data.unlockable7 == undefined) {
_global.unlockable7 = 0;
} else {
_global.unlockable7 = MunchMasterSave.data.unlockable7;
}
MunchMasterSave = SharedObject.getLocal("unlockable8");
if (MunchMasterSave.data.unlockable8 == undefined) {
_global.unlockable8 = 0;
} else {
_global.unlockable8 = MunchMasterSave.data.unlockable8;
}
MunchMasterSave = SharedObject.getLocal("timeinall");
if (MunchMasterSave.data.timeinall == undefined) {
_global.timeinall = 0;
} else {
_global.timeinall = MunchMasterSave.data.timeinall;
}
};
Stage.showMenu = false;
_global.ingame = 0;
Frame 49
stop();
Frame 64
stop();
Frame 69
gotoAndPlay (29);
Frame 84
stop();
Frame 89
gotoAndPlay (29);
Instance of Symbol 334 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (_global.achievement1 == 0) {
this.lock1.gotoAndStop(1);
}
if (_global.achievement1 == 1) {
this.lock1.gotoAndStop(2);
}
if (_global.achievement2 == 0) {
this.lock2.gotoAndStop(1);
}
if (_global.achievement2 == 1) {
this.lock2.gotoAndStop(2);
}
if (_global.achievement3 == 0) {
this.lock3.gotoAndStop(1);
}
if (_global.achievement3 == 1) {
this.lock3.gotoAndStop(2);
}
if (_global.achievement4 == 0) {
this.lock4.gotoAndStop(1);
}
if (_global.achievement4 == 1) {
this.lock4.gotoAndStop(2);
}
if (_global.achievement5 == 0) {
this.lock5.gotoAndStop(1);
}
if (_global.achievement5 == 1) {
this.lock5.gotoAndStop(2);
}
if (_global.achievement6 == 0) {
this.lock6.gotoAndStop(1);
}
if (_global.achievement6 == 1) {
this.lock6.gotoAndStop(2);
}
if (_global.achievement7 == 0) {
this.lock7.gotoAndStop(1);
}
if (_global.achievement7 == 1) {
this.lock7.gotoAndStop(2);
}
if (_global.achievement8 == 0) {
this.lock8.gotoAndStop(1);
}
if (_global.achievement8 == 1) {
this.lock8.gotoAndStop(2);
}
if (_global.achievement9 == 0) {
this.lock9.gotoAndStop(1);
}
if (_global.achievement9 == 1) {
this.lock9.gotoAndStop(2);
}
if (_global.achievement10 == 0) {
this.lock10.gotoAndStop(1);
}
if (_global.achievement10 == 1) {
this.lock10.gotoAndStop(2);
}
if (_global.achievement11 == 0) {
this.lock11.gotoAndStop(1);
}
if (_global.achievement11 == 1) {
this.lock11.gotoAndStop(2);
}
if (_global.achievement12 == 0) {
this.lock12.gotoAndStop(1);
}
if (_global.achievement12 == 1) {
this.lock12.gotoAndStop(2);
}
}
Frame 107
stop();
onEnterFrame = null;
onEnterFrame = function () {
MunchMasterSave = SharedObject.getLocal("timeinall");
MunchMasterSave.data.timeinall = _global.timeinall;
MunchMasterSave.flush();
};
Frame 117
stop();
Instance of Symbol 391 MovieClip in Frame 117
onClipEvent (enterFrame) {
if (_global.unlockableable1 == 0) {
this.lock1.gotoAndStop(1);
}
if (_global.unlockable1 == 1) {
this.lock1.gotoAndStop(2);
}
if (_global.unlockable2 == 0) {
this.lock2.gotoAndStop(1);
}
if (_global.unlockable2 == 1) {
this.lock2.gotoAndStop(2);
}
if (_global.unlockable3 == 0) {
this.lock3.gotoAndStop(1);
}
if (_global.unlockable3 == 1) {
this.lock3.gotoAndStop(2);
}
if (_global.unlockable4 == 0) {
this.lock4.gotoAndStop(1);
}
if (_global.unlockable4 == 1) {
this.lock4.gotoAndStop(2);
}
if (_global.unlockable5 == 0) {
this.lock1.gotoAndStop(1);
}
if (_global.unlockable5 == 1) {
this.lock1.gotoAndStop(2);
}
if (_global.unlockable6 == 0) {
this.lock2.gotoAndStop(1);
}
if (_global.unlockable6 == 1) {
this.lock2.gotoAndStop(2);
}
if (_global.unlockable7 == 0) {
this.lock3.gotoAndStop(1);
}
if (_global.unlockable7 == 1) {
this.lock3.gotoAndStop(2);
}
if (_global.unlockable8 == 0) {
this.lock4.gotoAndStop(1);
}
if (_global.unlockable8 == 1) {
this.lock4.gotoAndStop(2);
}
}
Instance of Symbol 334 MovieClip in Frame 125
onClipEvent (enterFrame) {
if (_global.achievement1 == 0) {
this.lock1.gotoAndStop(1);
}
if (_global.achievement1 == 1) {
this.lock1.gotoAndStop(2);
}
if (_global.achievement2 == 0) {
this.lock2.gotoAndStop(1);
}
if (_global.achievement2 == 1) {
this.lock2.gotoAndStop(2);
}
if (_global.achievement3 == 0) {
this.lock3.gotoAndStop(1);
}
if (_global.achievement3 == 1) {
this.lock3.gotoAndStop(2);
}
if (_global.achievement4 == 0) {
this.lock4.gotoAndStop(1);
}
if (_global.achievement4 == 1) {
this.lock4.gotoAndStop(2);
}
if (_global.achievement5 == 0) {
this.lock5.gotoAndStop(1);
}
if (_global.achievement5 == 1) {
this.lock5.gotoAndStop(2);
}
if (_global.achievement6 == 0) {
this.lock6.gotoAndStop(1);
}
if (_global.achievement6 == 1) {
this.lock6.gotoAndStop(2);
}
if (_global.achievement7 == 0) {
this.lock7.gotoAndStop(1);
}
if (_global.achievement7 == 1) {
this.lock7.gotoAndStop(2);
}
if (_global.achievement8 == 0) {
this.lock8.gotoAndStop(1);
}
if (_global.achievement8 == 1) {
this.lock8.gotoAndStop(2);
}
if (_global.achievement9 == 0) {
this.lock9.gotoAndStop(1);
}
if (_global.achievement9 == 1) {
this.lock9.gotoAndStop(2);
}
if (_global.achievement10 == 0) {
this.lock10.gotoAndStop(1);
}
if (_global.achievement10 == 1) {
this.lock10.gotoAndStop(2);
}
if (_global.achievement11 == 0) {
this.lock11.gotoAndStop(1);
}
if (_global.achievement11 == 1) {
this.lock11.gotoAndStop(2);
}
if (_global.achievement12 == 0) {
this.lock12.gotoAndStop(1);
}
if (_global.achievement12 == 1) {
this.lock12.gotoAndStop(2);
}
}
Frame 126
stop();
onEnterFrame = function () {
if (_global.goingback == 1) {
onEnterFrame = null;
gotoAndPlay (29);
}
if (_global.goingback == 0) {
gotoAndPlay (107);
}
};
Frame 138
gotoAndPlay (29);
Frame 153
stop();
Frame 166
_root.countdown.swapDepths(4912);
stop();
_global.food1captured = 0;
_global.food2captured = 0;
_global.food3captured = 0;
_global.food4captured = 0;
_global.food5captured = 0;
_global.food6captured = 0;
_global.food7captured = 0;
_global.food8captured = 0;
_global.food9captured = 0;
_global.food10captured = 0;
_global.food1laser = 0;
_global.food2laser = 0;
_global.food3laser = 0;
_global.food4laser = 0;
_global.food5laser = 0;
_global.food6laser = 0;
_global.food7laser = 0;
_global.food8laser = 0;
_global.food9laser = 0;
_global.food10laser = 0;
_global.eatsound = 0;
_global.ingame = 1;
_global.ingametimermins = 5;
_global.ingametimersecs = 0;
_global.playingtime = 0;
_global.used1 = 0;
_global.used2 = 0;
_global.used3 = 0;
_global.lives = 5;
_global.score = _root.score.text;
_global.score = 0;
_global.pausemenu = 0;
_global.timespwr = 0;
_global.lsrpwr = 0;
_global.growpwr = 0;
_global.eatscore = 5;
_root.tanpausemenu.swapDepths(3000);
_root.food.swapDepths(2000);
_root.food2.swapDepths(2001);
_root.food3.swapDepths(2002);
_root.food4.swapDepths(2003);
_root.food5.swapDepths(2004);
_root.food6.swapDepths(2005);
_root.food7.swapDepths(2006);
_root.food8.swapDepths(2007);
_root.food9.swapDepths(2008);
_root.food10.swapDepths(2009);
_root.timestwo.swapDepths(2010);
_root.grow.swapDepths(2011);
_root.laser.swapDepths(2012);
_global.speed = 10;
_global.speed1 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed2 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed3 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed4 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed5 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed6 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed7 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed8 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed9 = Math.ceil(Math.random() * _global.speedvariance);
_global.speed10 = Math.ceil(Math.random() * _global.speedvariance);
onEnterFrame = function () {
MunchMasterSave = SharedObject.getLocal("scoreinall");
MunchMasterSave.data.scoreinall = _global.scoreinall;
MunchMasterSave.flush();
MunchMasterSave = SharedObject.getLocal("foodsinall");
MunchMasterSave.data.foodsinall = _global.foodsinall;
MunchMasterSave.flush();
if (_global.lives >= 5) {
_global.lives = 5;
_root.livestan.gotoAndStop(1);
}
if (_global.lives == 4) {
_root.livestan.gotoAndStop(2);
}
if (_global.lives == 3) {
_root.livestan.gotoAndStop(3);
}
if (_global.lives == 2) {
_root.livestan.gotoAndStop(4);
}
if (_global.lives == 1) {
_root.livestan.gotoAndStop(5);
}
if (_global.lives <= 0) {
_global.lives = 0;
_root.livestan.gotoAndStop(6);
gotoAndStop ("gameover");
}
if (_global.skinselect == 1) {
_root.livestan.skin2icon1._visible = false;
_root.livestan.skin2icon2._visible = false;
_root.livestan.skin2icon3._visible = false;
_root.livestan.skin2icon4._visible = false;
_root.livestan.skin2icon5._visible = false;
_root.livestan.skin3icon1._visible = false;
_root.livestan.skin3icon2._visible = false;
_root.livestan.skin3icon3._visible = false;
_root.livestan.skin3icon4._visible = false;
_root.livestan.skin3icon5._visible = false;
_root.livestan.skin4icon1._visible = false;
_root.livestan.skin4icon2._visible = false;
_root.livestan.skin4icon3._visible = false;
_root.livestan.skin4icon4._visible = false;
_root.livestan.skin4icon5._visible = false;
}
if (_global.skinselect == 4) {
_root.livestan.skin1icon1._visible = false;
_root.livestan.skin1icon2._visible = false;
_root.livestan.skin1icon3._visible = false;
_root.livestan.skin1icon4._visible = false;
_root.livestan.skin1icon5._visible = false;
_root.livestan.skin3icon1._visible = false;
_root.livestan.skin3icon2._visible = false;
_root.livestan.skin3icon3._visible = false;
_root.livestan.skin3icon4._visible = false;
_root.livestan.skin3icon5._visible = false;
_root.livestan.skin4icon1._visible = false;
_root.livestan.skin4icon2._visible = false;
_root.livestan.skin4icon3._visible = false;
_root.livestan.skin4icon4._visible = false;
_root.livestan.skin4icon5._visible = false;
}
if (_global.skinselect == 2) {
_root.livestan.skin1icon1._visible = false;
_root.livestan.skin1icon2._visible = false;
_root.livestan.skin1icon3._visible = false;
_root.livestan.skin1icon4._visible = false;
_root.livestan.skin1icon5._visible = false;
_root.livestan.skin2icon1._visible = false;
_root.livestan.skin2icon2._visible = false;
_root.livestan.skin2icon3._visible = false;
_root.livestan.skin2icon4._visible = false;
_root.livestan.skin2icon5._visible = false;
_root.livestan.skin4icon1._visible = false;
_root.livestan.skin4icon2._visible = false;
_root.livestan.skin4icon3._visible = false;
_root.livestan.skin4icon4._visible = false;
_root.livestan.skin4icon5._visible = false;
}
if (_global.skinselect == 3) {
_root.livestan.skin1icon1._visible = false;
_root.livestan.skin1icon2._visible = false;
_root.livestan.skin1icon3._visible = false;
_root.livestan.skin1icon4._visible = false;
_root.livestan.skin1icon5._visible = false;
_root.livestan.skin2icon1._visible = false;
_root.livestan.skin2icon2._visible = false;
_root.livestan.skin2icon3._visible = false;
_root.livestan.skin2icon4._visible = false;
_root.livestan.skin2icon5._visible = false;
_root.livestan.skin3icon1._visible = false;
_root.livestan.skin3icon2._visible = false;
_root.livestan.skin3icon3._visible = false;
_root.livestan.skin3icon4._visible = false;
_root.livestan.skin3icon5._visible = false;
}
if (_global.foodseaten >= 15) {
_global.speedvariance = _global.speedvariance + 10;
_global.foodseaten = 0;
}
if (Key.isDown(80) && (_global.pausemenustop == 0)) {
_root.tanpausemenu.play();
}
if (_global.pausemenu == 1) {
_root.timerstuff.stop();
_root.timerstuff2.stop();
_root.timerstuff3.stop();
_root.timestwo.stop();
_root.grow.stop();
_root.laser.stop();
_global.food1speed = 0;
_global.food2speed = 0;
_global.food3speed = 0;
_global.food4speed = 0;
_global.food5speed = 0;
_global.food6speed = 0;
_global.food7speed = 0;
_global.food8speed = 0;
_global.food9speed = 0;
_global.food10speed = 0;
}
if (_global.pausemenu == 0) {
_root.timerstuff.play();
_root.timerstuff2.play();
_root.timerstuff3.play();
_global.food1speed = _global.speed1;
_global.food2speed = _global.speed2;
_global.food3speed = _global.speed3;
_global.food4speed = _global.speed4;
_global.food5speed = _global.speed5;
_global.food6speed = _global.speed6;
_global.food7speed = _global.speed7;
_global.food8speed = _global.speed8;
_global.food9speed = _global.speed9;
_global.food10speed = _global.speed10;
}
if (((_global.pwrup != 2) || (_global.pwrup != 3)) || ((_global.pwrup != 4) && (_global.pausemenu == 0))) {
_global.pwrup = Math.ceil(Math.random() * _global.randomvalue);
}
if (((_global.pwrup == 2) && (_global.timespwr == 0)) && (_global.pausemenu == 0)) {
_root.timestwo.play();
}
if (((_global.pwrup == 3) && (_global.growpwr == 0)) && (_global.pausemenu == 0)) {
_root.grow.play();
}
if (((_global.pwrup == 4) && (_global.lsrpwr == 0)) && (_global.pausemenu == 0)) {
_root.laser.play();
}
if ((_global.timespwr == 1) && (_global.pausemenu == 0)) {
_global.eatscore = 10;
}
if ((_global.lsrpwr == 1) && (_global.pausemenu == 0)) {
_root.mouth.gotoAndStop(4);
}
if ((_global.growpwr == 1) && (_global.pausemenu == 0)) {
_root.mouth._xscale = 150;
_root.mouth._yscale = 150;
}
_root.score.text = _global.score;
if (_global.score <= 0) {
_global.score = 0;
}
_global.foodposy = Math.ceil(Math.random() * 380);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_global.foodposy3 = Math.ceil(Math.random() * 380);
if (((_global.controlscheme == 1) && (_global.swallowing == 0)) && (_global.pausemenu == 0)) {
_root.mouth._y = _root._ymouse;
}
if (((Key.isDown(38) && (_global.controlscheme == 2)) && (_global.swallowing == 0)) && (_global.pausemenu == 0)) {
_root.mouth._y = _root.mouth._y - _global.mouthspeed;
}
if (((Key.isDown(40) && (_global.controlscheme == 2)) && (_global.swallowing == 0)) && (_global.pausemenu == 0)) {
_root.mouth._y = _root.mouth._y + _global.mouthspeed;
}
if (((Key.isDown(87) && (_global.controlscheme == 3)) && (_global.swallowing == 0)) && (_global.pausemenu == 0)) {
_root.mouth._y = _root.mouth._y - _global.mouthspeed;
}
if (((Key.isDown(83) && (_global.controlscheme == 3)) && (_global.swallowing == 0)) && (_global.pausemenu == 0)) {
_root.mouth._y = _root.mouth._y + _global.mouthspeed;
}
if (((Key.isDown(32) && (_global.swallowing == 0)) && (_global.lsrpwr == 0)) && (_global.pausemenu == 0)) {
_root.mouth.gotoAndStop(2);
_root.slot1.gotoAndStop(1);
_root.slot2.gotoAndStop(1);
_root.slot3.gotoAndStop(1);
_root.slot4.gotoAndStop(1);
_root.slot5.gotoAndStop(1);
_root.slot6.gotoAndStop(1);
_root.slot7.gotoAndStop(1);
}
if ((_global.eatsound == 1) && (_global.music == 1)) {
_root.soundeffect.gotoAndStop(5);
}
if ((_global.eatsound == 2) && (_global.music == 1)) {
_root.soundeffect.gotoAndStop(6);
}
if ((_global.eatsound == 3) && (_global.music == 1)) {
_root.soundeffect.gotoAndStop(7);
}
if ((_global.barf == 1) && (_global.music == 1)) {
_root.soundeffect.gotoAndStop(2);
}
};
Instance of Symbol 439 MovieClip in Frame 166
onClipEvent (enterFrame) {
if (_global.background0 == 1) {
this.gotoAndStop(1);
}
if (_global.background1 == 1) {
this.gotoAndStop(2);
}
if (_global.background2 == 1) {
this.gotoAndStop(3);
}
if (_global.background3 == 1) {
this.gotoAndStop(4);
}
if (_global.background4 == 1) {
this.gotoAndStop(5);
}
}
Instance of Symbol 471 MovieClip "food" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food1captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(2);
_global.food1captured = 1;
this._x = this._x + _global.food1speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food1captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(2);
_global.food1captured = 1;
this._x = this._x + _global.food1speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food1captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(2);
_global.food1captured = 1;
this._x = this._x + _global.food1speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food1captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot4.gotoAndStop(2);
_global.food1captured = 1;
this._x = this._x + _global.food1speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food1captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(2);
_global.food1captured = 1;
this._x = this._x + _global.food1speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food1captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(2);
_global.food1captured = 1;
this._x = this._x + _global.food1speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food1captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(2);
_global.food1captured = 1;
this._x = this._x + _global.food1speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food1captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food1speed;
}
if (_global.food1captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food1captured == 0) {
this._x = this._x - _global.food1speed;
}
}
Instance of Symbol 450 MovieClip "food5" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food5captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(5);
_global.food5captured = 1;
this._x = this._x + _global.food5speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food5captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(5);
_global.food5captured = 1;
this._x = this._x + _global.food5speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food5captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(5);
_global.food5captured = 1;
this._x = this._x + _global.food5speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food5captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot4.gotoAndStop(5);
_global.food5captured = 1;
this._x = this._x + _global.food5speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food5captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(5);
_global.food5captured = 1;
this._x = this._x + _global.food5speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food5captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(5);
_global.food5captured = 1;
this._x = this._x + _global.food5speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food5captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(5);
_global.food5captured = 1;
this._x = this._x + _global.food5speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food5captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food5speed;
}
if (_global.food5captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food5captured == 0) {
this._x = this._x - _global.food5speed;
}
}
Instance of Symbol 300 MovieClip "food10" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food10captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(10);
_global.food10captured = 1;
this._x = this._x + _global.food10speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food10captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(10);
_global.food10captured = 1;
this._x = this._x + _global.food10speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food10captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(10);
_global.food10captured = 1;
this._x = this._x + _global.food10speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food10captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(10);
_global.food10captured = 1;
this._x = this._x + _global.food10speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food10captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(10);
_global.food10captured = 1;
this._x = this._x + _global.food10speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food10captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(10);
_global.food10captured = 1;
this._x = this._x + _global.food10speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food10captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(10);
_global.food10captured = 1;
this._x = this._x + _global.food10speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food10captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food10speed;
}
if (_global.food10captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food10captured == 0) {
this._x = this._x - _global.food10speed;
}
}
Instance of Symbol 456 MovieClip "food7" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food7captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(7);
_global.food7captured = 1;
this._x = this._x + _global.food7speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food7captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(7);
_global.food7captured = 1;
this._x = this._x + _global.food7speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food7captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(7);
_global.food7captured = 1;
this._x = this._x + _global.food7speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food7captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot4.gotoAndStop(7);
_global.food7captured = 1;
this._x = this._x + _global.food7speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food7captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(7);
_global.food7captured = 1;
this._x = this._x + _global.food7speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food7captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(7);
_global.food7captured = 1;
this._x = this._x + _global.food7speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food7captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(7);
_global.food7captured = 1;
this._x = this._x + _global.food7speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food7captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food7speed;
}
if (_global.food7captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food7captured == 0) {
this._x = this._x - _global.food7speed;
}
}
Instance of Symbol 453 MovieClip "food6" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food6captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(6);
_global.food6captured = 1;
this._x = this._x + _global.food6speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food6captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(6);
_global.food6captured = 1;
this._x = this._x + _global.food6speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food6captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(6);
_global.food6captured = 1;
this._x = this._x + _global.food6speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food6captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot4.gotoAndStop(6);
_global.food6captured = 1;
this._x = this._x + _global.food6speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food6captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(6);
_global.food6captured = 1;
this._x = this._x + _global.food6speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food6captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(6);
_global.food6captured = 1;
this._x = this._x + _global.food6speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food6captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(6);
_global.food6captured = 1;
this._x = this._x + _global.food6speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food6captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food6speed;
}
if (_global.food6captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food6captured == 0) {
this._x = this._x - _global.food6speed;
}
}
Instance of Symbol 459 MovieClip "food9" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food9captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(9);
_global.food9captured = 1;
this._x = this._x + _global.food9speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food9captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(9);
_global.food9captured = 1;
this._x = this._x + _global.food9speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food9captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(9);
_global.food9captured = 1;
this._x = this._x + _global.food9speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food9captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot4.gotoAndStop(9);
_global.food9captured = 1;
this._x = this._x + _global.food9speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food9captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(9);
_global.food9captured = 1;
this._x = this._x + _global.food9speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food9captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(9);
_global.food9captured = 1;
this._x = this._x + _global.food9speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food9captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(9);
_global.food9captured = 1;
this._x = this._x + _global.food9speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food9captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food9speed;
}
if (_global.food9captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food9captured == 0) {
this._x = this._x - _global.food9speed;
}
}
Instance of Symbol 294 MovieClip "food8" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food8captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(8);
_global.food8captured = 1;
this._x = this._x + _global.food8speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food8captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(8);
_global.food8captured = 1;
this._x = this._x + _global.food8speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food8captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(8);
_global.food8captured = 1;
this._x = this._x + _global.food8speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food8captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot4.gotoAndStop(8);
_global.food8captured = 1;
this._x = this._x + _global.food8speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food8captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(8);
_global.food8captured = 1;
this._x = this._x + _global.food8speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food8captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(8);
_global.food8captured = 1;
this._x = this._x + _global.food8speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food8captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(8);
_global.food8captured = 1;
this._x = this._x + _global.food8speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food8captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food8speed;
}
if (_global.food8captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food8captured == 0) {
this._x = this._x - _global.food8speed;
}
}
Instance of Symbol 472 MovieClip "food2" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food2captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(3);
_global.food2captured = 1;
this._x = this._x + _global.food2speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food2captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(3);
_global.food2captured = 1;
this._x = this._x + _global.food2speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food2captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(3);
_global.food2captured = 1;
this._x = this._x + _global.food2speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food2captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot4.gotoAndStop(3);
_global.food2captured = 1;
this._x = this._x + _global.food2speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food2captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(3);
_global.food2captured = 1;
this._x = this._x + _global.food2speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food2captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(3);
_global.food2captured = 1;
this._x = this._x + _global.food2speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food2captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(3);
_global.food2captured = 1;
this._x = this._x + _global.food2speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food2captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food2speed;
}
if (_global.food2captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food2captured == 0) {
this._x = this._x - _global.food2speed;
}
}
Instance of Symbol 448 MovieClip "food4" in Frame 166
onClipEvent (enterFrame) {
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe == 1)) && (_global.food4captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot1.gotoAndStop(4);
_global.food4captured = 1;
this._x = this._x + _global.food4speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot1._currentframe > 1)) && (_root.slot2._currentframe == 1)) && (_global.food4captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot2.gotoAndStop(4);
_global.food4captured = 1;
this._x = this._x + _global.food4speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot2._currentframe > 1)) && (_root.slot3._currentframe == 1)) && (_global.food4captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot3.gotoAndStop(4);
_global.food4captured = 1;
this._x = this._x + _global.food4speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot3._currentframe > 1)) && (_root.slot4._currentframe == 1)) && (_global.food4captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot4.gotoAndStop(4);
_global.food4captured = 1;
this._x = this._x + _global.food4speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot4._currentframe > 1)) && (_root.slot5._currentframe == 1)) && (_global.food4captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot5.gotoAndStop(4);
_global.food4captured = 1;
this._x = this._x + _global.food4speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot5._currentframe > 1)) && (_root.slot6._currentframe == 1)) && (_global.food4captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot6.gotoAndStop(4);
_global.food4captured = 1;
this._x = this._x + _global.food4speed;
}
if (((this.base.hitTest(_root.mouth.foodblock) && (_root.slot6._currentframe > 1)) && (_root.slot7._currentframe == 1)) && (_global.food4captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(3);
_root.slot7.gotoAndStop(4);
_global.food4captured = 1;
this._x = this._x + _global.food4speed;
}
if ((this.base.hitTest(_root.mouth.foodblock) && (_root.slot7._currentframe > 1)) && (_global.food4captured == 0)) {
_global.foodseaten = _global.foodseaten + 1;
_global.foodsinall = _global.foodsinall + 1;
_root.mouth.gotoAndStop(5);
this._x = this._x + _global.food4speed;
}
if (_global.food4captured == 1) {
this._y = _root.mouth._y + 500;
}
if (_global.food4captured == 0) {
this._x = this._x - _global.food4speed;
}
}
Instance of Symbol 473 MovieClip "end" in Frame 166
onClipEvent (enterFrame) {
if (_root.food.hitTest(this)) {
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy = Math.ceil(Math.random() * 380);
_global.speed1 = Math.ceil(Math.random() * 30);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_root.food2.hitTest(this)) {
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_global.speed2 = Math.ceil(Math.random() * 30);
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 800;
}
if (_root.food3.hitTest(this)) {
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_global.speed3 = Math.ceil(Math.random() * 30);
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 800;
}
if (_root.food4.hitTest(this)) {
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_global.speed4 = Math.ceil(Math.random() * 30);
_root.food4._y = _global.foodposy4;
_global.food4captured = 0;
_root.food4._x = 800;
}
if (_root.food5.hitTest(this)) {
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_global.speed5 = Math.ceil(Math.random() * 30);
_root.food5._y = _global.foodposy5;
_global.food5captured = 0;
_root.food5._x = 800;
}
if (_root.food6.hitTest(this)) {
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_global.speed6 = Math.ceil(Math.random() * 30);
_root.food6._y = _global.foodposy6;
_global.food6captured = 0;
_root.food6._x = 800;
}
if (_root.food7.hitTest(this)) {
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_global.speed7 = Math.ceil(Math.random() * 30);
_root.food7._y = _global.foodposy7;
_global.food7captured = 0;
_root.food7._x = 800;
}
if (_root.food8.hitTest(this)) {
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_global.speed8 = Math.ceil(Math.random() * 30);
_root.food8._y = _global.foodposy8;
_global.food8captured = 0;
_root.food8._x = 800;
}
if (_root.food9.hitTest(this)) {
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_global.speed9 = Math.ceil(Math.random() * 30);
_root.food9._y = _global.foodposy9;
_global.food9captured = 0;
_root.food9._x = 800;
}
if (_root.food10.hitTest(this)) {
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_global.speed10 = Math.ceil(Math.random() * 30);
_root.food10._y = _global.foodposy10;
_global.food10captured = 0;
_root.food10._x = 800;
}
}
Instance of Symbol 312 MovieClip "timestwo" in Frame 166
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouth.foodblock)) {
_global.used1 = 1;
_global.timespwr = 1;
}
}
Instance of Symbol 476 MovieClip "laser" in Frame 166
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouth.foodblock)) {
_global.used3 = 1;
_global.lsrpwr = 1;
}
}
Instance of Symbol 478 MovieClip "grow" in Frame 166
onClipEvent (enterFrame) {
if (this.hitTest(_root.mouth.foodblock)) {
_global.used2 = 1;
_global.growpwr = 1;
}
}
Instance of Symbol 480 MovieClip "blockade1" in Frame 166
onClipEvent (enterFrame) {
if (_root.mouth.blocker.hitTest(this) && (_global.controlscheme == 2)) {
_root.mouth._y = _root.mouth._y + 20;
}
if (_root.mouth.blocker.hitTest(this) && (_global.controlscheme == 3)) {
_root.mouth._y = _root.mouth._y + 20;
}
if (_root.food.hitTest(this)) {
_root.food._y = _root.food._y + 5;
}
if (_root.food2.hitTest(this)) {
_root.food2._y = _root.food2._y + 5;
}
if (_root.food3.hitTest(this)) {
_root.food3._y = _root.food3._y + 5;
}
if (_root.food4.hitTest(this)) {
_root.food4._y = _root.food4._y + 5;
}
if (_root.food5.hitTest(this)) {
_root.food5._y = _root.food5._y + 5;
}
if (_root.food6.hitTest(this)) {
_root.food6._y = _root.food6._y + 5;
}
if (_root.food7.hitTest(this)) {
_root.food7._y = _root.food7._y + 5;
}
if (_root.food8.hitTest(this)) {
_root.food8._y = _root.food8._y + 5;
}
if (_root.food9.hitTest(this)) {
_root.food9._y = _root.food9._y + 5;
}
if (_root.food10.hitTest(this)) {
_root.food10._y = _root.food10._y + 5;
}
if (_root.timestwo.hitTest(this)) {
_root.timestwo._y = _root.timestwo._y + 5;
}
if (_root.laser.hitTest(this)) {
_root.laser._y = _root.laser._y + 5;
}
if (_root.grow.hitTest(this)) {
_root.grow._y = _root.grow._y + 5;
}
}
Instance of Symbol 480 MovieClip "blockade2" in Frame 166
onClipEvent (enterFrame) {
if (_root.mouth.blocker.hitTest(this) && (_global.controlscheme == 2)) {
_root.mouth._y = _root.mouth._y - 20;
}
if (_root.mouth.blocker.hitTest(this) && (_global.controlscheme == 3)) {
_root.mouth._y = _root.mouth._y - 20;
}
if (_root.food.hitTest(this)) {
_root.food._y = _root.food._y - 5;
}
if (_root.food2.hitTest(this)) {
_root.food2._y = _root.food2._y - 5;
}
if (_root.food3.hitTest(this)) {
_root.food3._y = _root.food3._y - 5;
}
if (_root.food4.hitTest(this)) {
_root.food4._y = _root.food4._y - 5;
}
if (_root.food5.hitTest(this)) {
_root.food5._y = _root.food5._y - 5;
}
if (_root.food6.hitTest(this)) {
_root.food6._y = _root.food6._y - 5;
}
if (_root.food7.hitTest(this)) {
_root.food7._y = _root.food7._y - 5;
}
if (_root.food8.hitTest(this)) {
_root.food8._y = _root.food8._y - 5;
}
if (_root.food9.hitTest(this)) {
_root.food9._y = _root.food9._y - 5;
}
if (_root.food10.hitTest(this)) {
_root.food10._y = _root.food10._y - 5;
}
if (_root.timestwo.hitTest(this)) {
_root.timestwo._y = _root.timestwo._y - 5;
}
if (_root.laser.hitTest(this)) {
_root.laser._y = _root.laser._y - 5;
}
if (_root.grow.hitTest(this)) {
_root.grow._y = _root.grow._y - 5;
}
}
Instance of Symbol 584 MovieClip "mouth" in Frame 166
onClipEvent (enterFrame) {
if (((_global.skinselect == 2) || (_global.skinselect == 3)) || (_global.skinselect == 4)) {
this.swapDepths(1000);
this.removeMovieClip();
}
}
Instance of Symbol 663 MovieClip "mouth" in Frame 166
onClipEvent (enterFrame) {
if (((_global.skinselect == 1) || (_global.skinselect == 3)) || (_global.skinselect == 4)) {
this.swapDepths(1200);
this.removeMovieClip();
}
}
Instance of Symbol 729 MovieClip "mouth" in Frame 166
onClipEvent (enterFrame) {
if (((_global.skinselect == 1) || (_global.skinselect == 2)) || (_global.skinselect == 3)) {
this.swapDepths(1600);
this.removeMovieClip();
}
}
Instance of Symbol 798 MovieClip "mouth" in Frame 166
onClipEvent (enterFrame) {
if (((_global.skinselect == 1) || (_global.skinselect == 2)) || (_global.skinselect == 4)) {
this.swapDepths(1100);
this.removeMovieClip();
}
}
Instance of Symbol 810 MovieClip "timerstuff" in Frame 166
onClipEvent (enterFrame) {
_root.minute.text = _global.ingametimermins;
_root.second.text = _global.ingametimersecs;
if ((_global.ingametimermins == 0) && (_global.ingametimersecs == 0)) {
_root.play();
}
if (_global.ingametimersecs == 9) {
_root.second.text = "09";
}
if (_global.ingametimersecs == 8) {
_root.second.text = "08";
}
if (_global.ingametimersecs == 7) {
_root.second.text = "07";
}
if (_global.ingametimersecs == 6) {
_root.second.text = "06";
}
if (_global.ingametimersecs == 5) {
_root.second.text = "05";
}
if (_global.ingametimersecs == 4) {
_root.second.text = "04";
}
if (_global.ingametimersecs == 3) {
_root.second.text = "03";
}
if (_global.ingametimersecs == 2) {
_root.second.text = "02";
}
if (_global.ingametimersecs == 1) {
_root.second.text = "01";
}
if (_global.ingametimersecs == 0) {
_root.second.text = "00";
}
}
Frame 167
_root.mouth.swapDepths(1600);
_root.mouth.removeMovieClip();
_root.tanpausemenu.swapDepths(3443);
_root.tanpausemenu.removeMovieClip();
_root.laser.swapDepths(1600);
_root.laser.removeMovieClip();
_root.timestwo.swapDepths(1600);
_root.timestwo.removeMovieClip();
_root.grow.swapDepths(1600);
_root.grow.removeMovieClip();
_root.food.swapDepths(1601);
_root.food.removeMovieClip();
_root.food2.swapDepths(1602);
_root.food2.removeMovieClip();
_root.food3.swapDepths(1603);
_root.food3.removeMovieClip();
_root.food4.swapDepths(1604);
_root.food4.removeMovieClip();
_root.food5.swapDepths(1605);
_root.food5.removeMovieClip();
_root.food6.swapDepths(1606);
_root.food6.removeMovieClip();
_root.food7.swapDepths(1607);
_root.food7.removeMovieClip();
_root.food8.swapDepths(1608);
_root.food8.removeMovieClip();
_root.food6.swapDepths(1609);
_root.food6.removeMovieClip();
_root.food7.swapDepths(1610);
_root.food7.removeMovieClip();
_root.food8.swapDepths(1620);
_root.food8.removeMovieClip();
_root.food9.swapDepths(1630);
_root.food9.removeMovieClip();
_root.food10.swapDepths(1640);
_root.food10.removeMovieClip();
stop();
if (_root.score.text == 0) {
_root.mybutton._visible = false;
}
_root.viewscore._visible = false;
_global.playingtime = 0;
_global.used1 = 0;
_global.used2 = 0;
_global.used3 = 0;
_global.lives = 5;
Symbol 12 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._yscale = PercentLoaded;
} else {
gotoAndPlay ("LOADED");
}
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 12 MovieClip Frame 6
_root.play();
Symbol 18 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((_global.music == 0) && (_global.ingame == 1)) {
gotoAndStop (3);
}
if ((_global.music == 1) && (_global.ingame == 1)) {
gotoAndStop (2);
}
if ((_global.music == 0) && (_global.ingame == 0)) {
gotoAndStop (3);
}
if ((_global.music == 1) && (_global.ingame == 0)) {
gotoAndStop (1);
}
};
Symbol 18 MovieClip Frame 2
stop();
onEnterFrame = function () {
if ((_global.music == 0) && (_global.ingame == 1)) {
gotoAndStop (3);
}
if ((_global.music == 1) && (_global.ingame == 1)) {
gotoAndStop (2);
}
if ((_global.music == 0) && (_global.ingame == 0)) {
gotoAndStop (3);
}
if ((_global.music == 1) && (_global.ingame == 0)) {
gotoAndStop (1);
}
};
Symbol 18 MovieClip Frame 3
stop();
onEnterFrame = function () {
stopAllSounds();
if ((_global.music == 0) && (_global.ingame == 1)) {
gotoAndStop (3);
}
if ((_global.music == 1) && (_global.ingame == 1)) {
gotoAndStop (2);
}
if ((_global.music == 0) && (_global.ingame == 0)) {
gotoAndStop (3);
}
if ((_global.music == 1) && (_global.ingame == 0)) {
gotoAndStop (1);
}
};
Instance of Symbol 8 MovieClip in Symbol 22 MovieClip Frame 1
onClipEvent (enterFrame) {
this.stop();
}
Symbol 22 MovieClip Frame 15
stop();
_root.play();
Symbol 27 MovieClip Frame 20
stop();
Symbol 28 MovieClip Frame 25
stop();
Symbol 66 MovieClip Frame 1
_root.stop();
Symbol 66 MovieClip Frame 265
_root.play();
Symbol 70 Button
on (release) {
play();
}
Symbol 72 Button
on (release) {
getURL ("http://www.newgrounds.com/", "_blank");
}
Symbol 132 MovieClip Frame 85
stop();
_root.play();
Symbol 133 Button
on (release) {
getURL ("http://www.admanic.com/", "_blank");
}
Symbol 169 MovieClip Frame 92
stop();
_root.play();
Symbol 170 Button
on (release) {
getURL ("http://www.saltedtatortot.com/", "_blank");
}
Symbol 175 Button
on (release) {
MunchMasterSave = SharedObject.getLocal("username");
MunchMasterSave.data.username = _global.username;
MunchMasterSave.flush();
play();
}
Symbol 186 Button
on (release) {
nextFrame();
}
Symbol 206 Button
on (release) {
MunchMasterSave = SharedObject.getLocal("showagain");
MunchMasterSave.data.showagain = 0;
MunchMasterSave.flush();
_global.showagain = 0;
_root.play();
}
Symbol 210 Button
on (release) {
MunchMasterSave = SharedObject.getLocal("showagain");
MunchMasterSave.data.showagain = 1;
MunchMasterSave.flush();
_global.showagain = 1;
_root.play();
}
Symbol 213 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 30
if (_global.pausemenu == 0) {
_global.timeinall = _global.timeinall + 1;
}
Symbol 228 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 1
stop();
_global.timerlol = 0;
onEnterFrame = function () {
if ((_global.foodseaten >= 500) && (_global.achievement1 == 0)) {
_global.descriptions2 = 1;
_global.achievement1 = 1;
MunchMasterSave = SharedObject.getLocal("achievement1");
MunchMasterSave.data.achievement1 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.foodseaten >= 1000) && (_global.achievement2 == 0)) {
_global.descriptions2 = 2;
_global.achievement2 = 1;
MunchMasterSave = SharedObject.getLocal("achievement2");
MunchMasterSave.data.achievement2 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.foodsinall >= 1000000) && (_global.achievement3 == 0)) {
_global.descriptions2 = 3;
_global.achievement3 = 1;
MunchMasterSave = SharedObject.getLocal("achievement3");
MunchMasterSave.data.achievement3 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.scoreinall >= 500000) && (_global.achievement4 == 0)) {
_global.descriptions2 = 4;
_global.achievement4 = 1;
MunchMasterSave = SharedObject.getLocal("achievement4");
MunchMasterSave.data.achievement4 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.scoreinall >= 1000000) && (_global.achievement5 == 0)) {
_global.descriptions2 = 5;
_global.achievement5 = 1;
MunchMasterSave = SharedObject.getLocal("achievement5");
MunchMasterSave.data.achievement5 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((((_global.used1 == 1) && (_global.used2 == 1)) && (_global.used3 == 1)) && (_global.achievement6 == 0)) {
_global.descriptions2 = 6;
_global.achievement6 = 1;
MunchMasterSave = SharedObject.getLocal("achievement6");
MunchMasterSave.data.achievement6 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.lives <= 4) && (_global.achievement7 == 0)) {
_global.descriptions2 = 7;
_global.achievement7 = 1;
MunchMasterSave = SharedObject.getLocal("achievement7");
MunchMasterSave.data.achievement7 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.playingtime >= 60) && (_global.achievement8 == 0)) {
_global.descriptions2 = 8;
_global.achievement8 = 1;
MunchMasterSave = SharedObject.getLocal("achievement8");
MunchMasterSave.data.achievement8 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.timeinall >= 900) && (_global.achievement9 == 0)) {
_global.descriptions2 = 9;
_global.achievement9 = 1;
MunchMasterSave = SharedObject.getLocal("achievement9");
MunchMasterSave.data.achievement9 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if (((((_global.credit1 == 1) && (_global.credit2 == 1)) && (_global.credit3 == 1)) && (_global.credit4 == 1)) && (_global.achievement10 == 0)) {
_global.descriptions2 = 10;
_global.achievement10 = 1;
MunchMasterSave = SharedObject.getLocal("achievement10");
MunchMasterSave.data.achievement10 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.scoreinall >= 500) && (_global.unlockable1 == 0)) {
_global.descriptions2 = 11;
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "BLUE BACKGROUND";
_global.unlockable1 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable1");
MunchMasterSave.data.unlockable1 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.scoreinall >= 1000) && (_global.unlockable2 == 0)) {
_global.descriptions2 = 13;
_global.unlockable2 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable2");
MunchMasterSave.data.unlockable2 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.scoreinall >= 1500) && (_global.unlockable3 == 0)) {
_global.descriptions2 = 14;
_global.unlockable3 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable3");
MunchMasterSave.data.unlockable3 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if ((_global.scoreinall >= 2000) && (_global.unlockable4 == 0)) {
_global.descriptions2 = 15;
_global.unlockable4 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable4");
MunchMasterSave.data.unlockable4 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if (((_global.playingtime >= 180) && (_global.unlockable6 == 0)) && (_global.difficulty == 1)) {
_global.descriptions2 = 16;
_global.unlockable6 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable6");
MunchMasterSave.data.unlockable6 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if (((_global.playingtime >= 180) && (_global.unlockable7 == 0)) && (_global.difficulty == 2)) {
_global.descriptions2 = 17;
_global.unlockable7 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable7");
MunchMasterSave.data.unlockable7 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if (((_global.playingtime >= 180) && (_global.unlockable8 == 0)) && (_global.difficulty == 3)) {
_global.descriptions2 = 18;
_global.unlockable8 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable8");
MunchMasterSave.data.unlockable8 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
if (((((_global.unlockable4 == 1) && (_global.unlockable6 == 1)) && (_global.unlockable7 == 1)) && (_global.unlockable8 == 1)) && (_global.achievement12 == 0)) {
_global.descriptions2 = 12;
_global.achievement12 = 1;
MunchMasterSave = SharedObject.getLocal("achievement12");
MunchMasterSave.data.achievement12 = 1;
MunchMasterSave.flush();
_root.achmessage.play();
}
};
Symbol 235 MovieClip Frame 16
stop();
onEnterFrame = function () {
_global.timerlol = _global.timerlol + 1;
if (_global.timerlol >= 90) {
play();
}
if (_global.descriptions2 == 1) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Eat 500 Foods";
} else if (_global.descriptions2 == 2) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Eat 1000 Foods";
} else if (_global.descriptions2 == 3) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Eat 1,000,000 Foods";
} else if (_global.descriptions2 == 4) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Score 500,000 Points";
} else if (_global.descriptions2 == 5) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Score 1,000,000 Points";
} else if (_global.descriptions2 == 6) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Use All Powerups";
} else if (_global.descriptions2 == 7) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Puke At Least Once";
} else if (_global.descriptions2 == 8) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Play for One Minute";
} else if (_global.descriptions2 == 9) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Play for Fifteen Minutes";
} else if (_global.descriptions2 == 10) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Visit the Authors' Websites";
} else if (_global.descriptions2 == 11) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Submit Your Score";
} else if (_global.descriptions2 == 12) {
_root.achmessage.titlet.text = "ACHIEVEMENT UNLOCKED:";
_root.achmessage.mes.text = "Unlock all Unlockables";
} else if (_global.descriptions2 == 13) {
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "Blue Background";
} else if (_global.descriptions2 == 14) {
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "Red Background";
} else if (_global.descriptions2 == 15) {
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "Green Background";
} else if (_global.descriptions2 == 16) {
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "Pink Background";
} else if (_global.descriptions2 == 17) {
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "Black Guy Costume";
} else if (_global.descriptions2 == 18) {
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "Angry Face Costume";
} else if (_global.descriptions2 == 19) {
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "Shoop Da Whoop Costume";
}
if ((_global.foodseaten >= 500) && (_global.achievement1 == 0)) {
_global.descriptions2 = 1;
_global.achievement1 = 1;
MunchMasterSave = SharedObject.getLocal("achievement1");
MunchMasterSave.data.achievement1 = 1;
MunchMasterSave.flush();
}
if ((_global.foodseaten >= 1000) && (_global.achievement2 == 0)) {
_global.descriptions2 = 2;
_global.achievement2 = 1;
MunchMasterSave = SharedObject.getLocal("achievement2");
MunchMasterSave.data.achievement2 = 1;
MunchMasterSave.flush();
}
if ((_global.foodsinall >= 1000000) && (_global.achievement3 == 0)) {
_global.descriptions2 = 3;
_global.achievement3 = 1;
MunchMasterSave = SharedObject.getLocal("achievement3");
MunchMasterSave.data.achievement3 = 1;
MunchMasterSave.flush();
}
if ((_global.scoreinall >= 500000) && (_global.achievement4 == 0)) {
_global.descriptions2 = 4;
_global.achievement4 = 1;
MunchMasterSave = SharedObject.getLocal("achievement4");
MunchMasterSave.data.achievement4 = 1;
MunchMasterSave.flush();
}
if ((_global.scoreinall >= 1000000) && (_global.achievement5 == 0)) {
_global.descriptions2 = 5;
_global.achievement5 = 1;
MunchMasterSave = SharedObject.getLocal("achievement5");
MunchMasterSave.data.achievement5 = 1;
MunchMasterSave.flush();
}
if ((((_global.used1 == 1) && (_global.used2 == 1)) && (_global.used3 == 1)) && (_global.achievement6 == 0)) {
_global.descriptions2 = 6;
_global.achievement6 = 1;
MunchMasterSave = SharedObject.getLocal("achievement6");
MunchMasterSave.data.achievement6 = 1;
MunchMasterSave.flush();
}
if ((_global.lives <= 4) && (_global.achievement7 == 0)) {
_global.descriptions2 = 7;
_global.achievement7 = 1;
MunchMasterSave = SharedObject.getLocal("achievement7");
MunchMasterSave.data.achievement7 = 1;
MunchMasterSave.flush();
}
if ((_global.playingtime >= 60) && (_global.achievement8 == 0)) {
_global.descriptions2 = 8;
_global.achievement8 = 1;
MunchMasterSave = SharedObject.getLocal("achievement8");
MunchMasterSave.data.achievement8 = 1;
MunchMasterSave.flush();
}
if ((_global.timeinall >= 900) && (_global.achievement9 == 0)) {
_global.descriptions2 = 9;
_global.achievement9 = 1;
MunchMasterSave = SharedObject.getLocal("achievement9");
MunchMasterSave.data.achievement9 = 1;
MunchMasterSave.flush();
}
if (((((_global.credit1 == 1) && (_global.credit2 == 1)) && (_global.credit3 == 1)) && (_global.credit4 == 1)) && (_global.achievement10 == 0)) {
_global.descriptions2 = 10;
_global.achievement10 = 1;
MunchMasterSave = SharedObject.getLocal("achievement10");
MunchMasterSave.data.achievement10 = 1;
MunchMasterSave.flush();
}
if ((_global.scoreinall >= 500) && (_global.unlockable1 == 0)) {
_global.descriptions2 = 11;
_root.achmessage.titlet.text = "UNLOCKABLE UNLOCKED:";
_root.achmessage.mes.text = "BLUE BACKGROUND";
_global.unlockable1 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable1");
MunchMasterSave.data.unlockable1 = 1;
MunchMasterSave.flush();
}
if ((_global.scoreinall >= 1000) && (_global.unlockable2 == 0)) {
_global.descriptions2 = 13;
_global.unlockable2 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable2");
MunchMasterSave.data.unlockable2 = 1;
MunchMasterSave.flush();
}
if ((_global.scoreinall >= 1500) && (_global.unlockable3 == 0)) {
_global.descriptions2 = 14;
_global.unlockable3 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable3");
MunchMasterSave.data.unlockable3 = 1;
MunchMasterSave.flush();
}
if ((_global.scoreinall >= 2000) && (_global.unlockable4 == 0)) {
_global.descriptions2 = 15;
_global.unlockable4 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable4");
MunchMasterSave.data.unlockable4 = 1;
MunchMasterSave.flush();
}
if (((_global.playingtime >= 180) && (_global.unlockable6 == 0)) && (_global.difficulty == 1)) {
_global.descriptions2 = 16;
_global.unlockable6 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable6");
MunchMasterSave.data.unlockable6 = 1;
MunchMasterSave.flush();
}
if (((_global.playingtime >= 180) && (_global.unlockable7 == 0)) && (_global.difficulty == 2)) {
_global.descriptions2 = 17;
_global.unlockable7 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable7");
MunchMasterSave.data.unlockable7 = 1;
MunchMasterSave.flush();
}
if (((_global.playingtime >= 180) && (_global.unlockable8 == 0)) && (_global.difficulty == 3)) {
_global.descriptions2 = 18;
_global.unlockable8 = 1;
MunchMasterSave = SharedObject.getLocal("unlockable8");
MunchMasterSave.data.unlockable8 = 1;
MunchMasterSave.flush();
}
if (((((_global.unlockable4 == 1) && (_global.unlockable6 == 1)) && (_global.unlockable7 == 1)) && (_global.unlockable8 == 1)) && (_global.achievement12 == 0)) {
_global.descriptions2 = 12;
_global.achievement12 = 1;
MunchMasterSave = SharedObject.getLocal("achievement12");
MunchMasterSave.data.achievement12 = 1;
MunchMasterSave.flush();
}
};
Symbol 235 MovieClip Frame 17
_global.timerlol = 0;
onEnterFrame = function () {
MunchMasterSave = SharedObject.getLocal("achievement1");
if (MunchMasterSave.data.achievement1 == undefined) {
_global.achievement1 = 0;
} else {
_global.achievement1 = MunchMasterSave.data.achievement1;
}
MunchMasterSave = SharedObject.getLocal("achievement2");
if (MunchMasterSave.data.achievement2 == undefined) {
_global.achievement2 = 0;
} else {
_global.achievement2 = MunchMasterSave.data.achievement2;
}
MunchMasterSave = SharedObject.getLocal("achievement3");
if (MunchMasterSave.data.achievement3 == undefined) {
_global.achievement3 = 0;
} else {
_global.achievement3 = MunchMasterSave.data.achievement3;
}
MunchMasterSave = SharedObject.getLocal("achievement4");
if (MunchMasterSave.data.achievement4 == undefined) {
_global.achievement4 = 0;
} else {
_global.achievement4 = MunchMasterSave.data.achievement4;
}
MunchMasterSave = SharedObject.getLocal("achievement5");
if (MunchMasterSave.data.achievement5 == undefined) {
_global.achievement5 = 0;
} else {
_global.achievement5 = MunchMasterSave.data.achievement5;
}
MunchMasterSave = SharedObject.getLocal("achievement6");
if (MunchMasterSave.data.achievement6 == undefined) {
_global.achievement6 = 0;
} else {
_global.achievement6 = MunchMasterSave.data.achievement6;
}
MunchMasterSave = SharedObject.getLocal("achievement7");
if (MunchMasterSave.data.achievement7 == undefined) {
_global.achievement7 = 0;
} else {
_global.achievement7 = MunchMasterSave.data.achievement7;
}
MunchMasterSave = SharedObject.getLocal("achievement8");
if (MunchMasterSave.data.achievement8 == undefined) {
_global.achievement8 = 0;
} else {
_global.achievement8 = MunchMasterSave.data.achievement8;
}
MunchMasterSave = SharedObject.getLocal("achievement9");
if (MunchMasterSave.data.achievement9 == undefined) {
_global.achievement9 = 0;
} else {
_global.achievement9 = MunchMasterSave.data.achievement9;
}
MunchMasterSave = SharedObject.getLocal("achievement10");
if (MunchMasterSave.data.achievement10 == undefined) {
_global.achievement10 = 0;
} else {
_global.achievement10 = MunchMasterSave.data.achievement10;
}
MunchMasterSave = SharedObject.getLocal("achievement11");
if (MunchMasterSave.data.achievement11 == undefined) {
_global.achievement11 = 0;
} else {
_global.achievement11 = MunchMasterSave.data.achievement11;
}
MunchMasterSave = SharedObject.getLocal("achievement12");
if (MunchMasterSave.data.achievement12 == undefined) {
_global.achievement12 = 0;
} else {
_global.achievement12 = MunchMasterSave.data.achievement12;
}
MunchMasterSave = SharedObject.getLocal("foodsinall");
if (MunchMasterSave.data.foodsinall == undefined) {
_global.foodsinall = 0;
} else {
_global.foodsinall = MunchMasterSave.data.foodsinall;
}
MunchMasterSave = SharedObject.getLocal("scoreinall");
if (MunchMasterSave.data.scoreinall == undefined) {
_global.scoreinall = 0;
} else {
_global.scoreinall = MunchMasterSave.data.scoreinall;
}
MunchMasterSave = SharedObject.getLocal("unlockable1");
if (MunchMasterSave.data.unlockable1 == undefined) {
_global.unlockable1 = 0;
} else {
_global.unlockable1 = MunchMasterSave.data.unlockable1;
}
MunchMasterSave = SharedObject.getLocal("unlockable2");
if (MunchMasterSave.data.unlockable2 == undefined) {
_global.unlockable2 = 0;
} else {
_global.unlockable2 = MunchMasterSave.data.unlockable2;
}
MunchMasterSave = SharedObject.getLocal("unlockable3");
if (MunchMasterSave.data.unlockable3 == undefined) {
_global.unlockable3 = 0;
} else {
_global.unlockable3 = MunchMasterSave.data.unlockable3;
}
MunchMasterSave = SharedObject.getLocal("unlockable4");
if (MunchMasterSave.data.unlockable4 == undefined) {
_global.unlockable4 = 0;
} else {
_global.unlockable4 = MunchMasterSave.data.unlockable4;
}
MunchMasterSave = SharedObject.getLocal("unlockable5");
if (MunchMasterSave.data.unlockable5 == undefined) {
_global.unlockable5 = 1;
} else {
_global.unlockable5 = MunchMasterSave.data.unlockable5;
}
MunchMasterSave = SharedObject.getLocal("unlockable6");
if (MunchMasterSave.data.unlockable6 == undefined) {
_global.unlockable6 = 0;
} else {
_global.unlockable6 = MunchMasterSave.data.unlockable6;
}
MunchMasterSave = SharedObject.getLocal("unlockable7");
if (MunchMasterSave.data.unlockable7 == undefined) {
_global.unlockable7 = 0;
} else {
_global.unlockable7 = MunchMasterSave.data.unlockable7;
}
MunchMasterSave = SharedObject.getLocal("unlockable8");
if (MunchMasterSave.data.unlockable8 == undefined) {
_global.unlockable8 = 0;
} else {
_global.unlockable8 = MunchMasterSave.data.unlockable8;
}
};
Symbol 235 MovieClip Frame 30
onEnterFrame = null;
Symbol 246 Button
on (release) {
gotoAndPlay ("unlocks");
}
Symbol 247 Button
on (release) {
gotoAndPlay ("credits");
}
Symbol 248 Button
on (release) {
gotoAndPlay ("options");
}
Symbol 249 Button
on (release) {
gotoAndPlay ("playframe");
}
Symbol 266 Button
on (release) {
play();
}
Symbol 267 Button
on (release) {
_global.music = 1;
}
Symbol 268 Button
on (release) {
_global.music = 0;
}
Symbol 269 Button
on (release) {
_quality = "LOW";
}
Symbol 270 Button
on (release) {
_quality = "MEDIUM";
}
Symbol 271 Button
on (release) {
_quality = "HIGH";
}
Symbol 285 Button
on (release) {
_global.credit4 = 1;
getURL ("http://lordzedd.newgrounds.com/", "_blank");
}
Symbol 286 Button
on (release) {
_global.credit3 = 1;
getURL ("http://mattuiop.newgrounds.com/", "_blank");
}
Symbol 287 Button
on (release) {
_global.credit2 = 1;
getURL ("http://www.admanic.com/", "_blank");
}
Symbol 288 Button
on (release) {
_global.credit1 = 1;
getURL ("http://www.saltedtatortot.com/", "_blank");
}
Symbol 296 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement2 == 1) {
gotoAndStop (2);
}
};
Symbol 301 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement3 == 1) {
gotoAndStop (2);
}
};
Symbol 308 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement4 == 1) {
gotoAndStop (2);
}
};
Symbol 309 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement5 == 1) {
gotoAndStop (2);
}
};
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 2
lsr._y = Math.ceil(Math.random() * 380);
Symbol 312 MovieClip Frame 35
_global.pwrup = Math.ceil(Math.random() * 100);
Symbol 313 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement6 == 1) {
gotoAndStop (2);
}
};
Symbol 315 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement7 == 1) {
gotoAndStop (2);
}
};
Symbol 318 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement8 == 1) {
gotoAndStop (2);
}
};
Symbol 321 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement9 == 1) {
gotoAndStop (2);
}
};
Symbol 323 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement10 == 1) {
gotoAndStop (2);
}
};
Symbol 324 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement11 == 1) {
gotoAndStop (2);
}
};
Symbol 326 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement12 == 1) {
gotoAndStop (2);
}
};
Symbol 332 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.achievement1 == 1) {
gotoAndStop (2);
}
};
Instance of Symbol 296 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 2;
_global.hit2 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit2 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit2 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 301 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 3;
_global.hit3 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit3 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit3 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 308 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 4;
_global.hit4 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit4 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit4 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 309 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 5;
_global.hit5 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit5 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit5 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 313 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 6;
_global.hit6 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit6 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit6 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 315 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 7;
_global.hit7 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit7 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit7 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 318 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 8;
_global.hit8 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit8 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit8 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 321 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 9;
_global.hit9 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit9 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit9 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 323 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 10;
_global.hit10 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit10 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit10 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 324 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 11;
_global.hit11 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit11 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit12 == 0)) {
_global.hit11 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 327 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 12;
_global.hit12 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit12 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit1 == 0)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) {
_global.hit12 = 0;
_root.achdes.gotoAndStop(1);
}
}
Instance of Symbol 332 MovieClip in Symbol 334 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 1;
_global.hit1 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit1 = 0;
}
if (((((((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit2 == 0)) && (_global.hit3 == 0)) && (_global.hit4 == 0)) && (_global.hit5 == 0)) && (_global.hit6 == 0)) && (_global.hit7 == 0)) && (_global.hit8 == 0)) && (_global.hit9 == 0)) && (_global.hit10 == 0)) && (_global.hit11 == 0)) && (_global.hit12 == 0)) {
_global.hit1 = 0;
_root.achdes.gotoAndStop(1);
}
}
Symbol 340 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.unlockable5 == 1) {
gotoAndStop (2);
}
};
Instance of Symbol 335 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 17;
_global.hit17 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit17 = 0;
}
if (((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit13 == 0)) && (_global.hit14 == 0)) && (_global.hit15 == 0)) && (_global.hit16 == 0)) && (_global.hit18 == 0)) && (_global.hit19 == 0)) && (_global.hit20 == 0)) {
_global.hit17 = 0;
_root.achdes.gotoAndStop(1);
}
}
Symbol 340 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_global.skinselect == 1) {
gotoAndStop (3);
}
};
Instance of Symbol 337 MovieClip in Symbol 340 MovieClip Frame 2
on (press) {
_global.skinselect = 1;
gotoAndStop (3);
}
Symbol 340 MovieClip Frame 3
onEnterFrame = function () {
if (_global.skinselect != 1) {
gotoAndStop (2);
}
};
Symbol 346 Button
on (release) {
_global.skinselect = 4;
gotoAndStop (3);
}
Symbol 348 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.unlockable6 == 1) {
gotoAndStop (2);
}
};
Instance of Symbol 335 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 18;
_global.hit18 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit18 = 0;
}
if (((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit13 == 0)) && (_global.hit14 == 0)) && (_global.hit15 == 0)) && (_global.hit16 == 0)) && (_global.hit17 == 0)) && (_global.hit19 == 0)) && (_global.hit20 == 0)) {
_global.hit18 = 0;
_root.achdes.gotoAndStop(1);
}
}
Symbol 348 MovieClip Frame 2
onEnterFrame = function () {
if (_global.skinselect == 4) {
gotoAndStop (3);
}
};
Symbol 348 MovieClip Frame 3
onEnterFrame = function () {
if (_global.skinselect != 4) {
gotoAndStop (2);
}
};
Symbol 353 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.unlockable7 == 1) {
gotoAndStop (2);
}
};
Instance of Symbol 335 MovieClip in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 19;
_global.hit19 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit19 = 0;
}
if (((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit13 == 0)) && (_global.hit14 == 0)) && (_global.hit15 == 0)) && (_global.hit16 == 0)) && (_global.hit17 == 0)) && (_global.hit18 == 0)) && (_global.hit20 == 0)) {
_global.hit19 = 0;
_root.achdes.gotoAndStop(1);
}
}
Symbol 353 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_global.skinselect == 2) {
gotoAndStop (3);
}
};
Instance of Symbol 352 MovieClip in Symbol 353 MovieClip Frame 2
on (release) {
_global.skinselect = 2;
gotoAndStop (3);
}
Symbol 353 MovieClip Frame 3
stop();
onEnterFrame = function () {
if (_global.skinselect != 2) {
gotoAndStop (2);
}
};
Symbol 358 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.unlockable8 == 1) {
gotoAndStop (2);
}
};
Instance of Symbol 335 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (_root.achdes._currentframe < 10)) {
_root.achdes.gotoAndStop(10);
_global.descriptions = 20;
_global.hit20 = 1;
}
if (!this.hitTest(_root._xmouse, _root._ymouse)) {
_global.hit20 = 0;
}
if (((((((((!this.hitTest(_root._xmouse, _root._ymouse)) && (_root.achdes._currentframe > 1)) && (_global.hit13 == 0)) && (_global.hit14 == 0)) && (_global.hit15 == 0)) && (_global.hit16 == 0)) && (_global.hit17 == 0)) && (_global.hit18 == 0)) && (_global.hit19 == 0)) {
_global.hit20 = 0;
_root.achdes.gotoAndStop(1);
}
}
Symbol 358 MovieClip Frame 2
stop();
onEnterFrame = function () {
if (_global.skinselect == 3) {
gotoAndStop (3);
}
};
Instance of Symbol 357 MovieClip in Symbol 358 MovieClip Frame 2
on (release) {
_global.skinselect = 3;
gotoAndStop (3);
}
Symbol 358 MovieClip Frame 3
stop();
onEnterFrame = function () {
if (_global.skinselect != 3) {
gotoAndStop (2);
}
};
Symbol 362 Button
on (release) {
play();
_global.background1 = 1;
_global.background2 = 0;
_global.background3 = 0;
_global.background4 = 0;
_global.background0 = 0;
}
Symbol 363 Button
on (release) {
_global.background1 = 0;
_global.background0 = 1;
play();
}
Symbol 364 Button
on (release) {
_global.background1 = 0;
_global.background0 = 1;
gotoAndStop (2);
}
Symbol 365 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.unlockable1 == 1) {
gotoAndStop (2);
}
};
Symbol 365 MovieClip Frame 2
stop();
onEnterFrame = null;
onEnterFrame = function () {
if (_global.background1 != 1) {
gotoAndStop (2);
}
if (_global.background1 == 1) {
gotoAndStop (5);
}
};
Symbol 365 MovieClip Frame 5
onEnterFrame = function () {
if (_global.background1 != 1) {
gotoAndStop (2);
}
if (_global.background1 == 1) {
gotoAndStop (5);
}
};
stop();
Symbol 365 MovieClip Frame 8
gotoAndStop (2);
Symbol 371 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.unlockable2 == 1) {
gotoAndStop (2);
}
};
Symbol 371 MovieClip Frame 2
onEnterFrame = null;
onEnterFrame = function () {
if (_global.background2 != 1) {
gotoAndStop (2);
}
if (_global.background2 == 1) {
gotoAndStop (5);
}
};
stop();
Instance of Symbol 369 MovieClip in Symbol 371 MovieClip Frame 2
on (release) {
play();
_global.background1 = 0;
_global.background2 = 1;
_global.background3 = 0;
_global.background4 = 0;
_global.background0 = 0;
}
Symbol 371 MovieClip Frame 5
onEnterFrame = function () {
if (_global.background2 != 1) {
gotoAndStop (2);
}
if (_global.background2 == 1) {
gotoAndStop (5);
}
};
stop();
Instance of Symbol 370 MovieClip in Symbol 371 MovieClip Frame 5
on (release) {
_global.background2 = 0;
_global.background0 = 1;
play();
}
Symbol 371 MovieClip Frame 8
gotoAndStop (2);
Symbol 376 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.unlockable3 == 1) {
gotoAndStop (2);
}
};
Symbol 376 MovieClip Frame 2
onEnterFrame = null;
stop();
onEnterFrame = function () {
if (_global.background3 != 1) {
gotoAndStop (2);
}
if (_global.background3 == 1) {
gotoAndStop (5);
}
};
Instance of Symbol 374 MovieClip in Symbol 376 MovieClip Frame 2
on (release) {
play();
_global.background1 = 0;
_global.background2 = 0;
_global.background3 = 1;
_global.background4 = 0;
_global.background0 = 0;
}
Symbol 376 MovieClip Frame 5
stop();
onEnterFrame = function () {
if (_global.background3 != 1) {
gotoAndStop (2);
}
if (_global.background3 == 1) {
gotoAndStop (5);
}
};
Instance of Symbol 375 MovieClip in Symbol 376 MovieClip Frame 5
on (release) {
_global.background3 = 0;
_global.background0 = 1;
play();
}
Symbol 376 MovieClip Frame 8
gotoAndStop (2);
Symbol 382 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.unlockable3 == 1) {
gotoAndStop (2);
}
};
Symbol 382 MovieClip Frame 2
onEnterFrame = null;
stop();
onEnterFrame = function () {
if (_global.background4 != 1) {
gotoAndStop (2);
}
if (_global.background4 == 1) {
gotoAndStop (5);
}
};
Instance of Symbol 379 MovieClip in Symbol 382 MovieClip Frame 2
on (release) {
play();
_global.background1 = 0;
_global.background2 = 0;
_global.background3 = 0;
_global.background4 = 1;
_global.background0 = 0;
}
Symbol 382 MovieClip Frame 5
stop();
onEnterFrame = function () {
if (_global.background4 != 1) {
gotoAndStop (2);
}
if (_global.background4 == 1) {
gotoAndStop (5);
}
};
Instance of Symbol 381 MovieClip in Symbol 382 MovieClip Frame 5
on (release) {
_global.background4 = 0;
_global.background0 = 1;
play();
}
Symbol 382 MovieClip Frame 8
gotoAndStop (2);
Symbol 386 Button
on (release) {
_global.goingback = 1;
gotoAndPlay (126);
}
Symbol 387 Button
on (release) {
play();
}
Symbol 390 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 10
stop();
if (_global.descriptions == 1) {
_root.achdes.achstuff.text = "Eat 500 Foods";
} else if (_global.descriptions == 2) {
_root.achdes.achstuff.text = "Eat 1000 Foods";
} else if (_global.descriptions == 3) {
_root.achdes.achstuff.text = "Eat 1,000,000 Foods";
} else if (_global.descriptions == 4) {
_root.achdes.achstuff.text = "Score 500,000 Points";
} else if (_global.descriptions == 5) {
_root.achdes.achstuff.text = "Score 1,000,000 Points";
} else if (_global.descriptions == 6) {
_root.achdes.achstuff.text = "Use All Powerups";
} else if (_global.descriptions == 7) {
_root.achdes.achstuff.text = "Puke At Least Once";
} else if (_global.descriptions == 8) {
_root.achdes.achstuff.text = "Play for One Minute";
} else if (_global.descriptions == 9) {
_root.achdes.achstuff.text = "Play for Fifteen Minutes";
} else if (_global.descriptions == 10) {
_root.achdes.achstuff.text = "Visit the Authors' Websites";
} else if (_global.descriptions == 11) {
_root.achdes.achstuff.text = "Submit Your Score";
} else if (_global.descriptions == 12) {
_root.achdes.achstuff.text = "Unlock all Unlockables";
} else if (_global.descriptions == 13) {
_root.achdes.achstuff.text = "Score 500 Points";
} else if (_global.descriptions == 14) {
_root.achdes.achstuff.text = "Score 1000 Points";
} else if (_global.descriptions == 15) {
_root.achdes.achstuff.text = "Score 1500 Points";
} else if (_global.descriptions == 16) {
_root.achdes.achstuff.text = "Score 2000 Points";
} else if (_global.descriptions == 17) {
_root.achdes.achstuff.text = "Play Three Minutes on Easy";
} else if (_global.descriptions == 18) {
_root.achdes.achstuff.text = "Play Three Minutes on Medium";
} else if (_global.descriptions == 19) {
_root.achdes.achstuff.text = "Play Three Minutes on Hard";
}
Symbol 390 MovieClip Frame 20
gotoAndStop (1);
Instance of Symbol 326 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.unlockable1 == 1) {
this._visible = false;
}
}
Instance of Symbol 326 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.unlockable2 == 1) {
this._visible = false;
}
}
Instance of Symbol 326 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.unlockable4 == 1) {
this._visible = false;
}
}
Instance of Symbol 384 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.unlockable7 == 1) {
this._visible = false;
}
}
Instance of Symbol 384 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Instance of Symbol 384 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.unlockable6 == 1) {
this._visible = false;
}
}
Instance of Symbol 384 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.unlockable8 == 1) {
this._visible = false;
}
}
Instance of Symbol 326 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.unlockable3 == 1) {
this._visible = false;
}
}
Symbol 392 Button
on (release) {
_global.goingback = 1;
gotoAndPlay (133);
}
Symbol 394 Button
on (release) {
_global.goingback = 0;
play();
}
Symbol 406 Button
on (release) {
gotoAndPlay (29);
}
Symbol 407 Button
on (release) {
_global.playingtime = 0;
_global.difficulty = 3;
_global.speedvariance = 55;
_global.randomvalue = 200;
gotoAndPlay (159);
}
Symbol 408 Button
on (release) {
_global.playingtime = 0;
_global.difficulty = 2;
_global.speedvariance = 35;
_global.randomvalue = 120;
gotoAndPlay (159);
}
Symbol 409 Button
on (release) {
_global.playingtime = 0;
_global.difficulty = 1;
_global.speedvariance = 15;
_global.randomvalue = 70;
gotoAndPlay (159);
}
Symbol 439 MovieClip Frame 1
stop();
Symbol 460 MovieClip Frame 1
stop();
Symbol 467 MovieClip Frame 1
stop();
onEnterFrame = function () {
if ((_global.growpwr == 1) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(3);
}
if ((_global.growpwr == 0) && (_global.timespwr == 1)) {
_root.pwrupicons.gotoAndStop(4);
}
if ((_global.growpwr == 0) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(5);
}
};
Symbol 467 MovieClip Frame 2
onEnterFrame = function () {
if ((_global.growpwr == 1) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(3);
}
if ((_global.growpwr == 0) && (_global.timespwr == 1)) {
_root.pwrupicons.gotoAndStop(4);
}
if ((_global.growpwr == 0) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(5);
}
};
Symbol 467 MovieClip Frame 3
onEnterFrame = function () {
if ((_global.growpwr == 1) && (_global.timespwr == 1)) {
_root.pwrupicons.gotoAndStop(2);
}
if ((_global.growpwr == 1) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(3);
}
if ((_global.growpwr == 0) && (_global.timespwr == 1)) {
_root.pwrupicons.gotoAndStop(4);
}
if ((_global.growpwr == 0) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(5);
}
};
Symbol 467 MovieClip Frame 4
onEnterFrame = function () {
if ((_global.growpwr == 1) && (_global.timespwr == 1)) {
_root.pwrupicons.gotoAndStop(1);
}
if ((_global.growpwr == 1) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(3);
}
if ((_global.growpwr == 0) && (_global.timespwr == 1)) {
_root.pwrupicons.gotoAndStop(4);
}
if ((_global.growpwr == 0) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(5);
}
};
Symbol 467 MovieClip Frame 5
onEnterFrame = function () {
if ((_global.growpwr == 1) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(3);
}
if ((_global.growpwr == 0) && (_global.timespwr == 1)) {
_root.pwrupicons.gotoAndStop(4);
}
if ((_global.growpwr == 0) && (_global.timespwr == 0)) {
_root.pwrupicons.gotoAndStop(5);
}
};
Symbol 470 MovieClip Frame 30
if (_global.pausemenu == 0) {
_global.playingtime = _global.playingtime + 1;
}
Symbol 476 MovieClip Frame 1
stop();
Symbol 476 MovieClip Frame 2
_root.laser._y = Math.ceil(Math.random() * 380);
Symbol 476 MovieClip Frame 35
_global.pwrup = Math.ceil(Math.random() * 30);
Symbol 478 MovieClip Frame 1
stop();
Symbol 478 MovieClip Frame 2
_root.grow._y = Math.ceil(Math.random() * 380);
Symbol 478 MovieClip Frame 35
_global.pwrup = Math.ceil(Math.random() * 100);
Symbol 483 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.timespwr == 1) {
play();
_root.timestwo._visible = false;
}
if (_global.timespwr == 0) {
_root.timestwo._visible = true;
stop();
}
};
Symbol 483 MovieClip Frame 120
_global.timespwr = 0;
_global.eatscore = 5;
gotoAndStop (1);
Symbol 486 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.growpwr == 1) {
play();
_root.grow._visible = false;
}
if (_global.growpwr == 0) {
_root.grow._visible = true;
stop();
}
};
Symbol 486 MovieClip Frame 120
_global.growpwr = 0;
gotoAndStop (1);
Symbol 492 MovieClip Frame 1
stop();
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
play();
_root.laser._visible = false;
}
if (_global.lsrpwr == 0) {
_root.laser._visible = true;
stop();
}
};
Symbol 492 MovieClip Frame 35
_global.lsrpwr = 0;
gotoAndStop (1);
Symbol 536 MovieClip Frame 1
onEnterFrame = function () {
_global.swallowing = 1;
};
Symbol 536 MovieClip Frame 5
onEnterFrame = function () {
if (_global.food1captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_global.food2captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 850;
}
if (_global.food3captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 825;
}
if (_global.food4captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4captured = 0;
}
if (_global.food5captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5captured = 0;
}
if (_global.food6captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6captured = 0;
}
if (_global.food7captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7captured = 0;
}
if (_global.food8captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8captured = 0;
}
if (_global.food9captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9captured = 0;
}
if (_global.food10captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
_global.food10captured = 0;
}
};
Symbol 536 MovieClip Frame 42
stop();
onEnterFrame = function () {
if (_global.food1captured == 1) {
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_global.food2captured == 1) {
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 850;
}
if (_global.food3captured == 1) {
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 825;
}
if (_global.food4captured == 1) {
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4captured = 0;
}
if (_global.food5captured == 1) {
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5captured = 0;
}
if (_global.food6captured == 1) {
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6captured = 0;
}
if (_global.food7captured == 1) {
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7captured = 0;
}
if (_global.food8captured == 1) {
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8captured = 0;
}
if (_global.food9captured == 1) {
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9captured = 0;
}
};
onEnterFrame = null;
_global.swallowing = 0;
_root.mouth.gotoAndStop(1);
Symbol 544 MovieClip Frame 11
stop();
_root.mouth.gotoAndStop(1);
Symbol 570 MovieClip Frame 1
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
play();
}
if (_global.lsrpwr == 0) {
_root.mouth.gotoAndStop(1);
}
};
Symbol 570 MovieClip Frame 12
stop();
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
stop();
}
if (_global.lsrpwr == 0) {
play();
}
if (_global.food1laser == 1) {
_root.food._visible = false;
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food._x = 800;
}
if (_global.food2laser == 1) {
_root.food2._visible = false;
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_root.food2._x = 850;
}
if (_global.food3laser == 1) {
_root.food3._visible = false;
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_root.food3._x = 825;
}
if (_global.food4laser == 1) {
_root.food4._visible = false;
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
}
if (_global.food5laser == 1) {
_root.food5._visible = false;
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
}
if (_global.food6laser == 1) {
_root.food6._visible = false;
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
}
if (_global.food7laser == 1) {
_root.food7._visible = false;
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
}
if (_global.food8laser == 1) {
_root.food8._visible = false;
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
}
if (_global.food9laser == 1) {
_root.food9._visible = false;
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
}
if (_global.food10laser == 1) {
_root.food10._visible = false;
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
}
};
Instance of Symbol 563 MovieClip in Symbol 570 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.food._x, _root.food._y, true) && (_global.food1laser == 0)) {
_global.food1laser = 1;
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
}
if (this.hitTest(_root.food2._x, _root.food2._y, true) && (_global.food2laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food2laser = 1;
}
if (this.hitTest(_root.food3._x, _root.food3._y, true) && (_global.food3laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food3laser = 1;
}
if (this.hitTest(_root.food4._x, _root.food4._y, true) && (_global.food4laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food4laser = 1;
}
if (this.hitTest(_root.food5._x, _root.food5._y, true) && (_global.food5laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food5laser = 1;
}
if (this.hitTest(_root.food6._x, _root.food6._y, true) && (_global.food6laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food6laser = 1;
}
if (this.hitTest(_root.food7._x, _root.food7._y, true) && (_global.food7laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food7laser = 1;
}
if (this.hitTest(_root.food8._x, _root.food8._y, true) && (_global.food8laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food8laser = 1;
}
if (this.hitTest(_root.food9._x, _root.food9._y, true) && (_global.food9laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food9laser = 1;
}
if (this.hitTest(_root.food10._x, _root.food10._y, true) && (_global.food10laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food10laser = 1;
}
}
Symbol 570 MovieClip Frame 13
if (_global.lsrpwr == 1) {
gotoAndStop (12);
}
if (_global.lsrpwr == 0) {
play();
}
Symbol 570 MovieClip Frame 23
_root.food._visible = true;
_root.food2._visible = true;
_root.food3._visible = true;
_root.food4._visible = true;
_root.food5._visible = true;
_root.food6._visible = true;
_root.food7._visible = true;
_root.food8._visible = true;
_root.food9._visible = true;
_root.food10._visible = true;
onEnterFrame = function () {
if (_global.food1laser == 1) {
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food._x = 800;
_global.food1laser = 0;
}
if (_global.food2laser == 1) {
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_root.food2._x = 850;
_global.food2laser = 0;
}
if (_global.food3laser == 1) {
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_root.food3._x = 825;
_global.food3laser = 0;
}
if (_global.food4laser == 1) {
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4laser = 0;
}
if (_global.food5laser == 1) {
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5laser = 0;
}
if (_global.food6laser == 1) {
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6laser = 0;
}
if (_global.food7laser == 1) {
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7laser = 0;
}
if (_global.food8laser == 1) {
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8laser = 0;
}
if (_global.food9laser == 1) {
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9laser = 0;
}
if (_global.food10laser == 1) {
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
_global.food10laser = 0;
}
};
_global.food1laser = 0;
_global.food2laser = 0;
_global.food3laser = 0;
_global.food4laser = 0;
_global.food5laser = 0;
_global.food6laser = 0;
_global.food7laser = 0;
_global.food8laser = 0;
_global.food9laser = 0;
_global.food10laser = 0;
_root.mouth.gotoAndStop(1);
Symbol 583 MovieClip Frame 1
_global.barf = 1;
onEnterFrame = function () {
if (_root.food.hitTest(_root.mouth.foodblokk)) {
_root.food._visible = false;
}
if (_root.food2.hitTest(_root.mouth.foodblokk)) {
_root.food2._visible = false;
}
if (_root.food3.hitTest(_root.mouth.foodblokk)) {
_root.food3._visible = false;
}
if (_root.food4.hitTest(_root.mouth.foodblokk)) {
_root.food4._visible = false;
}
if (_root.food5.hitTest(_root.mouth.foodblokk)) {
_root.food5._visible = false;
}
if (_root.food6.hitTest(_root.mouth.foodblokk)) {
_root.food6._visible = false;
}
if (_root.food7.hitTest(_root.mouth.foodblokk)) {
_root.food7._visible = false;
}
if (_root.food8.hitTest(_root.mouth.foodblokk)) {
_root.food8._visible = false;
}
if (_root.food9.hitTest(_root.mouth.foodblokk)) {
_root.food9._visible = false;
}
if (_root.food10.hitTest(_root.mouth.foodblokk)) {
_root.food10._visible = false;
}
if (_global.lsrpwr == 1) {
_global.lsrpwr = 0;
}
if (_global.timespwr == 1) {
_global.timespwr = 0;
}
if (_global.growpwr == 1) {
_global.growpwr = 0;
}
_global.swallowing = 1;
_global.timespwr = 0;
_global.growpwr = 0;
_root.mouth._xscale = 100;
_root.mouth._yscale = 100;
};
Symbol 583 MovieClip Frame 35
stop();
_global.barf = 0;
onEnterFrame = null;
_global.timespwr = 0;
_global.growpwr = 0;
_global.lsrpwr = 0;
if (_global.score > 0) {
_global.score = _global.score - 50;
}
onEnterFrame = function () {
_global.swallowing = 0;
_global.food1captured = 0;
_global.food2captured = 0;
_global.food3captured = 0;
_global.food4captured = 0;
_global.food5captured = 0;
_global.food6captured = 0;
_global.food7captured = 0;
_global.food8captured = 0;
_global.food9captured = 0;
_global.food10captured = 0;
_root.slot1.gotoAndStop(1);
_root.slot2.gotoAndStop(1);
_root.slot3.gotoAndStop(1);
_root.slot4.gotoAndStop(1);
_root.slot5.gotoAndStop(1);
_root.slot6.gotoAndStop(1);
_root.slot7.gotoAndStop(1);
_global.speed1 = Math.ceil(Math.random() * 30);
_global.speed2 = Math.ceil(Math.random() * 30);
_global.speed3 = Math.ceil(Math.random() * 30);
_global.speed4 = Math.ceil(Math.random() * 30);
_global.speed5 = Math.ceil(Math.random() * 30);
_global.speed6 = Math.ceil(Math.random() * 30);
_global.speed7 = Math.ceil(Math.random() * 30);
_global.speed8 = Math.ceil(Math.random() * 30);
_global.speed9 = Math.ceil(Math.random() * 30);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 800;
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 800;
_root.food4._y = _global.foodposy4;
_global.food4captured = 0;
_root.food4._x = 800;
_root.food5._y = _global.foodposy5;
_global.food5captured = 0;
_root.food5._x = 800;
_root.food6._y = _global.foodposy6;
_global.food6captured = 0;
_root.food6._x = 800;
_root.food7._y = _global.foodposy7;
_global.food7captured = 0;
_root.food7._x = 800;
_root.food8._y = _global.foodposy8;
_global.food8captured = 0;
_root.food8._x = 800;
_root.food9._y = _global.foodposy9;
_global.food9captured = 0;
_root.food9._x = 800;
_root.mouth.gotoAndStop(1);
};
Symbol 584 MovieClip Frame 1
stop();
_global.swallowing = 0;
Symbol 584 MovieClip Frame 2
_global.eatsound = Math.ceil(Math.random() * 3);
Symbol 584 MovieClip Frame 5
_global.lives = _global.lives - 1;
onEnterFrame = function () {
if (_global.difficulty == 1) {
_global.score = _global.score - 25;
}
if (_global.difficulty == 2) {
_global.score = _global.score - 50;
}
if (_global.difficulty == 3) {
_global.score = _global.score - 100;
}
};
onEnterFrame = null;
Symbol 630 MovieClip Frame 1
onEnterFrame = function () {
_global.swallowing = 1;
};
Symbol 630 MovieClip Frame 9
onEnterFrame = function () {
if (_global.food1captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_global.food2captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 850;
}
if (_global.food3captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 825;
}
if (_global.food4captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4captured = 0;
}
if (_global.food5captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5captured = 0;
}
if (_global.food6captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6captured = 0;
}
if (_global.food7captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7captured = 0;
}
if (_global.food8captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8captured = 0;
}
if (_global.food9captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9captured = 0;
}
if (_global.food10captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
_global.food10captured = 0;
}
};
Symbol 630 MovieClip Frame 52
stop();
onEnterFrame = function () {
if (_global.food1captured == 1) {
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_global.food2captured == 1) {
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 850;
}
if (_global.food3captured == 1) {
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 825;
}
if (_global.food4captured == 1) {
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4captured = 0;
}
if (_global.food5captured == 1) {
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5captured = 0;
}
if (_global.food6captured == 1) {
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6captured = 0;
}
if (_global.food7captured == 1) {
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7captured = 0;
}
if (_global.food8captured == 1) {
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8captured = 0;
}
if (_global.food9captured == 1) {
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9captured = 0;
}
};
onEnterFrame = null;
_global.swallowing = 0;
_root.mouth.gotoAndStop(1);
Symbol 637 MovieClip Frame 15
stop();
_root.mouth.gotoAndStop(1);
Symbol 650 MovieClip Frame 1
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
play();
}
if (_global.lsrpwr == 0) {
_root.mouth.gotoAndStop(1);
}
};
Symbol 650 MovieClip Frame 11
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
gotoAndStop (11);
}
if (_global.lsrpwr == 0) {
play();
}
if (_global.food1laser == 1) {
_root.food._visible = false;
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food._x = 800;
}
if (_global.food2laser == 1) {
_root.food2._visible = false;
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_root.food2._x = 850;
}
if (_global.food3laser == 1) {
_root.food3._visible = false;
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_root.food3._x = 825;
}
if (_global.food4laser == 1) {
_root.food4._visible = false;
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
}
if (_global.food5laser == 1) {
_root.food5._visible = false;
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
}
if (_global.food6laser == 1) {
_root.food6._visible = false;
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
}
if (_global.food7laser == 1) {
_root.food7._visible = false;
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
}
if (_global.food8laser == 1) {
_root.food8._visible = false;
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
}
if (_global.food9laser == 1) {
_root.food9._visible = false;
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
}
if (_global.food10laser == 1) {
_root.food10._visible = false;
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
}
};
Instance of Symbol 643 MovieClip in Symbol 650 MovieClip Frame 11
onClipEvent (enterFrame) {
if (this.hitTest(_root.food._x, _root.food._y, true) && (_global.food1laser == 0)) {
_global.food1laser = 1;
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
}
if (this.hitTest(_root.food2._x, _root.food2._y, true) && (_global.food2laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food2laser = 1;
}
if (this.hitTest(_root.food3._x, _root.food3._y, true) && (_global.food3laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food3laser = 1;
}
if (this.hitTest(_root.food4._x, _root.food4._y, true) && (_global.food4laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food4laser = 1;
}
if (this.hitTest(_root.food5._x, _root.food5._y, true) && (_global.food5laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food5laser = 1;
}
if (this.hitTest(_root.food6._x, _root.food6._y, true) && (_global.food6laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food6laser = 1;
}
if (this.hitTest(_root.food7._x, _root.food7._y, true) && (_global.food7laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food7laser = 1;
}
if (this.hitTest(_root.food8._x, _root.food8._y, true) && (_global.food8laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food8laser = 1;
}
if (this.hitTest(_root.food9._x, _root.food9._y, true) && (_global.food9laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food9laser = 1;
}
if (this.hitTest(_root.food10._x, _root.food10._y, true) && (_global.food10laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food10laser = 1;
}
}
Symbol 650 MovieClip Frame 22
_root.food._visible = true;
_root.food2._visible = true;
_root.food3._visible = true;
_root.food4._visible = true;
_root.food5._visible = true;
_root.food6._visible = true;
_root.food7._visible = true;
_root.food8._visible = true;
_root.food9._visible = true;
_root.food10._visible = true;
onEnterFrame = function () {
if (_global.food1laser == 1) {
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food._x = 800;
_global.food1laser = 0;
}
if (_global.food2laser == 1) {
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_root.food2._x = 850;
_global.food2laser = 0;
}
if (_global.food3laser == 1) {
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_root.food3._x = 825;
_global.food3laser = 0;
}
if (_global.food4laser == 1) {
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4laser = 0;
}
if (_global.food5laser == 1) {
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5laser = 0;
}
if (_global.food6laser == 1) {
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6laser = 0;
}
if (_global.food7laser == 1) {
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7laser = 0;
}
if (_global.food8laser == 1) {
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8laser = 0;
}
if (_global.food9laser == 1) {
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9laser = 0;
}
if (_global.food10laser == 1) {
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
_global.food10laser = 0;
}
};
_global.food1laser = 0;
_global.food2laser = 0;
_global.food3laser = 0;
_global.food4laser = 0;
_global.food5laser = 0;
_global.food6laser = 0;
_global.food7laser = 0;
_global.food8laser = 0;
_global.food9laser = 0;
_global.food10laser = 0;
_root.mouth.gotoAndStop(1);
Symbol 662 MovieClip Frame 1
onEnterFrame = function () {
if (_root.food.hitTest(_root.mouth.foodblokk)) {
_root.food._visible = false;
}
if (_root.food2.hitTest(_root.mouth.foodblokk)) {
_root.food2._visible = false;
}
if (_root.food3.hitTest(_root.mouth.foodblokk)) {
_root.food3._visible = false;
}
if (_root.food4.hitTest(_root.mouth.foodblokk)) {
_root.food4._visible = false;
}
if (_root.food5.hitTest(_root.mouth.foodblokk)) {
_root.food5._visible = false;
}
if (_root.food6.hitTest(_root.mouth.foodblokk)) {
_root.food6._visible = false;
}
if (_root.food7.hitTest(_root.mouth.foodblokk)) {
_root.food7._visible = false;
}
if (_root.food8.hitTest(_root.mouth.foodblokk)) {
_root.food8._visible = false;
}
if (_root.food9.hitTest(_root.mouth.foodblokk)) {
_root.food9._visible = false;
}
if (_root.food10.hitTest(_root.mouth.foodblokk)) {
_root.food10._visible = false;
}
if (_global.lsrpwr == 1) {
_global.lsrpwr = 0;
}
if (_global.timespwr == 1) {
_global.timespwr = 0;
}
if (_global.growpwr == 1) {
_global.growpwr = 0;
}
_global.swallowing = 1;
_global.timespwr = 0;
_global.growpwr = 0;
_root.mouth._xscale = 100;
_root.mouth._yscale = 100;
};
Symbol 662 MovieClip Frame 5
_global.barf = 1;
Symbol 662 MovieClip Frame 26
stop();
_global.barf = 0;
onEnterFrame = null;
_global.timespwr = 0;
_global.growpwr = 0;
_global.lsrpwr = 0;
if (_global.score > 0) {
_global.score = _global.score - 50;
}
onEnterFrame = function () {
_global.swallowing = 0;
_global.food1captured = 0;
_global.food2captured = 0;
_global.food3captured = 0;
_global.food4captured = 0;
_global.food5captured = 0;
_global.food6captured = 0;
_global.food7captured = 0;
_global.food8captured = 0;
_global.food9captured = 0;
_global.food10captured = 0;
_root.slot1.gotoAndStop(1);
_root.slot2.gotoAndStop(1);
_root.slot3.gotoAndStop(1);
_root.slot4.gotoAndStop(1);
_root.slot5.gotoAndStop(1);
_root.slot6.gotoAndStop(1);
_root.slot7.gotoAndStop(1);
_global.speed1 = Math.ceil(Math.random() * 30);
_global.speed2 = Math.ceil(Math.random() * 30);
_global.speed3 = Math.ceil(Math.random() * 30);
_global.speed4 = Math.ceil(Math.random() * 30);
_global.speed5 = Math.ceil(Math.random() * 30);
_global.speed6 = Math.ceil(Math.random() * 30);
_global.speed7 = Math.ceil(Math.random() * 30);
_global.speed8 = Math.ceil(Math.random() * 30);
_global.speed9 = Math.ceil(Math.random() * 30);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 800;
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 800;
_root.food4._y = _global.foodposy4;
_global.food4captured = 0;
_root.food4._x = 800;
_root.food5._y = _global.foodposy5;
_global.food5captured = 0;
_root.food5._x = 800;
_root.food6._y = _global.foodposy6;
_global.food6captured = 0;
_root.food6._x = 800;
_root.food7._y = _global.foodposy7;
_global.food7captured = 0;
_root.food7._x = 800;
_root.food8._y = _global.foodposy8;
_global.food8captured = 0;
_root.food8._x = 800;
_root.food9._y = _global.foodposy9;
_global.food9captured = 0;
_root.food9._x = 800;
_root.mouth.gotoAndStop(1);
};
Symbol 663 MovieClip Frame 1
stop();
_global.swallowing = 0;
Symbol 663 MovieClip Frame 2
_global.eatsound = Math.ceil(Math.random() * 3);
Symbol 663 MovieClip Frame 5
_global.lives = _global.lives - 1;
_global.eatsound = Math.ceil(Math.random() * 3);
onEnterFrame = function () {
if (_global.difficulty == 1) {
_global.score = _global.score - 25;
}
if (_global.difficulty == 2) {
_global.score = _global.score - 50;
}
if (_global.difficulty == 3) {
_global.score = _global.score - 100;
}
};
onEnterFrame = null;
Symbol 693 MovieClip Frame 1
onEnterFrame = function () {
_global.swallowing = 1;
};
Symbol 693 MovieClip Frame 10
onEnterFrame = function () {
if (_global.food1captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_global.food2captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 850;
}
if (_global.food3captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 825;
}
if (_global.food4captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4captured = 0;
}
if (_global.food5captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5captured = 0;
}
if (_global.food6captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6captured = 0;
}
if (_global.food7captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7captured = 0;
}
if (_global.food8captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8captured = 0;
}
if (_global.food9captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9captured = 0;
}
if (_global.food10captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
_global.food10captured = 0;
}
};
Symbol 693 MovieClip Frame 47
stop();
onEnterFrame = function () {
if (_global.food1captured == 1) {
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_global.food2captured == 1) {
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 850;
}
if (_global.food3captured == 1) {
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 825;
}
if (_global.food4captured == 1) {
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4captured = 0;
}
if (_global.food5captured == 1) {
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5captured = 0;
}
if (_global.food6captured == 1) {
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6captured = 0;
}
if (_global.food7captured == 1) {
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7captured = 0;
}
if (_global.food8captured == 1) {
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8captured = 0;
}
if (_global.food9captured == 1) {
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9captured = 0;
}
};
onEnterFrame = null;
_global.swallowing = 0;
_root.mouth.gotoAndStop(1);
Symbol 700 MovieClip Frame 13
stop();
_root.mouth.gotoAndStop(1);
Symbol 715 MovieClip Frame 1
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
play();
}
if (_global.lsrpwr == 0) {
_root.mouth.gotoAndStop(1);
}
};
Symbol 715 MovieClip Frame 12
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
stop();
}
if (_global.lsrpwr == 0) {
play();
}
if (_global.food1laser == 1) {
_root.food._visible = false;
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food._x = 800;
}
if (_global.food2laser == 1) {
_root.food2._visible = false;
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_root.food2._x = 850;
}
if (_global.food3laser == 1) {
_root.food3._visible = false;
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_root.food3._x = 825;
}
if (_global.food4laser == 1) {
_root.food4._visible = false;
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
}
if (_global.food5laser == 1) {
_root.food5._visible = false;
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
}
if (_global.food6laser == 1) {
_root.food6._visible = false;
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
}
if (_global.food7laser == 1) {
_root.food7._visible = false;
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
}
if (_global.food8laser == 1) {
_root.food8._visible = false;
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
}
if (_global.food9laser == 1) {
_root.food9._visible = false;
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
}
if (_global.food10laser == 1) {
_root.food10._visible = false;
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
}
};
Instance of Symbol 643 MovieClip in Symbol 715 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.food._x, _root.food._y, true) && (_global.food1laser == 0)) {
_global.food1laser = 1;
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
}
if (this.hitTest(_root.food2._x, _root.food2._y, true) && (_global.food2laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food2laser = 1;
}
if (this.hitTest(_root.food3._x, _root.food3._y, true) && (_global.food3laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food3laser = 1;
}
if (this.hitTest(_root.food4._x, _root.food4._y, true) && (_global.food4laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food4laser = 1;
}
if (this.hitTest(_root.food5._x, _root.food5._y, true) && (_global.food5laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food5laser = 1;
}
if (this.hitTest(_root.food6._x, _root.food6._y, true) && (_global.food6laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food6laser = 1;
}
if (this.hitTest(_root.food7._x, _root.food7._y, true) && (_global.food7laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food7laser = 1;
}
if (this.hitTest(_root.food8._x, _root.food8._y, true) && (_global.food8laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food8laser = 1;
}
if (this.hitTest(_root.food9._x, _root.food9._y, true) && (_global.food9laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food9laser = 1;
}
if (this.hitTest(_root.food10._x, _root.food10._y, true) && (_global.food10laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food10laser = 1;
}
}
Symbol 715 MovieClip Frame 13
if (_global.lsrpwr == 1) {
gotoAndStop (12);
}
if (_global.lsrpwr == 0) {
play();
}
Symbol 715 MovieClip Frame 22
stop();
_root.food._visible = true;
_root.food2._visible = true;
_root.food3._visible = true;
_root.food4._visible = true;
_root.food5._visible = true;
_root.food6._visible = true;
_root.food7._visible = true;
_root.food8._visible = true;
_root.food9._visible = true;
_root.food10._visible = true;
onEnterFrame = function () {
if (_global.food1laser == 1) {
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food._x = 800;
_global.food1laser = 0;
}
if (_global.food2laser == 1) {
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_root.food2._x = 850;
_global.food2laser = 0;
}
if (_global.food3laser == 1) {
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_root.food3._x = 825;
_global.food3laser = 0;
}
if (_global.food4laser == 1) {
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4laser = 0;
}
if (_global.food5laser == 1) {
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5laser = 0;
}
if (_global.food6laser == 1) {
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6laser = 0;
}
if (_global.food7laser == 1) {
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7laser = 0;
}
if (_global.food8laser == 1) {
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8laser = 0;
}
if (_global.food9laser == 1) {
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9laser = 0;
}
if (_global.food10laser == 1) {
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
_global.food10laser = 0;
}
};
_global.food1laser = 0;
_global.food2laser = 0;
_global.food3laser = 0;
_global.food4laser = 0;
_global.food5laser = 0;
_global.food6laser = 0;
_global.food7laser = 0;
_global.food8laser = 0;
_global.food9laser = 0;
_global.food10laser = 0;
_root.mouth.gotoAndStop(1);
Symbol 728 MovieClip Frame 1
onEnterFrame = function () {
if (_root.food.hitTest(_root.mouth.foodblokk)) {
_root.food._visible = false;
}
if (_root.food2.hitTest(_root.mouth.foodblokk)) {
_root.food2._visible = false;
}
if (_root.food3.hitTest(_root.mouth.foodblokk)) {
_root.food3._visible = false;
}
if (_root.food4.hitTest(_root.mouth.foodblokk)) {
_root.food4._visible = false;
}
if (_root.food5.hitTest(_root.mouth.foodblokk)) {
_root.food5._visible = false;
}
if (_root.food6.hitTest(_root.mouth.foodblokk)) {
_root.food6._visible = false;
}
if (_root.food7.hitTest(_root.mouth.foodblokk)) {
_root.food7._visible = false;
}
if (_root.food8.hitTest(_root.mouth.foodblokk)) {
_root.food8._visible = false;
}
if (_root.food9.hitTest(_root.mouth.foodblokk)) {
_root.food9._visible = false;
}
if (_root.food10.hitTest(_root.mouth.foodblokk)) {
_root.food10._visible = false;
}
if (_global.lsrpwr == 1) {
_global.lsrpwr = 0;
}
if (_global.timespwr == 1) {
_global.timespwr = 0;
}
if (_global.growpwr == 1) {
_global.growpwr = 0;
}
_global.swallowing = 1;
_global.timespwr = 0;
_global.growpwr = 0;
_root.mouth._xscale = 100;
_root.mouth._yscale = 100;
};
Symbol 728 MovieClip Frame 5
_global.barf = 1;
Symbol 728 MovieClip Frame 25
stop();
_global.barf = 0;
onEnterFrame = null;
_global.timespwr = 0;
_global.growpwr = 0;
_global.lsrpwr = 0;
if (_global.score > 0) {
_global.score = _global.score - 50;
}
onEnterFrame = function () {
_global.swallowing = 0;
_global.food1captured = 0;
_global.food2captured = 0;
_global.food3captured = 0;
_global.food4captured = 0;
_global.food5captured = 0;
_global.food6captured = 0;
_global.food7captured = 0;
_global.food8captured = 0;
_global.food9captured = 0;
_global.food10captured = 0;
_root.slot1.gotoAndStop(1);
_root.slot2.gotoAndStop(1);
_root.slot3.gotoAndStop(1);
_root.slot4.gotoAndStop(1);
_root.slot5.gotoAndStop(1);
_root.slot6.gotoAndStop(1);
_root.slot7.gotoAndStop(1);
_global.speed1 = Math.ceil(Math.random() * 30);
_global.speed2 = Math.ceil(Math.random() * 30);
_global.speed3 = Math.ceil(Math.random() * 30);
_global.speed4 = Math.ceil(Math.random() * 30);
_global.speed5 = Math.ceil(Math.random() * 30);
_global.speed6 = Math.ceil(Math.random() * 30);
_global.speed7 = Math.ceil(Math.random() * 30);
_global.speed8 = Math.ceil(Math.random() * 30);
_global.speed9 = Math.ceil(Math.random() * 30);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 800;
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 800;
_root.food4._y = _global.foodposy4;
_global.food4captured = 0;
_root.food4._x = 800;
_root.food5._y = _global.foodposy5;
_global.food5captured = 0;
_root.food5._x = 800;
_root.food6._y = _global.foodposy6;
_global.food6captured = 0;
_root.food6._x = 800;
_root.food7._y = _global.foodposy7;
_global.food7captured = 0;
_root.food7._x = 800;
_root.food8._y = _global.foodposy8;
_global.food8captured = 0;
_root.food8._x = 800;
_root.food9._y = _global.foodposy9;
_global.food9captured = 0;
_root.food9._x = 800;
_root.mouth.gotoAndStop(1);
};
Symbol 729 MovieClip Frame 1
stop();
_global.swallowing = 0;
Symbol 729 MovieClip Frame 2
_global.eatsound = Math.ceil(Math.random() * 3);
Symbol 729 MovieClip Frame 5
_global.lives = _global.lives - 1;
onEnterFrame = function () {
if (_global.difficulty == 1) {
_global.score = _global.score - 25;
}
if (_global.difficulty == 2) {
_global.score = _global.score - 50;
}
if (_global.difficulty == 3) {
_global.score = _global.score - 100;
}
};
onEnterFrame = null;
Symbol 758 MovieClip Frame 1
onEnterFrame = function () {
_global.swallowing = 1;
};
Symbol 758 MovieClip Frame 10
onEnterFrame = function () {
if (_global.food1captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_global.food2captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 850;
}
if (_global.food3captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 825;
}
if (_global.food4captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4captured = 0;
}
if (_global.food5captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5captured = 0;
}
if (_global.food6captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6captured = 0;
}
if (_global.food7captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7captured = 0;
}
if (_global.food8captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8captured = 0;
}
if (_global.food9captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9captured = 0;
}
if (_global.food10captured == 1) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
_global.food10captured = 0;
}
};
Symbol 758 MovieClip Frame 53
stop();
onEnterFrame = function () {
if (_global.food1captured == 1) {
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
}
if (_global.food2captured == 1) {
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 850;
}
if (_global.food3captured == 1) {
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 825;
}
if (_global.food4captured == 1) {
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4captured = 0;
}
if (_global.food5captured == 1) {
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5captured = 0;
}
if (_global.food6captured == 1) {
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6captured = 0;
}
if (_global.food7captured == 1) {
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7captured = 0;
}
if (_global.food8captured == 1) {
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8captured = 0;
}
if (_global.food9captured == 1) {
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9captured = 0;
}
};
onEnterFrame = null;
_global.swallowing = 0;
_root.mouth.gotoAndStop(1);
Symbol 765 MovieClip Frame 14
stop();
_root.mouth.gotoAndStop(1);
Symbol 786 MovieClip Frame 1
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
play();
}
if (_global.lsrpwr == 0) {
_root.mouth.gotoAndStop(1);
}
};
Symbol 786 MovieClip Frame 12
onEnterFrame = function () {
if (_global.lsrpwr == 1) {
stop();
}
if (_global.lsrpwr == 0) {
play();
}
if (_global.food1laser == 1) {
_root.food._visible = false;
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food._x = 800;
}
if (_global.food2laser == 1) {
_root.food2._visible = false;
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_root.food2._x = 850;
}
if (_global.food3laser == 1) {
_root.food3._visible = false;
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_root.food3._x = 825;
}
if (_global.food4laser == 1) {
_root.food4._visible = false;
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
}
if (_global.food5laser == 1) {
_root.food5._visible = false;
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
}
if (_global.food6laser == 1) {
_root.food6._visible = false;
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
}
if (_global.food7laser == 1) {
_root.food7._visible = false;
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
}
if (_global.food8laser == 1) {
_root.food8._visible = false;
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
}
if (_global.food9laser == 1) {
_root.food9._visible = false;
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
}
if (_global.food10laser == 1) {
_root.food10._visible = false;
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
}
};
Instance of Symbol 781 MovieClip in Symbol 786 MovieClip Frame 12
onClipEvent (enterFrame) {
if (this.hitTest(_root.food) && (_global.food1laser == 0)) {
_global.food1laser = 1;
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
}
if (this.hitTest(_root.food2) && (_global.food2laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food2laser = 1;
}
if (this.hitTest(_root.food3) && (_global.food3laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food3laser = 1;
}
if (this.hitTest(_root.food4) && (_global.food4laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food4laser = 1;
}
if (this.hitTest(_root.food5) && (_global.food5laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food5laser = 1;
}
if (this.hitTest(_root.food6) && (_global.food6laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food6laser = 1;
}
if (this.hitTest(_root.food7) && (_global.food7laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food7laser = 1;
}
if (this.hitTest(_root.food8) && (_global.food8laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food8laser = 1;
}
if (this.hitTest(_root.food9) && (_global.food9laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food9laser = 1;
}
if (this.hitTest(_root.food10) && (_global.food10laser == 0)) {
_global.score = _global.score + _global.eatscore;
_global.scoreinall = _global.scoreinall + _global.eatscore;
_global.food10laser = 1;
}
}
Symbol 786 MovieClip Frame 13
if (_global.lsrpwr == 1) {
gotoAndStop (12);
}
if (_global.lsrpwr == 0) {
play();
}
Symbol 786 MovieClip Frame 22
_root.food._visible = true;
_root.food2._visible = true;
_root.food3._visible = true;
_root.food4._visible = true;
_root.food5._visible = true;
_root.food6._visible = true;
_root.food7._visible = true;
_root.food8._visible = true;
_root.food9._visible = true;
_root.food10._visible = true;
onEnterFrame = function () {
if (_global.food1laser == 1) {
_global.speed1 = Math.ceil(Math.random() * 30);
_global.foodposy1 = Math.ceil(Math.random() * 380);
_root.food._y = _global.foodposy;
_root.food._x = 800;
_global.food1laser = 0;
}
if (_global.food2laser == 1) {
_global.speed2 = Math.ceil(Math.random() * 30);
_global.foodposy2 = Math.ceil(Math.random() * 380);
_root.food2._y = _global.foodposy2;
_root.food2._x = 850;
_global.food2laser = 0;
}
if (_global.food3laser == 1) {
_global.speed3 = Math.ceil(Math.random() * 30);
_global.foodposy3 = Math.ceil(Math.random() * 380);
_root.food3._y = _global.foodposy3;
_root.food3._x = 825;
_global.food3laser = 0;
}
if (_global.food4laser == 1) {
_global.speed4 = Math.ceil(Math.random() * 30);
_global.foodposy4 = Math.ceil(Math.random() * 380);
_root.food4._y = _global.foodposy4;
_root.food4._x = 780;
_global.food4laser = 0;
}
if (_global.food5laser == 1) {
_global.speed5 = Math.ceil(Math.random() * 30);
_global.foodposy5 = Math.ceil(Math.random() * 380);
_root.food5._y = _global.foodposy5;
_root.food5._x = 865;
_global.food5laser = 0;
}
if (_global.food6laser == 1) {
_global.speed6 = Math.ceil(Math.random() * 30);
_global.foodposy6 = Math.ceil(Math.random() * 380);
_root.food6._y = _global.foodposy6;
_root.food6._x = 875;
_global.food6laser = 0;
}
if (_global.food7laser == 1) {
_global.speed7 = Math.ceil(Math.random() * 30);
_global.foodposy7 = Math.ceil(Math.random() * 380);
_root.food7._y = _global.foodposy7;
_root.food7._x = 780;
_global.food7laser = 0;
}
if (_global.food8laser == 1) {
_global.speed8 = Math.ceil(Math.random() * 30);
_global.foodposy8 = Math.ceil(Math.random() * 380);
_root.food8._y = _global.foodposy8;
_root.food8._x = 865;
_global.food8laser = 0;
}
if (_global.food9laser == 1) {
_global.speed9 = Math.ceil(Math.random() * 30);
_global.foodposy9 = Math.ceil(Math.random() * 380);
_root.food9._y = _global.foodposy9;
_root.food9._x = 875;
_global.food9laser = 0;
}
if (_global.food10laser == 1) {
_global.speed10 = Math.ceil(Math.random() * 30);
_global.foodposy10 = Math.ceil(Math.random() * 380);
_root.food10._y = _global.foodposy9;
_root.food10._x = 910;
_global.food10laser = 0;
}
};
_global.food1laser = 0;
_global.food2laser = 0;
_global.food3laser = 0;
_global.food4laser = 0;
_global.food5laser = 0;
_global.food6laser = 0;
_global.food7laser = 0;
_global.food8laser = 0;
_global.food9laser = 0;
_global.food10laser = 0;
_root.mouth.gotoAndStop(1);
Symbol 797 MovieClip Frame 1
onEnterFrame = function () {
if (_root.food.hitTest(_root.mouth.foodblokk)) {
_root.food._visible = false;
}
if (_root.food2.hitTest(_root.mouth.foodblokk)) {
_root.food2._visible = false;
}
if (_root.food3.hitTest(_root.mouth.foodblokk)) {
_root.food3._visible = false;
}
if (_root.food4.hitTest(_root.mouth.foodblokk)) {
_root.food4._visible = false;
}
if (_root.food5.hitTest(_root.mouth.foodblokk)) {
_root.food5._visible = false;
}
if (_root.food6.hitTest(_root.mouth.foodblokk)) {
_root.food6._visible = false;
}
if (_root.food7.hitTest(_root.mouth.foodblokk)) {
_root.food7._visible = false;
}
if (_root.food8.hitTest(_root.mouth.foodblokk)) {
_root.food8._visible = false;
}
if (_root.food9.hitTest(_root.mouth.foodblokk)) {
_root.food9._visible = false;
}
if (_root.food10.hitTest(_root.mouth.foodblokk)) {
_root.food10._visible = false;
}
if (_global.lsrpwr == 1) {
_global.lsrpwr = 0;
}
if (_global.timespwr == 1) {
_global.timespwr = 0;
}
if (_global.growpwr == 1) {
_global.growpwr = 0;
}
_global.swallowing = 1;
_global.timespwr = 0;
_global.growpwr = 0;
_root.mouth._xscale = 100;
_root.mouth._yscale = 100;
};
Symbol 797 MovieClip Frame 5
_global.barf = 1;
Symbol 797 MovieClip Frame 27
stop();
_global.barf = 0;
onEnterFrame = null;
_global.timespwr = 0;
_global.growpwr = 0;
_global.lsrpwr = 0;
if (_global.score > 0) {
_global.score = _global.score - 50;
}
onEnterFrame = function () {
_global.swallowing = 0;
_global.food1captured = 0;
_global.food2captured = 0;
_global.food3captured = 0;
_global.food4captured = 0;
_global.food5captured = 0;
_global.food6captured = 0;
_global.food7captured = 0;
_global.food8captured = 0;
_global.food9captured = 0;
_global.food10captured = 0;
_root.slot1.gotoAndStop(1);
_root.slot2.gotoAndStop(1);
_root.slot3.gotoAndStop(1);
_root.slot4.gotoAndStop(1);
_root.slot5.gotoAndStop(1);
_root.slot6.gotoAndStop(1);
_root.slot7.gotoAndStop(1);
_global.speed1 = Math.ceil(Math.random() * 30);
_global.speed2 = Math.ceil(Math.random() * 30);
_global.speed3 = Math.ceil(Math.random() * 30);
_global.speed4 = Math.ceil(Math.random() * 30);
_global.speed5 = Math.ceil(Math.random() * 30);
_global.speed6 = Math.ceil(Math.random() * 30);
_global.speed7 = Math.ceil(Math.random() * 30);
_global.speed8 = Math.ceil(Math.random() * 30);
_global.speed9 = Math.ceil(Math.random() * 30);
_root.food._y = _global.foodposy;
_global.food1captured = 0;
_root.food._x = 800;
_root.food2._y = _global.foodposy2;
_global.food2captured = 0;
_root.food2._x = 800;
_root.food3._y = _global.foodposy3;
_global.food3captured = 0;
_root.food3._x = 800;
_root.food4._y = _global.foodposy4;
_global.food4captured = 0;
_root.food4._x = 800;
_root.food5._y = _global.foodposy5;
_global.food5captured = 0;
_root.food5._x = 800;
_root.food6._y = _global.foodposy6;
_global.food6captured = 0;
_root.food6._x = 800;
_root.food7._y = _global.foodposy7;
_global.food7captured = 0;
_root.food7._x = 800;
_root.food8._y = _global.foodposy8;
_global.food8captured = 0;
_root.food8._x = 800;
_root.food9._y = _global.foodposy9;
_global.food9captured = 0;
_root.food9._x = 800;
_root.mouth.gotoAndStop(1);
};
Symbol 798 MovieClip Frame 1
stop();
_global.swallowing = 0;
Symbol 798 MovieClip Frame 2
_global.eatsound = Math.ceil(Math.random() * 3);
Symbol 798 MovieClip Frame 5
_global.lives = _global.lives - 1;
onEnterFrame = function () {
if (_global.difficulty == 1) {
_global.score = _global.score - 25;
}
if (_global.difficulty == 2) {
_global.score = _global.score - 50;
}
if (_global.difficulty == 3) {
_global.score = _global.score - 100;
}
};
onEnterFrame = null;
Symbol 804 MovieClip Frame 1
stop();
Symbol 804 MovieClip Frame 6
stop();
Symbol 810 MovieClip Frame 30
stop();
if ((_global.ingametimersecs > 0) && (_global.pausemenu == 0)) {
_global.ingametimersecs = _global.ingametimersecs - 1;
}
if (((_global.ingametimersecs <= 0) && (_global.ingametimermins > 0)) && (_global.pausemenu == 0)) {
_global.ingametimermins = _global.ingametimermins - 1;
_global.ingametimersecs = 59;
}
if ((_global.ingametimermins <= 0) && (_global.pausemenu == 0)) {
_global.ingametimermins = 0;
}
gotoAndPlay (1);
Symbol 824 MovieClip Frame 1
stop();
Symbol 835 Button
on (release) {
_root.tanpausemenu.play();
}
Symbol 836 Button
on (release) {
gotoAndPlay (21);
}
Symbol 841 Button
on (release) {
_global.playingtime = 0;
_root.play();
}
Symbol 846 Button
on (release) {
_root.tanpausemenu.overallmenu.sectionone._visible = false;
_root.tanpausemenu.overallmenu.yes._visible = false;
_root.tanpausemenu.overallmenu.no._visible = false;
}
Symbol 855 Button
on (release) {
play();
}
Symbol 863 Button
on (release) {
_global.controlscheme = 2;
}
Symbol 865 Button
on (release) {
_global.controlscheme = 3;
}
Symbol 867 Button
on (release) {
_global.controlscheme = 1;
}
Symbol 868 MovieClip Frame 1
stop();
Symbol 869 MovieClip Frame 1
onEnterFrame = function () {
if (_global.controlscheme == 1) {
controlscheme.gotoAndStop(1);
}
if (_global.controlscheme == 2) {
controlscheme.gotoAndStop(2);
}
if (_global.controlscheme == 3) {
controlscheme.gotoAndStop(3);
}
};
Symbol 870 Button
on (press) {
if (_quality == "HIGH") {
_quality = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "LOW";
} else if (_quality == "LOW") {
_quality = "HIGH";
}
}
Symbol 871 MovieClip Frame 10
stop();
_root.tanpausemenu.overallmenu.sectionone._visible = false;
_root.tanpausemenu.overallmenu.yes._visible = false;
_root.tanpausemenu.overallmenu.no._visible = false;
Instance of Symbol 824 MovieClip in Symbol 871 MovieClip Frame 10
on (release) {
_root.tanpausemenu.overallmenu.sectionone._visible = true;
_root.tanpausemenu.overallmenu.yes._visible = true;
_root.tanpausemenu.overallmenu.no._visible = true;
}
Symbol 871 MovieClip Frame 20
stop();
_root.tanpausemenu.play();
Symbol 871 MovieClip Frame 31
stop();
onEnterFrame = function () {
if (_global.controlscheme == 1) {
controlscheme.gotoAndStop(1);
}
if (_global.controlscheme == 2) {
controlscheme.gotoAndStop(2);
}
if (_global.controlscheme == 3) {
controlscheme.gotoAndStop(3);
}
};
Symbol 871 MovieClip Frame 41
stop();
gotoAndStop (10);
Symbol 872 MovieClip Frame 1
stop();
Symbol 872 MovieClip Frame 2
_global.pausemenu = 1;
Symbol 872 MovieClip Frame 8
stop();
Symbol 872 MovieClip Frame 15
_global.pausemenu = 0;
gotoAndStop (1);
_root.timestwo.play();
_root.grow.play();
_root.laser.play();
Symbol 884 MovieClip Frame 1
_global.pausemenu = 1;
Instance of Symbol 874 MovieClip in Symbol 884 MovieClip Frame 1
onClipEvent (enterFrame) {
_global.pausemenustop = 1;
}
Symbol 884 MovieClip Frame 106
stop();
_global.pausemenu = 0;
_global.pausemenustop = 0;
Symbol 888 Button
on (release) {
getURL ("http://rankz.armorbot.com/MunchMaster/", "_blank");
}
Symbol 897 Button
on (release) {
_root.music.gotoAndStop(3);
prevFrame();
}
Symbol 900 Button
on (release) {
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
_root.stuff.gotoAndStop(2);
} else {
_root.stuff.gotoAndStop(1);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
if (_global.achievement11 == 0) {
_global.descriptions = 10;
_root.achmessage.play();
_global.achievement11 = 1;
MunchMasterSave = SharedObject.getLocal("achievement11");
MunchMasterSave.data.achievement11 = 1;
MunchMasterSave.flush();
}
bXlnYW1lX25hbWVfdmFyaWFibGU = _global.username;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = _global.score;
__rankz_send__("Mjc0MmolZSVhJW4lcw==", "U3lhTUlOREU=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
mybutton._visible = false;
_root.viewscore._visible = true;
}
Symbol 904 Button
on (release) {
gotoAndPlay (9);
}