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

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

Mario Snow.swf

This is the info page for
Flash #48942

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


Text
Warning, you
may need a
supercomputer
to play this
game.

Okay

<p align="center"><font face="TF2 Build" size="30" color="#333333" letterSpacing="0.000000" kerning="1"><b>100</b></font></p>

New game

Mario snow
Beta 1.15

<p align="center"><font face="Tahoma_24pt_st" size="24" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

Highest score

More games

<p align="center"><font face="TF2 Build" size="12" color="#263f66" letterSpacing="0.000000" kerning="1"><b>HIGH</b></font></p>

<p align="center"><font face="TF2 Build" size="12" color="#263f66" letterSpacing="0.000000" kerning="1"><b>Quality</b></font></p>

<p align="center"><font face="TF2 Build" size="12" color="#263f66" letterSpacing="0.000000" kerning="1"><b>Volume</b></font></p>

<p align="left"><font face="Tahoma_10pt_st" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">Plane</font></p>

<p align="left"><font face="Tahoma_10pt_st" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">Speed</font></p>

<p align="left"><font face="Tahoma_24pt_st" size="24" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>Speed</b></font></p>

You fell into
the bottomless
pit of doom and
died a slow and
painful death.

<p align="center"><font face="TF2 Build" size="14" color="#f1eeff" letterSpacing="0.000000" kerning="1"><b>Text</b></font></p>

