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

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

Feed'N Frenzy.swf

This is the info page for
Flash #54103

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


Text
JJAYWALLACE@GMAIL.COM

AUDIO BY
Flashkit
Denvish

QUALITY

0

0

QUALITY

TIME

SCORE

BONUS

TOTAL

<p align="right"></p>

<p align="left"></p>

<p align="left"></p>

<p align="right"></p>

THE POWER BAR
1. GREEN - BOOST (works only underwater)
2. YELLOW - WINGS (must jump out of the water to use)
3. RED - SPEED
4. VIOLET - INVINCIBILITY

GAME QUALITY
IF THE GAME IS RUNNING SLOW, TRY ADUSTING THE QUALITY.
THE GAME IS ALSO AVAILABLE IN AN EXE FOR SMOOTH PLAY.

SEA MINES
USED TO SCARE AWAY ENEMY FISH!
(THEY CAUSE NO DAMAGE TO YOU)

YELLOW IS FOR FLY

YOUR MUST EXIT WATER TO USE

RED IS FOR SPEED

EAT TO STAY FAST

VIOLET IS INVINCIBLE

GET MOVING ALREADY

ActionScript [AS1/AS2]

Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded()); bytes_total = Math.round(_root.getBytesTotal()); getPercent = bytes_loaded / bytes_total; _root.loadBar.gotoAndStop(Math.round(getPercent * 100)); _root.loadText = Math.round(getPercent * 100) + "%"; if (bytes_loaded == bytes_total) { _root.gotoAndPlay(3); }
Frame 2
gotoAndPlay (1);
Frame 3
Frame 194
Frame 220
fscommand ("showmenu", false);
Frame 250
stop();
Frame 590
stop();
Instance of Symbol 144 MovieClip "food1" in Frame 590
onClipEvent (load) { movey = 1; _root.food1.movey = 0; _root.enemy1.movey = 0; die = 1; fiftyfifty = Math.round(Math.random() * 1) + 1; this.gotoAndStop(fishtype); } onClipEvent (enterFrame) { if (die == 1) { if (this._x > 2100) { removeMovieClip(this); } if (this._x < -1400) { removeMovieClip(this); } this._xscale = mesize; this._yscale = mesize; myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); toploc = (_root.depth._y - this._y) * -1; if (this._y < _root.depth._y) { air = air + 0.4; if (this._rotation > 0) { if (this._rotation < 90) { this._rotation = this._rotation - 3; } } if (this._rotation < 180) { if (this._rotation > 90) { this._rotation = this._rotation + 3; } } } else if (air > 0.5) { air = air - 0.5; } if (movey == 1) { this._x = this._x + _global.xgo; this._y = this._y + (_global.ygo + air); } this._x = this._x + (Math.cos((Math.PI * this._rotation) / 180) * mespeed); this._y = this._y + (Math.sin((Math.PI * this._rotation) / 180) * mespeed); if (scared < (300 - (mespeed * 10))) { if (toploc < 20) { if (_root.player._x < this._x) { this._rotation = this._rotation + 10; } else { this._rotation = this._rotation - 10; } } else { myDegrees = Math.round((myRadians * 180) / Math.PI); if (this._rotation > myDegrees) { this._rotation = this._rotation - turnspeed; } if (this._rotation < myDegrees) { this._rotation = this._rotation + turnspeed; } } } } else if (movey == 1) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; } if (this.eat.hitTest(_root.player.eat)) { die = 0; eat = new Sound(); eat.attachSound("eatit1"); eat.start(0, 1); this.gotoAndPlay("die"); scoreity = Math.round(scoreworth); _root.instascore.text = "+" + scoreity; _root.instascore._y = 430; _global.scoreit = (_global.scoreit * 1) + scoreity; } }
Frame 591
_quality = "low";
Frame 610
stop();
Frame 611
stop();
Instance of Symbol 177 MovieClip "sky" in Frame 611
onClipEvent (load) { this._y = _root.depth._y; } onClipEvent (enterFrame) { this._y = this._y + (_global.ygo / 1.5); }
Instance of Symbol 189 MovieClip "backstuff2" in Frame 611
onClipEvent (load) { this._y = _root.depth._y; } onClipEvent (enterFrame) { if (this._x < -500) { this._x = 900; this.gotoAndStop(this._currentframe + 1); } if (this._x > 1000) { this._x = -400; this.gotoAndStop(this._currentframe - 1); } this._x = this._x + (_global.xgo / 2); }
Instance of Symbol 210 MovieClip "backstuff1" in Frame 611
onClipEvent (load) { this._y = _root.depth._y; } onClipEvent (enterFrame) { if (this._x < -500) { this._x = 1200; this.gotoAndStop(this._currentframe + 1); } if (this._x > 1300) { this._x = -400; this.gotoAndStop(this._currentframe - 1); } this._x = this._x + (_global.xgo / 1.5); }
Instance of Symbol 68 MovieClip "player" in Frame 611
onClipEvent (load) { _global.timeday = 0; _global.fly = 0; myLocalSO = sharedobject.getLocal("flashcookie"); if (myLocalSO.data.pp1n != null) { _global.pp1n = myLocalSO.data.pp1n; _global.pp1s = myLocalSO.data.pp1s; } else { _global.pp1n = "NONE"; _global.pp1s = 500; } if (myLocalSO.data.pp2n != null) { _global.pp2n = myLocalSO.data.pp2n; _global.pp2s = myLocalSO.data.pp2s; } else { _global.pp2n = "NONE"; _global.pp2s = 400; } if (myLocalSO.data.pp3n != null) { _global.pp3n = myLocalSO.data.pp3n; _global.pp3s = myLocalSO.data.pp3s; } else { _global.pp3n = "NONE"; _global.pp3s = 300; } timey = 0; die = 1; this._rotation = -90; i = 0; while (i < 4) { duplicateMovieClip (_root.backdot1, "circle" + i, 4000 + i); i++; } _global.rotspeed1 = 5; speed = 0; maxspeed = 10; psize = 1; air = 0; bubgen = 0; _global.sizemultiplayer = 0.6; ms = new Sound(music); ms.attachSound("music1"); ms.stop("music1"); ms.start(0, 999); } onClipEvent (enterFrame) { if (_global.timeday == 0) { skyit++; } if (skyit == 3000) { _root.sky.gotoAndPlay("night"); } if (skyit == 5000) { _root.sky.gotoAndPlay("day"); skyit = 0; } _root.backstuff1._y = _root.backstuff1._y + (_global.ygo / 1.1); _root.backstuff2._y = _root.backstuff1._y; _root.topdepth1._y = _root.depth._y; _root.topdepth2._y = _root.depth._y; _root.topdepth3._y = _root.depth._y; if (die == 1) { timey = timey + 1; if (_global.fly == 1) { if (this._rotation < 90) { if (this._rotation > 0) { if (this._currentframe != 3) { this.gotoAndStop(3); } } } if (this._rotation > 90) { if (this._rotation < 180) { if (this._currentframe != 4) { this.gotoAndStop(4); } } } if (this._rotation < 180) { if (this._rotation < -90) { if (this._currentframe != 4) { this.gotoAndStop(4); } } } flyer++; if (flyer == 400) { fx1 = new Sound(zoop); fx1.attachSound("clunk"); fx1.stop("clunk"); fx1.start(0, 1); } if (flyer == 450) { fx1 = new Sound(zoop); fx1.attachSound("clunk"); fx1.stop("clunk"); fx1.start(0, 1); } if (flyer == 500) { fx1 = new Sound(zoop); fx1.attachSound("clunk"); fx1.stop("clunk"); fx1.start(0, 1); } if (flyer > 550) { fx1 = new Sound(zoop); fx1.attachSound("barf"); fx1.stop("barf"); fx1.start(0, 1); _global.fly = 0; flyer = 0; this.gotoAndStop(1); _global.boost = 0; _root.tools.bar1.gotoAndStop(1); ms = new Sound(music); ms.attachSound("music1"); ms.stop("music6"); ms.start(0, 999); i = 1; while (i <= 100) { _root["fishy" + i].die = 0; i++; } } if (this._y > _root.topdepth2._y) { ms = new Sound(music); ms.attachSound("music1"); ms.stop("music6"); ms.start(0, 999); fx1 = new Sound(zoop); fx1.attachSound("barf"); fx1.stop("barf"); fx1.start(0, 1); _global.fly = 0; flyer = 0; this.gotoAndStop(1); _global.boost = 0; } } else if (_global.fly == 3) { this.gotoAndStop(1); _global.fly = 1; } _root.topdepth1.swapDepths(10001); _root.topdepth2.swapDepths(10002); _root.topdepth3.swapDepths(10003); _root.tools.instblock._alpha = _root.tools.instblock._alpha + 3; if (_root.tools.score.text < _global.scoreit) { _root.tools.score.text++; } if (_root.tools.score.text < (_global.scoreit - 10)) { _root.tools.score.text = (_root.tools.score.text * 1) + 10; } if (_root.depth._y > -40) { _root.topdepth1._x = _root.topdepth1._x + _global.xgo; _root.topdepth2._x = _root.topdepth2._x + _global.xgo; _root.topdepth3._x = _root.topdepth3._x + _global.xgo; if (_root.topdepth3._x > 886.4) { _root.topdepth3._x = _root.topdepth1._x - 704.2; } if (_root.topdepth2._x > 886.4) { _root.topdepth2._x = _root.topdepth3._x - 704.2; } if (_root.topdepth1._x > 886.4) { _root.topdepth1._x = _root.topdepth2._x - 704.2; } if (_root.topdepth3._x < -1035.4) { _root.topdepth3._x = _root.topdepth2._x + 704.2; } if (_root.topdepth2._x < -1035.4) { _root.topdepth2._x = _root.topdepth1._x + 704.2; } if (_root.topdepth1._x < -1035.4) { _root.topdepth1._x = _root.topdepth3._x + 704.2; } } if (_global.boost > 1) { _global.boost = _global.boost - (_global.boost / 1000); _root.tools.bar1.gotoAndStop(Math.round(_global.boost + 1)); } countgo--; buttoner++; _root.player.swapDepths(10000); _root.playersize.text = psize; if (speed == 0) { this.tail1.gotoAndStop(1); } else { this.tail1.play(); } if (Key.isDown(37)) { this._rotation = this._rotation - ((speed / 3) + _global.rotspeed1); } else { _global.goleft = 0; } if (_global.boost > 158) { maxspeed = 15; this.gotoAndStop(13); } else if (maxspeed == 15) { maxspeed = 10; this.gotoAndStop(1); } if (_global.boost > 176) { this.gotoAndStop("invy"); if (boost > 200) { _global.boost = 0; this.gotoAndStop(1); _root.tools.bar1.gotoAndStop(1); } if (_global.boost < 180) { _global.boost = 0; this.gotoAndStop(1); _root.tools.bar1.gotoAndStop(1); } } if (Key.isDown(39)) { this._rotation = this._rotation + ((speed / 3) + _global.rotspeed1); } else { _global.goright = 0; } if (Key.isDown(32)) { if (_global.boost < 50) { fx1 = new Sound(zoop); fx1.attachSound("pop"); fx1.stop("pop"); fx1.start(0, 1); } if (_global.boost > 110) { if (this._y < _root.topdepth2._y) { fx1 = new Sound(zoop); fx1.attachSound("magical bing"); fx1.stop("magical bing"); fx1.start(0, 1); _global.fly = 1; _global.boost = 0; _root.tools.bar1.gotoAndStop(1); flyer = 0; ms = new Sound(music); ms.attachSound("music6"); ms.stop("music1"); ms.start(0, 999); } else { fx1 = new Sound(zoop); fx1.attachSound("pop"); fx1.stop("pop"); fx1.start(0, 1); } } if (_global.boost > 49) { if (_global.boost < 110) { if (countgo < 0) { countgo = 30; _global.boost = _global.boost - 5; _root.zoom.gotoAndPlay(1); _root.zoom._x = this._x; _root.zoom._y = this._y; _root.zoom._rotation = this._rotation; fx1 = new Sound(zoop); fx1.attachSound("zoop"); fx1.stop("zoop"); fx1.start(0, 1); if (this._y > (_root.depth._y - 20)) { if (speed < ((maxspeed * 1) + 1)) { speed = 22; } buttoner = 0; } } } if (_global.boost > 134) { this.gotoAndStop("shield"); } } } else { _global.stabby = 0; } if (Key.isDown(38)) { if (_global.fly == 0) { if (this._y > _root.depth._y) { if (speed < maxspeed) { speed = speed + 1; } } } else if (speed < maxspeed) { speed = speed + 1; } } else if (speed > 0) { speed = speed - 1; } if (speed > 0) { speed = speed - 0.3; } hey = 1; if (_global.fly == 0) { if (this._y < _root.depth._y) { air = air + 0.4; if (this._rotation > 0) { if (this._rotation < 90) { this._rotation = this._rotation - 3; } } if (this._rotation < 180) { if (this._rotation > 90) { this._rotation = this._rotation + 3; } } } else if (air > 0.5) { air = air - 0.5; } } else { air = 0; } if (this._y < (_root.depth._y + 15)) { if (this._y > (_root.depth._y - 15)) { if (air > 3) { if (_root.splash._currentframe == 1) { _root.splash._x = this._x; } _root.splash.play(); } } } if (this._y < (_root.depth._y + 15)) { if (this._y > (_root.depth._y - 15)) { if (air < 1) { if (_root.splashup._currentframe == 1) { _root.splashup._x = this._x; } _root.splashup.play(); } } } _global.xgo = Math.cos((Math.PI * this._rotation) / 180) * speed; _global.ygo = (Math.sin((Math.PI * this._rotation) / 180) * speed) - air; onefish1++; if (onefish1 == 50) { onefish1 = 0; _global.fish++; duplicateMovieClip (_root.food1, "fishy" + _global.fish, _global.fish + 8000); if (_global.fish > 100) { _global.fish = 1; } rotrandy = 90; rotrand = Math.round(Math.random() * (rotrandy - (-rotrandy))) - rotrandy; speedrand = Math.round(Math.random() * 8) + 3; leftright = Math.round(Math.random() * 1) + 1; firsttypecomp = 10; type = Math.round(Math.random() * (firsttypecomp - 1)) + 1; if (type < 5) { type = 1; } else { type = type - 4; } if (leftright == 1) { xposy = 1500; } else { xposy = -800; } _root["fishy" + _global.fish]._x = xposy; _root["fishy" + _global.fish]._y = type * 200; _root["fishy" + _global.fish]._rotation = _root["fishy" + _global.fish]._rotation - (90 - rotrand); if (type == 1) { typespeed = speedrand; turnspeed = 5; } if (type == 2) { typespeed = speedrand; turnspeed = 5; } if (type == 3) { typespeed = speedrand / 3; turnspeed = 0.5; } if (type == 4) { typespeed = speedrand / 2; turnspeed = 3; } if (type == 5) { typespeed = speedrand; turnspeed = 3; } _root["fishy" + _global.fish].turnspeed = turnspeed; _root["fishy" + _global.fish].mespeed = typespeed - 1; mesizey = 30 + (speedrand * 5); _root["fishy" + _global.fish].mesize = mesizey; _root["fishy" + _global.fish].fishtype = type; scoreworthy = ((mesizey / 2) / (type * 2)) * 10; _root["fishy" + _global.fish].scoreworth = scoreworthy; _root["fishy" + _global.fish].die = 1; } onefish2++; if (onefish2 == 120) { onefish2 = 0; if (_global.fishe < 30) { _global.fishe++; duplicateMovieClip (_root.enemy1, "fishye" + _global.fishe, _global.fishe + 8200); rotrand = Math.round(Math.random() * 179) + 1; speedrand = Math.round(Math.random() * 3) + 7; leftright = Math.round(Math.random() * 1) + 1; firsttypecomp = 4; type = Math.round(Math.random() * ((firsttypecomp + 4) - 1)) + 1; if (type < 4) { type = 1; } if (leftright == 1) { xposy = 2000; } else { xposy = -1300; } _root["fishye" + _global.fishe]._x = xposy; _root["fishye" + _global.fishe]._y = type * 200; _root["fishye" + _global.fishe]._rotation = rotrand; if (type == 1) { typespeed = speedrand; turnspeed = 7; } if (type == 2) { typespeed = speedrand; turnspeed = 5; } if (type == 3) { typespeed = speedrand / 3; turnspeed = 1; } if (type == 4) { typespeed = speedrand / 2; turnspeed = 3; } if (type == 5) { typespeed = speedrand / 4; turnspeed = 4; } _root["fishye" + _global.fishe].turnspeed = turnspeed; _root["fishye" + _global.fishe].mespeed = typespeed; _root["fishye" + _global.fishe].mesize = 160; _root["fishye" + _global.fishe].fishtype = 1; _root["fishye" + _global.fishe].die = 1; } } } else { restartcount++; if (restartcount > 60) { if (this._y > (_root.depth._y - 400)) { _global.ygo = _global.ygo + 1; } else { _global.ygo = _global.ygo / 2; } } if (restartcount > 130) { if (restartcount == 140) { fx1 = new Sound(zoop); fx1.attachSound("Clunk"); fx1.stop("Clunk"); fx1.start(0, 1); _root.finalscore.text = _global.scoreit; } boostor = 0; if (restartcount == 160) { if (_global.boost > 50) { fx1 = new Sound(zoop); fx1.attachSound("boingboing"); fx1.stop("boingboing"); fx1.start(0, 1); booster = Math.round(_global.boost * 5); _root.finalscore.text = _root.finalscore.text + ("\n\n + Fury Bonus " + booster); } else { fx1 = new Sound(zoop); fx1.attachSound("Clunk"); fx1.stop("Clunk"); fx1.start(0, 1); _root.finalscore.text = _root.finalscore.text + "\n\n ----- "; } } if (restartcount == 180) { if (timey > 100) { fx1 = new Sound(zoop); fx1.attachSound("boingboing"); fx1.stop("boingboing"); fx1.start(0, 1); _root.finalscore.text = _root.finalscore.text + ("\n + Time Bonus " + Math.round(timey / 100)); } else { fx1 = new Sound(zoop); fx1.attachSound("Clunk"); fx1.stop("Clunk"); fx1.start(0, 1); _root.finalscore.text = _root.finalscore.text + "\n ----- "; } } if (restartcount == 200) { bonos = 0; yito = Math.floor(Math.random() * 20) + 1; goyy = 0; if (yito == 1) { bono = "+ random jig bonus "; bonos = 400; goyy = 1; } if (yito == 2) { bono = "+ super random bonus "; bonos = 1; goyy = 1; } if (yito == 3) { bono = "+ suprise bonus "; bonos = 200; goyy = 1; } if (yito == 4) { bono = "+ wooowee bonus "; bonos = 99; goyy = 1; } if (yito == 5) { bono = "+ slugface bonus "; bonos = 60; goyy = 1; } if (yito == 6) { bono = "+ extra bonus "; bonos = 20; goyy = 1; } if (yito == 7) { bono = "+ wow bonus "; bonos = 80; goyy = 1; } if (yito == 8) { bono = "+ slow bonus "; bonos = 3; goyy = 1; } if (yito == 9) { bono = "+ helpy bonus "; bonos = 6; goyy = 1; } if (yito == 10) { bono = "+ mental handicap "; bonos = 12; goyy = 1; } if (goyy == 1) { fx1 = new Sound(zoop); fx1.attachSound("boingboing"); fx1.stop("boingboing"); fx1.start(0, 1); _root.finalscore.text = _root.finalscore.text + ((newline + bono) + bonos); } else { fx1 = new Sound(zoop); fx1.attachSound("Clunk"); fx1.stop("Clunk"); fx1.start(0, 1); _root.finalscore.text = _root.finalscore.text + "\n ----- "; } } if (restartcount == 220) { scoreyy = ((_global.scoreit + Math.round(timey / 100)) + Math.round(_global.boost * 5)) + bonos; if (scoreyy < _global.pp3s) { fx1 = new Sound(); fx1.attachSound("barf"); fx1.stop("barf"); fx1.start(0, 1); _root.restartbox.resety.gotoAndPlay("barf"); } else { ms = new Sound(music); ms.attachSound("music3"); ms.stop("music2"); ms.start(0, 999); fx1.start(0, 1); _root.restartbox.resety.gotoAndPlay("goody"); } _root.finalscore.text = _root.finalscore.text + ("\n\n" + scoreyy); if (scoreyy > _global.pp3s) { _root.slot1.text = "name"; _root.slot1.selectable = 1; Selection.setFocus(_root.slot1); } _root.highlist.text = ((("1: " + _global.pp1n) + " : ") + _global.pp1s) + newline; _root.highlist.text = _root.highlist.text + (((("2: " + _global.pp2n) + " : ") + _global.pp2s) + newline); _root.highlist.text = _root.highlist.text + (((("3: " + _global.pp3n) + " : ") + _global.pp3s) + newline); } if (_root.restartbox._currentframe == 1) { _root.restartbox.play(); ms = new Sound(music); ms.attachSound("music2"); ms.stop("music1"); ms.start(0, 999); } if (scoreyy > _global.pp3s) { if (Key.isDown(13)) { if (scoreyy > _global.pp3s) { if (scoreyy < (_global.pp2s + 1)) { _global.pp3n = _root.slot1.text; _global.pp3s = scoreyy; } } if (scoreyy > _global.pp2s) { if (scoreyy < (_global.pp1s + 1)) { _global.pp3n = _global.pp2n; _global.pp3s = _global.pp2s; _global.pp2n = _root.slot1.text; _global.pp2s = scoreyy; } } if (scoreyy > _global.pp1s) { _global.pp3n = _global.pp2n; _global.pp3s = _global.pp2s; _global.pp2n = _global.pp1n; _global.pp2s = _global.pp1s; _global.pp1n = _root.slot1.text; _global.pp1s = scoreyy; } scoreyy = 0; myLocalSO.data.pp1n = _global.pp1n; myLocalSO.data.pp1s = _global.pp1s; myLocalSO.data.pp2n = _global.pp2n; myLocalSO.data.pp2s = _global.pp2s; myLocalSO.data.pp3n = _global.pp3n; myLocalSO.data.pp3s = _global.pp3s; _root.highlist.text = ((("1: " + _global.pp1n) + " - ") + _global.pp1s) + newline; _root.highlist.text = _root.highlist.text + (((("2: " + _global.pp2n) + " - ") + _global.pp2s) + newline); _root.highlist.text = _root.highlist.text + (((("3: " + _global.pp3n) + " - ") + _global.pp3s) + newline); fscommand ("save", "file.txt"); _root.slot1.text = ""; _root.slot1.selectable = 0; } } if (Key.isDown(38)) { _root.finalscore.text = ""; _root.highlist.text = ""; _root.slot1.text = ""; _root.restartbox.gotoAndPlay("endy"); die = 1; _global.boost = 0; _root.tools.bar1.gotoAndStop(1); ms = new Sound(music); ms.attachSound("music1"); ms.stop("music2"); ms.stop("music3"); ms.start(0, 999); musicy = 2; this.gotoAndStop(1); restartcount = 0; _root.tools.score.text = 0; _global.scoreit = 0; timey = 0; _global.fish = 0; _global.fishe = 0; i = 1; while (i <= 30) { _root["fishye" + i].die = 0; i++; } i = 1; while (i <= 100) { _root["fishy" + i].die = 0; i++; } } } } }
Instance of Symbol 213 MovieClip "depth" in Frame 611
onClipEvent (load) { } onClipEvent (enterFrame) { this._yscale = 300; this._y = this._y + _global.ygo; }
Instance of Symbol 219 MovieClip "bubble2" in Frame 611
onClipEvent (load) { sppeder = sppeder + ((Math.round(Math.random() * 16) + 8) * 0.1); this._alpha = sppeder * 80; speedolian = 4; } onClipEvent (enterFrame) { if (this._y < (_root.depth._y - 5)) { this._alpha = 0; } if (this._y < (_root.depth._y - 5)) { removeMovieClip(this); } this._y = this._y - 2; if (speedolian > 1) { speedolian = speedolian - 0.3; } this._x = this._x - (Math.cos((Math.PI * this._rotation) / 180) * speedolian); this._y = this._y - (Math.sin((Math.PI * this._rotation) / 180) * speedolian); this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; }
Instance of Symbol 220 MovieClip "drop1" in Frame 611
onClipEvent (load) { sppeder = sppeder + ((Math.round(Math.random() * 16) + 8) * 0.1); this._alpha = sppeder * 80; } onClipEvent (enterFrame) { if (this._y > (_root.depth._y + 5)) { this._alpha = 0; } if (this._y > (_root.depth._y + 5)) { removeMovieClip(this); } this._y = this._y + 6; this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; }
Instance of Symbol 229 MovieClip "splash" in Frame 611
onClipEvent (enterFrame) { this._y = _root.depth._y + 10; this._x = this._x + _global.xgo; }
Instance of Symbol 229 MovieClip "splashup" in Frame 611
onClipEvent (enterFrame) { this._y = _root.depth._y + 10; this._x = this._x + _global.xgo; }
Instance of Symbol 109 MovieClip "food1" in Frame 611
onClipEvent (load) { movey = 1; _root.food1.movey = 0; _root.enemy1.movey = 0; die = 1; fiftyfifty = Math.round(Math.random() * 1) + 1; this.gotoAndStop(fishtype); } onClipEvent (enterFrame) { if (die == 0) { if (this._currentframe < 10) { this.gotoAndPlay("die"); } } if (die == 1) { if (this._x > 2000) { this._x = -900; } if (this._x < -1000) { this._x = 1900; } if (this._y > 2000) { this._y = 1900; this._rotation = this._rotation + 180; } this._xscale = mesize; this._yscale = mesize; if (this._y < 500) { if (this._x < 700) { if (this._x > 0) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); toploc = (_root.depth._y - this._y) * -1; } } } if (this._y < _root.depth._y) { air = air + 0.4; if (this._rotation > 0) { if (this._rotation < 90) { this._rotation = this._rotation - 3; } } if (this._rotation < 180) { if (this._rotation > 90) { this._rotation = this._rotation + 3; } } } else if (air > 0.5) { air = air - 0.5; } if (movey == 1) { this._x = this._x + _global.xgo; this._y = this._y + (_global.ygo + air); } this._x = this._x + (Math.cos((Math.PI * this._rotation) / 180) * mespeed); this._y = this._y + (Math.sin((Math.PI * this._rotation) / 180) * mespeed); if (scared < (300 - (mespeed * 10))) { if (toploc < 20) { if (_root.player._x < this._x) { this._rotation = this._rotation + 10; } else { this._rotation = this._rotation - 10; } } else { myDegrees = Math.round((myRadians * 180) / Math.PI); if (this._rotation > myDegrees) { this._rotation = this._rotation - turnspeed; } if (this._rotation < myDegrees) { this._rotation = this._rotation + turnspeed; } } } } else if (movey == 1) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; } if (this.eat.hitTest(_root.player.eat)) { die = 0; eat = new Sound(); eat.attachSound("eatit1"); eat.start(0, 1); this.gotoAndPlay("die"); scoreity = Math.round(scoreworth); _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 10); } }
Instance of Symbol 231 MovieClip "backdot1" in Frame 611
onClipEvent (load) { sfield = 200; this._x = Math.round((Math.random() * ((750 + sfield) - (-50 - sfield))) + (-50 - sfield)); this._y = _root.depth._y + Math.round((Math.random() * ((550 + sfield) - 0)) + 0); this.gotoAndStop(Math.round(Math.random() * 9) + 1); } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (this._x > 800) { this._x = -50; } if (this._x < -100) { this._x = 750; } }
Instance of Symbol 235 MovieClip "wavel" in Frame 611
onClipEvent (enterFrame) { if (this._x > 1200) { removeMovieClip(this); } if (this._x < -500) { removeMovieClip(this); } this._y = _root.depth._y + 10; this._y = this._y + _global.ygo; this._x = this._x + _global.xgo; this._x = this._x - 4; }
Instance of Symbol 235 MovieClip "waver" in Frame 611
onClipEvent (enterFrame) { if (this._x > 1200) { removeMovieClip(this); } if (this._x < -500) { removeMovieClip(this); } this._y = _root.depth._y + 10; this._y = this._y + _global.ygo; this._x = this._x + _global.xgo; this._x = this._x + 4; }
Instance of Symbol 245 MovieClip "enemy1" in Frame 611
onClipEvent (load) { movey = 1; _root.food1.movey = 0; _root.enemy1.movey = 0; this._rotation = this._rotation + 180; die = 1; fiftyfifty = Math.round(Math.random() * 1) + 1; this.gotoAndStop(fishtype); } onClipEvent (enterFrame) { if (die == 0) { if (this._currentframe < 10) { this.gotoAndPlay("die"); } } if (die == 1) { if (this._x > 3500) { this._x = -3000; } if (this._x < -3100) { this._x = 3400; } if (this._y > 2000) { this._y = 1900; this._rotation = this._rotation + 90; } if (this._y < -500) { this._y = 1900; this._rotation = this._rotation + 90; } this._xscale = mesize; this._yscale = mesize; if (this._y < 500) { if (this._x < 700) { if (this._x > 0) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); toploc = (_root.depth._y - this._y) * -1; } } } if (this._y < (_root.depth._y + 100)) { air = air + 0.4; if (this._rotation > 0) { if (this._rotation < 90) { this._rotation = this._rotation - 3; } } if (this._rotation < 180) { if (this._rotation > 90) { this._rotation = this._rotation + 3; } } } else if (air > 0.5) { air = air - 0.5; } if (movey == 1) { this._x = this._x + _global.xgo; this._y = this._y + (_global.ygo + air); } this._x = this._x - (Math.cos((Math.PI * this._rotation) / 180) * mespeed); this._y = this._y - (Math.sin((Math.PI * this._rotation) / 180) * mespeed); if (scared < (500 - (mespeed * 10))) { if (toploc < 20) { if (_root.player._x < this._x) { this._rotation = this._rotation + 10; } else { this._rotation = this._rotation - 10; } } else { myDegrees = Math.round((myRadians * 180) / Math.PI); if (_global.boom == 0) { if (this._rotation > myDegrees) { this._rotation = this._rotation - turnspeed; } if (this._rotation < myDegrees) { this._rotation = this._rotation + turnspeed; } } else { this._rotation = this._rotation - 5; } } } } else if (movey == 1) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; } if (_global.boost < 176) { if (this.eat.hitTest(_root.player.eat)) { _root.player.die = 0; eat = new Sound(); eat.attachSound("eatit1"); eat.start(0, 1); _root.player.gotoAndPlay("die"); _global.xgo = 0; _global.ygo = 0; } } }
Instance of Symbol 265 MovieClip in Frame 611
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { yit = Math.floor(Math.random() * 371) + 30; if (this._x < -500) { this._x = 900; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } if (this._x > 1000) { this._x = -400; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); if (scared < 50) { this._y = this._y - 1; } this._x = this._x - 4; } if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("eatit1"); reat.start(0, 1); this.gotoAndPlay("die"); scoreity = 200; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.bar1.gotoAndStop(_global.boost + 1); } }
Instance of Symbol 265 MovieClip in Frame 611
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { yit = Math.floor(Math.random() * 371) + 30; if (this._x < -500) { this._x = 900; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } if (this._x > 1000) { this._x = -400; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (scared < 50) { this._y = this._y - 1; } if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); this._x = this._x + 4; } if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("eatit1"); reat.start(0, 1); this.gotoAndPlay("die"); scoreity = 200; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.bar1.gotoAndStop(_global.boost + 1); } }
Instance of Symbol 271 MovieClip in Frame 611
onClipEvent (load) { die = 1; this._y = _root.depth._y + 2050; _global.boom = 0; } onClipEvent (enterFrame) { yit = Math.floor(Math.random() * 91) + 30; if (this._x < -2500) { this._x = 2900; this._y = (_root.depth._y + 2020) + yit; die = 1; this.gotoAndPlay(1); } if (this._x > 3000) { this._x = -2400; this._y = (_root.depth._y + 2020) + yit; die = 1; this.gotoAndPlay(1); } this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); } if (_root.player.eat.hitTest(this.eat)) { die = 0; this.gotoAndPlay("die"); _global.boom = 1; scoreity = 50; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = _global.scoreit + 50; _root.tools.bar1.gotoAndStop(_global.boost + 1); } }
Instance of Symbol 276 MovieClip "zoom" in Frame 611
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; }
Instance of Symbol 265 MovieClip in Frame 611
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (this._y > (_root.player._y - 500)) { yit = Math.floor(Math.random() * 371) + 30; if (this._x < -200) { this._x = 900; this._y = (_root.depth._y - 600) - yit; die = 1; this.gotoAndStop(1); } if (this._x > 1000) { this._x = -100; this._y = (_root.depth._y - 600) - yit; die = 1; this.gotoAndStop(1); } if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); if (scared < 50) { this._y = this._y - 1; } this._x = this._x - 4; } if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("eatit1"); reat.start(0, 1); this.gotoAndPlay("die"); scoreity = 200; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.bar1.gotoAndStop(_global.boost + 1); } } }
Instance of Symbol 265 MovieClip in Frame 611
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (this._y > (_root.player._y - 500)) { yit = Math.floor(Math.random() * 371) + 30; if (this._x < -500) { this._x = 900; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } if (this._x > 1000) { this._x = -400; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } if (scared < 50) { this._y = this._y - 1; } if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); this._x = this._x + 4; } if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("eatit1"); reat.start(0, 1); this.gotoAndPlay("die"); scoreity = 200; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.bar1.gotoAndStop(_global.boost + 1); } } }
Instance of Symbol 265 MovieClip in Frame 611
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (this._y > (_root.player._y - 500)) { yit = Math.floor(Math.random() * 371) + 30; if (this._x < -200) { this._x = 900; this._y = (_root.depth._y - 600) - yit; die = 1; this.gotoAndStop(1); } if (this._x > 1000) { this._x = -100; this._y = (_root.depth._y - 600) - yit; die = 1; this.gotoAndStop(1); } if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); if (scared < 50) { this._y = this._y - 1; } this._x = this._x - 4; } if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("eatit1"); reat.start(0, 1); this.gotoAndPlay("die"); scoreity = 200; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.bar1.gotoAndStop(_global.boost + 1); } } }
Instance of Symbol 265 MovieClip in Frame 611
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (this._y > (_root.player._y - 500)) { yit = Math.floor(Math.random() * 371) + 30; if (this._x < -500) { this._x = 900; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } if (this._x > 1000) { this._x = -400; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } if (scared < 50) { this._y = this._y - 1; } if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); this._x = this._x + 4; } if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("eatit1"); reat.start(0, 1); this.gotoAndPlay("die"); scoreity = 200; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.bar1.gotoAndStop(_global.boost + 1); } } }
Instance of Symbol 265 MovieClip in Frame 611
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (this._y > (_root.player._y - 500)) { yit = Math.floor(Math.random() * 371) + 30; if (this._x < -200) { this._x = 900; this._y = (_root.depth._y - 600) - yit; die = 1; this.gotoAndStop(1); } if (this._x > 1000) { this._x = -100; this._y = (_root.depth._y - 600) - yit; die = 1; this.gotoAndStop(1); } if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); if (scared < 50) { this._y = this._y - 1; } this._x = this._x - 4; } if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("eatit1"); reat.start(0, 1); this.gotoAndPlay("die"); scoreity = 200; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.bar1.gotoAndStop(_global.boost + 1); } } }
Instance of Symbol 265 MovieClip in Frame 611
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (this._y > (_root.player._y - 500)) { yit = Math.floor(Math.random() * 371) + 30; if (this._x < -500) { this._x = 900; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } if (this._x > 1000) { this._x = -400; this._y = _root.depth._y - yit; die = 1; this.gotoAndStop(1); } if (scared < 50) { this._y = this._y - 1; } if (die == 1) { myRadians = Math.atan2(this._y - _root.player._y, this._x - _root.player._x); xleg = this._x - _root.player._x; yleg = this._y - _root.player._y; scared = Math.sqrt((xleg * xleg) + (yleg * yleg)); this._x = this._x + 4; } if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("eatit1"); reat.start(0, 1); this.gotoAndPlay("die"); scoreity = 200; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.bar1.gotoAndStop(_global.boost + 1); } } }
Instance of Symbol 317 MovieClip "tools" in Frame 611
onClipEvent (load) { _root.tools.swapDepths(1000000); _root.finalscore.swapDepths(1000001); }
Frame 612
Frame 613
gotoAndPlay (220); stop();
Symbol 30 MovieClip Frame 16
gotoAndPlay (1);
Symbol 52 MovieClip Frame 73
_root.player.gotoAndStop(1);
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 3
stop();
Symbol 68 MovieClip Frame 4
stop();
Symbol 68 MovieClip Frame 13
stop();
Symbol 68 MovieClip Frame 18
stop();
Symbol 68 MovieClip Frame 66
stop();
Instance of Symbol 67 MovieClip "cs1" in Symbol 68 MovieClip Frame 66
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 84 MovieClip Frame 16
gotoAndPlay (2);
Symbol 109 MovieClip Frame 1
stop();
Instance of Symbol 67 MovieClip "cs1" in Symbol 109 MovieClip Frame 1
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 109 MovieClip Frame 7
stop();
Symbol 109 MovieClip Frame 63
removeMovieClip(this);
Instance of Symbol 67 MovieClip "cs1" in Symbol 109 MovieClip Frame 63
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 132 MovieClip Frame 33
stop();
Symbol 137 Button
on (press) { gotoAndPlay (251); fx1 = new Sound(zoop); fx1.attachSound("pop"); fx1.stop("pop"); fx1.start(0, 1); }
Symbol 138 Button
on (press) { Stage.showMenu = false; gotoAndPlay (591); fx1 = new Sound(zoop); fx1.attachSound("pop"); fx1.stop("pop"); fx1.start(0, 1); }
Symbol 143 Button
on (press) { gotoAndPlay (251); }
Symbol 144 MovieClip Frame 1
stop();
Symbol 154 Button
on (press) { getURL ("http://jjwallacedesign.googlepages.com/"); }
Symbol 155 MovieClip Frame 10
stop();
Symbol 158 Button
on (press) { gotoAndPlay (221); fx1 = new Sound(zoop); fx1.attachSound("pop"); fx1.stop("pop"); fx1.start(0, 1); }
Symbol 160 Button
on (press) { gotoAndPlay (611); stopAllSounds(); }
Symbol 164 Button
on (press) { fx12 = new Sound(zoop); fx12.attachSound("sfxswitch1"); fx12.stop("sfxswitch1"); fx12.start(0, 1); play(); }
Symbol 167 MovieClip Frame 1
_quality = "medium"; stop();
Symbol 167 MovieClip Frame 2
_quality = "high"; stop();
Symbol 167 MovieClip Frame 3
_quality = "low"; stop();
Symbol 170 Button
on (press) { gotoAndPlay (611); }
Symbol 177 MovieClip Frame 30
stop();
Symbol 177 MovieClip Frame 92
stop();
Symbol 189 MovieClip Frame 1
gotoAndPlay ("base");
Symbol 189 MovieClip Frame 11
stop();
Symbol 204 Button
on (press) { _root.player.maxspeed = 20; reat = new Sound(); reat.attachSound("magical bing"); reat.start(0, 1); }
Symbol 210 MovieClip Frame 1
gotoAndPlay ("base");
Symbol 210 MovieClip Frame 11
stop();
Symbol 210 MovieClip Frame 23
gotoAndPlay ("base");
Symbol 213 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 33
removeMovieClip(this); stop();
Symbol 235 MovieClip Frame 25
stop();
Symbol 245 MovieClip Frame 1
stop();
Instance of Symbol 67 MovieClip "cs1" in Symbol 245 MovieClip Frame 1
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 245 MovieClip Frame 63
removeMovieClip(this);
Instance of Symbol 67 MovieClip "cs1" in Symbol 245 MovieClip Frame 63
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 57
removeMovieClip(this);
Instance of Symbol 67 MovieClip "cs1" in Symbol 255 MovieClip Frame 57
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 265 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 111
stop();
Symbol 271 MovieClip Frame 59
gotoAndPlay (1);
Symbol 271 MovieClip Frame 96
_global.boom = 0; stop();
Symbol 276 MovieClip Frame 20
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 61
stop();
Symbol 291 MovieClip Frame 1
stop();
Symbol 304 Button
on (press) { fx12 = new Sound(zoop); fx12.attachSound("sfxswitch1"); fx12.stop("sfxswitch1"); fx12.start(0, 1); this.play(); }
Symbol 311 MovieClip Frame 1
_global.timeday = 0; stop();
Symbol 311 MovieClip Frame 2
_global.timeday = 1; if (_root.player.skyit > 3000) { _root.sky.gotoAndPlay("day"); } else { _root.sky.gotoAndPlay("daystart"); } _root.player.skyit = 0; stop();
Symbol 311 MovieClip Frame 3
_global.timeday = 2; _root.sky.gotoAndPlay("night"); _root.player.skyit = 3001; stop();
Symbol 314 Button
on (press) { _root.helpbar.play(); }
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 12
stop();
Instance of Symbol 167 MovieClip in Symbol 316 MovieClip Frame 12
onClipEvent (load) { if (_quality == "low") { this.gotoAndStop(1); } if (_quality == "medium") { this.gotoAndStop(2); } if (_quality == "high") { this.gotoAndStop(3); } }
Symbol 316 MovieClip Frame 13
if (_root.helpbar._currentframe == 10) { _root.helpbar.gotoAndPlay(11); }
Symbol 324 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 10
stop();
Symbol 324 MovieClip Frame 24
stop();
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 25
stop();
Symbol 339 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 10
stop();
Symbol 366 MovieClip Frame 644
stop();

