STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228155
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/98086624?noj=FRM98086624-20DC" width="1" height="1"></div>

OrangeBlock.swf

This is the info page for
Flash #71564

(Click the ID number above for more basic data on this flash file.)


Text
NEWGROUNDS

SECRETS

OPTIONS

INFORMATION

THE BEST GAME EVER MADE

INSTRUCTIONS

You are an orange block navigating
through an army of slightly different
orange blocks. The goal of the game is
to get as far as you can through the
orange blocks without touching one and
getting popped.

THE SMALL BLACK DOT IS YOUR CURSOR.
THELIGHT ORANGE BLOCK AT THE BOTTOM OF THE
SCREEN IS THE BLOCK THAT AVOIDS THE OTHERS.
(THE SONG LOOPS ARE BY
'oller', 'HaHaImNotHere', and 'lexus3')

SECRETS

GRAYBLOCK
The block is the cursor in GrayBlock!
CYANBLOCK
CyanBlock travels through a new realm!
YELLOWBLOCK
YOU USE THE ARROW KEYS!!!
GREENBLOCK
It's OrangeBlock...with a less vulnerable block!

10000 points
25000 points
50000 points
100000 points

OPTIONS

ERASE ALL DATA

KEEP ALL DATA

INFORMATION

I decided to test my programming skills one day and I created
a 'test game' entitled "BlueBlock".  Seeing as it wasn't horrible,
I put it online.  Later on, a fan of the simple game ('gigidy')
suggested that I made a sequel to BlueBlock, except with a
color-scheme of orange.  So in one day, I slapped on a menu
and changed all the blue to orange...and then I realized later,
"This is almost exactly the same as BlueBlock."  After a while, I
finally updated OrangeBlock with some of the most intense
programming I've ever done...saving scores and unlocking
games!
I owe it all to "gigidy", the one who told me to make this sequel.

JONBRO

ARE YOU SERIOUS?!

Are You Serious?!  Alert

YES

NO

Total Score:

Personal High Score:

0

Score:

YOU'VE
BEEN
BLOCKED!
Click to play again!

Click here to return to the menu...

0

Score:

ERROR!!

User Name

Password

CHATROOM


CHATROOM

OH!

Reserved
for:
gigidy

MESSAGE:

ONLINE USERS:

CHATROOM

Please wait until a connection has been made before posting!

