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

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

goomba frenzy 1.8.swf

This is the info page for
Flash #55452

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


Text
play

play

play

How to play:
You are the single remaining
brown goomba. Bowser has been
betrayed by the red goombas.
Assuming you are with the red
goombas, he throws you into
Barrel Volcano to be trapped
forever. Your only hope of survival
is to eat goombas that are smaller
than you or a little bit bigger so
that you can grow. If you get big
enough you may be able to reach
the edge of the volcano and
escape!!

Arrow keys to move.

= YES

= NO

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

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

PLay again?

GAME OVER

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

SCORE

ActionScript [AS1/AS2]

Frame 2
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 42 MovieClip "fish" in Frame 2
onClipEvent (load) { xspeed = (yspeed = 0); goingDown = (goingForward = false); acceleration = 0.7; maxSpeed = 12; scale = 60; 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 48 MovieClip "enemyFish" in Frame 2
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 3
results = "You are dead. You scored: " + score;
Frame 4
results = "You have won! Your final score was: " + score;
Symbol 18 Button
on (release) { getURL ("http://www.newgrounds.com", "blank"); }
Symbol 26 Button
on (release) { _root.play(); }
Symbol 27 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 27 MovieClip Frame 2
gotoAndPlay (1);
Symbol 50 MovieClip Frame 1164
gotoAndPlay (1);
Symbol 57 MovieClip Frame 31
stop();
Symbol 60 MovieClip Frame 10
stop();
Symbol 62 Button
on (release) { gotoAndStop(frame); }
Symbol 65 MovieClip Frame 45
stop();

Library Items

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

Instance Names

"fish"Frame 2Symbol 42 MovieClip
"enemyFish"Frame 2Symbol 48 MovieClip
"bar"Symbol 27 MovieClip Frame 1Symbol 16 MovieClip

Special Tags

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

Labels

"loaded"Symbol 27 MovieClip Frame 3

Dynamic Text Variables

scoreSymbol 51 EditableText"<p align="left"></p>"
resultsSymbol 53 EditableText"<p align="left"></p>"
resultsSymbol 68 EditableText"<p align="left"></p>"




http://swfchan.com/12/55452/info.shtml
Created: 20/4 -2019 11:04:52 Last modified: 20/4 -2019 11:04:52 Server time: 03/05 -2024 03:09:45