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

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

Nemo's Revenge.swf

This is the info page for
Flash #24417

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


Text
connection rate:

time left:

ActionScript [AS1/AS2]

Frame 1
if (_framesloaded >= _totalframes) { gotoAndStop (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop(); Mouse.hide(); _root.onMouseMove = function () { setProperty("_root.cursor", _x , _xmouse); setProperty("_root.cursor", _y , _ymouse); updateAfterEvent(); }; stopAllSounds();
Frame 4
stop(); Mouse.hide(); _root.onMouseMove = function () { setProperty("_root.cursor", _x , _xmouse); setProperty("_root.cursor", _y , _ymouse); updateAfterEvent(); }; shooting = "no"; armx = 92.8; army = 158; bubx = 63; x = 81.5; y = 197.4; fish1hit = 0; fish2hit = 0; fish3hit = 0; hit = "no"; fish1dead = "no"; fish2dead = "no"; fish3dead = "no"; level1end = "no"; _root.onEnterFrame = function () { if (Key.isDown(39) && (_root.level1end == "no")) { with (_root.body) { nextFrame(); } with (_root.background) { nextFrame(); } with (_root.seaweed1) { nextFrame(); } bubx = bubx - 5; fish3x = fish3x - 3; } else { army = 158; with (_root.body) { gotoAndStop(1); } } _root.onMouseDown = function () { if ((_root.shooting == "no") && (_root.level1end == "no")) { shooting = "yes"; with (_root.arm.gun) { gotoAndStop(2); } with (_root.shot) { gotoAndPlay(2); } } }; setProperty("_root.arm", _y , army); setProperty("bubbles", _x , bubx); };
Instance of Symbol 124 MovieClip "shot" in Frame 4
onClipEvent (load) { X = this._x; Y = this._y; } onClipEvent (enterFrame) { if (_root.shooting == "no") { Xm = _parent._xmouse; Ym = _parent._ymouse; Xdiff = Xm - X; Ydiff = Ym - Y; radAngle = Math.atan2(Ydiff, Xdiff); this._rotation = (radAngle * 360) / (Math.PI*2); updateAfterEvent(); } }
Instance of Symbol 129 MovieClip "arm" in Frame 4
onClipEvent (load) { X = this._x; Y = this._y; } onClipEvent (mouseMove) { Xm = _parent._xmouse; Ym = _parent._ymouse; Xdiff = Xm - X; Ydiff = Ym - Y; radAngle = Math.atan2(Ydiff, Xdiff); this._rotation = (radAngle * 360) / (Math.PI*2); updateAfterEvent(); }
Instance of Symbol 182 MovieClip "fish3" in Frame 4
onClipEvent (enterFrame) { if (_root.body.hitTest(this) && (_root.fish3dead == "no")) { _root.level1end = "yes"; setProperty("_root.body", _visible , 0); setProperty(this, _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead04) { gotoAndStop(2); } } if (((this._x > _root.body._x) && (_root.fish3dead == "no")) && (_root.level1end == "no")) { setProperty(this, _x , this._x - 4); } if (((this._x < _root.body._x) && (_root.fish3dead == "no")) && (_root.level1end == "no")) { setProperty(this, _x , this._x + 4); } if (((this._y > _root.body._y) && (_root.fish3dead == "no")) && (_root.level1end == "no")) { setProperty(this, _y , this._y - 1); } if (((this._y < _root.body._y) && (_root.fish3dead == "no")) && (_root.level1end == "no")) { setProperty(this, _y , this._y + 1); } if ((_root.shot.hitTest(this.fish3body.fish3move.fish3jaw1) && (_root.cursor.hitTest(this.fish3body.fish3move.fish3jaw1))) && (_root.hit == "no")) { _root.hit = "yes"; _root.fish3hit = _root.fish3hit + 1; with (this.fish3body.fish3move.fish3jaw1) { gotoAndStop(2); } setProperty("_root.shot", _alpha , 0); } if ((_root.shot.hitTest(this.fish3body.fish3move.fish3jaw2) && (_root.cursor.hitTest(this.fish3body.fish3move.fish3jaw2))) && (_root.hit == "no")) { _root.hit = "yes"; _root.fish3hit = _root.fish3hit + 1; with (this.fish3body.fish3move.fish3jaw2) { gotoAndStop(2); } setProperty("_root.shot", _alpha , 0); } if ((_root.shot.hitTest(this.fish3body.fish3move.fish3mid) && (_root.cursor.hitTest(this.fish3body.fish3move.fish3mid))) && (_root.hit == "no")) { _root.hit = "yes"; _root.fish3hit = _root.fish3hit + 1; with (this.fish3body.fish3move.fish3mid) { gotoAndStop(2); } setProperty("_root.shot", _alpha , 0); } if (_root.fish3hit > 2) { _root.hit = "no"; _root.fish3dead = "yes"; _root.fish3hit = 0; with (this) { gotoAndStop(2); } } if (_root.fish3dead == "yes") { this._y = this._y + 5; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish3dead == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish3dead = "no"; _root.fish3hit = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if ((Key.isDown(39) && (_root.fish3dead == "no")) && (_root.level1end == "no")) { this._x = this._x - 3; } if ((Key.isDown(39) && (_root.fish3dead == "yes")) && (_root.level1end == "no")) { this._x = this._x - 5; } }
Instance of Symbol 206 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.body.hitTest(this) && (_root.fish1dead == "no")) { _root.level1end = "yes"; setProperty("_root.body", _visible , 0); setProperty(this, _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead03) { gotoAndStop(2); } } if (((this._x > _root.body._x) && (_root.fish1dead == "no")) && (_root.level1end == "no")) { setProperty(this, _x , this._x - 5); } if (((this._x < _root.body._x) && (_root.fish1dead == "no")) && (_root.level1end == "no")) { setProperty(this, _x , this._x + 5); } if (((this._y > _root.body._y) && (_root.fish1dead == "no")) && (_root.level1end == "no")) { setProperty(this, _y , this._y - 2); } if (((this._y < _root.body._y) && (_root.fish1dead == "no")) && (_root.level1end == "no")) { setProperty(this, _y , this._y + 2); } if ((_root.shot.hitTest(this.fish1move.fish1body.jaw1) && (_root.cursor.hitTest(this.fish1move.fish1body.jaw1))) && (_root.hit == "no")) { _root.hit = "yes"; _root.fish1hit = _root.fish1hit + 1; with (this.fish1move.fish1body.jaw1) { gotoAndStop(2); } setProperty("_root.shot", _alpha , 0); } if ((_root.shot.hitTest(this.fish1move.fish1body.jaw2) && (_root.cursor.hitTest(this.fish1move.fish1body.jaw2))) && (_root.hit == "no")) { _root.hit = "yes"; _root.fish1hit = _root.fish1hit + 1; with (this.fish1move.fish1body.jaw2) { gotoAndStop(2); } setProperty("_root.shot", _alpha , 0); } if ((_root.shot.hitTest(this.fish1move.fish1body.angler) && (_root.cursor.hitTest(this.fish1move.fish1body.angler))) && (_root.hit == "no")) { _root.hit = "yes"; _root.fish1hit = _root.fish1hit + 0.5; with (this.fish1move.fish1body.angler) { gotoAndStop(2); } setProperty("_root.shot", _alpha , 0); } if ((_root.shot.hitTest(this.fish1move.fish1body.mid) && (_root.cursor.hitTest(this.fish1move.fish1body.mid))) && (_root.hit == "no")) { _root.hit = "yes"; _root.fish1hit = _root.fish1hit + 1; with (this.fish1move.fish1body.mid) { gotoAndStop(2); } setProperty("_root.shot", _alpha , 0); } if (_root.fish1hit > 2) { _root.hit = "no"; _root.fish1dead = "yes"; _root.fish1hit = 0; with (this) { gotoAndStop(2); } } if (_root.fish1dead == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish1dead == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish1dead = "no"; _root.fish1hit = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if ((Key.isDown(39) && (_root.fish1dead == "no")) && (_root.level1end == "no")) { this._x = this._x - 3; } if ((Key.isDown(39) && (_root.fish1dead == "yes")) && (_root.level1end == "no")) { this._x = this._x - 5; } }
Frame 5
stop(); Mouse.hide(); _root.onMouseMove = function () { setProperty("_root.cursor", _x , _xmouse); setProperty("_root.cursor", _y , _ymouse); updateAfterEvent(); }; shooting = "no"; armx = 92.8; army = 158; bubx = 63; x = 81.5; y = 197.4; fish1x = 780; fish1y = random(300); fish3x = 1500; fish3y = random(300); fish1hit = 0; fish2hit = 0; fish2hit2 = 0; fish2hit3 = 0; fish2hit4 = 0; fish3hit = 0; fish4hit = 0; fish4hit2 = 0; fish4hit3 = 0; fish4hit4 = 0; hit = "no"; fish1dead = "yes"; fish2dead = "no"; fish2dead2 = "no"; fish2dead3 = "no"; fish2dead4 = "no"; fish2dead5 = "no"; fish4dead = "no"; fish4dead2 = "no"; fish4dead3 = "no"; fish4dead4 = "no"; fish4dead5 = "no"; fish3dead = "yes"; level2end = "no"; start2 = "no"; dead2 = "no"; setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); setProperty("_root.shot", _visible , 0); setProperty("_root.bubbles", _visible , 0); _root.onEnterFrame = function () { if (((Key.isDown(39) && (level2end == "no")) && (_root.start2 == "yes")) && (_root.dead2 == "no")) { with (_root.body) { nextFrame(); } with (_root.background2) { nextFrame(); } with (_root.seaweed2) { nextFrame(); } bubx = bubx - 5; } else { army = 158; with (_root.body) { gotoAndStop(1); } } _root.onMouseDown = function () { if ((((_root.shooting == "no") && (level2end == "no")) && (_root.start2 == "yes")) && (_root.dead2 == "no")) { shooting = "yes"; with (_root.arm.machinegun) { nextFrame(); } with (_root.arm.machinegun.flare) { gotoAndPlay(2); } } }; _root.onMouseUp = function () { shooting = "no"; }; setProperty("_root.arm", _y , army); setProperty("bubbles", _x , bubx); };
Instance of Symbol 267 MovieClip "arm" in Frame 5
onClipEvent (load) { X = this._x; Y = this._y; } onClipEvent (mouseMove) { Xm = _parent._xmouse; Ym = _parent._ymouse; Xdiff = Xm - X; Ydiff = Ym - Y; radAngle = Math.atan2(Ydiff, Xdiff); this._rotation = (radAngle * 360) / (Math.PI*2); updateAfterEvent(); }
Instance of Symbol 291 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.body.hitTest(this) && (_root.fish4dead == "no")) && (_root.dead2 == "no")) { _root.dead2 = "yes"; setProperty(this, _visible , 0); setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead02) { gotoAndStop(2); } } if ((this._x > _root.body._x) && (_root.fish4dead == "no")) { setProperty(this, _x , this._x - 7); } if ((this._x < _root.body._x) && (_root.fish4dead == "no")) { setProperty(this, _x , this._x + 7); } if ((this._y > _root.body._y) && (_root.fish4dead == "no")) { setProperty(this, _y , this._y - 1); } if ((this._y < _root.body._y) && (_root.fish4dead == "no")) { setProperty(this, _y , this._y + 1); } if ((_root.cursor.hitTest(this) && (_root.fish4dead == "no")) && (_root.shooting == "yes")) { _root.shooting = "no"; _root.hit = "yes"; _root.fish4hit = _root.fish4hit + 1; } if (_root.fish4hit > 0) { with (this.splatter1) { gotoAndStop(2); } } if (_root.fish4hit > 1) { with (this.splatter2) { gotoAndStop(2); } } if (_root.fish4hit > 2) { with (this.splatter3) { gotoAndStop(2); } } if (_root.fish4hit > 3) { _root.fish4dead = "yes"; with (this.splatter1) { gotoAndStop(1); } with (this.splatter2) { gotoAndStop(1); } with (this.splatter3) { gotoAndStop(1); } with (this) { gotoAndStop(2); } } if (_root.fish4dead == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish4dead == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish4dead = "no"; _root.fish4hit = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (_root.fish4dead == "no")) { this._x = this._x - 3; } if (((Key.isDown(39) && (_root.fish4dead == "yes")) && (_root.dead2 == "no")) && (_root.level2end == "no")) { this._x = this._x - 5; } }
Instance of Symbol 291 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.body.hitTest(this) && (_root.fish4dead2 == "no")) && (_root.dead2 == "no")) { _root.dead2 = "yes"; setProperty(this, _visible , 0); setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead02) { gotoAndStop(2); } } if ((this._x > _root.body._x) && (_root.fish4dead2 == "no")) { setProperty(this, _x , this._x - 5); } if ((this._x < _root.body._x) && (_root.fish4dead2 == "no")) { setProperty(this, _x , this._x + 5); } if ((this._y > _root.body._y) && (_root.fish4dead2 == "no")) { setProperty(this, _y , this._y - 1); } if ((this._y < _root.body._y) && (_root.fish4dead2 == "no")) { setProperty(this, _y , this._y + 1); } if ((_root.cursor.hitTest(this) && (_root.fish4dead2 == "no")) && (_root.shooting == "yes")) { _root.shooting = "no"; _root.hit = "yes"; _root.fish4hit2 = _root.fish4hit2 + 1; } if (_root.fish4hit2 > 0) { with (this.splatter1) { gotoAndStop(2); } } if (_root.fish4hit2 > 1) { with (this.splatter2) { gotoAndStop(2); } } if (_root.fish4hit2 > 2) { with (this.splatter3) { gotoAndStop(2); } } if (_root.fish4hit2 > 3) { _root.fish4dead2 = "yes"; with (this.splatter1) { gotoAndStop(1); } with (this.splatter2) { gotoAndStop(1); } with (this.splatter3) { gotoAndStop(1); } with (this) { gotoAndStop(2); } } if (_root.fish4dead2 == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish4dead2 == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish4dead2 = "no"; _root.fish4hit2 = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (_root.fish4dead2 == "no")) { this._x = this._x - 3; } if (((Key.isDown(39) && (_root.fish4dead2 == "yes")) && (_root.dead2 == "no")) && (_root.level2end == "no")) { this._x = this._x - 5; } }
Instance of Symbol 291 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.body.hitTest(this) && (_root.fish4dead3 == "no")) && (_root.dead2 == "no")) { _root.dead2 = "yes"; setProperty(this, _visible , 0); setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); _root.level2end = "yes"; with (_root.dead02) { gotoAndStop(2); } } if ((this._x > _root.body._x) && (_root.fish4dead3 == "no")) { setProperty(this, _x , this._x - 7); } if ((this._x < _root.body._x) && (_root.fish4dead3 == "no")) { setProperty(this, _x , this._x + 7); } if ((this._y > _root.body._y) && (_root.fish4dead3 == "no")) { setProperty(this, _y , this._y - 1); } if ((this._y < _root.body._y) && (_root.fish4dead3 == "no")) { setProperty(this, _y , this._y + 1); } if ((_root.cursor.hitTest(this) && (_root.fish4dead3 == "no")) && (_root.shooting == "yes")) { _root.shooting = "no"; _root.hit = "yes"; _root.fish4hit3 = _root.fish4hit3 + 1; } if (_root.fish4hit3 > 0) { with (this.splatter1) { gotoAndStop(2); } } if (_root.fish4hit3 > 1) { with (this.splatter2) { gotoAndStop(2); } } if (_root.fish4hit3 > 2) { with (this.splatter3) { gotoAndStop(2); } } if (_root.fish4hit3 > 3) { _root.fish4dead3 = "yes"; with (this.splatter1) { gotoAndStop(1); } with (this.splatter2) { gotoAndStop(1); } with (this.splatter3) { gotoAndStop(1); } with (this) { gotoAndStop(2); } } if (_root.fish4dead3 == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish4dead3 == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish4dead3 = "no"; _root.fish4hit3 = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (_root.fish4dead3 == "no")) { this._x = this._x - 3; } if (((Key.isDown(39) && (_root.fish4dead3 == "yes")) && (_root.dead2 == "no")) && (_root.level2end == "no")) { this._x = this._x - 5; } }
Instance of Symbol 291 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.body.hitTest(this) && (_root.fish4dead4 == "no")) && (_root.dead2 == "no")) { _root.dead2 = "yes"; setProperty(this, _visible , 0); setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead02) { gotoAndStop(2); } } if ((this._x > _root.body._x) && (_root.fish4dead4 == "no")) { setProperty(this, _x , this._x - 7); } if ((this._x < _root.body._x) && (_root.fish4dead4 == "no")) { setProperty(this, _x , this._x + 7); } if ((this._y > _root.body._y) && (_root.fish4dead4 == "no")) { setProperty(this, _y , this._y - 1); } if ((this._y < _root.body._y) && (_root.fish4dead4 == "no")) { setProperty(this, _y , this._y + 1); } if ((_root.cursor.hitTest(this) && (_root.fish4dead4 == "no")) && (_root.shooting == "yes")) { _root.shooting = "no"; _root.hit = "yes"; _root.fish4hit4 = _root.fish4hit4 + 1; } if (_root.fish4hit4 > 0) { with (this.splatter1) { gotoAndStop(2); } } if (_root.fish4hit4 > 1) { with (this.splatter2) { gotoAndStop(2); } } if (_root.fish4hit4 > 2) { with (this.splatter3) { gotoAndStop(2); } } if (_root.fish4hit4 > 3) { _root.fish4dead4 = "yes"; with (this.splatter1) { gotoAndStop(1); } with (this.splatter2) { gotoAndStop(1); } with (this.splatter3) { gotoAndStop(1); } with (this) { gotoAndStop(2); } } if (_root.fish4dead4 == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish4dead4 == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish4dead4 = "no"; _root.fish4hit4 = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (_root.fish4dead4 == "no")) { this._x = this._x - 3; } if (((Key.isDown(39) && (_root.fish4dead4 == "yes")) && (_root.dead2 == "no")) && (_root.level2end == "no")) { this._x = this._x - 5; } }
Instance of Symbol 297 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.body.hitTest(this) && (_root.fish2dead == "no")) && (_root.dead2 == "no")) { _root.dead2 = "yes"; setProperty("_root.body", _visible , 0); setProperty(this, _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead01) { gotoAndStop(2); } } if ((this._x > _root.body._x) && (_root.fish2dead == "no")) { setProperty(this, _x , this._x - 5); } if ((this._x < _root.body._x) && (_root.fish2dead == "no")) { setProperty(this, _x , this._x + 5); } if ((this._y > _root.body._y) && (_root.fish2dead == "no")) { setProperty(this, _y , this._y - 2); } if ((this._y < _root.body._y) && (_root.fish2dead == "no")) { setProperty(this, _y , this._y + 2); } if ((_root.cursor.hitTest(this) && (_root.fish2dead == "no")) && (_root.shooting == "yes")) { _root.shooting = "no"; _root.hit = "yes"; _root.fish2hit = _root.fish2hit + 1; } if (_root.fish2hit > 0) { with (this.splatter1) { gotoAndStop(2); } } if (_root.fish2hit > 1) { with (this.splatter2) { gotoAndStop(2); } } if (_root.fish2hit > 2) { with (this.splatter3) { gotoAndStop(2); } } if (_root.fish2hit > 3) { _root.fish2dead = "yes"; with (this.splatter1) { gotoAndStop(1); } with (this.splatter2) { gotoAndStop(1); } with (this.splatter3) { gotoAndStop(1); } with (this) { gotoAndStop(2); } } if (_root.fish2dead == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish2dead == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish2dead = "no"; _root.fish2hit = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (_root.fish2dead == "no")) { this._x = this._x - 3; } if (((Key.isDown(39) && (_root.fish2dead == "yes")) && (_root.dead2 == "no")) && (_root.level2end == "no")) { this._x = this._x - 5; } }
Instance of Symbol 298 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.body.hitTest(this) && (_root.fish2dead3 == "no")) && (_root.dead2 == "no")) { _root.dead2 = "yes"; setProperty(this, _visible , 0); setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead01) { gotoAndStop(2); } } if ((this._x > _root.body._x) && (_root.fish2dead3 == "no")) { setProperty(this, _x , this._x - 6); } if ((this._x < _root.body._x) && (_root.fish2dead3 == "no")) { setProperty(this, _x , this._x + 6); } if ((this._y > _root.body._y) && (_root.fish2dead3 == "no")) { setProperty(this, _y , this._y - 1); } if ((this._y < _root.body._y) && (_root.fish2dead3 == "no")) { setProperty(this, _y , this._y + 1); } if ((_root.cursor.hitTest(this) && (_root.fish2dead3 == "no")) && (_root.shooting == "yes")) { _root.shooting = "no"; _root.hit = "yes"; _root.fish2hit3 = _root.fish2hit3 + 1; } if (_root.fish2hit3 > 0) { with (this.splatter1) { gotoAndStop(2); } } if (_root.fish2hit3 > 1) { with (this.splatter2) { gotoAndStop(2); } } if (_root.fish2hit3 > 2) { with (this.splatter3) { gotoAndStop(2); } } if (_root.fish2hit3 > 3) { _root.fish2dead3 = "yes"; with (this.splatter1) { gotoAndStop(1); } with (this.splatter2) { gotoAndStop(1); } with (this.splatter3) { gotoAndStop(1); } with (this) { gotoAndStop(2); } } if (_root.fish2dead3 == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish2dead3 == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish2dead3 = "no"; _root.fish2hit3 = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (_root.fish2dead3 == "no")) { this._x = this._x - 3; } if (((Key.isDown(39) && (_root.fish2dead3 == "yes")) && (_root.dead2 == "no")) && (_root.level2end == "no")) { this._x = this._x - 5; } }
Instance of Symbol 299 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.body.hitTest(this) && (_root.fish2dead2 == "no")) && (_root.dead2 == "no")) { _root.dead2 = "yes"; setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead01) { gotoAndStop(2); } } if ((this._x > _root.body._x) && (_root.fish2dead2 == "no")) { setProperty(this, _x , this._x - 6); } if ((this._x < _root.body._x) && (_root.fish2dead2 == "no")) { setProperty(this, _x , this._x + 6); } if ((this._y > _root.body._y) && (_root.fish2dead2 == "no")) { setProperty(this, _y , this._y - 2); } if ((this._y < _root.body._y) && (_root.fish2dead2 == "no")) { setProperty(this, _y , this._y + 2); } if ((_root.cursor.hitTest(this) && (_root.fish2dead2 == "no")) && (_root.shooting == "yes")) { _root.shooting = "no"; _root.fish2hit2 = _root.fish2hit2 + 1; } if (_root.fish2hit2 > 0) { with (this.splatter1) { gotoAndStop(2); } } if (_root.fish2hit2 > 1) { with (this.splatter2) { gotoAndStop(2); } } if (_root.fish2hit2 > 2) { with (this.splatter3) { gotoAndStop(2); } } if (_root.fish2hit2 > 3) { _root.fish2dead2 = "yes"; with (this.splatter1) { gotoAndStop(1); } with (this.splatter2) { gotoAndStop(1); } with (this.splatter3) { gotoAndStop(1); } with (this) { gotoAndStop(2); } } if (_root.fish2dead2 == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 315) && (_root.fish2dead2 == "yes")) { this._y = 315; } if (this._x < -100) { _root.fish2dead2 = "no"; _root.fish2hit2 = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (_root.fish2dead2 == "no")) { this._x = this._x - 3; } if (((Key.isDown(39) && (_root.fish2dead2 == "yes")) && (_root.dead2 == "no")) && (_root.level2end == "no")) { this._x = this._x - 5; } }
Instance of Symbol 300 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.body.hitTest(this) && (_root.fish2dead4 == "no")) && (_root.dead2 == "no")) { _root.dead2 = "yes"; setProperty(this, _visible , 0); setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); with (_root.dead01) { gotoAndStop(2); } } if ((this._x > _root.body._x) && (_root.fish2dead4 == "no")) { setProperty(this, _x , this._x - 4); } if ((this._x < _root.body._x) && (_root.fish2dead4 == "no")) { setProperty(this, _x , this._x + 4); } if ((this._y > _root.body._y) && (_root.fish2dead4 == "no")) { setProperty(this, _y , this._y - 1); } if ((this._y < _root.body._y) && (_root.fish2dead4 == "no")) { setProperty(this, _y , this._y + 1); } if ((_root.cursor.hitTest(this) && (_root.fish2dead4 == "no")) && (_root.shooting == "yes")) { _root.shooting = "no"; _root.hit = "yes"; _root.fish2hit4 = _root.fish2hit4 + 1; } if (_root.fish2hit4 > 0) { with (this.splatter1) { gotoAndStop(2); } } if (_root.fish2hit4 > 1) { with (this.splatter2) { gotoAndStop(2); } } if (_root.fish2hit4 > 2) { with (this.splatter3) { gotoAndStop(2); } } if (_root.fish2hit4 > 3) { _root.fish2dead4 = "yes"; with (this.splatter1) { gotoAndStop(1); } with (this.splatter2) { gotoAndStop(1); } with (this.splatter3) { gotoAndStop(1); } with (this) { gotoAndStop(2); } } if (_root.fish2dead4 == "yes") { this._y = this._y + 4; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 295) && (_root.fish2dead4 == "yes")) { this._y = 295; } if (this._x < -100) { _root.fish2dead4 = "no"; _root.fish2hit4 = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (_root.fish2dead4 == "no")) { this._x = this._x - 3; } if (((Key.isDown(39) && (_root.fish2dead4 == "yes")) && (_root.dead2 == "no")) && (_root.level2end == "no")) { this._x = this._x - 5; } }
Frame 6
stop(); Mouse.hide(); _root.onMouseMove = function () { setProperty("_root.cursor", _x , _xmouse); setProperty("_root.cursor", _y , _ymouse); updateAfterEvent(); }; _root.shooting3 = "no"; army = 158; bubx2 = 215; x = 234.6; y = 197.4; fish6x = 780; fish6y = random(300); fish3x = 1500; fish3y = random(300); fish6hit = 0; fish6dead = "no"; fish6hit2 = 0; fish6dead2 = "no"; fish6hit3 = 0; fish6dead3 = "no"; fish6hit4 = 0; fish6dead4 = "no"; hit = "no"; squidx = -260; level3end = "no"; deadx = 260; squidhit = "no"; start3 = "no"; touched = "no"; setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); setProperty("_root.shot", _visible , 0); setProperty("_root.bubbles", _visible , 0); _root.onEnterFrame = function () { if ((((Key.isDown(39) && (level3end == "no")) && (_root.squidhit == "no")) && (_root.start3 == "yes")) && (_root.touched == "no")) { squidx = squidx - 5.5; with (_root.body) { nextFrame(); } with (_root.background) { nextFrame(); } bubx2 = bubx2 - 5; } else { army = 158; with (_root.body) { gotoAndStop(1); } } _root.onMouseDown = function () { if (((((_root.shooting3 == "no") && (level3end == "no")) && (_root.squidhit == "no")) && (_root.start3 == "yes")) && (_root.touched == "no")) { _root.shooting3 = "yes"; with (_root.arm.gun) { gotoAndStop(2); } with (_root.shot) { gotoAndPlay(2); } with (_root.darkness) { gotoAndPlay(2); } } }; if (_root.deadx < -125) { with (_root.diverhead) { gotoAndStop(2); } } squidx = squidx + 5; setProperty("_root.squid", _x , squidx); setProperty("_root.arm", _y , army); setProperty("bubbles", _x , bubx2); };
Instance of Symbol 345 MovieClip "shot" in Frame 6
onClipEvent (load) { X = this._x; Y = this._y; } onClipEvent (enterFrame) { if (_root.shooting3 == "no") { Xm = _parent._xmouse; Ym = _parent._ymouse; Xdiff = Xm - X; Ydiff = Ym - Y; radAngle = Math.atan2(Ydiff, Xdiff); this._rotation = (radAngle * 360) / (Math.PI*2); updateAfterEvent(); } }
Instance of Symbol 354 MovieClip "arm" in Frame 6
onClipEvent (load) { X = this._x; Y = this._y; } onClipEvent (mouseMove) { Xm = _parent._xmouse; Ym = _parent._ymouse; Xdiff = Xm - X; Ydiff = Ym - Y; radAngle = Math.atan2(Ydiff, Xdiff); this._rotation = (radAngle * 360) / (Math.PI*2); updateAfterEvent(); }
Instance of Symbol 396 MovieClip in Frame 6
onClipEvent (enterFrame) { if (((this._x > _root.body._x) && (_root.fish6dead2 == "no")) && (_root.squidhit == "no")) { setProperty(this, _x , this._x - 8); } if (((this._x < _root.body._x) && (_root.fish6dead2 == "no")) && (_root.squidhit == "no")) { setProperty(this, _x , this._x + 8); } if (((this._y > _root.body._y) && (_root.fish6dead2 == "no")) && (_root.squidhit == "no")) { setProperty(this, _y , this._y - 2); } if (((this._y < _root.body._y) && (_root.fish6dead2 == "no")) && (_root.squidhit == "no")) { setProperty(this, _y , this._y + 2); } if (_root.shot.hitTest(this) && (_root.fish6dead2 == "no")) { _root.fish6dead2 = "yes"; _root.fish6hit2 = _root.fish6hit2 + 1; } if (_root.fish6hit2 > 0) { with (this) { gotoAndStop(2); } } if (_root.fish6dead2 == "yes") { this._y = this._y + 8; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 350) && (_root.fish6dead2 == "yes")) { _root.fish6dead2 = "no"; _root.fish6hit2 = 0; with (this) { gotoAndStop(1); } this._x = 1000; this._y = random(300); } if (Key.isDown(39) && (level3end == "no")) { this._x = this._x - 5; } if (((_root.body.hitTest(this) && (_root.squidhit == "no")) && (_root.fish6dead2 == "no")) && (_root.level3end == "no")) { with (_root.dead09) { gotoAndStop(2); } setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); _root.deadx = _root.deadx - 10; _root.x = _root.x - 10; setProperty("_root.body", _x , _root.x); setProperty("_root.dead09", _x , _root.deadx); } }
Instance of Symbol 396 MovieClip in Frame 6
onClipEvent (enterFrame) { if (((this._x > _root.body._x) && (_root.fish6dead3 == "no")) && (_root.squidhit == "no")) { setProperty(this, _x , this._x - 11); } if (((this._x < _root.body._x) && (_root.fish6dead3 == "no")) && (_root.squidhit == "no")) { setProperty(this, _x , this._x11); } if (((this._y > _root.body._y) && (_root.fish6dead3 == "no")) && (_root.squidhit == "no")) { setProperty(this, _y , this._y - 3); } if (((this._y < _root.body._y) && (_root.fish6dead3 == "no")) && (_root.squidhit == "no")) { setProperty(this, _y , this._y + 3); } if (_root.shot.hitTest(this) && (_root.fish6dead3 == "no")) { _root.fish6hit3 = _root.fish6hit3 + 1; } if (_root.fish6hit3 > 0) { with (this) { gotoAndStop(2); } _root.fish6dead3 = "yes"; } if (_root.fish6dead3 == "yes") { this._y = this._y + 5; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 350) && (_root.fish6dead3 == "yes")) { _root.fish6dead3 = "no"; _root.fish6hit3 = 0; with (this) { gotoAndStop(1); } this._x = 1000; this._y = random(300); } if (Key.isDown(39) && (level3end == "no")) { this._x = this._x - 5; } if (((_root.body.hitTest(this) && (_root.squidhit == "no")) && (_root.fish6dead3 == "no")) && (_root.level3end == "no")) { with (_root.dead09) { gotoAndStop(2); } setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); _root.deadx = _root.deadx - 10; _root.x = _root.x - 10; setProperty("_root.body", _x , _root.x); setProperty("_root.dead09", _x , _root.deadx); } }
Instance of Symbol 406 MovieClip in Frame 6
onClipEvent (enterFrame) { if (((this._x > _root.body._x) && (_root.fish6dead == "no")) && (_root.squidhit == "no")) { setProperty(this, _x , this._x - 10); } if (((this._x < _root.body._x) && (_root.fish6dead == "no")) && (_root.squidhit == "no")) { setProperty(this, _x , this._x + 10); } if (((this._y > _root.body._y) && (_root.fish6dead == "no")) && (_root.squidhit == "no")) { setProperty(this, _y , this._y - 1); } if (((this._y < _root.body._y) && (_root.fish6dead == "no")) && (_root.squidhit == "no")) { setProperty(this, _y , this._y + 1); } if (_root.shot.hitTest(this.box) && (_root.fish6dead == "no")) { _root.fish6hit = _root.fish6hit + 1; } if (_root.fish6hit > 0) { with (this) { gotoAndStop(2); } _root.fish6dead = "yes"; } if (_root.fish6dead == "yes") { this._y = this._y + 6; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 350) && (_root.fish6dead == "yes")) { _root.fish6dead = "no"; _root.fish6hit = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (level3end == "no")) { this._x = this._x - 5; } if (((_root.body.hitTest(this) && (_root.squidhit == "no")) && (_root.fish6dead == "no")) && (_root.level3end == "no")) { with (_root.dead09) { gotoAndStop(2); } setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); _root.deadx = _root.deadx - 10; _root.x = _root.x - 10; setProperty("_root.body", _x , _root.x); setProperty("_root.dead09", _x , _root.deadx); } }
Instance of Symbol 406 MovieClip in Frame 6
onClipEvent (enterFrame) { if (((this._x > _root.body._x) && (_root.fish6dead4 == "no")) && (_root.squidhit == "no")) { setProperty(this, _x , this._x - 12); } if (((this._x < _root.body._x) && (_root.fish6dead4 == "no")) && (_root.squidhit == "no")) { setProperty(this, _x , this._x + 12); } if (((this._y > _root.body._y) && (_root.fish6dead4 == "no")) && (_root.squidhit == "no")) { setProperty(this, _y , this._y - 2); } if (((this._y < _root.body._y) && (_root.fish6dead4 == "no")) && (_root.squidhit == "no")) { setProperty(this, _y , this._y + 2); } if (_root.shot.hitTest(this.box) && (_root.fish6dead4 == "no")) { _root.fish6hit4 = _root.fish6hit4 + 1; } if (_root.fish6hit4 > 0) { with (this) { gotoAndStop(2); } _root.fish6dead4 = "yes"; } if (_root.fish6dead4 == "yes") { this._y = this._y + 9; setProperty(this, _y , this._y); setProperty("this", _x , this._x); } if ((this._y > 350) && (_root.fish6dead4 == "yes")) { _root.fish6dead4 = "no"; _root.fish6hit4 = 0; with (this) { gotoAndStop(1); } this._x = 780; this._y = random(300); } if (Key.isDown(39) && (level3end == "no")) { this._x = this._x - 5; } if (((_root.body.hitTest(this) && (_root.squidhit == "no")) && (_root.fish6dead4 == "no")) && (_root.level3end == "no")) { with (_root.dead09) { gotoAndStop(2); } setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); _root.deadx = _root.deadx - 10; _root.x = _root.x - 10; setProperty("_root.body", _x , _root.x); setProperty("_root.dead09", _x , _root.deadx); } }
Instance of Symbol 53 MovieClip in Frame 6
onClipEvent (enterFrame) { if ((this._x > _root.body._x) && (_root.level3end == "no")) { setProperty(this, _x , this._x - 4.5); } if ((this._x < _root.body._x) && (_root.level3end == "no")) { setProperty(this, _x , this._x + 4.5); } if ((this._y > _root.body._y) && (_root.level3end == "no")) { setProperty(this, _y , this._y - 1); } if ((this._y < _root.body._y) && (_root.level3end == "no")) { setProperty(this, _y , this._y + 1); } if (_root.body.hitTest(this.beak) && (_root.level3end == "no")) { setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); setProperty("_root.bubbles", _visible , 0); _root.squidhit = "yes"; with (_root.dead09) { gotoAndStop(2); } setProperty(this, _x , this._x - 4); _root.x = _root.x - 4; setProperty("_root.body", _x , _root.x); _root.deadx = _root.deadx - 4; setProperty("_root.dead09", _x , _root.deadx); } if (Key.isDown(39) && (_root.level3end == "no")) { this._x = this._x - 4; } }
Frame 7
stop(); Mouse.hide(); _root.onMouseMove = function () { setProperty("_root.cursor", _x , _xmouse); setProperty("_root.cursor", _y , _ymouse); updateAfterEvent(); }; fish1dead = "yes"; fish2dead = "yes"; fish3dead = "yes"; fish4dead = "yes"; fish5dead = "yes"; fish6dead = "yes"; fish7dead = "yes"; level1end = "yes"; level2end = "yes"; level3end = "yes";
Frame 8
stop(); stopAllSounds(); Mouse.hide(); _root.onMouseMove = function () { setProperty("_root.cursor", _x , _xmouse); setProperty("_root.cursor", _y , _ymouse); updateAfterEvent(); };
Frame 9
stop();
Frame 10
stop();
Frame 11
Mouse.hide(); _root.onMouseMove = function () { setProperty("_root.cursor", _x , _xmouse); setProperty("_root.cursor", _y , _ymouse); updateAfterEvent(); }; stop(); stopAllSounds();
Symbol 10 MovieClip Frame 1
time1 = int(getTimer() / 1000);
Symbol 10 MovieClip Frame 2
b_loaded = _root.getBytesLoaded(); b_total = _root.getBytesTotal(); time = (getTimer() / 1000) - time1; bps = b_loaded / time; b_left = b_total - b_loaded; s_left = Math.ceil(b_left / bps); min = Math.floor(s_left / 60); if (min >= 1) { s_left = s_left - Math.floor(min * 60); if (s_left < 10) { s_left = "0" add s_left; } } else { min = "0"; if (s_left < 10) { s_left = "0" add s_left; } } timeleft = (min add ":") add s_left; bit_rate = int(bps) add "bps"; percent = (b_loaded / b_total) * 100; _root.bar._xscale = percent;
Symbol 10 MovieClip Frame 3
gotoAndPlay (2);
Symbol 20 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 50
_root.bubx = 63;
Symbol 29 MovieClip Frame 12
_root.bubx = 63;
Symbol 88 MovieClip Frame 15
stop();
Symbol 89 MovieClip Frame 121
with (_root.openingbg) { gotoAndStop(2); }
Symbol 89 MovieClip Frame 174
with (_root.openingbg) { gotoAndStop(1); }
Symbol 89 MovieClip Frame 210
with (_root.openingbg) { gotoAndStop(2); }
Symbol 89 MovieClip Frame 266
with (_root.opening) { gotoAndPlay(51); }
Symbol 92 MovieClip Frame 51
gotoAndStop (1);
Symbol 100 MovieClip Frame 51
gotoAndPlay (1);
Symbol 109 Button
on (release) { stopAllSounds(); with (_root) { gotoAndStop(11); } }
Symbol 110 Button
on (release) { stopAllSounds(); with (_root) { gotoAndStop(4); } }
Symbol 111 MovieClip Frame 50
stop();
Symbol 111 MovieClip Frame 51
setProperty("_root.skip", _visible , 0);
Symbol 111 MovieClip Frame 100
stop();
Symbol 118 Button
on (release) { stopAllSounds(); with (_root.openingbg) { gotoAndStop(2); } with (_root.opening) { gotoAndPlay(51); } setProperty("_root.skip", _visible , 0); }
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 750
setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); setProperty("_root.shot", _visible , 0); setProperty("_root.bubbles", _visible , 0); _root.level1end = "yes"; with (_root.walk) { gotoAndPlay(2); }
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 11
setProperty("_root.shot", _alpha , 100); _root.hit = "no"; gotoAndStop (1); with (_root.arm.gun) { gotoAndPlay(3); }
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 6
_root.shooting = "no"; gotoAndStop (1);
Symbol 151 MovieClip Frame 1
stop(); _root.army = 159;
Symbol 151 MovieClip Frame 4
_root.army = 165;
Symbol 151 MovieClip Frame 7
_root.army = 166;
Symbol 151 MovieClip Frame 10
_root.army = 161;
Symbol 151 MovieClip Frame 13
_root.army = 161;
Symbol 151 MovieClip Frame 16
_root.army = 153;
Symbol 151 MovieClip Frame 19
_root.army = 151;
Symbol 151 MovieClip Frame 22
_root.army = 158;
Symbol 151 MovieClip Frame 25
_root.army = 161;
Symbol 151 MovieClip Frame 28
_root.army = 169;
Symbol 151 MovieClip Frame 31
_root.army = 163;
Symbol 151 MovieClip Frame 34
_root.army = 163;
Symbol 151 MovieClip Frame 37
_root.army = 158;
Symbol 151 MovieClip Frame 40
_root.army = 155;
Symbol 151 MovieClip Frame 43
_root.army = 159;
Symbol 151 MovieClip Frame 46
gotoAndPlay (2);
Symbol 165 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 2
stopAllSounds();
Symbol 165 MovieClip Frame 62
stop(); with (_root) { gotoAndStop(5); }
Symbol 170 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 51
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 199 MovieClip Frame 1
stop();
Symbol 205 MovieClip Frame 51
stop();
Symbol 206 MovieClip Frame 1
stop();
Symbol 218 MovieClip Frame 70
stopAllSounds(); stop(); with (_root) { gotoAndStop(7); }
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 20
with (_root.dead03.dead03movie.fishchomp) { gotoAndPlay(2); }
Symbol 230 MovieClip Frame 70
stopAllSounds(); stop(); with (_root) { gotoAndStop(7); }
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 2
stop();
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 750
stop();
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 750
setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); setProperty("_root.shot", _visible , 0); setProperty("_root.bubbles", _visible , 0); _root.level2end = "yes"; _root.dead2 = "yes"; with (_root.walk2) { gotoAndPlay(2); } with (_root.cavelayer) { gotoAndStop(2); }
Symbol 264 MovieClip Frame 5
stop();
Symbol 265 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 5
gotoAndPlay (1);
Symbol 279 MovieClip Frame 26
setProperty("_root.body", _visible , 1); setProperty("_root.arm", _visible , 1); setProperty("_root.shot", _visible , 1); setProperty("_root.bubbles", _visible , 1); _root.start2 = "yes"; stop();
Symbol 280 MovieClip Frame 1
stop();
Symbol 280 MovieClip Frame 2
stopAllSounds();
Symbol 280 MovieClip Frame 62
setProperty("_root.body", _visible , 1); setProperty("_root.arm", _visible , 1); setProperty("_root.shot", _visible , 1); setProperty("_root.bubbles", _visible , 1); _root.level2end = "yes"; with (_root) { gotoAndStop(6); } stop();
Symbol 283 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
stop();
Symbol 290 MovieClip Frame 51
stop();
Symbol 291 MovieClip Frame 1
stop();
Symbol 296 MovieClip Frame 51
stop();
Symbol 297 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 45
stopAllSounds(); stop(); with (_root) { gotoAndStop(9); }
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 2
stop();
Symbol 336 MovieClip Frame 45
stopAllSounds(); stop(); with (_root) { gotoAndStop(9); }
Symbol 337 MovieClip Frame 1
stop();
Symbol 337 MovieClip Frame 2
stop();
Symbol 338 MovieClip Frame 1
stop();
Symbol 338 MovieClip Frame 750
stop();
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 750
setProperty("_root.body", _visible , 0); setProperty("_root.arm", _visible , 0); setProperty("_root.shot", _visible , 0); setProperty("_root.bubbles", _visible , 0); _root.level3end = "yes"; with (_root.walk2) { gotoAndPlay(2); }
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 11
setProperty("_root.shot", _alpha , 100); _root.hit = "no"; gotoAndStop (1); with (_root.arm.gun) { gotoAndPlay(3); }
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 14
_root.shooting3 = "no"; gotoAndStop (1);
Symbol 367 MovieClip Frame 44
setProperty("_root.body", _visible , 1); setProperty("_root.arm", _visible , 1); setProperty("_root.shot", _visible , 1); setProperty("_root.bubbles", _visible , 1); _root.start3 = "yes"; stop();
Symbol 379 MovieClip Frame 1
stop();
Symbol 379 MovieClip Frame 2
stopAllSounds();
Symbol 379 MovieClip Frame 63
setProperty("_root.body", _visible , 1); setProperty("_root.arm", _visible , 1); setProperty("_root.shot", _visible , 1); setProperty("_root.bubbles", _visible , 1); with (_root) { gotoAndStop(8); } stop();
Symbol 385 MovieClip Frame 71
stopAllSounds(); stop(); with (_root) { gotoAndStop(10); }
Symbol 386 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 2
stop(); _root.touched = "yes";
Symbol 395 MovieClip Frame 51
stop();
Symbol 396 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 51
stop();
Symbol 406 MovieClip Frame 1
stop();
Symbol 409 MovieClip Frame 1
stop();
Symbol 409 MovieClip Frame 8
gotoAndStop (1);
Symbol 418 MovieClip Frame 300
stopAllSounds(); with (_root) { gotoAndStop(3); stop(); }
Symbol 427 Button
on (release) { stopAllSounds(); with (_root) { gotoAndStop(4); } }
Symbol 432 Button
on (release) { with (_root) { gotoAndStop(3); } }
Symbol 486 MovieClip Frame 44
stop();
Symbol 489 MovieClip Frame 67
stop();
Symbol 502 Button
on (release) { gotoAndStop (2); }
Symbol 503 Button
on (release) { stopAllSounds(); with (_root) { gotoAndStop(3); } }
Symbol 504 MovieClip Frame 16
with (_root.endingwin) { gotoAndStop(2); }
Symbol 504 MovieClip Frame 36
with (_root.endingwin) { gotoAndStop(1); }
Symbol 504 MovieClip Frame 43
with (_root.endingwin) { gotoAndStop(3); }
Symbol 504 MovieClip Frame 61
with (_root.endingwin) { gotoAndStop(1); }
Instance of Symbol 345 MovieClip "shot3" in Symbol 504 MovieClip Frame 69
onClipEvent (load) { X = this._x; Y = this._y; } onClipEvent (mouseMove) { if (_root.shooting3 == "no") { Xm = _parent._xmouse; Ym = _parent._ymouse; Xdiff = Xm - X; Ydiff = Ym - Y; radAngle = Math.atan2(Ydiff, Xdiff); this._rotation = (radAngle * 360) / (Math.PI*2); updateAfterEvent(); } }
Symbol 504 MovieClip Frame 80
with (_root.endingwin) { gotoAndStop(3); }
Symbol 504 MovieClip Frame 98
with (_root.endingwin) { gotoAndStop(4); }
Symbol 504 MovieClip Frame 147
with (_root.endingwin) { gotoAndStop(5); }
Symbol 504 MovieClip Frame 214
with (_root.endingwin) { gotoAndStop(5); }
Symbol 504 MovieClip Frame 275
stop();
Symbol 505 MovieClip Frame 1
stop();
Symbol 508 Button
on (release) { stopAllSounds(); with (_root) { gotoAndStop(5); } }
Symbol 509 Button
on (release) { with (_root) { gotoAndStop(3); } }
Symbol 513 Button
on (release) { stopAllSounds(); with (_root) { gotoAndStop(6); } }
Symbol 514 Button
on (release) { with (_root) { gotoAndStop(3); } }
Symbol 518 Button
on (release) { stopAllSounds(); with (_root) { gotoAndStop(4); } }

