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

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

Mind Scorn.swf

This is the info page for
Flash #42092

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


Text
Loading

START

Presents

<p align="center"><font face="Arial" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">START</font></p>

MINDSCORN

BY THEWASTE

Play more
games!

Add games to
your site!

ActionScript [AS1/AS2]

Frame 1
onEnterFrame = function () { loaded = _root.getBytesLoaded(); amount = _root.getBytesTotal(); if (loaded == amount) { gotoAndStop (2); } }; stop();
Frame 2
onEnterFrame = function () { if (_root.advance == "crudwheats") { gotoAndStop (3); } };
Frame 3
stop(); simon._visible = false; level = 2; soundobj = new Sound(); playsound = function (sname) { soundobj.attachSound(sname); soundobj.start(0, 0); }; passwordarray = ["Housebrick", "Bumper Sticker", "George Bush", "Pet Cat", "Dolphin", "Einstein", "Stewie", "Hal-9000", "Freak Of Nature", "Chuck Norris' Sperm", "The Added IQ Of Canada", "Chuck Norris Himself", "God", "Infinity * 999", "Teh PwnZorZ", "OMFGLOL!!!1", "I KNOW KUNG FU", "IM ON PILLS WO0o0 COLOR!!1"]; passwordd = (("Level " + (level - 1)) + ".\r Your IQ matches: ") + passwordarray[level - 2]; simon.begin = function (thedifficulty) { if (this.ingame == undefined) { startbutton._alpha = 50; this.diff = thedifficulty; this.sequence = new Array(); this.ingame = true; this._visible = true; this.playmode = "show"; this.g1._alpha = 0; this.g2._alpha = 0; this.g3._alpha = 0; this.g4._alpha = 0; this.g1._xscale = this.g1._alpha; this.g1._yscale = this.g1._alpha; this.g2._xscale = this.g2._alpha; this.g2._yscale = this.g2._alpha; this.g3._xscale = this.g3._alpha; this.g3._yscale = this.g3._alpha; this.g4._xscale = this.g4._alpha; this.g4._yscale = this.g4._alpha; this.g1.gotoAndStop(2); this.g2.gotoAndStop(2); this.g3.gotoAndStop(2); this.g4.gotoAndStop(2); this.waitint = 50; this.upto = 0; di = this.diff; this.average = 50; while (di > 0) { this.sequence[this.sequence.length] = random(4) + 1; di--; } this.onEnterFrame = function () { this.waitint--; this._rotation = this._rotation + (this.diff * 1.5); this.sign._rotation = -this._rotation; if (this.playmode == "show") { if ((this.waitint <= 0) && (this.upto < this.diff)) { eval ("this.g" + this.sequence[this.upto])._alpha = 100; playsound(this.sequence[this.upto]); this.upto++; this.waitint = 30 - (this.diff * 1); } if (this.upto >= this.diff) { if (this.waitint < -15) { this.playmode = "play"; this.average = 100; this.upto = 0; this.waitint = 120; this.g1.gotoAndStop(1); this.g2.gotoAndStop(1); this.g3.gotoAndStop(1); this.g4.gotoAndStop(1); simon.win = function () { if (this.playmode == "play") { this.g1.gotoAndStop(2); this.g2.gotoAndStop(2); this.g3.gotoAndStop(2); this.g4.gotoAndStop(2); this.average = 0; this.playmode = "packup"; this.waitint = 40; level++; playsound("win"); passwordd = (("Level " + (level - 1)) + ".\r Your IQ matches: ") + passwordarray[level - 2]; } }; simon.lose = function () { if (this.playmode == "play") { this.g1.gotoAndStop(2); this.g2.gotoAndStop(2); this.g3.gotoAndStop(2); this.g4.gotoAndStop(2); this.sign.gotoAndStop(3); this.sign._alpha = 100; this.average = 0; this.playmode = "packup"; this.waitint = 40; } }; simon.hitglyph = function (display) { if (this.waitint > 0) { if (display.charAt(1) == this.sequence[this.upto]) { if (this.upto < (this.diff - 1)) { playsound(this.sequence[this.upto]); } eval ("this." + display)._alpha = 75; this.sign.gotoAndStop(2); this.sign._alpha = 100; this.waitint = 60; this.upto++; if (this.upto >= this.diff) { simon.win(); } } else { playsound("w"); simon.lose(); } } }; } } } if (this.playmode == "play") { if (this.waitint < 0) { playsound("w"); simon.lose(); } } if (this.playmode == "packup") { if (this.waitint < 0) { simon.end(); } } this.g1._alpha = this.g1._alpha + ((this.average - this.g1._alpha) / 10); this.g2._alpha = this.g2._alpha + ((this.average - this.g2._alpha) / 10); this.g3._alpha = this.g3._alpha + ((this.average - this.g3._alpha) / 10); this.g4._alpha = this.g4._alpha + ((this.average - this.g4._alpha) / 10); this.g1._xscale = this.g1._alpha; this.g1._yscale = this.g1._alpha; this.g2._xscale = this.g2._alpha; this.g2._yscale = this.g2._alpha; this.g3._xscale = this.g3._alpha; this.g3._yscale = this.g3._alpha; this.g4._xscale = this.g4._alpha; this.g4._yscale = this.g4._alpha; this.sign._alpha = this.sign._alpha / 1.1; }; } }; simon.end = function () { trace("SIMON ENDED"); this.onEnterFrame = function () { }; this._visible = false; this.ingame = undefined; startbutton._alpha = 100; };
Instance of Symbol 22 MovieClip "startbutton" in Frame 3
on (press) { _root.simon.begin(_root.level); }
Instance of Symbol 35 MovieClip in Frame 3
on (press) { getURL ("http://www.gamegecko.com", "_BLANK"); }
Instance of Symbol 37 MovieClip in Frame 3
on (press) { getURL ("http://www.gamegecko.com/gamesforyoursite.php", "_BLANK"); }
Symbol 13 MovieClip Frame 1
click.onPress = function () { _parent.hitglyph(_name); };
Symbol 18 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 1
stop();
Instance of Symbol 26 MovieClip in Symbol 28 MovieClip Frame 1
onClipEvent (load) { xpos = _x; ypos = _y; } onClipEvent (enterFrame) { _alpha = (random(30) + 30); _x = (xpos + (random(5) - 2)); _y = (ypos + (random(5) - 2)); gotoAndStop(random(15) + 1); }
Instance of Symbol 28 MovieClip in Symbol 29 MovieClip Frame 1
on (press) { getURL ("http://www.gamegecko.com", "_BLANK"); }
Symbol 29 MovieClip Frame 141
_root.advance = "crudwheats"; stop();

