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

swfchan turned sixteen years old yesterday! (5may2024)

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

super-mario-bros-goomba-mode.swf

This is the info page for
Flash #209549

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


Text
SUBMIT SCORE

SUBMIT SCORE

PLAY MORE GAMES

GAME OVER

SUGARTOAST.COM

SUGARTOAST.COM

TOGGLE
SOUND

TOGGLE
SOUND

SUGARTOAST.COM

GAMES FOR THE EASILY AMUSED

ORIGINAL CHARACTERS, IMAGES, AND
SOUNDS ALL COPYRIGHT TO NINTENDO.

KILL THE MARIOS
ARROW KEYS TO MOVE
SPACE TO START

x 1

WORLD 1-1

<p align="right"><font face="PC Senior_12pt_st" size="12" color="#ffffff" letterSpacing="0.000000" kerning="1">0</font></p>

GOOMBA

PRESS SPACE TO PLAY AGAIN

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

ActionScript [AS1/AS2]

Frame 1
_global.sound = 1; var core = this; var make_sound = function (mc_name, depth, volume, name) { var _local2 = core.createEmptyMovieClip(mc_name, depth); var _local1 = new Sound(_local2); _local1.setVolume(volume); _local1.attachSound(name); return(_local1); }; var jump = make_sound("jump", 200, 100, "jump"); var smash = make_sound("die", 201, 100, "die"); var mariodie = make_sound("stomp", 202, 100, "stomp"); var bgm = make_sound("background", 203, 100, "background"); var gameover = make_sound("gameover", 204, 100, "gameover"); _root.core.smash.start(0, 1); gotost.onRelease = function () { getURL ("http://www.sugartoast.com/", "_blank"); };
Frame 39
stop();
Instance of Symbol 58 MovieClip [title] in Frame 39
onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.gotoAndPlay(40); } }
Frame 40
this.onEnterFrame = function () { _global.score = 0; _root.score.text = _global.score; togglesound.onRelease = function () { if (_global.sound == 0) { jump.setVolume(100); smash.setVolume(100); mariodie.setVolume(100); bgm.setVolume(100); gameover.setVolume(100); _global.sound = 1; } else if (_global.sound == 1) { jump.setVolume(0); smash.setVolume(0); mariodie.setVolume(0); bgm.setVolume(0); gameover.setVolume(0); _global.sound = 0; } }; sugar.onRelease = function () { getURL ("http://www.sugartoast.com/", "_blank"); }; };
Frame 57
function make() { d = _root.getNextHighestDepth(); m = _root.attachMovie("mario", d, d); m._y = 336; m._x = -200; } function make2() { d2 = _root.getNextHighestDepth(); l = _root.attachMovie("luigi", d2, d2); l._y = 336; l._x = 700; } stop(); _global.name = "Test"; _global.dead = 0; c = 0; r = 1; c2 = 0; r2 = 1; gametime = 0; deadcount = 0; this.onEnterFrame = function () { gametime++; r = r + 0.1; c = c + r; ran = random(5000); if ((c > ran) and (_global.dead == 0)) { this.make(); c = 0; } if (gametime >= 720) { r2 = r2 + 0.1; c2 = c2 + r2; ran2 = random(5000); if ((c2 > ran2) and (_global.dead == 0)) { this.make2(); c2 = 0; } } if (_global.dead == 1) { deadcount++; if (deadcount == 48) { _root.gotoAndStop(58); } } };
Instance of Symbol 45 MovieClip [goomba] "goomba" in Frame 57
onClipEvent (load) { _global.score = 0; diecount = 0; speed = 5; _root.core.bgm.start(0, 99); stop(); } onClipEvent (enterFrame) { moving = 1; if (_global.dead == 1) { diecount++; if (diecount >= 12) { this._y = 1000; } } if ((Key.isDown(37) and (_global.dead == 0)) and (this._x >= 0)) { this._x = this._x - speed; } else if ((Key.isDown(39) and (_global.dead == 0)) and (this._x <= 468)) { this._x = this._x + speed; } else { moving = 0; } if (moving) { if (this._currentframe == 4) { this.gotoAndStop(1); } else { this.gotoAndStop(_currentframe + 1); } } }
Frame 58
playonsugar.onRelease = function () { getURL ("http://www.sugartoast.com/", "_blank"); }; if (_global.score == 0) { _root.rank.text = "RANK: SUICIDAL GOOMBA\n\n(YOU KIND OF SCREWED UP...HORRIBLY)"; } else if (_global.score < 2) { _root.rank.text = "RANK: FAILTASTIC GOOMBA\n\n(REMEMBER...ARROW KEYS)"; } else if (_global.score < 5) { _root.rank.text = "RANK: NOT SO GREAT GOOMBA\n\n(NOTHING TO BRAG ABOUT)"; } else if (_global.score < 9) { _root.rank.text = "RANK: STILL NOT SO GREAT GOOMBA\n\n(STILL NOTHING TO BRAG ABOUT)"; } else if (_global.score < 14) { _root.rank.text = "RANK: SLACKER GOOMBA\n\n(YOU'LL MOVE WHEN YOU WANT TO)"; } else if (_global.score < 20) { _root.rank.text = "RANK: THAT ONE GOOMBA\n\n(FROM THAT ONE LEVEL)"; } else if (_global.score < 30) { _root.rank.text = "RANK: AVERAGE GOOMBA\n\n(THAT'S ONE MEAN GOOMBA)"; } else if (_global.score < 40) { _root.rank.text = "RANK: GOODISH GOOMBA\n\n(DECENT, DECENT)"; } else if (_global.score < 50) { _root.rank.text = "RANK: GOOMBA GOOMBA\n\n(THE POWER OF 2 GOOMBAS)"; } else if (_global.score < 60) { _root.rank.text = "RANK: GOOMBA OF DOOM\n\n(DOOOOOOOM!!!)"; } else if (_global.score < 69) { _root.rank.text = "RANK: HIPPIE GOOMBA\n\n(IN THE 60'S)"; } else if (_global.score == 69) { _root.rank.text = "RANK: DIRTY GOOMBA\n\n(YOU EXPECTED GOOMBAS TO BE CLEAN?)"; } else if (_global.score < 80) { _root.rank.text = "RANK: DELUXE GOOMBA\n\n(NOT REALLY SURE WHAT THAT MEANS)"; } else if (_global.score < 90) { _root.rank.text = "RANK: AWESOME GOOMBA\n\n(JUST...AWESOME)"; } else if (_global.score < 100) { _root.rank.text = "RANK: NINJA GOOMBA\n\n(LACKING OUTLINES TO STAY HIDDEN)"; } else if (_global.score < 115) { _root.rank.text = "RANK: GREAT GOOMBA THE THIRD\n\n(THAT'S PRETTY FANCY)"; } else if (_global.score < 130) { _root.rank.text = "RANK: SUPER GOOMBA\n\n(APPARENTLY KILLS PEOPLE BY TOUCH)"; } else if (_global.score < 150) { _root.rank.text = "RANK: MASTER GOOMBA\n\n(TAKE THAT ITALIANS)"; } else { _root.rank.text = "RANK: ULTIMATE GOOMBA\n\n(IT'S OKAY TO STOP PLAYING NOW)"; }
Instance of Symbol 38 MovieClip [over] in Frame 58
onClipEvent (load) { _root.core.gameover.start(0, 1); } onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.core.gameover.stop(); _root.gotoAndPlay(40); } }
Symbol 25 MovieClip [mario] Frame 1
mariodead = 0; fall = 0; this.onEnterFrame = function () { if ((this._y > 520) or (this._x > 520)) { this.removeMovieClip(); } if (mariodead == 0) { _y = (_y + yspeed); _x = (_x + 15); if (_y >= 336) { if (_currentframe == 4) { gotoAndPlay (1); } _y = 336; if (random(20) == 5) { _root.core.jump.start(0, 1); yspeed = -25; } } else { gotoAndStop (4); yspeed = yspeed + 5; } if (this.hitTest(_parent.goomba) and (_global.dead == 0)) { if ((_y >= 336) or (yspeed <= 0)) { this.gotoAndStop(5); yspeed = -25; mariodead = 1; _root.core.smash.start(0, 1); _global.score++; _root.score.text = _global.score; } else { _root.goomba.gotoAndStop(5); stopAllSounds(); _root.core.mariodie.start(0, 1); _global.dead = 1; } } } };
Symbol 25 MovieClip [mario] Frame 5
this.onEnterFrame = function () { if ((this._y > 520) or (this._x > 520)) { this.removeMovieClip(); } _y = ((_y - 25) + fall); fall = fall + 5; };
Symbol 36 MovieClip [luigi] Frame 1
mariodead = 0; fall = 0; this.onEnterFrame = function () { if ((this._y > 520) or (this._x < -50)) { this.removeMovieClip(); } if (mariodead == 0) { _y = (_y + yspeed); _x = (_x - 15); if (_y >= 336) { if (_currentframe == 4) { gotoAndPlay (1); } _y = 336; if (random(20) == 5) { _root.core.jump.start(0, 1); yspeed = -25; } } else { gotoAndStop (4); yspeed = yspeed + 5; } if (this.hitTest(_parent.goomba) and (_global.dead == 0)) { if ((_y >= 336) or (yspeed <= 0)) { this.gotoAndStop(5); yspeed = -25; mariodead = 1; _root.core.smash.start(0, 1); _global.score++; _root.score.text = _global.score; } else { _root.goomba.gotoAndStop(5); stopAllSounds(); _root.core.mariodie.start(0, 1); _global.dead = 1; } } } };
Symbol 36 MovieClip [luigi] Frame 5
this.onEnterFrame = function () { if ((this._y > 520) or (this._x < -50)) { this.removeMovieClip(); } _y = ((_y - 25) + fall); fall = fall + 5; };
Symbol 45 MovieClip [goomba] Frame 5
this.onEnterFrame = function () { this.removeMovieClip(); };

