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

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

Feed N Frenzy.swf

This is the info page for
Flash #47076

(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)

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 181 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 193 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 214 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 217 MovieClip "depth" in Frame 611
onClipEvent (load) { } onClipEvent (enterFrame) { this._yscale = 300; this._y = this._y + _global.ygo; }
Instance of Symbol 223 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 224 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 233 MovieClip "splash" in Frame 611
onClipEvent (enterFrame) { this._y = _root.depth._y + 10; this._x = this._x + _global.xgo; }
Instance of Symbol 233 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 235 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 239 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 239 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 249 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 269 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 269 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 275 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 280 MovieClip "zoom" in Frame 611
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; }
Instance of Symbol 269 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 269 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 269 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 269 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 269 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 269 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 321 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 173 MovieClip Frame 10
stop();
Symbol 174 Button
on (press) { gotoAndPlay (611); }
Symbol 181 MovieClip Frame 30
stop();
Symbol 181 MovieClip Frame 92
stop();
Symbol 193 MovieClip Frame 1
gotoAndPlay ("base");
Symbol 193 MovieClip Frame 11
stop();
Symbol 208 Button
on (press) { _root.player.maxspeed = 20; reat = new Sound(); reat.attachSound("magical bing"); reat.start(0, 1); }
Symbol 214 MovieClip Frame 1
gotoAndPlay ("base");
Symbol 214 MovieClip Frame 11
stop();
Symbol 214 MovieClip Frame 23
gotoAndPlay ("base");
Symbol 217 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 33
removeMovieClip(this); stop();
Symbol 239 MovieClip Frame 25
stop();
Symbol 249 MovieClip Frame 1
stop();
Instance of Symbol 67 MovieClip "cs1" in Symbol 249 MovieClip Frame 1
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 249 MovieClip Frame 63
removeMovieClip(this);
Instance of Symbol 67 MovieClip "cs1" in Symbol 249 MovieClip Frame 63
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 259 MovieClip Frame 1
stop();
Symbol 259 MovieClip Frame 57
removeMovieClip(this);
Instance of Symbol 67 MovieClip "cs1" in Symbol 259 MovieClip Frame 57
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 111
stop();
Symbol 275 MovieClip Frame 59
gotoAndPlay (1);
Symbol 275 MovieClip Frame 96
_global.boom = 0; stop();
Symbol 280 MovieClip Frame 20
stop();
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 61
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 308 Button
on (press) { fx12 = new Sound(zoop); fx12.attachSound("sfxswitch1"); fx12.stop("sfxswitch1"); fx12.start(0, 1); this.play(); }
Symbol 315 MovieClip Frame 1
_global.timeday = 0; stop();
Symbol 315 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 315 MovieClip Frame 3
_global.timeday = 2; _root.sky.gotoAndPlay("night"); _root.player.skyit = 3001; stop();
Symbol 318 Button
on (press) { _root.helpbar.play(); }
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 12
stop();
Instance of Symbol 167 MovieClip in Symbol 320 MovieClip Frame 12
onClipEvent (load) { if (_quality == "low") { this.gotoAndStop(1); } if (_quality == "medium") { this.gotoAndStop(2); } if (_quality == "high") { this.gotoAndStop(3); } }
Symbol 320 MovieClip Frame 13
if (_root.helpbar._currentframe == 10) { _root.helpbar.gotoAndPlay(11); }
Symbol 328 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 10
stop();
Symbol 328 MovieClip Frame 24
stop();
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 25
stop();
Symbol 343 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 10
stop();

Library Items