Library Items

Symbol 1 GraphicUsed by:2 504
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 FontUsed by:5 6
Symbol 5 EditableTextUses:4Used by:10
Symbol 6 TextUses:4Used by:10
Symbol 7 FontUsed by:8 9
Symbol 8 EditableTextUses:7Used by:10
Symbol 9 TextUses:7Used by:10
Symbol 10 MovieClipUses:5 6 8 9Used by:Timeline
Symbol 11 GraphicUsed by:15
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:11 12 13 14Used by:Timeline
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:20
Symbol 18 BitmapUsed by:19
Symbol 19 GraphicUses:18Used by:20 505  Timeline
Symbol 20 MovieClipUses:17 19Used by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:111
Symbol 23 GraphicUsed by:111 407 488
Symbol 24 GraphicUsed by:111
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:27 29
Symbol 27 MovieClipUses:26Used by:28 92 100
Symbol 28 MovieClipUses:27Used by:89 124 180 205 290 296 318 336 345 395 405
Symbol 29 MovieClipUses:26Used by:89 218 230 318 336
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:89 111 504
Symbol 32 SoundUsed by:89
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:33 34Used by:53
Symbol 36 GraphicUsed by:51
Symbol 37 GraphicUsed by:51
Symbol 38 GraphicUsed by:51
Symbol 39 GraphicUsed by:51
Symbol 40 GraphicUsed by:51
Symbol 41 GraphicUsed by:51
Symbol 42 GraphicUsed by:51
Symbol 43 GraphicUsed by:51
Symbol 44 GraphicUsed by:51
Symbol 45 GraphicUsed by:51
Symbol 46 GraphicUsed by:51
Symbol 47 GraphicUsed by:51
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:36 37 38 39 40 41 42 43 44 45 46 47 48 49 50Used by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:35 51 52Used by:89 504  Timeline
Symbol 54 SoundUsed by:89 504
Symbol 55 GraphicUsed by:89
Symbol 56 GraphicUsed by:89
Symbol 57 GraphicUsed by:89
Symbol 58 GraphicUsed by:89
Symbol 59 SoundUsed by:89
Symbol 60 SoundUsed by:89
Symbol 61 GraphicUsed by:79
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:62 63Used by:79 485 504 505
Symbol 65 GraphicUsed by:79
Symbol 66 GraphicUsed by:79
Symbol 67 GraphicUsed by:79
Symbol 68 GraphicUsed by:79
Symbol 69 GraphicUsed by:79
Symbol 70 GraphicUsed by:79
Symbol 71 GraphicUsed by:79
Symbol 72 GraphicUsed by:79
Symbol 73 GraphicUsed by:79
Symbol 74 GraphicUsed by:79
Symbol 75 GraphicUsed by:79
Symbol 76 GraphicUsed by:79
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:61 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78Used by:89
Symbol 80 GraphicUsed by:87
Symbol 81 GraphicUsed by:87
Symbol 82 GraphicUsed by:87
Symbol 83 GraphicUsed by:87
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:80 81 82 83 84 85 86Used by:88 136
Symbol 88 MovieClipUses:87Used by:89
Symbol 89 MovieClipUses:28 29 31 32 53 54 55 56 57 58 59 60 79 88Used by:111
Symbol 90 GraphicUsed by:111
Symbol 91 SoundUsed by:92
Symbol 92 MovieClipUses:27 91Used by:111
Symbol 93 SoundUsed by:111 504
Symbol 94 GraphicUsed by:111
Symbol 95 GraphicUsed by:111
Symbol 96 GraphicUsed by:111
Symbol 97 GraphicUsed by:111
Symbol 98 GraphicUsed by:103 109
Symbol 99 SoundUsed by:100
Symbol 100 MovieClipUses:27 99Used by:103 108 109 110 518  Timeline
Symbol 101 GraphicUsed by:103 109
Symbol 102 GraphicUsed by:103 109
Symbol 103 ButtonUses:98 100 101 102Used by:111
Symbol 104 GraphicUsed by:108 110 518
Symbol 105 GraphicUsed by:108 110 518
Symbol 106 GraphicUsed by:108 110 518
Symbol 107 GraphicUsed by:108 110 518
Symbol 108 ButtonUses:104 105 100 106 107Used by:111
Symbol 109 ButtonUses:98 100 101 102Used by:111
Symbol 110 ButtonUses:104 105 100 106 107Used by:111
Symbol 111 MovieClipUses:22 23 24 89 31 90 92 93 94 95 96 97 103 108 109 110Used by:Timeline
Symbol 112 GraphicUsed by:113 253
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:118
Symbol 115 GraphicUsed by:118
Symbol 116 GraphicUsed by:118
Symbol 117 GraphicUsed by:118
Symbol 118 ButtonUses:114 115 116 117Used by:Timeline
Symbol 119 BitmapUsed by:120
Symbol 120 GraphicUses:119Used by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 GraphicUsed by:124 127
Symbol 123 SoundUsed by:124
Symbol 124 MovieClipUses:122 28 123Used by:Timeline
Symbol 125 GraphicUsed by:129
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:122 126Used by:129
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:125 127 128Used by:163 218 230  Timeline
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:151
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:151 163 278 366 378 485
Symbol 134 GraphicUsed by:151 378 485
Symbol 135 GraphicUsed by:151 163 278 366 378 485
Symbol 136 MovieClipUses:87Used by:151 163 278 366 378 385 485
Symbol 137 SoundUsed by:151
Symbol 138 GraphicUsed by:151
Symbol 139 GraphicUsed by:151
Symbol 140 GraphicUsed by:151
Symbol 141 GraphicUsed by:151
Symbol 142 GraphicUsed by:151
Symbol 143 GraphicUsed by:151 163 278 366 378 485
Symbol 144 GraphicUsed by:151
Symbol 145 GraphicUsed by:151
Symbol 146 GraphicUsed by:151
Symbol 147 GraphicUsed by:151 163 278 378
Symbol 148 GraphicUsed by:151
Symbol 149 GraphicUsed by:151
Symbol 150 GraphicUsed by:151 163 278 366 378 485
Symbol 151 MovieClipUses:131 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150Used by:Timeline
Symbol 152 GraphicUsed by:163 278 366
Symbol 153 GraphicUsed by:163
Symbol 154 GraphicUsed by:163
Symbol 155 GraphicUsed by:163
Symbol 156 GraphicUsed by:163
Symbol 157 GraphicUsed by:163
Symbol 158 GraphicUsed by:163
Symbol 159 GraphicUsed by:163
Symbol 160 GraphicUsed by:163
Symbol 161 GraphicUsed by:163
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:129 152 133 135 136 153 154 155 156 157 143 158 159 160 147 161 162 150Used by:165
Symbol 164 SoundUsed by:165 280 379
Symbol 165 MovieClipUses:163 164Used by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:178 203
Symbol 168 GraphicUsed by:170
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:168 169Used by:177
Symbol 171 GraphicUsed by:173
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:171 172Used by:177
Symbol 174 GraphicUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:174 175Used by:177
Symbol 177 MovieClipUses:170 173 176Used by:178
Symbol 178 MovieClipUses:167 177Used by:182 218
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:28 179Used by:182
Symbol 181 SoundUsed by:182 206 291 297 298 299 300
Symbol 182 MovieClipUses:178 180 181Used by:Timeline
Symbol 183 GraphicUsed by:187
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:187 224 393
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:183 185 186Used by:200
Symbol 188 GraphicUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:188 189Used by:200
Symbol 191 GraphicUsed by:193
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:191 192Used by:200
Symbol 194 GraphicUsed by:196
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:194 195Used by:200
Symbol 197 GraphicUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:197 198Used by:200
Symbol 200 MovieClipUses:187 190 193 196 199Used by:203
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:203
Symbol 203 MovieClipUses:167 200 202Used by:206
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:28 204Used by:206
Symbol 206 MovieClipUses:203 205 181Used by:Timeline
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:218 230 318 336
Symbol 209 GraphicUsed by:218
Symbol 210 GraphicUsed by:218
Symbol 211 GraphicUsed by:218
Symbol 212 SoundUsed by:218 230
Symbol 213 GraphicUsed by:218
Symbol 214 GraphicUsed by:218
Symbol 215 SoundUsed by:218 230
Symbol 216 GraphicUsed by:218
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:208 209 129 210 178 211 212 213 29 214 215 216 217Used by:219
Symbol 219 MovieClipUses:218Used by:Timeline
Symbol 220 GraphicUsed by:230
Symbol 221 GraphicUsed by:230
Symbol 222 GraphicUsed by:224
Symbol 223 GraphicUsed by:224
Symbol 224 MovieClipUses:222 223 185Used by:230
Symbol 225 GraphicUsed by:230
Symbol 226 GraphicUsed by:230
Symbol 227 GraphicUsed by:230
Symbol 228 GraphicUsed by:230
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:208 220 129 221 224 225 212 226 29 227 215 228 229Used by:231
Symbol 231 MovieClipUses:230Used by:Timeline
Symbol 232 GraphicUsed by:247
Symbol 233 GraphicUsed by:247
Symbol 234 GraphicUsed by:247
Symbol 235 GraphicUsed by:247
Symbol 236 GraphicUsed by:247
Symbol 237 GraphicUsed by:247
Symbol 238 GraphicUsed by:247
Symbol 239 GraphicUsed by:247
Symbol 240 GraphicUsed by:247
Symbol 241 GraphicUsed by:247
Symbol 242 GraphicUsed by:247
Symbol 243 GraphicUsed by:247
Symbol 244 GraphicUsed by:247
Symbol 245 GraphicUsed by:247
Symbol 246 GraphicUsed by:247
Symbol 247 MovieClipUses:232 233 234 235 236 237 238 239 240 241 242 243 244 245 246Used by:248
Symbol 248 MovieClipUses:247Used by:249
Symbol 249 MovieClipUses:248Used by:250 338
Symbol 250 MovieClipUses:249Used by:Timeline
Symbol 251 GraphicUsed by:252
Symbol 252 MovieClipUses:251Used by:418  Timeline
Symbol 253 MovieClipUses:112Used by:Timeline
Symbol 254 SoundUsed by:Timeline
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:257
Symbol 257 MovieClipUses:256Used by:Timeline
Symbol 258 GraphicUsed by:267
Symbol 259 GraphicUsed by:265
Symbol 260 GraphicUsed by:264 345 504
Symbol 261 SoundUsed by:264
Symbol 262 GraphicUsed by:264 345
Symbol 263 GraphicUsed by:264 345
Symbol 264 MovieClipUses:260 261 262 263Used by:265
Symbol 265 MovieClipUses:259 264Used by:267
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:258 265 266Used by:278 318 336  Timeline
Symbol 268 GraphicUsed by:278
Symbol 269 GraphicUsed by:278
Symbol 270 GraphicUsed by:278
Symbol 271 GraphicUsed by:278
Symbol 272 GraphicUsed by:278
Symbol 273 GraphicUsed by:278
Symbol 274 GraphicUsed by:278
Symbol 275 GraphicUsed by:278
Symbol 276 GraphicUsed by:278
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:267 152 133 135 136 268 269 270 271 272 143 273 274 275 147 276 277 150Used by:279 280
Symbol 279 MovieClipUses:278Used by:Timeline
Symbol 280 MovieClipUses:278 164Used by:Timeline
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:Timeline
Symbol 284 GraphicUsed by:286
Symbol 285 GraphicUsed by:286
Symbol 286 MovieClipUses:284 285Used by:291 318
Symbol 287 GraphicUsed by:288
Symbol 288 MovieClipUses:287Used by:291 297 298 299 300
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:28 289Used by:291
Symbol 291 MovieClipUses:286 288 290 181Used by:Timeline
Symbol 292 GraphicUsed by:294
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:292 293Used by:297 298 299 300 336
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:28 295Used by:297 298 299 300
Symbol 297 MovieClipUses:294 288 296 181Used by:Timeline
Symbol 298 MovieClipUses:294 288 296 181Used by:Timeline
Symbol 299 MovieClipUses:294 288 296 181Used by:Timeline
Symbol 300 MovieClipUses:294 288 296 181Used by:Timeline
Symbol 301 GraphicUsed by:318
Symbol 302 GraphicUsed by:318
Symbol 303 SoundUsed by:318 336
Symbol 304 GraphicUsed by:318
Symbol 305 GraphicUsed by:318
Symbol 306 GraphicUsed by:318
Symbol 307 GraphicUsed by:318
Symbol 308 GraphicUsed by:318
Symbol 309 GraphicUsed by:318
Symbol 310 GraphicUsed by:318
Symbol 311 GraphicUsed by:318
Symbol 312 GraphicUsed by:318
Symbol 313 GraphicUsed by:318
Symbol 314 GraphicUsed by:318
Symbol 315 GraphicUsed by:318
Symbol 316 GraphicUsed by:318
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:208 301 267 302 286 303 304 305 28 29 306 307 308 309 310 311 312 313 314 315 316 317Used by:319
Symbol 319 MovieClipUses:318Used by:Timeline
Symbol 320 GraphicUsed by:336
Symbol 321 GraphicUsed by:336
Symbol 322 GraphicUsed by:336
Symbol 323 GraphicUsed by:336
Symbol 324 GraphicUsed by:336
Symbol 325 GraphicUsed by:336
Symbol 326 GraphicUsed by:336
Symbol 327 GraphicUsed by:336
Symbol 328 GraphicUsed by:336
Symbol 329 GraphicUsed by:336
Symbol 330 GraphicUsed by:336
Symbol 331 GraphicUsed by:336
Symbol 332 GraphicUsed by:336
Symbol 333 GraphicUsed by:336
Symbol 334 GraphicUsed by:336
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:208 320 267 321 294 303 322 323 28 29 324 325 326 327 328 329 330 331 332 333 334 335Used by:337
Symbol 337 MovieClipUses:336Used by:Timeline
Symbol 338 MovieClipUses:249Used by:Timeline
Symbol 339 SoundUsed by:Timeline
Symbol 340 BitmapUsed by:341
Symbol 341 GraphicUses:340Used by:342
Symbol 342 MovieClipUses:341Used by:Timeline
Symbol 343 GraphicUsed by:345 353 504
Symbol 344 SoundUsed by:345 504
Symbol 345 MovieClipUses:28 343 260 344 262 263Used by:504  Timeline
Symbol 346 GraphicUsed by:354
Symbol 347 GraphicUsed by:353
Symbol 348 GraphicUsed by:353
Symbol 349 GraphicUsed by:353
Symbol 350 GraphicUsed by:353
Symbol 351 GraphicUsed by:353
Symbol 352 SoundUsed by:353
Symbol 353 MovieClipUses:347 348 349 343 350 351 352Used by:354
Symbol 354 MovieClipUses:346 353Used by:366 378 389 504  Timeline
Symbol 355 GraphicUsed by:366
Symbol 356 GraphicUsed by:366
Symbol 357 GraphicUsed by:366
Symbol 358 GraphicUsed by:366
Symbol 359 GraphicUsed by:366
Symbol 360 GraphicUsed by:366
Symbol 361 GraphicUsed by:366
Symbol 362 GraphicUsed by:366
Symbol 363 GraphicUsed by:366
Symbol 364 GraphicUsed by:366
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:354 152 133 135 136 355 356 357 358 359 143 360 361 362 363 364 365 150Used by:367 486
Symbol 367 MovieClipUses:366Used by:Timeline
Symbol 368 GraphicUsed by:378
Symbol 369 GraphicUsed by:378
Symbol 370 GraphicUsed by:378
Symbol 371 GraphicUsed by:378
Symbol 372 GraphicUsed by:378
Symbol 373 GraphicUsed by:378
Symbol 374 GraphicUsed by:378
Symbol 375 GraphicUsed by:378
Symbol 376 GraphicUsed by:378
Symbol 377 GraphicUsed by:378
Symbol 378 MovieClipUses:354 134 133 135 136 368 369 370 371 372 143 373 374 375 147 376 377 150Used by:379
Symbol 379 MovieClipUses:378 164Used by:Timeline
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:380Used by:385
Symbol 382 SoundUsed by:385
Symbol 383 SoundUsed by:385 504
Symbol 384 SoundUsed by:385
Symbol 385 MovieClipUses:381 382 383 136 384Used by:386
Symbol 386 MovieClipUses:385Used by:Timeline
Symbol 387 GraphicUsed by:389
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:387 354 388Used by:391
Symbol 390 SoundUsed by:391
Symbol 391 MovieClipUses:389 390Used by:Timeline
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:392 185Used by:396
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:28 394Used by:396
Symbol 396 MovieClipUses:393 395Used by:Timeline
Symbol 397 GraphicUsed by:398
Symbol 398 MovieClipUses:397Used by:401
Symbol 399 GraphicUsed by:401
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:398 399 400Used by:406
Symbol 402 GraphicUsed by:403
Symbol 403 MovieClipUses:402Used by:406
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:28 404Used by:406
Symbol 406 MovieClipUses:401 403 405Used by:Timeline
Symbol 407 MovieClipUses:23Used by:409
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClipUses:407 408Used by:505  Timeline
Symbol 410 SoundUsed by:Timeline
Symbol 411 GraphicUsed by:433 510 515
Symbol 412 GraphicUsed by:414
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:412 413Used by:433 510 515
Symbol 415 GraphicUsed by:418
Symbol 416 SoundUsed by:418
Symbol 417 SoundUsed by:418
Symbol 418 MovieClipUses:415 252 416 417Used by:433 510 515
Symbol 419 GraphicUsed by:433
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:420Used by:433 510 515
Symbol 422 GraphicUsed by:433
Symbol 423 GraphicUsed by:427 508 513
Symbol 424 GraphicUsed by:427 508 513
Symbol 425 GraphicUsed by:427 508 513
Symbol 426 GraphicUsed by:427 508 513
Symbol 427 ButtonUses:423 424 425 426Used by:433
Symbol 428 GraphicUsed by:432 509 514
Symbol 429 GraphicUsed by:432 509 514
Symbol 430 GraphicUsed by:432 509 514
Symbol 431 GraphicUsed by:432 509 514
Symbol 432 ButtonUses:428 429 430 431Used by:433
Symbol 433 MovieClipUses:411 414 418 419 421 422 427 432Used by:Timeline
Symbol 434 BitmapUsed by:435
Symbol 435 GraphicUses:434Used by:505
Symbol 436 GraphicUsed by:504
Symbol 437 GraphicUsed by:504
Symbol 438 GraphicUsed by:504
Symbol 439 SoundUsed by:504
Symbol 440 GraphicUsed by:504
Symbol 441 GraphicUsed by:504
Symbol 442 GraphicUsed by:504
Symbol 443 GraphicUsed by:504
Symbol 444 GraphicUsed by:504
Symbol 445 SoundUsed by:504
Symbol 446 GraphicUsed by:504
Symbol 447 GraphicUsed by:504
Symbol 448 GraphicUsed by:504
Symbol 449 GraphicUsed by:504
Symbol 450 GraphicUsed by:504
Symbol 451 GraphicUsed by:504
Symbol 452 GraphicUsed by:504
Symbol 453 GraphicUsed by:504
Symbol 454 GraphicUsed by:504
Symbol 455 GraphicUsed by:504
Symbol 456 GraphicUsed by:504
Symbol 457 GraphicUsed by:504
Symbol 458 GraphicUsed by:504
Symbol 459 GraphicUsed by:504
Symbol 460 GraphicUsed by:504
Symbol 461 GraphicUsed by:485
Symbol 462 GraphicUsed by:485
Symbol 463 GraphicUsed by:485
Symbol 464 GraphicUsed by:485
Symbol 465 GraphicUsed by:485
Symbol 466 GraphicUsed by:485
Symbol 467 GraphicUsed by:485
Symbol 468 GraphicUsed by:485
Symbol 469 GraphicUsed by:485
Symbol 470 GraphicUsed by:485
Symbol 471 GraphicUsed by:485
Symbol 472 GraphicUsed by:485
Symbol 473 GraphicUsed by:485
Symbol 474 GraphicUsed by:485
Symbol 475 GraphicUsed by:485
Symbol 476 GraphicUsed by:485
Symbol 477 GraphicUsed by:485
Symbol 478 GraphicUsed by:485
Symbol 479 GraphicUsed by:485
Symbol 480 GraphicUsed by:485
Symbol 481 GraphicUsed by:485
Symbol 482 GraphicUsed by:485
Symbol 483 GraphicUsed by:485
Symbol 484 GraphicUsed by:485
Symbol 485 MovieClipUses:134 133 64 461 135 136 462 463 464 465 466 467 468 469 470 471 143 472 473 474 475 476 477 478 479 480 481 482 483 150 484Used by:486 489
Symbol 486 MovieClipUses:485 366Used by:504
Symbol 487 SoundUsed by:504
Symbol 488 MovieClipUses:23Used by:504
Symbol 489 MovieClipUses:485Used by:504
Symbol 490 GraphicUsed by:504
Symbol 491 GraphicUsed by:504
Symbol 492 GraphicUsed by:504
Symbol 493 GraphicUsed by:504
Symbol 494 SoundUsed by:504
Symbol 495 GraphicUsed by:504
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:496Used by:504
Symbol 498 GraphicUsed by:502 503
Symbol 499 GraphicUsed by:502 503
Symbol 500 GraphicUsed by:502 503
Symbol 501 GraphicUsed by:502 503
Symbol 502 ButtonUses:498 499 500 501Used by:504
Symbol 503 ButtonUses:498 499 500 501Used by:504
Symbol 504 MovieClipUses:354 436 437 438 439 440 441 442 443 444 53 445 446 343 260 345 344 447 448 449 450 451 452 453 454 455 456 457 383 54 1 458 459 64 460 486 487 488 489 31 490 93 491 492 493 494 495 497 502 503Used by:505
Symbol 505 MovieClipUses:435 64 504 409 19Used by:Timeline
Symbol 506 GraphicUsed by:510
Symbol 507 GraphicUsed by:510
Symbol 508 ButtonUses:423 424 425 426Used by:510
Symbol 509 ButtonUses:428 429 430 431Used by:510
Symbol 510 MovieClipUses:411 414 418 506 421 507 508 509Used by:Timeline
Symbol 511 GraphicUsed by:515
Symbol 512 GraphicUsed by:515
Symbol 513 ButtonUses:423 424 425 426Used by:515
Symbol 514 ButtonUses:428 429 430 431Used by:515
Symbol 515 MovieClipUses:411 414 418 511 421 512 513 514Used by:Timeline
Symbol 516 BitmapUsed by:517
Symbol 517 GraphicUses:516Used by:Timeline
Symbol 518 ButtonUses:104 105 100 106 107Used by:Timeline

