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

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

Aquatica.swf

This is the info page for
Flash #47665

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


Text
x

<p align="center"></p>

100%

LOADING:

THIS GAME  PROUDLY BROUGHT
TO YOU BY WWW.FIZZY.COM

YOUR FIZZY GAME IS LOADING

VISIT WWW.FIZZY.COM

GOT A WEBSITE? PUT THIS GAME ON YOUR SITE & EARN CASH!

PIRATE DOMAIN!

THIS GAME CAN ONLY BE PLAYED AT FIZZY.COM

PLAY AT FIZZY.COM

PLAY MORE GAMES

START GAME

CONTINUE GAME

HOW TO PLAY

Aquarium

Power UP Timer
Displays the remaining time your
powerup will be active for

Hypermode

Radarmode

Visionmode

Keep your eye on the timer
at the beginning of each map.
Some maps are "race to the
finish", and some are "hunt and
eat" maps.

MAP Timer
Displays the remaining time you
have to exit the map

A squid can't swim if a squid is dead.
Eating food and acquiring
health powerups will regenerate
you back to full strength.
You have 3 lives to make it to the end.

Health Tracker
Displays the current state of health
and the number of lives
you have remaining

POWER UPS
Collect as many white circle
powerups as possible
for many benefits.

Replenish ink

+25% Health

Sight upgrade

Radar upgrade

Speed boost

+

+50% Evolve

50

50 points

100

100 points

500 points

500

Explore your surroundings and evolve
your squid. Simply point your mouse
and the squid will follow. The further
your pointer is from the squid, the faster
it will travel. Make a quick large move
with your mouse, and get 1 second of
hyperactive movement.

YOUR SQUID
Eat, evolve, explore & survive

Grow and evolve your squid
by eating those smaller than
you. Live long and survive by
avoiding larger predators. For
a full list of creatures, visit the
aquarium.

Food & ENEMIES
Grow, evolve & survive

Find the giant clam and swim
over it to progress to the next
map and greater challenges!

MAP EXIT
Move onwards & upwards

The squid has many enemies
but nothing helps to protect
better than a load of blinding
ink to your assailant's eyes.
A simple mouse click unleashes
a hefty load behind you.

Ink supply
Defend yourself by painting
your enemies blind

It's simple - everything positive
you do adds to your score. And
everything negative - doesn't.
And try not to die - Squidy loses
points that way...

SQUID POINTS
Compete against other gamers
by notching up huge scores

The more food you eat and
evolution powerups you find,
the bigger and faster you get.

EVOLUTION STATUS
Grow in size and speed

angelfish

Carp

clownfish

Guppy

Manta ray

marlin

puffer fish

sea horse

shark

snapper

Turtle

sperm whale

orca

BREACH

Time Bonus:

Evolution:

Prey Bonus:

Ink Bonus:

Powerups:

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

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

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

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

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

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

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

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

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

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

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

<p align="center"></p>

<p align="center"></p>

<p align="right"></p>

<p align="right"></p>

<p align="center"></p>

Rollover
to spawn

angelfish

ANGLERfish

Carp

clownfish

Guppy

Manta ray

marlin

plankton

puffer fish

sea horse

shark

snapper

Turtle

sperm whale

bed trapper

orca

TRY AGAIN?

GAME OVER

Water
Ambient

FINAL SCORE:

<p align="center"></p>

GOT A WEBSITE? PUT THIS GAME ON YOUR SITE & EARN CASH!

ENJOY THE FULL VERSION OF THIS GAME AT FIZZY.COM

PLAY AGAIN

PLAY A DIFFERENT GAME

WE HOPE YOU ENJOYED THIS FIZZY GAME

DOWNLOAD

YOU CAN PLAY THE FREE DEMO AGAIN OR
BUY THE DOWNLOAD & OWN IT FOREVER!

KEEP TRYING - YOU'LL DO BETTER!

ActionScript [AS1/AS2]

