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

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

Turtle Market.swf

This is the info page for
Flash #72352

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


Text
SOUNDS

SOUNDS

ANIMATION

SOUNDS

ANIMATION

MISC

0

WELCOME

SPACE

THERE IS A SURPLUS!

0

0

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); }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Frame 2
gotoAndPlay (1);
Frame 3
Stage.showMenu = false; NewgroundsAPI.connectMovie(4864);
Frame 6
stop();
Frame 182
stopAllSounds();
Frame 189
Frame 1333
var myUN = ng_username; _root.usertext.text = myUN;
Instance of Symbol 122 MovieClip in Frame 1334
onClipEvent (enterFrame) { this._rotation = this._rotation - 25; }
Frame 1336
stop();
Frame 1356
stop();
Frame 1357
var main = new Sound(_root.musicbox); main.setVolume(100); stop(); _global.score = 0; _global.shells = 0; _global.health = 100;
Instance of Symbol 172 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._y = this._y - 5; this._y = this._y + _global.ygo; if (this._y > 700) { this._y = -100; } if (this._y < -200) { this._y = 600; } }
Instance of Symbol 181 MovieClip "bullet1" in Frame 1357
onClipEvent (load) { bullgo = 0; die = 0; } onClipEvent (enterFrame) { if (bullgo == 1) { if (die == 0) { mespeed = 30; 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 (this._x > 800) { bullgo = 0; die = 0; } if (this._x < -100) { bullgo = 0; die = 0; } if (this._y > 600) { bullgo = 0; die = 0; } if (this._y < -100) { bullgo = 0; die = 0; } } }
Instance of Symbol 181 MovieClip "bullet2" in Frame 1357
onClipEvent (load) { bullgo = 0; die = 0; } onClipEvent (enterFrame) { if (bullgo == 1) { if (die == 0) { mespeed = 30; 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 (this._x > 800) { bullgo = 0; die = 0; } if (this._x < -100) { bullgo = 0; die = 0; } if (this._y > 600) { bullgo = 0; die = 0; } if (this._y < -100) { bullgo = 0; die = 0; } } }
Instance of Symbol 181 MovieClip "bullet3" in Frame 1357
onClipEvent (load) { bullgo = 0; die = 0; } onClipEvent (enterFrame) { if (bullgo == 1) { if (die == 0) { mespeed = 30; 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 (this._x > 800) { bullgo = 0; die = 0; } if (this._x < -100) { bullgo = 0; die = 0; } if (this._y > 600) { bullgo = 0; die = 0; } if (this._y < -100) { bullgo = 0; die = 0; } } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 157 MovieClip "player" in Frame 1357
onClipEvent (load) { speed = 0; maxspeed = 10; _global.rotspeed1 = 4; } onClipEvent (enterFrame) { _root.shells.text = _global.shells; _root.score.text = _global.score; if (Key.isDown(37)) { this._rotation = this._rotation - ((speed / 3) + _global.rotspeed1); } else { _global.goleft = 0; } if (Key.isDown(39)) { this._rotation = this._rotation + ((speed / 3) + _global.rotspeed1); } else { _global.goright = 0; } if (Key.isDown(32)) { this.machinegun.machinegunin.play(); } if (speed < maxspeed) { speed = speed + 1; } if (Key.isDown(38)) { } _root.topdepth1._x = _root.topdepth1._x + _global.xgo; _root.topdepth2._x = _root.topdepth2._x + _global.xgo; _root.topdepth3._x = _root.topdepth3._x + _global.xgo; _root.topdepth1._y = _root.topdepth1._y + (_global.ygo - 4); _root.topdepth2._y = _root.topdepth2._y + (_global.ygo - 4); _root.topdepth3._y = _root.topdepth3._y + (_global.ygo - 4); 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; } _global.xgo = Math.cos((Math.PI * this._rotation) / 180) * speed; _global.ygo = Math.sin((Math.PI * this._rotation) / 180) * speed; }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 187 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < 500) { if (this._x < 700) { if (this._x > 0) { myRadians = Math.atan2(this._y - _root.fish1._y, this._x - _root.fish1._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 (die == 0) { scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } if (this.eater.hitTest(_root.player)) { if (die == 0) { _root.play(); } } }
Instance of Symbol 21 MovieClip "fish1" in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 21 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 0) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 192 MovieClip in Frame 1357
onClipEvent (load) { die = 1; } onClipEvent (enterFrame) { yit = Math.floor(Math.random() * 471) + 30; if (this._x < -1000) { this._x = 900; this._y = _root.depth._y + yit; die = 1; this.gotoAndPlay(1); } if (this._x > 1000) { this._x = -900; this._y = _root.depth._y + yit; die = 1; this.gotoAndPlay(1); } this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; if (die == 1) { if (_root.player.eat.hitTest(this.eat)) { die = 0; reat = new Sound(); reat.attachSound("lazer"); reat.start(0, 1); this.gotoAndPlay("die"); pickup = Math.floor(Math.random() * 3) + 1; if (pickup == 1) { _root.player.gotoAndPlay("light1"); } if (pickup == 2) { _root.player.gotoAndPlay(); } if (pickup == 3) { _root.player.gotoAndPlay("gun"); } scoreworth = 200; multiplyer = 1; if (_root.tools.powerup1._currentframe > 10) { multiplyer = 2; } scoreity = Math.round(scoreworth * multiplyer); _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; _global.boost = _global.boost + (scoreity / 30); _root.tools.sidebar1.sidebarflash.gotoAndPlay("yellow"); _root.tools.sidebar2.sidebarflash.gotoAndPlay("yellow"); _root.tools.bar1.gotoAndStop(_global.boost + 1); } } }
Instance of Symbol 197 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 1) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _global.score = _global.score + 1000; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 197 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 3) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _global.score = _global.score + 1000; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 221 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 1900) { this._x = -1100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -1200) { this._x = 1800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 1700) { this._y = -1100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -1200) { this._y = 1600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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 (die == 0) { scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 1) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } if (this.eater.hitTest(_root.player)) { if (die == 0) { _root.play(); } } if (this.hitspot.hitTest(_root.player)) { if (die == 0) { _global.health = _global.health - 10; this.diver.gun.play(); } } }
Instance of Symbol 197 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 1) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _global.score = _global.score + 1000; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 197 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 1) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _global.score = _global.score + 1000; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 197 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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; } } } scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 1) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _global.score = _global.score + 1000; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } }
Instance of Symbol 221 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 1900) { this._x = -1100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -1200) { this._x = 1800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 1700) { this._y = -1100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -1200) { this._y = 1600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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 (die == 0) { scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 1) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } if (this.eater.hitTest(_root.player)) { if (die == 0) { _root.play(); } } if (this.hitspot.hitTest(_root.player)) { if (die == 0) { _global.health = _global.health - 10; this.diver.gun.play(); } } }
Instance of Symbol 221 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 1900) { this._x = -1100; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._x < -1200) { this._x = 1800; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y > 1700) { this._y = -1100; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } if (this._y < -1200) { this._y = 1600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; } 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 (die == 0) { scareamound = 400; if (meanfish == 1) { if (scared < scareamound) { 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 (scared < scareamound) { 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; } } } } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 1) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } if (this.eater.hitTest(_root.player)) { if (die == 0) { _root.play(); } } if (this.hitspot.hitTest(_root.player)) { if (die == 0) { _global.health = _global.health - 10; this.diver.gun.play(); } } }
Instance of Symbol 223 MovieClip "topdepth1" in Frame 1357
onClipEvent (enterFrame) { if (this._y > 700) { this._y = -100; } if (this._y < -200) { this._y = 600; } }
Instance of Symbol 230 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; Rrandy = Math.floor(Math.random() * 359) + 1; Rrandy = Rrandy - 180; if (this._x > 1900) { this._x = -600; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; this._rotation = Rrandy; } if (this._x < -1200) { this._x = 1000; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; this._rotation = Rrandy; } if (this._y > 1700) { this._y = -600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; this._rotation = Rrandy; } if (this._y < -1200) { this._y = 1000; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; this._rotation = Rrandy; } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 7) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } if (this.eater.hitTest(_root.player)) { if (die == 0) { _root.play(); } } }
Instance of Symbol 230 MovieClip in Frame 1357
onClipEvent (load) { die = 0; mespeed = 8; turnspeed = 4; die = 0; fiftyfifty = Math.round(Math.random() * 1) + 1; selectfish = 1; shotdie = 0; } onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; Rrandy = Math.floor(Math.random() * 359) + 1; Rrandy = Rrandy - 180; if (this._x > 1900) { this._x = -600; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; this._rotation = Rrandy; } if (this._x < -1200) { this._x = 1000; this._y = yrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; this._rotation = Rrandy; } if (this._y > 1700) { this._y = -600; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; this._rotation = Rrandy; } if (this._y < -1200) { this._y = 1000; this._x = xrandy; this.gotoAndStop(frandy); shotdie = 0; this.gotoAndStop(1); die = 0; this._rotation = Rrandy; } if (die == 0) { 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 (die == 0) { if (_root.bullet1.hitTest(this.eat)) { if (_root.bullet13.die == 0) { shotdie++; _root.bullet1.gotoAndPlay("die"); _root.bullet1.die = 1; } } if (_root.bullet2.hitTest(this.eat)) { if (_root.bullet2.die == 0) { shotdie++; _root.bullet2.gotoAndPlay("die"); _root.bullet2.die = 1; } } if (_root.bullet3.hitTest(this.eat)) { if (_root.bullet3.die == 0) { shotdie++; _root.bullet3.gotoAndPlay("die"); _root.bullet3.die = 1; } } if (shotdie > 7) { die = 1; shotdie = 0; this.gotoAndPlay("die"); scoreity = 20; _root.tools.instascore.text = "+" + scoreity; _root.tools.instblock._alpha = 0; _global.scoreit = (_global.scoreit * 1) + scoreity; } } if (this.eater.hitTest(_root.player)) { if (die == 0) { _root.play(); } } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 184 MovieClip in Frame 1357
onClipEvent (enterFrame) { this._x = this._x + _global.xgo; this._y = this._y + _global.ygo; yrandy = Math.floor(Math.random() * 499) + 1; xrandy = Math.floor(Math.random() * 799) + 1; frandy = Math.floor(Math.random() * 9) + 1; if (this._x > 900) { this._x = -100; this._y = yrandy; this.gotoAndStop(frandy); } if (this._x < -200) { this._x = 800; this._y = yrandy; this.gotoAndStop(frandy); } if (this._y > 700) { this._y = -100; this._x = xrandy; this.gotoAndStop(frandy); } if (this._y < -200) { this._y = 600; this._x = xrandy; this.gotoAndStop(frandy); } }
Instance of Symbol 241 MovieClip in Frame 1357
onClipEvent (load) { _global.supply = 400; } onClipEvent (enterFrame) { _global.supply = _global.supply - 0.5; this.gotoAndStop(Math.round(_global.supply / 10)); }
Instance of Symbol 251 MovieClip "health" in Frame 1357
onClipEvent (enterFrame) { this.gotoAndStop(_global.health); if (_global.health < 0) { if (_global.health > -10000) { _root.player.play(); _root.play(); _global.xgo = 0; setty = setty - 0.5; var main = new Sound(_root.musicbox); main.setVolume(setty); _global.ygo = 0; } } else { setty = 100; } }
Instance of Symbol 281 MovieClip "musicbox" in Frame 1357
onClipEvent (enterFrame) { trace(this.getVolume); }
Frame 1404
_root.gotoAndPlay("themenu");
Symbol 16 MovieClip Frame 16
gotoAndPlay (1);
Symbol 21 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 48
stop();
Symbol 284 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI { static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format; function NewgroundsAPI () { } static function connectMovie(id) { if (!id) { SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)"); } else if (!tracker_id) { SendMessage("Connecting to API gateway..."); tracker_id = id; host = _url.split("/")[2].toLowerCase(); if (host.length < 1) { host = "localhost"; } var params = new Object(); SendEvent(MOVIE_VIEWS); } } static function setMovieVersion(movie_version) { if (!movie_version) { SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)"); } else { version = movie_version; } } static function debugMode() { debug = true; } static function addCustomEvent(stat_id, stat_name) { if (!stat_id) { SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)"); } else if (!stat_name) { SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)"); } else { custom_events[stat_name] = CUSTOM_STATS + stat_id; SendMessage("Created custom event: " + stat_name); } } static function addCustomLink(stat_id, stat_name) { if (!stat_id) { SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)"); } else if (!stat_name) { SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)"); } else { custom_links[stat_name] = CUSTOM_STATS + stat_id; SendMessage((("Created custom link " + stat_id) + ": ") + stat_name); } } static function loadMySite() { SendLink(AUTHOR_SITE); } static function loadNewgrounds(special) { if (special) { var extra = {page:special}; } SendLink(NEWGROUNDS, extra); } static function logCustomEvent(event_name) { if (!event_name) { SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)"); } else if (!custom_events[event_name]) { SendError("Attempted to log undefined custom event: " + event_name); } else { SendEvent(custom_events[event_name]); } } static function loadCustomLink(link_name) { if (!link_name) { SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)"); } else if (!custom_links[link_name]) { SendError("Attempted to open undefined custom link: " + link_name); } else { SendLink(custom_links[link_name]); } } static function getAdURL() { return(movie_options.ad_url); } static function getMovieURL() { if (movie_options.movie_url) { return(movie_options.movie_url); } return("Newgrounds.com"); } static function getNewVersionURL() { return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION); } static function SendEvent(id) { SendStat(id, false); } static function SendLink(id, extra) { SendStat(id, true, extra); } static function ReadGatewayData(params) { for (var i in params) { params[i] = unescape(params[i]); movie_options[i] = params[i]; } if (params.settings_loaded) { SendMessage("You have successfully connected to the Newgrounds API gateway!"); SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'"); if (movie_options.message) { SendMessage(movie_options.message); } if (movie_options.ad_url) { SendMessage("Your movie has been approved to run Flash Ads"); onAdsApproved(movie_options.ad_url); } if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) { SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!"); onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL()); } if (movie_options.deny_host) { SendMessage("You have blocked 'localHost' in your API settings."); SendMessage("If you wish to test your movie you will need to remove this block."); onDenyHost(host, getMovieURL(), getNewVersionURL()); } if (movie_options.request_portal_url == 1) { var target_url = ((((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url)); var XML_in = new XML(); XML_in.ignoreWhite = true; XML_in.load(target_url); } } else if (!movie_options.settings_loaded) { SendError("Could not establish connection to the API gateway."); } } static function SendStat(stat_id, open_in_browser, extra) { if (!tracker_id) { SendError("API calls cannot be made without a valid movie id."); SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?"); } else { var target_url = ((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id); for (var x in extra) { target_url = target_url + ((("&" + escape(x)) + "=") + escape(extra[x])); } trace(target_url); if (debug) { target_url = target_url + "&debug=1"; } if (open_in_browser) { getURL (target_url, "_blank"); } else { var XML_in = new XML(); XML_in.ignoreWhite = true; XML_in.onLoad = function (success) { var params = new Object(); var i = 0; while (i < this.firstChild.childNodes.length) { var param = this.firstChild.childNodes[i]; var param_name = param.nodeName; var param_value = param.attributes.value; if (param_value == Number(param_value)) { param_value = Number(param_value); } params[param_name] = param_value; i++; } NewgroundsAPI.ReadGatewayData(params); }; XML_in.load(target_url); } } } static function SendError(msg) { trace("[NEWGROUNDS API ERROR] :: " + msg); } static function SendMessage(msg) { trace("[NEWGROUNDS API] :: " + msg); } static function InitTextFormats() { if (!error_format) { error_format = new TextFormat(); error_format.font = "Arial Black"; error_format.size = 48; error_format.color = 16711680 /* 0xFF0000 */; } if (!header_format) { header_format = new TextFormat(); header_format.font = "Arial Black"; header_format.size = 24; header_format.color = 16777215 /* 0xFFFFFF */; } if (!normal_format) { normal_format = new TextFormat(); normal_format.font = "Arial"; normal_format.bold = true; normal_format.size = 12; normal_format.color = 16777215 /* 0xFFFFFF */; } if (!link_format) { link_format = new TextFormat(); link_format.color = 16776960 /* 0xFFFF00 */; link_format.underline = true; } } static function onNewVersionAvailable(version, movie_url, redirect_url) { InitTextFormats(); var center = new Object(); center.x = Stage.width / 2; center.y = Stage.height / 2; _root.createEmptyMovieClip("NGAPI_new_version_overlay", _root.getNextHighestDepth()); _root.NGAPI_new_version_overlay.lineStyle(1, 0, 100); _root.NGAPI_new_version_overlay.beginFill(0, 70); _root.NGAPI_new_version_overlay.moveTo(-10, -10); _root.NGAPI_new_version_overlay.lineTo(-10, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, -10); _root.NGAPI_new_version_overlay.lineTo(-10, -10); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.lineStyle(10, 0, 100); _root.NGAPI_new_version_overlay.beginFill(51); _root.NGAPI_new_version_overlay.moveTo(center.x - 240, center.y - 120); _root.NGAPI_new_version_overlay.lineTo(center.x + 240, center.y - 120); _root.NGAPI_new_version_overlay.lineTo(center.x + 240, center.y + 80); _root.NGAPI_new_version_overlay.lineTo(center.x - 240, center.y + 80); _root.NGAPI_new_version_overlay.lineTo(center.x - 240, center.y - 120); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.createEmptyMovieClip("exit", 1000); _root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100); _root.NGAPI_new_version_overlay.exit.beginFill(0, 50); _root.NGAPI_new_version_overlay.exit.moveTo(center.x + 210, center.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 230, center.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 230, center.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 210, center.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 210, center.y - 110); _root.NGAPI_new_version_overlay.exit.endFill(); _root.NGAPI_new_version_overlay.exit.moveTo(center.x + 214, center.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 226, center.y - 94); _root.NGAPI_new_version_overlay.exit.moveTo(center.x + 226, center.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 214, center.y - 94); _root.NGAPI_new_version_overlay.exit.onMouseUp = function () { if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) { _root.NGAPI_new_version_overlay.removeMovieClip(); } }; var message = ((("Version " + version) + " is now available at:") + newline); var link_start = message.length; message = message + movie_url; var link_end = message.length; _root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000); _root.NGAPI_new_version_overlay.createTextField("newversion", 100, center.x - 210, center.y - 90, 400, 80); _root.NGAPI_new_version_overlay.newversion.text = "New Version Available!"; _root.NGAPI_new_version_overlay.newversion.setTextFormat(header_format); _root.NGAPI_new_version_overlay.createTextField("message", 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40); _root.NGAPI_new_version_overlay.message.text = message; _root.NGAPI_new_version_overlay.message.multiline = true; _root.NGAPI_new_version_overlay.message.wordWrap = true; _root.NGAPI_new_version_overlay.message.html = true; _root.NGAPI_new_version_overlay.message.setTextFormat(normal_format); link_format.url = redirect_url; _root.NGAPI_new_version_overlay.message.setTextFormat(link_start, link_end, link_format); } static function onDenyHost(hostname, movie_url, redirect_url) { InitTextFormats(); _root.createEmptyMovieClip("NGAPI_deny_host_overlay", _root.getNextHighestDepth()); _root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100); _root.NGAPI_deny_host_overlay.beginFill(6684672); _root.NGAPI_deny_host_overlay.moveTo(0, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, 0); _root.NGAPI_deny_host_overlay.endFill(); var message = (("This movie has not been approved for use on " + hostname) + "."); message = message + "\r\rFor an aproved copy, please visit:\r"; var link_start = message.length; message = message + movie_url; var link_end = message.length; _root.NGAPI_deny_host_overlay.createTextField("mousekill", 100, 0, 0, Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.createTextField("error", 101, (Stage.width - 400) / 2, (Stage.height / 2) - 100, 400, 200); _root.NGAPI_deny_host_overlay.error.text = "ERROR!"; _root.NGAPI_deny_host_overlay.error.setTextFormat(error_format); _root.NGAPI_deny_host_overlay.createTextField("message", 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200); _root.NGAPI_deny_host_overlay.message.text = message; _root.NGAPI_deny_host_overlay.message.multiline = true; _root.NGAPI_deny_host_overlay.message.wordWrap = true; _root.NGAPI_deny_host_overlay.message.html = true; _root.NGAPI_deny_host_overlay.message.setTextFormat(normal_format); link_format.url = redirect_url; _root.NGAPI_deny_host_overlay.message.setTextFormat(link_start, link_end, link_format); } static function isInstalled() { return(true); } static function onAdsApproved(ad_url) { } static var movie_options = new Object(); static var custom_events = new Object(); static var custom_links = new Object(); static var MOVIE_VIEWS = 1; static var AUTHOR_SITE = 2; static var NEWGROUNDS = 3; static var NEW_VERSION = 4; static var CUSTOM_STATS = 50; static var GATEWAY_URL = "http://www.ngads.com/gateway.php"; }
Symbol 42 Button
on (press) { play(); }
Symbol 46 Button
on (press) { _root.gotoAndPlay("thisfinished"); }
Instance of Symbol 65 MovieClip in Symbol 69 MovieClip Frame 1
on (press) { getURL ("http://www.jjwallace.info/thankyou.php", _blank); }
Symbol 83 MovieClip Frame 47
stop();
Symbol 84 Button
on (press) { _root.gotoAndPlay("thisfinished2"); }
Symbol 88 Button
on (press) { getURL ("http://animalactor.newgrounds.com/", _blank); }
Symbol 96 MovieClip Frame 1
stop();
Symbol 111 Button
on (press) { play(); fx1 = new Sound(zoop); fx1.attachSound("pop"); fx1.stop("pop"); fx1.start(0, 1); }
Symbol 144 MovieClip Frame 19
stop();
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
_root.bullet1.bullgo = 1; _root.bullet1._x = _root.player._x + (Math.cos(((Math.PI * _root.player._rotation) + 450) / 180) * 30); _root.bullet1._y = _root.player._y + (Math.sin(((Math.PI * _root.player._rotation) + 450) / 180) * 30); _root.bullet1._rotation = _root.player._rotation;
Symbol 153 MovieClip Frame 7
stop();
Symbol 153 MovieClip Frame 8
_root.bullet2.bullgo = 1; _root.bullet2._x = _root.player._x + (Math.cos(((Math.PI * _root.player._rotation) + 450) / 180) * 30); _root.bullet2._y = _root.player._y + (Math.sin(((Math.PI * _root.player._rotation) + 450) / 180) * 30); _root.bullet2._rotation = _root.player._rotation;
Symbol 153 MovieClip Frame 13
stop();
Symbol 153 MovieClip Frame 14
_root.bullet3.bullgo = 1; _root.bullet3._x = _root.player._x + (Math.cos(((Math.PI * _root.player._rotation) + 450) / 180) * 30); _root.bullet3._y = _root.player._y + (Math.sin(((Math.PI * _root.player._rotation) + 450) / 180) * 30); _root.bullet3._rotation = _root.player._rotation;
Symbol 153 MovieClip Frame 19
stop(); gotoAndPlay (2);
Symbol 155 MovieClip Frame 10
stop();
Symbol 157 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 2
Symbol 157 MovieClip Frame 35
stop();
Symbol 165 Button
on (press) { fx12 = new Sound(zoop); fx12.attachSound("sfxswitch1"); fx12.stop("sfxswitch1"); fx12.start(0, 1); play(); }
Symbol 168 MovieClip Frame 1
_quality = "medium"; stop();
Symbol 168 MovieClip Frame 2
_quality = "high"; stop();
Symbol 168 MovieClip Frame 3
_quality = "low"; stop();
Symbol 181 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 5
this.die = 1;
Symbol 181 MovieClip Frame 15
this._x = 2000; die = 0;
Symbol 184 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 48
stop();
Symbol 192 MovieClip Frame 32
gotoAndPlay (1);
Symbol 192 MovieClip Frame 51
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 15
_global.supply = _global.supply + 100;
Instance of Symbol 196 MovieClip in Symbol 197 MovieClip Frame 15
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { if (this._alpha == 100) { this._alpha = 0; _global.shells++; this.play(); } } }
Symbol 197 MovieClip Frame 48
stop();
Symbol 205 MovieClip Frame 1
stop();
Instance of Symbol 214 MovieClip "eater" in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 221 MovieClip Frame 1
stop();
Instance of Symbol 214 MovieClip "eater" in Symbol 221 MovieClip Frame 5
onClipEvent (enterFrame) { this._alpha = 0; }
Symbol 221 MovieClip Frame 61
stop();
Symbol 230 MovieClip Frame 1
stop();
Instance of Symbol 196 MovieClip in Symbol 230 MovieClip Frame 7
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { if (this._alpha == 100) { this._alpha = 0; _global.shells++; this.play(); } } }
Instance of Symbol 196 MovieClip in Symbol 230 MovieClip Frame 7
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { if (this._alpha == 100) { this._alpha = 0; _global.shells++; this.play(); } } }
Instance of Symbol 196 MovieClip in Symbol 230 MovieClip Frame 7
onClipEvent (enterFrame) { if (_root.player.hitTest(this)) { if (this._alpha == 100) { this._alpha = 0; _global.shells++; this.play(); } } }
Symbol 230 MovieClip Frame 34
stop();
Symbol 281 MovieClip Frame 636
_root.wooo._y = -200;

