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

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

Geography Game - Europe.swf

This is the info page for
Flash #61431

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


Text
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 20
countcap = 0; sound = 1;
Frame 32
countries = 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 67
stop();
Frame 68
if (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 69
score_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 70
if (sound == 0) { gotoAndPlay ("wrongmute"); }
Frame 79
var score = (score - 5); gotoAndPlay ("map");
Frame 80
if (sound == 0) { gotoAndPlay ("rightmute"); }
Frame 89
var score = (score + 10); country.splice(x, 1); capital.splice(x, 1); var list = (list - 1); gotoAndPlay ("map");
Frame 90
stop(); var storage = 1;
Frame 91
var storage = 1;
Frame 92
total_txt.text = ((score + " (") + Math.round((countries / ((((countries * 10) - score) / 5) + countries)) * 100)) + "%)"; stop();
Symbol 20 Button
on (release) { countcap = 0; gotoAndPlay ("map"); }
Symbol 26 Button
on (release) { countcap = 1; gotoAndPlay ("map"); }
Symbol 31 Button
on (release) { if (country_txt.text == "Greece") { greece._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 35 Button
on (release) { if (country_txt.text == "United Kingdom") { unitedk._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 39 Button
on (release) { if (country_txt.text == "Ireland") { ireland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 43 Button
on (release) { if (country_txt.text == "Iceland") { iceland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 47 Button
on (release) { if (country_txt.text == "Norway") { norway._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 51 Button
on (release) { if (country_txt.text == "Sweden") { sweden._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 55 Button
on (release) { if (country_txt.text == "Finland") { finland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 59 Button
on (release) { if (country_txt.text == "Estonia") { estonia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 63 Button
on (release) { if (country_txt.text == "Latvia") { latvia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 67 Button
on (release) { if (country_txt.text == "Lithuania") { lithuania._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 71 Button
on (release) { if (country_txt.text == "Russia") { russia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 75 Button
on (release) { if (country_txt.text == "Turkey") { turkey._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 80 Button
on (release) { if (country_txt.text == "Malta") { malta._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 84 Button
on (release) { if (country_txt.text == "Italy") { italy._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 88 Button
on (release) { if (country_txt.text == "Moldova") { moldova._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 92 Button
on (release) { if (country_txt.text == "Romania") { romania._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 96 Button
on (release) { if (country_txt.text == "Bulgaria") { bulgaria._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 100 Button
on (release) { if (country_txt.text == "(FYR) Macedonia") { macedonia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 104 Button
on (release) { if (country_txt.text == "Albania") { albania._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 108 Button
on (release) { if (country_txt.text == "Yugoslavia") { yugoslavia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 112 Button
on (release) { if (country_txt.text == "Bosnia - Herzegovina") { bosnia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 116 Button
on (release) { if (country_txt.text == "Croatia") { croatia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 120 Button
on (release) { if (country_txt.text == "Slovenia") { slovenia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 124 Button
on (release) { if (country_txt.text == "Slovakia") { slovakia._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 128 Button
on (release) { if (country_txt.text == "Austria") { austria._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 132 Button
on (release) { if (country_txt.text == "Switzerland") { switzerland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 136 Button
on (release) { if (country_txt.text == "Germany") { germany._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 140 Button
on (release) { if (country_txt.text == "Czech Republic") { czech._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 144 Button
on (release) { if (country_txt.text == "Poland") { poland._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 148 Button
on (release) { if (country_txt.text == "Ukraine") { ukraine._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 152 Button
on (release) { if (country_txt.text == "Belarus") { belarus._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 156 Button
on (release) { if (country_txt.text == "Spain") { spain._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 160 Button
on (release) { if (country_txt.text == "Portugal") { portugal._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 164 Button
on (release) { if (country_txt.text == "France") { france._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 168 Button
on (release) { if (country_txt.text == "Denmark") { denmark._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 172 Button
on (release) { if (country_txt.text == "Netherlands") { netherlands._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 176 Button
on (release) { if (country_txt.text == "Belgium") { belgium._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 180 Button
on (release) { if (country_txt.text == "Hungary") { hungary._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 185 Button
on (release) { if (country_txt.text == "Andorra") { andorra._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 190 Button
on (release) { if (country_txt.text == "Liechtenstein") { liechtenstein._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 195 Button
on (release) { if (country_txt.text == "Luxembourg") { luxembourg._visible = false; gotoAndPlay ("right"); } else { gotoAndPlay ("wrong"); } }
Symbol 207 Button
on (release) { gotoAndStop ("help"); }
Symbol 211 Button
on (release) { gotoAndStop ("info"); }
Symbol 214 Button
on (release) { var sound = 0; mute._visible = false; unmute._visible = true; }
Symbol 216 Button
on (release) { var sound = 1; mute._visible = true; unmute._visible = false; }
Symbol 223 Button
on (release) { gotoAndPlay ("start"); }
Symbol 230 Button
on (press) { gotoAndPlay ("map"); }
Symbol 242 Button
on (release) { var countcap = 0; gotoAndPlay ("start"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 5
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 TextUses:2Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 FontUsed by:8 9 13
Symbol 8 TextUses:7Used by:Timeline
Symbol 9 TextUses:7Used by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 FontUsed by:12 14
Symbol 12 EditableTextUses:11Used by:Timeline
Symbol 13 TextUses:7Used by:Timeline
Symbol 14 TextUses:11Used by:Timeline
Symbol 15 GraphicUsed by:20
Symbol 16 FontUsed by:17 19 22 24
Symbol 17 TextUses:16Used by:20
Symbol 18 GraphicUsed by:20
Symbol 19 TextUses:16Used by:20
Symbol 20 ButtonUses:15 17 18 19Used by:Timeline
Symbol 21 GraphicUsed by:26
Symbol 22 TextUses:16Used by:26 202
Symbol 23 GraphicUsed by:26
Symbol 24 TextUses:16Used by:26
Symbol 25 GraphicUsed by:26
Symbol 26 ButtonUses:21 22 23 24 25Used by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:28 29 30Used by:Timeline
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 ButtonUses:32 33 34Used by:Timeline
Symbol 36 GraphicUsed by:39
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 ButtonUses:36 37 38Used by:Timeline
Symbol 40 GraphicUsed by:43
Symbol 41 GraphicUsed by:43
Symbol 42 GraphicUsed by:43
Symbol 43 ButtonUses:40 41 42Used by:Timeline
Symbol 44 GraphicUsed by:47
Symbol 45 GraphicUsed by:47
Symbol 46 GraphicUsed by:47
Symbol 47 ButtonUses:44 45 46Used by:Timeline
Symbol 48 GraphicUsed by:51
Symbol 49 GraphicUsed by:51
Symbol 50 GraphicUsed by:51
Symbol 51 ButtonUses:48 49 50Used by:Timeline
Symbol 52 GraphicUsed by:55
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 ButtonUses:52 53 54Used by:Timeline
Symbol 56 GraphicUsed by:59
Symbol 57 GraphicUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 ButtonUses:56 57 58Used by:Timeline
Symbol 60 GraphicUsed by:63
Symbol 61 GraphicUsed by:63
Symbol 62 GraphicUsed by:63
Symbol 63 ButtonUses:60 61 62Used by:Timeline
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 ButtonUses:64 65 66Used by:Timeline
Symbol 68 GraphicUsed by:71
Symbol 69 GraphicUsed by:71
Symbol 70 GraphicUsed by:71
Symbol 71 ButtonUses:68 69 70Used by:Timeline
Symbol 72 GraphicUsed by:75
Symbol 73 GraphicUsed by:75
Symbol 74 GraphicUsed by:75
Symbol 75 ButtonUses:72 73 74Used by:Timeline
Symbol 76 GraphicUsed by:80
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 ButtonUses:76 77 78 79Used by:Timeline
Symbol 81 GraphicUsed by:84
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 ButtonUses:81 82 83Used by:Timeline
Symbol 85 GraphicUsed by:88
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 ButtonUses:85 86 87Used by:Timeline
Symbol 89 GraphicUsed by:92
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 ButtonUses:89 90 91Used by:Timeline
Symbol 93 GraphicUsed by:96
Symbol 94 GraphicUsed by:96
Symbol 95 GraphicUsed by:96
Symbol 96 ButtonUses:93 94 95Used by:Timeline
Symbol 97 GraphicUsed by:100
Symbol 98 GraphicUsed by:100
Symbol 99 GraphicUsed by:100
Symbol 100 ButtonUses:97 98 99Used by:Timeline
Symbol 101 GraphicUsed by:104
Symbol 102 GraphicUsed by:104
Symbol 103 GraphicUsed by:104
Symbol 104 ButtonUses:101 102 103Used by:Timeline
Symbol 105 GraphicUsed by:108
Symbol 106 GraphicUsed by:108
Symbol 107 GraphicUsed by:108
Symbol 108 ButtonUses:105 106 107Used by:Timeline
Symbol 109 GraphicUsed by:112
Symbol 110 GraphicUsed by:112
Symbol 111 GraphicUsed by:112
Symbol 112 ButtonUses:109 110 111Used by:Timeline
Symbol 113 GraphicUsed by:116
Symbol 114 GraphicUsed by:116
Symbol 115 GraphicUsed by:116
Symbol 116 ButtonUses:113 114 115Used by:Timeline
Symbol 117 GraphicUsed by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 ButtonUses:117 118 119Used by:Timeline
Symbol 121 GraphicUsed by:124
Symbol 122 GraphicUsed by:124
Symbol 123 GraphicUsed by:124
Symbol 124 ButtonUses:121 122 123Used by:Timeline
Symbol 125 GraphicUsed by:128
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 ButtonUses:125 126 127Used by:Timeline
Symbol 129 GraphicUsed by:132
Symbol 130 GraphicUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 ButtonUses:129 130 131Used by:Timeline
Symbol 133 GraphicUsed by:136
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 ButtonUses:133 134 135Used by:Timeline
Symbol 137 GraphicUsed by:140
Symbol 138 GraphicUsed by:140
Symbol 139 GraphicUsed by:140
Symbol 140 ButtonUses:137 138 139Used by:Timeline
Symbol 141 GraphicUsed by:144
Symbol 142 GraphicUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 ButtonUses:141 142 143Used by:Timeline
Symbol 145 GraphicUsed by:148
Symbol 146 GraphicUsed by:148
Symbol 147 GraphicUsed by:148
Symbol 148 ButtonUses:145 146 147Used by:Timeline
Symbol 149 GraphicUsed by:152
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 ButtonUses:149 150 151Used by:Timeline
Symbol 153 GraphicUsed by:156
Symbol 154 GraphicUsed by:156
Symbol 155 GraphicUsed by:156
Symbol 156 ButtonUses:153 154 155Used by:Timeline
Symbol 157 GraphicUsed by:160
Symbol 158 GraphicUsed by:160
Symbol 159 GraphicUsed by:160
Symbol 160 ButtonUses:157 158 159Used by:Timeline
Symbol 161 GraphicUsed by:164
Symbol 162 GraphicUsed by:164
Symbol 163 GraphicUsed by:164
Symbol 164 ButtonUses:161 162 163Used by:Timeline
Symbol 165 GraphicUsed by:168
Symbol 166 GraphicUsed by:168
Symbol 167 GraphicUsed by:168
Symbol 168 ButtonUses:165 166 167Used by:Timeline
Symbol 169 GraphicUsed by:172
Symbol 170 GraphicUsed by:172
Symbol 171 GraphicUsed by:172
Symbol 172 ButtonUses:169 170 171Used by:Timeline
Symbol 173 GraphicUsed by:176
Symbol 174 GraphicUsed by:176
Symbol 175 GraphicUsed by:176
Symbol 176 ButtonUses:173 174 175Used by:Timeline
Symbol 177 GraphicUsed by:180
Symbol 178 GraphicUsed by:180
Symbol 179 GraphicUsed by:180
Symbol 180 ButtonUses:177 178 179Used by:Timeline
Symbol 181 GraphicUsed by:185
Symbol 182 GraphicUsed by:185
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 ButtonUses:181 182 183 184Used by:Timeline
Symbol 186 GraphicUsed by:190
Symbol 187 GraphicUsed by:190
Symbol 188 GraphicUsed by:190
Symbol 189 GraphicUsed by:190
Symbol 190 ButtonUses:186 187 188 189Used by:Timeline
Symbol 191 GraphicUsed by:195
Symbol 192 GraphicUsed by:195
Symbol 193 GraphicUsed by:195
Symbol 194 GraphicUsed by:195
Symbol 195 ButtonUses:191 192 193 194Used by:Timeline
Symbol 196 FontUsed by:197 200
Symbol 197 EditableTextUses:196Used by:Timeline
Symbol 198 FontUsed by:199
Symbol 199 EditableTextUses:198Used by:Timeline
Symbol 200 EditableTextUses:196Used by:Timeline
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201 22Used by:Timeline
Symbol 203 FontUsed by:204 205 208 209
Symbol 204 TextUses:203Used by:207  Timeline
Symbol 205 TextUses:203Used by:207  Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 ButtonUses:204 205 206Used by:Timeline
Symbol 208 TextUses:203Used by:211  Timeline
Symbol 209 TextUses:203Used by:211  Timeline
Symbol 210 GraphicUsed by:211
Symbol 211 ButtonUses:208 209 210Used by:Timeline
Symbol 212 GraphicUsed by:214
Symbol 213 GraphicUsed by:214 216
Symbol 214 ButtonUses:212 213Used by:Timeline
Symbol 215 GraphicUsed by:216
Symbol 216 ButtonUses:215 213Used by:Timeline
Symbol 217 GraphicUsed by:223
Symbol 218 FontUsed by:219 221 236 243 244
Symbol 219 TextUses:218Used by:223
Symbol 220 GraphicUsed by:223
Symbol 221 TextUses:218Used by:223
Symbol 222 GraphicUsed by:223
Symbol 223 ButtonUses:217 219 220 221 222Used by:Timeline
Symbol 224 GraphicUsed by:Timeline
Symbol 225 GraphicUsed by:226 230
Symbol 226 ButtonUses:225Used by:Timeline
Symbol 227 SoundUsed by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 SoundUsed by:Timeline
Symbol 230 ButtonUses:225Used by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 FontUsed by:233 234
Symbol 233 TextUses:232Used by:Timeline
Symbol 234 TextUses:232Used by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 TextUses:218Used by:Timeline
Symbol 237 FontUsed by:238 239 240
Symbol 238 TextUses:237Used by:242
Symbol 239 TextUses:237Used by:242
Symbol 240 TextUses:237Used by:242
Symbol 241 GraphicUsed by:242
Symbol 242 ButtonUses:238 239 240 241Used by:Timeline
Symbol 243 TextUses:218Used by:Timeline
Symbol 244 EditableTextUses:218Used by:Timeline
Symbol 245 GraphicUsed by:Timeline

Instance Names

"greece"Frame 68Symbol 31 Button
"unitedk"Frame 68Symbol 35 Button
"ireland"Frame 68Symbol 39 Button
"iceland"Frame 68Symbol 43 Button
"norway"Frame 68Symbol 47 Button
"sweden"Frame 68Symbol 51 Button
"finland"Frame 68Symbol 55 Button
"estonia"Frame 68Symbol 59 Button
"latvia"Frame 68Symbol 63 Button
"lithuania"Frame 68Symbol 67 Button
"russia"Frame 68Symbol 71 Button
"turkey"Frame 68Symbol 75 Button
"malta"Frame 68Symbol 80 Button
"italy"Frame 68Symbol 84 Button
"moldova"Frame 68Symbol 88 Button
"romania"Frame 68Symbol 92 Button
"bulgaria"Frame 68Symbol 96 Button
"macedonia"Frame 68Symbol 100 Button
"albania"Frame 68Symbol 104 Button
"yugoslavia"Frame 68Symbol 108 Button
"bosnia"Frame 68Symbol 112 Button
"croatia"Frame 68Symbol 116 Button
"slovenia"Frame 68Symbol 120 Button
"slovakia"Frame 68Symbol 124 Button
"austria"Frame 68Symbol 128 Button
"switzerland"Frame 68Symbol 132 Button
"germany"Frame 68Symbol 136 Button
"czech"Frame 68Symbol 140 Button
"poland"Frame 68Symbol 144 Button
"ukraine"Frame 68Symbol 148 Button
"belarus"Frame 68Symbol 152 Button
"spain"Frame 68Symbol 156 Button
"portugal"Frame 68Symbol 160 Button
"france"Frame 68Symbol 164 Button
"denmark"Frame 68Symbol 168 Button
"netherlands"Frame 68Symbol 172 Button
"belgium"Frame 68Symbol 176 Button
"hungary"Frame 68Symbol 180 Button
"andorra"Frame 68Symbol 185 Button
"liechtenstein"Frame 68Symbol 190 Button
"luxembourg"Frame 68Symbol 195 Button
"country_txt"Frame 68Symbol 197 EditableText
"score_txt"Frame 68Symbol 199 EditableText
"capital_txt"Frame 68Symbol 200 EditableText
"city_mc"Frame 68Symbol 202 MovieClip
"mute"Frame 68Symbol 214 Button
"unmute"Frame 68Symbol 216 Button
"total_txt"Frame 92Symbol 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




http://swfchan.com/13/61431/info.shtml
Created: 15/4 -2019 14:18:03 Last modified: 15/4 -2019 14:18:03 Server time: 11/05 -2024 09:41:48