Library Items

Symbol 1 Sound [zoop]
Symbol 2 Sound [sfxswitch1]
Symbol 3 Sound [expire]
Symbol 4 Sound [music6]
Symbol 5 Sound [music3]
Symbol 6 Sound [music2]
Symbol 7 Sound [music1]
Symbol 8 Sound [magical bing]
Symbol 9 Sound [eatit1]
Symbol 10 Sound [Clunk]
Symbol 11 Sound [boingboing]
Symbol 12 Sound [Anders2]
Symbol 13 Sound [Pop]Used by:366
Symbol 14 Sound [barf]Used by:282
Symbol 15 Sound [menumusic]Used by:Timeline
Symbol 16 Sound [underwater]Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClip [wagger]Uses:17
Symbol 19 FontUsed by:20 146 330 333
Symbol 20 EditableTextUses:19Used by:Timeline
Symbol 21 GraphicUsed by:70
Symbol 22 GraphicUsed by:70
Symbol 23 ShapeTweeningUsed by:70
Symbol 24 GraphicUsed by:30 84
Symbol 25 ShapeTweeningUsed by:30
Symbol 26 ShapeTweeningUsed by:30
Symbol 27 ShapeTweeningUsed by:30
Symbol 28 ShapeTweeningUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:24 25 26 27 28 29Used by:68 109 245
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClipUses:32Used by:68 109 245 255
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:68 109 144 245 255 265 271
Symbol 36 ShapeTweeningUsed by:41
Symbol 37 ShapeTweeningUsed by:41
Symbol 38 ShapeTweeningUsed by:41
Symbol 39 ShapeTweeningUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:36 37 38 39 40Used by:68 265
Symbol 42 GraphicUsed by:52 293 298
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:52
Symbol 45 GraphicUsed by:52
Symbol 46 ShapeTweeningUsed by:52
Symbol 47 GraphicUsed by:52
Symbol 48 GraphicUsed by:52
Symbol 49 ShapeTweeningUsed by:52
Symbol 50 ShapeTweeningUsed by:52
Symbol 51 ShapeTweeningUsed by:52
Symbol 52 MovieClipUses:42 44 45 46 47 48 49 50 51Used by:68
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClipUses:54Used by:68 291
Symbol 56 ShapeTweeningUsed by:68
Symbol 57 ShapeTweeningUsed by:68
Symbol 58 ShapeTweeningUsed by:68
Symbol 59 ShapeTweeningUsed by:68
Symbol 60 ShapeTweeningUsed by:68
Symbol 61 ShapeTweeningUsed by:68
Symbol 62 ShapeTweeningUsed by:68
Symbol 63 ShapeTweeningUsed by:68
Symbol 64 ShapeTweeningUsed by:68
Symbol 65 GraphicUsed by:68
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:68 109 245 255
Symbol 68 MovieClipUses:30 33 35 41 52 55 56 57 58 59 60 61 62 63 64 65 67Used by:70 136  Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:21 22 23 68 69Used by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 GraphicUsed by:109 245
Symbol 78 GraphicUsed by:109 245
Symbol 79 ShapeTweeningUsed by:84
Symbol 80 ShapeTweeningUsed by:84
Symbol 81 ShapeTweeningUsed by:84
Symbol 82 ShapeTweeningUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:24 79 80 81 82 83Used by:109 255
Symbol 85 ShapeTweeningUsed by:88
Symbol 86 ShapeTweeningUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:85 86 87Used by:109 144 245
Symbol 89 GraphicUsed by:109 144 245
Symbol 90 ShapeTweeningUsed by:95
Symbol 91 ShapeTweeningUsed by:95
Symbol 92 ShapeTweeningUsed by:95
Symbol 93 ShapeTweeningUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:90 91 92 93 94Used by:109 144 245
Symbol 96 GraphicUsed by:109
Symbol 97 ShapeTweeningUsed by:109
Symbol 98 ShapeTweeningUsed by:109
Symbol 99 ShapeTweeningUsed by:109
Symbol 100 ShapeTweeningUsed by:109
Symbol 101 ShapeTweeningUsed by:109
Symbol 102 ShapeTweeningUsed by:109
Symbol 103 ShapeTweeningUsed by:109
Symbol 104 ShapeTweeningUsed by:109
Symbol 105 ShapeTweeningUsed by:109
Symbol 106 GraphicUsed by:109 245 255
Symbol 107 GraphicUsed by:109 245 255
Symbol 108 GraphicUsed by:109 245 255
Symbol 109 MovieClipUses:30 33 35 67 77 78 84 88 89 95 96 97 98 99 100 101 102 103 104 105 106 107 108Used by:Timeline
Symbol 110 GraphicUsed by:Timeline
Symbol 111 ShapeTweeningUsed by:Timeline
Symbol 112 SoundUsed by:229  Timeline
Symbol 113 GraphicUsed by:Timeline
Symbol 114 GraphicUsed by:Timeline
Symbol 115 ShapeTweeningUsed by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 GraphicUsed by:120 137 143 158
Symbol 118 GraphicUsed by:120 137
Symbol 119 GraphicUsed by:120 137
Symbol 120 ButtonUses:117 118 119Used by:Timeline
Symbol 121 GraphicUsed by:128 138 160 170
Symbol 122 ShapeTweeningUsed by:125 128 138 160 170
Symbol 123 ShapeTweeningUsed by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:122 123 124Used by:128 138 160 170
Symbol 126 GraphicUsed by:128 138 160 170
Symbol 127 GraphicUsed by:128 138 160 170
Symbol 128 ButtonUses:121 125 126 127 122Used by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:132  Timeline
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:130 131Used by:Timeline
Symbol 133 GraphicUsed by:Timeline
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:134 68 135Used by:Timeline
Symbol 137 ButtonUses:117 118 119Used by:Timeline
Symbol 138 ButtonUses:121 125 126 127 122Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:143 158
Symbol 142 GraphicUsed by:143 158
Symbol 143 ButtonUses:117 141 142Used by:Timeline
Symbol 144 MovieClipUses:88 89 95 35Used by:Timeline
Symbol 145 GraphicUsed by:Timeline
Symbol 146 EditableTextUses:19Used by:Timeline
Symbol 147 ShapeTweeningUsed by:155
Symbol 148 ShapeTweeningUsed by:155
Symbol 149 GraphicUsed by:155 366
Symbol 150 GraphicUsed by:155
Symbol 151 GraphicUsed by:154
Symbol 152 GraphicUsed by:154
Symbol 153 GraphicUsed by:154
Symbol 154 ButtonUses:151 152 153Used by:155
Symbol 155 MovieClipUses:147 148 149 150 154Used by:Timeline
Symbol 156 FontUsed by:157 292 319 320 321 335 336 337
Symbol 157 TextUses:156Used by:Timeline
Symbol 158 ButtonUses:117 141 142Used by:Timeline
Symbol 159 GraphicUsed by:Timeline
Symbol 160 ButtonUses:121 125 126 127 122Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 GraphicUsed by:167
Symbol 163 GraphicUsed by:164
Symbol 164 ButtonUses:163Used by:167 311
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:162 164 165 166Used by:316  Timeline
Symbol 168 FontUsed by:169 295 306 307 331 332 335 337 349 350 353 354 357 358
Symbol 169 TextUses:168Used by:Timeline
Symbol 170 ButtonUses:121 125 126 127 122Used by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:177
Symbol 173 GraphicUsed by:174 279
Symbol 174 MovieClipUses:173Used by:177
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:177
Symbol 177 MovieClipUses:172 174 176Used by:Timeline
Symbol 178 GraphicUsed by:189
Symbol 179 GraphicUsed by:189
Symbol 180 GraphicUsed by:189
Symbol 181 GraphicUsed by:189
Symbol 182 GraphicUsed by:189
Symbol 183 GraphicUsed by:189
Symbol 184 GraphicUsed by:189
Symbol 185 GraphicUsed by:189
Symbol 186 GraphicUsed by:189
Symbol 187 GraphicUsed by:189
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:178 179 180 181 182 183 184 185 186 187 188Used by:Timeline
Symbol 190 GraphicUsed by:210
Symbol 191 GraphicUsed by:210
Symbol 192 GraphicUsed by:210
Symbol 193 GraphicUsed by:210
Symbol 194 GraphicUsed by:210
Symbol 195 GraphicUsed by:210
Symbol 196 GraphicUsed by:210
Symbol 197 GraphicUsed by:210
Symbol 198 GraphicUsed by:210
Symbol 199 GraphicUsed by:210
Symbol 200 GraphicUsed by:210
Symbol 201 GraphicUsed by:210
Symbol 202 GraphicUsed by:210
Symbol 203 GraphicUsed by:204
Symbol 204 ButtonUses:203Used by:210
Symbol 205 GraphicUsed by:210
Symbol 206 GraphicUsed by:210
Symbol 207 GraphicUsed by:210
Symbol 208 GraphicUsed by:210
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:190 191 192 193 194 195 196 197 198 199 200 201 202 204 205 206 207 208 209Used by:Timeline
Symbol 211 GraphicUsed by:213
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:211 212Used by:Timeline
Symbol 214 GraphicUsed by:216
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:214 215Used by:Timeline
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:219 220
Symbol 219 MovieClipUses:218Used by:Timeline
Symbol 220 MovieClipUses:218Used by:Timeline
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:229
Symbol 223 GraphicUsed by:229
Symbol 224 ShapeTweeningUsed by:229
Symbol 225 ShapeTweeningUsed by:229
Symbol 226 ShapeTweeningUsed by:229
Symbol 227 ShapeTweeningUsed by:229
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:222 223 224 112 225 226 227 228Used by:Timeline
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:Timeline
Symbol 232 ShapeTweeningUsed by:235
Symbol 233 ShapeTweeningUsed by:235
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:232 233 234Used by:Timeline
Symbol 236 ShapeTweeningUsed by:245
Symbol 237 ShapeTweeningUsed by:245
Symbol 238 ShapeTweeningUsed by:245
Symbol 239 ShapeTweeningUsed by:245
Symbol 240 ShapeTweeningUsed by:245
Symbol 241 ShapeTweeningUsed by:245
Symbol 242 ShapeTweeningUsed by:245
Symbol 243 ShapeTweeningUsed by:245
Symbol 244 ShapeTweeningUsed by:245
Symbol 245 MovieClipUses:30 33 35 67 77 88 89 95 78 236 237 238 239 240 241 242 243 244 106 107 108Used by:Timeline
Symbol 246 ShapeTweeningUsed by:255
Symbol 247 ShapeTweeningUsed by:255
Symbol 248 ShapeTweeningUsed by:255
Symbol 249 ShapeTweeningUsed by:255
Symbol 250 ShapeTweeningUsed by:255
Symbol 251 ShapeTweeningUsed by:255
Symbol 252 ShapeTweeningUsed by:255
Symbol 253 ShapeTweeningUsed by:255
Symbol 254 ShapeTweeningUsed by:255
Symbol 255 MovieClipUses:84 33 35 246 247 248 249 250 251 252 253 254 106 107 108 67Used by:265
Symbol 256 ShapeTweeningUsed by:265
Symbol 257 ShapeTweeningUsed by:265
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:260
Symbol 260 MovieClipUses:259Used by:265
Symbol 261 SoundUsed by:265
Symbol 262 ShapeTweeningUsed by:265
Symbol 263 ShapeTweeningUsed by:265
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:255 41 35 256 257 260 261 262 263 264Used by:Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:271
Symbol 268 ShapeTweeningUsed by:271
Symbol 269 SoundUsed by:271
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:267 35 268 269 270Used by:Timeline
Symbol 272 ShapeTweeningUsed by:276
Symbol 273 ShapeTweeningUsed by:276
Symbol 274 ShapeTweeningUsed by:276
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:272 273 274 275Used by:Timeline
Symbol 277 GraphicUsed by:282
Symbol 278 GraphicUsed by:281
Symbol 279 MovieClipUses:173Used by:281
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:278 279 280Used by:282 324
Symbol 282 MovieClipUses:277 281 14Used by:317
Symbol 283 GraphicUsed by:317
Symbol 284 GraphicUsed by:291
Symbol 285 GraphicUsed by:291
Symbol 286 GraphicUsed by:291
Symbol 287 GraphicUsed by:291
Symbol 288 GraphicUsed by:291
Symbol 289 GraphicUsed by:291
Symbol 290 GraphicUsed by:291
Symbol 291 MovieClipUses:284 285 286 287 288 289 290 55Used by:317
Symbol 292 EditableTextUses:156Used by:317
Symbol 293 MovieClipUses:42Used by:317
Symbol 294 GraphicUsed by:317
Symbol 295 EditableTextUses:168Used by:317
Symbol 296 GraphicUsed by:317
Symbol 297 GraphicUsed by:316
Symbol 298 MovieClipUses:42Used by:316
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:316
Symbol 301 GraphicUsed by:304 305
Symbol 302 GraphicUsed by:304 305
Symbol 303 GraphicUsed by:304 305
Symbol 304 ButtonUses:301 302 303Used by:316
Symbol 305 ButtonUses:301 302 303Used by:316
Symbol 306 TextUses:168Used by:316
Symbol 307 TextUses:168Used by:316
Symbol 308 GraphicUsed by:311
Symbol 309 GraphicUsed by:311
Symbol 310 GraphicUsed by:311
Symbol 311 MovieClipUses:308 164 309 310Used by:316
Symbol 312 GraphicUsed by:314
Symbol 313 GraphicUsed by:314
Symbol 314 ButtonUses:312 313Used by:315
Symbol 315 MovieClipUses:314Used by:316
Symbol 316 MovieClipUses:297 298 300 304 305 167 306 307 311 315Used by:317
Symbol 317 MovieClipUses:282 283 291 292 293 294 295 296 316Used by:Timeline
Symbol 318 GraphicUsed by:324
Symbol 319 TextUses:156Used by:324
Symbol 320 TextUses:156Used by:324
Symbol 321 TextUses:156Used by:324
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:324
Symbol 324 MovieClipUses:318 319 320 321 281 323Used by:329
Symbol 325 GraphicUsed by:326
Symbol 326 MovieClipUses:325Used by:329
Symbol 327 GraphicUsed by:328
Symbol 328 MovieClipUses:327Used by:329
Symbol 329 MovieClipUses:324 326 328Used by:Timeline
Symbol 330 EditableTextUses:19Used by:Timeline
Symbol 331 EditableTextUses:168Used by:Timeline
Symbol 332 EditableTextUses:168Used by:Timeline
Symbol 333 EditableTextUses:19Used by:Timeline
Symbol 334 GraphicUsed by:338
Symbol 335 TextUses:168 156Used by:338
Symbol 336 TextUses:156Used by:338
Symbol 337 TextUses:168 156Used by:338
Symbol 338 MovieClipUses:334 335 336 337Used by:339
Symbol 339 MovieClipUses:338Used by:Timeline
Symbol 340 ShapeTweeningUsed by:366
Symbol 341 ShapeTweeningUsed by:366
Symbol 342 GraphicUsed by:366
Symbol 343 ShapeTweeningUsed by:366
Symbol 344 ShapeTweeningUsed by:366
Symbol 345 GraphicUsed by:366
Symbol 346 ShapeTweeningUsed by:366
Symbol 347 ShapeTweeningUsed by:366
Symbol 348 GraphicUsed by:366
Symbol 349 TextUses:168Used by:366
Symbol 350 TextUses:168Used by:366
Symbol 351 ShapeTweeningUsed by:366
Symbol 352 ShapeTweeningUsed by:366
Symbol 353 TextUses:168Used by:366
Symbol 354 TextUses:168Used by:366
Symbol 355 ShapeTweeningUsed by:366
Symbol 356 ShapeTweeningUsed by:366
Symbol 357 TextUses:168Used by:366
Symbol 358 TextUses:168Used by:366
Symbol 359 ShapeTweeningUsed by:366
Symbol 360 ShapeTweeningUsed by:366
Symbol 361 GraphicUsed by:366
Symbol 362 ShapeTweeningUsed by:366
Symbol 363 ShapeTweeningUsed by:366
Symbol 364 GraphicUsed by:366
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:340 13 341 149 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365Used by:Timeline