Library Items

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

Instance Names

"player"Frame 1Symbol 3 MovieClip
"loadBar"Frame 1Symbol 8 MovieClip
"asdfasdf"Frame 278Symbol 83 MovieClip
"usertext"Frame 1333Symbol 119 EditableText
"player"Frame 1337Symbol 124 MovieClip
"player"Frame 1337Symbol 157 MovieClip
"wooo"Frame 1357Symbol 176 MovieClip
"bullet1"Frame 1357Symbol 181 MovieClip
"bullet2"Frame 1357Symbol 181 MovieClip
"bullet3"Frame 1357Symbol 181 MovieClip
"player"Frame 1357Symbol 157 MovieClip
"fish1"Frame 1357Symbol 21 MovieClip
"topdepth2"Frame 1357Symbol 223 MovieClip
"topdepth3"Frame 1357Symbol 223 MovieClip
"topdepth1"Frame 1357Symbol 223 MovieClip
"shells"Frame 1357Symbol 244 EditableText
"score"Frame 1357Symbol 245 EditableText
"health"Frame 1357Symbol 251 MovieClip
"musicbox"Frame 1357Symbol 281 MovieClip
"tail1"Symbol 21 MovieClip Frame 1Symbol 16 MovieClip
"eat"Symbol 21 MovieClip Frame 1Symbol 18 MovieClip
"machinegunin"Symbol 155 MovieClip Frame 1Symbol 153 MovieClip
"machinegun"Symbol 157 MovieClip Frame 1Symbol 155 MovieClip
"tail1"Symbol 187 MovieClip Frame 1Symbol 16 MovieClip
"eat"Symbol 187 MovieClip Frame 1Symbol 18 MovieClip
"eat"Symbol 192 MovieClip Frame 1Symbol 18 MovieClip
"eat"Symbol 197 MovieClip Frame 1Symbol 18 MovieClip
"gun"Symbol 215 MovieClip Frame 1Symbol 205 MovieClip
"eater"Symbol 215 MovieClip Frame 1Symbol 214 MovieClip
"eat"Symbol 221 MovieClip Frame 1Symbol 18 MovieClip
"diver"Symbol 221 MovieClip Frame 1Symbol 215 MovieClip
"hitspot"Symbol 221 MovieClip Frame 1Symbol 217 MovieClip
"eater"Symbol 221 MovieClip Frame 5Symbol 214 MovieClip
"eat"Symbol 230 MovieClip Frame 1Symbol 18 MovieClip
"wooo"Symbol 273 MovieClip Frame 1Symbol 271 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "underwater"
ExportAssets (56)Timeline Frame 1Symbol 284 as "__Packages.NewgroundsAPI"
EnableDebugger2 (64)Timeline Frame 131 bytes "..$1$Ul$BvVLiTUo.fym7MY8ZvQ6w/."
DebugMX1 (63)Timeline Frame 1

Labels

"thisfinished"Frame 182
"thisfinished2"Frame 1322
"themenu"Frame 1323
"die"Symbol 21 MovieClip Frame 15
"die"Symbol 157 MovieClip Frame 2
"die"Symbol 181 MovieClip Frame 5
"die"Symbol 187 MovieClip Frame 15
"die"Symbol 192 MovieClip Frame 37
"die"Symbol 197 MovieClip Frame 15
"die"Symbol 221 MovieClip Frame 5
"die"Symbol 230 MovieClip Frame 7




http://swfchan.com/15/72352/info.shtml
Created: 8/4 -2019 19:55:54 Last modified: 8/4 -2019 19:55:54 Server time: 17/05 -2024 12:11:43