Menu

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
if (allowsounds == undefined) { allowsounds = 100; }
Instance of Symbol 18 MovieClip in Frame 2
onClipEvent (load) { total = _root.getBytesTotal(); _root.stop(); _x = (-_width); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); percent = (loaded / total) * 100; _x = (percent * 7.2); _root.p = Math.round(percent); if (percent == 100) { _root.px0._alpha = _root.px0._alpha - 5; _root.px1._alpha = _root.px1._alpha - 5; _alpha = (_alpha - 5); if ((_root.px0._alpha <= 0) && (_root.px1._alpha <= 0)) { _root.play(); } } }
Instance of Symbol 22 MovieClip "px0" in Frame 2
onClipEvent (enterFrame) { sp = 10; _x = (_x - sp); if (_x < -720) { _x = 0; } }
Instance of Symbol 22 MovieClip "px1" in Frame 2
onClipEvent (enterFrame) { sp = 10; _x = (_x - sp); if (_x < 0) { _x = 720; } }
Frame 10
function addSound(link) { soundbase = new Sound(this); music01 = soundbase.attachSound(link); soundbase.start(0, 99); soundbase.setVolume(allowsounds); } function stopSound() { soundbase.stop(); } stop(); d = SharedObject.getLocal("mario_snow"); hiscore = d.data.hiscore; if (hiscore == undefined) { hiscore = 0; }
Frame 11
init = function () { width = Stage.width; height = Stage.height; max_snowsize = 10; snowflakes = 100; i = 0; while (i < snowflakes) { t = attachMovie("snow", "snow" + i, i); t._x = (-(width / 2)) + (Math.random() * (1.5 * width)); t._y = (-(height / 2)) + (Math.random() * (1.5 * height)); t._xscale = (t._yscale = 50 + (Math.random() * (max_snowsize * 10))); t.k = 1 + (Math.random() * 2); t.wind = -1.5 + (Math.random() * 4.2); t.onEnterFrame = mover; i++; } }; undo = function () { removeMovieClip("wario"); removeMovieClip("mario"); removeMovieClip("box"); removeMovieClip("box2"); removeMovieClip("box3"); removeMovieClip("box4"); stopAllSounds(); snowflakes = 100; i = 0; while (i < snowflakes) { removeMovieClip("snow" + i); i++; } _root.play(); }; mover = function () { this._y = this._y + this.k; this._x = this._x + this.wind; if (this._y > (height + 10)) { this._y = -20; } if (this._x > (width + 20)) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } else if (this._x < -20) { this._x = (-(width / 2)) + (Math.random() * (1.5 * width)); this._y = -20; } }; init(); this.onUnload = undo; this.onExitFrame; mario.onUnload = undo; stop(); stopSound(); addSound("gamemusic");
Instance of Symbol 13 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 0.5; _x = (_x - sp); if (_x < -720) { _x = 0; } }
Instance of Symbol 13 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 0.5; _x = (_x - sp); if (_x < 0) { _x = 720; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 1; _x = (_x - sp); if (_x < -720) { _x = 0; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 1; _x = (_x - sp); if (_x < 0) { _x = 720; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 2; _x = (_x - sp); if (_x < -720) { _x = 0; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 2; _x = (_x - sp); if (_x < 0) { _x = 720; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 5; _x = (_x - sp); if (_x < -720) { _x = 0; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 5; _x = (_x - sp); if (_x < 0) { _x = 720; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 7; _x = (_x - sp); if (_x < -720) { _x = 0; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 7; _x = (_x - sp); if (_x < 0) { _x = 720; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 10; _x = (_x - sp); if (_x < -720) { _x = 0; } }
Instance of Symbol 22 MovieClip in Frame 11
onClipEvent (enterFrame) { sp = 10; _x = (_x - sp); if (_x < 0) { _x = 720; } }
Instance of Symbol 50 MovieClip "box" in Frame 11
onClipEvent (load) { function respawn() { r = random(_totalframes + 1); _x = (720 + _width); this.gotoAndStop(r); if (r == 1) { plane = 5; sp = 10; } if (r == 2) { plane = 4; sp = 7; } if (r == 3) { plane = 3; sp = 5; } if (r == 4) { plane = 2; sp = 2; } if (r == 5) { plane = 1; sp = 1; } this.swapDepths(plane); } t = 0; sp = 10; } onClipEvent (enterFrame) { if (t == 0) { respawn(); t = 1; } _x = (_x - sp); if (_x < (-_width)) { respawn(); } }
Instance of Symbol 50 MovieClip "box2" in Frame 11
onClipEvent (load) { function respawn() { r = random(_totalframes + 1); _x = (720 + _width); this.gotoAndStop(r); if (r == 1) { plane = 5; sp = 10; } if (r == 2) { plane = 4; sp = 7; } if (r == 3) { plane = 3; sp = 5; } if (r == 4) { plane = 2; sp = 2; } if (r == 5) { plane = 1; sp = 1; } this.swapDepths(plane); } t = 0; sp = 10; } onClipEvent (enterFrame) { if (t == 0) { respawn(); t = 1; } _x = (_x - sp); if (_x < (-_width)) { respawn(); } }
Instance of Symbol 50 MovieClip "box3" in Frame 11
onClipEvent (load) { function respawn() { r = random(_totalframes + 1); _x = (720 + _width); this.gotoAndStop(r); if (r == 1) { plane = 5; sp = 10; } if (r == 2) { plane = 4; sp = 7; } if (r == 3) { plane = 3; sp = 5; } if (r == 4) { plane = 2; sp = 2; } if (r == 5) { plane = 1; sp = 1; } this.swapDepths(plane); } t = 0; sp = 10; } onClipEvent (enterFrame) { if (t == 0) { respawn(); t = 1; } _x = (_x - sp); if (_x < (-_width)) { respawn(); } }
Instance of Symbol 50 MovieClip "box4" in Frame 11
onClipEvent (load) { function respawn() { r = random(_totalframes + 1); _x = (720 + _width); this.gotoAndStop(r); if (r == 1) { plane = 5; sp = 10; } if (r == 2) { plane = 4; sp = 7; } if (r == 3) { plane = 3; sp = 5; } if (r == 4) { plane = 2; sp = 2; } if (r == 5) { plane = 1; sp = 1; } this.swapDepths(plane); } t = 0; sp = 10; } onClipEvent (enterFrame) { if (t == 0) { respawn(); t = 1; } _x = (_x - sp); if (_x < (-_width)) { respawn(); } }
Instance of Symbol 18 MovieClip "mario" in Frame 11
onClipEvent (load) { walkspeed = 4; plane = 5; d = false; delay = 500; n = new Date(); st = n.getTime(); if (_root.hiscore == undefined) { _root.hiscore = 0; } } onClipEvent (enterFrame) { if (d == true) { _root.undo(); } d = new Date(); _root.score = d.getTime() - st; if (_root.score > _root.hiscore) { _root.hiscore = _root.score; } t = d.getTime(); if (lastpressed == undefined) { lastpressed = t; } _root.plane = plane; _root.walkspeed = walkspeed; this.stop(); if (t > (lastpressed + delay)) { if (Key.isDown(38) && (_currentframe != 5)) { this.nextFrame(); walkspeed = walkspeed - 0.75; plane = plane - 1; lastpressed = t; this.swapDepths(plane); } if (Key.isDown(40) && (_currentframe != 1)) { this.prevFrame(); walkspeed = walkspeed + 0.75; plane = plane + 1; lastpressed = t; this.swapDepths(plane); } } if (Key.isDown(37)) { _x = (_x - walkspeed); } if (Key.isDown(39)) { _x = (_x + walkspeed); } if (_x < 0) { _x = 0; } if (_x > Stage.width) { _x = Stage.width; } if (this.hitTest(_root.wario) && (plane == _root.wario.plane)) { _root.undo(); } if (this.hitTest(_root.box) && (plane == _root.box.plane)) { _root.undo(); } if (this.hitTest(_root.box2) && (plane == _root.box2.plane)) { _root.undo(); } if (this.hitTest(_root.box3) && (plane == _root.box3.plane)) { _root.undo(); } if (this.hitTest(_root.box4) && (plane == _root.box4.plane)) { _root.undo(); } }
Instance of Symbol 58 MovieClip "wario" in Frame 11
onClipEvent (load) { function respawn() { r = random(_totalframes + 1); _x = (720 + (_width / 2)); this.gotoAndStop(r); if (r == 1) { plane = 5; } if (r == 2) { plane = 4; } if (r == 3) { plane = 3; } if (r == 4) { plane = 2; } if (r == 5) { plane = 1; } this.swapDepths(plane); } sp = 20; respawn(); t = 0; } onClipEvent (enterFrame) { if (t == 0) { respawn(); t = 1; } _x = (_x - sp); if (_x < (-720 + (_width / 2))) { respawn(); } }
Frame 108
stop(); d = SharedObject.getLocal("mario_snow"); if (d.data.hiscore == undefined) { d.data.hiscore = 0; } if (_root.hiscore > d.data.hiscore) { trace((_root.hiscore + " > ") + d.data.hiscore); stat = ((("By the way, you beat you old score (" + d.data.hiscore) + ") with ") + _root.hiscore) + "!"; d.data.hiscore = _root.hiscore; } else { trace((_root.hiscore + " < ") + d.data.hiscore); stat = "No, you won't get anything for that."; }
Symbol 9 Button
on (release) { _root.play(); }
Symbol 18 MovieClip Frame 1
stop();
Symbol 26 Button
on (release) { getURL ("http://giraffen93.newgrounds.com", "_blank"); }
Symbol 35 Button
on (release) { d = SharedObject.getLocal("mario_snow"); d.data.hiscore = 0; gotoAndStop (2); }
Instance of Symbol 38 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (load) { function changeq() { _quality = q; _root.qt = q; trace(("Quality set to " + q) + "!"); } sy = _y; } onClipEvent (enterFrame) { if (_y < sy) { _y = sy; } if (_y > sy) { _y = sy; } if (_x < -50) { _x = -50; } if (_x > 50) { _x = 50; } if (_x > -50) { q = "LOW"; } if (_x > -25) { q = "MEDIUM"; } if (_x > 0) { q = "HIGH"; } if (_x > 25) { q = "BEST"; } } on (press) { startDrag (this); } on (release) { stopDrag(); changeq(); } on (releaseOutside) { stopDrag(); changeq(); }
Instance of Symbol 38 MovieClip in Symbol 43 MovieClip Frame 1
onClipEvent (load) { function changeq() { _root.allowsounds = q; trace(("Volume set to " + q) + "!"); } sy = _y; _x = (_root.allowsounds - 50); } onClipEvent (enterFrame) { if (_y < sy) { _y = sy; } if (_y > sy) { _y = sy; } if (_x < -50) { _x = -50; } q = _x + 50; } on (press) { startDrag (this); } on (release) { stopDrag(); changeq(); } on (releaseOutside) { stopDrag(); changeq(); }
Symbol 47 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 1
stop();

Library Items

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

Instance Names

"px0"Frame 2Symbol 22 MovieClip
"px1"Frame 2Symbol 22 MovieClip
"box"Frame 11Symbol 50 MovieClip
"box2"Frame 11Symbol 50 MovieClip
"box3"Frame 11Symbol 50 MovieClip
"box4"Frame 11Symbol 50 MovieClip
"mario"Frame 11Symbol 18 MovieClip
"wario"Frame 11Symbol 58 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 2 as "snow"
ExportAssets (56)Timeline Frame 11Symbol 64 as "gamemusic"

Labels

"r_right"Symbol 18 MovieClip Frame 1

Dynamic Text Variables

pSymbol 23 EditableText"<p align="center"><font face="TF2 Build" size="30" color="#333333" letterSpacing="0.000000" kerning="1"><b>100</b></font></p>"
_root.hiscoreSymbol 31 EditableText"<p align="center"><font face="Tahoma_24pt_st" size="24" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
_root.qtSymbol 39 EditableText"<p align="center"><font face="TF2 Build" size="12" color="#263f66" letterSpacing="0.000000" kerning="1"><b>HIGH</b></font></p>"
planeSymbol 61 EditableText"<p align="left"><font face="Tahoma_10pt_st" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">Plane</font></p>"
walkspeedSymbol 62 EditableText"<p align="left"><font face="Tahoma_10pt_st" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">Speed</font></p>"
scoreSymbol 63 EditableText"<p align="left"><font face="Tahoma_24pt_st" size="24" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>Speed</b></font></p>"
_root.statSymbol 77 EditableText"<p align="center"><font face="TF2 Build" size="14" color="#f1eeff" letterSpacing="0.000000" kerning="1"><b>Text</b></font></p>"




http://swfchan.com/10/48942/info.shtml
Created: 28/4 -2019 23:23:23 Last modified: 28/4 -2019 23:23:23 Server time: 04/05 -2024 07:55:02