Frame 1
function doSomething() {
}
function doSomething2() {
getURL ("http://www.albinoblacksheep.com", _blank);
}
sSound = new Sound();
sSound.attachSound("intro");
sSound.start(2.8, 99);
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("fish", doSomething);
Functioned2 = new ContextMenuItem(" ---Visit ABS---", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
stop();
life = 4;
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
life = 4;
delete onEnterFrame;
Frame 8
stop();
life = 4;
score = 0;
time = 0;
onEnterFrame = function () {
time = time + 0.0333333333333333;
timer.text = Math.round(time);
if (_xmouse >= fish._x) {
fish.gotoAndStop(2);
}
if (_xmouse <= fish._x) {
fish.gotoAndStop(3);
}
_root.scorekeeper.scoretext.text = score;
if (life == 4) {
_root.scorekeeper.fishlives.gotoAndStop(1);
} else if (life == 3) {
_root.scorekeeper.fishlives.gotoAndStop(2);
} else if (life == 2) {
_root.scorekeeper.fishlives.gotoAndStop(3);
} else if (life == 1) {
_root.scorekeeper.fishlives.gotoAndStop(4);
} else if (life == 0) {
_root.scorekeeper.fishlives.gotoAndStop(5);
}
if ((_root.score >= 50) && (_root.score < 100)) {
fish._width = 82;
fish._height = 62;
}
if (_root.score >= 100) {
fish._width = 141;
fish._height = 95;
}
if (_root.score >= 150) {
_root.gotoAndPlay("success");
delete onEnterFrame;
}
};
Instance of Symbol 33 MovieClip "fish" in Frame 8
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
endX = _root._xmouse;
endY = _root._ymouse;
_x = (_x + ((endX - _x) / speed));
_y = (_y + ((endY - _y) / speed));
}
Instance of Symbol 6 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 8;
if (this._x >= 700) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 50) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 1;
_root.fish._height = _root.fish._height + 1;
} else if (_root.score < 50) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
}
Instance of Symbol 6 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 8;
if (this._x <= -100) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 50) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 1;
_root.fish._height = _root.fish._height + 1;
} else if (_root.score < 50) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 5;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 5;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 5;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 5;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 5;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 5;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 6 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 8;
if (this._x <= -100) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 50) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 1;
_root.fish._height = _root.fish._height + 1;
} else if (_root.score < 50) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
}
Instance of Symbol 4 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 7;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 100) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 2;
_root.fish._height = _root.fish._height + 2;
} else if (_root.score < 100) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
}
Instance of Symbol 4 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 8;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 100) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 2;
_root.fish._height = _root.fish._height + 2;
} else if (_root.score < 100) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
}
Instance of Symbol 6 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 8;
if (this._x >= 700) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 50) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 1;
_root.fish._height = _root.fish._height + 1;
} else if (_root.score < 50) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
}
Instance of Symbol 4 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 8;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 100) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 2;
_root.fish._height = _root.fish._height + 2;
} else if (_root.score < 100) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
}
Instance of Symbol 4 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 7;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 100) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 2;
_root.fish._height = _root.fish._height + 2;
} else if (_root.score < 100) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
}
Instance of Symbol 6 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 8;
if (this._x <= -100) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 50) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 1;
_root.fish._height = _root.fish._height + 1;
} else if (_root.score < 50) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
}
Instance of Symbol 6 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 8;
if (this._x >= 700) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 50) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 1;
_root.fish._height = _root.fish._height + 1;
} else if (_root.score < 50) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 5;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 5;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 5;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 5;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 5;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 8 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 5;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
_root.score = _root.score + 1;
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
_root.fish._width = _root.fish._width + 0.5;
_root.fish._height = _root.fish._height + 0.5;
}
}
Instance of Symbol 4 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x - 8;
if (this._x <= -50) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 100) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 2;
_root.fish._height = _root.fish._height + 2;
} else if (_root.score < 100) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) + 600) + (Math.random() * 1000);
}
}
Instance of Symbol 4 MovieClip in Frame 8
onClipEvent (load) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
onClipEvent (enterFrame) {
this._x = this._x + 7;
if (this._x >= 650) {
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
if (this.hitTest(_root.fish)) {
if (_root.score >= 100) {
_root.score = _root.score + 1;
_root.fish._width = _root.fish._width + 2;
_root.fish._height = _root.fish._height + 2;
} else if (_root.score < 100) {
_root.life = _root.life - 1;
}
this._y = (Math.random() * 300) + 25;
this._x = ((Math.random() * 600) - 600) - (Math.random() * 1000);
}
}
Instance of Symbol 47 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.score <= 100) {
this._x = (_root.score * 2) + 222;
}
}
Frame 9
stop();
scorecounter.time.gotoAndPlay("stop");
Frame 10
stop();
time.gotoAndPlay("stop");
Frame 11
gotoAndPlay (7);
Symbol 17 Button
on (release) {
play();
}
Symbol 33 MovieClip Frame 1
stop();
Symbol 33 MovieClip Frame 2
stop();
Symbol 33 MovieClip Frame 3
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 3
stop();
Symbol 43 MovieClip Frame 4
stop();
Symbol 43 MovieClip Frame 5
stop();
delete onEnterFrame;
_root.gotoAndPlay("fail");
Symbol 67 Button
on (release) {
_root.gotoAndPlay("again");
}
Symbol 69 MovieClip Frame 34
scoretextfin.text = "score: 150";
totalscore.text = 150;
Symbol 69 MovieClip Frame 77
scoretextfin.text = "score: 150";
totalscore.text = (150 + (_root.life * 100)) - 100;
if (_root.life == 4) {
fishlives.gotoAndStop(1);
} else if (_root.life == 3) {
fishlives.gotoAndStop(2);
} else if (_root.life == 2) {
fishlives.gotoAndStop(3);
} else if (_root.life == 1) {
fishlives.gotoAndStop(4);
}
Symbol 69 MovieClip Frame 115
stop();
scoretextfin.text = "score: 150";
totalscore.text = ((150 + (_root.life * 100)) - 100) - Math.round(_root.time);
timertextfin.text = "time: " + Math.round(_root.time);
if (_root.life == 4) {
fishlives.gotoAndStop(1);
} else if (_root.life == 3) {
fishlives.gotoAndStop(2);
} else if (_root.life == 2) {
fishlives.gotoAndStop(3);
} else if (_root.life == 1) {
fishlives.gotoAndStop(4);
}
Symbol 72 Button
on (release) {
gotoAndPlay (7);
}