Symbol 1 Sound [zoop]
Symbol 2 Sound [sfxswitch1]
Symbol 3 Sound [Pop]
Symbol 4 Sound [expire]
Symbol 5 Sound [music6]
Symbol 6 Sound [music3]
Symbol 7 Sound [music2]
Symbol 8 Sound [music1]
Symbol 9 Sound [magical bing]
Symbol 10 Sound [eatit1]
Symbol 11 Sound [Clunk]
Symbol 12 Sound [boingboing]
Symbol 13 Sound [Anders2]
Symbol 14 Sound [barf]Used by:286
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 334 337
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 249
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClipUses:32Used by:68 109 249 259
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:68 109 144 249 259 269 275
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 269
Symbol 42 GraphicUsed by:52 297 302
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 295
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 249 259
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 249
Symbol 78 GraphicUsed by:109 249
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 259
Symbol 85 ShapeTweeningUsed by:88
Symbol 86 ShapeTweeningUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:85 86 87Used by:109 144 249
Symbol 89 GraphicUsed by:109 144 249
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 249
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 249 259
Symbol 107 GraphicUsed by:109 249 259
Symbol 108 GraphicUsed by:109 249 259
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:233  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 174
Symbol 122 ShapeTweeningUsed by:125 128 138 160 174
Symbol 123 ShapeTweeningUsed by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:122 123 124Used by:128 138 160 174
Symbol 126 GraphicUsed by:128 138 160 174
Symbol 127 GraphicUsed by:128 138 160 174
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 173
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 296 323 324 325 339 340 341
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 315
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:162 164 165 166Used by:320  Timeline
Symbol 168 FontUsed by:169 299 310 311 335 336 339 341
Symbol 169 TextUses:168Used by:Timeline
Symbol 170 ShapeTweeningUsed by:173
Symbol 171 ShapeTweeningUsed by:173
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:170 171 149 172Used by:Timeline
Symbol 174 ButtonUses:121 125 126 127 122Used by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:181
Symbol 177 GraphicUsed by:178 283
Symbol 178 MovieClipUses:177Used by:181
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:181
Symbol 181 MovieClipUses:176 178 180Used by:Timeline
Symbol 182 GraphicUsed by:193
Symbol 183 GraphicUsed by:193
Symbol 184 GraphicUsed by:193
Symbol 185 GraphicUsed by:193
Symbol 186 GraphicUsed by:193
Symbol 187 GraphicUsed by:193
Symbol 188 GraphicUsed by:193
Symbol 189 GraphicUsed by:193
Symbol 190 GraphicUsed by:193
Symbol 191 GraphicUsed by:193
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:182 183 184 185 186 187 188 189 190 191 192Used by:Timeline
Symbol 194 GraphicUsed by:214
Symbol 195 GraphicUsed by:214
Symbol 196 GraphicUsed by:214
Symbol 197 GraphicUsed by:214
Symbol 198 GraphicUsed by:214
Symbol 199 GraphicUsed by:214
Symbol 200 GraphicUsed by:214
Symbol 201 GraphicUsed by:214
Symbol 202 GraphicUsed by:214
Symbol 203 GraphicUsed by:214
Symbol 204 GraphicUsed by:214
Symbol 205 GraphicUsed by:214
Symbol 206 GraphicUsed by:214
Symbol 207 GraphicUsed by:208
Symbol 208 ButtonUses:207Used by:214
Symbol 209 GraphicUsed by:214
Symbol 210 GraphicUsed by:214
Symbol 211 GraphicUsed by:214
Symbol 212 GraphicUsed by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:194 195 196 197 198 199 200 201 202 203 204 205 206 208 209 210 211 212 213Used by:Timeline
Symbol 215 GraphicUsed by:217
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:215 216Used by:Timeline
Symbol 218 GraphicUsed by:220
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:218 219Used by:Timeline
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:223 224
Symbol 223 MovieClipUses:222Used by:Timeline
Symbol 224 MovieClipUses:222Used by:Timeline
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:233
Symbol 227 GraphicUsed by:233
Symbol 228 ShapeTweeningUsed by:233
Symbol 229 ShapeTweeningUsed by:233
Symbol 230 ShapeTweeningUsed by:233
Symbol 231 ShapeTweeningUsed by:233
Symbol 232 GraphicUsed by:233
Symbol 233 MovieClipUses:226 227 228 112 229 230 231 232Used by:Timeline
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:234Used by:Timeline
Symbol 236 ShapeTweeningUsed by:239
Symbol 237 ShapeTweeningUsed by:239
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:236 237 238Used by:Timeline
Symbol 240 ShapeTweeningUsed by:249
Symbol 241 ShapeTweeningUsed by:249
Symbol 242 ShapeTweeningUsed by:249
Symbol 243 ShapeTweeningUsed by:249
Symbol 244 ShapeTweeningUsed by:249
Symbol 245 ShapeTweeningUsed by:249
Symbol 246 ShapeTweeningUsed by:249
Symbol 247 ShapeTweeningUsed by:249
Symbol 248 ShapeTweeningUsed by:249
Symbol 249 MovieClipUses:30 33 35 67 77 88 89 95 78 240 241 242 243 244 245 246 247 248 106 107 108Used by:Timeline
Symbol 250 ShapeTweeningUsed by:259
Symbol 251 ShapeTweeningUsed by:259
Symbol 252 ShapeTweeningUsed by:259
Symbol 253 ShapeTweeningUsed by:259
Symbol 254 ShapeTweeningUsed by:259
Symbol 255 ShapeTweeningUsed by:259
Symbol 256 ShapeTweeningUsed by:259
Symbol 257 ShapeTweeningUsed by:259
Symbol 258 ShapeTweeningUsed by:259
Symbol 259 MovieClipUses:84 33 35 250 251 252 253 254 255 256 257 258 106 107 108 67Used by:269
Symbol 260 ShapeTweeningUsed by:269
Symbol 261 ShapeTweeningUsed by:269
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:262Used by:264
Symbol 264 MovieClipUses:263Used by:269
Symbol 265 SoundUsed by:269
Symbol 266 ShapeTweeningUsed by:269
Symbol 267 ShapeTweeningUsed by:269
Symbol 268 GraphicUsed by:269
Symbol 269 MovieClipUses:259 41 35 260 261 264 265 266 267 268Used by:Timeline
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:270Used by:275
Symbol 272 ShapeTweeningUsed by:275
Symbol 273 SoundUsed by:275
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:271 35 272 273 274Used by:Timeline
Symbol 276 ShapeTweeningUsed by:280
Symbol 277 ShapeTweeningUsed by:280
Symbol 278 ShapeTweeningUsed by:280
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:276 277 278 279Used by:Timeline
Symbol 281 GraphicUsed by:286
Symbol 282 GraphicUsed by:285
Symbol 283 MovieClipUses:177Used by:285
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:282 283 284Used by:286 328
Symbol 286 MovieClipUses:281 285 14Used by:321
Symbol 287 GraphicUsed by:321
Symbol 288 GraphicUsed by:295
Symbol 289 GraphicUsed by:295
Symbol 290 GraphicUsed by:295
Symbol 291 GraphicUsed by:295
Symbol 292 GraphicUsed by:295
Symbol 293 GraphicUsed by:295
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:288 289 290 291 292 293 294 55Used by:321
Symbol 296 EditableTextUses:156Used by:321
Symbol 297 MovieClipUses:42Used by:321
Symbol 298 GraphicUsed by:321
Symbol 299 EditableTextUses:168Used by:321
Symbol 300 GraphicUsed by:321
Symbol 301 GraphicUsed by:320
Symbol 302 MovieClipUses:42Used by:320
Symbol 303 GraphicUsed by:304
Symbol 304 MovieClipUses:303Used by:320
Symbol 305 GraphicUsed by:308 309
Symbol 306 GraphicUsed by:308 309
Symbol 307 GraphicUsed by:308 309
Symbol 308 ButtonUses:305 306 307Used by:320
Symbol 309 ButtonUses:305 306 307Used by:320
Symbol 310 TextUses:168Used by:320
Symbol 311 TextUses:168Used by:320
Symbol 312 GraphicUsed by:315
Symbol 313 GraphicUsed by:315
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:312 164 313 314Used by:320
Symbol 316 GraphicUsed by:318
Symbol 317 GraphicUsed by:318
Symbol 318 ButtonUses:316 317Used by:319
Symbol 319 MovieClipUses:318Used by:320
Symbol 320 MovieClipUses:301 302 304 308 309 167 310 311 315 319Used by:321
Symbol 321 MovieClipUses:286 287 295 296 297 298 299 300 320Used by:Timeline
Symbol 322 GraphicUsed by:328
Symbol 323 TextUses:156Used by:328
Symbol 324 TextUses:156Used by:328
Symbol 325 TextUses:156Used by:328
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:328
Symbol 328 MovieClipUses:322 323 324 325 285 327Used by:333
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:329Used by:333
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:331Used by:333
Symbol 333 MovieClipUses:328 330 332Used by:Timeline
Symbol 334 EditableTextUses:19Used by:Timeline
Symbol 335 EditableTextUses:168Used by:Timeline
Symbol 336 EditableTextUses:168Used by:Timeline
Symbol 337 EditableTextUses:19Used by:Timeline
Symbol 338 GraphicUsed by:342
Symbol 339 TextUses:168 156Used by:342
Symbol 340 TextUses:156Used by:342
Symbol 341 TextUses:168 156Used by:342
Symbol 342 MovieClipUses:338 339 340 341Used by:343
Symbol 343 MovieClipUses:342Used 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 181 MovieClip
"backstuff2"Frame 611Symbol 193 MovieClip
"backstuff1"Frame 611Symbol 214 MovieClip
"player"Frame 611Symbol 68 MovieClip
"depth"Frame 611Symbol 217 MovieClip
"topdepth2"Frame 611Symbol 220 MovieClip
"topdepth3"Frame 611Symbol 220 MovieClip
"topdepth1"Frame 611Symbol 220 MovieClip
"bubble2"Frame 611Symbol 223 MovieClip
"drop1"Frame 611Symbol 224 MovieClip
"splash"Frame 611Symbol 233 MovieClip
"splashup"Frame 611Symbol 233 MovieClip
"food1"Frame 611Symbol 109 MovieClip
"backdot1"Frame 611Symbol 235 MovieClip
"wavel"Frame 611Symbol 239 MovieClip
"waver"Frame 611Symbol 239 MovieClip
"enemy1"Frame 611Symbol 249 MovieClip
"zoom"Frame 611Symbol 280 MovieClip
"tools"Frame 611Symbol 321 MovieClip
"restartbox"Frame 611Symbol 333 MovieClip
"finalscore"Frame 611Symbol 334 EditableText
"highlist"Frame 611Symbol 335 EditableText
"slot1"Frame 611Symbol 336 EditableText
"helpbar"Frame 611Symbol 343 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 249 MovieClip Frame 1Symbol 30 MovieClip
"eat"Symbol 249 MovieClip Frame 1Symbol 35 MovieClip
"cs1"Symbol 249 MovieClip Frame 1Symbol 67 MovieClip
"tail1"Symbol 249 MovieClip Frame 4Symbol 30 MovieClip
"tail1"Symbol 249 MovieClip Frame 4Symbol 30 MovieClip
"tail1"Symbol 249 MovieClip Frame 4Symbol 30 MovieClip
"cs1"Symbol 249 MovieClip Frame 63Symbol 67 MovieClip
"tail2"Symbol 259 MovieClip Frame 1Symbol 84 MovieClip
"eat"Symbol 259 MovieClip Frame 1Symbol 35 MovieClip
"cs1"Symbol 259 MovieClip Frame 57Symbol 67 MovieClip
"food1"Symbol 269 MovieClip Frame 1Symbol 259 MovieClip
"bird"Symbol 269 MovieClip Frame 1Symbol 41 MovieClip
"eat"Symbol 269 MovieClip Frame 1Symbol 35 MovieClip
"eat"Symbol 275 MovieClip Frame 1Symbol 35 MovieClip
"helpy"Symbol 320 MovieClip Frame 12Symbol 319 MovieClip
"taste"Symbol 321 MovieClip Frame 1Symbol 286 MovieClip
"bar1"Symbol 321 MovieClip Frame 1Symbol 295 MovieClip
"instascore"Symbol 321 MovieClip Frame 1Symbol 296 EditableText
"instblock"Symbol 321 MovieClip Frame 1Symbol 297 MovieClip
"bar1"Symbol 321 MovieClip Frame 1Symbol 295 MovieClip
"score"Symbol 321 MovieClip Frame 1Symbol 299 EditableText
"menu1"Symbol 321 MovieClip Frame 1Symbol 320 MovieClip
"resety"Symbol 333 MovieClip Frame 1Symbol 328 MovieClip
"resety2"Symbol 333 MovieClip Frame 7Symbol 332 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 "Pop"
ExportAssets (56)Timeline Frame 1Symbol 4 as "expire"
ExportAssets (56)Timeline Frame 1Symbol 5 as "music6"
ExportAssets (56)Timeline Frame 1Symbol 6 as "music3"
ExportAssets (56)Timeline Frame 1Symbol 7 as "music2"
ExportAssets (56)Timeline Frame 1Symbol 8 as "music1"
ExportAssets (56)Timeline Frame 1Symbol 9 as "magical bing"
ExportAssets (56)Timeline Frame 1Symbol 10 as "eatit1"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Clunk"
ExportAssets (56)Timeline Frame 1Symbol 12 as "boingboing"
ExportAssets (56)Timeline Frame 1Symbol 13 as "Anders2"
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"

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 181 MovieClip Frame 1
"night"Symbol 181 MovieClip Frame 36
"day"Symbol 181 MovieClip Frame 94
"base"Symbol 193 MovieClip Frame 11
"base"Symbol 214 MovieClip Frame 11
"die"Symbol 249 MovieClip Frame 30
"die"Symbol 259 MovieClip Frame 24
"die"Symbol 269 MovieClip Frame 12
"die"Symbol 275 MovieClip Frame 62
"bad"Symbol 286 MovieClip Frame 10
"barf"Symbol 328 MovieClip Frame 5
"goody"Symbol 328 MovieClip Frame 17
"starty"Symbol 333 MovieClip Frame 2
"endy"Symbol 333 MovieClip Frame 26

Dynamic Text Variables

loadTextSymbol 20 EditableText""




http://swfchan.com/10/47076/info.shtml
Created: 2/5 -2019 13:38:50 Last modified: 2/5 -2019 13:38:50 Server time: 10/05 -2024 11:16:58