ActionScript [AS1/AS2]

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"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:8
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:8
Symbol 5 GraphicUsed by:8
Symbol 6 ShapeTweeningUsed by:8
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:2 4 5 6 7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 FontUsed by:13 14 32 34 36 49 61 70 84 87 215 231 235
Symbol 13 EditableTextUses:12Used by:Timeline
Symbol 14 EditableTextUses:12Used by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:23 27 30 33 35 37
Symbol 20 GraphicUsed by:23 27 30 33 35 37 60 216 225
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClipUses:19 20 22Used by:86
Symbol 24 FontUsed by:25
Symbol 25 TextUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:27
Symbol 27 MovieClipUses:19 26 20Used by:86
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:28Used by:30
Symbol 30 MovieClipUses:19 20 29Used by:31
Symbol 31 MovieClipUses:30Used by:86
Symbol 32 TextUses:12Used by:33
Symbol 33 MovieClipUses:19 20 32Used by:86
Symbol 34 TextUses:12Used by:35
Symbol 35 MovieClipUses:19 20 34Used by:86
Symbol 36 TextUses:12Used by:37
Symbol 37 MovieClipUses:19 20 36Used by:86
Symbol 38 GraphicUsed by:48
Symbol 39 FontUsed by:40 75 80 92 93 126 127 141 143 145 158 167 174 175 178 179 205 206
Symbol 40 TextUses:39Used by:48
Symbol 41 GraphicUsed by:48
Symbol 42 ShapeTweeningUsed by:46
Symbol 43 ShapeTweeningUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:42 43 44 45Used by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:38 40 41 46 47Used by:86
Symbol 49 TextUses:12Used by:86
Symbol 50 FontUsed by:51 62 63
Symbol 51 TextUses:50Used by:86
Symbol 52 FontUsed by:54 85 110 111 112 113 217 218 219 220 221 222 223 224 227 237 238 239 240 241 242 243
Symbol 53 FontUsed by:54 62
Symbol 54 TextUses:52 53Used by:86
Symbol 55 GraphicUsed by:60 225
Symbol 56 GraphicUsed by:60 225
Symbol 57 GraphicUsed by:60 225
Symbol 58 GraphicUsed by:60 225
Symbol 59 GraphicUsed by:60 225
Symbol 60 ButtonUses:55 20 56 57 58 59Used by:86
Symbol 61 TextUses:12Used by:86
Symbol 62 TextUses:50 53Used by:86
Symbol 63 TextUses:50Used by:86
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:67
Symbol 67 MovieClipUses:64 66Used by:86
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:86
Symbol 70 TextUses:12Used by:86
Symbol 71 GraphicUsed by:73
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:71 72Used by:86
Symbol 74 GraphicUsed by:76 81
Symbol 75 TextUses:39Used by:76
Symbol 76 MovieClipUses:74 75Used by:79
Symbol 77 ShapeTweeningUsed by:79
Symbol 78 GraphicUsed by:79 83
Symbol 79 MovieClipUses:76 77 78Used by:86
Symbol 80 TextUses:39Used by:81
Symbol 81 MovieClipUses:74 80Used by:83
Symbol 82 ShapeTweeningUsed by:83
Symbol 83 MovieClipUses:81 82 78Used by:86
Symbol 84 TextUses:12Used by:86
Symbol 85 TextUses:52Used by:86
Symbol 86 MovieClipUses:23 27 31 33 35 37 48 49 51 54 60 61 62 63 67 69 70 73 79 83 84 85Used by:Timeline
Symbol 87 TextUses:12Used by:Timeline
Symbol 88 GraphicUsed by:104
Symbol 89 GraphicUsed by:91 98 99 103
Symbol 90 GraphicUsed by:91 98 99 103
Symbol 91 ButtonUses:89 90Used by:104
Symbol 92 TextUses:39Used by:104
Symbol 93 TextUses:39Used by:104
Symbol 94 GraphicUsed by:97
Symbol 95 GraphicUsed by:97
Symbol 96 GraphicUsed by:97
Symbol 97 ButtonUses:94 95 96Used by:104
Symbol 98 ButtonUses:89 90Used by:104
Symbol 99 ButtonUses:89 90Used by:104
Symbol 100 FontUsed by:101 102
Symbol 101 TextUses:100Used by:104
Symbol 102 TextUses:100Used by:104
Symbol 103 ButtonUses:89 90Used by:104
Symbol 104 MovieClipUses:88 91 92 93 97 98 99 101 102 103Used by:Timeline
Symbol 105 GraphicUsed by:106 130
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 ShapeTweeningUsed by:109
Symbol 108 GraphicUsed by:109  Timeline
Symbol 109 MovieClipUses:107 108Used by:Timeline
Symbol 110 EditableTextUses:52Used by:Timeline
Symbol 111 TextUses:52Used by:Timeline
Symbol 112 TextUses:52Used by:Timeline
Symbol 113 EditableTextUses:52Used by:Timeline
Symbol 114 SoundUsed by:Timeline
Symbol 115 GraphicUsed by:120
Symbol 116 GraphicUsed by:120 163 172 184
Symbol 117 GraphicUsed by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:115 116 117 118 119Used by:Timeline
Symbol 121 GraphicUsed by:Timeline
Symbol 122 ShapeTweeningUsed by:125
Symbol 123 SoundUsed by:125 196
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:122 123 124Used by:Timeline
Symbol 126 TextUses:39Used by:Timeline
Symbol 127 TextUses:39Used by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 MovieClipUses:105Used by:Timeline
Symbol 131 ShapeTweeningUsed by:Timeline
Symbol 132 GraphicUsed by:Timeline
Symbol 133 SoundUsed by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136Used by:Timeline
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 EditableTextUses:39Used by:Timeline
Symbol 142 GraphicUsed by:144
Symbol 143 TextUses:39Used by:144
Symbol 144 MovieClipUses:142 143Used by:Timeline
Symbol 145 TextUses:39Used by:Timeline
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:Timeline
Symbol 148 GraphicUsed by:153
Symbol 149 GraphicUsed by:153
Symbol 150 GraphicUsed by:153
Symbol 151 GraphicUsed by:153
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:148 149 150 151 152Used by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 ShapeTweeningUsed by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 SoundUsed by:Timeline
Symbol 158 EditableTextUses:39Used by:Timeline
Symbol 159 GraphicUsed by:163
Symbol 160 GraphicUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:159 116 160 161 162Used by:Timeline
Symbol 164 GraphicUsed by:Timeline
Symbol 165 ShapeTweeningUsed by:Timeline
Symbol 166 SoundUsed by:Timeline
Symbol 167 EditableTextUses:39Used by:Timeline
Symbol 168 GraphicUsed by:172
Symbol 169 GraphicUsed by:172
Symbol 170 GraphicUsed by:172
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:168 116 169 170 171Used by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 TextUses:39Used by:Timeline
Symbol 175 TextUses:39Used by:Timeline
Symbol 176 ShapeTweeningUsed by:Timeline
Symbol 177 SoundUsed by:Timeline
Symbol 178 EditableTextUses:39Used by:Timeline
Symbol 179 EditableTextUses:39Used by:Timeline
Symbol 180 GraphicUsed by:184
Symbol 181 GraphicUsed by:184
Symbol 182 GraphicUsed by:184
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:180 116 181 182 183Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:196
Symbol 187 ShapeTweeningUsed by:196
Symbol 188 SoundUsed by:196
Symbol 189 ShapeTweeningUsed by:196
Symbol 190 ShapeTweeningUsed by:196
Symbol 191 ShapeTweeningUsed by:196
Symbol 192 ShapeTweeningUsed by:196
Symbol 193 ShapeTweeningUsed by:196
Symbol 194 GraphicUsed by:196
Symbol 195 ShapeTweeningUsed by:196
Symbol 196 MovieClipUses:186 187 188 189 190 191 192 193 194 195 123Used by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 GraphicUsed by:202
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:201
Symbol 201 MovieClipUses:200Used by:202
Symbol 202 MovieClipUses:198 201Used by:Timeline
Symbol 203 ShapeTweeningUsed by:Timeline
Symbol 204 SoundUsed by:Timeline
Symbol 205 EditableTextUses:39Used by:Timeline
Symbol 206 EditableTextUses:39Used by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 GraphicUsed by:214 233
Symbol 211 ShapeTweeningUsed by:214
Symbol 212 ShapeTweeningUsed by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:210 211 212 213Used by:Timeline
Symbol 215 TextUses:12Used by:216
Symbol 216 MovieClipUses:20 215Used by:Timeline
Symbol 217 EditableTextUses:52Used by:Timeline
Symbol 218 EditableTextUses:52Used by:Timeline
Symbol 219 TextUses:52Used by:Timeline
Symbol 220 TextUses:52Used by:Timeline
Symbol 221 EditableTextUses:52Used by:Timeline
Symbol 222 EditableTextUses:52Used by:Timeline
Symbol 223 EditableTextUses:52Used by:Timeline
Symbol 224 EditableTextUses:52Used by:Timeline
Symbol 225 ButtonUses:55 20 56 57 58 59Used by:Timeline
Symbol 226 MovieClipUsed by:Timeline
Symbol 227 EditableTextUses:52Used by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 ShapeTweeningUsed by:233
Symbol 230 FontUsed by:231
Symbol 231 TextUses:12 230Used by:233
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:210 229 231 232Used by:Timeline
Symbol 234 GraphicUsed by:236
Symbol 235 TextUses:12Used by:236
Symbol 236 MovieClipUses:234 235Used by:Timeline
Symbol 237 EditableTextUses:52Used by:Timeline
Symbol 238 EditableTextUses:52Used by:Timeline
Symbol 239 EditableTextUses:52Used by:Timeline
Symbol 240 EditableTextUses:52Used by:Timeline
Symbol 241 EditableTextUses:52Used by:Timeline
Symbol 242 EditableTextUses:52Used by:Timeline
Symbol 243 EditableTextUses:52Used by:Timeline

