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

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

brain_training.swf

This is the info page for
Flash #18744

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


Text
0

/

0

0

0

0

hi-score

3

L-

0

0

記憶

typing

Game Over

3

0

0

スコア登録

0

rankin

message:

mail:

name:

■ハイスコア登録■

戻る>

0

rankin

登録を完了しました

OP>

ActionScript [AS1/AS2]

Frame 1
this.stop();
Frame 2
rand1 = Number(random(110)); if (rand1 <= 10) { gotoAndPlay (373); } else { gotoAndPlay (3); }
Frame 3
stopAllSounds();
Frame 372
stop();
Frame 373
stopAllSounds();
Frame 742
stop();
Frame 743
stopAllSounds();
Frame 817
score = 0; order_length = 3;
Frame 933
function memorize() { memory = false; order_Array = new Array(); intervalID = setInterval(Set_order, 500); } function Set_order() { if (count < order_length) { order_Array[count] = Math.floor((Math.random() * 4) + 1); switch (order_Array[count]) { case 1 : _root.up_mc.play(); break; case 2 : _root.down_mc.play(); break; case 3 : _root.right_mc.play(); break; case 4 : _root.left_mc.play(); } trace(order_Array); count++; } else { clearInterval(intervalID); _root.button.gotoAndStop(3); count = 0; memoried = true; trace("OK"); } } function up() { if (memoried) { _root.up_mc.play(); reference(1); } } function down() { if (memoried) { _root.down_mc.play(); reference(2); } } function right() { if (memoried) { _root.right_mc.play(); reference(3); } } function left() { if (memoried) { _root.left_mc.play(); reference(4); } } function reference(number) { if (count < order_length) { if (order_Array[count] == number) { trace("\u6B63\u89E3"); score++; } else { end = true; trace("\u4E0D\u6B63\u89E3"); } count++; if (count >= order_length) { finish(); } } } function finish() { memory = true; memoried = false; count = 0; if (end) { _root.button.gotoAndStop(4); trace("\u7D42\u4E86"); if (score > hisc) { hisc = score; if (hisc >= 30) { _root.play(); } } } else { order_length++; _root.button.gotoAndStop(1); trace("\u30AF\u30EA\u30A2"); _root.memorize(); } } function ReStart() { score = 0; order_length = 3; end = false; } count = 0; memory = true; end = false; if (_root.memory) { _root.memorize(); this.play(); } if (this._currentframe == 4) { _root.ReStart(); this.gotoAndStop(1); } stop();
Instance of Symbol 97 MovieClip "button" in Frame 933
on (press, keyPress "<Enter>") { if (_root.memory) { _root.memorize(); this.play(); } if (this._currentframe == 4) { _root.ReStart(); this.gotoAndStop(1); } }
Instance of Symbol 87 MovieClip "right_mc" in Frame 933
on (press) { _root[this._name.slice(0, -3)](); } onClipEvent (keyUp) { switch (Key.getCode()) { case 83 : case 39 : _root[this._name.slice(0, -3)](); } }
Instance of Symbol 83 MovieClip "up_mc" in Frame 933
on (press) { _root[this._name.slice(0, -3)](); } onClipEvent (keyUp) { switch (Key.getCode()) { case 87 : case 38 : _root[this._name.slice(0, -3)](); } }
Instance of Symbol 80 MovieClip "left_mc" in Frame 933
on (press) { _root[this._name.slice(0, -3)](); } onClipEvent (keyUp) { switch (Key.getCode()) { case 65 : case 37 : _root[this._name.slice(0, -3)](); } }
Instance of Symbol 77 MovieClip "down_mc" in Frame 933
on (press) { _root[this._name.slice(0, -3)](); } onClipEvent (keyUp) { switch (Key.getCode()) { case 90 : case 40 : _root[this._name.slice(0, -3)](); } }
Frame 942
function memorize() { memory = false; order_Array = new Array(); intervalID = setInterval(Set_order, 500); } function Set_order() { if (count < order_length) { order_Array[count] = Math.floor((Math.random() * 4) + 1); switch (order_Array[count]) { case 1 : _root.up_mc.play(); break; case 2 : _root.down_mc.play(); break; case 3 : _root.right_mc.play(); break; case 4 : _root.left_mc.play(); } trace(order_Array); count++; } else { clearInterval(intervalID); _root.button.gotoAndStop(3); count = 0; memoried = true; trace("OK"); } } function up() { if (memoried) { _root.up_mc.play(); reference(1); } } function down() { if (memoried) { _root.down_mc.play(); reference(2); } } function right() { if (memoried) { _root.right_mc.play(); reference(3); } } function left() { if (memoried) { _root.left_mc.play(); reference(4); } } function reference(number) { if (count < order_length) { if (order_Array[count] == number) { trace("\u6B63\u89E3"); score++; } else { end = true; trace("\u4E0D\u6B63\u89E3"); } count++; if (count >= order_length) { finish(); } } } function finish() { memory = true; memoried = false; count = 0; if (end) { _root.button.gotoAndStop(4); trace("\u7D42\u4E86"); if (score > hisc) { hisc = score; } } else { order_length++; _root.button.gotoAndStop(1); trace("\u30AF\u30EA\u30A2"); _root.memorize(); } } function ReStart() { score = 0; order_length = 3; end = false; } count = 0; memory = true; end = false; stop();
Frame 953
stop();
Frame 979
stop();
Symbol 28 MovieClip Frame 1
loadedSize = _root.getBytesLoaded(); totalSize = _root.getBytesTotal(); if (loadedSize >= totalSize) { _root.play(); } else { parcent = (loadedSize / totalSize) * 100; gDownloaded = Math.round(parcent); _root.stop(); }
Symbol 28 MovieClip Frame 2
loadedSize = _root.getBytesLoaded(); totalSize = _root.getBytesTotal(); if (loadedSize >= totalSize) { _root.play(); } else { parcent = (loadedSize / totalSize) * 100; gDownloaded = Math.round(parcent); _root.stop(); }
Symbol 28 MovieClip Frame 3
loadedSize = _root.getBytesLoaded(); totalSize = _root.getBytesTotal(); ber._xscale = (loadedSize / totalSize) * 100; if (loadedSize >= totalSize) { _root.play(); } else { parcent = (loadedSize / totalSize) * 100; gDownloaded = Math.round(parcent); _root.stop(); }
Symbol 28 MovieClip Frame 4
gotoAndPlay (3);
Symbol 34 Button
on (keyPress "<Enter>") { gotoAndPlay (743); }
Symbol 44 Button
on (release, keyPress "<Enter>") { gotoAndPlay (1); }
Symbol 46 Button
on (release, keyPress "<Enter>") { gotoAndPlay (743); }
Symbol 47 Button
on (release, keyPress "<Enter>") { gotoAndPlay (743); }
Symbol 53 Button
on (release, keyPress "<Enter>") { gotoAndPlay (743); }
Symbol 58 MovieClip Frame 170
gotoAndPlay (121);
Symbol 77 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
stop();
Symbol 97 MovieClip Frame 3
stop();
Symbol 97 MovieClip Frame 4
stop();
Symbol 109 Button
on (release) { gotoAndPlay (943); }
Symbol 121 Button
on (release) { System.useCodepage = true; loadVariablesNum ("index.cgi", 0, "POST"); gotoAndPlay (954); }
Symbol 122 Button
on (release) { gotoAndPlay (817); }
Symbol 130 Button
on (release) { gotoAndPlay (3); }