Library Items

Symbol 1 Sound [stomp]
Symbol 2 Sound [die]
Symbol 3 Sound [jump]
Symbol 4 Sound [gameover]
Symbol 5 Sound [background]
Symbol 6 FontUsed by:7 9
Symbol 7 TextUses:6Used by:10
Symbol 8 GraphicUsed by:10
Symbol 9 TextUses:6Used by:10
Symbol 10 Button [submitscore]Uses:7 8 9
Symbol 11 FontUsed by:12 37 46 50 52 54 69 70 71 72 73 74 75
Symbol 12 TextUses:11Used by:14
Symbol 13 GraphicUsed by:14
Symbol 14 Button [playonsugar]Uses:12 13
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:25
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:25
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:25
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:25
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:25
Symbol 25 MovieClip [mario]Uses:16 18 20 22 24
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:36
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:36
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:36
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:36
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36
Symbol 36 MovieClip [luigi]Uses:27 29 31 33 35
Symbol 37 TextUses:11Used by:38
Symbol 38 MovieClip [over]Uses:37Used by:Timeline
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:45  Timeline
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:45
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:45
Symbol 45 MovieClip [goomba]Uses:40 42 44Used by:Timeline
Symbol 46 TextUses:11Used by:51
Symbol 47 BitmapUsed by:48 59
Symbol 48 GraphicUses:47Used by:51
Symbol 49 GraphicUsed by:51
Symbol 50 TextUses:11Used by:51
Symbol 51 Button [sugar]Uses:46 48 49 50Used by:Timeline
Symbol 52 TextUses:11Used by:55
Symbol 53 GraphicUsed by:55
Symbol 54 TextUses:11Used by:55
Symbol 55 Button [togglesound]Uses:52 53 54Used by:Timeline
Symbol 56 BitmapUsed by:57
Symbol 57 GraphicUses:56Used by:58
Symbol 58 MovieClip [title]Uses:57Used by:Timeline
Symbol 59 GraphicUses:47Used by:64
Symbol 60 FontUsed by:61
Symbol 61 TextUses:60Used by:64
Symbol 62 FontUsed by:63
Symbol 63 TextUses:62Used by:64
Symbol 64 Button [gotost]Uses:59 61 63Used by:Timeline
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:Timeline
Symbol 67 FontUsed by:68
Symbol 68 TextUses:67Used by:Timeline
Symbol 69 TextUses:11Used by:Timeline
Symbol 70 TextUses:11Used by:Timeline
Symbol 71 TextUses:11Used by:Timeline
Symbol 72 EditableTextUses:11Used by:Timeline
Symbol 73 TextUses:11Used by:Timeline
Symbol 74 TextUses:11Used by:Timeline
Symbol 75 EditableTextUses:11Used by:Timeline

