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