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

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

Robotic Fishy.swf

This is the info page for
Flash #11332

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


Text
Add this Game to
Your Site

More Online
Games

Download
Games

R

Ra

Ra-

Ra-E

Ra-En

Ra-Ent

Ra-Ente

Ra-Enter

Ra-Entert

Ra-Enterta

Ra-Entertai

Ra-Entertain

Ra-Entertainm

Ra-Entertainme

Ra-Entertainmen

Ra-Entertainment

Ra-Entertainment.

Preloader and menu template made by VENGEANCE of
Gamesgamesgames.co.uk

<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="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="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="left"></p>

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

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

ActionScript [AS1/AS2]

Frame 279
stop();
Instance of Symbol 313 MovieClip "ship" in Frame 279
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed); this._x = x_Amount_to_Move_Ship + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed); this._y = y_Amount_to_Move_Ship + this._y; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / 3.141593); this._rotation = angle_in_degrees; if ((this._rotation <= -90) && (this._rotation >= -180)) { this._yscale = -130; } if (this._rotation >= 90) { this._yscale = -130; } if ((this._rotation > -90) && (this._rotation < 90)) { this._yscale = 130; } }
Instance of Symbol 364 MovieClip in Frame 279
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed); this._x = x_Amount_to_Move_Ship + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed); this._y = y_Amount_to_Move_Ship + this._y; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / 3.141593); this._rotation = angle_in_degrees; if ((this._rotation <= -90) && (this._rotation >= -180)) { this._yscale = -130; } if (this._rotation >= 90) { this._yscale = -130; } if ((this._rotation > -90) && (this._rotation < 90)) { this._yscale = 130; } }
Instance of Symbol 401 MovieClip in Frame 279
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed); this._x = x_Amount_to_Move_Ship + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed); this._y = y_Amount_to_Move_Ship + this._y; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / 3.141593); this._rotation = angle_in_degrees; if ((this._rotation <= -90) && (this._rotation >= -180)) { this._yscale = -130; } if (this._rotation >= 90) { this._yscale = -130; } if ((this._rotation > -90) && (this._rotation < 90)) { this._yscale = 130; } }
Instance of Symbol 440 MovieClip "ship" in Frame 279
onClipEvent (enterFrame) { xDifference = Math.round(_root._xmouse - this._x); x_Amount_to_Move_Ship = Math.round(xDifference / _root.speed); this._x = x_Amount_to_Move_Ship + this._x; yDifference = Math.round(_root._ymouse - this._y); y_Amount_to_Move_Ship = Math.round(yDifference / _root.speed); this._y = y_Amount_to_Move_Ship + this._y; angle_in_radians = Math.atan2(_root._ymouse - this._y, _root._xmouse - this._x); angle_in_degrees = Math.round((angle_in_radians * 180) / 3.141593); this._rotation = angle_in_degrees; if ((this._rotation <= -90) && (this._rotation >= -180)) { this._yscale = -130; } if (this._rotation >= 90) { this._yscale = -130; } if ((this._rotation > -90) && (this._rotation < 90)) { this._yscale = 130; } }
Frame 280
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 442 MovieClip "fish" in Frame 280
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.5; maxSpeed = 5; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 472 MovieClip "enemyFish" in Frame 280
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 281
results = "You have lost. Your final score was: " + score;
Frame 282
results = "You have won! Your final score was: " + score;
Frame 283
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 442 MovieClip "fish" in Frame 283
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 1; maxSpeed = 12; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 472 MovieClip "enemyFish" in Frame 283
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 284
results = "You have lost. Your final score was: " + score;
Frame 285
results = "You have won! Your final score was: " + score;
Frame 286
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 442 MovieClip "fish" in Frame 286
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.1; maxSpeed = 12; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 472 MovieClip "enemyFish" in Frame 286
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 287
results = "You have lost. Your final score was: " + score;
Frame 288
results = "You have won! Your final score was: " + score;
Frame 289
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 531 MovieClip "fish" in Frame 289
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 1; maxSpeed = 5; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 535 MovieClip "enemyFish" in Frame 289
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 290
results = "You have lost. Your final score was: " + score;
Frame 291
results = "You have won! Your final score was: " + score;
Frame 292
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 531 MovieClip "fish" in Frame 292
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.5; maxSpeed = 5; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 535 MovieClip "enemyFish" in Frame 292
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 293
results = "You have lost. Your final score was: " + score;
Frame 294
results = "You have won! Your final score was: " + score;
Frame 295
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 531 MovieClip "fish" in Frame 295
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.1; maxSpeed = 5; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 535 MovieClip "enemyFish" in Frame 295
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 296
results = "You have lost. Your final score was: " + score;
Frame 297
results = "You have won! Your final score was: " + score;
Frame 298
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 552 MovieClip in Frame 298
onClipEvent (enterFrame) { if (this._currentframe == 1) { this._x = random(90) + 71; } }
Instance of Symbol 442 MovieClip "fish" in Frame 298
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.5; maxSpeed = 5; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 472 MovieClip "enemyFish" in Frame 298
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 299
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 442 MovieClip "fish" in Frame 299
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.5; maxSpeed = 5; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } } onClipEvent (load) { startDrag ("", true); }
Frame 300
results = "You have lost. Your final score was: " + score;
Frame 301
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 562 MovieClip "fish" in Frame 301
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.5; maxSpeed = 12; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 567 MovieClip "enemyFish" in Frame 301
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 302
results = "You have lost. Your final score was: " + score;
Frame 303
results = "You have won! Your final score was: " + score;
Frame 304
enemyFish._visible = false; fishies = new Array(); fishMade = (d = (score = 0)); minimumFishOnScreen = 7; maximumFishOnScreen = 15; frame = _currentframe; stop(); _root.onEnterFrame = function () { if (_currentframe == frame) { if (_root.fish._width < Stage.width) { fishFound = 0; i = 0; while (i < fishies.length) { if (fishies[i] == 1) { fishFound++; } i++; } if (fishFound < minimumFishOnScreen) { chanceOfNewFishComing = 0; } else if (fishFound < maximumFishOnScreen) { chanceOfNewFishComing = random(60); } if (chanceOfNewFishComing == 0) { enemyFish.duplicateMovieClip("newEnemyFish" + d, d++, {left:random(2), speed:random(6) + 2, scale:random(_root.fish.scale + 40) + 10, _y:random(Stage.height), newFish:true}); fishies[fishMade] = 1; fishMade++; } i = 0; while (i < fishies.length) { if (fishies[i] == 1) { _root["newEnemyFish" + i]._x = _root["newEnemyFish" + i]._x + _root["newEnemyFish" + i].speed; if (_root["newEnemyFish" + i].hitTest(_root.fish)) { if (_root["newEnemyFish" + i].scale <= _root.fish.scale) { fish.scale = fish.scale + 5; score = score + _root["newEnemyFish" + i].scale; removeMovieClip(_root["newEnemyFish" + i]); fishies[i] = 0; } else { nextFrame(); clearScreen(); } } if (_root["newEnemyFish" + i].left == 1) { if (_root["newEnemyFish" + i]._x < (-_root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } else if (_root["newEnemyFish" + i]._x > (Stage.width + _root["newEnemyFish" + i]._width)) { fishies[i] = 0; removeMovieClip(_root["newEnemyFish" + i]); } } i++; } } else { _root.gotoAndStop(_currentframe + 2); } } }; clearScreen = function () { i = 0; while (i < fishies.length) { removeMovieClip(_root["newEnemyFish" + i]); i++; } fishies = new Array(); fishMade = 0; };
Instance of Symbol 562 MovieClip "fish" in Frame 304
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.1; maxSpeed = 12; scale = 100; facingRight = false; } onClipEvent (enterFrame) { _x = (_x - xspeed); _y = (_y - yspeed); _yscale = scale; xscale = scale; if (!goingForward) { _xscale = (-xscale); } else { _xscale = xscale; } if (Key.isDown(37)) { goingForward = true; if (xspeed < maxSpeed) { xspeed = xspeed + acceleration; } } else if (Key.isDown(39)) { goingForward = false; if (xspeed > (-maxSpeed)) { xspeed = xspeed - acceleration; } } else if (goingForward) { if (xspeed > 0) { xspeed = xspeed - acceleration; } else if (xspeed < 0) { xspeed = xspeed + acceleration; } } else if (xspeed < 0) { xspeed = xspeed + acceleration; } else if (xspeed > 0) { xspeed = xspeed - acceleration; } if (Key.isDown(38)) { goingDown = true; if (yspeed < maxSpeed) { yspeed = yspeed + acceleration; } } else if (Key.isDown(40)) { goingDown = false; if (yspeed > (-maxSpeed)) { yspeed = yspeed - acceleration; } } else if (goingDown) { if (yspeed > 0) { yspeed = yspeed - acceleration; } else if (yspeed < 0) { yspeed = yspeed + acceleration; } } else if (yspeed < 0) { yspeed = yspeed + acceleration; } else if (yspeed > 0) { yspeed = yspeed - acceleration; } if (_x > (Stage.width + (_width / 2))) { _x = (-(_width / 2)); } else if (_x < (-(_width / 2))) { _x = (Stage.width + (_width / 2)); } if (_y > Stage.height) { _y = Stage.height; yspeed = 0; } else if (_y < 0) { _y = 0; yspeed = 0; } }
Instance of Symbol 567 MovieClip "enemyFish" in Frame 304
onClipEvent (load) { if (_name != "enemyFish") { _yscale = ((xscale = scale)); if (left == 1) { speed = speed * -1; _xscale = xscale; _x = (Stage.width + _width); } else { _xscale = (-xscale); _x = (-_width); } } }
Frame 305
results = "You have lost. Your final score was: " + score;
Frame 306
results = "You have won! Your final score was: " + score;
Symbol 117 MovieClip Frame 40
stop();
Symbol 131 Button
on (press) { _root.play(); }
Symbol 132 MovieClip Frame 1
function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { if (firstframe) { gotoAndStop ("loaded"); } else { play(); bar._x = initX; } loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; firstframe = false; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var firstframe = true; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }
Symbol 132 MovieClip Frame 53
Symbol 136 Button
on (release) { getURL ("http://www.freeworldgroup.com/koalafiles.htm", "_blank"); }
Symbol 138 Button
on (release) { getURL ("http://www.freeworldgroup.com/", "_blank"); }
Symbol 140 Button
on (release) { getURL ("http://www.ifungames.com/", "_blank"); }
Symbol 143 Button
on (release) { getURL ("http://www.freeworldgroup.com/", "_blank"); }
Symbol 152 MovieClip Frame 95
_root.play();
Symbol 216 MovieClip Frame 110
stop();
Symbol 223 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Symbol 230 MovieClip Frame 81
_root.play(); _root.play();
Symbol 245 Button
on (release) { gotoAndStop (283); }
Symbol 246 Button
on (release) { nextFrame(); }
Symbol 247 Button
on (release) { gotoAndStop (286); }
Symbol 277 Button
on (release) { gotoAndStop (289); }
Symbol 284 Button
on (release) { getURL ("http://ra-entertainment.com/", "_blank"); }
Symbol 289 Button
on (release) { getURL ("http://www.freeworldgroup.com/", "_blank"); }
Symbol 471 MovieClip Frame 1
stop();
Instance of Symbol 470 MovieClip in Symbol 471 MovieClip Frame 1
onClipEvent (load) { pic = random(4); goto = Math.ceil(pic); if (goto == 0) { goto = 1; } gotoAndStop(goto); }
Symbol 486 Button
on (release) { gotoAndStop (279); }

Library Items

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

Instance Names

"ship"Frame 279Symbol 313 MovieClip
"ship"Frame 279Symbol 440 MovieClip
"fish"Frame 280Symbol 442 MovieClip
"enemyFish"Frame 280Symbol 472 MovieClip
"fish"Frame 283Symbol 442 MovieClip
"enemyFish"Frame 283Symbol 472 MovieClip
"fish"Frame 286Symbol 442 MovieClip
"enemyFish"Frame 286Symbol 472 MovieClip
"fish"Frame 289Symbol 531 MovieClip
"enemyFish"Frame 289Symbol 535 MovieClip
"fish"Frame 292Symbol 531 MovieClip
"enemyFish"Frame 292Symbol 535 MovieClip
"fish"Frame 295Symbol 531 MovieClip
"enemyFish"Frame 295Symbol 535 MovieClip
"fish"Frame 298Symbol 442 MovieClip
"enemyFish"Frame 298Symbol 472 MovieClip
"fish"Frame 299Symbol 442 MovieClip
"fish"Frame 301Symbol 562 MovieClip
"enemyFish"Frame 301Symbol 567 MovieClip
"fish"Frame 304Symbol 562 MovieClip
"enemyFish"Frame 304Symbol 567 MovieClip
"mc3"Symbol 105 MovieClip Frame 1Symbol 101 MovieClip
"mc0"Symbol 105 MovieClip Frame 1Symbol 101 MovieClip
"mc2"Symbol 105 MovieClip Frame 1Symbol 104 MovieClip
"mc1"Symbol 105 MovieClip Frame 1Symbol 104 MovieClip
"mc2"Symbol 108 MovieClip Frame 1Symbol 94 MovieClip
"mc1"Symbol 108 MovieClip Frame 1Symbol 97 MovieClip
"mc0"Symbol 108 MovieClip Frame 1Symbol 105 MovieClip
"mc0"Symbol 109 MovieClip Frame 1Symbol 108 MovieClip
"mc1"Symbol 110 MovieClip Frame 1Symbol 89 MovieClip
"mc0"Symbol 110 MovieClip Frame 1Symbol 109 MovieClip
"mc0"Symbol 112 MovieClip Frame 1Symbol 36 MovieClip
"mc0"Symbol 114 MovieClip Frame 1Symbol 36 MovieClip
"mc4"Symbol 114 MovieClip Frame 1Symbol 110 MovieClip
"mc5"Symbol 114 MovieClip Frame 1Symbol 112 MovieClip
"mc1"Symbol 114 MovieClip Frame 1Symbol 113 MovieClip
"bar"Symbol 132 MovieClip Frame 1Symbol 13 MovieClip
"bargfx"Symbol 132 MovieClip Frame 1Symbol 16 MovieClip
"tank"Symbol 132 MovieClip Frame 1Symbol 114 MovieClip
"bargfx"Symbol 132 MovieClip Frame 2Symbol 16 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"LOAD"Symbol 132 MovieClip Frame 1
"COMPLETE_STOP"Symbol 132 MovieClip Frame 2
"loaded"Symbol 132 MovieClip Frame 53

Dynamic Text Variables

scoreSymbol 444 EditableText"<p align="left"></p>"
scoreSymbol 490 EditableText"<p align="left"></p>"
scoreSymbol 510 EditableText"<p align="left"></p>"
scoreSymbol 511 EditableText"<p align="left"></p>"
scoreSymbol 513 EditableText"<p align="left"></p>"
scoreSymbol 514 EditableText"<p align="left"></p>"
scoreSymbol 515 EditableText"<p align="left"></p>"
scoreSymbol 517 EditableText"<p align="left"></p>"
scoreSymbol 522 EditableText"<p align="left"></p>"
scoreSymbol 536 EditableText"<p align="left"></p>"
scoreSymbol 539 EditableText"<p align="left"></p>"
scoreSymbol 541 EditableText"<p align="left"></p>"
scoreSymbol 542 EditableText"<p align="left"></p>"
scoreSymbol 544 EditableText"<p align="left"></p>"
scoreSymbol 545 EditableText"<p align="left"></p>"
scoreSymbol 546 EditableText"<p align="left"></p>"
scoreSymbol 548 EditableText"<p align="left"></p>"
scoreSymbol 549 EditableText"<p align="left"></p>"
scoreSymbol 553 EditableText"<p align="left"></p>"
scoreSymbol 554 EditableText"<p align="left"></p>"
scoreSymbol 556 EditableText"<p align="left"></p>"
scoreSymbol 568 EditableText"<p align="left"></p>"
scoreSymbol 570 EditableText"<p align="left"></p>"
scoreSymbol 571 EditableText"<p align="left"></p>"
scoreSymbol 572 EditableText"<p align="left"></p>"
scoreSymbol 574 EditableText"<p align="left"></p>"
scoreSymbol 575 EditableText"<p align="left"></p>"




http://swfchan.com/3/11332/info.shtml
Created: 7/6 -2019 10:18:14 Last modified: 7/6 -2019 10:18:14 Server time: 17/05 -2024 09:53:41