Instance Names

"gotost"Frame 1Symbol 64 Button [gotost]
"score"Frame 40Symbol 72 EditableText
"togglesound"Frame 40Symbol 55 Button [togglesound]
"sugar"Frame 40Symbol 51 Button [sugar]
"goomba"Frame 57Symbol 45 MovieClip [goomba]
"rank"Frame 58Symbol 75 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "stomp"
ExportAssets (56)Timeline Frame 1Symbol 2 as "die"
ExportAssets (56)Timeline Frame 1Symbol 3 as "jump"
ExportAssets (56)Timeline Frame 1Symbol 4 as "gameover"
ExportAssets (56)Timeline Frame 1Symbol 5 as "background"
ExportAssets (56)Timeline Frame 1Symbol 10 as "submitscore"
ExportAssets (56)Timeline Frame 1Symbol 14 as "playonsugar"
ExportAssets (56)Timeline Frame 1Symbol 25 as "mario"
ExportAssets (56)Timeline Frame 1Symbol 36 as "luigi"
ExportAssets (56)Timeline Frame 1Symbol 38 as "over"
ExportAssets (56)Timeline Frame 1Symbol 45 as "goomba"
ExportAssets (56)Timeline Frame 1Symbol 51 as "sugar"
ExportAssets (56)Timeline Frame 1Symbol 55 as "togglesound"
ExportAssets (56)Timeline Frame 1Symbol 58 as "title"
ExportAssets (56)Timeline Frame 1Symbol 64 as "gotost"




http://swfchan.com/42/209549/info.shtml
Created: 8/10 -2018 17:12:00 Last modified: 8/10 -2018 17:12:00 Server time: 06/05 -2024 19:19:11