| STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 231344 |
| /disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2623 · P5245 |
![]() | This is the info page for Flash #262015 |
| ONE DAY WITH A WISHBONE |
| ONE DAY WITH A WISHBONE |
| 0 |
| % |
| posX |
| posY |
| btnNum |
| spaceX |
| spaceY |
| found |
| index |
| a1 |
| a2 |
| a3 |
| a4 |
| a5 |
| a6 |
| a7 |
| a8 |
| a9 |
| Variables Do Not Delete |
| count |
| endOfGame |
| moveCount |
| display |
| lastNum |
| A WISHBONE |
| A WISHBONE |
| ONE DAY WITH |
| ONE DAY WITH |
| replay |
| replay |
| replay |
ActionScript [AS1/AS2]
Frame 1stop();Frame 2tellTarget ("/GameOver") { gotoAndStop (1); }; count = "1"; endOfGame = "0"; moveCount = "0"; setProperty("intro", _visible , "100"); display = "Moves: " add moveCount; trace("placement of pieces started"); while (lastIndex == index) { index = random("5") + "1"; } lastIndex = index; if (index == "1") { a1 = "2"; a2 = "9"; a3 = "1"; a4 = "8"; a5 = "6"; a6 = "3"; a7 = "5"; a8 = "7"; a9 = "4"; } if (index == "2") { a1 = "1"; a2 = "7"; a3 = "4"; a4 = "5"; a5 = "9"; a6 = "2"; a7 = "8"; a8 = "3"; a9 = "6"; } if (index == "3") { a1 = "4"; a2 = "5"; a3 = "8"; a4 = "7"; a5 = "6"; a6 = "3"; a7 = "2"; a8 = "1"; a9 = "9"; } if (index == "4") { a1 = "4"; a2 = "2"; a3 = "3"; a4 = "9"; a5 = "8"; a6 = "5"; a7 = "7"; a8 = "6"; a9 = "1"; } if (index == "5") { a1 = "6"; a2 = "5"; a3 = "8"; a4 = "4"; a5 = "1"; a6 = "2"; a7 = "9"; a8 = "7"; a9 = "3"; } setProperty("/piece" add a1, _x , "0"); setProperty("/piece" add a1, _y , "0"); setProperty("/piece" add a2, _x , "90"); setProperty("/piece" add a2, _y , "0"); setProperty("/piece" add a3, _x , "180"); setProperty("/piece" add a3, _y , "0"); setProperty("/piece" add a4, _x , "0"); setProperty("/piece" add a4, _y , "90"); setProperty("/piece" add a5, _x , "90"); setProperty("/piece" add a5, _y , "90"); setProperty("/piece" add a6, _x , "180"); setProperty("/piece" add a6, _y , "90"); setProperty("/piece" add a7, _x , "0"); setProperty("/piece" add a7, _y , "180"); setProperty("/piece" add a8, _x , "90"); setProperty("/piece" add a8, _y , "180"); setProperty("/piece" add a9, _x , "180"); setProperty("/piece" add a9, _y , "180"); setProperty("/piece9", _visible , "0"); stop();Frame 3trace("BtnCode called"); trace(btnNum); spaceX = getProperty("/piece9", _x); spaceY = getProperty("/piece9", _y); trace(spaceX); trace(spaceY); trace("endOfGame = " add endOfGame); posX = getProperty("/piece" add btnNum, _x); posY = getProperty("/piece" add btnNum, _y); if ((((((posX == spaceX) and (posY == (spaceY - "90"))) or ((posX == spaceX) and (posY == (spaceY + "90")))) or ((posX == (spaceX - "90")) and (posY == spaceY))) or ((posX == (spaceX + "90")) and (posY == spaceY))) and (endOfGame == "0")) { moveCount = moveCount + "1"; display = "Moves: " add moveCount; trace("Space test is true."); setProperty("/piece" add btnNum, _x , getProperty("/piece9", _x)); tellTarget ("slide") { gotoAndPlay (1); }; setProperty("/piece" add btnNum, _y , getProperty("/piece9", _y)); setProperty("/piece9", _x , posX); setProperty("/piece9", _y , posY); } else { trace("Space test is false."); tellTarget ("wrong") { gotoAndPlay (1); }; } if ("0" < moveCount) { setProperty("intro", _visible , "0"); }Frame 4trace("tstCode Called"); if ((((((((((((((((((getProperty("piece1", _x) == "0") and (getProperty("piece1", _y) == "0")) and (getProperty("piece2", _x) == "90")) and (getProperty("piece2", _y) == "0")) and (getProperty("piece3", _x) == "180")) and (getProperty("piece3", _y) == "0")) and (getProperty("piece4", _x) == "0")) and (getProperty("piece4", _y) == "90")) and (getProperty("piece5", _x) == "90")) and (getProperty("piece5", _y) == "90")) and (getProperty("piece6", _x) == "180")) and (getProperty("piece6", _y) == "90")) and (getProperty("piece7", _x) == "0")) and (getProperty("piece7", _y) == "180")) and (getProperty("piece8", _x) == "90")) and (getProperty("piece8", _y) == "180")) and (getProperty("piece9", _x) == "180")) and (getProperty("piece9", _y) == "180")) { trace("\"endOfGame = \" &endOfGame"); trace("GameOver Test True"); Set("_level0:endOfGame", "1"); tellTarget ("GameOver") { play(); }; } else { trace("GameOver Test False"); }Frame 5setProperty("/piece1", _x , "0"); setProperty("/piece1", _y , "0"); setProperty("/piece2", _x , "90"); setProperty("/piece2", _y , "0"); setProperty("/piece3", _x , "180"); setProperty("/piece3", _y , "0"); setProperty("/piece4", _x , "0"); setProperty("/piece4", _y , "90"); setProperty("/piece5", _x , "90"); setProperty("/piece5", _y , "90"); setProperty("/piece6", _x , "180"); setProperty("/piece6", _y , "90"); setProperty("/piece7", _x , "0"); setProperty("/piece7", _y , "180"); setProperty("/piece8", _x , "90"); setProperty("/piece8", _y , "180"); setProperty("/piece9", _x , "180"); setProperty("/piece9", _y , "180"); call("GameOver");Frame 6tellTarget ("/GameOver") { gotoAndStop (1); }; index = "1"; count = "1"; endOfGame = "0"; moveCount = "0"; display = "Moves: " add moveCount; while ("9" >= count) { btnNum = random("9") + "1"; index = count; while ("0" < index) { if (eval ("a" add index) == btnNum) { found = "1"; } index = index - "1"; } if (found == "0") { Set("_level0:a" add count, btnNum); trace((("a" add count) add " is equal to ") add eval ("a" add count)); count = count + "1"; } found = "0"; } trace("placement of pieces started"); setProperty("/piece" add a1, _x , "0"); setProperty("/piece" add a1, _y , "0"); setProperty("/piece" add a2, _x , "90"); setProperty("/piece" add a2, _y , "0"); setProperty("/piece" add a3, _x , "180"); setProperty("/piece" add a3, _y , "0"); setProperty("/piece" add a4, _x , "0"); setProperty("/piece" add a4, _y , "90"); setProperty("/piece" add a5, _x , "90"); setProperty("/piece" add a5, _y , "90"); setProperty("/piece" add a6, _x , "180"); setProperty("/piece" add a6, _y , "90"); setProperty("/piece" add a7, _x , "0"); setProperty("/piece" add a7, _y , "180"); setProperty("/piece" add a8, _x , "90"); setProperty("/piece" add a8, _y , "180"); setProperty("/piece" add a9, _x , "180"); setProperty("/piece" add a9, _y , "180"); setProperty("/piece9", _visible , "0"); stop();Frame 7trace("SceneEnd"); gotoAndStop (9);Frame 9play();Frame 331stop();Symbol 4 Buttonon (press, release) { gotoAndPlay (1); }Symbol 5 Buttonon (press, release) { gotoAndPlay (2); }Symbol 15 MovieClip Frame 21stop();Symbol 17 Buttonon (press) { trace("Play Movie Button pressed"); call("_level0:SceneEnd"); }Symbol 25 MovieClip Frame 1setProperty("playBtn", _visible , "0");Symbol 25 MovieClip Frame 3loadedFrames = getProperty("/", _framesloaded); totalFrames = getProperty("/", _totalframes); trace("loadedFrames = " add loadedFrames); trace("totalFrames = " add totalFrames); percentageOutput = int((loadedFrames / totalFrames) * "100"); if (loadedFrames < totalFrames) { if ("5" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (2); }; } if ("10" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (3); }; } if ("15" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (4); }; } if ("20" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (5); }; } if ("25" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (6); }; } if ("30" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (7); }; } if ("35" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (8); }; } if ("40" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (9); }; } if ("45" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (10); }; } if ("50" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (11); }; } if ("55" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (12); }; } if ("60" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (13); }; } if ("65" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (14); }; } if ("70" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (15); }; } if ("75" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (16); }; } if ("80" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (17); }; } if ("85" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (18); }; } if ("90" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (19); }; } if ("95" < percentageOutput) { tellTarget ("bar") { gotoAndPlay (20); }; } gotoAndPlay (2); } if (loadedFrames >= totalFrames) { tellTarget ("bar") { gotoAndStop (21); }; percentageOutput = "100"; setProperty("playBtn", _visible , "100"); setProperty("loadingBtn", _visible , "0"); stop(); }Symbol 29 MovieClip Frame 1stop();Symbol 31 MovieClip Frame 1stop();Symbol 35 Buttonon (press) { Set("_level0:btnNum", "1"); call("_level0:btnCode"); call("_level0:tstCode"); }Symbol 39 Buttonon (press) { Set("_level0:btnNum", "2"); call("_level0:btnCode"); call("_level0:tstCode"); }Symbol 43 Buttonon (press) { Set("_level0:btnNum", "3"); call("_level0:btnCode"); call("_level0:tstCode"); }Symbol 47 Buttonon (press) { Set("_level0:btnNum", "4"); call("_level0:btnCode"); call("_level0:tstCode"); }Symbol 51 Buttonon (press) { Set("_level0:btnNum", "5"); call("_level0:btnCode"); call("_level0:tstCode"); }Symbol 55 Buttonon (press) { Set("_level0:btnNum", "6"); call("_level0:btnCode"); call("_level0:tstCode"); }Symbol 59 Buttonon (press) { Set("_level0:btnNum", "7"); call("_level0:btnCode"); call("_level0:tstCode"); }Symbol 63 Buttonon (press) { Set("_level0:btnNum", "8"); call("_level0:btnCode"); call("_level0:tstCode"); }Symbol 71 Buttonon (press) { call("_level0:solve"); setProperty("intro", _visible , "0"); tellTarget ("/GameOver") { play(); } }Symbol 75 Buttonon (press) { call("_level0:scramble"); }Symbol 79 MovieClip Frame 1stop();Symbol 79 MovieClip Frame 2trace("GameOver called"); Set("_level0:endOfGame", "1"); setProperty("/piece9", _visible , "100");Symbol 79 MovieClip Frame 13stop();Symbol 205 Buttonon (press, release) { gotoAndPlay (109); }
Library Items
| Symbol 1 Graphic | Used by:Timeline | |
| Symbol 2 Graphic | Used by:3 4 17 | |
| Symbol 3 MovieClip | Uses:2 | Used by:4 17 |
| Symbol 4 Button | Uses:3 2 | Used by:5 |
| Symbol 5 Button | Uses:4 | Used by:Timeline |
| Symbol 6 Font | Used by:7 8 110 111 112 113 | |
| Symbol 7 Text | Uses:6 | Used by:Timeline |
| Symbol 8 Text | Uses:6 | Used by:Timeline |
| Symbol 9 Bitmap | Used by:10 | |
| Symbol 10 Graphic | Uses:9 | Used by:Timeline |
| Symbol 11 Graphic | Used by:Timeline | |
| Symbol 12 Graphic | Used by:15 | |
| Symbol 13 Graphic | Used by:14 | |
| Symbol 14 MovieClip | Uses:13 | Used by:15 |
| Symbol 15 MovieClip | Uses:12 14 | Used by:25 |
| Symbol 16 Graphic | Used by:25 | |
| Symbol 17 Button | Uses:3 2 | Used by:18 |
| Symbol 18 MovieClip | Uses:17 | Used by:25 |
| Symbol 19 Graphic | Used by:21 | |
| Symbol 20 Graphic | Used by:21 | |
| Symbol 21 MovieClip | Uses:19 20 | Used by:25 |
| Symbol 22 Font | Used by:23 24 102 | |
| Symbol 23 EditableText | Uses:22 | Used by:25 |
| Symbol 24 Text | Uses:22 | Used by:25 |
| Symbol 25 MovieClip | Uses:15 16 18 21 23 24 | Used by:Timeline |
| Symbol 26 Graphic | Used by:27 | |
| Symbol 27 MovieClip | Uses:26 | Used by:Timeline |
| Symbol 28 Sound | Used by:29 | |
| Symbol 29 MovieClip | Uses:28 | Used by:Timeline |
| Symbol 30 Sound | Used by:31 | |
| Symbol 31 MovieClip | Uses:30 | Used by:Timeline |
| Symbol 32 Bitmap | Used by:33 | |
| Symbol 33 Graphic | Uses:32 | Used by:36 |
| Symbol 34 Graphic | Used by:35 39 43 47 51 55 59 63 67 | |
| Symbol 35 Button | Uses:34 | Used by:36 |
| Symbol 36 MovieClip | Uses:33 35 | Used by:Timeline |
| Symbol 37 Bitmap | Used by:38 | |
| Symbol 38 Graphic | Uses:37 | Used by:40 |
| Symbol 39 Button | Uses:34 | Used by:40 |
| Symbol 40 MovieClip | Uses:38 39 | Used by:Timeline |
| Symbol 41 Bitmap | Used by:42 | |
| Symbol 42 Graphic | Uses:41 | Used by:44 |
| Symbol 43 Button | Uses:34 | Used by:44 |
| Symbol 44 MovieClip | Uses:42 43 | Used by:Timeline |
| Symbol 45 Bitmap | Used by:46 | |
| Symbol 46 Graphic | Uses:45 | Used by:48 |
| Symbol 47 Button | Uses:34 | Used by:48 |
| Symbol 48 MovieClip | Uses:46 47 | Used by:Timeline |
| Symbol 49 Bitmap | Used by:50 | |
| Symbol 50 Graphic | Uses:49 | Used by:52 |
| Symbol 51 Button | Uses:34 | Used by:52 |
| Symbol 52 MovieClip | Uses:50 51 | Used by:Timeline |
| Symbol 53 Bitmap | Used by:54 | |
| Symbol 54 Graphic | Uses:53 | Used by:56 |
| Symbol 55 Button | Uses:34 | Used by:56 |
| Symbol 56 MovieClip | Uses:54 55 | Used by:Timeline |
| Symbol 57 Bitmap | Used by:58 | |
| Symbol 58 Graphic | Uses:57 | Used by:60 |
| Symbol 59 Button | Uses:34 | Used by:60 |
| Symbol 60 MovieClip | Uses:58 59 | Used by:Timeline |
| Symbol 61 Bitmap | Used by:62 | |
| Symbol 62 Graphic | Uses:61 | Used by:64 |
| Symbol 63 Button | Uses:34 | Used by:64 |
| Symbol 64 MovieClip | Uses:62 63 | Used by:Timeline |
| Symbol 65 Bitmap | Used by:66 | |
| Symbol 66 Graphic | Uses:65 | Used by:68 |
| Symbol 67 Button | Uses:34 | Used by:68 |
| Symbol 68 MovieClip | Uses:66 67 | Used by:Timeline |
| Symbol 69 Graphic | Used by:71 | |
| Symbol 70 Graphic | Used by:71 | |
| Symbol 71 Button | Uses:69 70 | Used by:Timeline |
| Symbol 72 Graphic | Used by:75 | |
| Symbol 73 Graphic | Used by:75 | |
| Symbol 74 Sound | Used by:75 | |
| Symbol 75 Button | Uses:72 73 74 | Used by:Timeline |
| Symbol 76 Graphic | Used by:79 | |
| Symbol 77 Sound | Used by:79 | |
| Symbol 78 Graphic | Used by:79 | |
| Symbol 79 MovieClip | Uses:76 77 78 | Used by:Timeline |
| Symbol 80 Graphic | Used by:Timeline | |
| Symbol 81 Font | Used by:82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 103 | |
| Symbol 82 EditableText | Uses:81 | Used by:Timeline |
| Symbol 83 EditableText | Uses:81 | Used by:Timeline |
| Symbol 84 EditableText | Uses:81 | Used by:Timeline |
| Symbol 85 EditableText | Uses:81 | Used by:Timeline |
| Symbol 86 EditableText | Uses:81 | Used by:Timeline |
| Symbol 87 EditableText | Uses:81 | Used by:Timeline |
| Symbol 88 EditableText | Uses:81 | Used by:Timeline |
| Symbol 89 EditableText | Uses:81 | Used by:Timeline |
| Symbol 90 EditableText | Uses:81 | Used by:Timeline |
| Symbol 91 EditableText | Uses:81 | Used by:Timeline |
| Symbol 92 EditableText | Uses:81 | Used by:Timeline |
| Symbol 93 EditableText | Uses:81 | Used by:Timeline |
| Symbol 94 EditableText | Uses:81 | Used by:Timeline |
| Symbol 95 EditableText | Uses:81 | Used by:Timeline |
| Symbol 96 EditableText | Uses:81 | Used by:Timeline |
| Symbol 97 EditableText | Uses:81 | Used by:Timeline |
| Symbol 98 Text | Uses:81 | Used by:Timeline |
| Symbol 99 EditableText | Uses:81 | Used by:Timeline |
| Symbol 100 EditableText | Uses:81 | Used by:Timeline |
| Symbol 101 EditableText | Uses:81 | Used by:Timeline |
| Symbol 102 EditableText | Uses:22 | Used by:Timeline |
| Symbol 103 EditableText | Uses:81 | Used by:Timeline |
| Symbol 104 Bitmap | Used by:105 | |
| Symbol 105 Graphic | Uses:104 | Used by:Timeline |
| Symbol 106 Bitmap | Used by:107 | |
| Symbol 107 Graphic | Uses:106 | Used by:Timeline |
| Symbol 108 Graphic | Used by:Timeline | |
| Symbol 109 Graphic | Used by:Timeline | |
| Symbol 110 Text | Uses:6 | Used by:Timeline |
| Symbol 111 Text | Uses:6 | Used by:Timeline |
| Symbol 112 Text | Uses:6 | Used by:Timeline |
| Symbol 113 Text | Uses:6 | Used by:Timeline |
| Symbol 114 Graphic | Used by:Timeline | |
| Symbol 115 Graphic | Used by:Timeline | |
| Symbol 116 Graphic | Used by:Timeline | |
| Symbol 117 Graphic | Used by:Timeline | |
| Symbol 118 Graphic | Used by:Timeline | |
| Symbol 119 Graphic | Used by:Timeline | |
| Symbol 120 Graphic | Used by:Timeline | |
| Symbol 121 Graphic | Used by:Timeline | |
| Symbol 122 Graphic | Used by:Timeline | |
| Symbol 123 Graphic | Used by:Timeline | |
| Symbol 124 Graphic | Used by:Timeline | |
| Symbol 125 Graphic | Used by:Timeline | |
| Symbol 126 Graphic | Used by:Timeline | |
| Symbol 127 Graphic | Used by:Timeline | |
| Symbol 128 Graphic | Used by:Timeline | |
| Symbol 129 Graphic | Used by:Timeline | |
| Symbol 130 Graphic | Used by:Timeline | |
| Symbol 131 Graphic | Used by:Timeline | |
| Symbol 132 Graphic | Used by:Timeline | |
| Symbol 133 Graphic | Used by:Timeline | |
| Symbol 134 Graphic | Used by:Timeline | |
| Symbol 135 Graphic | Used by:Timeline | |
| Symbol 136 Graphic | Used by:Timeline | |
| Symbol 137 Graphic | Used by:Timeline | |
| Symbol 138 Graphic | Used by:Timeline | |
| Symbol 139 Graphic | Used by:Timeline | |
| Symbol 140 Graphic | Used by:Timeline | |
| Symbol 141 Graphic | Used by:Timeline | |
| Symbol 142 Graphic | Used by:Timeline | |
| Symbol 143 Graphic | Used by:Timeline | |
| Symbol 144 Graphic | Used by:Timeline | |
| Symbol 145 Graphic | Used by:Timeline | |
| Symbol 146 Graphic | Used by:Timeline | |
| Symbol 147 Graphic | Used by:Timeline | |
| Symbol 148 Graphic | Used by:Timeline | |
| Symbol 149 Graphic | Used by:Timeline | |
| Symbol 150 Graphic | Used by:Timeline | |
| Symbol 151 Graphic | Used by:Timeline | |
| Symbol 152 Graphic | Used by:Timeline | |
| Symbol 153 Graphic | Used by:Timeline | |
| Symbol 154 Graphic | Used by:Timeline | |
| Symbol 155 Graphic | Used by:Timeline | |
| Symbol 156 Graphic | Used by:Timeline | |
| Symbol 157 Graphic | Used by:Timeline | |
| Symbol 158 Graphic | Used by:Timeline | |
| Symbol 159 Graphic | Used by:Timeline | |
| Symbol 160 Graphic | Used by:Timeline | |
| Symbol 161 Graphic | Used by:Timeline | |
| Symbol 162 Graphic | Used by:Timeline | |
| Symbol 163 Graphic | Used by:Timeline | |
| Symbol 164 Graphic | Used by:Timeline | |
| Symbol 165 Sound | Used by:Timeline | |
| Symbol 166 Graphic | Used by:Timeline | |
| Symbol 167 Graphic | Used by:Timeline | |
| Symbol 168 Graphic | Used by:Timeline | |
| Symbol 169 Graphic | Used by:Timeline | |
| Symbol 170 Graphic | Used by:Timeline | |
| Symbol 171 Graphic | Used by:Timeline | |
| Symbol 172 Graphic | Used by:Timeline | |
| Symbol 173 Graphic | Used by:Timeline | |
| Symbol 174 Graphic | Used by:Timeline | |
| Symbol 175 Graphic | Used by:Timeline | |
| Symbol 176 Graphic | Used by:Timeline | |
| Symbol 177 Graphic | Used by:Timeline | |
| Symbol 178 Graphic | Used by:Timeline | |
| Symbol 179 Graphic | Used by:Timeline | |
| Symbol 180 Graphic | Used by:Timeline | |
| Symbol 181 Graphic | Used by:Timeline | |
| Symbol 182 Graphic | Used by:Timeline | |
| Symbol 183 Graphic | Used by:Timeline | |
| Symbol 184 Graphic | Used by:Timeline | |
| Symbol 185 Graphic | Used by:Timeline | |
| Symbol 186 Graphic | Used by:Timeline | |
| Symbol 187 Graphic | Used by:Timeline | |
| Symbol 188 Graphic | Used by:Timeline | |
| Symbol 189 Graphic | Used by:Timeline | |
| Symbol 190 Graphic | Used by:Timeline | |
| Symbol 191 Graphic | Used by:Timeline | |
| Symbol 192 Graphic | Used by:Timeline | |
| Symbol 193 Graphic | Used by:Timeline | |
| Symbol 194 Graphic | Used by:Timeline | |
| Symbol 195 Graphic | Used by:Timeline | |
| Symbol 196 Graphic | Used by:Timeline | |
| Symbol 197 Graphic | Used by:Timeline | |
| Symbol 198 Graphic | Used by:Timeline | |
| Symbol 199 Bitmap | Used by:200 | |
| Symbol 200 Graphic | Uses:199 | Used by:Timeline |
| Symbol 201 Font | Used by:202 203 204 | |
| Symbol 202 Text | Uses:201 | Used by:205 |
| Symbol 203 Text | Uses:201 | Used by:205 |
| Symbol 204 Text | Uses:201 | Used by:205 |
| Symbol 205 Button | Uses:202 203 204 | Used by:Timeline |
| Symbol 206 Graphic | Used by:Timeline | |
| Streaming Sound 1 | Used by:Timeline |
Instance Names
| "intro" | Frame 2 | Symbol 27 MovieClip |
| "slide" | Frame 2 | Symbol 29 MovieClip |
| "wrong" | Frame 2 | Symbol 31 MovieClip |
| "piece1" | Frame 2 | Symbol 36 MovieClip |
| "piece2" | Frame 2 | Symbol 40 MovieClip |
| "piece3" | Frame 2 | Symbol 44 MovieClip |
| "piece4" | Frame 2 | Symbol 48 MovieClip |
| "piece5" | Frame 2 | Symbol 52 MovieClip |
| "piece6" | Frame 2 | Symbol 56 MovieClip |
| "piece7" | Frame 2 | Symbol 60 MovieClip |
| "piece8" | Frame 2 | Symbol 64 MovieClip |
| "piece9" | Frame 2 | Symbol 68 MovieClip |
| "GameOver" | Frame 2 | Symbol 79 MovieClip |
| "bar" | Symbol 25 MovieClip Frame 1 | Symbol 15 MovieClip |
| "playBtn" | Symbol 25 MovieClip Frame 1 | Symbol 18 MovieClip |
| "loadingBtn" | Symbol 25 MovieClip Frame 1 | Symbol 21 MovieClip |
Labels
| "scramble" | Frame 2 |
| "btnCode" | Frame 3 |
| "tstCode" | Frame 4 |
| "solve" | Frame 5 |
| "random code" | Frame 6 |
| "SceneEnd" | Frame 7 |
| "preload-loop" | Symbol 25 MovieClip Frame 2 |
| "begin-movie" | Symbol 25 MovieClip Frame 5 |
Dynamic Text Variables
| percentageOutput | Symbol 23 EditableText | "0" |
| posX | Symbol 82 EditableText | "posX" |
| posY | Symbol 83 EditableText | "posY" |
| btnNum | Symbol 84 EditableText | "btnNum" |
| spaceX | Symbol 85 EditableText | "spaceX" |
| spaceY | Symbol 86 EditableText | "spaceY" |
| found | Symbol 87 EditableText | "found" |
| index | Symbol 88 EditableText | "index" |
| a1 | Symbol 89 EditableText | "a1" |
| a2 | Symbol 90 EditableText | "a2" |
| a3 | Symbol 91 EditableText | "a3" |
| a4 | Symbol 92 EditableText | "a4" |
| a5 | Symbol 93 EditableText | "a5" |
| a6 | Symbol 94 EditableText | "a6" |
| a7 | Symbol 95 EditableText | "a7" |
| a8 | Symbol 96 EditableText | "a8" |
| a9 | Symbol 97 EditableText | "a9" |
| count | Symbol 99 EditableText | "count" |
| endOfGame | Symbol 100 EditableText | "endOfGame" |
| moveCount | Symbol 101 EditableText | "moveCount" |
| display | Symbol 102 EditableText | "display" |
| lastIndex | Symbol 103 EditableText | "lastNum" |
|
|