Instance Names

"mainmenu"Frame 26Symbol 86 MovieClip
"areyousure"Frame 26Symbol 104 MovieClip
"main"Frame 28Symbol 125 MovieClip
"goodeats"Frame 28Symbol 130 MovieClip
"goodeats"Frame 137Symbol 130 MovieClip
"main"Frame 138Symbol 125 MovieClip
"goodeats"Frame 138Symbol 130 MovieClip
"goodeats"Frame 247Symbol 130 MovieClip
"main"Frame 248Symbol 125 MovieClip
"goodeats"Frame 248Symbol 130 MovieClip
"goodeats"Frame 357Symbol 130 MovieClip
"main"Frame 358Symbol 125 MovieClip
"goodeats"Frame 358Symbol 130 MovieClip
"goodeats"Frame 467Symbol 130 MovieClip
"main"Frame 468Symbol 196 MovieClip
"goodeats"Frame 468Symbol 130 MovieClip
"greenblockhearts"Frame 468Symbol 202 MovieClip
"goodeats"Frame 577Symbol 130 MovieClip
"wrongmessage"Frame 578Symbol 216 MovieClip
"LiveCode"Frame 578Symbol 226 MovieClip
"button"Frame 580Symbol 214 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 4 MovieClip
"grayblocklocker"Symbol 86 MovieClip Frame 3Symbol 69 MovieClip
"grayblocklocker"Symbol 86 MovieClip Frame 3Symbol 69 MovieClip
"grayblocklocker"Symbol 86 MovieClip Frame 3Symbol 69 MovieClip
"grayblocklocker"Symbol 86 MovieClip Frame 3Symbol 69 MovieClip
"stupiderror"Symbol 86 MovieClip Frame 4Symbol 73 MovieClip