Library Items

Symbol 1 FontUsed by:2 111 116 117 118 124 125 126 127
Symbol 2 EditableTextUses:1Used by:Timeline
Symbol 3 FontUsed by:4 5 6
Symbol 4 EditableTextUses:3Used by:28
Symbol 5 EditableTextUses:3Used by:28
Symbol 6 EditableTextUses:3Used by:28
Symbol 7 FontUsed by:8 11
Symbol 8 EditableTextUses:7Used by:28
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:28
Symbol 11 EditableTextUses:7Used by:28
Symbol 12 GraphicUsed by:28
Symbol 13 GraphicUsed by:14  Timeline
Symbol 14 MovieClipUses:13Used by:28
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:27
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:17 18Used by:27
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:27
Symbol 22 GraphicUsed by:24
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:22 23Used by:27
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:27
Symbol 27 MovieClipUses:16 19 21 24 26Used by:28
Symbol 28 MovieClipUses:4 5 6 8 10 11 12 14 27Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:34  Timeline
Symbol 33 SoundUsed by:34 44 46
Symbol 34 ButtonUses:32 33Used by:Timeline
Symbol 35 SoundUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:47 53  Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:44 46
Symbol 43 GraphicUsed by:44 46
Symbol 44 ButtonUses:42 43 33Used by:97  Timeline
Symbol 45 GraphicUsed by:47 53  Timeline
Symbol 46 ButtonUses:42 43 33Used by:Timeline
Symbol 47 ButtonUses:39 45Used by:Timeline
Symbol 48 GraphicUsed by:52 58  Timeline
Symbol 49 GraphicUsed by:52  Timeline
Symbol 50 GraphicUsed by:52 58  Timeline
Symbol 51 GraphicUsed by:52 58  Timeline
Symbol 52 MovieClipUses:48 49 50 51Used by:Timeline
Symbol 53 ButtonUses:39 45Used by:Timeline
Symbol 54 GraphicUsed by:58
Symbol 55 GraphicUsed by:58
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:54 48 50 51 55 56 57Used by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 FontUsed by:64 68 69 93 94 95 98 119 120 129
Symbol 64 TextUses:63Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 EditableTextUses:63Used by:Timeline
Symbol 69 TextUses:63Used by:Timeline
Symbol 70 FontUsed by:71 72 99 100 101 110 123 128
Symbol 71 EditableTextUses:70Used by:Timeline
Symbol 72 EditableTextUses:70Used by:Timeline
Symbol 73 GraphicUsed by:77 80 83 87  Timeline
Symbol 74 GraphicUsed by:77
Symbol 75 GraphicUsed by:77
Symbol 76 SoundUsed by:77 80 83 87
Symbol 77 MovieClipUses:73 74 75 76Used by:Timeline
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:73 78 79 76Used by:Timeline
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:73 81 82 76Used by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:87  Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:73 85 86 76Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 SoundUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 SoundUsed by:Timeline
Symbol 93 TextUses:63Used by:97
Symbol 94 TextUses:63Used by:97
Symbol 95 TextUses:63Used by:97
Symbol 96 SoundUsed by:97
Symbol 97 MovieClipUses:44 93 94 95 96Used by:Timeline
Symbol 98 EditableTextUses:63Used by:Timeline
Symbol 99 EditableTextUses:70Used by:Timeline
Symbol 100 EditableTextUses:70Used by:Timeline
Symbol 101 TextUses:70Used by:Timeline
Symbol 102 GraphicUsed by:109 121 122 130  Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 GraphicUsed by:109 121 122 130
Symbol 108 SoundUsed by:109 121 122 130
Symbol 109 ButtonUses:102 107 108Used by:Timeline
Symbol 110 EditableTextUses:70Used by:Timeline
Symbol 111 EditableTextUses:1Used by:Timeline
Symbol 112 FontUsed by:113 114 115
Symbol 113 TextUses:112Used by:Timeline
Symbol 114 TextUses:112Used by:Timeline
Symbol 115 TextUses:112Used by:Timeline
Symbol 116 EditableTextUses:1Used by:Timeline
Symbol 117 EditableTextUses:1Used by:Timeline
Symbol 118 EditableTextUses:1Used by:Timeline
Symbol 119 TextUses:63Used by:Timeline
Symbol 120 TextUses:63Used by:Timeline
Symbol 121 ButtonUses:102 107 108Used by:Timeline
Symbol 122 ButtonUses:102 107 108Used by:Timeline
Symbol 123 EditableTextUses:70Used by:Timeline
Symbol 124 EditableTextUses:1Used by:Timeline
Symbol 125 EditableTextUses:1Used by:Timeline
Symbol 126 EditableTextUses:1Used by:Timeline
Symbol 127 EditableTextUses:1Used by:Timeline
Symbol 128 TextUses:70Used by:Timeline
Symbol 129 TextUses:63Used by:Timeline
Symbol 130 ButtonUses:102 107 108Used by:Timeline

