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

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

Smidge in ToasterLand 0.5.swf

This is the info page for
Flash #57499

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


Text
loading

<p align="left"><font face="Comic Sans MS" size="14" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>99%</b></font></p>

Go!

Go!

Go!

How?

How?

Use WSAD to move.

Avoid the evil toasters falling from the sky!

How?

Smidge in  T

oaster Land

OMG TOASTERS!!!

Good Job. Your time was:

Again?

Again?

Rank:

---------------------------------------

ActionScript [AS1/AS2]

Frame 1
stopAllSounds();
Instance of Symbol 8 MovieClip in Frame 1
onClipEvent (load) { total = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); percent = int((loaded / total) * 100); percen1 = ("" + percent) + "%"; gotoAndStop(percent); if (loaded == total) { _root.gotoAndPlay(2); } }
Frame 4
clock = 0; stop();
Frame 5
stop();
Instance of Symbol 41 MovieClip in Frame 5
onClipEvent (enterFrame) { _y = (_y + ((_root.player._y - _y) / 4)); _x = (_x + ((_root.player._x - _x) / 4)); }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } onClipEvent (enterFrame) { this._y = this._y + speed; if (this.hitTest(_root.player)) { _root.nextFrame(); } if (this._y >= 310) { this._x = random(550); this._y = random(-50); speed = random(15) + 5; } }
Instance of Symbol 57 MovieClip "player" in Frame 5
onClipEvent (load) { var grav = 0; var speed = 15; var jumpHeight = 14; var slow = 0.7; var slowspd = (speed / 1.5); var setspeed = speed; var scale = _xscale; var ex = 5; this.gotoAndStop(2); } onClipEvent (enterFrame) { grav++; _y = (_y + grav); while (_root.ground.hitTest(_x, _y, true)) { _y = (_y-1); grav = 0; } if (_root.water.hitTest(_x, _y, true)) { if (grav > 0) { grav = grav * slow; } speed = slowspd; } else { speed = setspeed; } if (Key.isDown(68)) { _x = (_x + speed); _xscale = scale; if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if (Key.isDown(65)) { _x = (_x - speed); _xscale = (-scale); if (_root.ground.hitTest(_x, _y + 3, true)) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else if ((_root.ground.hitTest(_x, _y + 3, true) && (!Key.isDown(79))) && (!Key.isDown(73))) { this.gotoAndStop(3); } if ((((Key.isDown(79) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(73))) { this.gotoAndStop(5); } if ((((Key.isDown(73) && (!Key.isDown(87))) && (!Key.isDown(65))) && (!Key.isDown(68))) && (!Key.isDown(79))) { this.gotoAndStop(4); } if (Key.isDown(87) && (_root.ground.hitTest(_x, _y + 3, true))) { grav = -jumpHeight; _y = (_y - 4); this.gotoAndStop(2); } if ((_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x + (_width / 2)) + ex, _y - _height, true))) { _x = (_x - speed); } if ((_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 2), true) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - (_height / 6), true))) || (_root.ground.hitTest((_x - (_width / 2)) - ex, _y - _height, true))) { _x = (_x + speed); } if (_root.ground.hitTest(_x, (_y - _height) - 15, true)) { grav = 1; } }
Frame 6
stop();
Instance of Symbol 72 MovieClip in Frame 6
onClipEvent (enterFrame) { if (_root.clock < 1) { _root.rank = "Retarded Butterfly"; } if ((_root.clock > 0) && (_root.clock < 11)) { _root.rank = "Newbie"; } if ((_root.clock > 10) && (_root.clock < 21)) { _root.rank = "Poor"; } if ((_root.clock > 21) && (_root.clock < 40)) { _root.rank = "Okay"; } if ((_root.clock > 39) && (_root.clock < 61)) { _root.rank = "Not Bad"; } if ((_root.clock > 59) && (_root.clock < 91)) { _root.rank = "Good"; } if ((_root.clock > 90) && (_root.clock < 131)) { _root.rank = "Masterful"; } if ((_root.clock > 130) && (_root.clock < 251)) { _root.rank = "FazzleMan"; } if (_root.clock > 250) { _root.rank = "Chuck Norris"; } }
Symbol 24 Button
on (release) { nextFrame(); }
Symbol 41 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Instance of Symbol 47 MovieClip in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.smidge)) { _root.gotoAndStop(6); } }
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 2
stop();
Symbol 57 MovieClip Frame 3
stop();
Symbol 60 MovieClip Frame 18
_root.clock = _root.clock + 1;
Symbol 68 Button
on (release) { stopAllSounds(); gotoAndPlay (2); }

Library Items

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

Instance Names

"ground"Frame 5Symbol 50 MovieClip
"player"Frame 5Symbol 57 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

percen1Symbol 7 EditableText"<p align="left"><font face="Comic Sans MS" size="14" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>99%</b></font></p>"
clockSymbol 58 EditableText""
clockSymbol 61 EditableText""
rankSymbol 70 EditableText"---------------------------------------"




http://swfchan.com/12/57499/info.shtml
Created: 18/4 -2019 02:35:32 Last modified: 18/4 -2019 02:35:32 Server time: 21/05 -2024 06:05:16