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

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

simon.swf

This is the info page for
Flash #132337

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


Text
loading...

Simon

:: play ::

Follow the pattern of lights and sounds
for as long as you can... if you can!

Do what Simon Says...

<P ALIGN="CENTER"><FONT FACE="Verdana" SIZE="11" COLOR="#FFFFFF"><A HREF="http://www.albinoblacksheep.com/" target = "_top">www.albinoblacksheep.com</A></FONT></P>

quit

score:

highest:

ActionScript [AS1/AS2]

Frame 1
stop(); Stage.showMenu = false; this.onEnterFrame = function () { sofar = this.getBytesLoaded(); total = this.getBytesTotal(); pc_txt.text = int((sofar / total) * 100) + "%"; if (sofar == total) { delete this.onEnterFrame; nextFrame(); } };
Frame 2
stop(); game_so = SharedObject.getLocal("neaveSimon"); if (highScore == undefined) { highScore = Number(game_so.data.highScore); } score = 0; play_btn.onRelease = function () { play(); }; neave_btn.onRelease = function () { getURL ("http://www.neave.com/games/", "_blank"); };
Frame 18
init = function () { green_btn.enabled = (yellow_btn.enabled = (blue_btn.enabled = (red_btn.enabled = false))); seq_array = new Array(); tempSeq_array = new Array(); compTurn = false; }; green_btn.onPress = function () { this.enabled = false; checkLight(0); }; yellow_btn.onPress = function () { this.enabled = false; checkLight(1); }; blue_btn.onPress = function () { this.enabled = false; checkLight(2); }; red_btn.onPress = function () { this.enabled = false; checkLight(3); }; quit_btn.onRelease = function () { Key.removeListener(keyListener); gotoAndStop (2); }; checkLight = function (num) { if (compTurn) { return(undefined); } thisNum = Number(tempSeq_array.shift()); if (thisNum != num) { init(); light_mc.gotoAndPlay(10); _root[thisNum].nextFrame(); gotoAndPlay (19); sound_mc.gotoAndPlay(10); return(undefined); } if (tempSeq_array.length == 0) { green_btn.enabled = (yellow_btn.enabled = (blue_btn.enabled = (red_btn.enabled = false))); light_mc.gotoAndPlay(1); simon_mc.gotoAndPlay(2); score++; if (score > highScore) { game_so.data.highScore = (highScore = score); } gotoAndPlay (53); } if (_root[num]._currentframe == 1) { sound_mc.gotoAndPlay((num * 2) + 2); _root[num].play(); } }; keyListener = new Object(); keyListener.onKeyDown = function () { switch (String.fromCharCode(Key.getCode())) { case "G" : if (green_btn.enabled) { green_btn.onPress(); } return; case "Y" : if (yellow_btn.enabled) { yellow_btn.onPress(); } return; case "B" : if (blue_btn.enabled) { blue_btn.onPress(); } return; case "R" : if (red_btn.enabled) { red_btn.onPress(); } return; case "Q" : Key.removeListener(keyListener); gotoAndStop (2); } }; Key.addListener(keyListener); score = 0; init(); gotoAndPlay (53);
Frame 50
score = 0; var l = 0; while (l < 4) { _root[l].gotoAndStop(1); l++; }
Frame 53
if (compTurn) { if (tempSeq_array.length) { thisNum = Number(tempSeq_array.shift()); sound_mc.gotoAndPlay((thisNum * 2) + 2); _root[thisNum].play(); } else { stop(); compTurn = false; tempSeq_array = seq_array.slice(); green_btn.enabled = (yellow_btn.enabled = (blue_btn.enabled = (red_btn.enabled = true))); } } else { seq_array.push(int(Math.random() * 4)); tempSeq_array = seq_array.slice(); compTurn = true; }
Frame 57
if (score > 19) { gotoAndPlay (53); }
Frame 58
if (score > 14) { gotoAndPlay (53); }
Frame 60
if (score > 9) { gotoAndPlay (53); }
Frame 62
if (score > 4) { gotoAndPlay (53); }
Frame 64
gotoAndPlay (53);
Symbol 16 MovieClip Frame 1
stop();
Symbol 22 MovieClip Frame 1
stop(); _root.green_btn.enabled = true;
Symbol 22 MovieClip Frame 5
if (_root.score > 14) { gotoAndStop (1); }
Symbol 22 MovieClip Frame 6
if (_root.score > 9) { gotoAndStop (1); }
Symbol 22 MovieClip Frame 8
if (_root.score > 4) { gotoAndStop (1); }
Symbol 29 MovieClip Frame 1
stop(); _root.yellow_btn.enabled = true;
Symbol 29 MovieClip Frame 5
if (_root.score > 14) { gotoAndStop (1); }
Symbol 29 MovieClip Frame 6
if (_root.score > 9) { gotoAndStop (1); }
Symbol 29 MovieClip Frame 8
if (_root.score > 4) { gotoAndStop (1); }
Symbol 34 MovieClip Frame 1
stop(); _root.blue_btn.enabled = true;
Symbol 34 MovieClip Frame 5
if (_root.score > 14) { gotoAndStop (1); }
Symbol 34 MovieClip Frame 6
if (_root.score > 9) { gotoAndStop (1); }
Symbol 34 MovieClip Frame 8
if (_root.score > 4) { gotoAndStop (1); }
Symbol 38 MovieClip Frame 1
stop(); _root.red_btn.enabled = true;
Symbol 38 MovieClip Frame 5
if (_root.score > 14) { gotoAndStop (1); }
Symbol 38 MovieClip Frame 6
if (_root.score > 9) { gotoAndStop (1); }
Symbol 38 MovieClip Frame 8
if (_root.score > 4) { gotoAndStop (1); }
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 9
gotoAndStop (1);
Symbol 41 MovieClip Frame 44
gotoAndStop (1);
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 3
stop();
Symbol 57 MovieClip Frame 5
stop();
Symbol 57 MovieClip Frame 7
stop();
Symbol 57 MovieClip Frame 9
stop();

Library Items

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

Instance Names

"pc_txt"Frame 1Symbol 3 EditableText
"logo_mc"Frame 2Symbol 6 MovieClip
"play_btn"Frame 2Symbol 9 Button
"simon_mc"Frame 3Symbol 16 MovieClip
"0"Frame 3Symbol 22 MovieClip
"1"Frame 3Symbol 29 MovieClip
"2"Frame 3Symbol 34 MovieClip
"3"Frame 3Symbol 38 MovieClip
"light_mc"Frame 16Symbol 41 MovieClip
"quit_btn"Frame 17Symbol 43 Button
"red_btn"Frame 17Symbol 48 Button
"green_btn"Frame 17Symbol 49 Button
"blue_btn"Frame 17Symbol 50 Button
"yellow_btn"Frame 17Symbol 51 Button
"sound_mc"Frame 17Symbol 57 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$IL$IhysDQlf0L10Z8rC8Q5ag1."

Labels

"lose"Frame 19
"loop"Frame 53

Dynamic Text Variables

scoreSymbol 45 EditableText""
highScoreSymbol 47 EditableText""




http://swfchan.com/27/132337/info.shtml
Created: 19/2 -2019 10:29:12 Last modified: 19/2 -2019 10:29:12 Server time: 21/09 -2024 00:59:48