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

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

Fishy Remix.swf

This is the info page for
Flash #77345

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


Text
PLAY

PLAY

PLAY

HELP

HELP

ARROW KEYS TO MOVE
EAT SMALLER FISH
AVOID BIGGER FISH

HELP

KWING

FISHY REMIX

YOU GOT EATEN

REPLAY

REPLAY

REPLAY

SCORE:

10000

ActionScript [AS1/AS2]

Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (load) { randspeed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y - randspeed; if (this._y < -50) { randspeed = random(5) + 5; this._x = random(700); this._y = 350; } }
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (load) { randspeed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y - randspeed; if (this._y < -50) { randspeed = random(5) + 5; this._x = random(700); this._y = 350; } }
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (load) { randspeed = random(5) + 5; } onClipEvent (enterFrame) { this._y = this._y - randspeed; if (this._y < -50) { randspeed = random(5) + 5; this._x = random(700); this._y = 350; } }
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (load) { randspeed = random(5) + 5; } onClipEvent (enterFrame) { this._x = this._x - randspeed; if (this._x < -50) { randspeed = random(5) + 5; this._y = random(150); this._x = 750; } }
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (load) { randspeed = random(5) + 5; } onClipEvent (enterFrame) { this._x = this._x - randspeed; if (this._x < -50) { randspeed = random(5) + 5; this._y = random(150); this._x = 750; } }
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (load) { randspeed = random(5) + 5; } onClipEvent (enterFrame) { this._x = this._x + randspeed; if (this._x > 750) { randspeed = random(5) + 5; this._y = random(150); this._x = 750; } }
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (load) { randspeed = random(5) + 5; } onClipEvent (enterFrame) { this._x = this._x + randspeed; if (this._x > 750) { randspeed = random(5) + 5; this._y = random(150); this._x = 750; } }
Frame 2
stop();
Frame 3
playersize = 100; Mouse.hide();
Instance of Symbol 28 MovieClip "player" in Frame 3
onClipEvent (load) { hmove = 0; vmove = 0; } onClipEvent (enterFrame) { _xscale = _root.playersize; _yscale = _root.playersize; this._x = this._x + hmove; this._y = this._y - vmove; if (Key.isDown(37)) { gotoAndStop (2); hmove = hmove - 1; } if (Key.isDown(39)) { gotoAndStop (1); hmove = hmove + 1; } if (((!Key.isDown(39)) && (!Key.isDown(37))) && (hmove > 0)) { hmove = hmove - 1; } if (((!Key.isDown(39)) && (!Key.isDown(37))) && (hmove < 0)) { hmove = hmove + 1; } if (hmove > 15) { hmove = 15; } if (hmove < -15) { hmove = -15; } if (Key.isDown(38)) { vmove = vmove + 1; } if (Key.isDown(40)) { vmove = vmove - 1; } if (((!Key.isDown(38)) && (!Key.isDown(40))) && (vmove > 0)) { vmove = vmove - 1; } if (((!Key.isDown(38)) && (!Key.isDown(40))) && (vmove < 0)) { vmove = vmove + 1; } if (vmove > 15) { vmove = 15; } if (vmove < -15) { vmove = -15; } if (this._y < 0) { this._y = 0; } if (this._y > 300) { this._y = 300; } if (this._x < 0) { this._x = 700; } if (this._x > 700) { this._x = 0; } }
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x + randspeed; if (this._x > 750) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 32 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x + randspeed; if (this._x > 750) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 34 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x + randspeed; if (this._x > 750) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 36 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x + randspeed; if (this._x > 750) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 38 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x + randspeed; if (this._x > 750) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = -50; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x - randspeed; if (this._x < -50) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 32 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x - randspeed; if (this._x < -50) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 34 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x - randspeed; if (this._x < -50) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 36 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x - randspeed; if (this._x < -50) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Instance of Symbol 38 MovieClip in Frame 3
onClipEvent (load) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; } onClipEvent (enterFrame) { this._x = this._x - randspeed; if (this._x < -50) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; } if (this.hitTest(_root.player) && (sizemod < _root.playersize)) { randspeed = random(7) + 3; sizemod = (_root.playersize + random(100)) - random(100); _xscale = sizemod; _yscale = sizemod; this._y = random(300); this._x = 750; _root.playersize = _root.playersize + (sizemod / 100); } if (this.hitTest(_root.player) && (sizemod > _root.playersize)) { _root.nextFrame(); } }
Frame 4
playersize = playersize - 100; playersize = Math.round(playersize); Mouse.show();
Symbol 18 Button
on (release) { nextFrame(); }
Symbol 28 MovieClip Frame 1
stop();
Symbol 45 Button
on (release) { gotoAndStop (2); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 SoundUsed by:Timeline
Symbol 9 GraphicUsed by:18 23 45
Symbol 10 FontUsed by:11 14 16 19 20 21 22 24 25 42 43 44
Symbol 11 TextUses:10Used by:18
Symbol 12 GraphicUsed by:18 23 45
Symbol 13 GraphicUsed by:18 23 45
Symbol 14 TextUses:10Used by:18
Symbol 15 GraphicUsed by:18 23 45
Symbol 16 TextUses:10Used by:18
Symbol 17 GraphicUsed by:18 23 45
Symbol 18 ButtonUses:9 11 12 13 14 15 16 17Used by:Timeline
Symbol 19 TextUses:10Used by:23
Symbol 20 TextUses:10Used by:23
Symbol 21 TextUses:10Used by:23
Symbol 22 TextUses:10Used by:23
Symbol 23 ButtonUses:9 19 12 13 20 21 15 22 17Used by:Timeline
Symbol 24 TextUses:10Used by:Timeline
Symbol 25 TextUses:10Used by:Timeline
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:26 27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:Timeline
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:Timeline
Symbol 39 SoundUsed by:Timeline
Symbol 40 FontUsed by:41 46 47
Symbol 41 TextUses:40Used by:Timeline
Symbol 42 TextUses:10Used by:45
Symbol 43 TextUses:10Used by:45
Symbol 44 TextUses:10Used by:45
Symbol 45 ButtonUses:9 42 12 13 43 15 44 17Used by:Timeline
Symbol 46 TextUses:40Used by:Timeline
Symbol 47 EditableTextUses:40Used by:Timeline
Symbol 48 SoundUsed by:Timeline

Instance Names

"player"Frame 3Symbol 28 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""

Dynamic Text Variables

playersizeSymbol 47 EditableText"10000"




http://swfchan.com/16/77345/info.shtml
Created: 4/4 -2019 02:33:38 Last modified: 4/4 -2019 02:33:38 Server time: 15/05 -2024 14:19:43