Labels

"menu"Frame 26
"mainmenusave"Frame 27
"game"Frame 28
"playagain"Frame 135
"actualgame"Frame 136
"dead"Frame 137
"grayblock"Frame 138
"actualgamegray"Frame 246
"deadgray"Frame 247
"cyanblock"Frame 248
"playagaincyan"Frame 355
"actualgamecyan"Frame 356
"deadcyan"Frame 357
"yellowblock"Frame 358
"playagainyellow"Frame 465
"actualgameyellow"Frame 466
"greenblock"Frame 468
"playagaingreen"Frame 575
"actualgamegreen"Frame 576
"deadgreen"Frame 577
"chatroom"Frame 578
"chatarea"Frame 580
"loaded"Symbol 8 MovieClip Frame 3
"instructions"Symbol 86 MovieClip Frame 2
"secretsstore"Symbol 86 MovieClip Frame 3
"options"Symbol 86 MovieClip Frame 4
"information"Symbol 86 MovieClip Frame 5

Dynamic Text Variables

totalscoreSymbol 13 EditableText""
grayblocklockSymbol 14 EditableText""
totalscoreSymbol 110 EditableText""
topscoreSymbol 113 EditableText""
scoreSymbol 141 EditableText""
scoreSymbol 158 EditableText""
scoreSymbol 167 EditableText""
scoreSymbol 178 EditableText""
scoreSymbol 179 EditableText""
scoreSymbol 205 EditableText""
scoreSymbol 206 EditableText""
userInputSymbol 217 EditableText""
passwordSymbol 218 EditableText""
historySymbol 221 EditableText""
usernameSymbol 223 EditableText""
enterSymbol 224 EditableText" "
inputTextSymbol 237 EditableText""
outputTextSymbol 238 EditableText""
userListSymbol 240 EditableText""




http://swfchan.com/15/71564/info.shtml
Created: 9/4 -2019 06:27:31 Last modified: 9/4 -2019 06:27:31 Server time: 20/05 -2024 17:42:20