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

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

Island Fishing.swf

This is the info page for
Flash #23129

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


Text
BUBBLES (Randomized from bottom of ocean)
WAVES
DYNAMIC SCOREBOARD
BLINKING FISH
CUT SCENE/STORYLINE ON GAME START
MUTE ? (Need to take ALL sounds off timeline
and put into AS. i.e. fuck that :D)
PAUSE ?
10 LEVELS ?
MAKE TURTLE SWIM ?

Loading

Loading.

Loading..

Loading...

Start

Instructions

Difficulty

Hover over objects for
information.

This is your score.
You are always losing
points, so try and complete
levels quickly.
Extra points are awarded
for catching fish.

This is your hunger bar.
It is always going down.
If it reaches empty, you lose.
Catching fish will replenish
the bar.

Once you have a fish on your
line, click rapidly to reel it in.
Be careful, fish will fight back
and sometimes escape your line.

Fish give you different
points according to their
species and will be harder
or easier to reel in
accordingly.

Once you've got a piece of
rubbish on your line, you
must reel it in to free
your line.
You will lose 5 points for
catching rubbish.

Use the mouse to guide the
hook towards fish. If the
hook touches a fish, it will
be snagged.
Click rapidly to reel the
fish in.

BACK

BACK

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">35</font></p>

Score

Hunger

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

reel in via --

Level 1

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

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

Level 2

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

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

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

Level 3

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

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

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

Level 4

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

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

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

Level 5

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

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

<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>

Menu

Difficulty: Easy

Difficulty: Medium

Difficulty: Hard

Final Score:

<p align="left"><font face="Arial" size="28" color="#000000" letterSpacing="0.000000" kerning="1">000</font></p>