Instance Names

"rand1"Frame 1Symbol 2 EditableText
"button"Frame 933Symbol 97 MovieClip
"right_mc"Frame 933Symbol 87 MovieClip
"up_mc"Frame 933Symbol 83 MovieClip
"left_mc"Frame 933Symbol 80 MovieClip
"down_mc"Frame 933Symbol 77 MovieClip
"ber"Symbol 28 MovieClip Frame 3Symbol 10 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"スタート前"Frame 372
"カウント"Frame 817
"スタート"Frame 933
"登録"Frame 943
"完了"Frame 954
"ループ"Symbol 28 MovieClip Frame 3
"ループ"Symbol 58 MovieClip Frame 121

Dynamic Text Variables

totalSizeSymbol 5 EditableText"0"
loadedSizeSymbol 6 EditableText"0"
loadedSizeSymbol 8 EditableText"0"
totalSizeSymbol 11 EditableText"0"
order_lengthSymbol 68 EditableText"3"
scoreSymbol 71 EditableText"0"
hiscSymbol 72 EditableText"0"
order_lengthSymbol 98 EditableText"3"
scoreSymbol 99 EditableText"0"
hiscSymbol 100 EditableText"0"
hiscSymbol 110 EditableText"0"
actionSymbol 111 EditableText"rankin"
mailSymbol 116 EditableText""
messageSymbol 117 EditableText""
nameSymbol 118 EditableText""
hiscSymbol 123 EditableText"0"
actionSymbol 124 EditableText"rankin"
mailSymbol 125 EditableText""
messageSymbol 126 EditableText""
nameSymbol 127 EditableText""




http://swfchan.com/4/18744/info.shtml
Created: 12/8 -2019 01:20:48 Last modified: 12/8 -2019 01:20:48 Server time: 03/05 -2024 21:59:32