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

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

fish.swf

This is the info page for
Flash #27686

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


Text
fish

Technophobe presents:

exclusive to ABS

www.albinoblacksheep.com

Aim: to get 150 points

Method: catch the small fish untill
you are big enough to eat the
medium fish

Method: catch the medium fish
untill you are big enough to eat the
big fish

Method: catch the big fish untill you
have 150 points

Method: avoid fish bigger than you

Play!

Score:

0

Success!

Success!

Total score:

Success!
+

Success!
+
-

genagen!

Failure!
you have been eaten...

play again

ActionScript [AS1/AS2]

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

Library Items

Symbol 1 Sound [intro]
Symbol 2 GraphicUsed by:9
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:9  Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:9  Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9  Timeline
Symbol 9 MovieClipUses:2 4 6 8Used by:Timeline
Symbol 10 FontUsed by:11 12 13 14 19 20 21 22 23 24 36 37 51 53 54 55 56 59 60 61 63 64 65 66 70 71
Symbol 11 EditableTextUses:10Used by:Timeline
Symbol 12 EditableTextUses:10Used by:Timeline
Symbol 13 TextUses:10Used by:Timeline
Symbol 14 TextUses:10Used by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:17 67 72
Symbol 17 ButtonUses:16Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 TextUses:10Used by:Timeline
Symbol 20 TextUses:10Used by:Timeline
Symbol 21 TextUses:10Used by:Timeline
Symbol 22 TextUses:10Used by:Timeline
Symbol 23 TextUses:10Used by:Timeline
Symbol 24 TextUses:10Used by:Timeline
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 ShapeTweeningUsed by:32
Symbol 29 GraphicUsed by:32
Symbol 30 ShapeTweeningUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:28 29 30 31Used by:33
Symbol 33 MovieClipUses:32Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:44
Symbol 36 TextUses:10Used by:44
Symbol 37 EditableTextUses:10Used by:44
Symbol 38 GraphicUsed by:43
Symbol 39 GraphicUsed by:43
Symbol 40 GraphicUsed by:43
Symbol 41 GraphicUsed by:43
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:38 39 40 41 42Used by:44 69
Symbol 44 MovieClipUses:35 36 37 43Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 FontUsed by:50
Symbol 50 EditableTextUses:49Used by:Timeline
Symbol 51 TextUses:10Used by:52
Symbol 52 MovieClipUses:51Used by:69
Symbol 53 EditableTextUses:10Used by:69
Symbol 54 TextUses:10Used by:69
Symbol 55 TextUses:10Used by:69
Symbol 56 EditableTextUses:10Used by:69
Symbol 57 FontUsed by:58 62 68
Symbol 58 EditableTextUses:57Used by:69
Symbol 59 EditableTextUses:10Used by:69
Symbol 60 TextUses:10Used by:69
Symbol 61 EditableTextUses:10Used by:69
Symbol 62 EditableTextUses:57Used by:69
Symbol 63 EditableTextUses:10Used by:69
Symbol 64 TextUses:10Used by:69
Symbol 65 EditableTextUses:10Used by:69
Symbol 66 TextUses:10Used by:69
Symbol 67 ButtonUses:16Used by:69
Symbol 68 EditableTextUses:57Used by:69
Symbol 69 MovieClipUses:52 53 54 55 56 58 59 43 60 61 62 63 64 65 66 67 68Used by:Timeline
Symbol 70 TextUses:10Used by:Timeline
Symbol 71 TextUses:10Used by:Timeline
Symbol 72 ButtonUses:16Used by:Timeline

Instance Names

"fish"Frame 8Symbol 33 MovieClip
"scorekeeper"Frame 8Symbol 44 MovieClip
"timer"Frame 8Symbol 50 EditableText
"scorecounter"Frame 9Symbol 69 MovieClip
"scoretext"Symbol 44 MovieClip Frame 1Symbol 37 EditableText
"fishlives"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip
"scoretextfin"Symbol 69 MovieClip Frame 34Symbol 53 EditableText
"totalscore"Symbol 69 MovieClip Frame 34Symbol 56 EditableText
"timetextfin"Symbol 69 MovieClip Frame 34Symbol 58 EditableText
"scoretextfin"Symbol 69 MovieClip Frame 77Symbol 59 EditableText
"fishlives"Symbol 69 MovieClip Frame 77Symbol 43 MovieClip
"totalscore"Symbol 69 MovieClip Frame 77Symbol 61 EditableText
"timetextfin"Symbol 69 MovieClip Frame 77Symbol 62 EditableText
"scoretextfin"Symbol 69 MovieClip Frame 115Symbol 63 EditableText
"totalscore"Symbol 69 MovieClip Frame 115Symbol 65 EditableText
"timertextfin"Symbol 69 MovieClip Frame 115Symbol 68 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "intro"

Labels

"success"Frame 9
"fail"Frame 10
"again"Frame 11




http://swfchan.com/6/27686/info.shtml
Created: 21/5 -2019 07:43:39 Last modified: 21/5 -2019 07:43:39 Server time: 14/05 -2024 15:56:44