<p align="left"><font face="Arial" size="28" color="#000000" letterSpacing="0.000000" kerning="1">000</font></p>

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 20
stop();
Frame 21
stop(); _root.score = 0;
Frame 23
stop();
Frame 24
_root.score = 0;
Instance of Symbol 133 MovieClip "rodend" in Frame 24
onClipEvent (load) { this._visible = false; }
Instance of Symbol 133 MovieClip "hook" in Frame 24
onClipEvent (load) { this._visible = false; }
Frame 63
stop(); _root.hunger = 100; _root.fishtotal = 0; _root.fish = 0; x1 = _root.rodend._x; y1 = _root.rodend._y; this.onEnterFrame = function () { controlX = _root.hook._x; controlY = _root.hook._y; this.clear(); this.lineStyle(1, 0, 100); this.moveTo(x1, y1); this.lineTo(controlX, controlY, x2, y2); }; onMouseDown = function () { if (_root.reelable >= 1) { tx = _root.hook._x; mx = _root.rodend._x; rx = tx - mx; if (rx >= 1) { _root.hook._x = _root.hook._x - _root.speed; } if ((rx <= -1) && (rx > -300)) { _root.hook._x = _root.hook._x + _root.speed; } if (rx <= 1) { ty = _root.hook._y; my = _root.rodend._y; ry = ty - my; if (ry >= 1) { _root.hook._y = _root.hook._y - _root.speed; } if ((ry <= -1) && (ry > -300)) { _root.hook._y = _root.hook._y + _root.speed; } } _root.guy.hand.play(); } }; Mouse.addListener(myListener);
Instance of Symbol 69 MovieClip "hook" in Frame 63
onClipEvent (enterFrame) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (_root.fish < _root.fishtotal) { minY = 175; myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); if (this._y > minY) { _root.reelable = 1; this._y = this._y + _root.yMove; } else { _root.reelable = 0; _root.guy.hand.gotoAndStop(1); this._y = this._y + 5; } this._x = this._x + _root.xMove; } } } } } } } } } } } } }
Instance of Symbol 147 MovieClip "f2" in Frame 63
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fishesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 152 MovieClip "f4" in Frame 63
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fish2esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer2.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 161 MovieClip "f1" in Frame 63
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.turtleesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "15"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.5; } if (_root.hook._y < 380) { _root.hook._y = _root.hook._y + 0.5; } _root.turtletimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f5" in Frame 63
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 152 MovieClip "f3" in Frame 63
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fish3esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer3.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 180 MovieClip in Frame 63
onClipEvent (enterFrame) { if (_root.passable >= 1) { if (_root.fish >= _root.fishtotal) { _root.gotoAndPlay("level2"); } } if (_root.fish >= _root.fishtotal) { _root.hook._x = 226; _root.hook._y = 102.4; } }
Instance of Symbol 133 MovieClip "rodend" in Frame 64
onClipEvent (load) { this._visible = false; }
Instance of Symbol 133 MovieClip "hook" in Frame 64
onClipEvent (load) { this._visible = false; }
Frame 103
stop(); _root.hunger = 100; _root.fishtotal = 0; _root.fish = 0; x1 = _root.rodend._x; y1 = _root.rodend._y; this.onEnterFrame = function () { controlX = _root.hook._x; controlY = _root.hook._y; this.clear(); this.lineStyle(1, 0, 100); this.moveTo(x1, y1); this.lineTo(controlX, controlY, x2, y2); }; onMouseDown = function () { if (_root.reelable >= 1) { tx = _root.hook._x; mx = _root.rodend._x; rx = tx - mx; if (rx >= 1) { _root.hook._x = _root.hook._x - _root.speed; } if ((rx <= -1) && (rx > -300)) { _root.hook._x = _root.hook._x + _root.speed; } if (rx <= 1) { ty = _root.hook._y; my = _root.rodend._y; ry = ty - my; if (ry >= 1) { _root.hook._y = _root.hook._y - _root.speed; } if ((ry <= -1) && (ry > -300)) { _root.hook._y = _root.hook._y + _root.speed; } } _root.guy.hand.play(); } }; Mouse.addListener(myListener);
Instance of Symbol 69 MovieClip "hook" in Frame 103
onClipEvent (enterFrame) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (_root.fish < _root.fishtotal) { minY = 175; myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); if (this._y > minY) { _root.reelable = 1; this._y = this._y + _root.yMove; } else { _root.reelable = 0; _root.guy.hand.gotoAndStop(1); this._y = this._y + 5; } this._x = this._x + _root.xMove; } } } } } } } } } } } } }
Instance of Symbol 147 MovieClip "f2" in Frame 103
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fishesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 152 MovieClip "f4" in Frame 103
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fish2esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer2.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 221 MovieClip "f3" in Frame 103
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.squidesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "20"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.65; } if (_root.hook._y < 370) { _root.hook._y = _root.hook._y + 0.65; } this.hooked = 1; _root.squidtimer.play(); this.canmove = 0; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 161 MovieClip "f1" in Frame 103
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.turtleesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "15"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.5; } if (_root.hook._y < 380) { _root.hook._y = _root.hook._y + 0.5; } _root.turtletimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 226 MovieClip "f6" in Frame 103
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f5" in Frame 103
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 180 MovieClip in Frame 103
onClipEvent (enterFrame) { if (_root.passable >= 1) { if (_root.fish >= _root.fishtotal) { _root.gotoAndPlay("level3"); } } if (_root.fish >= _root.fishtotal) { _root.hook._x = 226; _root.hook._y = 102.4; } }
Instance of Symbol 133 MovieClip "rodend" in Frame 104
onClipEvent (load) { this._visible = false; }
Instance of Symbol 133 MovieClip "hook" in Frame 104
onClipEvent (load) { this._visible = false; }
Frame 143
stop(); _root.hunger = 100; _root.fishtotal = 0; _root.fish = 0; x1 = _root.rodend._x; y1 = _root.rodend._y; this.onEnterFrame = function () { controlX = _root.hook._x; controlY = _root.hook._y; this.clear(); this.lineStyle(1, 0, 100); this.moveTo(x1, y1); this.lineTo(controlX, controlY, x2, y2); }; onMouseDown = function () { if (_root.reelable >= 1) { tx = _root.hook._x; mx = _root.rodend._x; rx = tx - mx; if (rx >= 1) { _root.hook._x = _root.hook._x - _root.speed; } if ((rx <= -1) && (rx > -300)) { _root.hook._x = _root.hook._x + _root.speed; } if (rx <= 1) { ty = _root.hook._y; my = _root.rodend._y; ry = ty - my; if (ry >= 1) { _root.hook._y = _root.hook._y - _root.speed; } if ((ry <= -1) && (ry > -300)) { _root.hook._y = _root.hook._y + _root.speed; } } _root.guy.hand.play(); } }; Mouse.addListener(myListener);
Instance of Symbol 69 MovieClip "hook" in Frame 143
onClipEvent (enterFrame) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (_root.fish < _root.fishtotal) { minY = 175; myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); if (this._y > minY) { _root.reelable = 1; this._y = this._y + _root.yMove; } else { _root.reelable = 0; _root.guy.hand.gotoAndStop(1); this._y = this._y + 5; } this._x = this._x + _root.xMove; } } } } } } } } } } } } }
Instance of Symbol 147 MovieClip "f2" in Frame 143
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fishesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 221 MovieClip "f3" in Frame 143
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.squidesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "20"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.65; } if (_root.hook._y < 370) { _root.hook._y = _root.hook._y + 0.65; } this.hooked = 1; _root.squidtimer.play(); this.canmove = 0; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 161 MovieClip "f1" in Frame 143
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.turtleesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "15"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.5; } if (_root.hook._y < 380) { _root.hook._y = _root.hook._y + 0.5; } _root.turtletimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 226 MovieClip "f6" in Frame 143
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f4" in Frame 143
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f5" in Frame 143
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 221 MovieClip "f7" in Frame 143
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.squid2esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "20"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.65; } if (_root.hook._y < 370) { _root.hook._y = _root.hook._y + 0.65; } this.hooked = 1; _root.squid2timer.play(); this.canmove = 0; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 180 MovieClip in Frame 143
onClipEvent (enterFrame) { if (_root.passable >= 1) { if (_root.fish >= _root.fishtotal) { _root.gotoAndPlay("level4"); } } if (_root.fish >= _root.fishtotal) { _root.hook._x = 226; _root.hook._y = 102.4; } }
Instance of Symbol 133 MovieClip "rodend" in Frame 144
onClipEvent (load) { this._visible = false; }
Instance of Symbol 133 MovieClip "hook" in Frame 144
onClipEvent (load) { this._visible = false; }
Frame 183
stop(); _root.hunger = 100; _root.fishtotal = 0; _root.fish = 0; x1 = _root.rodend._x; y1 = _root.rodend._y; this.onEnterFrame = function () { controlX = _root.hook._x; controlY = _root.hook._y; this.clear(); this.lineStyle(1, 0, 100); this.moveTo(x1, y1); this.lineTo(controlX, controlY, x2, y2); }; onMouseDown = function () { if (_root.reelable >= 1) { tx = _root.hook._x; mx = _root.rodend._x; rx = tx - mx; if (rx >= 1) { _root.hook._x = _root.hook._x - _root.speed; } if ((rx <= -1) && (rx > -300)) { _root.hook._x = _root.hook._x + _root.speed; } if (rx <= 1) { ty = _root.hook._y; my = _root.rodend._y; ry = ty - my; if (ry >= 1) { _root.hook._y = _root.hook._y - _root.speed; } if ((ry <= -1) && (ry > -300)) { _root.hook._y = _root.hook._y + _root.speed; } } _root.guy.hand.play(); } }; Mouse.addListener(myListener);
Instance of Symbol 69 MovieClip "hook" in Frame 183
onClipEvent (enterFrame) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (_root.fish < _root.fishtotal) { minY = 175; myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); if (this._y > minY) { _root.reelable = 1; this._y = this._y + _root.yMove; } else { _root.reelable = 0; _root.guy.hand.gotoAndStop(1); this._y = this._y + 5; } this._x = this._x + _root.xMove; } } } } } } } } } } } } }
Instance of Symbol 147 MovieClip "f2" in Frame 183
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fishesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } } }
Instance of Symbol 152 MovieClip "f4" in Frame 183
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fish2esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer2.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f5" in Frame 183
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 152 MovieClip "f3" in Frame 183
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fish3esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer3.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f6" in Frame 183
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 226 MovieClip "f7" in Frame 183
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 226 MovieClip "f8" in Frame 183
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } }
Instance of Symbol 226 MovieClip "f9" in Frame 183
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } }
Instance of Symbol 147 MovieClip "f1" in Frame 183
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fish4esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fish4timer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f10" in Frame 183
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 180 MovieClip in Frame 183
onClipEvent (enterFrame) { if (_root.passable >= 1) { if (_root.fish >= _root.fishtotal) { _root.gotoAndPlay("level5"); } } if (_root.fish >= _root.fishtotal) { _root.hook._x = 226; _root.hook._y = 102.4; } }
Instance of Symbol 133 MovieClip "rodend" in Frame 184
onClipEvent (load) { this._visible = false; }
Instance of Symbol 133 MovieClip "hook" in Frame 184
onClipEvent (load) { this._visible = false; }
Frame 223
stop(); _root.hunger = 100; _root.fishtotal = 0; _root.fish = 0; x1 = _root.rodend._x; y1 = _root.rodend._y; this.onEnterFrame = function () { controlX = _root.hook._x; controlY = _root.hook._y; this.clear(); this.lineStyle(1, 0, 100); this.moveTo(x1, y1); this.lineTo(controlX, controlY, x2, y2); }; onMouseDown = function () { if (_root.reelable >= 1) { tx = _root.hook._x; mx = _root.rodend._x; rx = tx - mx; if (rx >= 1) { _root.hook._x = _root.hook._x - _root.speed; } if ((rx <= -1) && (rx > -300)) { _root.hook._x = _root.hook._x + _root.speed; } if (rx <= 1) { ty = _root.hook._y; my = _root.rodend._y; ry = ty - my; if (ry >= 1) { _root.hook._y = _root.hook._y - _root.speed; } if ((ry <= -1) && (ry > -300)) { _root.hook._y = _root.hook._y + _root.speed; } } _root.guy.hand.play(); } }; Mouse.addListener(myListener);
Instance of Symbol 69 MovieClip "hook" in Frame 223
onClipEvent (enterFrame) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (_root.fish < _root.fishtotal) { minY = 175; myRadians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root._ymouse - this._y); _root.xChange = Math.round(_root._xmouse - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); if (this._y > minY) { _root.reelable = 1; this._y = this._y + _root.yMove; } else { _root.reelable = 0; _root.guy.hand.gotoAndStop(1); this._y = this._y + 5; } this._x = this._x + _root.xMove; } } } } } } } } } } } } }
Instance of Symbol 147 MovieClip "f2" in Frame 223
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.fishesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { _root.guy.head.gotoAndPlay("yar"); unloadMovie (this); _root.fish++; _root.scorepopup.score.text = "5"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 540) { _root.hook._x = _root.hook._x + 0.25; } if (_root.hook._y < 390) { _root.hook._y = _root.hook._y + 0.25; } _root.fishtimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } } }
Instance of Symbol 221 MovieClip "f3" in Frame 223
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.squidesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.fish++; _root.guy.head.gotoAndPlay("yar"); _root.scorepopup.score.text = "20"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.65; } if (_root.hook._y < 370) { _root.hook._y = _root.hook._y + 0.65; } this.hooked = 1; this.canmove = 0; _root.squidtimer.play(); this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 161 MovieClip "f1" in Frame 223
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.turtleesc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "15"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.5; } if (_root.hook._y < 380) { _root.hook._y = _root.hook._y + 0.5; } _root.turtletimer.play(); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 226 MovieClip "f6" in Frame 223
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.canmove = 0; this.hooked = 1; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f4" in Frame 223
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.hooked = 1; this.canmove = 0; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 177 MovieClip "f5" in Frame 223
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.hooked = 1; this.canmove = 0; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 221 MovieClip "f7" in Frame 223
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.squid2esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "20"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.65; } if (_root.hook._y < 370) { _root.hook._y = _root.hook._y + 0.65; } this.hooked = 1; this.canmove = 0; _root.squid2timer.play(); this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 226 MovieClip "f8" in Frame 223
onClipEvent (load) { this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("shiver"); _root.scorepopup.score.text = "-5"; _root.scorepopup.play(); _root.score--; _root.score--; _root.score--; _root.score--; _root.score--; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f9.hooked <= 0) { if (_root.f10.hooked <= 0) { _root.guy.gotoAndStop(2); this.hooked = 1; this.canmove = 0; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } }
Instance of Symbol 221 MovieClip "f9" in Frame 223
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.squid3esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { _root.guy.head.gotoAndPlay("yar"); unloadMovie (this); _root.fish++; _root.scorepopup.score.text = "20"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f10.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.65; } if (_root.hook._y < 370) { _root.hook._y = _root.hook._y + 0.65; } this.hooked = 1; this.canmove = 0; _root.squid3timer.play(); this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } }
Instance of Symbol 161 MovieClip "f10" in Frame 223
onClipEvent (load) { _root.fishtotal++; this.flashing = 0; this.canmove = 1; } onClipEvent (enterFrame) { if (this.canmove <= 0) { this._x = _root.hook._x; this._y = _root.hook._y; } if (_root.turtle2esc >= 1) { this.play(); this.hooked = 0; _root.guy.gotoAndStop(1); } if (this.hitTest(_root.rodend)) { unloadMovie (this); _root.guy.head.gotoAndPlay("yar"); _root.fish++; _root.scorepopup.score.text = "15"; _root.scorepopup.play(); _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.score++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; _root.hunger++; } if (this.hitTest(_root.hook)) { if (_root.f1.hooked <= 0) { if (_root.f2.hooked <= 0) { if (_root.f3.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f4.hooked <= 0) { if (_root.f5.hooked <= 0) { if (_root.f6.hooked <= 0) { if (_root.f7.hooked <= 0) { if (_root.f8.hooked <= 0) { if (_root.f9.hooked <= 0) { if (this.flashing <= 0) { _root.guy.gotoAndStop(2); if (_root.hook._x < 520) { _root.hook._x = _root.hook._x + 0.5; } if (_root.hook._y < 380) { _root.hook._y = _root.hook._y + 0.5; } _root.turtle2timer.play(); this.hooked = 1; this.canmove = 0; this._x = _root.hook._x; this._y = _root.hook._y; } else { this.canmove = 1; this.hooked = 0; if (this._y < 160) { this._y = 180; } } } } } } } } } } } } } }
Instance of Symbol 180 MovieClip in Frame 223
onClipEvent (enterFrame) { if (_root.passable >= 1) { if (_root.fish >= _root.fishtotal) { _root.gotoAndStop("victory"); } } if (_root.fish >= _root.fishtotal) { _root.hook._x = 226; _root.hook._y = 102.4; } }
Instance of Symbol 278 MovieClip in Frame 224
onClipEvent (load) { if (_root.difficulty == 1) { this.gotoAndStop(1); } if (_root.difficulty == 2) { this.gotoAndStop(2); } if (_root.difficulty == 3) { this.gotoAndStop(3); } }
Instance of Symbol 278 MovieClip in Frame 225
onClipEvent (load) { if (_root.difficulty == 1) { this.gotoAndStop(1); } if (_root.difficulty == 2) { this.gotoAndStop(2); } if (_root.difficulty == 3) { this.gotoAndStop(3); } }
Symbol 8 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { _root.gotoAndPlay("start"); }
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 41 Button
on (release) { _root.gotoAndStop("difficulty"); }
Symbol 43 Button
on (release) { _root.gotoAndStop("instructions"); }
Symbol 53 Button
on (release) { _root.difficulty = 1; _root.speed = 15; _root.gotoAndPlay("level1"); }
Symbol 58 Button
on (release) { _root.difficulty = 2; _root.speed = 10; _root.gotoAndPlay("level1"); }
Symbol 63 Button
on (release) { _root.difficulty = 3; _root.speed = 7; _root.gotoAndPlay("level1"); }
Symbol 66 Button
on (rollOver) { _root.info.gotoAndStop(1); }
Symbol 76 Button
on (rollOver) { gotoAndStop (2); } on (rollOut) { gotoAndStop (10); }
Symbol 77 Button
on (rollOver) { gotoAndStop (3); } on (rollOut) { gotoAndStop (10); }
Symbol 78 Button
on (rollOver) { gotoAndStop (4); } on (rollOut) { gotoAndStop (10); }
Symbol 79 Button
on (rollOver) { gotoAndStop (5); } on (rollOut) { gotoAndStop (10); }
Symbol 80 Button
on (rollOver) { gotoAndStop (6); } on (rollOut) { gotoAndStop (10); }
Symbol 81 Button
on (rollOver) { gotoAndStop (7); } on (rollOut) { gotoAndStop (10); }
Symbol 97 MovieClip Frame 1
stop();
Symbol 102 Button
on (release) { _root.gotoAndStop("menu"); }
Symbol 118 MovieClip Frame 1
if (_root.passable <= 0) { stop(); }
Symbol 118 MovieClip Frame 17
stop();
Symbol 137 MovieClip Frame 40
unloadMovie (this);
Symbol 147 MovieClip Frame 1
stop(); flashing = 0; acceleration = 10; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { this._xscale = -100; } if (ranx < this._x) { this._xscale = 100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 190) { this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if ((Math.round(this._x) == ranx) || (Math.round(this._y) == rany)) { newpos(); } } };
Symbol 147 MovieClip Frame 2
acceleration = 10; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { this._xscale = -100; } if (ranx < this._x) { this._xscale = 100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 190) { this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if ((Math.round(this._x) == ranx) || (Math.round(this._y) == rany)) { newpos(); } } }; flashing = 1;
Symbol 152 MovieClip Frame 1
stop(); flashing = 0; acceleration = 10; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { this._xscale = -100; } if (ranx < this._x) { this._xscale = 100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 190) { this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if ((Math.round(this._x) == ranx) || (Math.round(this._y) == rany)) { newpos(); } } };
Symbol 152 MovieClip Frame 2
acceleration = 10; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { this._xscale = -100; } if (ranx < this._x) { this._xscale = 100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 190) { this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if ((Math.round(this._x) == ranx) || (Math.round(this._y) == rany)) { newpos(); } } }; flashing = 1;
Symbol 160 MovieClip Frame 1
_root.tmove = 0;
Symbol 160 MovieClip Frame 10
_root.tmove = 1;
Symbol 160 MovieClip Frame 11
_root.tmove = 0;
Symbol 161 MovieClip Frame 1
flashing = 0; stop(); acceleration = 50; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { right = 1; left = 0; this._xscale = -100; } if (ranx < this._x) { right = 0; left = 1; this._xscale = 100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 200) { if (right >= 1) { myRadians = Math.atan2(rany - this._y, ranx - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees; } if (left >= 1) { myRadians = Math.atan2(rany - this._y, ranx + this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees; } this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if (_root.tmove >= 1) { newpos(); } } };
Symbol 161 MovieClip Frame 2
flashing = 1; acceleration = 50; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { right = 1; left = 0; this._xscale = -100; } if (ranx < this._x) { right = 0; left = 1; this._xscale = 100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 200) { if (right >= 1) { myRadians = Math.atan2(rany - this._y, ranx - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees; } if (left >= 1) { myRadians = Math.atan2(rany - this._y, ranx + this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees; } this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if (_root.tmove >= 1) { newpos(); } } };
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 25
score.text = "";
Symbol 166 MovieClip Frame 1
stop(); _root.fishesc = 0;
Symbol 166 MovieClip Frame 2
stop();
Symbol 166 MovieClip Frame 360
_root.fishesc = 1;
Symbol 169 MovieClip Frame 1
stop(); _root.turtleesc = 0;
Symbol 169 MovieClip Frame 2
stop();
Symbol 169 MovieClip Frame 242
_root.turtleesc = 1;
Symbol 170 MovieClip Frame 1
stop(); _root.fish2esc = 0;
Symbol 170 MovieClip Frame 2
stop();
Symbol 170 MovieClip Frame 360
_root.fish2esc = 1;
Instance of Symbol 172 MovieClip "bar" in Symbol 175 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.fish < _root.fishtotal) { this._xscale = _root.hunger; if (_root.difficulty == 1) { _root.hunger = _root.hunger - 0.075; } if (_root.difficulty == 2) { _root.hunger = _root.hunger - 0.1; } if (_root.difficulty == 3) { _root.hunger = _root.hunger - 0.15; } if (_root.hunger >= 100) { _root.hunger = 100; } if (_root.hunger <= 0) { _root.gotoAndStop("gameover"); } if (_root.score <= 0) { _root.score = 0; } } }
Symbol 177 MovieClip Frame 1
acceleration = 300; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { this._xscale = -100; } if (ranx < this._x) { this._xscale = 100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 190) { this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if (_root.move >= 1) { newpos(); } } };
Symbol 178 MovieClip Frame 1
stop(); _root.fish3esc = 0;
Symbol 178 MovieClip Frame 2
stop();
Symbol 178 MovieClip Frame 360
_root.fish3esc = 1;
Symbol 194 MovieClip Frame 41
_root.guy.gotoAndStop(1);
Symbol 195 MovieClip Frame 1
stop();
Symbol 195 MovieClip Frame 31
_root.guy.gotoAndStop(1);
Symbol 197 MovieClip Frame 1
stop(); _root.passable = 1;
Symbol 197 MovieClip Frame 2
_root.passable = 0;
Symbol 199 MovieClip Frame 1
_root.move = 0;
Symbol 199 MovieClip Frame 50
_root.move = 1;
Symbol 202 MovieClip Frame 24
if (_root.difficulty == 1) { _root.score--; }
Symbol 202 MovieClip Frame 36
if (_root.difficulty == 2) { _root.score--; }
Symbol 202 MovieClip Frame 48
if (_root.difficulty == 1) { _root.score--; }
Symbol 202 MovieClip Frame 72
if (_root.difficulty == 1) { _root.score--; } if (_root.difficulty == 2) { _root.score--; } if (_root.difficulty == 3) { _root.score--; }
Symbol 208 MovieClip Frame 40
unloadMovie (this);
Symbol 220 MovieClip Frame 1
_root.smove = 1;
Symbol 220 MovieClip Frame 2
_root.smove = 0;
Symbol 221 MovieClip Frame 1
stop(); flashing = 0; acceleration = 50; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { this._xscale = 100; } if (ranx < this._x) { this._xscale = -100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 213) { if (right >= 1) { myRadians = Math.atan2(rany - this._y, ranx - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees; } if (left >= 1) { myRadians = Math.atan2(rany - this._y, ranx + this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees; } this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if (_root.smove >= 1) { newpos(); } } };
Symbol 221 MovieClip Frame 2
acceleration = 50; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { this._xscale = 100; } if (ranx < this._x) { this._xscale = -100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 213) { if (right >= 1) { myRadians = Math.atan2(rany - this._y, ranx - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees; } if (left >= 1) { myRadians = Math.atan2(rany - this._y, ranx + this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); this._rotation = myDegrees; } this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if (_root.smove >= 1) { newpos(); } } }; flashing = 1;
Symbol 224 MovieClip Frame 1
stop(); _root.squidesc = 0;
Symbol 224 MovieClip Frame 2
stop();
Symbol 224 MovieClip Frame 182
_root.squidesc = 1;
Symbol 226 MovieClip Frame 1
acceleration = 150; newpos = function () { ranx = Math.round(Math.random() * 550); rany = Math.round(Math.random() * 400); }; newpos(); this.onEnterFrame = function () { if (hooked <= 0) { if (ranx > this._x) { this._xscale = -100; } if (ranx < this._x) { this._xscale = 100; } this._x = this._x + ((ranx - this._x) / acceleration); if (this._y > 190) { this._y = this._y + ((rany - this._y) / acceleration); if (rany <= 175) { newpos(); } } else { this._y = this._y + 1; } if (_root.move >= 1) { newpos(); } } };
Symbol 236 MovieClip Frame 40
unloadMovie (this);
Symbol 238 MovieClip Frame 1
stop(); _root.squid2esc = 0;
Symbol 238 MovieClip Frame 2
stop();
Symbol 238 MovieClip Frame 182
_root.squid2esc = 1;
Symbol 248 MovieClip Frame 40
unloadMovie (this);
Symbol 250 MovieClip Frame 1
stop(); _root.fish4esc = 0;
Symbol 250 MovieClip Frame 2
stop();
Symbol 250 MovieClip Frame 360
_root.fish4esc = 1;
Symbol 260 MovieClip Frame 40
unloadMovie (this);
Symbol 262 MovieClip Frame 1
stop(); _root.turtle2esc = 0;
Symbol 262 MovieClip Frame 2
stop();
Symbol 262 MovieClip Frame 240
_root.turtle2esc = 1;
Symbol 264 MovieClip Frame 1
stop(); _root.squid3esc = 0;
Symbol 264 MovieClip Frame 2
stop();
Symbol 264 MovieClip Frame 182
_root.squid3esc = 1;
Symbol 272 Button
on (release) { _root.gotoAndStop("menu"); }
Symbol 278 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"info"Frame 23Symbol 97 MovieClip
"hand"Frame 24Symbol 118 MovieClip
"rodend"Frame 24Symbol 133 MovieClip
"hook"Frame 24Symbol 133 MovieClip
"hook"Frame 63Symbol 69 MovieClip
"f2"Frame 63Symbol 147 MovieClip
"f4"Frame 63Symbol 152 MovieClip
"f1"Frame 63Symbol 161 MovieClip
"scorepopup"Frame 63Symbol 163 MovieClip
"fishtimer"Frame 63Symbol 166 MovieClip
"turtletimer"Frame 63Symbol 169 MovieClip
"fishtimer2"Frame 63Symbol 170 MovieClip
"hunger"Frame 63Symbol 175 MovieClip
"f5"Frame 63Symbol 177 MovieClip
"f3"Frame 63Symbol 152 MovieClip
"fishtimer3"Frame 63Symbol 178 MovieClip
"guy"Frame 63Symbol 197 MovieClip
"hand"Frame 64Symbol 118 MovieClip
"rodend"Frame 64Symbol 133 MovieClip
"hook"Frame 64Symbol 133 MovieClip
"hook"Frame 103Symbol 69 MovieClip
"f2"Frame 103Symbol 147 MovieClip
"f4"Frame 103Symbol 152 MovieClip
"f3"Frame 103Symbol 221 MovieClip
"f1"Frame 103Symbol 161 MovieClip
"scorepopup"Frame 103Symbol 163 MovieClip
"squidtimer"Frame 103Symbol 224 MovieClip
"fishtimer"Frame 103Symbol 166 MovieClip
"turtletimer"Frame 103Symbol 169 MovieClip
"fishtimer2"Frame 103Symbol 170 MovieClip
"hunger"Frame 103Symbol 175 MovieClip
"f6"Frame 103Symbol 226 MovieClip
"f5"Frame 103Symbol 177 MovieClip
"guy"Frame 103Symbol 197 MovieClip
"hand"Frame 104Symbol 118 MovieClip
"rodend"Frame 104Symbol 133 MovieClip
"hook"Frame 104Symbol 133 MovieClip
"hook"Frame 143Symbol 69 MovieClip
"f2"Frame 143Symbol 147 MovieClip
"f3"Frame 143Symbol 221 MovieClip
"f1"Frame 143Symbol 161 MovieClip
"scorepopup"Frame 143Symbol 163 MovieClip
"squidtimer"Frame 143Symbol 224 MovieClip
"fishtimer"Frame 143Symbol 166 MovieClip
"turtletimer"Frame 143Symbol 169 MovieClip
"hunger"Frame 143Symbol 175 MovieClip
"f6"Frame 143Symbol 226 MovieClip
"f4"Frame 143Symbol 177 MovieClip
"f5"Frame 143Symbol 177 MovieClip
"f7"Frame 143Symbol 221 MovieClip
"squid2timer"Frame 143Symbol 238 MovieClip
"guy"Frame 143Symbol 197 MovieClip
"hand"Frame 144Symbol 118 MovieClip
"rodend"Frame 144Symbol 133 MovieClip
"hook"Frame 144Symbol 133 MovieClip
"hook"Frame 183Symbol 69 MovieClip
"scorepopup"Frame 183Symbol 163 MovieClip
"hunger"Frame 183Symbol 175 MovieClip
"f2"Frame 183Symbol 147 MovieClip
"f4"Frame 183Symbol 152 MovieClip
"fishtimer"Frame 183Symbol 166 MovieClip
"turtletimer"Frame 183Symbol 169 MovieClip
"fishtimer2"Frame 183Symbol 170 MovieClip
"f5"Frame 183Symbol 177 MovieClip
"f3"Frame 183Symbol 152 MovieClip
"fishtimer3"Frame 183Symbol 178 MovieClip
"f6"Frame 183Symbol 177 MovieClip
"f7"Frame 183Symbol 226 MovieClip
"f8"Frame 183Symbol 226 MovieClip
"f9"Frame 183Symbol 226 MovieClip
"f1"Frame 183Symbol 147 MovieClip
"fish4timer"Frame 183Symbol 250 MovieClip
"f10"Frame 183Symbol 177 MovieClip
"guy"Frame 183Symbol 197 MovieClip
"hand"Frame 184Symbol 118 MovieClip
"rodend"Frame 184Symbol 133 MovieClip
"hook"Frame 184Symbol 133 MovieClip
"hook"Frame 223Symbol 69 MovieClip
"f2"Frame 223Symbol 147 MovieClip
"f3"Frame 223Symbol 221 MovieClip
"f1"Frame 223Symbol 161 MovieClip
"scorepopup"Frame 223Symbol 163 MovieClip
"squidtimer"Frame 223Symbol 224 MovieClip
"fishtimer"Frame 223Symbol 166 MovieClip
"turtletimer"Frame 223Symbol 169 MovieClip
"hunger"Frame 223Symbol 175 MovieClip
"f6"Frame 223Symbol 226 MovieClip
"f4"Frame 223Symbol 177 MovieClip
"f5"Frame 223Symbol 177 MovieClip
"f7"Frame 223Symbol 221 MovieClip
"squid2timer"Frame 223Symbol 238 MovieClip
"f8"Frame 223Symbol 226 MovieClip
"f9"Frame 223Symbol 221 MovieClip
"f10"Frame 223Symbol 161 MovieClip
"turtle2timer"Frame 223Symbol 262 MovieClip
"squid3timer"Frame 223Symbol 264 MovieClip
"guy"Frame 223Symbol 197 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 6 MovieClip
"turtle"Symbol 161 MovieClip Frame 1Symbol 160 MovieClip
"score"Symbol 163 MovieClip Frame 1Symbol 162 EditableText
"bar"Symbol 175 MovieClip Frame 1Symbol 172 MovieClip
"hand"Symbol 197 MovieClip Frame 1Symbol 118 MovieClip
"head"Symbol 197 MovieClip Frame 2Symbol 195 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "shiver"
ExportAssets (56)Timeline Frame 1Symbol 2 as "yar"
ExportAssets (56)Timeline Frame 1Symbol 3 as "ting"

Labels

"start"Frame 2
"menu"Frame 21
"difficulty"Frame 22
"instructions"Frame 23
"level1"Frame 24
"level2"Frame 64
"level3"Frame 104
"level4"Frame 144
"level5"Frame 184
"gameover"Frame 224
"victory"Frame 225
"idle"Symbol 195 MovieClip Frame 1
"yar"Symbol 195 MovieClip Frame 18
"shiver"Symbol 195 MovieClip Frame 32

Dynamic Text Variables

_root.scoreSymbol 104 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">35</font></p>"
_root.scoreSymbol 115 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.scoreSymbol 181 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.scoreSymbol 206 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.fishSymbol 228 EditableText"<p align="left"></p>"
_root.fishtotalSymbol 229 EditableText"<p align="left"></p>"
_root.scoreSymbol 230 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.scoreSymbol 234 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.fishSymbol 240 EditableText"<p align="left"></p>"
_root.fishtotalSymbol 241 EditableText"<p align="left"></p>"
_root.scoreSymbol 242 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.scoreSymbol 246 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.fishSymbol 252 EditableText"<p align="left"></p>"
_root.fishtotalSymbol 253 EditableText"<p align="left"></p>"
_root.scoreSymbol 254 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.scoreSymbol 258 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.fishSymbol 266 EditableText"<p align="left"></p>"
_root.fishtotalSymbol 267 EditableText"<p align="left"></p>"
_root.scoreSymbol 268 EditableText"<p align="center"><font face="Arial Black" size="14" color="#000000" letterSpacing="0.000000" kerning="1">0</font></p>"
_root.scoreSymbol 280 EditableText"<p align="left"><font face="Arial" size="28" color="#000000" letterSpacing="0.000000" kerning="1">000</font></p>"
_root.scoreSymbol 288 EditableText"<p align="left"><font face="Arial" size="28" color="#000000" letterSpacing="0.000000" kerning="1">000</font></p>"




http://swfchan.com/5/23129/info.shtml
Created: 26/5 -2019 11:00:40 Last modified: 26/5 -2019 11:00:40 Server time: 03/05 -2024 19:41:48