Library Items

Symbol 1 FontUsed by:2 27 31
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:23 35 37
Symbol 4 Sound [1]Used by:23
Symbol 5 Sound [2]Used by:23
Symbol 6 Sound [3]Used by:23
Symbol 7 Sound [4]Used by:23
Symbol 8 Sound [w]Used by:23
Symbol 9 Sound [win]Used by:23
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:13 23
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12 11Used by:15 23 30
Symbol 14 GraphicUsed by:15 30
Symbol 15 MovieClipUses:14 13Used by:23
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:16 17Used by:23 30
Symbol 19 GraphicUsed by:22  Timeline
Symbol 20 FontUsed by:21 32 33 34 36
Symbol 21 TextUses:20Used by:22
Symbol 22 MovieClipUses:19 21Used by:23  Timeline
Symbol 23 MovieClipUses:3 4 5 6 7 8 9 11 13 15 18 22Used by:Timeline
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26 28
Symbol 26 MovieClipUses:25Used by:28
Symbol 27 TextUses:1Used by:28
Symbol 28 MovieClipUses:25 26 27Used by:29
Symbol 29 MovieClipUses:28Used by:Timeline
Symbol 30 MovieClipUses:14 13 18Used by:Timeline
Symbol 31 EditableTextUses:1Used by:Timeline
Symbol 32 TextUses:20Used by:Timeline
Symbol 33 TextUses:20Used by:Timeline
Symbol 34 TextUses:20Used by:35
Symbol 35 MovieClipUses:3 34Used by:Timeline
Symbol 36 TextUses:20Used by:37
Symbol 37 MovieClipUses:3 36Used by:Timeline

Instance Names

"simon"Frame 3Symbol 30 MovieClip
"startbutton"Frame 3Symbol 22 MovieClip
"click"Symbol 13 MovieClip Frame 1Symbol 11 MovieClip
"g1"Symbol 15 MovieClip Frame 1Symbol 13 MovieClip
"g3"Symbol 15 MovieClip Frame 1Symbol 13 MovieClip
"g4"Symbol 15 MovieClip Frame 1Symbol 13 MovieClip
"g2"Symbol 15 MovieClip Frame 1Symbol 13 MovieClip
"g1"Symbol 30 MovieClip Frame 1Symbol 13 MovieClip
"g3"Symbol 30 MovieClip Frame 1Symbol 13 MovieClip
"g4"Symbol 30 MovieClip Frame 1Symbol 13 MovieClip
"g2"Symbol 30 MovieClip Frame 1Symbol 13 MovieClip
"sign"Symbol 30 MovieClip Frame 1Symbol 18 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 2Symbol 4 as "1"
ExportAssets (56)Timeline Frame 2Symbol 5 as "2"
ExportAssets (56)Timeline Frame 2Symbol 6 as "3"
ExportAssets (56)Timeline Frame 2Symbol 7 as "4"
ExportAssets (56)Timeline Frame 2Symbol 8 as "w"
ExportAssets (56)Timeline Frame 2Symbol 9 as "win"

Labels

"game"Frame 3

Dynamic Text Variables

passworddSymbol 31 EditableText"<p align="center"><font face="Arial" size="10" color="#ffffff" letterSpacing="0.000000" kerning="1">START</font></p>"




http://swfchan.com/9/42092/info.shtml
Created: 10/5 -2019 02:19:10 Last modified: 10/5 -2019 02:19:10 Server time: 12/05 -2024 14:43:13