Instance Names

"bar"Frame 1Symbol 2 MovieClip
"openingbg"Frame 3Symbol 20 MovieClip
"opening"Frame 3Symbol 111 MovieClip
"cursor"Frame 3Symbol 113 MovieClip
"skip"Frame 3Symbol 118 Button
"background"Frame 4Symbol 121 MovieClip
"shot"Frame 4Symbol 124 MovieClip
"bubbles"Frame 4Symbol 100 MovieClip
"arm"Frame 4Symbol 129 MovieClip
"body"Frame 4Symbol 151 MovieClip
"walk"Frame 4Symbol 165 MovieClip
"fish3"Frame 4Symbol 182 MovieClip
"dead04"Frame 4Symbol 219 MovieClip
"dead03"Frame 4Symbol 231 MovieClip
"seaweed1"Frame 4Symbol 250 MovieClip
"cursor"Frame 4Symbol 253 MovieClip
"background2"Frame 5Symbol 257 MovieClip
"arm"Frame 5Symbol 267 MovieClip
"walk"Frame 5Symbol 279 MovieClip
"walk2"Frame 5Symbol 280 MovieClip
"cavelayer"Frame 5Symbol 283 MovieClip
"dead02"Frame 5Symbol 319 MovieClip
"dead01"Frame 5Symbol 337 MovieClip
"seaweed2"Frame 5Symbol 338 MovieClip
"cursor"Frame 5Symbol 113 MovieClip
"background"Frame 6Symbol 342 MovieClip
"shot"Frame 6Symbol 345 MovieClip
"arm"Frame 6Symbol 354 MovieClip
"walk"Frame 6Symbol 367 MovieClip
"walk2"Frame 6Symbol 379 MovieClip
"diverhead"Frame 6Symbol 386 MovieClip
"dead09"Frame 6Symbol 391 MovieClip
"darkness"Frame 6Symbol 409 MovieClip
"lose"Frame 7Symbol 433 MovieClip
"endingwin"Frame 8Symbol 505 MovieClip
"lose"Frame 9Symbol 510 MovieClip
"lose"Frame 10Symbol 515 MovieClip
"beak"Symbol 53 MovieClip Frame 1Symbol 35 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 51Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 100Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 100Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 100Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 100Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 100Symbol 92 MovieClip
"bubbles"Symbol 111 MovieClip Frame 100Symbol 92 MovieClip
"gun"Symbol 129 MovieClip Frame 1Symbol 127 MovieClip
"arm"Symbol 163 MovieClip Frame 1Symbol 129 MovieClip
"fish3mid"Symbol 177 MovieClip Frame 1Symbol 170 MovieClip
"fish3jaw1"Symbol 177 MovieClip Frame 1Symbol 173 MovieClip
"fish3jaw2"Symbol 177 MovieClip Frame 1Symbol 176 MovieClip
"fish3move"Symbol 178 MovieClip Frame 1Symbol 177 MovieClip
"fish3body"Symbol 182 MovieClip Frame 1Symbol 178 MovieClip
"angler"Symbol 200 MovieClip Frame 1Symbol 187 MovieClip
"back"Symbol 200 MovieClip Frame 1Symbol 190 MovieClip
"mid"Symbol 200 MovieClip Frame 1Symbol 193 MovieClip
"jaw2"Symbol 200 MovieClip Frame 1Symbol 196 MovieClip
"jaw1"Symbol 200 MovieClip Frame 1Symbol 199 MovieClip
"fish1body"Symbol 203 MovieClip Frame 1Symbol 200 MovieClip
"fish1move"Symbol 206 MovieClip Frame 1Symbol 203 MovieClip
"fish1bub"Symbol 206 MovieClip Frame 2Symbol 205 MovieClip
"fishchomp"Symbol 218 MovieClip Frame 1Symbol 178 MovieClip
"dead03movie"Symbol 219 MovieClip Frame 2Symbol 218 MovieClip
"fishchomp"Symbol 230 MovieClip Frame 1Symbol 224 MovieClip
"dead03movie"Symbol 231 MovieClip Frame 2Symbol 230 MovieClip
"flare"Symbol 265 MovieClip Frame 2Symbol 264 MovieClip
"machinegun"Symbol 267 MovieClip Frame 1Symbol 265 MovieClip
"arm"Symbol 278 MovieClip Frame 1Symbol 267 MovieClip
"splatter3"Symbol 291 MovieClip Frame 1Symbol 288 MovieClip
"splatter2"Symbol 291 MovieClip Frame 1Symbol 288 MovieClip
"splatter1"Symbol 291 MovieClip Frame 1Symbol 288 MovieClip
"fish1bub"Symbol 291 MovieClip Frame 2Symbol 290 MovieClip
"splatter3"Symbol 297 MovieClip Frame 1Symbol 288 MovieClip
"splatter2"Symbol 297 MovieClip Frame 1Symbol 288 MovieClip
"splatter1"Symbol 297 MovieClip Frame 1Symbol 288 MovieClip
"fish1bub"Symbol 297 MovieClip Frame 2Symbol 296 MovieClip
"splatter3"Symbol 298 MovieClip Frame 1Symbol 288 MovieClip
"splatter2"Symbol 298 MovieClip Frame 1Symbol 288 MovieClip
"splatter1"Symbol 298 MovieClip Frame 1Symbol 288 MovieClip
"fish1bub"Symbol 298 MovieClip Frame 2Symbol 296 MovieClip
"splatter3"Symbol 299 MovieClip Frame 1Symbol 288 MovieClip
"splatter2"Symbol 299 MovieClip Frame 1Symbol 288 MovieClip
"splatter1"Symbol 299 MovieClip Frame 1Symbol 288 MovieClip
"fish1bub"Symbol 299 MovieClip Frame 2Symbol 296 MovieClip
"splatter3"Symbol 300 MovieClip Frame 1Symbol 288 MovieClip
"splatter2"Symbol 300 MovieClip Frame 1Symbol 288 MovieClip
"splatter1"Symbol 300 MovieClip Frame 1Symbol 288 MovieClip
"fish1bub"Symbol 300 MovieClip Frame 2Symbol 296 MovieClip
"gun"Symbol 354 MovieClip Frame 1Symbol 353 MovieClip
"arm"Symbol 366 MovieClip Frame 1Symbol 354 MovieClip
"arm"Symbol 378 MovieClip Frame 1Symbol 354 MovieClip
"fish1bub"Symbol 396 MovieClip Frame 2Symbol 395 MovieClip
"box"Symbol 406 MovieClip Frame 1Symbol 403 MovieClip
"fish1bub"Symbol 406 MovieClip Frame 2Symbol 405 MovieClip
"waterrise"Symbol 433 MovieClip Frame 1Symbol 418 MovieClip
"shot3"Symbol 504 MovieClip Frame 69Symbol 345 MovieClip
"endingwin2"Symbol 505 MovieClip Frame 1Symbol 504 MovieClip
"darkness"Symbol 505 MovieClip Frame 1Symbol 409 MovieClip
"waterrise"Symbol 510 MovieClip Frame 1Symbol 418 MovieClip
"waterrise"Symbol 515 MovieClip Frame 1Symbol 418 MovieClip

Labels

"loop"Frame 1
"ready"Frame 3

Dynamic Text Variables

bit_rateSymbol 5 EditableText""
timeleftSymbol 8 EditableText""




http://swfchan.com/5/24417/info.shtml
Created: 25/5 -2019 01:36:35 Last modified: 25/5 -2019 01:36:35 Server time: 13/05 -2024 02:06:55