Instance Names

"loadBar"Frame 1Symbol 70 MovieClip
"food1"Frame 149Symbol 109 MovieClip
"food1"Frame 251Symbol 144 MovieClip
"player"Frame 251Symbol 68 MovieClip
"food1"Frame 590Symbol 144 MovieClip
"player"Frame 591Symbol 68 MovieClip
"sky"Frame 611Symbol 177 MovieClip
"backstuff2"Frame 611Symbol 189 MovieClip
"backstuff1"Frame 611Symbol 210 MovieClip
"player"Frame 611Symbol 68 MovieClip
"depth"Frame 611Symbol 213 MovieClip
"topdepth2"Frame 611Symbol 216 MovieClip
"topdepth3"Frame 611Symbol 216 MovieClip
"topdepth1"Frame 611Symbol 216 MovieClip
"bubble2"Frame 611Symbol 219 MovieClip
"drop1"Frame 611Symbol 220 MovieClip
"splash"Frame 611Symbol 229 MovieClip
"splashup"Frame 611Symbol 229 MovieClip
"food1"Frame 611Symbol 109 MovieClip
"backdot1"Frame 611Symbol 231 MovieClip
"wavel"Frame 611Symbol 235 MovieClip
"waver"Frame 611Symbol 235 MovieClip
"enemy1"Frame 611Symbol 245 MovieClip
"zoom"Frame 611Symbol 276 MovieClip
"tools"Frame 611Symbol 317 MovieClip
"restartbox"Frame 611Symbol 329 MovieClip
"finalscore"Frame 611Symbol 330 EditableText
"highlist"Frame 611Symbol 331 EditableText
"slot1"Frame 611Symbol 332 EditableText
"helpbar"Frame 611Symbol 339 MovieClip
"tail1"Symbol 68 MovieClip Frame 1Symbol 30 MovieClip
"eat"Symbol 68 MovieClip Frame 1Symbol 35 MovieClip
"cs1"Symbol 68 MovieClip Frame 66Symbol 67 MovieClip
"player"Symbol 70 MovieClip Frame 1Symbol 68 MovieClip
"player"Symbol 70 MovieClip Frame 100Symbol 68 MovieClip
"tail1"Symbol 109 MovieClip Frame 1Symbol 30 MovieClip
"eat"Symbol 109 MovieClip Frame 1Symbol 35 MovieClip
"cs1"Symbol 109 MovieClip Frame 1Symbol 67 MovieClip
"tail2"Symbol 109 MovieClip Frame 3Symbol 84 MovieClip
"tail2"Symbol 109 MovieClip Frame 3Symbol 84 MovieClip
"tail2"Symbol 109 MovieClip Frame 5Symbol 84 MovieClip
"tail2"Symbol 109 MovieClip Frame 5Symbol 84 MovieClip
"tail2"Symbol 109 MovieClip Frame 5Symbol 84 MovieClip
"tail2"Symbol 109 MovieClip Frame 5Symbol 84 MovieClip
"tail1"Symbol 109 MovieClip Frame 6Symbol 30 MovieClip
"cs1"Symbol 109 MovieClip Frame 63Symbol 67 MovieClip
"player"Symbol 136 MovieClip Frame 1Symbol 68 MovieClip
"eat"Symbol 144 MovieClip Frame 1Symbol 35 MovieClip
"tail1"Symbol 245 MovieClip Frame 1Symbol 30 MovieClip
"eat"Symbol 245 MovieClip Frame 1Symbol 35 MovieClip
"cs1"Symbol 245 MovieClip Frame 1Symbol 67 MovieClip
"tail1"Symbol 245 MovieClip Frame 4Symbol 30 MovieClip
"tail1"Symbol 245 MovieClip Frame 4Symbol 30 MovieClip
"tail1"Symbol 245 MovieClip Frame 4Symbol 30 MovieClip
"cs1"Symbol 245 MovieClip Frame 63Symbol 67 MovieClip
"tail2"Symbol 255 MovieClip Frame 1Symbol 84 MovieClip
"eat"Symbol 255 MovieClip Frame 1Symbol 35 MovieClip
"cs1"Symbol 255 MovieClip Frame 57Symbol 67 MovieClip
"food1"Symbol 265 MovieClip Frame 1Symbol 255 MovieClip
"bird"Symbol 265 MovieClip Frame 1Symbol 41 MovieClip
"eat"Symbol 265 MovieClip Frame 1Symbol 35 MovieClip
"eat"Symbol 271 MovieClip Frame 1Symbol 35 MovieClip
"helpy"Symbol 316 MovieClip Frame 12Symbol 315 MovieClip
"taste"Symbol 317 MovieClip Frame 1Symbol 282 MovieClip
"bar1"Symbol 317 MovieClip Frame 1Symbol 291 MovieClip
"instascore"Symbol 317 MovieClip Frame 1Symbol 292 EditableText
"instblock"Symbol 317 MovieClip Frame 1Symbol 293 MovieClip
"bar1"Symbol 317 MovieClip Frame 1Symbol 291 MovieClip
"score"Symbol 317 MovieClip Frame 1Symbol 295 EditableText
"menu1"Symbol 317 MovieClip Frame 1Symbol 316 MovieClip
"resety"Symbol 329 MovieClip Frame 1Symbol 324 MovieClip
"resety2"Symbol 329 MovieClip Frame 7Symbol 328 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "zoop"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sfxswitch1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "expire"
ExportAssets (56)Timeline Frame 1Symbol 4 as "music6"
ExportAssets (56)Timeline Frame 1Symbol 5 as "music3"
ExportAssets (56)Timeline Frame 1Symbol 6 as "music2"
ExportAssets (56)Timeline Frame 1Symbol 7 as "music1"
ExportAssets (56)Timeline Frame 1Symbol 8 as "magical bing"
ExportAssets (56)Timeline Frame 1Symbol 9 as "eatit1"
ExportAssets (56)Timeline Frame 1Symbol 10 as "Clunk"
ExportAssets (56)Timeline Frame 1Symbol 11 as "boingboing"
ExportAssets (56)Timeline Frame 1Symbol 12 as "Anders2"
ExportAssets (56)Timeline Frame 1Symbol 13 as "Pop"
ExportAssets (56)Timeline Frame 1Symbol 14 as "barf"
ExportAssets (56)Timeline Frame 1Symbol 15 as "menumusic"
ExportAssets (56)Timeline Frame 1Symbol 16 as "underwater"
ExportAssets (56)Timeline Frame 1Symbol 18 as "wagger"
ExportAssets (56)Timeline Frame 9Symbol 16 as "underwater"
ExportAssets (56)Timeline Frame 194Symbol 15 as "menumusic"
ExportAssets (56)Timeline Frame 591Symbol 15 as "menumusic"
ExportAssets (56)Timeline Frame 611Symbol 14 as "barf"
ExportAssets (56)Timeline Frame 611Symbol 13 as "Pop"
ExportAssets (56)Timeline Frame 611Symbol 13 as "Pop"
ExportAssets (56)Timeline Frame 611Symbol 13 as "Pop"
ExportAssets (56)Timeline Frame 611Symbol 13 as "Pop"
ExportAssets (56)Timeline Frame 611Symbol 13 as "Pop"
ExportAssets (56)Timeline Frame 611Symbol 13 as "Pop"
ExportAssets (56)Timeline Frame 611Symbol 13 as "Pop"

