Frame 1
stop();
var savefile = SharedObject.getLocal("orangeblock");
_root.oldtotalscore = savefile.data.totalscore;
_root.oldtopscore = savefile.data.topscore;
if (savefile.data.topscore == undefined) {
_root.oldtotalscore = 0;
_root.oldtopscore = 0;
}
Frame 2
play();
stopAllSounds();
_quality = "Medium";
var NewMenu = new ContextMenu();
NewMenu.builtInItems.forward_back = false;
NewMenu.builtInItems.zoom = false;
NewMenu.builtInItems.loop = false;
NewMenu.builtInItems.play = false;
NewMenu.builtInItems.print = false;
NewMenu.builtInItems.quality = false;
NewMenu.builtInItems.rewind = false;
this.menu = NewMenu;
var savefile = SharedObject.getLocal("orangeblock");
if (savefile.data.topscore == undefined) {
_root.totalscore = 0;
_root.topscore = 0;
} else {
_root.totalscore = savefile.data.totalscore;
_root.topscore = savefile.data.topscore;
}
Frame 26
stop();
_quality = "Medium";
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 17 MovieClip in Frame 26
onClipEvent (enterFrame) {
Speed = 10;
this._y = this._y + Speed;
if (this._y > 500) {
this._y = this._y - 550;
this._x = random(500);
}
}
Instance of Symbol 106 MovieClip in Frame 26
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 27
savefile.data.totalscore = _root.totalscore;
savefile.data.topscore = _root.topscore;
savefile.flush();
Frame 28
play();
_quality = "Low";
play();
_root.score = 0;
Instance of Symbol 120 MovieClip in Frame 28
onClipEvent (load) {
this.gotoAndStop(random(4));
}
Instance of Symbol 125 MovieClip "main" in Frame 28
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = _root._xmouse;
_root.score = _root.score + 1;
}
}
Instance of Symbol 17 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("dead");
}
}
Instance of Symbol 17 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("dead");
}
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 28
onClipEvent (load) {
speed = 10;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 136
stop();
_root.score = 0;
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 136
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Frame 137
_root.totalscore = _root.totalscore + _root.score;
if (_root.score > _root.topscore) {
_root.topscore = _root.score;
}
savefile.data.totalscore = _root.totalscore;
savefile.data.topscore = _root.topscore;
savefile.flush();
Instance of Symbol 144 MovieClip in Frame 137
on (release) {
_root.gotoAndPlay("playagain");
}
Instance of Symbol 11 MovieClip in Frame 137
on (release) {
stopAllSounds();
_root.gotoAndStop("menu");
}
Instance of Symbol 147 MovieClip in Frame 137
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 137
onClipEvent (load) {
speed = 5;
}
Frame 138
play();
play();
_root.score = 0;
Instance of Symbol 125 MovieClip "main" in Frame 138
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = _root._xmouse;
this._y = _root._ymouse;
_root.score = _root.score + 1;
}
}
Instance of Symbol 17 MovieClip in Frame 138
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("deadgray");
}
}
Instance of Symbol 17 MovieClip in Frame 138
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("deadgray");
}
}
Instance of Symbol 17 MovieClip in Frame 138
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("deadgray");
}
}
Instance of Symbol 17 MovieClip in Frame 138
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("deadgray");
}
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 138
onClipEvent (load) {
speed = 10;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 246
stop();
_root.score = 0;
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 246
onClipEvent (enterFrame) {
this._x = this._x - _root.goodeats.speed;
if (this._x < -25) {
this._x = this._x + 550;
this._y = random(525);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Frame 247
_root.totalscore = _root.totalscore + _root.score;
if (_root.score > _root.topscore) {
_root.topscore = _root.score;
}
savefile.data.totalscore = _root.totalscore;
savefile.data.topscore = _root.topscore;
savefile.flush();
Instance of Symbol 144 MovieClip in Frame 247
on (release) {
_root.gotoAndPlay("playagaingray");
}
Instance of Symbol 11 MovieClip in Frame 247
on (release) {
stopAllSounds();
_root.gotoAndStop("menu");
}
Instance of Symbol 147 MovieClip in Frame 247
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 247
onClipEvent (load) {
speed = 5;
}
Frame 248
play();
_quality = "Low";
play();
_root.score = 0;
Instance of Symbol 163 MovieClip in Frame 248
onClipEvent (load) {
this.gotoAndStop(random(4));
}
Instance of Symbol 125 MovieClip "main" in Frame 248
onClipEvent (enterFrame) {
if (this._currentframe == 1) {
this._x = _root._xmouse;
_root.score = _root.score + 1;
}
}
Instance of Symbol 17 MovieClip in Frame 248
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("deadcyan");
}
}
Instance of Symbol 17 MovieClip in Frame 248
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("deadcyan");
}
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 248
onClipEvent (load) {
speed = 10;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 356
stop();
_root.score = 0;
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 356
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Frame 357
_root.totalscore = _root.totalscore + _root.score;
if (_root.score > _root.topscore) {
_root.topscore = _root.score;
}
savefile.data.totalscore = _root.totalscore;
savefile.data.topscore = _root.topscore;
savefile.flush();
Instance of Symbol 144 MovieClip in Frame 357
on (release) {
_root.gotoAndPlay("playagaincyan");
}
Instance of Symbol 11 MovieClip in Frame 357
on (release) {
stopAllSounds();
_root.gotoAndStop("menu");
}
Instance of Symbol 147 MovieClip in Frame 357
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 357
onClipEvent (load) {
speed = 5;
}
Frame 358
play();
_quality = "Low";
play();
_root.score = 0;
Instance of Symbol 172 MovieClip in Frame 358
onClipEvent (load) {
this.gotoAndStop(random(4));
}
Instance of Symbol 125 MovieClip "main" in Frame 358
onClipEvent (enterFrame) {
XSpeed = 5;
if (this._currentframe == 1) {
_root.score = _root.score + 1;
}
if ((this._currentframe == 1) and Key.isDown(37)) {
this._x = this._x - XSpeed;
}
if ((this._currentframe == 1) and Key.isDown(39)) {
this._x = this._x + XSpeed;
}
if (this._x < 10) {
this._x = this._x + XSpeed;
}
if (this._x > 515) {
this._x = this._x - XSpeed;
}
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 358
onClipEvent (load) {
speed = 10;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 466
stop();
_root.score = 0;
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Instance of Symbol 17 MovieClip in Frame 466
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
}
Frame 467
_root.totalscore = _root.totalscore + _root.score;
if (_root.score > _root.topscore) {
_root.topscore = _root.score;
}
savefile.data.totalscore = _root.totalscore;
savefile.data.topscore = _root.topscore;
savefile.flush();
Instance of Symbol 144 MovieClip in Frame 467
on (release) {
_root.gotoAndPlay("playagainyellow");
}
Instance of Symbol 11 MovieClip in Frame 467
on (release) {
stopAllSounds();
_root.gotoAndStop("menu");
}
Instance of Symbol 147 MovieClip in Frame 467
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 467
onClipEvent (load) {
speed = 5;
}
Frame 468
play();
_quality = "Low";
play();
_root.score = 0;
Instance of Symbol 184 MovieClip in Frame 468
onClipEvent (load) {
this.gotoAndStop(random(4));
}
Instance of Symbol 196 MovieClip "main" in Frame 468
onClipEvent (enterFrame) {
if (this._currentframe < 32) {
this._x = _root._xmouse;
_root.score = _root.score + 1;
}
}
Instance of Symbol 17 MovieClip in Frame 468
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("deadgreen");
}
}
Instance of Symbol 17 MovieClip in Frame 468
onClipEvent (enterFrame) {
if (_root.main.hitTest(this)) {
_root.gotoAndStop("deadgreen");
}
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 468
onClipEvent (load) {
speed = 10;
}
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Frame 576
stop();
_root.score = 0;
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Instance of Symbol 17 MovieClip in Frame 576
onClipEvent (enterFrame) {
this._y = this._y + _root.goodeats.speed;
if (this._y > 525) {
this._y = this._y - 550;
this._x = random(500);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 1)) {
_root.main.gotoAndPlay(2);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 31)) {
_root.main.gotoAndPlay(32);
}
if (_root.main.hitTest(this) and (_root.main._currentframe == 61)) {
_root.main.gotoAndPlay(62);
}
}
Frame 577
_root.totalscore = _root.totalscore + _root.score;
if (_root.score > _root.topscore) {
_root.topscore = _root.score;
}
savefile.data.totalscore = _root.totalscore;
savefile.data.topscore = _root.topscore;
savefile.flush();
Instance of Symbol 144 MovieClip in Frame 577
on (release) {
_root.gotoAndPlay("playagaingreen");
}
Instance of Symbol 11 MovieClip in Frame 577
on (release) {
stopAllSounds();
_root.gotoAndStop("menu");
}
Instance of Symbol 147 MovieClip in Frame 577
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
Instance of Symbol 130 MovieClip "goodeats" in Frame 577
onClipEvent (load) {
speed = 5;
}
Instance of Symbol 214 MovieClip in Frame 578
on (release) {
if ((_root.userInput eq "JonBro") and (_root.password eq "jejune")) {
_root.gotoAndStop("chatarea");
} else {
_root.wrongmessage.gotoAndPlay(2);
}
}
on (release) {
if ((_root.userInput eq "stewie09") and (_root.password eq "shutupfatman")) {
_root.gotoAndStop("chatarea");
} else {
_root.wrongmessage.gotoAndPlay(2);
}
}
on (release) {
if ((_root.userInput eq "gigidy") and (_root.password eq "oooright")) {
_root.gotoAndStop("chatarea");
} else {
_root.wrongmessage.gotoAndPlay(2);
}
}
on (release) {
if ((_root.userInput eq "thecheeser") and (_root.password eq "tacos")) {
_root.gotoAndStop("chatarea");
} else {
_root.wrongmessage.gotoAndPlay(2);
}
}
on (release) {
if ((_root.userInput eq "kookoo01") and (_root.password eq "lemonade")) {
_root.gotoAndStop("chatarea");
} else {
_root.wrongmessage.gotoAndPlay(2);
}
}
on (release) {
if ((_root.userInput eq "sebastian") and (_root.password eq "maple")) {
_root.gotoAndStop("chatarea");
} else {
_root.wrongmessage.gotoAndPlay(2);
}
}
on (release) {
if ((_root.userInput eq "???namepending???") and (_root.password eq "dee")) {
_root.gotoAndStop("chatarea");
} else {
_root.wrongmessage.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
userName = userInput;
sessionName = new XML(("<SERVER NAME=\"" add userName) add "\"/>");
LiveCode.NowServer.send(sessionName);
}
Instance of Symbol 106 MovieClip in Frame 578
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
onClipEvent (enterFrame) {
_root.users = "Sorry, the Users List is unavailable because the Chat is still under construction. This will be up soon... AND AS A SIDE NOTE: The only way you'll recieve a message from anyone is if you post something and someone posts after you. I promise this will be fixed at some point.";
}
Frame 579
stop();
Frame 580
function init() {
trace("init");
}
function parseMessage(node) {
trace(node.attributes.command);
if (node.nodeName == "message") {
if (node.attributes.command == "CHAT") {
outputText = outputText + (((("[" add node.attributes.user) add "]: ") add node.attributes.data) add newline);
}
}
if (node.nodeName == "USERLIST") {
_root.userList = "";
}
if (node.nodeName == "USER") {
_root.userList = _root.userList + (node.attributes.name add newline);
}
if (node.hasChildNodes()) {
node = node.firstChild;
parseMessage(node);
node = node.nextSibling;
while (node != null) {
parseMessage(node);
node = node.nextSibling;
}
}
}
inputText = "";
outputText = "";
userName = "Guest" add random(100);
channel = "chatexample";
userList = "";
loadMovie ("SocketFlashNow.swf", LiveCode);
stop();
Instance of Symbol 214 MovieClip "button" in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
if ((inputText = "")) {
this._alpha = 50;
} else {
this._alpha = 100;
}
}
on (release, keyPress "<Enter>") {
if (inputText != "") {
xmlMessage = ((((("<?xml version=\"1.0\"?><NowEvents><message user=\"" add _root.userInput) add "\" channel=\"") add channel) add "\" client=\"flash5\" command=\"CHAT\" type=\"string\" data=\"") add inputText) add "\"/></NowEvents>";
myMessage = new XML(xmlMessage);
_root.LiveCode.NowServer.send(myMessage);
inputText = "";
}
}
Instance of Symbol 233 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
if (_root.userInput == "gigidy") {
_root.inputText = _root.inputText + " ..OH!!";
}
}
Instance of Symbol 236 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (_root.userInput == "gigidy") {
this._visible = false;
} else {
}
}
Symbol 8 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndPlay ("loaded");
}
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 8 MovieClip Frame 15
_root.play();
Instance of Symbol 30 MovieClip in Symbol 31 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
_parent.gotoAndStop("instructions");
}
Symbol 60 Button
on (release) {
gotoAndStop (1);
}
Symbol 69 MovieClip Frame 1
stop();
Symbol 73 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("game");
}
Instance of Symbol 27 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
getURL ("http://www.newgrounds.com");
}
Instance of Symbol 31 MovieClip in Symbol 86 MovieClip Frame 1
on (release) {
_parent.gotoAndStop("instructions");
}
Instance of Symbol 33 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
_parent.gotoAndStop("secretsstore");
}
Instance of Symbol 35 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
_parent.gotoAndStop("options");
}
Instance of Symbol 37 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
_parent.gotoAndStop("information");
}
Instance of Symbol 67 MovieClip in Symbol 86 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("grayblock");
}
Instance of Symbol 67 MovieClip in Symbol 86 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("cyanblock");
}
Instance of Symbol 67 MovieClip in Symbol 86 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("yellowblock");
}
Instance of Symbol 67 MovieClip in Symbol 86 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("greenblock");
}
Instance of Symbol 69 MovieClip "grayblocklocker" in Symbol 86 MovieClip Frame 3
on (release) {
}
onClipEvent (enterFrame) {
if (_root.totalscore > 9999) {
this.gotoAndStop(2);
}
}
Instance of Symbol 69 MovieClip "grayblocklocker" in Symbol 86 MovieClip Frame 3
on (release) {
}
onClipEvent (enterFrame) {
if (_root.totalscore > 24999) {
this.gotoAndStop(2);
}
}
Instance of Symbol 69 MovieClip "grayblocklocker" in Symbol 86 MovieClip Frame 3
on (release) {
}
onClipEvent (enterFrame) {
if (_root.totalscore > 49999) {
this.gotoAndStop(2);
}
}
Instance of Symbol 69 MovieClip "grayblocklocker" in Symbol 86 MovieClip Frame 3
on (release) {
}
onClipEvent (enterFrame) {
if (_root.totalscore > 99999) {
this.gotoAndStop(2);
}
}
Instance of Symbol 79 MovieClip in Symbol 86 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (release) {
_root.areyousure.gotoAndStop(2);
}
Instance of Symbol 83 MovieClip in Symbol 86 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
on (press) {
_root.mainmenu.stupiderror.gotoAndStop(2);
}
on (release, releaseOutside) {
_root.mainmenu.stupiderror.gotoAndStop(1);
}
Symbol 97 Button
on (release) {
gotoAndStop (1);
}
Symbol 98 Button
on (release) {
gotoAndStop (1);
_root.gotoAndStop("mainmenusave");
_root.totalscore = 0;
_root.topscore = 0;
}
Symbol 99 Button
on (release) {
gotoAndStop (1);
}
Symbol 103 Button
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Symbol 104 MovieClip Frame 1
stop();
this._x = 262.5;
this._y = 250;
Symbol 109 MovieClip Frame 16
stop();
Symbol 120 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 16
_root.nextFrame();
Symbol 153 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 1
_root.greenblockhearts.gotoAndStop(1);
stop();
Symbol 196 MovieClip Frame 2
_root.greenblockhearts.gotoAndStop(2);
Symbol 196 MovieClip Frame 31
stop();
Symbol 196 MovieClip Frame 32
play();
_root.greenblockhearts.gotoAndStop(3);
Symbol 196 MovieClip Frame 33
play();
Symbol 196 MovieClip Frame 34
play();
Symbol 196 MovieClip Frame 35
play();
Symbol 196 MovieClip Frame 36
play();
Symbol 196 MovieClip Frame 37
play();
Symbol 196 MovieClip Frame 38
play();
Symbol 196 MovieClip Frame 39
play();
Symbol 196 MovieClip Frame 40
play();
Symbol 196 MovieClip Frame 41
play();
Symbol 196 MovieClip Frame 42
play();
Symbol 196 MovieClip Frame 43
play();
Symbol 196 MovieClip Frame 44
play();
Symbol 196 MovieClip Frame 45
play();
Symbol 196 MovieClip Frame 46
play();
Symbol 196 MovieClip Frame 47
play();
Symbol 196 MovieClip Frame 48
play();
Symbol 196 MovieClip Frame 49
play();
Symbol 196 MovieClip Frame 50
play();
Symbol 196 MovieClip Frame 51
play();
Symbol 196 MovieClip Frame 52
play();
Symbol 196 MovieClip Frame 53
play();
Symbol 196 MovieClip Frame 54
play();
Symbol 196 MovieClip Frame 55
play();
Symbol 196 MovieClip Frame 56
play();
Symbol 196 MovieClip Frame 57
play();
Symbol 196 MovieClip Frame 58
play();
Symbol 196 MovieClip Frame 59
play();
Symbol 196 MovieClip Frame 60
stop();
_root.nextFrame();
Symbol 202 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 11
stop();
Symbol 225 Button
on (release) {
stopAllSounds();
gotoAndStop ("menu");
}