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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM47339155-5DC&rnd=47339155" width="1" height="1"></div>

simon.swf

This is the info page for
Flash #262067

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


Text
loading...


Simon Says

Play

Follow the pattern of lights and
sounds and click the buttons in
order! How long can you survive??

Can you do everything
that Simon Says?

www.winterrowd.com

Score:

<p align="left"><font face="Kristen ITC" size="24" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.winterrowd.com" target = "_blank">www.winterrowd.com</a></font></p>

Replay? <3

of course :)

TM & © 2004 Warner Bros. Entertainment Inc. All rights reserved.

share this!

ActionScript [AS1/AS2]

Frame 1
stop(); Stage.showMenu = false; this.onEnterFrame = function () { loaded = this.getBytesLoaded(); total = this.getBytesTotal(); loaded_txt.text = int((loaded / total) * 100) + "%"; if (loaded == total) { delete this.onEnterFrame; nextFrame(); } };
Frame 2
stop(); score = 0; play_btn.onRelease = function () { play(); };
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); }; replay_btn.onRelease = function () { Key.removeListener(keyListener); gotoAndStop (2); }; checkLight = function (num) { if (compTurn) { return(undefined); } thisNum = Number(tempSeq_array.shift()); if (thisNum != num) { gotoAndPlay (65); } else 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++; 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);
Frame 160
stop();
Symbol 17 Button
on (press) { getURL ("http://www.winterrowd.com", "_top"); }
Symbol 24 MovieClip Frame 1
stop(); _root.green_btn.enabled = true;
Symbol 24 MovieClip Frame 5
if (_root.score > 14) { gotoAndStop (1); }
Symbol 24 MovieClip Frame 6
if (_root.score > 9) { gotoAndStop (1); }
Symbol 24 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 32 MovieClip Frame 1
stop(); _root.blue_btn.enabled = true;
Symbol 32 MovieClip Frame 5
if (_root.score > 14) { gotoAndStop (1); }
Symbol 32 MovieClip Frame 6
if (_root.score > 9) { gotoAndStop (1); }
Symbol 32 MovieClip Frame 8
if (_root.score > 4) { gotoAndStop (1); }
Symbol 35 MovieClip Frame 1
stop(); _root.red_btn.enabled = true;
Symbol 35 MovieClip Frame 5
if (_root.score > 14) { gotoAndStop (1); }
Symbol 35 MovieClip Frame 6
if (_root.score > 9) { gotoAndStop (1); }
Symbol 35 MovieClip Frame 8
if (_root.score > 4) { gotoAndStop (1); }
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 3
stop();
Symbol 48 MovieClip Frame 5
stop();
Symbol 48 MovieClip Frame 7
stop();
Symbol 48 MovieClip Frame 9
stop();
Symbol 55 Button
on (release) { gotoAndStop (2); }
Symbol 59 Button
on (press) { getURL ("http://twitter.com/home?status=Playing+the+best+brain+teaser+game!+Simon+Says!+http://www.winterrowd.com/simon+Via+@Winterrowd", "_blank"); }
Symbol 62 Button
on (press) { getURL ("http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.winterrowd.com/simon", "_blank"); }
Symbol 70 Button
on (press) { getURL ("http://www.facebook.com/sharer.php?u=http://www.winterrowd.com/simon&t=Simon+Says", "_blank"); }

Library Items

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

Instance Names

"loaded_txt"Frame 1Symbol 3 EditableText
"play_btn"Frame 2Symbol 10 Button
"0"Frame 3Symbol 24 MovieClip
"1"Frame 3Symbol 29 MovieClip
"2"Frame 3Symbol 32 MovieClip
"3"Frame 3Symbol 35 MovieClip
"red_btn"Frame 17Symbol 39 Button
"green_btn"Frame 17Symbol 40 Button
"blue_btn"Frame 17Symbol 41 Button
"yellow_btn"Frame 17Symbol 42 Button
"sound_mc"Frame 17Symbol 48 MovieClip
"replay_btn"Frame 160Symbol 55 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"lose"Frame 19
"loop"Frame 53

Dynamic Text Variables

scoreSymbol 38 EditableText""




http://swfchan.com/53/262067/info.shtml
Created: 26/10 -2025 14:48:16 Last modified: 26/10 -2025 14:48:16 Server time: 05/12 -2025 07:55:27