Labels

"lwings"Symbol 68 MovieClip Frame 3
"rwings"Symbol 68 MovieClip Frame 4
"shield"Symbol 68 MovieClip Frame 6
"playerred"Symbol 68 MovieClip Frame 13
"invy"Symbol 68 MovieClip Frame 18
"die"Symbol 68 MovieClip Frame 33
"die"Symbol 109 MovieClip Frame 30
"daystart"Symbol 177 MovieClip Frame 1
"night"Symbol 177 MovieClip Frame 36
"day"Symbol 177 MovieClip Frame 94
"base"Symbol 189 MovieClip Frame 11
"base"Symbol 210 MovieClip Frame 11
"die"Symbol 245 MovieClip Frame 30
"die"Symbol 255 MovieClip Frame 24
"die"Symbol 265 MovieClip Frame 12
"die"Symbol 271 MovieClip Frame 62
"bad"Symbol 282 MovieClip Frame 10
"barf"Symbol 324 MovieClip Frame 5
"goody"Symbol 324 MovieClip Frame 17
"starty"Symbol 329 MovieClip Frame 2
"endy"Symbol 329 MovieClip Frame 26

Dynamic Text Variables

loadTextSymbol 20 EditableText""




http://swfchan.com/11/54103/info.shtml
Created: 22/4 -2019 00:22:30 Last modified: 22/4 -2019 00:22:30 Server time: 14/05 -2024 20:22:30