STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229595 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
A Very Merry Christmas! |
This is the info page for Flash #61431 |
GAMES |
presents |
GEOGRAPHY QUIZ! |
GEOGRAPHY QUIZ! |
EUROPE |
CHOOSE: |
or |
COUNTRIES |
COUNTRIES |
CAPITAL CITIES |
CAPITAL CITIES |
? |
? |
! |
! |
RESTART |
RESTART |
Match the country or capital in the bar at the top to a country on the map; move your mouse over the country you think is the answer, and click. You earn 10 points for correct answers, but lose 5 points for wrong ones. |
The three smallest states in Europe (Holy See (Vatican City), San Marino and Monaco have been left off this map, as they are too small. Andorra, Liechtenstein, Malta and Luxembourg are all included, but are shown slightly larger than they should be, to increase visibilty. |
You managed to find all the countries! |
REPLAY? |
REPLAY? |
REPLAY? |
TOTAL : |
ERROR! |
ActionScript [AS1/AS2]
Frame 20countcap = 0; sound = 1;Frame 32countries = 41; score = 0; list = countries; country = new Array(countries - 1); country[0] = "Albania"; country[1] = "Andorra"; country[2] = "Austria"; country[3] = "Belarus"; country[4] = "Belgium"; country[5] = "Bosnia - Herzegovina"; country[6] = "Bulgaria"; country[7] = "Croatia"; country[8] = "Czech Republic"; country[9] = "Denmark"; country[10] = "Estonia"; country[11] = "Finland"; country[12] = "France"; country[13] = "Germany"; country[14] = "Greece"; country[15] = "Hungary"; country[16] = "Iceland"; country[17] = "Ireland"; country[18] = "Italy"; country[19] = "Latvia"; country[20] = "Liechtenstein"; country[21] = "Lithuania"; country[22] = "Luxembourg"; country[23] = "(FYR) Macedonia"; country[24] = "Malta"; country[25] = "Moldova"; country[26] = "Netherlands"; country[27] = "Norway"; country[28] = "Poland"; country[29] = "Portugal"; country[30] = "Romania"; country[31] = "Russia"; country[32] = "Slovakia"; country[33] = "Slovenia"; country[34] = "Spain"; country[35] = "Sweden"; country[36] = "Switzerland"; country[37] = "Turkey"; country[38] = "Ukraine"; country[39] = "United Kingdom"; country[40] = "Yugoslavia"; capital = new Array(countries - 1); capital[0] = "Tirana"; capital[1] = "Andorra La Vella"; capital[2] = "Vienna"; capital[3] = "Minsk"; capital[4] = "Brussels"; capital[5] = "Sarajevo"; capital[6] = "Sofia"; capital[7] = "Zagreb"; capital[8] = "Prague"; capital[9] = "Copenhagen"; capital[10] = "Tallinn"; capital[11] = "Helsinki"; capital[12] = "Paris"; capital[13] = "Berlin"; capital[14] = "Athens"; capital[15] = "Budapest"; capital[16] = "Reykjav\u00EDk"; capital[17] = "Dublin"; capital[18] = "Rome"; capital[19] = "R\u00EFga"; capital[20] = "Vaduz"; capital[21] = "Vilnius"; capital[22] = "Luxembourg"; capital[23] = "Skopje"; capital[24] = "Valletta"; capital[25] = "Chisinau"; capital[26] = "Amsterdam"; capital[27] = "Oslo"; capital[28] = "Warsaw"; capital[29] = "Lisbon"; capital[30] = "Bucharest"; capital[31] = "Moscow"; capital[32] = "Bratislava"; capital[33] = "Ljubljana"; capital[34] = "Madrid"; capital[35] = "Stockholm"; capital[36] = "Bern"; capital[37] = "Ankara"; capital[38] = "Kiev"; capital[39] = "London"; capital[40] = "Belgrade";Frame 67stop();Frame 68if (countcap == 0) { city_mc._visible = false; country_txt._visible = true; capital_txt._visible = false; } else { city_mc._visible = true; country_txt._visible = false; capital_txt._visible = true; } if (sound == 1) { mute._visible = true; unmute._visible = false; } else { mute._visible = false; unmute._visible = true; }Frame 69score_txt.text = score; var y = x; if (storage == 1) { var storage = 0; stop(); } else if (list == 0) { gotoAndPlay ("end"); } else if (list == 1) { country_txt.text = country[0]; capital_txt.text = capital[0]; stop(); } else { var x = Math.floor(Math.random() * list); if (x == y) { gotoAndPlay ("map"); } else { country_txt.text = country[x]; capital_txt.text = capital[x]; stop(); } }Frame 70if (sound == 0) { gotoAndPlay ("wrongmute"); }Frame 79var score = (score - 5); gotoAndPlay ("map");Frame 80if (sound == 0) { gotoAndPlay ("rightmute"); }Frame 89var score = (score + 10); country.splice(x, 1); capital.splice(x, 1); var list = (list - 1); gotoAndPlay ("map");Frame 90stop(); var storage = 1;Frame 91var storage = 1;Frame 92total_txt.text = ((score + " (") + Math.round((countries / ((((countries * 10) - score) / 5) + countries)) * 100)) + "%)"; stop();Symbol 20 Buttonon (release) { countcap = 0; gotoAndPlay ("map"); }Symbol 26 Buttonon (release) { countcap = 1; gotoAndPlay ("map"); }Symbol 31 Buttonon (release) { if (country_txt.text == "Greece") { greece._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 35 Buttonon (release) { if (country_txt.text == "United Kingdom") { unitedk._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 39 Buttonon (release) { if (country_txt.text == "Ireland") { ireland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 43 Buttonon (release) { if (country_txt.text == "Iceland") { iceland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 47 Buttonon (release) { if (country_txt.text == "Norway") { norway._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 51 Buttonon (release) { if (country_txt.text == "Sweden") { sweden._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 55 Buttonon (release) { if (country_txt.text == "Finland") { finland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 59 Buttonon (release) { if (country_txt.text == "Estonia") { estonia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 63 Buttonon (release) { if (country_txt.text == "Latvia") { latvia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 67 Buttonon (release) { if (country_txt.text == "Lithuania") { lithuania._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 71 Buttonon (release) { if (country_txt.text == "Russia") { russia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 75 Buttonon (release) { if (country_txt.text == "Turkey") { turkey._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 80 Buttonon (release) { if (country_txt.text == "Malta") { malta._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 84 Buttonon (release) { if (country_txt.text == "Italy") { italy._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 88 Buttonon (release) { if (country_txt.text == "Moldova") { moldova._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 92 Buttonon (release) { if (country_txt.text == "Romania") { romania._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 96 Buttonon (release) { if (country_txt.text == "Bulgaria") { bulgaria._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 100 Buttonon (release) { if (country_txt.text == "(FYR) Macedonia") { macedonia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 104 Buttonon (release) { if (country_txt.text == "Albania") { albania._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 108 Buttonon (release) { if (country_txt.text == "Yugoslavia") { yugoslavia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 112 Buttonon (release) { if (country_txt.text == "Bosnia - Herzegovina") { bosnia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 116 Buttonon (release) { if (country_txt.text == "Croatia") { croatia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 120 Buttonon (release) { if (country_txt.text == "Slovenia") { slovenia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 124 Buttonon (release) { if (country_txt.text == "Slovakia") { slovakia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 128 Buttonon (release) { if (country_txt.text == "Austria") { austria._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 132 Buttonon (release) { if (country_txt.text == "Switzerland") { switzerland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 136 Buttonon (release) { if (country_txt.text == "Germany") { germany._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 140 Buttonon (release) { if (country_txt.text == "Czech Republic") { czech._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 144 Buttonon (release) { if (country_txt.text == "Poland") { poland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 148 Buttonon (release) { if (country_txt.text == "Ukraine") { ukraine._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 152 Buttonon (release) { if (country_txt.text == "Belarus") { belarus._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 156 Buttonon (release) { if (country_txt.text == "Spain") { spain._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 160 Buttonon (release) { if (country_txt.text == "Portugal") { portugal._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 164 Buttonon (release) { if (country_txt.text == "France") { france._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 168 Buttonon (release) { if (country_txt.text == "Denmark") { denmark._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 172 Buttonon (release) { if (country_txt.text == "Netherlands") { netherlands._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 176 Buttonon (release) { if (country_txt.text == "Belgium") { belgium._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 180 Buttonon (release) { if (country_txt.text == "Hungary") { hungary._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 185 Buttonon (release) { if (country_txt.text == "Andorra") { andorra._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 190 Buttonon (release) { if (country_txt.text == "Liechtenstein") { liechtenstein._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 195 Buttonon (release) { if (country_txt.text == "Luxembourg") { luxembourg._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }Symbol 207 Buttonon (release) { gotoAndStop ("help"); }Symbol 211 Buttonon (release) { gotoAndStop ("info"); }Symbol 214 Buttonon (release) { var sound = 0; mute._visible = false; unmute._visible = true; }Symbol 216 Buttonon (release) { var sound = 1; mute._visible = true; unmute._visible = false; }Symbol 223 Buttonon (release) { gotoAndPlay ("start"); }Symbol 230 Buttonon (press) { gotoAndPlay ("map"); }Symbol 242 Buttonon (release) { var countcap = 0; gotoAndPlay ("start"); }
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:3 5 | |
Symbol 3 Text | Uses:2 | Used by:Timeline |
Symbol 4 Graphic | Used by:Timeline | |
Symbol 5 Text | Uses:2 | Used by:Timeline |
Symbol 6 Graphic | Used by:Timeline | |
Symbol 7 Font | Used by:8 9 13 | |
Symbol 8 Text | Uses:7 | Used by:Timeline |
Symbol 9 Text | Uses:7 | Used by:Timeline |
Symbol 10 Graphic | Used by:Timeline | |
Symbol 11 Font | Used by:12 14 | |
Symbol 12 EditableText | Uses:11 | Used by:Timeline |
Symbol 13 Text | Uses:7 | Used by:Timeline |
Symbol 14 Text | Uses:11 | Used by:Timeline |
Symbol 15 Graphic | Used by:20 | |
Symbol 16 Font | Used by:17 19 22 24 | |
Symbol 17 Text | Uses:16 | Used by:20 |
Symbol 18 Graphic | Used by:20 | |
Symbol 19 Text | Uses:16 | Used by:20 |
Symbol 20 Button | Uses:15 17 18 19 | Used by:Timeline |
Symbol 21 Graphic | Used by:26 | |
Symbol 22 Text | Uses:16 | Used by:26 202 |
Symbol 23 Graphic | Used by:26 | |
Symbol 24 Text | Uses:16 | Used by:26 |
Symbol 25 Graphic | Used by:26 | |
Symbol 26 Button | Uses:21 22 23 24 25 | Used by:Timeline |
Symbol 27 Graphic | Used by:Timeline | |
Symbol 28 Graphic | Used by:31 | |
Symbol 29 Graphic | Used by:31 | |
Symbol 30 Graphic | Used by:31 | |
Symbol 31 Button | Uses:28 29 30 | Used by:Timeline |
Symbol 32 Graphic | Used by:35 | |
Symbol 33 Graphic | Used by:35 | |
Symbol 34 Graphic | Used by:35 | |
Symbol 35 Button | Uses:32 33 34 | Used by:Timeline |
Symbol 36 Graphic | Used by:39 | |
Symbol 37 Graphic | Used by:39 | |
Symbol 38 Graphic | Used by:39 | |
Symbol 39 Button | Uses:36 37 38 | Used by:Timeline |
Symbol 40 Graphic | Used by:43 | |
Symbol 41 Graphic | Used by:43 | |
Symbol 42 Graphic | Used by:43 | |
Symbol 43 Button | Uses:40 41 42 | Used by:Timeline |
Symbol 44 Graphic | Used by:47 | |
Symbol 45 Graphic | Used by:47 | |
Symbol 46 Graphic | Used by:47 | |
Symbol 47 Button | Uses:44 45 46 | Used by:Timeline |
Symbol 48 Graphic | Used by:51 | |
Symbol 49 Graphic | Used by:51 | |
Symbol 50 Graphic | Used by:51 | |
Symbol 51 Button | Uses:48 49 50 | Used by:Timeline |
Symbol 52 Graphic | Used by:55 | |
Symbol 53 Graphic | Used by:55 | |
Symbol 54 Graphic | Used by:55 | |
Symbol 55 Button | Uses:52 53 54 | Used by:Timeline |
Symbol 56 Graphic | Used by:59 | |
Symbol 57 Graphic | Used by:59 | |
Symbol 58 Graphic | Used by:59 | |
Symbol 59 Button | Uses:56 57 58 | Used by:Timeline |
Symbol 60 Graphic | Used by:63 | |
Symbol 61 Graphic | Used by:63 | |
Symbol 62 Graphic | Used by:63 | |
Symbol 63 Button | Uses:60 61 62 | Used by:Timeline |
Symbol 64 Graphic | Used by:67 | |
Symbol 65 Graphic | Used by:67 | |
Symbol 66 Graphic | Used by:67 | |
Symbol 67 Button | Uses:64 65 66 | Used by:Timeline |
Symbol 68 Graphic | Used by:71 | |
Symbol 69 Graphic | Used by:71 | |
Symbol 70 Graphic | Used by:71 | |
Symbol 71 Button | Uses:68 69 70 | Used by:Timeline |
Symbol 72 Graphic | Used by:75 | |
Symbol 73 Graphic | Used by:75 | |
Symbol 74 Graphic | Used by:75 | |
Symbol 75 Button | Uses:72 73 74 | Used by:Timeline |
Symbol 76 Graphic | Used by:80 | |
Symbol 77 Graphic | Used by:80 | |
Symbol 78 Graphic | Used by:80 | |
Symbol 79 Graphic | Used by:80 | |
Symbol 80 Button | Uses:76 77 78 79 | Used by:Timeline |
Symbol 81 Graphic | Used by:84 | |
Symbol 82 Graphic | Used by:84 | |
Symbol 83 Graphic | Used by:84 | |
Symbol 84 Button | Uses:81 82 83 | Used by:Timeline |
Symbol 85 Graphic | Used by:88 | |
Symbol 86 Graphic | Used by:88 | |
Symbol 87 Graphic | Used by:88 | |
Symbol 88 Button | Uses:85 86 87 | Used by:Timeline |
Symbol 89 Graphic | Used by:92 | |
Symbol 90 Graphic | Used by:92 | |
Symbol 91 Graphic | Used by:92 | |
Symbol 92 Button | Uses:89 90 91 | Used by:Timeline |
Symbol 93 Graphic | Used by:96 | |
Symbol 94 Graphic | Used by:96 | |
Symbol 95 Graphic | Used by:96 | |
Symbol 96 Button | Uses:93 94 95 | Used by:Timeline |
Symbol 97 Graphic | Used by:100 | |
Symbol 98 Graphic | Used by:100 | |
Symbol 99 Graphic | Used by:100 | |
Symbol 100 Button | Uses:97 98 99 | Used by:Timeline |
Symbol 101 Graphic | Used by:104 | |
Symbol 102 Graphic | Used by:104 | |
Symbol 103 Graphic | Used by:104 | |
Symbol 104 Button | Uses:101 102 103 | Used by:Timeline |
Symbol 105 Graphic | Used by:108 | |
Symbol 106 Graphic | Used by:108 | |
Symbol 107 Graphic | Used by:108 | |
Symbol 108 Button | Uses:105 106 107 | Used by:Timeline |
Symbol 109 Graphic | Used by:112 | |
Symbol 110 Graphic | Used by:112 | |
Symbol 111 Graphic | Used by:112 | |
Symbol 112 Button | Uses:109 110 111 | Used by:Timeline |
Symbol 113 Graphic | Used by:116 | |
Symbol 114 Graphic | Used by:116 | |
Symbol 115 Graphic | Used by:116 | |
Symbol 116 Button | Uses:113 114 115 | Used by:Timeline |
Symbol 117 Graphic | Used by:120 | |
Symbol 118 Graphic | Used by:120 | |
Symbol 119 Graphic | Used by:120 | |
Symbol 120 Button | Uses:117 118 119 | Used by:Timeline |
Symbol 121 Graphic | Used by:124 | |
Symbol 122 Graphic | Used by:124 | |
Symbol 123 Graphic | Used by:124 | |
Symbol 124 Button | Uses:121 122 123 | Used by:Timeline |
Symbol 125 Graphic | Used by:128 | |
Symbol 126 Graphic | Used by:128 | |
Symbol 127 Graphic | Used by:128 | |
Symbol 128 Button | Uses:125 126 127 | Used by:Timeline |
Symbol 129 Graphic | Used by:132 | |
Symbol 130 Graphic | Used by:132 | |
Symbol 131 Graphic | Used by:132 | |
Symbol 132 Button | Uses:129 130 131 | Used by:Timeline |
Symbol 133 Graphic | Used by:136 | |
Symbol 134 Graphic | Used by:136 | |
Symbol 135 Graphic | Used by:136 | |
Symbol 136 Button | Uses:133 134 135 | Used by:Timeline |
Symbol 137 Graphic | Used by:140 | |
Symbol 138 Graphic | Used by:140 | |
Symbol 139 Graphic | Used by:140 | |
Symbol 140 Button | Uses:137 138 139 | Used by:Timeline |
Symbol 141 Graphic | Used by:144 | |
Symbol 142 Graphic | Used by:144 | |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 Button | Uses:141 142 143 | Used by:Timeline |
Symbol 145 Graphic | Used by:148 | |
Symbol 146 Graphic | Used by:148 | |
Symbol 147 Graphic | Used by:148 | |
Symbol 148 Button | Uses:145 146 147 | Used by:Timeline |
Symbol 149 Graphic | Used by:152 | |
Symbol 150 Graphic | Used by:152 | |
Symbol 151 Graphic | Used by:152 | |
Symbol 152 Button | Uses:149 150 151 | Used by:Timeline |
Symbol 153 Graphic | Used by:156 | |
Symbol 154 Graphic | Used by:156 | |
Symbol 155 Graphic | Used by:156 | |
Symbol 156 Button | Uses:153 154 155 | Used by:Timeline |
Symbol 157 Graphic | Used by:160 | |
Symbol 158 Graphic | Used by:160 | |
Symbol 159 Graphic | Used by:160 | |
Symbol 160 Button | Uses:157 158 159 | Used by:Timeline |
Symbol 161 Graphic | Used by:164 | |
Symbol 162 Graphic | Used by:164 | |
Symbol 163 Graphic | Used by:164 | |
Symbol 164 Button | Uses:161 162 163 | Used by:Timeline |
Symbol 165 Graphic | Used by:168 | |
Symbol 166 Graphic | Used by:168 | |
Symbol 167 Graphic | Used by:168 | |
Symbol 168 Button | Uses:165 166 167 | Used by:Timeline |
Symbol 169 Graphic | Used by:172 | |
Symbol 170 Graphic | Used by:172 | |
Symbol 171 Graphic | Used by:172 | |
Symbol 172 Button | Uses:169 170 171 | Used by:Timeline |
Symbol 173 Graphic | Used by:176 | |
Symbol 174 Graphic | Used by:176 | |
Symbol 175 Graphic | Used by:176 | |
Symbol 176 Button | Uses:173 174 175 | Used by:Timeline |
Symbol 177 Graphic | Used by:180 | |
Symbol 178 Graphic | Used by:180 | |
Symbol 179 Graphic | Used by:180 | |
Symbol 180 Button | Uses:177 178 179 | Used by:Timeline |
Symbol 181 Graphic | Used by:185 | |
Symbol 182 Graphic | Used by:185 | |
Symbol 183 Graphic | Used by:185 | |
Symbol 184 Graphic | Used by:185 | |
Symbol 185 Button | Uses:181 182 183 184 | Used by:Timeline |
Symbol 186 Graphic | Used by:190 | |
Symbol 187 Graphic | Used by:190 | |
Symbol 188 Graphic | Used by:190 | |
Symbol 189 Graphic | Used by:190 | |
Symbol 190 Button | Uses:186 187 188 189 | Used by:Timeline |
Symbol 191 Graphic | Used by:195 | |
Symbol 192 Graphic | Used by:195 | |
Symbol 193 Graphic | Used by:195 | |
Symbol 194 Graphic | Used by:195 | |
Symbol 195 Button | Uses:191 192 193 194 | Used by:Timeline |
Symbol 196 Font | Used by:197 200 | |
Symbol 197 EditableText | Uses:196 | Used by:Timeline |
Symbol 198 Font | Used by:199 | |
Symbol 199 EditableText | Uses:198 | Used by:Timeline |
Symbol 200 EditableText | Uses:196 | Used by:Timeline |
Symbol 201 Graphic | Used by:202 | |
Symbol 202 MovieClip | Uses:201 22 | Used by:Timeline |
Symbol 203 Font | Used by:204 205 208 209 | |
Symbol 204 Text | Uses:203 | Used by:207 Timeline |
Symbol 205 Text | Uses:203 | Used by:207 Timeline |
Symbol 206 Graphic | Used by:207 | |
Symbol 207 Button | Uses:204 205 206 | Used by:Timeline |
Symbol 208 Text | Uses:203 | Used by:211 Timeline |
Symbol 209 Text | Uses:203 | Used by:211 Timeline |
Symbol 210 Graphic | Used by:211 | |
Symbol 211 Button | Uses:208 209 210 | Used by:Timeline |
Symbol 212 Graphic | Used by:214 | |
Symbol 213 Graphic | Used by:214 216 | |
Symbol 214 Button | Uses:212 213 | Used by:Timeline |
Symbol 215 Graphic | Used by:216 | |
Symbol 216 Button | Uses:215 213 | Used by:Timeline |
Symbol 217 Graphic | Used by:223 | |
Symbol 218 Font | Used by:219 221 236 243 244 | |
Symbol 219 Text | Uses:218 | Used by:223 |
Symbol 220 Graphic | Used by:223 | |
Symbol 221 Text | Uses:218 | Used by:223 |
Symbol 222 Graphic | Used by:223 | |
Symbol 223 Button | Uses:217 219 220 221 222 | Used by:Timeline |
Symbol 224 Graphic | Used by:Timeline | |
Symbol 225 Graphic | Used by:226 230 | |
Symbol 226 Button | Uses:225 | Used by:Timeline |
Symbol 227 Sound | Used by:Timeline | |
Symbol 228 Graphic | Used by:Timeline | |
Symbol 229 Sound | Used by:Timeline | |
Symbol 230 Button | Uses:225 | Used by:Timeline |
Symbol 231 Graphic | Used by:Timeline | |
Symbol 232 Font | Used by:233 234 | |
Symbol 233 Text | Uses:232 | Used by:Timeline |
Symbol 234 Text | Uses:232 | Used by:Timeline |
Symbol 235 Graphic | Used by:Timeline | |
Symbol 236 Text | Uses:218 | Used by:Timeline |
Symbol 237 Font | Used by:238 239 240 | |
Symbol 238 Text | Uses:237 | Used by:242 |
Symbol 239 Text | Uses:237 | Used by:242 |
Symbol 240 Text | Uses:237 | Used by:242 |
Symbol 241 Graphic | Used by:242 | |
Symbol 242 Button | Uses:238 239 240 241 | Used by:Timeline |
Symbol 243 Text | Uses:218 | Used by:Timeline |
Symbol 244 EditableText | Uses:218 | Used by:Timeline |
Symbol 245 Graphic | Used by:Timeline |
Instance Names
"greece" | Frame 68 | Symbol 31 Button |
"unitedk" | Frame 68 | Symbol 35 Button |
"ireland" | Frame 68 | Symbol 39 Button |
"iceland" | Frame 68 | Symbol 43 Button |
"norway" | Frame 68 | Symbol 47 Button |
"sweden" | Frame 68 | Symbol 51 Button |
"finland" | Frame 68 | Symbol 55 Button |
"estonia" | Frame 68 | Symbol 59 Button |
"latvia" | Frame 68 | Symbol 63 Button |
"lithuania" | Frame 68 | Symbol 67 Button |
"russia" | Frame 68 | Symbol 71 Button |
"turkey" | Frame 68 | Symbol 75 Button |
"malta" | Frame 68 | Symbol 80 Button |
"italy" | Frame 68 | Symbol 84 Button |
"moldova" | Frame 68 | Symbol 88 Button |
"romania" | Frame 68 | Symbol 92 Button |
"bulgaria" | Frame 68 | Symbol 96 Button |
"macedonia" | Frame 68 | Symbol 100 Button |
"albania" | Frame 68 | Symbol 104 Button |
"yugoslavia" | Frame 68 | Symbol 108 Button |
"bosnia" | Frame 68 | Symbol 112 Button |
"croatia" | Frame 68 | Symbol 116 Button |
"slovenia" | Frame 68 | Symbol 120 Button |
"slovakia" | Frame 68 | Symbol 124 Button |
"austria" | Frame 68 | Symbol 128 Button |
"switzerland" | Frame 68 | Symbol 132 Button |
"germany" | Frame 68 | Symbol 136 Button |
"czech" | Frame 68 | Symbol 140 Button |
"poland" | Frame 68 | Symbol 144 Button |
"ukraine" | Frame 68 | Symbol 148 Button |
"belarus" | Frame 68 | Symbol 152 Button |
"spain" | Frame 68 | Symbol 156 Button |
"portugal" | Frame 68 | Symbol 160 Button |
"france" | Frame 68 | Symbol 164 Button |
"denmark" | Frame 68 | Symbol 168 Button |
"netherlands" | Frame 68 | Symbol 172 Button |
"belgium" | Frame 68 | Symbol 176 Button |
"hungary" | Frame 68 | Symbol 180 Button |
"andorra" | Frame 68 | Symbol 185 Button |
"liechtenstein" | Frame 68 | Symbol 190 Button |
"luxembourg" | Frame 68 | Symbol 195 Button |
"country_txt" | Frame 68 | Symbol 197 EditableText |
"score_txt" | Frame 68 | Symbol 199 EditableText |
"capital_txt" | Frame 68 | Symbol 200 EditableText |
"city_mc" | Frame 68 | Symbol 202 MovieClip |
"mute" | Frame 68 | Symbol 214 Button |
"unmute" | Frame 68 | Symbol 216 Button |
"total_txt" | Frame 92 | Symbol 244 EditableText |
Labels
"start" | Frame 32 |
"map" | Frame 68 |
"wrong" | Frame 70 |
"wrongmute" | Frame 72 |
"right" | Frame 80 |
"rightmute" | Frame 82 |
"help" | Frame 90 |
"info" | Frame 91 |
"end" | Frame 92 |
|