Frame 1
function createStattooz(thisSkin, thisDomain, thisHosted) { _root.Stattooz = new stattooz(myGameName, myDeveloper, myGenre, myGameType, thisSkin, myPlayer, myThreshold, thisDomain); _root.Stattooz.reportEvent("load"); } function createBranditz() { _root.Branditz = new branditz(myGameName, myGameType, myGameWidth, myGameHeight, createStattooz); } function initialize() { var _local1 = new expressinstall(); if (!_local1.init()) { createBranditz(); } } this._lockroot = true; stop(); var myGameName = "aquatica"; var myDeveloper = "3RDsense"; var myGenre = 2; var myGameType = 1; var myGameWidth = 640; var myGameHeight = 480; var myThreshold = 2000; _root.score = 0; _root.startGame = function () { _root.gotoAndStop("mainmenu"); }; _root.playAgain = function () { _root.gotoAndStop("mainmenu"); }; System.security.allowDomain("*"); _root.checkPirate = function () { _root.Branditz.pHosted = ((_root.Branditz.pHosted == undefined) ? (_root.Stattooz.isDomainAllowed()) : (_root.Branditz.pHosted)); if ((System.capabilities.playerType == "External") || (_root.Stattooz.isDomainAllowed())) { _root.Branditz.pHosted = true; } else { ((myGameType != 1) ? (getURL ("javascript:if (top.location != location) top.location.href ='http://www.fizzy.com/';")) : null); } _root.Branditz.pLinkWindow = (_root.Branditz.pHosted ? "_self" : "_blank"); var _local2 = false; if (myGameType == 1) { _local2 = true; } else { _local2 = _root.Branditz.pHosted; } if (_local2) { _root.startGame(); } else { _root.reportEvent("pirate"); _root.gotoAndStop("pirate"); } }; _root.loadComplete = function () { _root.gotoAndStop("splash"); }; var myPlayer = System.capabilities.playerType; initialize(); stop();
Frame 2
stop();
Frame 12
stop();
Frame 13
var speedcoefficient; var initialspeed = 0.3; var thrust = 0.5; var inklevel = 100; var inkloss = 49; var inkrecovery = 0; var squidsize = 0.2; var squidsizeoverall = 1; var squidsizebonus = squidsizeoverall; var score = 0; var health = 100; var mapname = String("map" + currentlevel); var blood = false; var dead = false; var preybonus = 0; var inkbonus = 0; var powerupbonus = 0; var wateroverlay = true; var bubblewater = true; var lives = 3; var hypermode = 0; var oldthrust = thrust; var radarmode = 0; var visionmode = 0; var x1; var x2; var y1; var y2; var distancetemp; aquatica_data = SharedObject.getLocal("asquatica_data"); if ((aquatica_data.data.game_level == undefined) || (aquatica_data.data.game_level == null)) { currentlevel = 1; aquatica_data.data.game_level = currentlevel; aquatica_data.data.squidsizeoverall = squidsizeoverall; } else { currentlevel = parseInt(aquatica_data.data.game_level); squidsizeoverall = parseInt(aquatica_data.data.squidsizeoverall); } play();
Frame 47
manta.manta.stop(); turtle.turtle.stop(); shark.shark.stop(); seahorse.seahorse.stop(); manta.stop(); turtle.stop(); shark.stop(); seahorse.stop(); stop();
Frame 87
if (action == "startgame") { _quality = "LOW"; gotoAndPlay ("gonow"); } else if (action == "howtoplay") { _quality = "HIGH"; gotoAndStop ("howtoplay"); } else if (action == "aquarium") { _quality = "HIGH"; gotoAndStop ("aquarium"); } else { stop(); }
Frame 88
stop();
Frame 97
gotoAndStop ("yourcharacter");
Frame 98
stop();
Frame 99
stop();
Frame 100
stop();
Frame 101
stop();
Frame 102
stop();
Frame 103
stop();
Frame 104
stop();
Frame 105
stop();
Frame 106
stop();
Frame 107
stop();
Frame 117
stop();
Frame 118
stop();
Frame 119
man.arm.gotoAndPlay("handpoint"); stop();
Frame 120
man.arm.gotoAndPlay("handpoint"); stop();
Frame 121
man.arm.gotoAndPlay("handpoint"); stop();
Frame 122
man.arm.gotoAndPlay("handpoint"); stop();
Frame 123
man.arm.gotoAndPlay("handpoint"); stop();
Frame 124
man.arm.gotoAndPlay("handpoint"); stop();
Frame 125
man.arm.gotoAndPlay("handpoint"); stop();
Frame 126
man.arm.gotoAndPlay("handpoint"); stop();
Frame 127
man.arm.gotoAndPlay("handpoint"); stop();
Frame 128
man.arm.gotoAndPlay("handpoint"); stop();
Frame 129
man.arm.gotoAndPlay("handpoint"); stop();
Frame 130
man.arm.gotoAndPlay("handpoint"); stop();
Frame 131
man.arm.gotoAndPlay("handpoint"); stop();
Frame 132
man.arm.gotoAndPlay("handpoint"); stop();
Frame 133
man.arm.gotoAndPlay("handpoint"); stop();
Frame 134
man.arm.gotoAndPlay("handpoint"); stop();
Frame 135
function InitialiseMapRespawn() { maptime = 0; if (initialmapX1 == undefined) { initiallevel = currentlevel; initialmapX1 = mapp._x; initialmapX2 = waterdepth._x; initialmapY1 = mapp._y; initialmapY2 = waterdepth._y; } else if (initiallevel == currentlevel) { mapp._x = initialmapX1; mapp._y = initialmapY1; waterdepth._x = initialmapX2; waterdepth._y = initialmapY2; } else { initiallevel = currentlevel; initialmapX1 = mapp._x; initialmapX2 = waterdepth._x; initialmapY1 = mapp._y; initialmapY2 = waterdepth._y; } mapstartscore = _root.score; mapstarthealth = _root.health; mapstartsquidsizeoverall = _root.squidsizeoverall; mapstartstage1flag = _root.stage1flag; mapstartstage2flag = _root.stage2flag; mapstartstage3flag = _root.stage3flag; mapstartstage4flag = _root.stage4flag; mapstartstage5flag = _root.stage5flag; } function SetSquidSize() { squidsizeadjustment = 0.5; squid._rotation = 0; squid2._rotation = 0; tail1._rotation = 0; tail2._rotation = 0; squid._height = (squidsizeadjustment * (135.4 * squidsize)) * squidsizeoverall; squid._width = (squidsizeadjustment * (77.3 * squidsize)) * squidsizeoverall; squid2._height = (squidsizeadjustment * (18 * (squidsize * 2.5))) * squidsizeoverall; squid2._width = (squidsizeadjustment * (18 * (squidsize * 2.5))) * squidsizeoverall; tail1._height = (squidsizeadjustment * (43.7 * (squidsize * 5))) * squidsizeoverall; tail1._width = (squidsizeadjustment * (1 * (squidsize * 5))) * squidsizeoverall; tail2._height = (squidsizeadjustment * (51.3 * (squidsize * 5))) * squidsizeoverall; tail2._width = (squidsizeadjustment * (1 * (squidsize * 5))) * squidsizeoverall; } function InitialiseGameMusic(tracknumber) { if (!tracknumber) { tracknumber = random(4) + 2; } var _local1 = new Sound(); _local1.attachSound("GameMusic" + tracknumber); _local1.start(0, 999); } function InitialiseMouseListener() { var _local1 = new Object(); _local1.onMouseDown = function () { if ((squidswimming && (inklevel > inkloss)) && (exitLevelFlag != true)) { shootink = true; } if (mousebuttondown != true) { InitialiseTimer(); } mousebuttondown = true; }; _local1.onMouseUp = function () { shootink = false; xdistance = 0; ydistance = 0; }; Mouse.addListener(_local1); } function InitialiseCheater() { } function InitialiseTimer() { var _local1 = new Date(); temptime = _local1.getTime(); HUDmaptimer = ""; } function SquidEngineRoom() { if (mousebuttondown == true) { var _local2 = new Date(); HUDmaptimer = int((maptimer + 1) - ((_local2.getTime() - temptime) / 1000)); if (HUDmaptimer == 0) { health = 0; } if (hypermode > 0) { hypermode--; thrust = oldthrust * 2; } else { thrust = oldthrust; } if (visionmode > 0) { visionmode--; if (visionmode <= 40) { tunnelvision._alpha = 100 - ((visionmode / 40) * 100); } else if (visionmode > 1160) { tunnelvision._alpha = ((visionmode - 1160) / 40) * 100; } else { tunnelvision._alpha = 0; } } else { tunnelvision._alpha = 100; } if (radarmode > 0) { radarmode--; } if (exitLevelFlag) { squid._rotation = 0; squid2._rotation = 0; } else if (dead) { squid._rotation = squid._rotation + 1; squid2._rotation = squid2._rotation + 1; } else { squid._rotation = Trig.findAngle(_xmouse, _ymouse, squid._x, squid._y); squid2._rotation = Trig.findAngle(_xmouse, _ymouse, squid._x, squid._y); } tail1._rotation = rot4 + 1; tail2._rotation = rot4 - 1; rot1 = rot1a; rot1a = rot2; rot2 = rot2a; rot2a = rot3; rot3 = rot3a; rot3a = rot4; rot4 = squid._rotation; if (CollisionDetection2.checkForCollision(squid2, mapp.mapp)) { if (abovewater) { tempxdistance = tempxdistance * -1; mapp._x = xmaptemp3; waterdepth._x = xwaterdepthtemp3; mapp._x = mapp._x - ((tempxdistance / 50) * speedcoefficient); waterdepth._x = waterdepth._x - ((tempxdistance / 50) * speedcoefficient); } else { mapp._x = xmaptemp; mapp._y = ymaptemp; waterdepth._x = xwaterdepthtemp; waterdepth._y = ywaterdepthtemp; gravity = 0; secondarycounter = 1; if (!collisioncounter) { collisioncounter = 0; } collisioncounter++; if (collisioncounter >= 50) { mapp._x = xmaptemp3; mapp._y = ymaptemp3; waterdepth._x = xwaterdepthtemp3; waterdepth._y = ywaterdepthtemp3; } } if (((abovetime >= (HUDmaptimer + 3)) && (abovewater == true)) && (abovetime != "")) { _root.health = 0; } } else { collisioncounter = 0; x2 = x1; y2 = y1; x1 = _xmouse; y1 = _ymouse; distancetemp = Trig.findDistance(x2, y2, x1, y1); if (distancetemp > 200) { if ((hypermode < 40) && (tail1._alpha >= 50)) { hypermode = 40; squid.play(); } } if (dead) { xdistance = 0; ydistance = 2; speedcoefficient = 1; } else if (!abovewater) { xdistance = _xmouse - squid._x; ydistance = _ymouse - squid._y; } if (waterdepth._y > 240) { abovewater = true; if (localcounter == 1) { localcounter = 40; abovetime = HUDmaptimer; tempxdistance = xdistance; tempydistance = ydistance; } gravity = Trig.toStart(squidsizeoverall * 150, 40 - localcounter, 40); if (hypermode > 0) { gravity = gravity * 2; } localcounter--; secondarycounter = 40; xdistance = tempxdistance; ydistance = tempydistance; if (((abovetime >= (HUDmaptimer + 3)) && (abovewater == true)) && (abovetime != "")) { _root.health = 0; } } else { abovewater = false; if (secondarycounter > 1) { gravity = (squidsizeoverall * 12) - Trig.toStop(squidsizeoverall * 12, 41 - secondarycounter, 41); secondarycounter--; } else { gravity = 0; } localcounter = 1; abovetime = HUDmaptimer; } if (speedcoefficient < 1) { speedcoefficient = 1; } mapp._x = mapp._x - ((xdistance / 50) * speedcoefficient); mapp._y = mapp._y - (((ydistance / 50) * speedcoefficient) + gravity); waterdepth._x = waterdepth._x - ((xdistance / 50) * speedcoefficient); waterdepth._y = waterdepth._y - (((ydistance / 50) * speedcoefficient) + gravity); xmaptemp3 = xmaptemp2; ymaptemp3 = ymaptemp2; xwaterdepthtemp3 = xwaterdepthtemp2; ywaterdepthtemp3 = ywaterdepthtemp2; xmaptemp2 = xmaptemp; ymaptemp2 = ymaptemp; xwaterdepthtemp2 = xwaterdepthtemp; ywaterdepthtemp2 = ywaterdepthtemp; xmaptemp = mapp._x; ymaptemp = mapp._y; xwaterdepthtemp = waterdepth._x; ywaterdepthtemp = waterdepth._y; squidswimming = true; } if (_root.health <= 0) { dead = true; squid._alpha = 0; tail1._alpha = 0; tail2._alpha = 0; } else { dead = false; } } } SetSquidSize(); squidswimming = false; InitialiseMouseListener(); InitialiseCheater(); InitialiseTimer(); if (aquatica_data.data.game_level < currentlevel) { aquatica_data.data.game_level = currentlevel; aquatica_data.data.squidsizeoverall = squidsizeoverall; aquatica_data.flush(); trace("flushed"); } this.onEnterFrame = function () { SquidEngineRoom(); };
Frame 136
function InitialiseMapRespawn() { maptime = 0; if (initialmapX1 == undefined) { initiallevel = currentlevel; initialmapX1 = mapp._x; initialmapX2 = waterdepth._x; initialmapY1 = mapp._y; initialmapY2 = waterdepth._y; } else if (initiallevel == currentlevel) { mapp._x = initialmapX1; mapp._y = initialmapY1; waterdepth._x = initialmapX2; waterdepth._y = initialmapY2; } else { initiallevel = currentlevel; initialmapX1 = mapp._x; initialmapX2 = waterdepth._x; initialmapY1 = mapp._y; initialmapY2 = waterdepth._y; } mapstartscore = _root.score; mapstarthealth = _root.health; mapstartsquidsizeoverall = _root.squidsizeoverall; mapstartstage1flag = _root.stage1flag; mapstartstage2flag = _root.stage2flag; mapstartstage3flag = _root.stage3flag; mapstartstage4flag = _root.stage4flag; mapstartstage5flag = _root.stage5flag; } function SetSquidSize() { squidsizeadjustment = 0.5; squid._rotation = 0; squid2._rotation = 0; tail1._rotation = 0; tail2._rotation = 0; squid._height = (squidsizeadjustment * (135.4 * squidsize)) * squidsizeoverall; squid._width = (squidsizeadjustment * (77.3 * squidsize)) * squidsizeoverall; squid2._height = (squidsizeadjustment * (18 * (squidsize * 2.5))) * squidsizeoverall; squid2._width = (squidsizeadjustment * (18 * (squidsize * 2.5))) * squidsizeoverall; tail1._height = (squidsizeadjustment * (43.7 * (squidsize * 5))) * squidsizeoverall; tail1._width = (squidsizeadjustment * (1 * (squidsize * 5))) * squidsizeoverall; tail2._height = (squidsizeadjustment * (51.3 * (squidsize * 5))) * squidsizeoverall; tail2._width = (squidsizeadjustment * (1 * (squidsize * 5))) * squidsizeoverall; } function InitialiseGameMusic(tracknumber) { if (!tracknumber) { tracknumber = random(4) + 2; } var _local1 = new Sound(); _local1.attachSound("GameMusic" + tracknumber); _local1.start(0, 999); } function InitialiseMouseListener() { var _local1 = new Object(); _local1.onMouseDown = function () { if ((squidswimming && (inklevel > inkloss)) && (exitLevelFlag != true)) { shootink = true; } if (mousebuttondown != true) { InitialiseTimer(); } mousebuttondown = true; }; _local1.onMouseUp = function () { shootink = false; xdistance = 0; ydistance = 0; }; Mouse.addListener(_local1); } function InitialiseCheater() { } function InitialiseTimer() { var _local1 = new Date(); temptime = _local1.getTime(); HUDmaptimer = ""; } function SquidEngineRoom() { if (mousebuttondown == true) { var _local2 = new Date(); HUDmaptimer = int((maptimer + 1) - ((_local2.getTime() - temptime) / 1000)); if (HUDmaptimer == 0) { health = 0; } if (hypermode > 0) { hypermode--; thrust = oldthrust * 2; } else { thrust = oldthrust; } if (visionmode > 0) { visionmode--; if (visionmode <= 40) { tunnelvision._alpha = 100 - ((visionmode / 40) * 100); } else if (visionmode > 1160) { tunnelvision._alpha = ((visionmode - 1160) / 40) * 100; } else { tunnelvision._alpha = 0; } } else { tunnelvision._alpha = 100; } if (radarmode > 0) { radarmode--; } if (exitLevelFlag) { squid._rotation = 0; squid2._rotation = 0; } else if (dead) { squid._rotation = squid._rotation + 1; squid2._rotation = squid2._rotation + 1; } else { squid._rotation = Trig.findAngle(_xmouse, _ymouse, squid._x, squid._y); squid2._rotation = Trig.findAngle(_xmouse, _ymouse, squid._x, squid._y); } tail1._rotation = rot4 + 1; tail2._rotation = rot4 - 1; rot1 = rot1a; rot1a = rot2; rot2 = rot2a; rot2a = rot3; rot3 = rot3a; rot3a = rot4; rot4 = squid._rotation; if (CollisionDetection2.checkForCollision(squid2, mapp.mapp)) { if (abovewater) { tempxdistance = tempxdistance * -1; mapp._x = xmaptemp3; waterdepth._x = xwaterdepthtemp3; mapp._x = mapp._x - ((tempxdistance / 50) * speedcoefficient); waterdepth._x = waterdepth._x - ((tempxdistance / 50) * speedcoefficient); } else { mapp._x = xmaptemp; mapp._y = ymaptemp; waterdepth._x = xwaterdepthtemp; waterdepth._y = ywaterdepthtemp; gravity = 0; secondarycounter = 1; if (!collisioncounter) { collisioncounter = 0; } collisioncounter++; if (collisioncounter >= 50) { mapp._x = xmaptemp3; mapp._y = ymaptemp3; waterdepth._x = xwaterdepthtemp3; waterdepth._y = ywaterdepthtemp3; } } if (((abovetime >= (HUDmaptimer + 3)) && (abovewater == true)) && (abovetime != "")) { _root.health = 0; } } else { collisioncounter = 0; x2 = x1; y2 = y1; x1 = _xmouse; y1 = _ymouse; distancetemp = Trig.findDistance(x2, y2, x1, y1); if (distancetemp > 200) { if ((hypermode < 40) && (tail1._alpha >= 50)) { hypermode = 40; squid.play(); } } if (dead) { xdistance = 0; ydistance = 2; speedcoefficient = 1; } else if (!abovewater) { xdistance = _xmouse - squid._x; ydistance = _ymouse - squid._y; } if (waterdepth._y > 240) { abovewater = true; if (localcounter == 1) { localcounter = 40; abovetime = HUDmaptimer; tempxdistance = xdistance; tempydistance = ydistance; } gravity = Trig.toStart(squidsizeoverall * 150, 40 - localcounter, 40); if (hypermode > 0) { gravity = gravity * 2; } localcounter--; secondarycounter = 40; xdistance = tempxdistance; ydistance = tempydistance; if (((abovetime >= (HUDmaptimer + 3)) && (abovewater == true)) && (abovetime != "")) { _root.health = 0; } } else { abovewater = false; if (secondarycounter > 1) { gravity = (squidsizeoverall * 12) - Trig.toStop(squidsizeoverall * 12, 41 - secondarycounter, 41); secondarycounter--; } else { gravity = 0; } localcounter = 1; abovetime = HUDmaptimer; } if (speedcoefficient < 1) { speedcoefficient = 1; } mapp._x = mapp._x - ((xdistance / 50) * speedcoefficient); mapp._y = mapp._y - (((ydistance / 50) * speedcoefficient) + gravity); waterdepth._x = waterdepth._x - ((xdistance / 50) * speedcoefficient); waterdepth._y = waterdepth._y - (((ydistance / 50) * speedcoefficient) + gravity); xmaptemp3 = xmaptemp2; ymaptemp3 = ymaptemp2; xwaterdepthtemp3 = xwaterdepthtemp2; ywaterdepthtemp3 = ywaterdepthtemp2; xmaptemp2 = xmaptemp; ymaptemp2 = ymaptemp; xwaterdepthtemp2 = xwaterdepthtemp; ywaterdepthtemp2 = ywaterdepthtemp; xmaptemp = mapp._x; ymaptemp = mapp._y; xwaterdepthtemp = waterdepth._x; ywaterdepthtemp = waterdepth._y; squidswimming = true; } if (_root.health <= 0) { dead = true; squid._alpha = 0; tail1._alpha = 0; tail2._alpha = 0; } else { dead = false; } } } mapp.gotoAndStop(mapname); mapp.fish1.gotoAndStop(mapname); exitLevelFlag = false; InitialiseMapRespawn(); stop();
Frame 139
if (mapname != "aquarium") { mapname = String("map" + currentlevel); } gotoAndPlay ("gonow2");
Frame 140
_quality = "HIGH"; stop();
Frame 142
stop();
Frame 143
stop();
Frame 144
stopAllSounds(); gotoAndPlay ("mainmenu");
Symbol 29 MovieClip Frame 1
function InitialRadarContact() { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * _parent.fishspeed; _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * _parent.fishspeed; if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); var _local3 = new Sound(); _local3.attachSound("PanicSound"); _local3.start(); } k = 80; } } function ResidualRadarContact() { if (k > 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * _parent.fishspeed; _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * _parent.fishspeed; k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = _parent.originalswimrotation; _parent.eatarea._rotation = _parent.originalswimrotation; } k = 0; } } function ActivateAnglerFish() { if (_parent.swim != true) { _parent.swim = true; } } function InitialAttackMode() { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * (_parent.fishspeed * -1); _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * (_parent.fishspeed * -1); if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); var _local3 = new Sound(); _local3.attachSound("Roar"); _local3.start(); _local3.attachSound("Breathing"); _local3.start(0, 999); } k = 160; } } function ResidualAttackMode() { if ((k > 0) && (_root.dead == false)) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if (_parent.collisionstate == false) { _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * (_parent.fishspeed * -1); _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * (_parent.fishspeed * -1); } k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if (_parent.originalswimdirectionY != 0) { _parent.originalswimdirectionY = _parent.originalswimdirectionY * 0.98; if ((_parent.originalswimdirectionX > -1) && (_parent.originalswimdirectionX < 1)) { _parent.originalswimdirectionX = _parent.originalswimdirectionX + 0.02; } } k = 0; TimeToPanic.stop(); } } if ((_root.squidsizeoverall < _parent.fishsize) && (_parent.prey != false)) { gotoAndPlay (3); } if (_parent.onScreen(640, 480, _parent.xoffset, _parent.yoffset)) { if (this.hitTest(_root.squid)) { ActivateAnglerFish(); InitialRadarContact(); } else { ResidualRadarContact(); } }
Symbol 29 MovieClip Frame 2
function InitialRadarContact() { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * _parent.fishspeed; _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * _parent.fishspeed; if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); var _local3 = new Sound(); _local3.attachSound("PanicSound"); _local3.start(); } k = 80; } } function ResidualRadarContact() { if (k > 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * _parent.fishspeed; _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * _parent.fishspeed; k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = _parent.originalswimrotation; _parent.eatarea._rotation = _parent.originalswimrotation; } k = 0; } } function ActivateAnglerFish() { if (_parent.swim != true) { _parent.swim = true; } } function InitialAttackMode() { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * (_parent.fishspeed * -1); _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * (_parent.fishspeed * -1); if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); var _local3 = new Sound(); _local3.attachSound("Roar"); _local3.start(); _local3.attachSound("Breathing"); _local3.start(0, 999); } k = 160; } } function ResidualAttackMode() { if ((k > 0) && (_root.dead == false)) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if (_parent.collisionstate == false) { _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * (_parent.fishspeed * -1); _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * (_parent.fishspeed * -1); } k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if (_parent.originalswimdirectionY != 0) { _parent.originalswimdirectionY = _parent.originalswimdirectionY * 0.98; if ((_parent.originalswimdirectionX > -1) && (_parent.originalswimdirectionX < 1)) { _parent.originalswimdirectionX = _parent.originalswimdirectionX + 0.02; } } k = 0; TimeToPanic.stop(); } } ResidualRadarContact(); gotoAndPlay (1);
Symbol 29 MovieClip Frame 3
function InitialRadarContact() { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * _parent.fishspeed; _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * _parent.fishspeed; if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); var _local3 = new Sound(); _local3.attachSound("PanicSound"); _local3.start(); } k = 80; } } function ResidualRadarContact() { if (k > 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * _parent.fishspeed; _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * _parent.fishspeed; k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = _parent.originalswimrotation; _parent.eatarea._rotation = _parent.originalswimrotation; } k = 0; } } function ActivateAnglerFish() { if (_parent.swim != true) { _parent.swim = true; } } function InitialAttackMode() { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * (_parent.fishspeed * -1); _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * (_parent.fishspeed * -1); if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); var _local3 = new Sound(); _local3.attachSound("Roar"); _local3.start(); _local3.attachSound("Breathing"); _local3.start(0, 999); } k = 160; } } function ResidualAttackMode() { if ((k > 0) && (_root.dead == false)) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if (_parent.collisionstate == false) { _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * (_parent.fishspeed * -1); _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * (_parent.fishspeed * -1); } k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if (_parent.originalswimdirectionY != 0) { _parent.originalswimdirectionY = _parent.originalswimdirectionY * 0.98; if ((_parent.originalswimdirectionX > -1) && (_parent.originalswimdirectionX < 1)) { _parent.originalswimdirectionX = _parent.originalswimdirectionX + 0.02; } } k = 0; TimeToPanic.stop(); } } if (_root.squidsizeoverall >= _parent.fishsize) { gotoAndPlay (1); } if (_parent.onScreen(640, 480, _parent.xoffset, _parent.yoffset)) { if (this.hitTest(_root.squid) && (_root.dead == false)) { ActivateAnglerFish(); InitialAttackMode(); } else { ResidualAttackMode(); } }
Symbol 29 MovieClip Frame 4
function InitialRadarContact() { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * _parent.fishspeed; _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * _parent.fishspeed; if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); var _local3 = new Sound(); _local3.attachSound("PanicSound"); _local3.start(); } k = 80; } } function ResidualRadarContact() { if (k > 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * _parent.fishspeed; _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * _parent.fishspeed; k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = _parent.originalswimrotation; _parent.eatarea._rotation = _parent.originalswimrotation; } k = 0; } } function ActivateAnglerFish() { if (_parent.swim != true) { _parent.swim = true; } } function InitialAttackMode() { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * (_parent.fishspeed * -1); _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * (_parent.fishspeed * -1); if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); var _local3 = new Sound(); _local3.attachSound("Roar"); _local3.start(); _local3.attachSound("Breathing"); _local3.start(0, 999); } k = 160; } } function ResidualAttackMode() { if ((k > 0) && (_root.dead == false)) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if (_parent.collisionstate == false) { _parent.swimdirectionX = Math.sin(temp * (Math.PI/180)) * (_parent.fishspeed * -1); _parent.swimdirectionY = Math.cos(temp * (Math.PI/180)) * (_parent.fishspeed * -1); } k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if (_parent.originalswimdirectionY != 0) { _parent.originalswimdirectionY = _parent.originalswimdirectionY * 0.98; if ((_parent.originalswimdirectionX > -1) && (_parent.originalswimdirectionX < 1)) { _parent.originalswimdirectionX = _parent.originalswimdirectionX + 0.02; } } k = 0; TimeToPanic.stop(); } } if (_parent.onScreen(640, 480, _parent.xoffset, _parent.yoffset)) { if (this.hitTest(_root.squid) && (_root.dead == false)) { ActivateAnglerFish(); InitialAttackMode(); } else { ResidualAttackMode(); } } gotoAndPlay (3);
Symbol 34 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 2
if (_root.radarmode > 0) { if ((_parent.counter == undefined) || (_parent.counter == 0)) { if ((_root.squidsizeoverall >= _parent.fishsize) && (_parent.prey != true)) { var matrix = new Array(); matrix = matrix.concat([0, 0, 0, 0, 0]); matrix = matrix.concat([0, 1, 0, 0, 0]); matrix = matrix.concat([0, 0, 0, 0, 0]); matrix = matrix.concat([0, 0, 0, 0.5, 0]); } else { var matrix = new Array(); matrix = matrix.concat([1, 0, 0, 0, 0]); matrix = matrix.concat([0, 0, 0, 0, 0]); matrix = matrix.concat([0, 0, 0, 0, 0]); matrix = matrix.concat([0, 0, 0, 0.5, 0]); } var filter = (new flash.filters.ColorMatrixFilter(matrix)); this.filters = new Array(filter); gotoAndPlay(random(39) + 2); } else { gotoAndPlay (1); } } else { gotoAndPlay (1); }
Symbol 35 MovieClip Frame 42
if (_root.radarmode > 0) { if ((_parent.counter == undefined) || (_parent.counter == 0)) { if ((_root.squidsizeoverall >= _parent.fishsize) && (_parent.prey != true)) { var matrix = new Array(); matrix = matrix.concat([0, 0, 0, 0, 0]); matrix = matrix.concat([0, 1, 0, 0, 0]); matrix = matrix.concat([0, 0, 0, 0, 0]); matrix = matrix.concat([0, 0, 0, 0.5, 0]); var filter = (new flash.filters.ColorMatrixFilter(matrix)); this.filters = new Array(filter); } gotoAndPlay (3); } else { gotoAndPlay (1); } } else { gotoAndPlay (1); }
Symbol 42 MovieClip Frame 1
function StunnedAura() { if (_parent.counter > 0) { aura._alpha = 50; } else { aura._alpha = 0; } } function AttackDamage() { if (collisionarea.hitTest(_root.squid.head)) { if ((_parent.counter > 0) && (_parent.counter != undefined)) { } else if (_root.exitLevelFlag != true) { _root.inkbar.blood.gotoAndPlay("ouch"); _root.health = _root.health - _parent.attackdamage; if (!attackstate) { attackstate = true; var _local3 = new Sound(); _local3.attachSound("Growl-Bite"); _local3.start(); } } } else { attackstate = false; } } function MapCollisionDetect() { if (CollisionDetection2.checkForCollision(collisionarea, _root.mapp.mapp)) { _parent.originalswimrotation = temprot; _parent.originalswimdirectionX = Math.sin((_parent.originalswimrotation + 90) * (Math.PI/180)) * (_parent.fishspeed * -0.5); _parent.originalswimdirectionY = Math.cos((_parent.originalswimrotation + 90) * (Math.PI/180)) * (_parent.fishspeed * -0.5); _parent._x = tempx; _parent._y = tempy; _parent.collisionstate = true; _parent.radar.k = 0; tempradarheight = _parent.radar._height; tempradarwidth = _parent.radar._width; _parent.radar._height = 0; _parent.radar._width = 0; q = 20; if ((_parent.counter > 0) && (_parent.counter != undefined)) { temprot = 90; _parent.originalswimrotation = temprot; } } else { tempx = _parent._x; tempy = _parent.__y; temprot = (_parent.food._rotation + random(30)) + 165; _parent.collisionstate = false; if ((q > 0) && (q != undefined)) { _parent.radar._height = 0; _parent.radar._width = 0; q--; } else if (q <= 0) { _parent.radar._height = tempradarheight; _parent.radar._width = tempradarwidth; } } } StunnedAura();
Symbol 42 MovieClip Frame 2
if (_root.squidsizeoverall < _parent.fishsize) { if ((_parent.prey == true) || (_parent.prey == "sometimes")) { gotoAndPlay (3); } else { gotoAndPlay (1); } } else if (_parent.prey == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 42 MovieClip Frame 3
function StunnedAura() { if (_parent.counter > 0) { aura._alpha = 50; } else { aura._alpha = 0; } } function AttackDamage() { if (collisionarea.hitTest(_root.squid.head)) { if ((_parent.counter > 0) && (_parent.counter != undefined)) { } else if (_root.exitLevelFlag != true) { _root.inkbar.blood.gotoAndPlay("ouch"); _root.health = _root.health - _parent.attackdamage; if (!attackstate) { attackstate = true; var _local3 = new Sound(); _local3.attachSound("Growl-Bite"); _local3.start(); } } } else { attackstate = false; } } function MapCollisionDetect() { if (CollisionDetection2.checkForCollision(collisionarea, _root.mapp.mapp)) { _parent.originalswimrotation = temprot; _parent.originalswimdirectionX = Math.sin((_parent.originalswimrotation + 90) * (Math.PI/180)) * (_parent.fishspeed * -0.5); _parent.originalswimdirectionY = Math.cos((_parent.originalswimrotation + 90) * (Math.PI/180)) * (_parent.fishspeed * -0.5); _parent._x = tempx; _parent._y = tempy; _parent.collisionstate = true; _parent.radar.k = 0; tempradarheight = _parent.radar._height; tempradarwidth = _parent.radar._width; _parent.radar._height = 0; _parent.radar._width = 0; q = 20; if ((_parent.counter > 0) && (_parent.counter != undefined)) { temprot = 90; _parent.originalswimrotation = temprot; } } else { tempx = _parent._x; tempy = _parent.__y; temprot = (_parent.food._rotation + random(30)) + 165; _parent.collisionstate = false; if ((q > 0) && (q != undefined)) { _parent.radar._height = 0; _parent.radar._width = 0; q--; } else if (q <= 0) { _parent.radar._height = tempradarheight; _parent.radar._width = tempradarwidth; } } } StunnedAura(); if (_parent.onScreen(640, 480, _parent.xoffset, _parent.yoffset)) { AttackDamage(); } MapCollisionDetect();
Symbol 42 MovieClip Frame 4
function StunnedAura() { if (_parent.counter > 0) { aura._alpha = 50; } else { aura._alpha = 0; } } function AttackDamage() { if (collisionarea.hitTest(_root.squid.head)) { if ((_parent.counter > 0) && (_parent.counter != undefined)) { } else if (_root.exitLevelFlag != true) { _root.inkbar.blood.gotoAndPlay("ouch"); _root.health = _root.health - _parent.attackdamage; if (!attackstate) { attackstate = true; var _local3 = new Sound(); _local3.attachSound("Growl-Bite"); _local3.start(); } } } else { attackstate = false; } } function MapCollisionDetect() { if (CollisionDetection2.checkForCollision(collisionarea, _root.mapp.mapp)) { _parent.originalswimrotation = temprot; _parent.originalswimdirectionX = Math.sin((_parent.originalswimrotation + 90) * (Math.PI/180)) * (_parent.fishspeed * -0.5); _parent.originalswimdirectionY = Math.cos((_parent.originalswimrotation + 90) * (Math.PI/180)) * (_parent.fishspeed * -0.5); _parent._x = tempx; _parent._y = tempy; _parent.collisionstate = true; _parent.radar.k = 0; tempradarheight = _parent.radar._height; tempradarwidth = _parent.radar._width; _parent.radar._height = 0; _parent.radar._width = 0; q = 20; if ((_parent.counter > 0) && (_parent.counter != undefined)) { temprot = 90; _parent.originalswimrotation = temprot; } } else { tempx = _parent._x; tempy = _parent.__y; temprot = (_parent.food._rotation + random(30)) + 165; _parent.collisionstate = false; if ((q > 0) && (q != undefined)) { _parent.radar._height = 0; _parent.radar._width = 0; q--; } else if (q <= 0) { _parent.radar._height = tempradarheight; _parent.radar._width = tempradarwidth; } } } if (_root.squidsizeoverall < _parent.fishsize) { gotoAndPlay (3); } else { gotoAndPlay (1); } StunnedAura(); if (_parent.onScreen(640, 480, _parent.xoffset, _parent.yoffset)) { AttackDamage(); } MapCollisionDetect(); gotoAndPlay (3);
Symbol 45 MovieClip Frame 20
gotoAndPlay (1);
Symbol 45 MovieClip Frame 22
if (_parent.radar.k > 0) { gotoAndPlay (21); } else { gotoAndPlay (1); }
Symbol 49 MovieClip [guppy] Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 49 MovieClip [guppy] Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap();
Symbol 49 MovieClip [guppy] Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap(); gotoAndPlay (3);
Symbol 49 MovieClip [guppy] Frame 5
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } CreatureNoise();
Symbol 49 MovieClip [guppy] Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 49 MovieClip [guppy] Frame 17
removeMovieClip(this); stop();
Symbol 63 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 2
function loadFinished() { clearInterval(myStartInterval); this.preloader.myBarAnim.gotoAndStop(100); this.preloader.percentage.text = "100%"; _parent.play(); } var myMinLength = 10000; var myStartTime = getTimer(); var myStartInterval; this.onEnterFrame = function () { var _local8 = _root.getBytesTotal(); var _local5 = _root.getBytesLoaded(); var _local7 = (_local5 / _local8) * 100; var _local4 = getTimer() - myStartTime; var _local6 = (_local4 / myMinLength) * 100; var _local3 = Math.min(_local6, _local7); if (_local3 < 98) { this.preloader.bar.gotoAndStop(Math.ceil(_local3)); this.preloader.percentage.text = Math.ceil(_local3) + "%"; this.preloader.myBarAnim.gotoAndStop(Math.round(_local3)); iLastBytes = _local3; } else if (_root.Branditz.pAdDone) { myStartInterval = setInterval(this, "loadFinished", 2000); this.onEnterFrame = undefined; } else if (_local4 > 30000) { _root.Branditz.pAdDone = true; } }; stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 2
stop();
Symbol 76 MovieClip Frame 1
this.onRollOver = function () { gotoAndStop (2); }; this.onRollOut = function () { gotoAndStop (1); }; this.onRelease = function () { _root.doAffiliates(); }; stop();
Symbol 76 MovieClip Frame 2
stop();
Symbol 84 MovieClip [Preloader] Frame 1
_root.Branditz.activateElement("intro", this);
Symbol 84 MovieClip [Preloader] Frame 2
function getPromoPaths(thisPromo) { var _local5 = _root.Branditz.pDomain + "/branditz/promo/"; if (_root.Stattooz.pGameType == 1) { _local5 = "http://skins.branditz.com/promo/"; } var _local3 = new LoadVars(); var _local4 = new LoadVars(); _local4.pController = this; _local4.pHolder = thisPromo; _local4.onLoad = function (success) { _root.myFeedback.text = _root.myFeedback.text + ((" SUCCESS = " + success) + newline); if (success) { trace("my promo file location internal = " + this.promourl); this.pController.attachPromotion(this.promourl, this.pHolder); } else { trace("my error finding promo file location internal"); _root.Branditz.pAdDone = true; pController.gotoAndStop("show"); } }; _local3.version = _root.Stattooz.pVersion; _local3.url = _root._url; _local3.gamename = _root.Stattooz.pGameName; _local3.gametype = _root.Stattooz.pGameType; _local3.sendAndLoad(_local5, _local4, "POST"); } function attachPromotion(thisFile, thisHolder) { var _local3 = new Object(); _local3.X = thisHolder._x; _local3.Y = thisHolder._y; _local3.pController = this; _local3.onLoadInit = function (target_mc) { target_mc.myX = this.X; target_mc.myY = this.Y; target_mc.gotoAndStop("show"); }; _local3.onLoadError = function (target_mc, errorCode, httpStatus) { trace(">> loadListener.onLoadError()"); trace(">> =========================="); trace(">> errorCode: " + errorCode); trace(">> httpStatus: " + httpStatus); _root.Branditz.pAdDone = true; this.pController.gotoAndStop("show"); }; var _local4 = new MovieClipLoader(); _local4.addListener(_local3); _local4.loadClip(thisFile, thisHolder); } _root.Branditz.pSkipIntro = true; _root.Branditz.pLinkWindow = (_root.Branditz.pHosted ? "_self" : "_blank"); myCanvas._alpha = 100; myCanvas._width = Stage.width; myCanvas._height = Stage.height; _root.Affiliateid = _level0.affiliateId; ((((_root.Affiliateid == undefined) || (_root.Affiliateid == null)) || (_root.Affiliateid == "")) ? ((_root.Affiliateid = "9ffc8f4")) : null); _root.AffiliateProgram = _level0.aProgram; ((((_root.AffiliateProgram == undefined) || (_root.AffiliateProgram == null)) || (_root.AffiliateProgram == "")) ? ((_root.AffiliateProgram = "fizzy")) : null); _root.MoreGamesLink = _level0.aLink; ((((_root.MoreGamesLink == undefined) || (_root.MoreGamesLink == null)) || (_root.MoreGamesLink == "")) ? ((_root.MoreGamesLink = "http://www.fizzy.com?a_aid=" + _root.Affiliateid)) : (_root.MoreGamesLink)); _root.BuyGameLink = (_root.Branditz.pHosted ? ((_root.Branditz.pDomain + "games/") + _root.Branditz.pGameName) : ("http://www.fizzy.com/games/" + _root.Branditz.pGameName)); _root.doMoreGames = function () { if (!_root.MoreGamesClicked) { _root.MoreGamesClicked = true; _root.Stattooz.reportEvent("moregames"); } _root.getURL(_root.MoreGamesLink, _root.Branditz.pLinkWindow); }; _root.doBuyGame = function () { _root.Stattooz.reportEvent("moregames"); _root.getURL(_root.BuyGameLink, _root.Branditz.pLinkWindow); }; _root.doAffiliates = function () { _root.Stattooz.reportEvent("moregames"); var _local2 = "http://www.fizzy.com/affiliates?a_aid=" + _root.Affiliateid; _root.getURL(_local2, _root.Branditz.pLinkWindow); }; stop();
Instance of Symbol 68 MovieClip in Symbol 84 MovieClip [Preloader] Frame 2
on (release) { _root.doMoreGames(); }
Instance of Symbol 73 MovieClip "myPromotionHolder" in Symbol 84 MovieClip [Preloader] Frame 2
on (rollOver) { _parent.myPromotionTile.gotoAndStop(2); } on (rollOut) { _parent.myPromotionTile.gotoAndStop(1); } on (release) { _root.doMoreGames(); }
Instance of Symbol 76 MovieClip in Symbol 84 MovieClip [Preloader] Frame 2
onClipEvent (load) { if (_root.AffiliateProgram != "fizzy") { this._visible = false; } }
Symbol 84 MovieClip [Preloader] Frame 27
stop(); _root.checkPirate();
Symbol 1065 MovieClip [__Packages.Trig] Frame 0
class Trig { function Trig () { } static function findAngle(xTarget, yTarget, xOrigin, yOrigin) { xTarget = xTarget - xOrigin; yTarget = yTarget - yOrigin; var _local2 = Math.sqrt((xTarget * xTarget) + (yTarget * yTarget)); _local2 = Math.round(_local2); var _local1 = Math.asin(yTarget / _local2) + (Math.PI/2); _local1 = Math.round(_local1 * 57.2957795130823); if (xTarget < 0) { _local1 = _local1 * -1; } return(_local1); } static function findDistance(xTarget, yTarget, xOrigin, yOrigin) { xTarget = xTarget - xOrigin; yTarget = yTarget - yOrigin; var _local1 = Math.sqrt((xTarget * xTarget) + (yTarget * yTarget)); _local1 = Math.round(_local1); return(_local1); } static function toStart(distance, thisframe, frames) { if (thisframe > frames) { thisframe = frames; } var _local3 = (thisframe / frames) * distance; var _local1 = Math.sqrt((distance * distance) - (_local3 * _local3)); _local1 = distance - _local1; return(_local1); } static function toStop(distance, thisframe, frames) { if (thisframe > frames) { thisframe = frames; } var _local1 = (1 - (thisframe / frames)) * distance; var _local4 = Math.sqrt((distance * distance) - (_local1 * _local1)); return(_local4); } static function decelerate(distance, thisframe, frames) { if (thisframe > frames) { thisframe = frames; } var _local1 = (thisframe / frames) * 90; _local1 = _local1 * (Math.PI/180); var _local4 = Math.sin(_local1) * distance; return(_local4); } static function accelerate(distance, thisframe, frames) { if (thisframe > frames) { thisframe = frames; } var _local1 = (thisframe / frames) * 90; _local1 = _local1 * (Math.PI/180); var _local4 = (1 - Math.cos(_local1)) * distance; return(_local4); } static function bounceOnce(distance, thisframe, frames) { if (thisframe > frames) { thisframe = frames; } var _local1 = Math.sin((thisframe * Math.PI) / frames); _local1 = Math.sqrt(Math.pow(_local1, 2)); _local1 = _local1 * distance; return(_local1); } static function dropAndBounce(distance, thisframe, frames, bounces, kinetic) { var _local3 = new Array(); var _local2 = 0; if (kinetic == undefined) { kinetic = 1.2; } if (bounces == undefined) { bounces = 5; } if (thisframe > frames) { thisframe = frames; } _local3[_local2] = Math.pow(kinetic, bounces) / 2; _local2++; var _local1 = bounces - 1; while (_local1 > 0) { _local3[_local2] = Math.pow(kinetic, _local1); _local2++; _local1--; } var _local7 = 0; _local1 = 0; while (_local1 < bounces) { _local7 = _local7 + _local3[_local1]; _local1++; } _local1 = 0; while (_local1 < bounces) { _local3[_local1] = (_local3[_local1] / _local7) * frames; _local1++; } _local2 = 0; var _local4 = 0; var _local8 = thisframe; var _local6 = parseInt(_local3[_local2]); do { _local6 = _local6 - 1; _local8--; if (_local2 == 0) { _local4 = _local4 + 0.5; } else { _local4++; } if (_local6 <= 0) { _local2++; _local6 = parseInt(_local3[_local2]); _local4 = 0; } } while (_local8 >= 0); if (_local2 > 0) { if (_local2 > bounces) { distance = 0; } else { distance = distance / Math.pow(kinetic, _local2 + _local2); } } if (_local2 == 0) { _local4 = _local4 + (_local3[_local2] / 2); if (_local3[_local2] == undefined) { _local3[_local2] = 0; } var _local11 = bounceOnce(distance, _local4, _local3[_local2]); } else { if (_local3[_local2] == undefined) { _local3[_local2] = 0; } var _local11 = bounceOnce(distance, _local4, _local3[_local2]); } if (isNaN(_local11)) { var _local11 = 0; } return(_local11); } }
Symbol 1066 MovieClip [__Packages.CollisionDetection2] Frame 0
class CollisionDetection2 { function CollisionDetection2 () { } static function checkForCollision(p_clip1, p_clip2, p_alphaTolerance) { if (p_alphaTolerance == undefined) { p_alphaTolerance = 255; } var _local7 = p_clip1.getBounds(_root); var _local6 = p_clip2.getBounds(_root); if (((_local7.xMax < _local6.xMin) || (_local6.xMax < _local7.xMin)) || ((_local7.yMax < _local6.yMin) || (_local6.yMax < _local7.yMin))) { return(null); } var _local4 = {}; _local4.xMin = Math.max(_local7.xMin, _local6.xMin); _local4.xMax = Math.min(_local7.xMax, _local6.xMax); _local4.yMin = Math.max(_local7.yMin, _local6.yMin); _local4.yMax = Math.min(_local7.yMax, _local6.yMax); var _local9 = new flash.display.BitmapData(_local4.xMax - _local4.xMin, _local4.yMax - _local4.yMin, false); var _local5 = p_clip1.transform.matrix; var _local2 = p_clip1._parent; while (_local2 != _root) { _local5.concat(_local2.transform.matrix); _local2 = _local2._parent; } _local5.tx = _local5.tx - _local4.xMin; _local5.ty = _local5.ty - _local4.yMin; _local9.draw(p_clip1, _local5, new flash.geom.ColorTransform(1, 1, 1, 1, 255, -255, -255, p_alphaTolerance)); _local5 = p_clip2.transform.matrix; var _local3 = p_clip2._parent; while (_local3 != _root) { _local5.concat(_local3.transform.matrix); _local3 = _local3._parent; } _local5.tx = _local5.tx - _local4.xMin; _local5.ty = _local5.ty - _local4.yMin; _local9.draw(p_clip2, _local5, new flash.geom.ColorTransform(1, 1, 1, 1, 255, 255, 255, p_alphaTolerance), "difference"); var _local8 = _local9.getColorBoundsRect(4294967295, 4278255615); _local9.dispose(); if (_local8.width == 0) { return(null); } _local8.x = _local8.x + _local4.xMin; _local8.y = _local8.y + _local4.yMin; return(_local8); } }
Symbol 1067 MovieClip [__Packages.branditz] Frame 0
class branditz { var pPreLoadCount, pVersion, pGameName, pGameType, pGameWidth, pGameHeight, pStartFunction, pLoadedList, pLoaded, pLoadWhenCached, pCacheKiller, pBreak, pBreakID, pDomain, pRequestAddress, pElements, pPreLoadingHolder, pPreloadComments, pSkinPath; function branditz (thisGameName, thisGameType, thisGameWidth, thisGameHeight, thisStartFunction) { function itemHandler1(obj, item) { getURL (("http://www.fizzy.com/games/" + _root.Stattooz.pGameName) + "/play"); } trace("INSTANCE CREATED - BRANDITZ"); _root.mySandbox.text = "Sandbox = " + System.security.sandboxType; pPreLoadCount = 0; pVersion = 2; pGameName = thisGameName; pGameType = thisGameType; pGameWidth = thisGameWidth; pGameHeight = thisGameHeight; pStartFunction = thisStartFunction; System.security.allowDomain("*"); pLoadedList = []; pLoaded = false; pLoadWhenCached = false; pCacheKiller = ""; pBreak = false; pBreakID = setInterval(this, "serverTimer", 20000); pDomain = getDomain(_root._url); createLoadComments(); if (Number(thisGameType) == 1) { pRequestAddress = "http://skins.branditz.com"; } else if (pDomain != "default") { pRequestAddress = pDomain + "branditz/"; } else { pRequestAddress = "http://skins.branditz.com"; } if (_root._url.slice(0, 4) != "file") { pCacheKiller = "?cache=" + Math.random(); } var _local3 = new ContextMenu(); _local3.hideBuiltInItems(); if (Number(thisGameType) == 1) { var _local4 = new ContextMenuItem("Play the full version of this game!", itemHandler1); _local3.customItems.push(_local4); } _root.menu = _local3; getRemotePaths(); } function getRemotePaths() { trace("GET REMOTE PATHS"); var _local3 = new LoadVars(); var _local5 = new LoadVars(); _local5.pController = this; var _local6 = pRequestAddress; _root.myFeedback.text = _root.myFeedback.text + (("OPENING: " + pRequestAddress) + newline); _local5.onLoad = function (success) { _root.myFeedback.text = _root.myFeedback.text + ((" SUCCESS = " + success) + newline); if (success) { trace("RETURN PROPS: "); for (var _local3 in this) { trace((("REURN PROPERTY " + _local3) + " = ") + this[_local3]); } this.pController.pSkinPath = this.skinurl; this.pController.pElements = this.elements.split(","); this.pController.pHosted = Boolean(Number(this.hosted)); this.pController.pBuy = Boolean(Number(this.buy)); _root.myFeedback.text = _root.myFeedback.text + ((" LOADED " + this) + newline); this.pController.pStartFunction(this.pController.pSkinPath, this.pController.pDomain); if (((this.pController.pSkinPath == undefined) || (this.pController.pSkinPath == "noskin")) || (this.pController.pElements.length < 1)) { _root.skin_loading_text.removeTextField(); _root.gotoAndStop("preloader"); } else { this.pController.preloadElements(); } } else { _root.myFeedback.text = _root.myFeedback.text + " ERROR - \r"; this.pController.pStartFunction(this.pController.pSkinPath, this.pController.pDomain); _root.pStattooz.reportEvent("patherror"); _root.skin_loading_text.removeTextField(); _root.gotoAndStop("preloader"); } }; trace("REQUEST LOCATION = " + pRequestAddress); _local3.version = pVersion; _local3.url = _root._url; _local3.gamename = pGameName; _local3.gametype = pGameType; trace("PROPS SENT :"); for (var _local4 in _local3) { trace((("DATA TO SEND " + _local4) + " = ") + _local3[_local4]); } _local3.sendAndLoad(_local6, _local5, "POST"); } function preloadElements() { if ((pElements.length > 0) && (!pBreak)) { var _local3 = (pPreLoadingHolder = _root.createEmptyMovieClip("myBrandingLoader", _root.getNextHighestDepth())); _local3._xscale = 1; _local3._yscale = 1; _local3._x = -1000; _local3._y = -1000; _local3._alpha = 0; preloadNext(pPreLoadingHolder); } else { trace((("I AM NOT PRELOADING! - Elements = " + pElements.length) + ". pBreak = ") + pBreak); _root.skin_loading_text.removeTextField(); _root.gotoAndStop("preloader"); } } function preloadElement(thisElement, thisContainer) { trace("LOAD ELEMENT - " + thisElement); _root.skin_loading_text.text = pPreloadComments[pPreLoadCount]; var _local5 = thisContainer.createEmptyMovieClip(thisElement + "Holder", thisContainer.getNextHighestDepth()); var _local3 = new Object(); _local3.myController = this; _local3.myElement = thisElement; _local3.myContainer = thisContainer; _local3.onLoadProgress = function (target, bytesLoaded, bytesTotal) { _root.myLoadingText.text = "LOADING:" + thisElement; }; _local3.onLoadInit = function (thisClip) { trace("BRANDING ELEMENT PRELOADED: " + thisClip); this.myController.addToLoaded(this.myElement); this.myController.preloadNext(this.myContainer); }; _local3.onLoadError = function (thisClip) { trace("PRELOAD ERROR - " + this.myElement); this.myController.preloadNext(this.myContainer); }; var _local4 = new MovieClipLoader(); _local4.addListener(_local3); var _local6 = (pSkinPath + thisElement) + ".swf"; _local4.loadClip(_local6, _local5); pPreLoadCount++; } function preloadNext(thisContainer) { if ((pElements.length > 0) && (!pBreak)) { var _local3 = pElements.splice(0, 1)[0]; preloadElement(_local3, pPreLoadingHolder); } else { _root.skin_loading_text.removeTextField(); pPreLoadingHolder.removeMovieClip(); pLoaded = true; _root.gotoAndStop("preloader"); } } function reportHttpStatus(thisStatusNumber) { var _local1; if (thisStatusNumber < 100) { _local1 = "flashError"; } else if (thisStatusNumber < 200) { _local1 = "informational"; } else if (thisStatusNumber < 300) { _local1 = "successful"; } else if (thisStatusNumber < 400) { _local1 = "redirection"; } else if (thisStatusNumber < 500) { _local1 = "clientError"; } else if (thisStatusNumber < 600) { _local1 = "serverError"; } else if (thisStatusNumber == undefined) { _local1 = "File Not found"; } return(_local1); } function addToLoaded(thisElement) { pLoadedList.push(thisElement); } function serverTimer() { trace("TIMER FINISHED"); if (!pLoaded) { trace("NOT LOADED"); pBreak = true; } clearInterval(pBreak); } function createLoadComments() { var _local5 = 25; var _local4 = _root.createTextField("skin_loading_text", _root.getNextHighestDepth(), 0, (pGameHeight / 2) - (_local5 / 2), pGameWidth, _local5); _local4.selectable = false; var _local3 = new TextFormat(); _local3.font = "Arial"; _local3.size = 18; _local3.color = 16737843 /* 0xFF6633 */; _local3.align = "center"; _local4.setNewTextFormat(_local3); _local4.text = "preparing fizzy game..."; pPreloadComments = new Array(); pPreloadComments.push("Harnessing the gas"); pPreloadComments.push("Inflating the bubbles"); pPreloadComments.push("Adding the juice"); pPreloadComments.push("Starting the mixer"); pPreloadComments.push("Shaking, not stirring"); pPreloadComments.push("Getting ready to serve..."); } function activateElement(thisElement, thisHolder, thisForce) { if (isInArray(thisElement, pLoadedList) || (thisForce)) { var _local3 = new Object(); _local3.myController = this; _local3.myElement = thisElement; _local3.X = thisHolder._x; _local3.Y = thisHolder._y; _local3.onLoadInit = function (thisClip) { _root.myFeedback.text = "Load success - " + this.myElement; thisClip.myX = this.X; thisClip.myY = this.Y; thisClip.gotoAndStop("show"); }; var _local5 = new MovieClipLoader(); _local5.addListener(_local3); trace((((thisElement + " PATH = ") + pSkinPath) + thisElement) + ".swf"); _local5.loadClip(((pSkinPath + thisElement) + ".swf") + pCacheKiller, thisHolder); } } function isInArray(thisItem, thisArray) { var _local2 = false; for (var _local3 in thisArray) { if (thisArray[_local3] == thisItem) { _local2 = true; break; } } return(_local2); } function getDomain(thisUrl) { var _local2; var _local3 = thisUrl.split(":")[0]; switch (_local3) { case "http" : case "https" : var _local1 = thisUrl.split("/"); _local2 = ((((_local1[0] + "/") + _local1[1]) + "/") + _local1[2]) + "/"; break; default : _local2 = "default"; } return(_local2); } }
Symbol 1068 MovieClip [__Packages.expressinstall] Frame 0
class expressinstall { var needsUpdate, updater, hold; function expressinstall () { needsUpdate = ((_root.MMplayerType == undefined) ? false : true); } function init() { if (needsUpdate) { loadUpdater(); return(true); } return(false); } function loadUpdater() { System.security.allowDomain("fpdownload.macromedia.com"); updater = _root.createEmptyMovieClip("expressInstallHolder", 10000000); var _self = this; updater.installStatus = _self.onInstallStatus; hold = updater.createEmptyMovieClip("hold", 1); updater.onEnterFrame = function () { if (typeof(this.hold.startUpdate) == "function") { _self.initUpdater(); this.onEnterFrame = null; } }; var _local3 = Math.random(); hold.loadMovie("http://fpdownload.macromedia.com/pub/flashplayer/update/current/swf/autoUpdater.swf?" + _local3); } function initUpdater() { hold.redirectURL = _root.MMredirectURL; hold.MMplayerType = _root.MMplayerType; hold.MMdoctitle = _root.MMdoctitle; hold.startUpdate(); } function onInstallStatus(msg) { if (msg == "Download.Complete") { } else if (msg == "Download.Cancelled") { getURL ("javascript:alert('This content requires a more recent version of the Macromedia Flash Player.')"); } else if (msg == "Download.Failed") { getURL ("javascript:alert('There was an error downloading the Flash Player update. Please try again later, or visit macromedia.com to download the latest version of the Flash plugin.')"); } } }
Symbol 1069 MovieClip [__Packages.stattooz] Frame 0
class stattooz { var pGameName, pDeveloper, pGenre, pGameType, pGameSkin, pThreshold, pDomain, pAllowedDomains, pPlayer, pGameUrl, pStatsPath; function stattooz (thisGameName, thisDeveloper, thisGenre, thisGameType, thisGameSkin, thisPlayer, thisThreshold, thisDomain) { trace("INSTANCE CREATED - STATTOOZ"); pGameName = thisGameName; pDeveloper = thisDeveloper; pGenre = thisGenre; pGameType = thisGameType; pGameSkin = thisGameSkin; pThreshold = thisThreshold; pDomain = thisDomain; pAllowedDomains = getAllowedDomains(); if (pGameSkin == undefined) { pGameSkin = "noskin"; } pPlayer = thisPlayer; if ((thisPlayer != "activate") && (thisPlayer != "nopirate")) { pPlayer = System.capabilities.playerType; } pGameUrl = _root._url; pStatsPath = "http://log.stattooz.com"; } function getAllowedDomains() { var _local1 = new Array(); _local1.push("http://developer.fizzy.jonathan.3rdsense.local/"); _local1.push("http://developer.fizzy.steve.3rdsense.local/"); _local1.push("http://developer.fizzy.3rdsense.local/"); _local1.push("http://developer.fizzy.deej.3rdsense.local/"); _local1.push("http://developers.fizzy.com/"); _local1.push("http://www.fizzy.com/"); _local1.push("http://www.3rdsense.com/"); _local1.push("http://admin.3rdsense.com/"); _local1.push("http://fizzy.deej.3rdsense.local/"); _local1.push("http://fizzy.steve.3rdsense.local/"); _local1.push("http://fizzy.jonathan.3rdsense.local/"); _local1.push("http://fizzy.3rdsense.local/"); _local1.push("http://fizzy.gamedev.3rdsense.local/"); _local1.push("http://localhost/"); return(_local1); } function isDomainAllowed() { trace("MY DOMAIN = " + _url); var _local3 = false; for (var _local4 in pAllowedDomains) { var _local2 = pAllowedDomains[_local4]; if (_url.indexOf(_local2, 0) == 0) { _local3 = true; } } trace("DOMAIN ALLOWED = " + _local3); return(_local3); } function reportEvent(thisEventName) { if (pPlayer != "External") { var _local2 = getEventId(thisEventName); sendStat(_local2); } } function sendStat(thisEventID) { var _local3 = new LoadVars(); var _local4 = new LoadVars(); _local4.pEvent = thisEventID; _local4.pController = this; _local4.onLoad = function (success) { var _local3; if (success) { if (this.done == "true") { _local3 = (("SUCCESS - Stat Reporting - Event: " + this.pEvent) + " Done = ") + this.done; } else { _local3 = (("ERROR - Stat Reporting - Event: " + this.pEvent) + " Done = ") + this.done; } } else { _local3 = (("ERROR - Stat Reporting - Event: " + this.pEvent) + " Log file not located: ") + this.pStatsPath; } _root.myFeedback.text = _root.myFeedback.text + (_local3 + newline); }; _local3.skin = pGameSkin; _local3.gamename = pGameName; _local3.genre = pGenre; _local3.developer = pDeveloper; _local3.url = pGameUrl; _local3.event = thisEventID; _local3.type = pGameType; _local3.sendAndLoad(pStatsPath, _local4, "POST"); } function getEventId(thisEventName) { var _local1; if (!isNaN(Number(thisEventName))) { _local1 = thisEventName; } else { switch (thisEventName) { case "load" : _local1 = 1; break; case "play" : _local1 = 2; break; case "endpass" : _local1 = 3; break; case "endfail" : _local1 = 4; break; case "submit" : _local1 = 5; break; case "moregames" : _local1 = 6; break; case "creditsview" : _local1 = 7; break; case "creditsthrough" : _local1 = 8; break; case "pirate" : _local1 = 9; break; case "patherror" : _local1 = 10; break; case "skinerror" : _local1 = 11; break; default : _local1 = 0; } } return(_local1); } }
Symbol 90 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 1
this.onRollOver = function () { gotoAndStop (2); }; this.onRollOut = function () { gotoAndStop (1); }; stop();
Symbol 100 MovieClip Frame 2
stop();
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 2
stop();
Symbol 108 MovieClip Frame 1
this.onRollOver = function () { gotoAndStop (2); }; this.onRollOut = function () { gotoAndStop (1); }; stop();
Symbol 108 MovieClip Frame 2
stop();
Symbol 110 MovieClip Frame 1
_root.Branditz.activateElement("pirate", this); stop();
Instance of Symbol 100 MovieClip in Symbol 110 MovieClip Frame 1
on (release) { _root.doMoreGames(); }
Instance of Symbol 101 MovieClip in Symbol 110 MovieClip Frame 1
on (rollOver) { gotoAndStop (2); } on (rollOut) { gotoAndStop (1); } on (release) { _root.doMoreGames(); }
Instance of Symbol 108 MovieClip in Symbol 110 MovieClip Frame 1
on (release) { _root.doMoreGames(); }
Symbol 117 MovieClip Frame 1
i = random(_parent._width); this._x = i;
Symbol 117 MovieClip Frame 2
j = random(20); if (j == 10) { play(); } else { gotoAndPlay (1); }
Symbol 117 MovieClip Frame 321
removeMovieClip(this); stop();
Symbol 118 MovieClip Frame 1
this.onEnterFrame = function () { i = random(4); if (j == undefined) { j = 0; } else { j++; } if (i == 1) { container = bubble.duplicateMovieClip(bubble + j, this.getNextHighestDepth()); container._x = container._x + random(640); } };
Symbol 123 MovieClip Frame 1
if (_root.wateroverlay) { play(); } else { stop(); }
Symbol 123 MovieClip Frame 41
if (_root.wateroverlay) { gotoAndPlay ("wateroverlay"); } else { gotoAndStop (1); }
Symbol 128 MovieClip Frame 1
this.onRollOver = function () { gotoAndStop (2); }; this.onRollOut = function () { gotoAndStop (1); }; stop();
Symbol 128 MovieClip Frame 2
stop();
Symbol 130 MovieClip Frame 1
_root.Branditz.activateElement("moregames", this); if (_root.Branditz.pBuy) { this.myButtonText.text = "BUY THIS GAME"; }
Instance of Symbol 128 MovieClip in Symbol 130 MovieClip Frame 1
on (rollOver) { gotoAndStop (1); } on (release) { if (!this.clicked) { if (_root.Branditz.pBuy) { _root.doMoreGames(); } else { _root.doBuyGame(); } this.clicked = true; } } on (rollOut) { gotoAndPlay (2); }
Symbol 133 MovieClip Frame 141
stop();
Symbol 140 MovieClip Frame 2
_root.play();
Symbol 140 MovieClip Frame 350
gotoAndPlay (250);
Symbol 140 MovieClip Frame 351
this.onEnterFrame = function () { _parent.manta._alpha = _parent.manta._alpha - 1; _parent.turtle._alpha = _parent.turtle._alpha - 1; _parent.seahorse._alpha = _parent.seahorse._alpha - 1; _parent.shark._alpha = _parent.shark._alpha - 1; };
Symbol 140 MovieClip Frame 451
this.onEnterFrame = null; _parent.play();
Symbol 150 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 150 MovieClip Frame 41
gotoAndPlay (2);
Symbol 150 MovieClip Frame 60
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 153 MovieClip Frame 1
this._rotation = (_parent._parent._parent.food._rotation - _parent._parent._parent.temprot) * -1;
Symbol 153 MovieClip Frame 2
this._rotation = (_parent._parent._parent.food._rotation - _parent._parent._parent.temprot) * -1;
Symbol 158 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 158 MovieClip Frame 41
gotoAndPlay (2);
Symbol 158 MovieClip Frame 60
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 20
stop();
Symbol 166 MovieClip Frame 24
gotoAndPlay (20);
Symbol 167 MovieClip Frame 1
if (!counter) { counter = 1; totalframes = random(20) + 20; newwidth = random(94); oldwidth = 94; } this.onEnterFrame = function () { if (counter == totalframes) { counter = 1; oldwidth = newwidth; newwidth = random(94); totalframes = random(20) + 20; } thelight._width = Trig.bounceOnce(newwidth, counter, totalframes); counter++; };
Symbol 168 MovieClip Frame 24
gotoAndPlay (20);
Symbol 171 Button
on (release) { currentlevel = 1; squidsizeoverall = 1; titlemovie.gotoAndPlay("fadeaway"); action = "startgame"; _root.Stattooz.reportEvent("play"); nextFrame(); } on (rollOver) { turtle.play(); turtle.turtle.play(); } on (rollOut) { turtle.stop(); turtle.turtle.stop(); }
Symbol 174 MovieClip Frame 1
stop();
Symbol 174 MovieClip Frame 20
stop();
Symbol 175 Button
on (release) { titlemovie.gotoAndPlay("fadeaway"); action = "startgame"; _root.Stattooz.reportEvent("play"); nextFrame(); } on (rollOver) { manta.play(); manta.manta.play(); } on (rollOut) { manta.stop(); manta.manta.stop(); }
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 20
stop();
Symbol 179 Button
on (release) { titlemovie.gotoAndPlay("fadeaway"); action = "howtoplay"; nextFrame(); } on (rollOver) { shark.play(); shark.shark.play(); } on (rollOut) { shark.stop(); shark.shark.stop(); }
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 20
stop();
Symbol 183 Button
on (release) { titlemovie.gotoAndPlay("fadeaway"); action = "aquarium"; nextFrame(); } on (rollOver) { seahorse.play(); seahorse.seahorse.play(); } on (rollOut) { seahorse.stop(); seahorse.seahorse.stop(); }
Symbol 203 MovieClip Frame 1
Symbol 203 MovieClip Frame 80
gotoAndPlay (2);
Symbol 203 MovieClip Frame 101
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 231 Button
on (release) { gotoAndPlay ("exithowtoplay"); }
Symbol 235 MovieClip Frame 31
_parent.play(); stop();
Symbol 238 MovieClip Frame 10
stop();
Symbol 239 Button
on (rollOver) { gotoAndStop ("healthtracker"); }
Symbol 240 Button
on (rollOver) { gotoAndStop ("maptimer"); }
Symbol 241 Button
on (rollOver) { gotoAndStop ("poweruptimer"); }
Symbol 242 Button
on (rollOver) { gotoAndStop ("inkicon"); }
Symbol 243 Button
on (rollOver) { gotoAndStop ("scoretracker"); }
Symbol 244 Button
on (rollOver) { gotoAndStop ("evolution"); }
Symbol 245 Button
on (rollOver) { gotoAndStop ("powerupicon"); }
Symbol 246 Button
on (rollOver) { gotoAndStop ("yourcharacter"); }
Symbol 247 Button
on (rollOver) { gotoAndStop ("frenemies"); }
Symbol 248 Button
on (rollOver) { gotoAndStop ("exit"); }
Symbol 319 MovieClip Frame 31
stopAllSounds(); _parent.gotoAndPlay("mainmenu"); stop();
Symbol 330 MovieClip Frame 2
i = random(300); if (i == 50) { gotoAndPlay ("headtiltup"); } if (i == 60) { gotoAndPlay ("headtiltdown"); } gotoAndPlay (1);
Symbol 330 MovieClip Frame 100
gotoAndPlay (1);
Symbol 334 MovieClip Frame 2
stop();
Symbol 334 MovieClip Frame 160
gotoAndPlay (1);
Symbol 335 MovieClip Frame 1
this.onEnterFrame = function () { if ((!counter) || (counter == 80)) { counter = 1; i = random(5) - 2.5; } this._rotation = Trig.bounceOnce(i, counter, 80); counter++; };
Symbol 336 MovieClip Frame 31
_parent.play(); stop();
Symbol 340 Button
on (press) { gotoAndStop ("angelfish"); }
Symbol 341 Button
on (press) { gotoAndStop ("carp"); }
Symbol 342 Button
on (press) { gotoAndStop ("clownfish"); }
Symbol 343 Button
on (press) { gotoAndStop ("guppy"); }
Symbol 344 Button
on (press) { gotoAndStop ("manta"); }
Symbol 345 Button
on (press) { gotoAndStop ("marlin"); }
Symbol 346 Button
on (press) { gotoAndStop ("pufferfish"); }
Symbol 347 Button
on (press) { gotoAndStop ("seahorse"); }
Symbol 348 Button
on (press) { gotoAndStop ("shark"); }
Symbol 349 Button
on (press) { gotoAndStop ("snapper"); }
Symbol 350 Button
on (press) { gotoAndStop ("turtle"); }
Symbol 351 Button
on (press) { gotoAndStop ("spermwhale"); }
Symbol 352 Button
on (press) { gotoAndStop ("orca"); }
Symbol 366 Button
on (release) { gotoAndPlay ("exitaquarium"); }
Symbol 376 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 376 MovieClip Frame 40
gotoAndPlay (2);
Symbol 376 MovieClip Frame 60
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 377 MovieClip Frame 193
stop(); stop(); stop();
Symbol 389 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 389 MovieClip Frame 21
gotoAndPlay (2);
Symbol 389 MovieClip Frame 25
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 400 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 400 MovieClip Frame 21
gotoAndPlay (2);
Symbol 400 MovieClip Frame 23
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 401 MovieClip Frame 193
stop(); stop(); stop(); stop();
Symbol 426 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 426 MovieClip Frame 21
gotoAndPlay (2);
Symbol 426 MovieClip Frame 25
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 427 MovieClip Frame 192
stop(); stop(); stop(); stop(); stop(); stop();
Symbol 428 MovieClip Frame 192
stop(); stop(); stop(); stop(); stop(); stop(); stop();
Symbol 430 MovieClip Frame 395
stop();
Symbol 437 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 437 MovieClip Frame 41
gotoAndPlay (2);
Symbol 437 MovieClip Frame 60
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 439 MovieClip Frame 198
stop();
Symbol 441 MovieClip Frame 280
stop();
Symbol 453 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 453 MovieClip Frame 21
gotoAndPlay (2);
Symbol 453 MovieClip Frame 30
stop();
Symbol 453 MovieClip Frame 40
gotoAndPlay (2);
Symbol 454 MovieClip Frame 103
puffer.gotoAndPlay("panic");
Symbol 454 MovieClip Frame 189
puffer.gotoAndPlay("panic3");
Symbol 454 MovieClip Frame 260
stop();
Symbol 457 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 457 MovieClip Frame 21
gotoAndPlay (2);
Symbol 457 MovieClip Frame 30
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 458 MovieClip Frame 193
stop(); stop(); stop(); stop(); stop();
Symbol 460 MovieClip Frame 199
stop();
Symbol 472 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 472 MovieClip Frame 21
gotoAndPlay (2);
Symbol 472 MovieClip Frame 25
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 473 MovieClip Frame 193
stop(); stop(); stop(); stop(); stop(); stop();
Symbol 475 MovieClip Frame 304
stop();
Symbol 485 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 490 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 495 MovieClip Frame 1
Symbol 495 MovieClip Frame 80
gotoAndPlay (2);
Symbol 495 MovieClip Frame 101
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic"); } else { gotoAndPlay (2); }
Symbol 496 MovieClip Frame 470
stop();
Symbol 508 MovieClip Frame 1
this._y = random(2000) - 1300; this.onEnterFrame = function () { this._x = this._x - 4; if (this._x < -2000) { this._x = 2000; this._y = random(2000) - 1300; this._alpha = random(15) + 10; } };
Symbol 511 MovieClip Frame 21
removeMovieClip(this); stop();
Symbol 577 MovieClip Frame 36
stop();
Symbol 579 MovieClip Frame 1
inksize = (50 * (_root.squidsizeoverall / 6)) * 2; if (inksize > 100) { inksize = 100; } this._width = inksize; this._height = inksize;
Symbol 579 MovieClip Frame 2
if (_root.shootink && (_root.inklevel > _root.inkloss)) { gotoAndPlay ("startInk"); } else { gotoAndPlay (1); }
Symbol 579 MovieClip Frame 3
this._x = (_root.waterdepth._x * -1) + 320; this._y = (_root.waterdepth._y * -1) + 240; this._rotation = _root.squid._rotation; if (_root.inklevel <= _root.inkloss) { _root.inklevel = 0; } else { _root.inklevel = _root.inklevel - _root.inkloss; }
Symbol 579 MovieClip Frame 38
gotoAndPlay (1);
Symbol 584 MovieClip Frame 1
i = 0; j = random(_root.squidsizeoverall * 50) - ((_root.squidsizeoverall * 50) * 0.5); k = random(_root.squidsizeoverall * 25); this._alpha = random(100); this.onEnterFrame = function () { this._y = -Trig.bounceOnce(k, i, 20); this._x = (j / 20) * i; i++; if (i == 20) { this._alpha = 0; removeMovieClip(this); this.onEnterFrame = null; } };
Symbol 586 MovieClip Frame 1
if (!splashdown) { gotoAndStop (22); }
Symbol 586 MovieClip Frame 3
i = 1; while (i < 50) { container = waterparticle.duplicateMovieClip("particle" + i, this.getNextHighestDepth()); i++; }
Symbol 586 MovieClip Frame 22
splashdown = true; stop();
Symbol 587 MovieClip Frame 1
i = 0; j = random(_root.squidsizeoverall * 50) - ((_root.squidsizeoverall * 50) * 0.5); k = random(_root.squidsizeoverall * 5); this._alpha = random(25); this.onEnterFrame = function () { this._y = -Trig.bounceOnce(k, i, 20); this._x = (j / 20) * i; i++; if (i == 20) { this._alpha = 0; removeMovieClip(this); this.onEnterFrame = null; } };
Symbol 589 MovieClip Frame 1
if (!splashdown) { gotoAndStop (22); }
Symbol 589 MovieClip Frame 3
i = 1; while (i < 50) { container = waterparticle.duplicateMovieClip("particle" + i, this.getNextHighestDepth()); i++; }
Symbol 589 MovieClip Frame 22
splashdown = true; stop();
Symbol 590 MovieClip Frame 1
this.onEnterFrame = function () { this._x = _root.leftX; this._y = _root.topY; WaterDynamicMask._x = 0; WaterDynamicMask._y = 0; WaterDynamicMask._width = _root.rightX - _root.leftX; WaterDynamicMask._height = _root.bottomY - _root.topY; i = random(2); if ((i == 1) && (_root.bubblewater)) { duplicateMovieClip (bubble, bubble + j, this.getNextHighestDepth()); if (j == undefined) { j = 0; } else { j++; } } if ((k == undefined) || (k == 0)) { k = 5; } if ((k == 5) && (_root.mousebuttondown == true)) { container = tester.duplicateMovieClip("bubbletrail", this.getNextHighestDepth()); container._x = (_root.waterdepth._x * -1) + 320; container._y = (_root.waterdepth._y * -1) + 240; container._rotation = _root.squid._rotation; if (_root.speedcoefficient) { container._alpha = _root.speedcoefficient * 15; } k--; } else { k--; } surface._x = (this._x - 320) * -1; surface2._x = (this._x - 320) * -1; sky._x = (this._x - 320) * -1; if (this._y < 240) { sky._y = surface._height; surface2._height = 0; watergradientbg._alpha = 100; sky.gotoAndStop(2); if (abovewater) { abovewater = false; splashanimation2.play(); splashanimation2._x = (this._x - 320) * -1; } } else { sky._y = (this._y - 240) * -1; surface2._height = (this._y - 240) * 1.5; sky.gotoAndStop(1); if (!abovewater) { abovewater = true; splashanimation.play(); splashanimation._x = (this._x - 320) * -1; } watergradientbg._alpha = ((400 - surface2._height) / 400) * 100; } if (this._y > 0) { surface._height = (140 * (240 - this._y)) / 240; } else { surface._height = 140; } }; stop();
Symbol 593 MovieClip Frame 1
this.onEnterFrame = function () { tail._rotation = _root.rot1 - _root.rot2; };
Symbol 594 MovieClip Frame 1
this.onEnterFrame = function () { tail._rotation = _root.rot2 - _root.rot3; };
Symbol 595 MovieClip Frame 1
this.onEnterFrame = function () { tail._rotation = _root.rot3 - _root.rot4; };
Symbol 600 MovieClip Frame 1
stop();
Symbol 601 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 601 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 606 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 2
if (_parent._parent.mousebuttondown == true) { play(); } else { gotoAndPlay (1); }
Symbol 607 MovieClip Frame 3
_root.speedcoefficient = (_root.initialspeed * _root.squidsizeoverall) - ((_root.squidsizeoverall * _root.squidsizeoverall) / 12); i = _root.thrust;
Symbol 607 MovieClip Frame 10
_root.speedcoefficient = _root.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 11
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 12
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 13
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 14
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 15
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 16
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 17
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 18
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 19
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 20
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 25
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 29
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 33
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 37
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 41
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 45
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 49
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 52
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 56
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 58
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 607 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 607 MovieClip Frame 62
gotoAndPlay ("dead");
Symbol 610 MovieClip Frame 16
stop();
Symbol 611 MovieClip Frame 2
this.onEnterFrame = null; counter = 100; stop();
Symbol 611 MovieClip Frame 3
this.onEnterFrame = function () { if (_root.squidsizeoverall < 2) { _root.stage1flag = false; gotoAndPlay (1); } this._alpha = counter; counter--; };
Symbol 612 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 612 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 613 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 613 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 614 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 614 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 615 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 615 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 616 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 616 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 617 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 617 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 618 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 618 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 619 MovieClip Frame 2
i = random(3); if ((i == 1) && (_parent._parent.mousebuttondown == true)) { play(); } else { gotoAndPlay (1); }
Symbol 619 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 620 MovieClip Frame 2
if (_parent._parent.mousebuttondown == true) { play(); } else { gotoAndPlay (1); }
Symbol 620 MovieClip Frame 3
_parent._parent.speedcoefficient = _root.initialspeed * _root.squidsizeoverall; i = _parent._parent.thrust;
Symbol 620 MovieClip Frame 10
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 11
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 12
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 13
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 14
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 15
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 16
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 17
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 18
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 19
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 20
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient + (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 25
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 29
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 33
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 37
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 41
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 45
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 49
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 52
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 56
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 58
_parent._parent.speedcoefficient = _parent._parent.speedcoefficient - (i * (_root.initialspeed * _root.squidsizeoverall));
Symbol 620 MovieClip Frame 60
if (_parent._parent.mousebuttondown == true) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 620 MovieClip Frame 62
gotoAndPlay ("dead");
Symbol 621 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.dead) { head.gotoAndStop("dead"); } }; stop();
Symbol 625 MovieClip Frame 1
this.onEnterFrame = function () { _root.rightX = this._x + _parent._x; _root.bottomY = this._y + _parent._y; };
Symbol 626 MovieClip Frame 1
this.onEnterFrame = function () { _root.leftX = this._x + _parent._x; _root.topY = this._y + _parent._y; };
Symbol 633 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 1
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, 0, 0)) { if (lifetime == 0) { gotoAndStop (15); } else if (lifetime != undefined) { lifetime--; if (lifetime < 100) { this._alpha = lifetime; } } if ((j == undefined) || (j <= 0)) { j = 40; } if (j == 40) { temprot = random(360) - 180; j--; } else { j--; } swimdirectionX = Math.sin(temprot * (Math.PI/180)) * fishspeed; swimdirectionY = Math.cos(temprot * (Math.PI/180)) * fishspeed; this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; if (eatarea.hitTest(_root.squid)) { gotoAndPlay ("eaten"); } }
Symbol 634 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, 0, 0)) { if (lifetime == 0) { gotoAndStop (15); } else if (lifetime != undefined) { lifetime--; if (lifetime < 100) { this._alpha = lifetime; } } if ((j == undefined) || (j <= 0)) { j = 40; } if (j == 40) { temprot = random(360) - 180; j--; } else { j--; } swimdirectionX = Math.sin(temprot * (Math.PI/180)) * fishspeed; swimdirectionY = Math.cos(temprot * (Math.PI/180)) * fishspeed; this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; if (eatarea.hitTest(_root.squid)) { gotoAndPlay ("eaten"); } } gotoAndPlay (1);
Symbol 634 MovieClip Frame 4
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 634 MovieClip Frame 15
removeMovieClip(this); stop();
Symbol 642 MovieClip Frame 1
stop();
Symbol 643 MovieClip Frame 1
function onScreen(stageWidth, stageHeight) { if ((((((this._x + _parent._x) + _root.mapp._x) > 0) && (((this._x + _parent._x) + _root.mapp._x) < stageWidth)) && (((this._y + _parent._y) + _root.mapp._y) > 0)) && (((this._y + _parent._y) + _root.mapp._y) < stageHeight)) { return(true); } return(null); } function BombHang() { if (onScreen(640, 480)) { if (this.hitTest(_root.squid)) { if (!dropbomb) { var _local3 = new Sound(); _local3.attachSound("PanicSound"); _local3.start(); } dropbomb = true; vine._alpha = 0; this._rotation = 0; g = 0; pod.play(); } } } function BombDrop() { if (dropbomb) { this._y = this._y + 2; if (CollisionDetection2.checkForCollision(pod, _root.mapp.mapp)) { i = 0; while (i < 20) { _parent.spawncreature("plankton", _parent.h, this._x, this._y + 20); _parent.container.lifetime = 400; _parent.h++; i++; } var _local4 = new Sound(); _local4.attachSound("PodBreakOpen"); _local4.start(); _parent.plankton1.gotoAndStop(15); gotoAndStop (3); } } } BombHang(); BombDrop();
Symbol 643 MovieClip Frame 2
function onScreen(stageWidth, stageHeight) { if ((((((this._x + _parent._x) + _root.mapp._x) > 0) && (((this._x + _parent._x) + _root.mapp._x) < stageWidth)) && (((this._y + _parent._y) + _root.mapp._y) > 0)) && (((this._y + _parent._y) + _root.mapp._y) < stageHeight)) { return(true); } return(null); } function BombHang() { if (onScreen(640, 480)) { if (this.hitTest(_root.squid)) { if (!dropbomb) { var _local3 = new Sound(); _local3.attachSound("PanicSound"); _local3.start(); } dropbomb = true; vine._alpha = 0; this._rotation = 0; g = 0; pod.play(); } } } function BombDrop() { if (dropbomb) { this._y = this._y + 2; if (CollisionDetection2.checkForCollision(pod, _root.mapp.mapp)) { i = 0; while (i < 20) { _parent.spawncreature("plankton", _parent.h, this._x, this._y + 20); _parent.container.lifetime = 400; _parent.h++; i++; } var _local4 = new Sound(); _local4.attachSound("PodBreakOpen"); _local4.start(); _parent.plankton1.gotoAndStop(15); gotoAndStop (3); } } } BombHang(); BombDrop(); gotoAndPlay (1);
Symbol 643 MovieClip Frame 3
removeMovieClip(this); stop();
Symbol 648 MovieClip Frame 1
i = random(40); this._x = this._x - (i - 20);
Symbol 648 MovieClip Frame 2
j = random(10); if (j == 1) { play(); } else { gotoAndPlay (1); }
Symbol 648 MovieClip Frame 321
removeMovieClip(this); stop();
Symbol 658 MovieClip Frame 44
stop();
Symbol 659 MovieClip Frame 1
if (hitArea.hitTest(_root.squid)) { gotoAndPlay (3); } i = random(4); if (i == 1) { duplicateMovieClip (bubble, bubble + j, this.getNextHighestDepth()); if (j == undefined) { j = 0; } else { j++; } } tempcounter = random(500); if (tempcounter == 50) { var grumble = new Sound(); grumble.attachSound("BedTrapperGrumble"); grumble.start(); }
Symbol 659 MovieClip Frame 2
if (hitArea.hitTest(_root.squid)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 659 MovieClip Frame 10
if (hitArea.hitTest(_root.squid.head)) { _root.health = 0; _root.inkbar.blood.gotoAndPlay("ouch"); }
Symbol 659 MovieClip Frame 40
if (_root.dead) { stop(); }
Symbol 659 MovieClip Frame 41
gotoAndPlay (1);
Symbol 659 MovieClip Frame 42
removeMovieClip(this); stop();
Symbol 660 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 660 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 661 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 661 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap();
Symbol 661 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap(); gotoAndPlay (3);
Symbol 661 MovieClip Frame 5
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } CreatureNoise();
Symbol 661 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 661 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 662 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 662 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 663 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 663 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap();
Symbol 663 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap(); gotoAndPlay (3);
Symbol 663 MovieClip Frame 5
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } CreatureNoise();
Symbol 663 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 663 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 664 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 664 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 665 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 665 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap();
Symbol 665 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap(); gotoAndPlay (3);
Symbol 665 MovieClip Frame 5
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } CreatureNoise();
Symbol 665 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 665 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 666 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 666 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 667 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 667 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap();
Symbol 667 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap(); gotoAndPlay (3);
Symbol 667 MovieClip Frame 5
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } CreatureNoise();
Symbol 667 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 667 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 668 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 668 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 669 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 669 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap();
Symbol 669 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap(); gotoAndPlay (3);
Symbol 669 MovieClip Frame 5
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } CreatureNoise();
Symbol 669 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 669 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 670 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 670 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 671 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 671 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap();
Symbol 671 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { EngineRoom(); RadarResize(); } StayOnMap(); gotoAndPlay (3);
Symbol 671 MovieClip Frame 5
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } CreatureNoise();
Symbol 671 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 671 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 674 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 674 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 675 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 675 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else { var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); if (swim) { light._alpha = 0; food._alpha = 100; EngineRoom(); RadarResize(); } else { light._alpha = 100; food._alpha = 10; } } StayOnMap();
Symbol 675 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); } else if (swim) { light._alpha = 0; food._alpha = 100; EngineRoom(); RadarResize(); } else { light._alpha = 100; food._alpha = 10; } StayOnMap(); gotoAndPlay (3);
Symbol 675 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 25; this._height = 17; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 675 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 676 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 676 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 677 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 677 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap();
Symbol 677 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap(); gotoAndPlay (3);
Symbol 677 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 677 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 678 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 678 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 679 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 679 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap();
Symbol 679 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap(); gotoAndPlay (3);
Symbol 679 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 679 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 680 MovieClip Frame 2
i = random(200); if (i == 50) { var whalenoise = new Sound(); whalenoise.attachSound("WhaleAmbient" + (random(3) + 1)); whalenoise.start(); } if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 680 MovieClip Frame 4
i = random(200); if (i == 50) { var whalenoise = new Sound(); whalenoise.attachSound("WhaleAmbient" + (random(3) + 1)); whalenoise.start(); } if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 681 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 681 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, 400, 250)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap();
Symbol 681 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, 400, 250)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap(); gotoAndPlay (3);
Symbol 681 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 681 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 682 MovieClip Frame 2
i = random(200); if (i == 50) { var whalenoise = new Sound(); whalenoise.attachSound("WhaleAmbient" + (random(3) + 1)); whalenoise.start(); } if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 682 MovieClip Frame 4
i = random(200); if (i == 50) { var whalenoise = new Sound(); whalenoise.attachSound("WhaleAmbient" + (random(3) + 1)); whalenoise.start(); } if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 683 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 683 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, 400, 250)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap();
Symbol 683 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, 400, 250)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap(); gotoAndPlay (3);
Symbol 683 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 683 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 684 MovieClip Frame 1
if (this.hitTest(_root.squid)) { if (_parent.counter <= 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = 0; _parent.swimdirectionY = 0; if ((k == 0) || (k == undefined)) { _parent.food.food.gotoAndPlay("panic"); } k = 120; } } else if (k > 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = 0; _parent.swimdirectionY = 0; k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = _parent.originalswimrotation; _parent.eatarea._rotation = _parent.originalswimrotation; } k = 0; }
Symbol 684 MovieClip Frame 2
if (k > 0) { temp = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = temp + 90; _parent.eatarea._rotation = temp + 90; } _parent.swimdirectionX = 0; _parent.swimdirectionY = 0; k--; } else { _parent.swimdirectionX = _parent.originalswimdirectionX; _parent.swimdirectionY = _parent.originalswimdirectionY; if ((_parent.counter > 0) && (_parent.counter != undefined)) { _parent.food._rotation = _parent.food._rotation + 1; _parent.eatarea._rotation = _parent.eatarea._rotation + 1; } else { _parent.food._rotation = _parent.originalswimrotation; _parent.eatarea._rotation = _parent.originalswimrotation; } k = 0; }
Symbol 685 MovieClip Frame 1
if (_parent.counter > 0) { aura._alpha = 50; } else { aura._alpha = 0; } if (this.hitTest(_root.squid)) { if ((_parent.counter > 0) && (_parent.counter != undefined)) { } else { _root.inkbar.blood.gotoAndPlay("ouch"); _root.health = _root.health - _parent.attackdamage; } }
Symbol 685 MovieClip Frame 2
gotoAndPlay (1);
Symbol 686 MovieClip Frame 1
gotoAndPlay(random(10) + 1);
Symbol 686 MovieClip Frame 21
gotoAndPlay (2);
Symbol 686 MovieClip Frame 30
if (_parent._parent.radar.k > 0) { gotoAndPlay ("panic2"); } else { gotoAndPlay ("panic3"); }
Symbol 686 MovieClip Frame 40
gotoAndPlay (2);
Symbol 687 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 687 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); }
Symbol 688 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 688 MovieClip Frame 3
if (this.hitTest(_parent.xMark)) { this._x = this._x + 0; this._y = this._y + 0.5; food._rotation = food._rotation + 1; radarpowerup.gotoAndPlay("startloop"); counter = 600; } else if ((counter > 0) && (counter != undefined)) { radar.k = 0; eatarea.aura._alpha = 50; this._x = this._x + 0; this._y = this._y + 0.5; food._rotation = food._rotation + 1; counter--; if (eatarea.hitTest(_root.squid)) { gotoAndPlay ("eaten"); } } else { eatarea.aura._alpha = 0; counter = 0; this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.bottomY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) > _root.bottomY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize;
Symbol 688 MovieClip Frame 4
if (this.hitTest(_parent.xMark)) { this._x = this._x + 0; this._y = this._y + 0.5; food._rotation = food._rotation + 1; radarpowerup.gotoAndPlay("startloop"); counter = 600; } else if ((counter > 0) && (counter != undefined)) { radar.k = 0; eatarea.aura._alpha = 50; this._x = this._x + 0; this._y = this._y + 0.5; food._rotation = food._rotation + 1; counter--; if (eatarea.hitTest(_root.squid)) { gotoAndPlay ("eaten"); } } else { eatarea.aura._alpha = 0; counter = 0; this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.bottomY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) > _root.bottomY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } gotoAndPlay (3);
Symbol 688 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 688 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 694 MovieClip Frame 2
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if (_parent.radar.k == 0) { if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); } } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (5); } else { gotoAndPlay (7); }
Symbol 694 MovieClip Frame 4
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if (_parent.radar.k == 0) { if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); } } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (5); } else { gotoAndPlay (7); }
Symbol 694 MovieClip Frame 6
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if (_parent.radar.k == 0) { if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); } } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (5); } else { gotoAndPlay (7); }
Symbol 694 MovieClip Frame 8
if ((_parent.counter > 0) && (_parent.counter != undefined)) { gotoAndPlay (1); } else if (_parent.radar.k == 0) { if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (1); } else { gotoAndPlay (3); } } else if ((this._rotation <= 90) && (this._rotation >= -90)) { gotoAndPlay (5); } else { gotoAndPlay (7); }
Symbol 695 MovieClip Frame 2
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 695 MovieClip Frame 3
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap();
Symbol 695 MovieClip Frame 4
function CreatureNoise() { var _local1 = new Sound(); randomsound = random(2) + 1; _local1.attachSound("Bell"); _local1.start(); _local1.attachSound("Eaten" + randomsound); _local1.start(); } function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if ((((((this._x + _parent._x) + _root.mapp._x) > (-xoffset)) && (((this._x + _parent._x) + _root.mapp._x) < (stageWidth + xoffset))) && (((this._y + _parent._y) + _root.mapp._y) > (-yoffset))) && (((this._y + _parent._y) + _root.mapp._y) < (stageHeight + yoffset))) { return(true); } return(null); } function StayOnMap() { if (((this._x + _parent._x) + _root.mapp._x) < _root.leftX) { this._x = (_root.rightX - _parent._x) - _root.mapp._x; } if (((this._y + _parent._y) + _root.mapp._y) < _root.topY) { this._y = (_root.topY - _parent._y) - _root.mapp._y; } if (((this._x + _parent._x) + _root.mapp._x) > _root.rightX) { this._x = (_root.leftX - _parent._x) - _root.mapp._x; } return(true); } function RadarResize() { radar._height = 69.3 * radarsize; radar._width = 69.3 * radarsize; radarpowerup._height = 69.3 * radarsize; radarpowerup._width = 69.3 * radarsize; return(true); } function EatTest() { if (eatarea.hitTest(_root.squid) && (_root.squidsizeoverall >= fishsize)) { gotoAndPlay ("eaten"); return(true); } return(null); } function EngineRoom() { if (onScreen(640, 480, xoffset, yoffset)) { counter = 0; if (_root.exitLevelFlag != true) { this._x = this._x + swimdirectionX; this._y = this._y - swimdirectionY; } temprot = food._rotation; food._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea._rotation = Trig.findAngle(swimdirectionX, -swimdirectionY, 0, 0) + 90; eatarea.auro._alpha = 0; } else { gotoAndPlay (1); } } function Stunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } radarpowerup.gotoAndPlay("startloop"); if (!inkhitme) { var _local3 = new Sound(); _local3.attachSound("gurgle"); _local3.start(); inkhitme = true; } food.food.stop(); counter = (250 / fishsize) * _root.squidsizeoverall; _root.inkbonus = _root.inkbonus + 50; } function StillStunned() { if (collisionstate == false) { this._y = this._y + 0.5; temprot = food._rotation; food._rotation = food._rotation + 1; eatarea._rotation = eatarea._rotation + 1; } counter--; if (counter == 0) { food.food.play(); inkhitme = false; } } if (onScreen(640, 480, xoffset, yoffset)) { EatTest(); if (eatarea.hitTest(_parent.xMark)) { Stunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } } if ((counter > 0) && (counter != undefined)) { StillStunned(); var filter = (new flash.filters.BlurFilter(5, 5, 3)); food.filters = new Array(filter); } else { EngineRoom(); RadarResize(); var filter = (new flash.filters.BlurFilter(0, 0, 0)); food.filters = new Array(filter); } StayOnMap(); gotoAndPlay (3);
Symbol 695 MovieClip Frame 6
scoredisplay.score = "+" + score; _root.score = _root.score + score; _root.preybonus = _root.preybonus + score; _root.health = _root.health + fishsize; if (_root.health > 100) { _root.health = 100; } this._width = 51; this._height = 23; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood;
Symbol 695 MovieClip Frame 17
removeMovieClip(this); stop();
Symbol 698 MovieClip Frame 1
stop();
Symbol 698 MovieClip Frame 40
stop();
Symbol 707 MovieClip Frame 2
if (_root.abovewater) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 707 MovieClip Frame 4
if (_root.abovewater) { gotoAndPlay (3); } else { gotoAndPlay (1); }
Symbol 707 MovieClip Frame 40
_root.endGame.play();
Symbol 707 MovieClip Frame 81
_root.onEnterFrame = null; _parent._parent.onEnterFrame = null; _parent._parent._y = _parent._parent._y + 8; _parent._parent.smoke._alpha = _parent._parent.smoke._alpha - 1; _root.endGameShip = true; gotoAndPlay (80);
Symbol 709 MovieClip Frame 4
if (_root.abovewater) { gotoAndPlay (5); } else { gotoAndPlay (3); }
Symbol 709 MovieClip Frame 7
if (_root.abovewater) { gotoAndPlay (6); } else { gotoAndPlay (3); }
Symbol 711 MovieClip Frame 1
this.onEnterFrame = function () { if ((this.hitTest(_root.squid2) && (counter <= 0)) && (_root.dead != true)) { _parent.damageoverlay.gotoAndPlay(1); hitdamage = (_root.squidsizeoverall / 5) * _root.speedcoefficient; _parent.shiphealth = _parent.shiphealth - hitdamage; hitpoint = (((_parent._x + _parent._parent._x) + _root.mapp._x) - 320) * -0.8; hitrotation = (((_root.squidsizeoverall / 10) * _root.speedcoefficient) * ((_root.squidsizeoverall / 10) * _root.speedcoefficient)) * (hitpoint / 20); if (hitrotation > 20) { hitrotation = 20; } if (hitrotation < -20) { hitrotation = -20; } var _local4 = new Sound(); _local4.attachSound("SmallExplosion" + (random(3) + 1)); _local4.start(); _parent.explosion._x = hitpoint - 50; if ((hitdamage > _root.squidsizeoverall) || (_parent.shiphealth < 50)) { _parent.explosion.gotoAndPlay("startexplosion"); } counter = 60; shakecounter = 20; shake = "left"; shakedistance = hitdamage * 2; if (shakedistance > 10) { shakedistance = 10; } i = 1; } else { if ((shakecounter > 0) && (shakecounter != undefined)) { shakecounter--; if (shake == "left") { shake = "right"; _parent._x = _parent._x + shakedistance; } else { shake = "left"; _parent._x = _parent._x - shakedistance; shakedistance--; } } if (counter > 0) { _parent.boat.boat.boat1._rotation = Trig.bounceOnce(hitrotation, 60 - counter, 60) * -1; _parent.boat.boat.boat2._rotation = Trig.bounceOnce(hitrotation, 60 - counter, 60) * -1; _parent.boat.boat.boat1._y = 58.6 - Trig.bounceOnce(hitdamage * 2, 60 - counter, 60); _parent.boat.boat.boat2._y = 58.6 - Trig.bounceOnce(hitdamage * 2, 60 - counter, 60); counter--; } else { if ((!counter) || (counter == 0)) { counter = 0; } if ((!i) || (i == 81)) { i = 1; } if ((i > 0) && (i <= 40)) { _parent.boat.boat.boat1._rotation = Trig.bounceOnce(2.5, i, 40); _parent.boat.boat.boat2._rotation = Trig.bounceOnce(2.5, i, 40); i++; } if ((i > 40) && (i <= 80)) { _parent.boat.boat.boat1._rotation = Trig.bounceOnce(-2.5, i - 40, 40); _parent.boat.boat.boat2._rotation = Trig.bounceOnce(-2.5, i - 40, 40); i++; } } } };
Symbol 714 MovieClip Frame 11
stop();
Symbol 715 MovieClip Frame 1
this.onEnterFrame = function () { if (_root.abovewater) { this.blendMode = 1; } else { this.blendMode = 13; } };
Symbol 715 MovieClip Frame 37
stop();
Symbol 716 MovieClip Frame 36
if (_parent._parent.shiphealth < 50) { gotoAndPlay ("startsmoke"); } else { stop(); }
Symbol 721 MovieClip Frame 1
this.onEnterFrame = function () { if (this.hitTest(_root.squid.head) && (_parent.harpoondanger)) { _root.health = _root.health - 30; _root.inkbar.blood.gotoAndPlay("ouch"); } };
Symbol 729 MovieClip Frame 1
stop();
Symbol 729 MovieClip Frame 2
this._alpha = 100; harpoondanger = true;
Symbol 729 MovieClip Frame 10
harpoondanger = false; this.onEnterFrame = function () { this._rotation = this._rotation * 0.98; };
Symbol 729 MovieClip Frame 50
this._alpha = 0; this.onEnterFrame = null;
Symbol 730 MovieClip Frame 1
this.onEnterFrame = function () { if (this.hitTest(_root.squid2) && (_root.dead != true)) { if ((counter <= 0) || (counter == undefined)) { temprot = Trig.findAngle((_parent._x + _parent._parent._x) + _parent._parent._parent._x, (_parent._y + _parent._parent._y) + _parent._parent._parent._y, _root.squid._x, _root.squid._y); if (!temprot) { temprot = 0; } harpoon._rotation = temprot; harpoon.play(); counter = 100 + random(50); } else { counter--; } } else { if (!counter) { counter = 0; } counter--; } };
Symbol 735 MovieClip Frame 1
this.onEnterFrame = function () { healthbar._width = 100 - _parent.shiphealth; };
Symbol 736 MovieClip Frame 1
this.onEnterFrame = function () { if (!shiphealth) { shiphealth = 100; } if ((shiphealth < 50) && (shiphealth > 0)) { smoke._alpha = 100; } else { smoke._alpha = 0; } if (shiphealth <= 0) { radar.onEnterFrame = null; boathitarea.onEnterFrame = null; radar.stop(); boathitarea.stop(); if (!shipsinking) { boat.boat.gotoAndPlay("startSink"); explosion.gotoAndPlay("startexplosion"); shipsinking = true; } healthbar._alpha = 0; } if (_root.abovewater) { this._y = ((_root.topY - _parent._y) - _root.mapp._y) + (30 - (_root.waterdepth._y / 8)); } else { this._y = ((_root.topY - _parent._y) - _root.mapp._y) + (30 - (_root.waterdepth._y / 8)); } randomiser = random(1000); if (randomiser == 50) { var _local4 = new Sound(); _local4.attachSound("BoatHorn"); _local4.start(); } };
Symbol 737 MovieClip Frame 1
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } this.onEnterFrame = function () { if (_root.shootink && (_root.inklevel >= _root.inkloss)) { xMark.gotoAndPlay(2); xMark._width = (5 * (_root.squidsizeoverall / 6)) * 8; xMark._height = (5 * (_root.squidsizeoverall / 6)) * 8; xMark._x = (320 - this._x) - _parent._x; xMark._y = (240 - this._y) - _parent._y; xMark._rotation = _root.squid._rotation; } marlin.gotoAndStop(15); whale.gotoAndStop(15); shark.gotoAndStop(15); fish.gotoAndStop(15); angelfish.gotoAndStop(15); manta.gotoAndStop(15); seahorse.gotoAndStop(15); carp.gotoAndStop(15); snapper.gotoAndStop(15); clownfish.gotoAndStop(15); plankton1.gotoAndStop(15); anglerfish.gotoAndStop(15); pufferfish.gotoAndStop(15); turtle.gotoAndStop(15); orca.gotoAndStop(15); planktonbomb.gotoAndStop(3); bedtrapper.gotoAndStop(42); }; stop();
Symbol 737 MovieClip Frame 2
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map1world(); stop();
Symbol 737 MovieClip Frame 3
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map2world(); stop();
Symbol 737 MovieClip Frame 4
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map3world(); stop();
Symbol 737 MovieClip Frame 5
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map4world(); stop();
Symbol 737 MovieClip Frame 6
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map5world(); stop();
Symbol 737 MovieClip Frame 7
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map6world(); stop();
Symbol 737 MovieClip Frame 8
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map7world(); stop();
Symbol 737 MovieClip Frame 9
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map8world(); stop();
Symbol 737 MovieClip Frame 10
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map9world(); stop();
Symbol 737 MovieClip Frame 11
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map10world(); stop();
Symbol 737 MovieClip Frame 12
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map11world(); stop();
Symbol 737 MovieClip Frame 13
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map12world(); stop();
Symbol 737 MovieClip Frame 14
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map13world(); stop();
Symbol 737 MovieClip Frame 15
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map14world(); stop();
Symbol 737 MovieClip Frame 16
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map15world(); stop();
Symbol 737 MovieClip Frame 17
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map16world(); stop();
Symbol 737 MovieClip Frame 18
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } h = 0; map17world(); stop();
Symbol 741 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 741 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 741 MovieClip Frame 4
_root.inklevel = 100; _root.score = _root.score + 500; _root.powerupbonus = _root.powerupbonus + 100;
Symbol 741 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 745 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 745 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 745 MovieClip Frame 4
_root.hypermode = 1200; _root.score = _root.score + 500; _root.powerupbonus = _root.powerupbonus + 100;
Symbol 745 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 748 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 748 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 748 MovieClip Frame 4
_root.health = _root.health + 25; if (_root.health > 100) { _root.health = 100; } _root.powerupbonus = _root.powerupbonus + 100;
Symbol 748 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 752 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 752 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 752 MovieClip Frame 4
_root.radarmode = 1200; _root.score = _root.score + 500; _root.powerupbonus = _root.powerupbonus + 100;
Symbol 752 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 755 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 755 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 755 MovieClip Frame 4
fishfood = 0.5; _root.score = _root.score + 1000; if (_root.squidsizeoverall <= 6) { _root.squid._height = (_root.squid._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid._width = (_root.squid._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._height = (_root.squid2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.squid2._width = (_root.squid2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._height = (_root.tail1._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail1._width = (_root.tail1._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._height = (_root.tail2._height / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); _root.tail2._width = (_root.tail2._width / _root.squidsizeoverall) * (_root.squidsizeoverall + fishfood); } else { _root.squidsizeoverall = 6; } _root.squidsizeoverall = _root.squidsizeoverall + fishfood; _root.powerupbonus = _root.powerupbonus + 100;
Symbol 755 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 758 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 758 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 758 MovieClip Frame 4
_root.visionmode = 1200; _root.score = _root.score + 225; _root.powerupbonus = _root.powerupbonus + 100;
Symbol 758 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 762 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 762 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 762 MovieClip Frame 4
_root.score = _root.score + 50; _root.powerupbonus = _root.powerupbonus + 100;
Symbol 762 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 765 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 765 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 765 MovieClip Frame 4
_root.score = _root.score + 100; _root.powerupbonus = _root.powerupbonus + 100;
Symbol 765 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 768 MovieClip Frame 2
function onScreen(stageWidth, stageHeight, xoffset, yoffset) { if (xoffset == undefined) { xoffset = 0; } if (yoffset == undefined) { yoffset = 0; } if (((((this._x + _parent._x) > (-xoffset)) && ((this._x + _parent._x) < (stageWidth + xoffset))) && ((this._y + _parent._y) > (-yoffset))) && ((this._y + _parent._y) < (stageHeight + yoffset))) { return(true); } return(null); } if (onScreen(640, 480, 20, 20)) { gotoAndStop (3); } else { this.onEnterFrame = null; gotoAndPlay (1); }
Symbol 768 MovieClip Frame 3
this.onEnterFrame = function () { if (this.hitTest(_root.squid)) { play(); } if (!onScreen(640, 480, 20, 20)) { gotoAndPlay (1); } }; stop();
Symbol 768 MovieClip Frame 4
_root.score = _root.score + 500; _root.powerupbonus = _root.powerupbonus + 100;
Symbol 768 MovieClip Frame 23
this.onEnterFrame = null; stop();
Symbol 781 MovieClip Frame 1
if (clam.hitTest(_root.squid)) { _root.exitLevelFlag = true; _root.onEnterFrame = null; this.stop(); } _root.clamX = this._x + _root.mapp._x; _root.clamY = this._y + _root.mapp._y;
Symbol 781 MovieClip Frame 2
if (clam.hitTest(_root.squid)) { _root.exitLevelFlag = true; _root.onEnterFrame = null; this.stop(); }
Symbol 789 MovieClip Frame 1
_root.rocklevel = false;
Symbol 790 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 793 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 796 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 799 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 802 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 805 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 810 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 817 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 820 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 831 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket); maskee2.cacheAsBitmap = true; masket2.cacheAsBitmap = true; maskee2.setMask(masket2);
Symbol 836 MovieClip Frame 1
_root.rocklevel = false;
Symbol 837 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 843 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 846 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 849 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 852 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 861 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket); maskee2.cacheAsBitmap = true; masket2.cacheAsBitmap = true; maskee2.setMask(masket2);
Symbol 868 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket); maskee2.cacheAsBitmap = true; masket2.cacheAsBitmap = true; maskee2.setMask(masket2);
Symbol 871 MovieClip Frame 1
maskee.cacheAsBitmap = true; masket.cacheAsBitmap = true; maskee.setMask(masket);
Symbol 872 MovieClip Frame 1
_root.abovetime = _root.HUDmaptimer;
Symbol 872 MovieClip Frame 2
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 3
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 4
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 5
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 6
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 7
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 8
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 9
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 10
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 11
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 12
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 13
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 14
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 15
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 16
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 17
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 18
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 19
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 20
_root.abovetime = _root.HUDmaptimer; stop();
Symbol 872 MovieClip Frame 40
_root.maptimer = 999; _root.abovetime = _root.HUDmaptimer; stop();
Symbol 877 MovieClip Frame 1
this.onEnterFrame = function () { overall = _parent.squidsizeoverall; if ((overall >= 0) && (overall < 2)) { tunnelvision._width = 797.6; tunnelvision._height = 580; } if ((overall >= 2) && (overall < 3)) { tunnelvision._width = 1276.16; tunnelvision._height = 928; } if ((overall >= 3) && (overall < 4)) { tunnelvision._width = 1595.2; tunnelvision._height = 1160; } if ((overall >= 4) && (overall < 5)) { tunnelvision._width = 1914.24; tunnelvision._height = 1392; } if (overall >= 5) { tunnelvision._alpha = 0; } };
Symbol 880 MovieClip Frame 1
this._rotation = Trig.findAngle(_root.clamX, _root.clamY, this._x, this._y);
Symbol 880 MovieClip Frame 2
this._rotation = Trig.findAngle(_root.clamX, _root.clamY, this._x, this._y);
Symbol 890 Button
on (release) { play(); }
Symbol 909 MovieClip Frame 14
if (_root.exitLevelFlag == true) { _root.onEnterFrame = null; play(); } else { gotoAndPlay (13); }
Symbol 909 MovieClip Frame 15
_root.onEnterFrame = null; maptime = _root.HUDmaptimer * 40; if (maptime < 0) { maptime = 0; } maptimedisplay = ("(" + _root.HUDmaptimer) + " x 40pts)"; squidsizebonus = Math.round((_root.squidsizeoverall - _root.squidsizebonus) * 5000); squidsizeincrease = String(("(+" + Math.round(((_root.squidsizeoverall / _root.squidsizebonus) - 1) * 100)) + "%)"); _root.squidsizebonus = _root.squidsizeoverall; preybonus = _root.preybonus; powerupbonus = _root.powerupbonus; inkbonus = _root.inkbonus; totalbonus = ((maptime + preybonus) + powerupbonus) + inkbonus; _root.preybonus = 0; _root.maptime = 0; _root.HUDmaptimer = ""; _root.inkbonus = 0; _root.powerupbonus = 0;
Symbol 909 MovieClip Frame 27
_root.inklevel = 100; _root.hypermode = 0; _root.radarmode = 0; _root.visionmode = 0; _root.squid._rotation = 0; _root.squid2._rotation = 0; _root.tail1._rotation = 0; _root.tail2._rotation = 0; _root.currentlevel++; _root.nextFrame(); stop();
Symbol 909 MovieClip Frame 28
this.onEnterFrame = function () { if (totalbonus >= 300) { _root.score = _root.score + 300; totalbonus = totalbonus - 300; my_sound.start(); } else { _root.score = _root.score - totalbonus; totalbonus = 0; this.play(); } }; var my_sound = new Sound(); my_sound.attachSound("Ping Pong Paddle 03"); stop();
Symbol 909 MovieClip Frame 29
this.onEnterFrame = null;
Symbol 909 MovieClip Frame 39
stopAllSounds(); var my_sound = new Sound(); my_sound.attachSound("Dun6A"); my_sound.start(); _root.gotoAndPlay("gonow");
Symbol 914 MovieClip Frame 1
function HUDCalculations() { if (_root.dead) { health = 0; deadblood.play(); } else { health = int(_root.health); } lives = _root.lives; inklevel._width = _parent.inklevel * 2; if (_parent.inklevel < 100) { _parent.inklevel = _parent.inklevel + _parent.inkrecovery; } overall = _root.squidsizeoverall; score = _root.score; if (_parent.inklevel < _parent.inkloss) { inkicon._alpha = 30; inkborder._alpha = 30; temp = false; } else { inkicon._alpha = 100; inkborder._alpha = 100; if (temp == false) { inkborder.play(); inkicon.play(); temp = true; } } if (_root.blood) { blood.gotoAndPlay("ouch"); } temptimer = maptimer; maptimer = _root.HUDmaptimer; if (maptimer < 30) { _root.maparrow._alpha = 50; } else { _root.maparrow._alpha = 0; } if ((maptimer < 11) && (temptimer != maptimer)) { var _local3 = new Sound(); _local3.attachSound("Ping Pong Paddle 03"); _local3.start(); } if (maptimer != "") { timeranimation._alpha = 20; } else { timeranimation._alpha = 0; } } function Evolution() { overall = _parent.overall; if ((overall >= 1) && (overall < 2)) { stage1i = overall - 1; _root.tail1._alpha = 0; _root.tail2._alpha = 0; _root.inkrecovery = 0; } else { stage1i = 1; _root.tail1._alpha = 50; _root.tail2._alpha = 50; _root.inkrecovery = _root.squidsizeoverall * 0.05; } if ((overall >= 2) && (overall < 3)) { stage2i = overall - 2; } else if (overall > 3) { stage2i = 1; } else { stage2i = 0; } if ((overall >= 3) && (overall < 4)) { stage3i = overall - 3; } else if (overall > 4) { stage3i = 1; } else { stage3i = 0; } if ((overall >= 4) && (overall < 5)) { stage4i = overall - 4; } else if (overall > 5) { stage4i = 1; } else { stage4i = 0; } if ((overall >= 5) && (overall < 6)) { stage5i = overall - 5; } else if (overall > 6) { stage5i = 1; } stage1bar._height = 33 * stage1i; stage2bar._height = 48.3 * stage2i; stage3bar._height = 52 * stage3i; stage4bar._height = 59.3 * stage4i; stage5bar._height = 61.8 * stage5i; if (((stage1i == 1) && (!_root.stage1flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage1flag = true; } if (((stage2i == 1) && (!_root.stage2flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage2flag = true; } if (((stage3i == 1) && (!_root.stage3flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage3flag = true; } if (((stage4i == 1) && (!_root.stage4flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage4flag = true; } if (((stage5i == 1) && (!_root.stage5flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage5flag = true; } } function RadarHUD() { radarmode = int(_root.radarmode / 40); if (_root.radarmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { if (_root.visionmode > 0) { this._y = 84.5; } else { this._y = 54.5; } } else if (_root.visionmode > 0) { this._y = 54.5; } else { this._y = 24.5; } } function VisionmodeHUD() { visionmode = int(_root.visionmode / 40); if (_root.visionmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { this._y = 54.5; } else { this._y = 24.5; } } function HypermodeHUD() { hypermode = int(_root.hypermode / 40); this._y = 24.5; if (_root.hypermode > 40) { this._alpha = 100; } else { this._alpha = 0; } } this.onEnterFrame = function () { HypermodeHUD(); };
Symbol 917 MovieClip Frame 1
function HUDCalculations() { if (_root.dead) { health = 0; deadblood.play(); } else { health = int(_root.health); } lives = _root.lives; inklevel._width = _parent.inklevel * 2; if (_parent.inklevel < 100) { _parent.inklevel = _parent.inklevel + _parent.inkrecovery; } overall = _root.squidsizeoverall; score = _root.score; if (_parent.inklevel < _parent.inkloss) { inkicon._alpha = 30; inkborder._alpha = 30; temp = false; } else { inkicon._alpha = 100; inkborder._alpha = 100; if (temp == false) { inkborder.play(); inkicon.play(); temp = true; } } if (_root.blood) { blood.gotoAndPlay("ouch"); } temptimer = maptimer; maptimer = _root.HUDmaptimer; if (maptimer < 30) { _root.maparrow._alpha = 50; } else { _root.maparrow._alpha = 0; } if ((maptimer < 11) && (temptimer != maptimer)) { var _local3 = new Sound(); _local3.attachSound("Ping Pong Paddle 03"); _local3.start(); } if (maptimer != "") { timeranimation._alpha = 20; } else { timeranimation._alpha = 0; } } function Evolution() { overall = _parent.overall; if ((overall >= 1) && (overall < 2)) { stage1i = overall - 1; _root.tail1._alpha = 0; _root.tail2._alpha = 0; _root.inkrecovery = 0; } else { stage1i = 1; _root.tail1._alpha = 50; _root.tail2._alpha = 50; _root.inkrecovery = _root.squidsizeoverall * 0.05; } if ((overall >= 2) && (overall < 3)) { stage2i = overall - 2; } else if (overall > 3) { stage2i = 1; } else { stage2i = 0; } if ((overall >= 3) && (overall < 4)) { stage3i = overall - 3; } else if (overall > 4) { stage3i = 1; } else { stage3i = 0; } if ((overall >= 4) && (overall < 5)) { stage4i = overall - 4; } else if (overall > 5) { stage4i = 1; } else { stage4i = 0; } if ((overall >= 5) && (overall < 6)) { stage5i = overall - 5; } else if (overall > 6) { stage5i = 1; } stage1bar._height = 33 * stage1i; stage2bar._height = 48.3 * stage2i; stage3bar._height = 52 * stage3i; stage4bar._height = 59.3 * stage4i; stage5bar._height = 61.8 * stage5i; if (((stage1i == 1) && (!_root.stage1flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage1flag = true; } if (((stage2i == 1) && (!_root.stage2flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage2flag = true; } if (((stage3i == 1) && (!_root.stage3flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage3flag = true; } if (((stage4i == 1) && (!_root.stage4flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage4flag = true; } if (((stage5i == 1) && (!_root.stage5flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage5flag = true; } } function RadarHUD() { radarmode = int(_root.radarmode / 40); if (_root.radarmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { if (_root.visionmode > 0) { this._y = 84.5; } else { this._y = 54.5; } } else if (_root.visionmode > 0) { this._y = 54.5; } else { this._y = 24.5; } } function VisionmodeHUD() { visionmode = int(_root.visionmode / 40); if (_root.visionmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { this._y = 54.5; } else { this._y = 24.5; } } function HypermodeHUD() { hypermode = int(_root.hypermode / 40); this._y = 24.5; if (_root.hypermode > 40) { this._alpha = 100; } else { this._alpha = 0; } } this.onEnterFrame = function () { VisionmodeHUD(); };
Symbol 920 MovieClip Frame 1
function HUDCalculations() { if (_root.dead) { health = 0; deadblood.play(); } else { health = int(_root.health); } lives = _root.lives; inklevel._width = _parent.inklevel * 2; if (_parent.inklevel < 100) { _parent.inklevel = _parent.inklevel + _parent.inkrecovery; } overall = _root.squidsizeoverall; score = _root.score; if (_parent.inklevel < _parent.inkloss) { inkicon._alpha = 30; inkborder._alpha = 30; temp = false; } else { inkicon._alpha = 100; inkborder._alpha = 100; if (temp == false) { inkborder.play(); inkicon.play(); temp = true; } } if (_root.blood) { blood.gotoAndPlay("ouch"); } temptimer = maptimer; maptimer = _root.HUDmaptimer; if (maptimer < 30) { _root.maparrow._alpha = 50; } else { _root.maparrow._alpha = 0; } if ((maptimer < 11) && (temptimer != maptimer)) { var _local3 = new Sound(); _local3.attachSound("Ping Pong Paddle 03"); _local3.start(); } if (maptimer != "") { timeranimation._alpha = 20; } else { timeranimation._alpha = 0; } } function Evolution() { overall = _parent.overall; if ((overall >= 1) && (overall < 2)) { stage1i = overall - 1; _root.tail1._alpha = 0; _root.tail2._alpha = 0; _root.inkrecovery = 0; } else { stage1i = 1; _root.tail1._alpha = 50; _root.tail2._alpha = 50; _root.inkrecovery = _root.squidsizeoverall * 0.05; } if ((overall >= 2) && (overall < 3)) { stage2i = overall - 2; } else if (overall > 3) { stage2i = 1; } else { stage2i = 0; } if ((overall >= 3) && (overall < 4)) { stage3i = overall - 3; } else if (overall > 4) { stage3i = 1; } else { stage3i = 0; } if ((overall >= 4) && (overall < 5)) { stage4i = overall - 4; } else if (overall > 5) { stage4i = 1; } else { stage4i = 0; } if ((overall >= 5) && (overall < 6)) { stage5i = overall - 5; } else if (overall > 6) { stage5i = 1; } stage1bar._height = 33 * stage1i; stage2bar._height = 48.3 * stage2i; stage3bar._height = 52 * stage3i; stage4bar._height = 59.3 * stage4i; stage5bar._height = 61.8 * stage5i; if (((stage1i == 1) && (!_root.stage1flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage1flag = true; } if (((stage2i == 1) && (!_root.stage2flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage2flag = true; } if (((stage3i == 1) && (!_root.stage3flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage3flag = true; } if (((stage4i == 1) && (!_root.stage4flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage4flag = true; } if (((stage5i == 1) && (!_root.stage5flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage5flag = true; } } function RadarHUD() { radarmode = int(_root.radarmode / 40); if (_root.radarmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { if (_root.visionmode > 0) { this._y = 84.5; } else { this._y = 54.5; } } else if (_root.visionmode > 0) { this._y = 54.5; } else { this._y = 24.5; } } function VisionmodeHUD() { visionmode = int(_root.visionmode / 40); if (_root.visionmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { this._y = 54.5; } else { this._y = 24.5; } } function HypermodeHUD() { hypermode = int(_root.hypermode / 40); this._y = 24.5; if (_root.hypermode > 40) { this._alpha = 100; } else { this._alpha = 0; } } this.onEnterFrame = function () { RadarHUD(); };
Symbol 921 MovieClip Frame 36
stop();
Symbol 923 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 2
explosion._height = _root.squidsizeoverall * 10; explosion._width = _root.squidsizeoverall * 10;
Symbol 930 MovieClip Frame 1
stop();
Symbol 934 MovieClip Frame 1
stop();
Symbol 948 MovieClip Frame 1
function HUDCalculations() { if (_root.dead) { health = 0; deadblood.play(); } else { health = int(_root.health); } lives = _root.lives; inklevel._width = _parent.inklevel * 2; if (_parent.inklevel < 100) { _parent.inklevel = _parent.inklevel + _parent.inkrecovery; } overall = _root.squidsizeoverall; score = _root.score; if (_parent.inklevel < _parent.inkloss) { inkicon._alpha = 30; inkborder._alpha = 30; temp = false; } else { inkicon._alpha = 100; inkborder._alpha = 100; if (temp == false) { inkborder.play(); inkicon.play(); temp = true; } } if (_root.blood) { blood.gotoAndPlay("ouch"); } temptimer = maptimer; maptimer = _root.HUDmaptimer; if (maptimer < 30) { _root.maparrow._alpha = 50; } else { _root.maparrow._alpha = 0; } if ((maptimer < 11) && (temptimer != maptimer)) { var _local3 = new Sound(); _local3.attachSound("Ping Pong Paddle 03"); _local3.start(); } if (maptimer != "") { timeranimation._alpha = 20; } else { timeranimation._alpha = 0; } } function Evolution() { overall = _parent.overall; if ((overall >= 1) && (overall < 2)) { stage1i = overall - 1; _root.tail1._alpha = 0; _root.tail2._alpha = 0; _root.inkrecovery = 0; } else { stage1i = 1; _root.tail1._alpha = 50; _root.tail2._alpha = 50; _root.inkrecovery = _root.squidsizeoverall * 0.05; } if ((overall >= 2) && (overall < 3)) { stage2i = overall - 2; } else if (overall > 3) { stage2i = 1; } else { stage2i = 0; } if ((overall >= 3) && (overall < 4)) { stage3i = overall - 3; } else if (overall > 4) { stage3i = 1; } else { stage3i = 0; } if ((overall >= 4) && (overall < 5)) { stage4i = overall - 4; } else if (overall > 5) { stage4i = 1; } else { stage4i = 0; } if ((overall >= 5) && (overall < 6)) { stage5i = overall - 5; } else if (overall > 6) { stage5i = 1; } stage1bar._height = 33 * stage1i; stage2bar._height = 48.3 * stage2i; stage3bar._height = 52 * stage3i; stage4bar._height = 59.3 * stage4i; stage5bar._height = 61.8 * stage5i; if (((stage1i == 1) && (!_root.stage1flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage1flag = true; } if (((stage2i == 1) && (!_root.stage2flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage2flag = true; } if (((stage3i == 1) && (!_root.stage3flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage3flag = true; } if (((stage4i == 1) && (!_root.stage4flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage4flag = true; } if (((stage5i == 1) && (!_root.stage5flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage5flag = true; } } function RadarHUD() { radarmode = int(_root.radarmode / 40); if (_root.radarmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { if (_root.visionmode > 0) { this._y = 84.5; } else { this._y = 54.5; } } else if (_root.visionmode > 0) { this._y = 54.5; } else { this._y = 24.5; } } function VisionmodeHUD() { visionmode = int(_root.visionmode / 40); if (_root.visionmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { this._y = 54.5; } else { this._y = 24.5; } } function HypermodeHUD() { hypermode = int(_root.hypermode / 40); this._y = 24.5; if (_root.hypermode > 40) { this._alpha = 100; } else { this._alpha = 0; } } this.onEnterFrame = function () { Evolution(); };
Symbol 963 MovieClip Frame 1
this.onEnterFrame = function () { if ((!_root.mousebuttondown) && (_root.health > 0)) { play(); } else { gotoAndStop (1); } };
Symbol 963 MovieClip Frame 41
gotoAndPlay (2);
Symbol 966 MovieClip Frame 1
this.onEnterFrame = function () { mapname = _root.mapname; };
Symbol 967 MovieClip Frame 152
stop();
Symbol 970 Button
on (rollOver) { play(); }
Symbol 972 Button
on (press) { _root.mapp.fish1.spawncreature("angelfish", h, 100, 550); h++; play(); }
Symbol 973 Button
on (press) { _root.mapp.fish1.spawncreature("anglerfish", h, 100, 550); h++; play(); }
Symbol 974 Button
on (press) { _root.mapp.fish1.spawncreature("carp", h, 100, 550); h++; play(); }
Symbol 975 Button
on (press) { _root.mapp.fish1.spawncreature("clownfish", h, 100, 550); h++; play(); }
Symbol 976 Button
on (press) { _root.mapp.fish1.spawncreature("guppy", h, 100, 550); h++; play(); }
Symbol 977 Button
on (press) { _root.mapp.fish1.spawncreature("manta", h, 100, 550); h++; play(); }
Symbol 978 Button
on (press) { _root.mapp.fish1.spawncreature("marlin", h, 100, 550); h++; play(); }
Symbol 979 Button
on (press) { i = 0; while (i < 50) { _root.mapp.fish1.spawncreature("plankton", h, 100, 550); h++; i++; } play(); }
Symbol 980 Button
on (press) { _root.mapp.fish1.spawncreature("pufferfish", h, 100, 550); h++; play(); }
Symbol 981 Button
on (press) { _root.mapp.fish1.spawncreature("seahorse", h, 100, 550); h++; play(); }
Symbol 982 Button
on (press) { _root.mapp.fish1.spawncreature("shark", h, 100, 550); h++; play(); }
Symbol 983 Button
on (press) { _root.mapp.fish1.spawncreature("snapper", h, 100, 550); h++; play(); }
Symbol 984 Button
on (press) { _root.mapp.fish1.spawncreature("turtle", h, 100, 550); h++; play(); }
Symbol 985 Button
on (press) { _root.mapp.fish1.spawncreature("whale", h, 100, 550); h++; play(); }
Symbol 986 Button
on (press) { _root.mapp.fish1.spawncreature("bedtrapper", h, -62, 1300); h++; play(); }
Symbol 1002 Button
on (press) { _root.mapp.fish1.spawncreature("orca", h); h++; play(); }
Symbol 1004 MovieClip Frame 1
if (h == undefined) { h = 0; } stop();
Symbol 1004 MovieClip Frame 3
function spawncreature(fishname, designation, xpos, ypos, xdir, ydir, rot, fishspeed, fishsize, fishfood, score, radarsize, prey, attackdamage, xoffset, yoffset) { if (!designation) { designation = random(10000) + 1; } if (!xpos) { xpos = random(_root.rightX - _root.leftX) + ((_root.leftX - this._x) - _root.mapp._x); } if (!ypos) { ypos = random(_root.bottomY - _root.topY) + ((_root.topY - this._y) - _root.mapp._y); } xMark._x = 3000; switch (fishname) { case "angelfish" : container = angelfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 150; } if (!radarsize) { radarsize = 0.2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "anglerfish" : container = anglerfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = 3; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 500; } if (!radarsize) { radarsize = 0.5; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "bedtrapper" : container = bedtrapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 0.5; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "carp" : container = carp.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 250; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "clownfish" : container = clownfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "guppy" : container = fish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 1; } if (!fishsize) { fishsize = 0.6; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 50; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "manta" : container = manta.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 180; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = _root.squidsizeoverall + 2; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 500; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 1; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "marlin" : container = marlin.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -3; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 6; } if (!fishsize) { fishsize = 3; } if (!fishfood) { fishfood = 0.05; } if (!score) { score = 700; } if (!radarsize) { radarsize = 1; } if (!prey) { prey = "sometimes"; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "orca" : container = orca.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 6.01; } if (!fishfood) { fishfood = 0.08; } if (!score) { score = 1500; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 200; } if (!yoffset) { yoffset = 100; } break; case "plankton" : container = plankton1.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0.5; } if (!fishsize) { fishsize = 0.1; } if (!fishfood) { fishfood = 0.001; } if (!score) { score = 5; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "planktonbomb" : container = planktonbomb.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = 0; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 0; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0; } if (!score) { score = 0; } if (!radarsize) { radarsize = 0; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 0; } if (!yoffset) { yoffset = 0; } break; case "pufferfish" : container = pufferfish.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = 2; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 2500; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 2; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "seahorse" : container = seahorse.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 3; } if (!fishsize) { fishsize = 0.8; } if (!fishfood) { fishfood = 0.01; } if (!score) { score = 400; } if (!radarsize) { radarsize = 4; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "shark" : container = shark.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 5; } if (!fishsize) { fishsize = 5; } if (!fishfood) { fishfood = 0.04; } if (!score) { score = 900; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 4; } if (!xoffset) { xoffset = 100; } if (!yoffset) { yoffset = 100; } break; case "snapper" : container = snapper.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -2; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 4; } if (!fishsize) { fishsize = 1; } if (!fishfood) { fishfood = 0.02; } if (!score) { score = 300; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "turtle" : container = turtle.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 2; } if (!fishsize) { fishsize = 2; } if (!fishfood) { fishfood = 0.03; } if (!score) { score = 200; } if (!radarsize) { radarsize = 2; } if (!prey) { prey = false; } if (!attackdamage) { attackdamage = 0; } if (!xoffset) { xoffset = 50; } if (!yoffset) { yoffset = 50; } break; case "whale" : container = whale.duplicateMovieClip("fish" + designation, this.getNextHighestDepth()); if (!xdir) { xdir = -1.5; } if (!ydir) { ydir = 0; } if (!rot) { rot = 0; } if (!fishspeed) { fishspeed = _root.squidsizeoverall + 7; } if (!fishsize) { fishsize = 10; } if (!fishfood) { fishfood = 1; } if (!score) { score = 5000; } if (!radarsize) { radarsize = 0.85; } if (!prey) { prey = true; } if (!attackdamage) { attackdamage = 10; } if (!xoffset) { xoffset = 350; } if (yoffset) { break; } yoffset = 250; } container._x = xpos; container._y = ypos; container.originalswimdirectionX = xdir; container.originalswimdirectionY = ydir; container.originalswimrotation = rot; container.fishspeed = fishspeed; container.fishsize = fishsize; container.fishfood = fishfood; container.score = score; container.radarsize = 1; container.prey = prey; container.attackdamage = attackdamage; container.xoffset = xoffset + random(20); container.yoffset = yoffset + random(20); container._width = container._width * fishsize; container._height = container._height * fishsize; return(true); } function map1world() { _root.mapname = "Level 1: Genesis"; _quality = "LOW"; _root.maptimer = 120; _root.InitialiseGameMusic(3); var _local2 = new Sound(); _local2.attachSound("Dun6A"); _local2.start(); i = 0; while (i < 20) { spawncreature("plankton", h, 480, 900); h++; i++; } } function map2world() { _root.mapname = "Level 2: Cherry Cavern"; _root.maptimer = 180; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -293, 165); h++; spawncreature("planktonbomb", h, -420, 183); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -750, 670); h++; i++; } } function map3world() { _root.mapname = "Level 3: Plankton City"; _root.maptimer = 240; _root.InitialiseGameMusic(3); spawncreature("planktonbomb", h, -164, 388); h++; spawncreature("planktonbomb", h, -625, 1315); h++; spawncreature("planktonbomb", h, -509, 1345); h++; spawncreature("planktonbomb", h, -367, 1359); h++; i = 0; while (i < 20) { spawncreature("plankton", h, -1250, 510); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -1172, 1312); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h, -172, 1108); h++; i++; } spawncreature("anglerfish", h, -172, 1108); h++; } function map4world() { _root.mapname = "Level 4: Speed or Score"; _root.maptimer = 80; _root.InitialiseGameMusic(2); } function map5world() { _root.mapname = "Level 5: Danger Cove"; _root.maptimer = 180; _root.InitialiseGameMusic(2); spawncreature("anglerfish", h, 534, 1150); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 534, 1150); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 1278 + random(100), 341 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, 590 + random(100), 280 + random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("guppy", h, random(100), 355 + random(100), 1.5, 0, 180, 2.5, 1, 0.02, 100); h++; i++; } spawncreature("manta", h, 200, 320); h++; } function map6world() { _root.mapname = "Level 6: Trappers Lung"; _root.maptimer = 220; _root.InitialiseGameMusic(2); spawncreature("bedtrapper", h, 570, 311); h++; spawncreature("planktonbomb", h, 449, -95); h++; spawncreature("planktonbomb", h, 525, -111); h++; spawncreature("planktonbomb", h, 613, -129); h++; spawncreature("planktonbomb", h, 703, -93); h++; spawncreature("planktonbomb", h, 797, -115); h++; spawncreature("planktonbomb", h, 917, -121); h++; spawncreature("planktonbomb", h, 1021, -127); h++; spawncreature("planktonbomb", h, 1075, -33); h++; i = 0; while (i < 10) { spawncreature("guppy", h, -34 + random(200), -94 + random(100), -1.5, 0, 0, 2.5, 1, 0.02, 100); h++; i++; } i = 0; while (i < 20) { spawncreature("guppy", h); h++; i++; } } function map7world() { _root.mapname = "Level 7: Tropic Labyrinth"; _root.InitialiseGameMusic(4); _root.maptimer = 280; i = 0; while (i < 10) { spawncreature("guppy", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h); h++; i++; } i = 0; while (i < 50) { spawncreature("plankton", h); h++; i++; } } function map8world() { _root.mapname = "Level 8: Deep Trench Lines"; _root.maptimer = 160; _root.InitialiseGameMusic(4); i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } i = 0; while (i < 10) { spawncreature("clownfish", h, -414 + random(100), 377 + random(100)); h++; i++; } i = 0; while (i < 10) { spawncreature("angelfish", h, -910 + random(100), random(100), 1, 0, 180); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1942, 841); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -1342, -131); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -94, 201); h++; i++; } } function map9world() { _root.maptimer = 80; _root.mapname = "Level 9: Wraiths Hovel"; _root.InitialiseGameMusic(4); spawncreature("bedtrapper", h, -242, 939); h++; spawncreature("bedtrapper", h, -442, 939); h++; spawncreature("bedtrapper", h, -642, 915); h++; i = 0; while (i < 10) { spawncreature("plankton", h, -226, 745); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, -426, 745); h++; i++; } } function map10world() { _root.mapname = "Level 10: The Fishing Grounds"; _root.maptimer = 300; _root.InitialiseGameMusic(5); spawncreature("bedtrapper", h, -490, 1120); h++; spawncreature("marlin", h, 0, -242); h++; spawncreature("shark", h, -878, 300); h++; spawncreature("pufferfish", h, -686, 154); h++; i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } i = 0; while (i < 4) { spawncreature("turtle", h); h++; i++; } i = 0; while (i < 20) { spawncreature("seahorse", h); h++; i++; } } function map11world() { _root.mapname = "Level 11: Antartic Gateway"; _root.maptimer = 160; _root.InitialiseGameMusic(5); i = 0; while (i < 10) { spawncreature("snapper", h); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h); h++; i++; } } function map12world() { _root.maptimer = 120; _root.InitialiseGameMusic(5); _root.mapname = "Level 12: Sub-Zero Hero"; i = 0; while (i < 10) { spawncreature("snapper", h, 770 + random(800), 680 + random(200)); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 1315, 227); h++; i++; } i = 0; while (i < 10) { spawncreature("plankton", h, 121, 196); h++; i++; } i = 0; while (i < 20) { spawncreature("plankton", h); h++; i++; } } function map13world() { _root.mapname = "Level 13: Frozen Danger"; _root.maptimer = 120; _root.InitialiseGameMusic(2); spawncreature("orca", h, -1450, 314, 1.5, 0, 180, _root.squidsizeoverall + 5, 5, 0.08, 1500, 1); h++; var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map14world() { _root.mapname = "Level 14: Breach or Beach"; _root.maptimer = 90; _root.InitialiseGameMusic(4); } function map15world() { _root.maptimer = 190; _root.mapname = "Level 15: Double Trouble"; _root.InitialiseGameMusic(3); spawncreature("orca", h, 398, -318, 1.5, 0, 180, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; spawncreature("orca", h, 1078, -630, -1.5, 0, 0, _root.squidsizeoverall + 3, 5, 0.08, 1500, 1, true, 10, 500, 500); h++; i = 0; while (i < 10) { spawncreature("plankton", h, 1650, 160); h++; i++; } i = 0; while (i < 10) { spawncreature("carp", h, 1562 + random(100), 534 + random(100)); h++; i++; } var _local2 = new Sound(); u = random(3) + 1; _local2.attachSound("WhaleAmbient" + u); _local2.start(); } function map16world() { _root.InitialiseGameMusic(5); _root.mapname = "Level 16: The Ice Sentinel"; _root.maptimer = 150; spawncreature("whale", h, -1928, 1131, 1.5, 0, 180); h++; var _local2 = new Sound(); _local2.attachSound("WhaleAmbient4"); _local2.start(); } function map17world() { _root.mapname = "Final Stage: Fight and Flight"; _root.maptimer = 600; _root.InitialiseGameMusic(6); var _local2 = new Sound(); _local2.attachSound("BoatHorn"); _local2.start(); } stop();
Symbol 1012 Button
on (release) { _root.inklevel = 100; _root.hypermode = 0; _root.radarmode = 0; _root.visionmode = 0; _root.squid._rotation = 0; _root.squid2._rotation = 0; _root.tail1._rotation = 0; _root.tail2._rotation = 0; _root.dead = false; _root.health = 100; stopAllSounds(); _root.gotoAndPlay("gonow"); }
Symbol 1016 MovieClip Frame 1
if (_root.lives == 1) { gotoAndStop (2); } else { stop(); }
Symbol 1017 Button
on (release) { _root.inklevel = 100; _root.hypermode = 0; _root.radarmode = 0; _root.visionmode = 0; _root.squid._rotation = 0; _root.squid2._rotation = 0; _root.tail1._rotation = 0; _root.tail2._rotation = 0; _root.dead = false; _root.health = 100; _root.preybonus = 0; _root.maptime = 0; _root.inkbonus = 0; _root.powerupbonus = 0; _root.mapp._x = _root.initialmapX1; _root.mapp._y = _root.initialmapY1; _root.waterdepth._x = _root.initialmapX2; _root.waterdepth._y = _root.initialmapY2; _root.localcounter = 1; _root.secondarycounter = 1; _root.score = _root.mapstartscore; _root.health = _root.mapstarthealth; _root.squidsizeoverall = _root.mapstartsquidsizeoverall; _root.stage1flag = _root.mapstartstage1flag; _root.stage2flag = _root.mapstartstage2flag; _root.stage3flag = _root.mapstartstage3flag; _root.stage4flag = _root.mapstartstage4flag; _root.stage5flag = _root.mapstartstage5flag; _root.mousebuttondown = false; _root.abovewater = false; stopAllSounds(); if (_root.lives > 0) { _root.gotoAndPlay("gonow"); } else { _root.gotoAndPlay("EndGameAnimation"); } }
Symbol 1018 MovieClip Frame 1
stop();
Symbol 1018 MovieClip Frame 2
explosion._height = explosion._height * (_root.squidsizeoverall / 4); explosion._width = explosion._width * (_root.squidsizeoverall / 4); stopAllSounds(); Mouse.removeListener(someListener); _root.mousebuttondown = false;
Symbol 1018 MovieClip Frame 24
_parent.onEnterFrame = null; _root.onEnterFrame = null; _root.lives--;
Symbol 1018 MovieClip Frame 25
stop();
Symbol 1019 MovieClip Frame 1
function HUDCalculations() { if (_root.dead) { health = 0; deadblood.play(); } else { health = int(_root.health); } lives = _root.lives; inklevel._width = _parent.inklevel * 2; if (_parent.inklevel < 100) { _parent.inklevel = _parent.inklevel + _parent.inkrecovery; } overall = _root.squidsizeoverall; score = _root.score; if (_parent.inklevel < _parent.inkloss) { inkicon._alpha = 30; inkborder._alpha = 30; temp = false; } else { inkicon._alpha = 100; inkborder._alpha = 100; if (temp == false) { inkborder.play(); inkicon.play(); temp = true; } } if (_root.blood) { blood.gotoAndPlay("ouch"); } temptimer = maptimer; maptimer = _root.HUDmaptimer; if (maptimer < 30) { _root.maparrow._alpha = 50; } else { _root.maparrow._alpha = 0; } if ((maptimer < 11) && (temptimer != maptimer)) { var _local3 = new Sound(); _local3.attachSound("Ping Pong Paddle 03"); _local3.start(); } if (maptimer != "") { timeranimation._alpha = 20; } else { timeranimation._alpha = 0; } } function Evolution() { overall = _parent.overall; if ((overall >= 1) && (overall < 2)) { stage1i = overall - 1; _root.tail1._alpha = 0; _root.tail2._alpha = 0; _root.inkrecovery = 0; } else { stage1i = 1; _root.tail1._alpha = 50; _root.tail2._alpha = 50; _root.inkrecovery = _root.squidsizeoverall * 0.05; } if ((overall >= 2) && (overall < 3)) { stage2i = overall - 2; } else if (overall > 3) { stage2i = 1; } else { stage2i = 0; } if ((overall >= 3) && (overall < 4)) { stage3i = overall - 3; } else if (overall > 4) { stage3i = 1; } else { stage3i = 0; } if ((overall >= 4) && (overall < 5)) { stage4i = overall - 4; } else if (overall > 5) { stage4i = 1; } else { stage4i = 0; } if ((overall >= 5) && (overall < 6)) { stage5i = overall - 5; } else if (overall > 6) { stage5i = 1; } stage1bar._height = 33 * stage1i; stage2bar._height = 48.3 * stage2i; stage3bar._height = 52 * stage3i; stage4bar._height = 59.3 * stage4i; stage5bar._height = 61.8 * stage5i; if (((stage1i == 1) && (!_root.stage1flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage1flag = true; } if (((stage2i == 1) && (!_root.stage2flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage2flag = true; } if (((stage3i == 1) && (!_root.stage3flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage3flag = true; } if (((stage4i == 1) && (!_root.stage4flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage4flag = true; } if (((stage5i == 1) && (!_root.stage5flag)) && (_root.mousebuttondown)) { _root.squid.evolve.gotoAndPlay(3); _root.stage5flag = true; } } function RadarHUD() { radarmode = int(_root.radarmode / 40); if (_root.radarmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { if (_root.visionmode > 0) { this._y = 84.5; } else { this._y = 54.5; } } else if (_root.visionmode > 0) { this._y = 54.5; } else { this._y = 24.5; } } function VisionmodeHUD() { visionmode = int(_root.visionmode / 40); if (_root.visionmode > 0) { this._alpha = 100; } else { this._alpha = 0; } if (_root.hypermode > 40) { this._y = 54.5; } else { this._y = 24.5; } } function HypermodeHUD() { hypermode = int(_root.hypermode / 40); this._y = 24.5; if (_root.hypermode > 40) { this._alpha = 100; } else { this._alpha = 0; } } this.onEnterFrame = function () { HUDCalculations(); };
Symbol 1023 MovieClip Frame 5
if (_root.abovewater) { gotoAndPlay (6); } else { gotoAndPlay (4); }
Symbol 1023 MovieClip Frame 8
if (_root.abovewater) { gotoAndPlay (7); } else { gotoAndPlay (3); }
Symbol 1025 MovieClip Frame 1
stop();
Symbol 1025 MovieClip Frame 159
stopAllSounds(); _root.gotoAndPlay("EndGameAnimation");
Symbol 1026 MovieClip Frame 350
gotoAndPlay (250);
Symbol 1026 MovieClip Frame 351
this.onEnterFrame = function () { _parent.manta._alpha = _parent.manta._alpha - 1; _parent.turtle._alpha = _parent.turtle._alpha - 1; _parent.seahorse._alpha = _parent.seahorse._alpha - 1; _parent.shark._alpha = _parent.shark._alpha - 1; };
Symbol 1026 MovieClip Frame 451
this.onEnterFrame = null; _parent.play();
Symbol 1029 MovieClip Frame 1
if (_root.endGameShip) { play(); } else { stop(); }
Symbol 1029 MovieClip Frame 331
stop();
Symbol 1032 MovieClip Frame 1
score = _root.score;
Symbol 1034 MovieClip Frame 60
stop();
Symbol 1043 MovieClip Frame 1
this.onRollOver = function () { gotoAndStop (2); }; this.onRollOut = function () { gotoAndStop (1); }; stop();
Symbol 1043 MovieClip Frame 2
stop();
Symbol 1044 MovieClip Frame 1
stop();
Symbol 1044 MovieClip Frame 2
stop();
Symbol 1050 MovieClip Frame 1
this.onRollOver = function () { gotoAndStop (2); }; this.onRollOut = function () { gotoAndStop (1); }; stop();
Symbol 1050 MovieClip Frame 2
stop();
Symbol 1053 MovieClip Frame 1
stop();
Instance of Symbol 1050 MovieClip in Symbol 1053 MovieClip Frame 1
on (release) { _root.playAgain(); }
Instance of Symbol 1050 MovieClip in Symbol 1053 MovieClip Frame 1
on (release) { _root.doMoreGames(); }
Instance of Symbol 1050 MovieClip in Symbol 1057 MovieClip Frame 1
on (release) { _root.playAgain(); }
Instance of Symbol 1050 MovieClip in Symbol 1057 MovieClip Frame 1
on (release) { getURL ((("https://www.fizzy.com/buy/start/" + _root.Stattooz.pGameName) + "?a_aid=") + _root.Affiliateid); }
Symbol 1059 MovieClip Frame 1
stop();
Instance of Symbol 1050 MovieClip in Symbol 1059 MovieClip Frame 1
on (release) { _root.playAgain(); }
Symbol 1060 MovieClip Frame 1
_root.Branditz.activateElement("gameover", this); if (_root.score >= _root.Stattooz.pThreshold) { _root.Stattooz.reportEvent("endpass"); } else { _root.Stattooz.reportEvent("endfail"); } switch (Number(_root.Stattooz.pGameType)) { case 1 : this.gotoAndStop("promo"); break; case 2 : this.gotoAndStop("ftp"); break; case 4 : this.gotoAndStop("demo"); } stop();
Instance of Symbol 1043 MovieClip in Symbol 1060 MovieClip Frame 1
onClipEvent (load) { if (_root.AffiliateProgram != "fizzy") { this._visible = false; } } on (release) { _root.doAffiliates(); }
Instance of Symbol 1044 MovieClip in Symbol 1060 MovieClip Frame 1
on (rollOver) { gotoAndStop (2); } on (rollOut) { gotoAndStop (1); } on (release) { _root.doMoreGames(); }
Symbol 1060 MovieClip Frame 10
stop();
Symbol 1060 MovieClip Frame 20
stop();
Symbol 1061 MovieClip Frame 1
score = _root.score;
Symbol 1063 MovieClip Frame 60
stop();
Symbol 1064 MovieClip Frame 31
_parent.nextFrame(); stop();

Library Items

Symbol 1 Sound [WhaleAmbient3]
Symbol 2 Sound [WhaleAmbient1]
Symbol 3 Sound [SmallExplosion3]
Symbol 4 Sound [SmallExplosion2]
Symbol 5 Sound [SmallExplosion1]
Symbol 6 Sound [gurgle]
Symbol 7 Sound [PodBreakOpen]
Symbol 8 Sound [Ping Pong Paddle 03]
Symbol 9 Sound [PanicSound]
Symbol 10 Sound [GameMusic2]
Symbol 11 Sound [Eaten2]
Symbol 12 Sound [Eaten1]
Symbol 13 Sound [Dun6A]
Symbol 14 Sound [Breathing]Used by:158 191 203 389 437 453 495 675 677 679 681 683 686 688 695
Symbol 15 Sound [BoatHorn]
Symbol 16 Sound [Bell3]
Symbol 17 Sound [Attack]
Symbol 18 Sound [UnderwaterAmbientLoop]Used by:1023
Symbol 19 Sound [BedTrapperGrumble]Used by:659
Symbol 20 Sound [Roar]Used by:659
Symbol 21 Sound [Bell]Used by:239 240 241 242 243 244 245 246 247 248 634
Symbol 22 Sound [machina]Used by:611
Symbol 23 Sound [WhaleAmbient4]Used by:496
Symbol 24 Sound [WhaleAmbient2]Used by:441
Symbol 25 FontUsed by:26
Symbol 26 TextUses:25Used by:27
Symbol 27 MovieClipUses:26Used by:49 661 663 665 667 669 671 677 679 681 683 688 695
Symbol 28 GraphicUsed by:29 583 592 595 672 684
Symbol 29 MovieClipUses:28Used by:49 661 663 665 667 669 671 675 677 679 681 683 695
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:35 950
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:32 33Used by:35 950
Symbol 35 MovieClipUses:31 34Used by:49 661 663 665 667 669 671 675 677 679 681 683 688 695
Symbol 36 GraphicUsed by:42 685
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39
Symbol 39 MovieClipUses:38Used by:42 685
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:42
Symbol 42 MovieClipUses:36 39 41Used by:49 661 663 665 667 669 671 675 677 679 681 683 695
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:45
Symbol 45 MovieClipUses:44Used by:49 428
Symbol 46 FontUsed by:47 160 172 176 180 251 264 267 269 303 306 309 312 315 318 838 1014 1015 1030 1031
Symbol 47 EditableTextUses:46Used by:48
Symbol 48 MovieClipUses:47Used by:49 634 661 663 665 667 669 671 675 677 679 681 683 688 695
Symbol 49 MovieClip [guppy]Uses:27 29 35 42 45 48Used by:737
Symbol 50 GraphicUsed by:51 52 91 593 1035
Symbol 51 MovieClip [Square]Uses:50Used by:110 1060
Symbol 52 MovieClipUses:50Used by:53 67 73 76 83
Symbol 53 MovieClipUses:52Used by:84
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 MovieClipUses:55Used by:84
Symbol 57 GraphicUsed by:84
Symbol 58 BitmapUsed by:59
Symbol 59 GraphicUses:58Used by:82 84
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:62
Symbol 62 MovieClipUses:61Used by:63
Symbol 63 MovieClipUses:62Used by:67
Symbol 64 FontUsed by:65 66 72 96 102 103 109 129 1040 1045 1051 1052 1054 1055 1056 1058
Symbol 65 EditableTextUses:64Used by:67
Symbol 66 TextUses:64Used by:67
Symbol 67 MovieClipUses:52 63 65 66Used by:68
Symbol 68 MovieClipUses:67Used by:84
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 MovieClipUses:69 70Used by:84
Symbol 72 TextUses:64Used by:84
Symbol 73 MovieClipUses:52Used by:84
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:52 74 75Used by:84
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:84
Symbol 79 FontUsed by:80 99
Symbol 80 TextUses:79Used by:84
Symbol 81 GraphicUsed by:84
Symbol 82 MovieClipUses:59Used by:83
Symbol 83 MovieClipUses:52 82Used by:84
Symbol 84 MovieClip [Preloader]Uses:53 56 57 59 68 71 72 73 76 78 80 81 83Used by:Timeline
Symbol 1065 MovieClip [__Packages.Trig]
Symbol 1066 MovieClip [__Packages.CollisionDetection2]
Symbol 1067 MovieClip [__Packages.branditz]
Symbol 1068 MovieClip [__Packages.expressinstall]
Symbol 1069 MovieClip [__Packages.stattooz]
Symbol 85 Sound [GameMusic3]Used by:90
Symbol 86 Sound [GameMusic4]Used by:90
Symbol 87 Sound [GameMusic5]Used by:90
Symbol 88 Sound [GameMusic6]Used by:90
Symbol 89 Sound [Growl-Bite]Used by:90
Symbol 90 MovieClipUses:85 86 87 88 89Used by:Timeline
Symbol 91 MovieClipUses:50Used by:110
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:110
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:100 101 110
Symbol 96 TextUses:64Used by:100
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:100 101
Symbol 99 TextUses:79Used by:100
Symbol 100 MovieClipUses:95 96 98 99Used by:110
Symbol 101 MovieClipUses:98 95Used by:110
Symbol 102 TextUses:64Used by:110
Symbol 103 TextUses:64Used by:110
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:108
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:108
Symbol 108 MovieClipUses:105 107Used by:110
Symbol 109 TextUses:64Used by:110
Symbol 110 MovieClipUses:51 91 93 95 100 101 102 103 108 109Used by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:116
Symbol 116 MovieClipUses:115Used by:117 648
Symbol 117 MovieClipUses:116Used by:118 590
Symbol 118 MovieClipUses:117Used by:909  Timeline
Symbol 119 GraphicUsed by:123
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:122
Symbol 122 MovieClipUses:121Used by:123
Symbol 123 MovieClipUses:119 122Used by:909  Timeline
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:128
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:128
Symbol 128 MovieClipUses:125 127Used by:130
Symbol 129 EditableTextUses:64Used by:130
Symbol 130 MovieClipUses:128 129Used by:Timeline
Symbol 131 GraphicUsed by:132 205 1024
Symbol 132 MovieClipUses:131Used by:133 235 319 336 1064
Symbol 133 MovieClipUses:132Used by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:136
Symbol 136 MovieClipUses:135Used by:140 1026
Symbol 137 SoundUsed by:140 1026  Timeline
Symbol 138 SoundUsed by:140 171 1023 1026  Timeline
Symbol 139 SoundUsed by:140 909 1026  Timeline
Symbol 140 MovieClipUses:136 137 138 139Used by:909  Timeline
Symbol 141 SoundUsed by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:150
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:144Used by:150
Symbol 146 GraphicUsed by:147
Symbol 147 MovieClipUses:146Used by:150
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148Used by:150
Symbol 150 MovieClipUses:143 145 147 149Used by:151 474 668
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:158
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:158
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:158
Symbol 158 MovieClipUses:153 155 157 14Used by:159 429 676
Symbol 159 MovieClipUses:158Used by:Timeline
Symbol 160 TextUses:46Used by:161
Symbol 161 MovieClipUses:160Used by:162
Symbol 162 MovieClipUses:161Used by:171
Symbol 163 GraphicUsed by:164 171 175 179 183
Symbol 164 MovieClipUses:163Used by:165 167
Symbol 165 MovieClipUses:164Used by:166
Symbol 166 MovieClipUses:165Used by:171 175 179 183
Symbol 167 MovieClipUses:164Used by:168
Symbol 168 MovieClipUses:167Used by:171 175 179 183
Symbol 169 GraphicUsed by:171 175 179 183
Symbol 170 SoundUsed by:171 175 179 183 741 748 755
Symbol 171 ButtonUses:162 166 168 163 169 170 138Used by:Timeline
Symbol 172 TextUses:46Used by:173
Symbol 173 MovieClipUses:172Used by:174
Symbol 174 MovieClipUses:173Used by:175
Symbol 175 ButtonUses:174 166 168 163 169 170Used by:Timeline
Symbol 176 TextUses:46Used by:177
Symbol 177 MovieClipUses:176Used by:178
Symbol 178 MovieClipUses:177Used by:179
Symbol 179 ButtonUses:178 166 168 163 169 170Used by:Timeline
Symbol 180 TextUses:46Used by:181
Symbol 181 MovieClipUses:180Used by:182
Symbol 182 MovieClipUses:181Used by:183
Symbol 183 ButtonUses:182 166 168 163 169 170Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:191 693
Symbol 186 ShapeTweeningUsed by:191
Symbol 187 ShapeTweeningUsed by:191
Symbol 188 ShapeTweeningUsed by:191
Symbol 189 ShapeTweeningUsed by:191
Symbol 190 GraphicUsed by:191 693
Symbol 191 MovieClipUses:185 186 14 187 188 189 190Used by:192 459 694
Symbol 192 MovieClipUses:191Used by:Timeline
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:193Used by:203
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:203
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:203
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:203
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:203
Symbol 203 MovieClipUses:194 196 198 200 14 202Used by:204 440 680
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 MovieClipUses:131Used by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:503  Timeline
Symbol 209 GraphicUsed by:224
Symbol 210 GraphicUsed by:223
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:213
Symbol 213 MovieClipUses:212Used by:223
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:216
Symbol 216 MovieClipUses:215Used by:223
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:219
Symbol 219 MovieClipUses:218Used by:223
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:222
Symbol 222 MovieClipUses:221Used by:223
Symbol 223 MovieClipUses:210 213 216 219 222Used by:224 582
Symbol 224 MovieClipUses:209 223Used by:590  Timeline
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:227
Symbol 227 MovieClipUses:226Used by:Timeline
Symbol 228 BitmapUsed by:229 1010
Symbol 229 GraphicUses:228Used by:230 231 366
Symbol 230 MovieClipUses:229Used by:231 366
Symbol 231 ButtonUses:230 229Used by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 SoundUsed by:235 1023
Symbol 234 SoundUsed by:235
Symbol 235 MovieClipUses:132 233 234Used by:Timeline
Symbol 236 GraphicUsed by:237 238 239 240 241 242 243 244 245 246 247 248
Symbol 237 MovieClipUses:236Used by:239 240 241 242 243 244 245 246 247 248
Symbol 238 MovieClipUses:236Used by:239 240 241 242 243 244 245 246 247 248
Symbol 239 ButtonUses:237 238 236 21Used by:Timeline
Symbol 240 ButtonUses:237 238 236 21Used by:Timeline
Symbol 241 ButtonUses:237 238 236 21Used by:Timeline
Symbol 242 ButtonUses:237 238 236 21Used by:Timeline
Symbol 243 ButtonUses:237 238 236 21Used by:Timeline
Symbol 244 ButtonUses:237 238 236 21Used by:Timeline
Symbol 245 ButtonUses:237 238 236 21Used by:Timeline
Symbol 246 ButtonUses:237 238 236 21Used by:Timeline
Symbol 247 ButtonUses:237 238 236 21Used by:Timeline
Symbol 248 ButtonUses:237 238 236 21Used by:Timeline
Symbol 249 GraphicUsed by:Timeline
Symbol 250 FontUsed by:251 263 264 266 267 269 302 303 305 306 308 309 311 312 314 315 317 318 913 916 935
Symbol 251 TextUses:46 250Used by:Timeline
Symbol 252 BitmapUsed by:253
Symbol 253 GraphicUses:252Used by:912  Timeline
Symbol 254 FontUsed by:255 258 261 270 275 278 281 282 290 294 297 298
Symbol 255 TextUses:254Used by:Timeline
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:918  Timeline
Symbol 258 TextUses:254Used by:Timeline
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:915  Timeline
Symbol 261 TextUses:254Used by:Timeline
Symbol 262 GraphicUsed by:Timeline
Symbol 263 TextUses:250Used by:Timeline
Symbol 264 TextUses:46 250Used by:Timeline
Symbol 265 GraphicUsed by:Timeline
Symbol 266 TextUses:250Used by:Timeline
Symbol 267 TextUses:46 250Used by:Timeline
Symbol 268 GraphicUsed by:Timeline
Symbol 269 TextUses:46 250Used by:Timeline
Symbol 270 TextUses:254Used by:Timeline
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:739  Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:746  Timeline
Symbol 275 TextUses:254Used by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:756  Timeline
Symbol 278 TextUses:254Used by:Timeline
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:279Used by:749  Timeline
Symbol 281 TextUses:254Used by:Timeline
Symbol 282 TextUses:254Used by:Timeline
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:742  Timeline
Symbol 285 GraphicUsed by:289 293 296 300
Symbol 286 FontUsed by:287
Symbol 287 TextUses:286Used by:289
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:285 287 288Used by:753  Timeline
Symbol 290 TextUses:254Used by:Timeline
Symbol 291 FontUsed by:292 295 299 353 354 355 356 357 358 359 360 361 362 363 364 365 971 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1003
Symbol 292 TextUses:291Used by:293
Symbol 293 MovieClipUses:285 292Used by:759  Timeline
Symbol 294 TextUses:254Used by:Timeline
Symbol 295 TextUses:291Used by:296
Symbol 296 MovieClipUses:285 295Used by:763  Timeline
Symbol 297 TextUses:254Used by:Timeline
Symbol 298 TextUses:254Used by:Timeline
Symbol 299 TextUses:291Used by:300
Symbol 300 MovieClipUses:285 299Used by:766  Timeline
Symbol 301 GraphicUsed by:Timeline
Symbol 302 TextUses:250Used by:Timeline
Symbol 303 TextUses:46 250Used by:Timeline
Symbol 304 GraphicUsed by:Timeline
Symbol 305 TextUses:250Used by:Timeline
Symbol 306 TextUses:46 250Used by:Timeline
Symbol 307 GraphicUsed by:Timeline
Symbol 308 TextUses:250Used by:Timeline
Symbol 309 TextUses:46 250Used by:Timeline
Symbol 310 GraphicUsed by:Timeline
Symbol 311 TextUses:250Used by:Timeline
Symbol 312 TextUses:46 250Used by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 TextUses:250Used by:Timeline
Symbol 315 TextUses:46 250Used by:Timeline
Symbol 316 GraphicUsed by:Timeline
Symbol 317 TextUses:250Used by:Timeline
Symbol 318 TextUses:46 250Used by:Timeline
Symbol 319 MovieClipUses:132Used by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 BitmapUsed by:322
Symbol 322 GraphicUses:321Used by:Timeline
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:Timeline
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:335
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:329
Symbol 329 MovieClipUses:328Used by:330
Symbol 330 MovieClipUses:329Used by:335
Symbol 331 BitmapUsed by:332
Symbol 332 GraphicUses:331Used by:333
Symbol 333 MovieClipUses:332Used by:334
Symbol 334 MovieClipUses:333Used by:335
Symbol 335 MovieClipUses:326 330 334Used by:Timeline
Symbol 336 MovieClipUses:132Used by:Timeline
Symbol 337 SoundUsed by:Timeline
Symbol 338 GraphicUsed by:340 341 342 343 344 345 346 347 348 349 350 351 352 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 1002
Symbol 339 GraphicUsed by:340 341 342 343 344 345 346 347 348 349 350 351 352 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 1002
Symbol 340 ButtonUses:338 339Used by:Timeline
Symbol 341 ButtonUses:338 339Used by:Timeline
Symbol 342 ButtonUses:338 339Used by:Timeline
Symbol 343 ButtonUses:338 339Used by:Timeline
Symbol 344 ButtonUses:338 339Used by:Timeline
Symbol 345 ButtonUses:338 339Used by:Timeline
Symbol 346 ButtonUses:338 339Used by:Timeline
Symbol 347 ButtonUses:338 339Used by:Timeline
Symbol 348 ButtonUses:338 339Used by:Timeline
Symbol 349 ButtonUses:338 339Used by:Timeline
Symbol 350 ButtonUses:338 339Used by:Timeline
Symbol 351 ButtonUses:338 339Used by:Timeline
Symbol 352 ButtonUses:338 339Used by:Timeline
Symbol 353 TextUses:291Used by:Timeline
Symbol 354 TextUses:291Used by:Timeline
Symbol 355 TextUses:291Used by:Timeline
Symbol 356 TextUses:291Used by:Timeline
Symbol 357 TextUses:291Used by:Timeline
Symbol 358 TextUses:291Used by:Timeline
Symbol 359 TextUses:291Used by:Timeline
Symbol 360 TextUses:291Used by:Timeline
Symbol 361 TextUses:291Used by:Timeline
Symbol 362 TextUses:291Used by:Timeline
Symbol 363 TextUses:291Used by:Timeline
Symbol 364 TextUses:291Used by:Timeline
Symbol 365 TextUses:291Used by:Timeline
Symbol 366 ButtonUses:230 229Used by:Timeline
Symbol 367 GraphicUsed by:376
Symbol 368 ShapeTweeningUsed by:376
Symbol 369 ShapeTweeningUsed by:376
Symbol 370 ShapeTweeningUsed by:376
Symbol 371 ShapeTweeningUsed by:376
Symbol 372 ShapeTweeningUsed by:376
Symbol 373 ShapeTweeningUsed by:376
Symbol 374 ShapeTweeningUsed by:376
Symbol 375 ShapeTweeningUsed by:376
Symbol 376 MovieClipUses:367 368 369 370 371 372 373 374 375Used by:377 662
Symbol 377 MovieClipUses:376Used by:Timeline
Symbol 378 GraphicUsed by:388
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:379Used by:388
Symbol 381 GraphicUsed by:382
Symbol 382 MovieClipUses:381Used by:388
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:383Used by:388
Symbol 385 GraphicUsed by:386
Symbol 386 MovieClipUses:385Used by:388
Symbol 387 GraphicUsed by:388
Symbol 388 MovieClipUses:378 380 382 384 386 387Used by:389
Symbol 389 MovieClipUses:388 14Used by:674  Timeline
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:390Used by:400
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:392Used by:400
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:394Used by:400
Symbol 396 GraphicUsed by:397
Symbol 397 MovieClipUses:396Used by:400
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:400
Symbol 400 MovieClipUses:391 393 395 397 399Used by:401 666
Symbol 401 MovieClipUses:400Used by:Timeline
Symbol 402 ShapeTweeningUsed by:426
Symbol 403 ShapeTweeningUsed by:426
Symbol 404 ShapeTweeningUsed by:426
Symbol 405 ShapeTweeningUsed by:426
Symbol 406 ShapeTweeningUsed by:426
Symbol 407 ShapeTweeningUsed by:426
Symbol 408 ShapeTweeningUsed by:426
Symbol 409 ShapeTweeningUsed by:426
Symbol 410 ShapeTweeningUsed by:426
Symbol 411 ShapeTweeningUsed by:426
Symbol 412 ShapeTweeningUsed by:426
Symbol 413 ShapeTweeningUsed by:426
Symbol 414 ShapeTweeningUsed by:426
Symbol 415 ShapeTweeningUsed by:426
Symbol 416 ShapeTweeningUsed by:426
Symbol 417 ShapeTweeningUsed by:426
Symbol 418 ShapeTweeningUsed by:426
Symbol 419 ShapeTweeningUsed by:426
Symbol 420 ShapeTweeningUsed by:426
Symbol 421 ShapeTweeningUsed by:426
Symbol 422 GraphicUsed by:426
Symbol 423 GraphicUsed by:426
Symbol 424 GraphicUsed by:426
Symbol 425 GraphicUsed by:426
Symbol 426 MovieClipUses:402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425Used by:427 664
Symbol 427 MovieClipUses:426Used by:Timeline
Symbol 428 MovieClipUses:45Used by:Timeline
Symbol 429 MovieClipUses:158Used by:430
Symbol 430 MovieClipUses:429Used by:Timeline
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClipUses:431Used by:437
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:433Used by:437
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:435Used by:437
Symbol 437 MovieClipUses:432 434 436 14Used by:438 678
Symbol 438 MovieClipUses:437Used by:439
Symbol 439 MovieClipUses:438Used by:Timeline
Symbol 440 MovieClipUses:203Used by:441
Symbol 441 MovieClipUses:440 24Used by:Timeline
Symbol 442 GraphicUsed by:443
Symbol 443 MovieClipUses:442Used by:453 686
Symbol 444 GraphicUsed by:445
Symbol 445 MovieClipUses:444Used by:453 686
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClipUses:446Used by:453 686
Symbol 448 GraphicUsed by:449
Symbol 449 MovieClipUses:448Used by:453 686
Symbol 450 GraphicUsed by:451
Symbol 451 MovieClipUses:450Used by:452
Symbol 452 MovieClipUses:451Used by:453 686
Symbol 453 MovieClipUses:443 445 447 449 14 452Used by:454
Symbol 454 MovieClipUses:453Used by:Timeline
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:457
Symbol 457 MovieClipUses:456Used by:458 670
Symbol 458 MovieClipUses:457Used by:Timeline
Symbol 459 MovieClipUses:191Used by:460
Symbol 460 MovieClipUses:459Used by:Timeline
Symbol 461 GraphicUsed by:472
Symbol 462 ShapeTweeningUsed by:472
Symbol 463 ShapeTweeningUsed by:472
Symbol 464 ShapeTweeningUsed by:472
Symbol 465 ShapeTweeningUsed by:472
Symbol 466 ShapeTweeningUsed by:472
Symbol 467 ShapeTweeningUsed by:472
Symbol 468 ShapeTweeningUsed by:472
Symbol 469 ShapeTweeningUsed by:472
Symbol 470 GraphicUsed by:472
Symbol 471 GraphicUsed by:472
Symbol 472 MovieClipUses:461 462 463 464 465 466 467 468 469 470 471Used by:473 660
Symbol 473 MovieClipUses:472Used by:Timeline
Symbol 474 MovieClipUses:150Used by:475
Symbol 475 MovieClipUses:474Used by:Timeline
Symbol 476 GraphicUsed by:477
Symbol 477 MovieClipUses:476Used by:495
Symbol 478 GraphicUsed by:479
Symbol 479 MovieClipUses:478Used by:480
Symbol 480 MovieClipUses:479Used by:495
Symbol 481 GraphicUsed by:482
Symbol 482 MovieClipUses:481Used by:485
Symbol 483 GraphicUsed by:484
Symbol 484 MovieClipUses:483Used by:485
Symbol 485 MovieClipUses:482 484Used by:495
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClipUses:486Used by:490
Symbol 488 GraphicUsed by:489
Symbol 489 MovieClipUses:488Used by:490
Symbol 490 MovieClipUses:487 489Used by:495
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:491Used by:495
Symbol 493 GraphicUsed by:494
Symbol 494 MovieClipUses:493Used by:495
Symbol 495 MovieClipUses:477 480 485 490 492 494 14Used by:496 682
Symbol 496 MovieClipUses:495 23Used by:Timeline
Symbol 497 GraphicUsed by:498
Symbol 498 MovieClipUses:497Used by:Timeline
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:499Used by:503
Symbol 501 BitmapUsed by:502
Symbol 502 GraphicUses:501Used by:503
Symbol 503 MovieClipUses:208 500 502Used by:590
Symbol 504 GraphicUsed by:505
Symbol 505 MovieClipUses:504Used by:590
Symbol 506 GraphicUsed by:507
Symbol 507 MovieClipUses:506Used by:590
Symbol 508 MovieClipUsed by:590
Symbol 509 GraphicUsed by:510
Symbol 510 MovieClipUses:509Used by:511
Symbol 511 MovieClipUses:510Used by:590
Symbol 512 GraphicUsed by:579
Symbol 513 BitmapUsed by:514
Symbol 514 GraphicUses:513Used by:577 715 716 921
Symbol 515 BitmapUsed by:516
Symbol 516 GraphicUses:515Used by:577 715 716 921
Symbol 517 BitmapUsed by:518
Symbol 518 GraphicUses:517Used by:577 715 716 921
Symbol 519 BitmapUsed by:520 521 522
Symbol 520 GraphicUses:519Used by:577 715 716 921
Symbol 521 GraphicUses:519Used by:577 715 716 921
Symbol 522 GraphicUses:519Used by:577 715 716 921
Symbol 523 BitmapUsed by:524
Symbol 524 GraphicUses:523Used by:577 715 716 921
Symbol 525 BitmapUsed by:526
Symbol 526 GraphicUses:525Used by:577 715 716 921
Symbol 527 BitmapUsed by:528
Symbol 528 GraphicUses:527Used by:577 715 716 921
Symbol 529 BitmapUsed by:530
Symbol 530 GraphicUses:529Used by:577 715 716 921
Symbol 531 BitmapUsed by:532
Symbol 532 GraphicUses:531Used by:577 715 716 921
Symbol 533 BitmapUsed by:534
Symbol 534 GraphicUses:533Used by:577 715 716 921
Symbol 535 BitmapUsed by:536
Symbol 536 GraphicUses:535Used by:577 715 716 921
Symbol 537 BitmapUsed by:538
Symbol 538 GraphicUses:537Used by:577 715 716 921
Symbol 539 BitmapUsed by:540
Symbol 540 GraphicUses:539Used by:577 715 716 921
Symbol 541 BitmapUsed by:542
Symbol 542 GraphicUses:541Used by:577 715 716 921
Symbol 543 BitmapUsed by:544
Symbol 544 GraphicUses:543Used by:577 715 716 921
Symbol 545 BitmapUsed by:546
Symbol 546 GraphicUses:545Used by:577 715 716 921
Symbol 547 BitmapUsed by:548
Symbol 548 GraphicUses:547Used by:577 715 716 921
Symbol 549 BitmapUsed by:550
Symbol 550 GraphicUses:549Used by:577 715 716 921
Symbol 551 BitmapUsed by:552
Symbol 552 GraphicUses:551Used by:577 715 716 921
Symbol 553 BitmapUsed by:554
Symbol 554 GraphicUses:553Used by:577 715 716 921
Symbol 555 BitmapUsed by:556
Symbol 556 GraphicUses:555Used by:577 715 716 921
Symbol 557 BitmapUsed by:558
Symbol 558 GraphicUses:557Used by:577 715 716 921
Symbol 559 BitmapUsed by:560
Symbol 560 GraphicUses:559Used by:577 715 716 921
Symbol 561 BitmapUsed by:562
Symbol 562 GraphicUses:561Used by:577 715 716 921
Symbol 563 BitmapUsed by:564
Symbol 564 GraphicUses:563Used by:577 715 716 921
Symbol 565 BitmapUsed by:566
Symbol 566 GraphicUses:565Used by:577 715 716 921
Symbol 567 BitmapUsed by:568
Symbol 568 GraphicUses:567Used by:577 715 716 921
Symbol 569 BitmapUsed by:570
Symbol 570 GraphicUses:569Used by:577 715 716 921
Symbol 571 BitmapUsed by:572
Symbol 572 GraphicUses:571Used by:577 715 716 921
Symbol 573 BitmapUsed by:574
Symbol 574 GraphicUses:573Used by:577 715 716 921
Symbol 575 BitmapUsed by:576
Symbol 576 GraphicUses:575Used by:577 715 716 921
Symbol 577 MovieClipUses:514 516 518 520 521 522 524 526 528 530 532 534 536 538 540 542 544 546 548 550 552 554 556 558 560 562 564 566 568 570 572 574 576Used by:579
Symbol 578 SoundUsed by:579
Symbol 579 MovieClipUses:512 577 578Used by:590
Symbol 580 GraphicUsed by:581
Symbol 581 MovieClipUses:580Used by:582
Symbol 582 MovieClipUses:223 581Used by:590
Symbol 583 MovieClipUses:28Used by:584 587
Symbol 584 MovieClipUses:583Used by:586
Symbol 585 SoundUsed by:586
Symbol 586 MovieClipUses:584 585Used by:590
Symbol 587 MovieClipUses:583Used by:589
Symbol 588 SoundUsed by:589
Symbol 589 MovieClipUses:587 588Used by:590
Symbol 590 MovieClipUses:503 505 507 508 117 511 579 582 224 586 589Used by:Timeline
Symbol 591 GraphicUsed by:594
Symbol 592 MovieClipUses:28Used by:593
Symbol 593 MovieClipUses:50 592Used by:594
Symbol 594 MovieClipUses:591 593Used by:595
Symbol 595 MovieClipUses:28 594Used by:Timeline
Symbol 596 BitmapUsed by:597
Symbol 597 GraphicUses:596Used by:600
Symbol 598 GraphicUsed by:599
Symbol 599 MovieClipUses:598Used by:600
Symbol 600 MovieClipUses:597 599Used by:601 612 613 614 615 616 617 618 619
Symbol 601 MovieClipUses:600Used by:621
Symbol 602 BitmapUsed by:603
Symbol 603 GraphicUses:602Used by:604
Symbol 604 MovieClipUses:603Used by:606
Symbol 605 GraphicUsed by:606
Symbol 606 MovieClipUses:604 605Used by:607 620
Symbol 607 MovieClipUses:606Used by:621
Symbol 608 GraphicUsed by:609
Symbol 609 MovieClipUses:608Used by:610
Symbol 610 MovieClipUses:609Used by:611
Symbol 611 MovieClipUses:22 610Used by:621
Symbol 612 MovieClipUses:600Used by:621
Symbol 613 MovieClipUses:600Used by:621
Symbol 614 MovieClipUses:600Used by:621
Symbol 615 MovieClipUses:600Used by:621
Symbol 616 MovieClipUses:600Used by:621
Symbol 617 MovieClipUses:600Used by:621
Symbol 618 MovieClipUses:600Used by:621
Symbol 619 MovieClipUses:600Used by:621
Symbol 620 MovieClipUses:606Used by:621
Symbol 621 MovieClipUses:601 607 611 612 613 614 615 616 617 618 619 620Used by:Timeline
Symbol 622 GraphicUsed by:Timeline
Symbol 623 GraphicUsed by:624
Symbol 624 MovieClipUses:623Used by:625 626
Symbol 625 MovieClipUses:624Used by:872
Symbol 626 MovieClipUses:624Used by:872
Symbol 627 GraphicUsed by:628
Symbol 628 MovieClipUses:627Used by:872
Symbol 629 GraphicUsed by:630
Symbol 630 MovieClipUses:629Used by:634
Symbol 631 GraphicUsed by:633
Symbol 632 GraphicUsed by:633
Symbol 633 MovieClipUses:631 632Used by:634
Symbol 634 MovieClipUses:630 633 21 48Used by:737
Symbol 635 GraphicUsed by:636
Symbol 636 MovieClipUses:635Used by:643
Symbol 637 BitmapUsed by:638
Symbol 638 GraphicUses:637Used by:639
Symbol 639 MovieClipUses:638Used by:641
Symbol 640 GraphicUsed by:641
Symbol 641 MovieClipUses:639 640Used by:642
Symbol 642 MovieClipUses:641Used by:643
Symbol 643 MovieClipUses:636 642Used by:737
Symbol 644 GraphicUsed by:659
Symbol 645 GraphicUsed by:646
Symbol 646 MovieClipUses:645Used by:659
Symbol 647 GraphicUsed by:659
Symbol 648 MovieClipUses:116Used by:659
Symbol 649 BitmapUsed by:650
Symbol 650 GraphicUses:649Used by:651
Symbol 651 MovieClipUses:650Used by:658
Symbol 652 BitmapUsed by:653
Symbol 653 GraphicUses:652Used by:654
Symbol 654 MovieClipUses:653Used by:658
Symbol 655 BitmapUsed by:656
Symbol 656 GraphicUses:655Used by:657
Symbol 657 MovieClipUses:656Used by:658
Symbol 658 MovieClipUses:651 654 657Used by:659
Symbol 659 MovieClipUses:644 646 647 648 658 20 19Used by:737
Symbol 660 MovieClipUses:472Used by:661
Symbol 661 MovieClipUses:27 29 35 42 660 48Used by:737
Symbol 662 MovieClipUses:376Used by:663
Symbol 663 MovieClipUses:27 29 35 42 662 48Used by:737
Symbol 664 MovieClipUses:426Used by:665
Symbol 665 MovieClipUses:27 29 35 42 664 48Used by:737
Symbol 666 MovieClipUses:400Used by:667
Symbol 667 MovieClipUses:27 29 35 42 666 48Used by:737
Symbol 668 MovieClipUses:150Used by:669
Symbol 669 MovieClipUses:27 29 35 42 668 48Used by:737
Symbol 670 MovieClipUses:457Used by:671
Symbol 671 MovieClipUses:27 29 35 42 670 48Used by:737
Symbol 672 MovieClipUses:28Used by:673
Symbol 673 MovieClipUses:672Used by:675
Symbol 674 MovieClipUses:389Used by:675
Symbol 675 MovieClipUses:673 14 29 35 42 674 48Used by:737
Symbol 676 MovieClipUses:158Used by:677
Symbol 677 MovieClipUses:27 14 29 35 42 676 48Used by:737
Symbol 678 MovieClipUses:437Used by:679
Symbol 679 MovieClipUses:27 14 29 35 42 678 48Used by:737
Symbol 680 MovieClipUses:203Used by:681
Symbol 681 MovieClipUses:27 14 29 35 42 680 48Used by:737
Symbol 682 MovieClipUses:495Used by:683
Symbol 683 MovieClipUses:27 14 29 35 42 682 48Used by:737
Symbol 684 MovieClipUses:28Used by:688
Symbol 685 MovieClipUses:36 39Used by:688
Symbol 686 MovieClipUses:443 445 447 449 14 452Used by:687
Symbol 687 MovieClipUses:686Used by:688
Symbol 688 MovieClipUses:27 14 684 35 685 687 48Used by:737
Symbol 689 ShapeTweeningUsed by:693
Symbol 690 ShapeTweeningUsed by:693
Symbol 691 ShapeTweeningUsed by:693
Symbol 692 ShapeTweeningUsed by:693
Symbol 693 MovieClipUses:185 689 690 691 692 190Used by:694
Symbol 694 MovieClipUses:191 693Used by:695
Symbol 695 MovieClipUses:27 14 29 35 42 694 48Used by:737
Symbol 696 ShapeTweeningUsed by:698
Symbol 697 GraphicUsed by:698
Symbol 698 MovieClipUses:696 697Used by:737
Symbol 699 GraphicUsed by:707
Symbol 700 BitmapUsed by:701
Symbol 701 GraphicUses:700Used by:702 1027
Symbol 702 MovieClipUses:701Used by:707
Symbol 703 GraphicUsed by:707
Symbol 704 GraphicUsed by:707
Symbol 705 SoundUsed by:707
Symbol 706 SoundUsed by:707
Symbol 707 MovieClipUses:699 702 703 704 705 706Used by:709
Symbol 708 SoundUsed by:709
Symbol 709 MovieClipUses:707 708Used by:736
Symbol 710 GraphicUsed by:711
Symbol 711 MovieClipUses:710Used by:736
Symbol 712 GraphicUsed by:713
Symbol 713 MovieClipUses:712Used by:714
Symbol 714 MovieClipUses:713Used by:736
Symbol 715 MovieClipUses:514 516 518 520 521 522 524 526 528 530 532 534 536 538 540 542 544 546 548 550 552 554 556 558 560 562 564 566 568 570 572 574 576Used by:736
Symbol 716 MovieClipUses:514 516 518 520 521 522 524 526 528 530 532 534 536 538 540 542 544 546 548 550 552 554 556 558 560 562 564 566 568 570 572 574 576Used by:717
Symbol 717 MovieClipUses:716Used by:736
Symbol 718 GraphicUsed by:719
Symbol 719 MovieClipUses:718Used by:730
Symbol 720 GraphicUsed by:721
Symbol 721 MovieClipUses:720Used by:729
Symbol 722 GraphicUsed by:729
Symbol 723 GraphicUsed by:729
Symbol 724 ShapeTweeningUsed by:729
Symbol 725 SoundUsed by:729
Symbol 726 GraphicUsed by:729
Symbol 727 ShapeTweeningUsed by:729
Symbol 728 SoundUsed by:729
Symbol 729 MovieClipUses:721 722 723 724 725 726 727 728Used by:730
Symbol 730 MovieClipUses:719 729Used by:736
Symbol 731 GraphicUsed by:732
Symbol 732 MovieClipUses:731Used by:735
Symbol 733 GraphicUsed by:735
Symbol 734 GraphicUsed by:735
Symbol 735 MovieClipUses:732 733 734Used by:736
Symbol 736 MovieClipUses:709 711 714 715 717 730 735Used by:737
Symbol 737 MovieClipUses:634 643 659 49 661 663 665 667 669 671 675 677 679 681 683 688 695 698 736Used by:872
Symbol 738 GraphicUsed by:739 742 746 749 753 756 759 763 766
Symbol 739 MovieClipUses:738 272Used by:740
Symbol 740 MovieClipUses:739Used by:741
Symbol 741 MovieClipUses:740 170Used by:872
Symbol 742 MovieClipUses:738 284Used by:743
Symbol 743 MovieClipUses:742Used by:745
Symbol 744 SoundUsed by:745
Symbol 745 MovieClipUses:743 744Used by:872
Symbol 746 MovieClipUses:738 274Used by:747
Symbol 747 MovieClipUses:746Used by:748
Symbol 748 MovieClipUses:747 170Used by:872
Symbol 749 MovieClipUses:738 280Used by:750
Symbol 750 MovieClipUses:749Used by:752
Symbol 751 SoundUsed by:752 758
Symbol 752 MovieClipUses:750 751Used by:872
Symbol 753 MovieClipUses:738 289Used by:754
Symbol 754 MovieClipUses:753Used by:755
Symbol 755 MovieClipUses:754 170Used by:872
Symbol 756 MovieClipUses:738 277Used by:757
Symbol 757 MovieClipUses:756Used by:758
Symbol 758 MovieClipUses:757 751Used by:872
Symbol 759 MovieClipUses:738 293Used by:760
Symbol 760 MovieClipUses:759Used by:762
Symbol 761 SoundUsed by:762 765 768
Symbol 762 MovieClipUses:760 761Used by:872
Symbol 763 MovieClipUses:738 296Used by:764
Symbol 764 MovieClipUses:763Used by:765
Symbol 765 MovieClipUses:764 761Used by:872
Symbol 766 MovieClipUses:738 300Used by:767
Symbol 767 MovieClipUses:766Used by:768
Symbol 768 MovieClipUses:767 761Used by:872
Symbol 769 GraphicUsed by:872
Symbol 770 BitmapUsed by:771
Symbol 771 GraphicUses:770Used by:780
Symbol 772 BitmapUsed by:773
Symbol 773 GraphicUses:772Used by:774
Symbol 774 MovieClipUses:773Used by:780
Symbol 775 GraphicUsed by:776
Symbol 776 MovieClipUses:775Used by:780
Symbol 777 BitmapUsed by:778
Symbol 778 GraphicUses:777Used by:779
Symbol 779 MovieClipUses:778Used by:780
Symbol 780 MovieClipUses:771 774 776 779Used by:781
Symbol 781 MovieClipUses:780Used by:872
Symbol 782 GraphicUsed by:786
Symbol 783 GraphicUsed by:786
Symbol 784 GraphicUsed by:785
Symbol 785 MovieClipUses:784Used by:786
Symbol 786 MovieClipUses:782 783 785Used by:790
Symbol 787 BitmapUsed by:788
Symbol 788 GraphicUses:787Used by:789
Symbol 789 MovieClipUses:788Used by:790 793 796 799 802 805 810 817 820 831 871
Symbol 790 MovieClipUses:786 789Used by:872
Symbol 791 GraphicUsed by:792
Symbol 792 MovieClipUses:791Used by:793 872
Symbol 793 MovieClipUses:792 789Used by:872
Symbol 794 GraphicUsed by:795
Symbol 795 MovieClipUses:794Used by:796 872
Symbol 796 MovieClipUses:795 789Used by:872
Symbol 797 GraphicUsed by:798
Symbol 798 MovieClipUses:797Used by:799 872
Symbol 799 MovieClipUses:798 789Used by:872
Symbol 800 GraphicUsed by:801
Symbol 801 MovieClipUses:800Used by:802 872
Symbol 802 MovieClipUses:801 789Used by:872
Symbol 803 GraphicUsed by:804
Symbol 804 MovieClipUses:803Used by:805 872
Symbol 805 MovieClipUses:804 789Used by:872
Symbol 806 GraphicUsed by:807
Symbol 807 MovieClipUses:806Used by:872
Symbol 808 GraphicUsed by:809
Symbol 809 MovieClipUses:808Used by:810
Symbol 810 MovieClipUses:809 789Used by:872
Symbol 811 GraphicUsed by:812
Symbol 812 MovieClipUses:811Used by:872
Symbol 813 GraphicUsed by:816
Symbol 814 GraphicUsed by:815
Symbol 815 MovieClipUses:814Used by:816
Symbol 816 MovieClipUses:813 815Used by:817
Symbol 817 MovieClipUses:816 789Used by:872
Symbol 818 GraphicUsed by:819
Symbol 819 MovieClipUses:818Used by:820 872
Symbol 820 MovieClipUses:819 789Used by:872
Symbol 821 GraphicUsed by:822
Symbol 822 MovieClipUses:821Used by:872
Symbol 823 GraphicUsed by:826 857
Symbol 824 GraphicUsed by:825
Symbol 825 MovieClipUses:824Used by:826
Symbol 826 MovieClipUses:823 825Used by:831
Symbol 827 GraphicUsed by:830 860
Symbol 828 GraphicUsed by:829
Symbol 829 MovieClipUses:828Used by:830
Symbol 830 MovieClipUses:827 829Used by:831
Symbol 831 MovieClipUses:789 826 830Used by:872
Symbol 832 GraphicUsed by:833
Symbol 833 MovieClipUses:832Used by:837 872
Symbol 834 BitmapUsed by:835
Symbol 835 GraphicUses:834Used by:836
Symbol 836 MovieClipUses:835Used by:837 843 846 849 852 861 868
Symbol 837 MovieClipUses:836 833Used by:872
Symbol 838 TextUses:46Used by:872
Symbol 839 GraphicUsed by:840
Symbol 840 MovieClipUses:839Used by:872
Symbol 841 GraphicUsed by:842
Symbol 842 MovieClipUses:841Used by:843 872
Symbol 843 MovieClipUses:836 842Used by:872
Symbol 844 GraphicUsed by:845
Symbol 845 MovieClipUses:844Used by:846 872
Symbol 846 MovieClipUses:836 845Used by:872
Symbol 847 GraphicUsed by:848
Symbol 848 MovieClipUses:847Used by:849 872
Symbol 849 MovieClipUses:836 848Used by:872
Symbol 850 GraphicUsed by:851
Symbol 851 MovieClipUses:850Used by:852 872
Symbol 852 MovieClipUses:836 851Used by:872
Symbol 853 GraphicUsed by:854
Symbol 854 MovieClipUses:853Used by:872
Symbol 855 GraphicUsed by:856
Symbol 856 MovieClipUses:855Used by:857
Symbol 857 MovieClipUses:823 856Used by:861
Symbol 858 GraphicUsed by:859
Symbol 859 MovieClipUses:858Used by:860
Symbol 860 MovieClipUses:827 859Used by:861
Symbol 861 MovieClipUses:836 857 860Used by:872
Symbol 862 GraphicUsed by:863
Symbol 863 MovieClipUses:862Used by:872
Symbol 864 GraphicUsed by:865
Symbol 865 MovieClipUses:864Used by:868
Symbol 866 GraphicUsed by:867
Symbol 867 MovieClipUses:866Used by:868
Symbol 868 MovieClipUses:836 865 867Used by:872
Symbol 869 GraphicUsed by:870
Symbol 870 MovieClipUses:869Used by:871 872
Symbol 871 MovieClipUses:789 870Used by:872
Symbol 872 MovieClipUses:625 626 628 737 741 745 748 752 755 758 762 765 768 769 781 790 792 793 795 796 798 799 801 802 804 805 807 810 812 817 819 820 822 831 833 837 838 840 842 843 845 846 848 849 851 852 854 861 863 868 870 871Used by:Timeline
Symbol 873 GraphicUsed by:874
Symbol 874 MovieClipUses:873Used by:Timeline
Symbol 875 GraphicUsed by:876
Symbol 876 MovieClipUses:875Used by:877
Symbol 877 MovieClipUses:876Used by:Timeline
Symbol 878 BitmapUsed by:879
Symbol 879 GraphicUses:878Used by:880
Symbol 880 MovieClipUses:879Used by:Timeline
Symbol 881 GraphicUsed by:882
Symbol 882 MovieClipUses:881Used by:909
Symbol 883 GraphicUsed by:884
Symbol 884 MovieClipUses:883Used by:909
Symbol 885 ShapeTweeningUsed by:909
Symbol 886 GraphicUsed by:909
Symbol 887 SoundUsed by:909
Symbol 888 GraphicUsed by:890
Symbol 889 GraphicUsed by:890
Symbol 890 ButtonUses:888 889Used by:909
Symbol 891 GraphicUsed by:909
Symbol 892 FontUsed by:893 894 895 896 897 904 1021
Symbol 893 TextUses:892Used by:909
Symbol 894 TextUses:892Used by:909
Symbol 895 TextUses:892Used by:909
Symbol 896 TextUses:892Used by:909
Symbol 897 TextUses:892Used by:909
Symbol 898 FontUsed by:899 900 901 902 903 905 906 919 949 951 954
Symbol 899 EditableTextUses:898Used by:909
Symbol 900 EditableTextUses:898Used by:909
Symbol 901 EditableTextUses:898Used by:909
Symbol 902 EditableTextUses:898Used by:909
Symbol 903 EditableTextUses:898Used by:909
Symbol 904 EditableTextUses:892Used by:909
Symbol 905 EditableTextUses:898Used by:909
Symbol 906 EditableTextUses:898Used by:909
Symbol 907 ShapeTweeningUsed by:909
Symbol 908 GraphicUsed by:909
Symbol 909 MovieClipUses:882 139 884 123 885 118 140 886 887 890 891 893 894 895 896 897 899 900 901 902 903 904 905 906 907 908Used by:Timeline
Symbol 910 GraphicUsed by:911
Symbol 911 MovieClipUses:910Used by:914 923
Symbol 912 MovieClipUses:253Used by:914
Symbol 913 EditableTextUses:250Used by:914
Symbol 914 MovieClipUses:911 912 913Used by:1019
Symbol 915 MovieClipUses:260Used by:917
Symbol 916 EditableTextUses:250Used by:917
Symbol 917 MovieClipUses:915 916Used by:1019
Symbol 918 MovieClipUses:257Used by:920
Symbol 919 EditableTextUses:898Used by:920
Symbol 920 MovieClipUses:918 919Used by:1019
Symbol 921 MovieClipUses:514 516 518 520 521 522 524 526 528 530 532 534 536 538 540 542 544 546 548 550 552 554 556 558 560 562 564 566 568 570 572 574 576Used by:922
Symbol 922 MovieClipUses:921Used by:923 1018
Symbol 923 MovieClipUses:911 922Used by:1019
Symbol 924 GraphicUsed by:925
Symbol 925 MovieClipUses:924Used by:1019
Symbol 926 GraphicUsed by:927
Symbol 927 MovieClipUses:926Used by:930
Symbol 928 GraphicUsed by:929
Symbol 929 MovieClipUses:928Used by:930
Symbol 930 MovieClipUses:927 929Used by:1019
Symbol 931 BitmapUsed by:932
Symbol 932 GraphicUses:931Used by:933
Symbol 933 MovieClipUses:932Used by:934
Symbol 934 MovieClipUses:933Used by:1019
Symbol 935 EditableTextUses:250Used by:1019
Symbol 936 GraphicUsed by:948
Symbol 937 GraphicUsed by:948
Symbol 938 GraphicUsed by:939
Symbol 939 MovieClipUses:938Used by:948
Symbol 940 GraphicUsed by:941
Symbol 941 MovieClipUses:940Used by:948
Symbol 942 GraphicUsed by:943
Symbol 943 MovieClipUses:942Used by:948
Symbol 944 GraphicUsed by:945
Symbol 945 MovieClipUses:944Used by:948
Symbol 946 GraphicUsed by:947
Symbol 947 MovieClipUses:946Used by:948
Symbol 948 MovieClipUses:936 937 939 941 943 945 947Used by:1019
Symbol 949 EditableTextUses:898Used by:1019
Symbol 950 MovieClipUses:31 34Used by:1019
Symbol 951 EditableTextUses:898Used by:1019
Symbol 952 BitmapUsed by:953 955
Symbol 953 GraphicUses:952Used by:1019
Symbol 954 EditableTextUses:898Used by:1019
Symbol 955 GraphicUses:952Used by:956
Symbol 956 MovieClipUses:955Used by:1019
Symbol 957 BitmapUsed by:958
Symbol 958 GraphicUses:957Used by:959
Symbol 959 MovieClipUses:958Used by:963
Symbol 960 BitmapUsed by:961
Symbol 961 GraphicUses:960Used by:962
Symbol 962 MovieClipUses:961Used by:963
Symbol 963 MovieClipUses:959 962Used by:1019
Symbol 964 FontUsed by:965
Symbol 965 EditableTextUses:964Used by:966
Symbol 966 MovieClipUses:965Used by:967
Symbol 967 MovieClipUses:966Used by:1019
Symbol 968 BitmapUsed by:969
Symbol 969 GraphicUses:968Used by:970
Symbol 970 ButtonUses:969Used by:1004
Symbol 971 TextUses:291Used by:1004
Symbol 972 ButtonUses:338 339Used by:1004
Symbol 973 ButtonUses:338 339Used by:1004
Symbol 974 ButtonUses:338 339Used by:1004
Symbol 975 ButtonUses:338 339Used by:1004
Symbol 976 ButtonUses:338 339Used by:1004
Symbol 977 ButtonUses:338 339Used by:1004
Symbol 978 ButtonUses:338 339Used by:1004
Symbol 979 ButtonUses:338 339Used by:1004
Symbol 980 ButtonUses:338 339Used by:1004
Symbol 981 ButtonUses:338 339Used by:1004
Symbol 982 ButtonUses:338 339Used by:1004
Symbol 983 ButtonUses:338 339Used by:1004
Symbol 984 ButtonUses:338 339Used by:1004
Symbol 985 ButtonUses:338 339Used by:1004
Symbol 986 ButtonUses:338 339Used by:1004
Symbol 987 TextUses:291Used by:1004
Symbol 988 TextUses:291Used by:1004
Symbol 989 TextUses:291Used by:1004
Symbol 990 TextUses:291Used by:1004
Symbol 991 TextUses:291Used by:1004
Symbol 992 TextUses:291Used by:1004
Symbol 993 TextUses:291Used by:1004
Symbol 994 TextUses:291Used by:1004
Symbol 995 TextUses:291Used by:1004
Symbol 996 TextUses:291Used by:1004
Symbol 997 TextUses:291Used by:1004
Symbol 998 TextUses:291Used by:1004
Symbol 999 TextUses:291Used by:1004
Symbol 1000 TextUses:291Used by:1004
Symbol 1001 TextUses:291Used by:1004
Symbol 1002 ButtonUses:338 339Used by:1004
Symbol 1003 TextUses:291Used by:1004
Symbol 1004 MovieClipUses:970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003Used by:1019
Symbol 1005 SoundUsed by:1018
Symbol 1006 GraphicUsed by:1007
Symbol 1007 MovieClipUses:1006Used by:1018
Symbol 1008 GraphicUsed by:1009
Symbol 1009 MovieClipUses:1008Used by:1018
Symbol 1010 GraphicUses:228Used by:1011 1012 1017
Symbol 1011 MovieClipUses:1010Used by:1012 1017
Symbol 1012 ButtonUses:1011 1010Used by:1018
Symbol 1013 SoundUsed by:1018
Symbol 1014 TextUses:46Used by:1016
Symbol 1015 TextUses:46Used by:1016
Symbol 1016 MovieClipUses:1014 1015Used by:1018
Symbol 1017 ButtonUses:1011 1010Used by:1018
Symbol 1018 MovieClipUses:922 1005 1007 1009 1012 1013 1016 1017Used by:1019
Symbol 1019 MovieClipUses:914 917 920 923 925 930 934 935 948 949 950 951 953 954 956 963 967 1004 1018Used by:Timeline
Symbol 1020 GraphicUsed by:1023
Symbol 1021 TextUses:892Used by:1023
Symbol 1022 SoundUsed by:1023
Symbol 1023 MovieClipUses:1020 1021 18 138 233 1022Used by:Timeline
Symbol 1024 MovieClipUses:131Used by:1025
Symbol 1025 MovieClipUses:1024Used by:Timeline
Symbol 1026 MovieClipUses:136 137 138 139Used by:Timeline
Symbol 1027 MovieClipUses:701Used by:1028
Symbol 1028 MovieClipUses:1027Used by:1029
Symbol 1029 MovieClipUses:1028Used by:Timeline
Symbol 1030 TextUses:46Used by:1032
Symbol 1031 EditableTextUses:46Used by:1032
Symbol 1032 MovieClipUses:1030 1031Used by:1033
Symbol 1033 MovieClipUses:1032Used by:1034
Symbol 1034 MovieClipUses:1033Used by:Timeline
Symbol 1035 MovieClipUses:50Used by:1060
Symbol 1036 BitmapUsed by:1037
Symbol 1037 GraphicUses:1036Used by:1060
Symbol 1038 BitmapUsed by:1039
Symbol 1039 GraphicUses:1038Used by:1043 1044 1060
Symbol 1040 TextUses:64Used by:1043
Symbol 1041 BitmapUsed by:1042
Symbol 1042 GraphicUses:1041Used by:1043 1044
Symbol 1043 MovieClipUses:1039 1040 1042Used by:1060
Symbol 1044 MovieClipUses:1042 1039Used by:1060
Symbol 1045 TextUses:64Used by:1060
Symbol 1046 BitmapUsed by:1047
Symbol 1047 GraphicUses:1046Used by:1050
Symbol 1048 BitmapUsed by:1049
Symbol 1049 GraphicUses:1048Used by:1050
Symbol 1050 MovieClipUses:1047 1049Used by:1053 1057 1059
Symbol 1051 TextUses:64Used by:1053 1057 1059
Symbol 1052 TextUses:64Used by:1053
Symbol 1053 MovieClipUses:1050 1051 1052Used by:1060
Symbol 1054 TextUses:64Used by:1060
Symbol 1055 TextUses:64Used by:1057
Symbol 1056 TextUses:64Used by:1057
Symbol 1057 MovieClipUses:1050 1051 1055 1056Used by:1060
Symbol 1058 TextUses:64Used by:1059
Symbol 1059 MovieClipUses:1050 1051 1058Used by:1060
Symbol 1060 MovieClipUses:51 1035 1037 1039 1043 1044 1045 1053 1054 1057 1059Used by:1061
Symbol 1061 MovieClipUses:1060Used by:1062
Symbol 1062 MovieClipUses:1061Used by:1063
Symbol 1063 MovieClipUses:1062Used by:Timeline
Symbol 1064 MovieClipUses:132Used by:Timeline

Instance Names

"skin_preloader"Frame 2Symbol 84 MovieClip [Preloader]
"skin_pirate"Frame 12Symbol 110 MovieClip
"skin_button_moregames"Frame 13Symbol 130 MovieClip
"titlemovie"Frame 13Symbol 140 MovieClip
"turtle"Frame 14Symbol 151 MovieClip
"manta"Frame 18Symbol 159 MovieClip
"shark"Frame 24Symbol 192 MovieClip
"seahorse"Frame 30Symbol 204 MovieClip
"skin_button_moregames"Frame 63Symbol 130 MovieClip
"surface2"Frame 88Symbol 224 MovieClip
"man"Frame 118Symbol 335 MovieClip
"waterdepth"Frame 135Symbol 590 MovieClip
"water"Frame 135Symbol 123 MovieClip
"tail1"Frame 135Symbol 595 MovieClip
"tail2"Frame 135Symbol 595 MovieClip
"squid"Frame 135Symbol 621 MovieClip
"mapp"Frame 135Symbol 872 MovieClip
"squid2"Frame 135Symbol 874 MovieClip
"tunnelvision"Frame 135Symbol 877 MovieClip
"maparrow"Frame 135Symbol 880 MovieClip
"exitLevel"Frame 135Symbol 909 MovieClip
"inkbar"Frame 135Symbol 1019 MovieClip
"endGame"Frame 136Symbol 1025 MovieClip
"exitLevel"Frame 138Symbol 909 MovieClip
"endGame"Frame 138Symbol 1025 MovieClip
"titlemovie"Frame 140Symbol 1026 MovieClip
"aura"Symbol 42 MovieClip Frame 1Symbol 39 MovieClip
"collisionarea"Symbol 42 MovieClip Frame 3Symbol 41 MovieClip
"radar"Symbol 49 MovieClip [guppy] Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 49 MovieClip [guppy] Frame 3Symbol 35 MovieClip
"eatarea"Symbol 49 MovieClip [guppy] Frame 3Symbol 42 MovieClip
"food"Symbol 49 MovieClip [guppy] Frame 3Symbol 45 MovieClip
"scoredisplay"Symbol 49 MovieClip [guppy] Frame 6Symbol 48 MovieClip
"myBarAnim"Symbol 67 MovieClip Frame 1Symbol 63 MovieClip
"percentage"Symbol 67 MovieClip Frame 1Symbol 65 EditableText
"preloader"Symbol 68 MovieClip Frame 1Symbol 67 MovieClip
"myCanvas"Symbol 84 MovieClip [Preloader] Frame 1Symbol 53 MovieClip
"myBackground"Symbol 84 MovieClip [Preloader] Frame 1Symbol 56 MovieClip
"myPromotionTile"Symbol 84 MovieClip [Preloader] Frame 2Symbol 71 MovieClip
"myPromotionHolder"Symbol 84 MovieClip [Preloader] Frame 2Symbol 73 MovieClip
"myBackground"Symbol 84 MovieClip [Preloader] Frame 2Symbol 56 MovieClip
"bubble"Symbol 116 MovieClip Frame 1Symbol 115 MovieClip
"bubble"Symbol 117 MovieClip Frame 3Symbol 116 MovieClip
"bubble"Symbol 118 MovieClip Frame 1Symbol 117 MovieClip
"myButtonText"Symbol 130 MovieClip Frame 1Symbol 129 EditableText
"turtle"Symbol 151 MovieClip Frame 1Symbol 150 MovieClip
"manta"Symbol 159 MovieClip Frame 1Symbol 158 MovieClip
"thelight"Symbol 165 MovieClip Frame 1Symbol 164 MovieClip
"thelight"Symbol 167 MovieClip Frame 1Symbol 164 MovieClip
"shark"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"seahorse"Symbol 204 MovieClip Frame 1Symbol 203 MovieClip
"surface"Symbol 224 MovieClip Frame 1Symbol 223 MovieClip
"arm"Symbol 335 MovieClip Frame 1Symbol 334 MovieClip
"puffer"Symbol 454 MovieClip Frame 1Symbol 453 MovieClip
"maskee"Symbol 485 MovieClip Frame 1Symbol 482 MovieClip
"masket"Symbol 485 MovieClip Frame 1Symbol 484 MovieClip
"maskee"Symbol 490 MovieClip Frame 1Symbol 487 MovieClip
"masket"Symbol 490 MovieClip Frame 1Symbol 489 MovieClip
"explosion"Symbol 579 MovieClip Frame 3Symbol 577 MovieClip
"surface"Symbol 582 MovieClip Frame 1Symbol 223 MovieClip
"waterparticle"Symbol 586 MovieClip Frame 2Symbol 584 MovieClip
"waterparticle"Symbol 589 MovieClip Frame 2Symbol 587 MovieClip
"sky"Symbol 590 MovieClip Frame 1Symbol 503 MovieClip
"WaterDynamicMask"Symbol 590 MovieClip Frame 1Symbol 505 MovieClip
"watergradientbg"Symbol 590 MovieClip Frame 1Symbol 507 MovieClip
"bubble"Symbol 590 MovieClip Frame 1Symbol 117 MovieClip
"tester"Symbol 590 MovieClip Frame 1Symbol 511 MovieClip
"ink"Symbol 590 MovieClip Frame 1Symbol 579 MovieClip
"surface"Symbol 590 MovieClip Frame 1Symbol 582 MovieClip
"surface2"Symbol 590 MovieClip Frame 1Symbol 224 MovieClip
"splashanimation"Symbol 590 MovieClip Frame 1Symbol 586 MovieClip
"splashanimation2"Symbol 590 MovieClip Frame 1Symbol 589 MovieClip
"tail"Symbol 593 MovieClip Frame 1Symbol 592 MovieClip
"tail"Symbol 594 MovieClip Frame 1Symbol 593 MovieClip
"tail"Symbol 595 MovieClip Frame 1Symbol 594 MovieClip
"leg8"Symbol 621 MovieClip Frame 1Symbol 601 MovieClip
"leg7"Symbol 621 MovieClip Frame 1Symbol 601 MovieClip
"leg6"Symbol 621 MovieClip Frame 1Symbol 601 MovieClip
"leg5"Symbol 621 MovieClip Frame 1Symbol 601 MovieClip
"leg4"Symbol 621 MovieClip Frame 1Symbol 601 MovieClip
"leg3"Symbol 621 MovieClip Frame 1Symbol 601 MovieClip
"leg2"Symbol 621 MovieClip Frame 1Symbol 601 MovieClip
"leg1"Symbol 621 MovieClip Frame 1Symbol 601 MovieClip
"head"Symbol 621 MovieClip Frame 1Symbol 607 MovieClip
"evolve"Symbol 621 MovieClip Frame 1Symbol 611 MovieClip
"head"Symbol 621 MovieClip Frame 2Symbol 620 MovieClip
"eatarea"Symbol 634 MovieClip Frame 1Symbol 630 MovieClip
"food"Symbol 634 MovieClip Frame 1Symbol 633 MovieClip
"scoredisplay"Symbol 634 MovieClip Frame 4Symbol 48 MovieClip
"vine"Symbol 643 MovieClip Frame 1Symbol 636 MovieClip
"pod"Symbol 643 MovieClip Frame 1Symbol 642 MovieClip
"bubble"Symbol 648 MovieClip Frame 3Symbol 116 MovieClip
"hitArea"Symbol 659 MovieClip Frame 1Symbol 646 MovieClip
"bubble"Symbol 659 MovieClip Frame 1Symbol 648 MovieClip
"food"Symbol 660 MovieClip Frame 1Symbol 472 MovieClip
"radar"Symbol 661 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 661 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 661 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 661 MovieClip Frame 3Symbol 660 MovieClip
"scoredisplay"Symbol 661 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 662 MovieClip Frame 1Symbol 376 MovieClip
"radar"Symbol 663 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 663 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 663 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 663 MovieClip Frame 3Symbol 662 MovieClip
"scoredisplay"Symbol 663 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 664 MovieClip Frame 1Symbol 426 MovieClip
"radar"Symbol 665 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 665 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 665 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 665 MovieClip Frame 3Symbol 664 MovieClip
"scoredisplay"Symbol 665 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 666 MovieClip Frame 1Symbol 400 MovieClip
"radar"Symbol 667 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 667 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 667 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 667 MovieClip Frame 3Symbol 666 MovieClip
"scoredisplay"Symbol 667 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 668 MovieClip Frame 1Symbol 150 MovieClip
"radar"Symbol 669 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 669 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 669 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 669 MovieClip Frame 3Symbol 668 MovieClip
"scoredisplay"Symbol 669 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 670 MovieClip Frame 1Symbol 457 MovieClip
"radar"Symbol 671 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 671 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 671 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 671 MovieClip Frame 3Symbol 670 MovieClip
"scoredisplay"Symbol 671 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 674 MovieClip Frame 1Symbol 389 MovieClip
"light"Symbol 675 MovieClip Frame 1Symbol 673 MovieClip
"radar"Symbol 675 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 675 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 675 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 675 MovieClip Frame 3Symbol 674 MovieClip
"scoredisplay"Symbol 675 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 676 MovieClip Frame 1Symbol 158 MovieClip
"radar"Symbol 677 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 677 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 677 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 677 MovieClip Frame 3Symbol 676 MovieClip
"scoredisplay"Symbol 677 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 678 MovieClip Frame 1Symbol 437 MovieClip
"radar"Symbol 679 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 679 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 679 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 679 MovieClip Frame 3Symbol 678 MovieClip
"scoredisplay"Symbol 679 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 680 MovieClip Frame 1Symbol 203 MovieClip
"radar"Symbol 681 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 681 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 681 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 681 MovieClip Frame 3Symbol 680 MovieClip
"scoredisplay"Symbol 681 MovieClip Frame 6Symbol 48 MovieClip
"food"Symbol 682 MovieClip Frame 1Symbol 495 MovieClip
"radar"Symbol 683 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 683 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 683 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 683 MovieClip Frame 3Symbol 682 MovieClip
"scoredisplay"Symbol 683 MovieClip Frame 6Symbol 48 MovieClip
"aura"Symbol 685 MovieClip Frame 1Symbol 39 MovieClip
"food"Symbol 687 MovieClip Frame 1Symbol 686 MovieClip
"radar"Symbol 688 MovieClip Frame 3Symbol 684 MovieClip
"radarpowerup"Symbol 688 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 688 MovieClip Frame 3Symbol 685 MovieClip
"food"Symbol 688 MovieClip Frame 3Symbol 687 MovieClip
"scoredisplay"Symbol 688 MovieClip Frame 6Symbol 48 MovieClip
"radar"Symbol 695 MovieClip Frame 3Symbol 29 MovieClip
"radarpowerup"Symbol 695 MovieClip Frame 3Symbol 35 MovieClip
"eatarea"Symbol 695 MovieClip Frame 3Symbol 42 MovieClip
"food"Symbol 695 MovieClip Frame 3Symbol 694 MovieClip
"scoredisplay"Symbol 695 MovieClip Frame 6Symbol 48 MovieClip
"boat2"Symbol 707 MovieClip Frame 1Symbol 702 MovieClip
"boat1"Symbol 707 MovieClip Frame 1Symbol 702 MovieClip
"boat2"Symbol 707 MovieClip Frame 3Symbol 702 MovieClip
"boat1"Symbol 707 MovieClip Frame 3Symbol 702 MovieClip
"boat2"Symbol 707 MovieClip Frame 5Symbol 702 MovieClip
"boat2"Symbol 707 MovieClip Frame 5Symbol 702 MovieClip
"boat"Symbol 709 MovieClip Frame 1Symbol 707 MovieClip
"smoke"Symbol 717 MovieClip Frame 1Symbol 716 MovieClip
"smoke"Symbol 717 MovieClip Frame 15Symbol 716 MovieClip
"smoke"Symbol 717 MovieClip Frame 30Symbol 716 MovieClip
"harpoon"Symbol 730 MovieClip Frame 1Symbol 729 MovieClip
"healthbar"Symbol 735 MovieClip Frame 1Symbol 732 MovieClip
"boat"Symbol 736 MovieClip Frame 1Symbol 709 MovieClip
"boathitarea"Symbol 736 MovieClip Frame 1Symbol 711 MovieClip
"damageoverlay"Symbol 736 MovieClip Frame 1Symbol 714 MovieClip
"explosion"Symbol 736 MovieClip Frame 1Symbol 715 MovieClip
"smoke"Symbol 736 MovieClip Frame 1Symbol 717 MovieClip
"radar"Symbol 736 MovieClip Frame 1Symbol 730 MovieClip
"healthbar"Symbol 736 MovieClip Frame 1Symbol 735 MovieClip
"plankton1"Symbol 737 MovieClip Frame 1Symbol 634 MovieClip
"planktonbomb"Symbol 737 MovieClip Frame 1Symbol 643 MovieClip
"bedtrapper"Symbol 737 MovieClip Frame 1Symbol 659 MovieClip
"fish"Symbol 737 MovieClip Frame 1Symbol 49 MovieClip [guppy]
"snapper"Symbol 737 MovieClip Frame 1Symbol 661 MovieClip
"angelfish"Symbol 737 MovieClip Frame 1Symbol 663 MovieClip
"clownfish"Symbol 737 MovieClip Frame 1Symbol 665 MovieClip
"carp"Symbol 737 MovieClip Frame 1Symbol 667 MovieClip
"turtle"Symbol 737 MovieClip Frame 1Symbol 669 MovieClip
"seahorse"Symbol 737 MovieClip Frame 1Symbol 671 MovieClip
"anglerfish"Symbol 737 MovieClip Frame 1Symbol 675 MovieClip
"manta"Symbol 737 MovieClip Frame 1Symbol 677 MovieClip
"marlin"Symbol 737 MovieClip Frame 1Symbol 679 MovieClip
"orca"Symbol 737 MovieClip Frame 1Symbol 681 MovieClip
"whale"Symbol 737 MovieClip Frame 1Symbol 683 MovieClip
"pufferfish"Symbol 737 MovieClip Frame 1Symbol 688 MovieClip
"shark"Symbol 737 MovieClip Frame 1Symbol 695 MovieClip
"xMark"Symbol 737 MovieClip Frame 1Symbol 698 MovieClip
"token"Symbol 741 MovieClip Frame 3Symbol 740 MovieClip
"token"Symbol 745 MovieClip Frame 3Symbol 743 MovieClip
"token"Symbol 748 MovieClip Frame 3Symbol 747 MovieClip
"token"Symbol 752 MovieClip Frame 3Symbol 750 MovieClip
"token"Symbol 755 MovieClip Frame 3Symbol 754 MovieClip
"token"Symbol 758 MovieClip Frame 3Symbol 757 MovieClip
"token"Symbol 762 MovieClip Frame 3Symbol 760 MovieClip
"token"Symbol 765 MovieClip Frame 3Symbol 764 MovieClip
"token"Symbol 768 MovieClip Frame 3Symbol 767 MovieClip
"clam"Symbol 781 MovieClip Frame 1Symbol 780 MovieClip
"masket"Symbol 790 MovieClip Frame 1Symbol 786 MovieClip
"maskee"Symbol 790 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 793 MovieClip Frame 1Symbol 792 MovieClip
"maskee"Symbol 793 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 796 MovieClip Frame 1Symbol 795 MovieClip
"maskee"Symbol 796 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 799 MovieClip Frame 1Symbol 798 MovieClip
"maskee"Symbol 799 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 802 MovieClip Frame 1Symbol 801 MovieClip
"maskee"Symbol 802 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 805 MovieClip Frame 1Symbol 804 MovieClip
"maskee"Symbol 805 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 810 MovieClip Frame 1Symbol 809 MovieClip
"maskee"Symbol 810 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 817 MovieClip Frame 1Symbol 816 MovieClip
"maskee"Symbol 817 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 820 MovieClip Frame 1Symbol 819 MovieClip
"maskee"Symbol 820 MovieClip Frame 1Symbol 789 MovieClip
"maskee2"Symbol 831 MovieClip Frame 1Symbol 789 MovieClip
"maskee"Symbol 831 MovieClip Frame 1Symbol 789 MovieClip
"masket2"Symbol 831 MovieClip Frame 1Symbol 826 MovieClip
"masket"Symbol 831 MovieClip Frame 1Symbol 830 MovieClip
"maskee"Symbol 837 MovieClip Frame 1Symbol 836 MovieClip
"masket"Symbol 837 MovieClip Frame 1Symbol 833 MovieClip
"maskee"Symbol 843 MovieClip Frame 1Symbol 836 MovieClip
"masket"Symbol 843 MovieClip Frame 1Symbol 842 MovieClip
"maskee"Symbol 846 MovieClip Frame 1Symbol 836 MovieClip
"masket"Symbol 846 MovieClip Frame 1Symbol 845 MovieClip
"maskee"Symbol 849 MovieClip Frame 1Symbol 836 MovieClip
"masket"Symbol 849 MovieClip Frame 1Symbol 848 MovieClip
"maskee"Symbol 852 MovieClip Frame 1Symbol 836 MovieClip
"masket"Symbol 852 MovieClip Frame 1Symbol 851 MovieClip
"maskee2"Symbol 861 MovieClip Frame 1Symbol 836 MovieClip
"maskee"Symbol 861 MovieClip Frame 1Symbol 836 MovieClip
"masket2"Symbol 861 MovieClip Frame 1Symbol 857 MovieClip
"masket"Symbol 861 MovieClip Frame 1Symbol 860 MovieClip
"maskee2"Symbol 868 MovieClip Frame 1Symbol 836 MovieClip
"maskee"Symbol 868 MovieClip Frame 1Symbol 836 MovieClip
"masket2"Symbol 868 MovieClip Frame 1Symbol 865 MovieClip
"masket"Symbol 868 MovieClip Frame 1Symbol 867 MovieClip
"maskee"Symbol 871 MovieClip Frame 1Symbol 789 MovieClip
"masket"Symbol 871 MovieClip Frame 1Symbol 870 MovieClip
"topleft"Symbol 872 MovieClip Frame 1Symbol 626 MovieClip
"mapp"Symbol 872 MovieClip Frame 1Symbol 628 MovieClip
"fish1"Symbol 872 MovieClip Frame 1Symbol 737 MovieClip
"coral"Symbol 872 MovieClip Frame 2Symbol 790 MovieClip
"mapp"Symbol 872 MovieClip Frame 3Symbol 792 MovieClip
"coral"Symbol 872 MovieClip Frame 3Symbol 793 MovieClip
"mapp"Symbol 872 MovieClip Frame 4Symbol 795 MovieClip
"coral"Symbol 872 MovieClip Frame 4Symbol 796 MovieClip
"mapp"Symbol 872 MovieClip Frame 5Symbol 798 MovieClip
"coral"Symbol 872 MovieClip Frame 5Symbol 799 MovieClip
"mapp"Symbol 872 MovieClip Frame 6Symbol 801 MovieClip
"coral"Symbol 872 MovieClip Frame 6Symbol 802 MovieClip
"mapp"Symbol 872 MovieClip Frame 7Symbol 804 MovieClip
"coral"Symbol 872 MovieClip Frame 7Symbol 805 MovieClip
"mapp"Symbol 872 MovieClip Frame 8Symbol 807 MovieClip
"coral"Symbol 872 MovieClip Frame 8Symbol 810 MovieClip
"mapp"Symbol 872 MovieClip Frame 9Symbol 812 MovieClip
"coral"Symbol 872 MovieClip Frame 9Symbol 817 MovieClip
"mapp"Symbol 872 MovieClip Frame 10Symbol 819 MovieClip
"coral"Symbol 872 MovieClip Frame 10Symbol 820 MovieClip
"mapp"Symbol 872 MovieClip Frame 11Symbol 822 MovieClip
"coral"Symbol 872 MovieClip Frame 11Symbol 831 MovieClip
"mapp"Symbol 872 MovieClip Frame 12Symbol 833 MovieClip
"coral"Symbol 872 MovieClip Frame 12Symbol 837 MovieClip
"mapp"Symbol 872 MovieClip Frame 13Symbol 842 MovieClip
"coral"Symbol 872 MovieClip Frame 13Symbol 843 MovieClip
"mapp"Symbol 872 MovieClip Frame 14Symbol 845 MovieClip
"coral"Symbol 872 MovieClip Frame 14Symbol 846 MovieClip
"mapp"Symbol 872 MovieClip Frame 15Symbol 848 MovieClip
"coral"Symbol 872 MovieClip Frame 15Symbol 849 MovieClip
"mapp"Symbol 872 MovieClip Frame 16Symbol 851 MovieClip
"coral"Symbol 872 MovieClip Frame 16Symbol 852 MovieClip
"mapp"Symbol 872 MovieClip Frame 17Symbol 854 MovieClip
"coral"Symbol 872 MovieClip Frame 17Symbol 861 MovieClip
"mapp"Symbol 872 MovieClip Frame 18Symbol 863 MovieClip
"coral"Symbol 872 MovieClip Frame 18Symbol 868 MovieClip
"mapp"Symbol 872 MovieClip Frame 40Symbol 870 MovieClip
"coral"Symbol 872 MovieClip Frame 40Symbol 871 MovieClip
"tunnelvision"Symbol 877 MovieClip Frame 1Symbol 876 MovieClip
"fade"Symbol 909 MovieClip Frame 1Symbol 882 MovieClip
"explosion"Symbol 922 MovieClip Frame 1Symbol 921 MovieClip
"explosion"Symbol 923 MovieClip Frame 2Symbol 922 MovieClip
"inkborder"Symbol 930 MovieClip Frame 1Symbol 927 MovieClip
"inkborder"Symbol 930 MovieClip Frame 2Symbol 929 MovieClip
"inkborder"Symbol 930 MovieClip Frame 2Symbol 929 MovieClip
"stage5bar"Symbol 948 MovieClip Frame 1Symbol 939 MovieClip
"stage4bar"Symbol 948 MovieClip Frame 1Symbol 941 MovieClip
"stage3bar"Symbol 948 MovieClip Frame 1Symbol 943 MovieClip
"stage2bar"Symbol 948 MovieClip Frame 1Symbol 945 MovieClip
"stage1bar"Symbol 948 MovieClip Frame 1Symbol 947 MovieClip
"explosion"Symbol 1018 MovieClip Frame 2Symbol 922 MovieClip
"blood"Symbol 1019 MovieClip Frame 1Symbol 923 MovieClip
"inklevel"Symbol 1019 MovieClip Frame 1Symbol 925 MovieClip
"inkborder"Symbol 1019 MovieClip Frame 1Symbol 930 MovieClip
"inkicon"Symbol 1019 MovieClip Frame 1Symbol 934 MovieClip
"timeranimation"Symbol 1019 MovieClip Frame 1Symbol 950 MovieClip
"spawn"Symbol 1019 MovieClip Frame 1Symbol 1004 MovieClip
"deadblood"Symbol 1019 MovieClip Frame 1Symbol 1018 MovieClip
"myMessage"Symbol 1060 MovieClip Frame 20Symbol 1059 MovieClip
"skin_gameover"Symbol 1061 MovieClip Frame 1Symbol 1060 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "WhaleAmbient3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "WhaleAmbient1"
ExportAssets (56)Timeline Frame 1Symbol 3 as "SmallExplosion3"
ExportAssets (56)Timeline Frame 1Symbol 4 as "SmallExplosion2"
ExportAssets (56)Timeline Frame 1Symbol 5 as "SmallExplosion1"
ExportAssets (56)Timeline Frame 1Symbol 6 as "gurgle"
ExportAssets (56)Timeline Frame 1Symbol 7 as "PodBreakOpen"
ExportAssets (56)Timeline Frame 1Symbol 8 as "Ping Pong Paddle 03"
ExportAssets (56)Timeline Frame 1Symbol 9 as "PanicSound"
ExportAssets (56)Timeline Frame 1Symbol 10 as "GameMusic2"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Eaten2"
ExportAssets (56)Timeline Frame 1Symbol 12 as "Eaten1"
ExportAssets (56)Timeline Frame 1Symbol 13 as "Dun6A"
ExportAssets (56)Timeline Frame 1Symbol 14 as "Breathing"
ExportAssets (56)Timeline Frame 1Symbol 15 as "BoatHorn"
ExportAssets (56)Timeline Frame 1Symbol 16 as "Bell3"
ExportAssets (56)Timeline Frame 1Symbol 17 as "Attack"
ExportAssets (56)Timeline Frame 1Symbol 18 as "UnderwaterAmbientLoop"
ExportAssets (56)Timeline Frame 1Symbol 19 as "BedTrapperGrumble"
ExportAssets (56)Timeline Frame 1Symbol 20 as "Roar"
ExportAssets (56)Timeline Frame 1Symbol 21 as "Bell"
ExportAssets (56)Timeline Frame 1Symbol 22 as "machina"
ExportAssets (56)Timeline Frame 1Symbol 23 as "WhaleAmbient4"
ExportAssets (56)Timeline Frame 1Symbol 24 as "WhaleAmbient2"
ExportAssets (56)Timeline Frame 1Symbol 49 as "guppy"
ExportAssets (56)Timeline Frame 1Symbol 51 as "Square"
ExportAssets (56)Timeline Frame 1Symbol 84 as "Preloader"
ExportAssets (56)Timeline Frame 1Symbol 1065 as "__Packages.Trig"
ExportAssets (56)Timeline Frame 1Symbol 1066 as "__Packages.CollisionDetection2"
ExportAssets (56)Timeline Frame 1Symbol 1067 as "__Packages.branditz"
ExportAssets (56)Timeline Frame 1Symbol 1068 as "__Packages.expressinstall"
ExportAssets (56)Timeline Frame 1Symbol 1069 as "__Packages.stattooz"
ExportAssets (56)Timeline Frame 11Symbol 85 as "GameMusic3"
ExportAssets (56)Timeline Frame 11Symbol 86 as "GameMusic4"
ExportAssets (56)Timeline Frame 11Symbol 87 as "GameMusic5"
ExportAssets (56)Timeline Frame 11Symbol 88 as "GameMusic6"
ExportAssets (56)Timeline Frame 11Symbol 89 as "Growl-Bite"

Labels

"startHere"Frame 1
"preloader"Frame 2
"pirate"Frame 12
"mainmenu"Frame 13
"howtoplay"Frame 88
"poweruptimer"Frame 98
"maptimer"Frame 99
"healthtracker"Frame 100
"powerupicon"Frame 101
"yourcharacter"Frame 102
"frenemies"Frame 103
"exit"Frame 104
"inkicon"Frame 105
"scoretracker"Frame 106
"evolution"Frame 107
"exithowtoplay"Frame 108
"aquarium"Frame 118
"angelfish"Frame 120
"anglerfish"Frame 121
"carp"Frame 122
"clownfish"Frame 123
"guppy"Frame 124
"manta"Frame 125
"marlin"Frame 126
"orca"Frame 127
"pufferfish"Frame 128
"seahorse"Frame 129
"shark"Frame 130
"snapper"Frame 131
"turtle"Frame 132
"spermwhale"Frame 133
"exitaquarium"Frame 134
"gonow2"Frame 135
"gonow"Frame 139
"EndGameAnimation"Frame 140
"startloop"Symbol 35 MovieClip Frame 1
"panic"Symbol 45 MovieClip Frame 21
"eaten"Symbol 49 MovieClip [guppy] Frame 5
"loadloop"Symbol 68 MovieClip Frame 2
"show"Symbol 84 MovieClip [Preloader] Frame 2
"promo"Symbol 110 MovieClip Frame 1
"wateroverlay"Symbol 123 MovieClip Frame 2
"fadeaway"Symbol 140 MovieClip Frame 351
"panic"Symbol 150 MovieClip Frame 42
"panic"Symbol 158 MovieClip Frame 42
"panic"Symbol 203 MovieClip Frame 81
"headtiltup"Symbol 330 MovieClip Frame 3
"headtiltdown"Symbol 330 MovieClip Frame 101
"handpoint"Symbol 334 MovieClip Frame 3
"panic"Symbol 376 MovieClip Frame 41
"panic"Symbol 389 MovieClip Frame 22
"panic"Symbol 400 MovieClip Frame 22
"panic"Symbol 426 MovieClip Frame 22
"panic"Symbol 437 MovieClip Frame 42
"panic"Symbol 453 MovieClip Frame 22
"panic2"Symbol 453 MovieClip Frame 29
"panic3"Symbol 453 MovieClip Frame 31
"panic"Symbol 457 MovieClip Frame 22
"panic"Symbol 472 MovieClip Frame 22
"panic"Symbol 495 MovieClip Frame 81
"startInk"Symbol 579 MovieClip Frame 3
"pushframe"Symbol 607 MovieClip Frame 3
"dead"Symbol 607 MovieClip Frame 61
"pushframe"Symbol 620 MovieClip Frame 3
"dead"Symbol 620 MovieClip Frame 61
"eaten"Symbol 634 MovieClip Frame 3
"hideme"Symbol 643 MovieClip Frame 3
"eaten"Symbol 661 MovieClip Frame 5
"eaten"Symbol 663 MovieClip Frame 5
"eaten"Symbol 665 MovieClip Frame 5
"eaten"Symbol 667 MovieClip Frame 5
"eaten"Symbol 669 MovieClip Frame 5
"eaten"Symbol 671 MovieClip Frame 5
"eaten"Symbol 675 MovieClip Frame 5
"eaten"Symbol 677 MovieClip Frame 5
"eaten"Symbol 679 MovieClip Frame 5
"eaten"Symbol 681 MovieClip Frame 5
"eaten"Symbol 683 MovieClip Frame 5
"panic"Symbol 686 MovieClip Frame 22
"panic2"Symbol 686 MovieClip Frame 29
"panic3"Symbol 686 MovieClip Frame 31
"eaten"Symbol 688 MovieClip Frame 5
"eaten"Symbol 695 MovieClip Frame 5
"startSink"Symbol 707 MovieClip Frame 5
"startexplosion"Symbol 715 MovieClip Frame 2
"startsmoke"Symbol 716 MovieClip Frame 1
"map1"Symbol 737 MovieClip Frame 2
"map2"Symbol 737 MovieClip Frame 3
"map3"Symbol 737 MovieClip Frame 4
"map4"Symbol 737 MovieClip Frame 5
"map5"Symbol 737 MovieClip Frame 6
"map6"Symbol 737 MovieClip Frame 7
"map7"Symbol 737 MovieClip Frame 8
"map8"Symbol 737 MovieClip Frame 9
"map9"Symbol 737 MovieClip Frame 10
"map10"Symbol 737 MovieClip Frame 11
"map11"Symbol 737 MovieClip Frame 12
"map12"Symbol 737 MovieClip Frame 13
"map13"Symbol 737 MovieClip Frame 14
"map14"Symbol 737 MovieClip Frame 15
"map15"Symbol 737 MovieClip Frame 16
"map16"Symbol 737 MovieClip Frame 17
"map17"Symbol 737 MovieClip Frame 18
"map1"Symbol 872 MovieClip Frame 2
"map2"Symbol 872 MovieClip Frame 3
"map3"Symbol 872 MovieClip Frame 4
"map4"Symbol 872 MovieClip Frame 5
"map5"Symbol 872 MovieClip Frame 6
"map6"Symbol 872 MovieClip Frame 7
"map7"Symbol 872 MovieClip Frame 8
"map8"Symbol 872 MovieClip Frame 9
"map9"Symbol 872 MovieClip Frame 10
"map10"Symbol 872 MovieClip Frame 11
"map11"Symbol 872 MovieClip Frame 12
"map12"Symbol 872 MovieClip Frame 13
"map13"Symbol 872 MovieClip Frame 14
"map14"Symbol 872 MovieClip Frame 15
"map15"Symbol 872 MovieClip Frame 16
"map16"Symbol 872 MovieClip Frame 17
"map17"Symbol 872 MovieClip Frame 18
"map18"Symbol 872 MovieClip Frame 19
"map19"Symbol 872 MovieClip Frame 20
"aquarium"Symbol 872 MovieClip Frame 40
"ouch"Symbol 923 MovieClip Frame 2
"fadeaway"Symbol 1026 MovieClip Frame 351
"fail"Symbol 1059 MovieClip Frame 1
"promo"Symbol 1060 MovieClip Frame 1
"demo"Symbol 1060 MovieClip Frame 10
"ftp"Symbol 1060 MovieClip Frame 20

Dynamic Text Variables

scoreSymbol 47 EditableText"<p align="center"></p>"
maptimeSymbol 899 EditableText"<p align="left"></p>"
squidsizebonusSymbol 900 EditableText"<p align="left"></p>"
preybonusSymbol 901 EditableText"<p align="left"></p>"
inkbonusSymbol 902 EditableText"<p align="left"></p>"
powerupbonusSymbol 903 EditableText"<p align="left"></p>"
totalbonusSymbol 904 EditableText"<p align="left"></p>"
squidsizeincreaseSymbol 905 EditableText"<p align="left"></p>"
maptimedisplaySymbol 906 EditableText"<p align="left"></p>"
hypermodeSymbol 913 EditableText"<p align="left"></p>"
visionmodeSymbol 916 EditableText"<p align="left"></p>"
radarmodeSymbol 919 EditableText"<p align="left"></p>"
scoreSymbol 935 EditableText"<p align="center"></p>"
maptimerSymbol 949 EditableText"<p align="center"></p>"
healthSymbol 951 EditableText"<p align="right"></p>"
livesSymbol 954 EditableText"<p align="right"></p>"
mapnameSymbol 965 EditableText"<p align="center"></p>"
scoreSymbol 1031 EditableText"<p align="center"></p>"




http://swfchan.com/10/47665/info.shtml
Created: 1/5 -2019 10:03:29 Last modified: 1/5 -2019 10:03:29 Server time: 13/05 -2024 23:11:48