Frame 1
if (_global.System) {
System.security.allowDomain("mochibot.com");
}
_level0.__com_mochibot__swfid = "41a8a307";
loadMovieNum ("http://mochibot.com/my/core.swf", 10301);
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 100;
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndStop(3);
}
Frame 2
gotoAndPlay (1);
Frame 3
easeSpeed = 5;
slider_mc.onEnterFrame = function () {
this._x = this._x + ((xMove1 - this._x) / easeSpeed);
};
button_1.onPress = function () {
xMove = button_1._x;
};
button_2.onPress = function () {
xMove = button_2._x;
};
button_3.onPress = function () {
xMove = button_3._x;
};
button_4.onPress = function () {
xMove = button_4._x;
};
a = 0;
b = 0;
c = 0;
d = 0;
coscore = "xxxx";
cocijfer = "xxxx";
copassed = "Not tested";
ccscore = "xxxx";
cccijfer = "xxxx";
ccpassed = "Not Tested";
backgroundmusic = new Sound();
slidersfx1 = new Sound();
slidersfx2 = new Sound();
threetimes = new Sound();
threetimes2 = new Sound();
wrong = new Sound();
correct1 = new Sound();
correct2 = new Sound();
failed = new Sound();
failed2 = new Sound();
congrats = new Sound();
congrats2 = new Sound();
backgroundmusic.attachSound("Singapor");
slidersfx1.attachSound("CLICK10A");
slidersfx2.attachSound("CLICK14A");
threetimes.attachSound("threetimes");
threetimes2.attachSound("threetimes2");
wrong.attachSound("wrong");
correct1.attachSound("correct1");
correct2.attachSound("correct2");
failed.attachSound("failed");
failed2.attachSound("failed2");
congrats1.attachSound("congrats");
congrats2.attachSound("congrats2");
slidersfx1.setVolume(500);
slidersfx2.setVolume(500);
backgroundmusic.setVolume(100);
threetimes.setVolume(300);
threetimes2.setVolume(300);
failed.setVolume(300);
failed2.setVolume(300);
congrats.setVolume(300);
congrats2.setVolume(300);
backgroundmusic.start(0, 999);
button_1.onRollOver = function () {
if (a == 0) {
slidersfx1.start(0, 0);
} else {
slidersfx2.start(0, 0);
}
a = 1;
b = 0;
c = 0;
d = 0;
slider.xMove = button_1._x;
};
button_2.onRollOver = function () {
if (b == 0) {
slidersfx1.start(0, 0);
} else {
slidersfx2.start(0, 0);
}
a = 0;
b = 1;
c = 0;
d = 0;
slider.xMove = button_2._x;
};
button_3.onRollOver = function () {
if (c == 0) {
slidersfx1.start(0, 0);
} else {
slidersfx2.start(0, 0);
}
a = 0;
b = 0;
c = 1;
d = 0;
slider.xMove = button_3._x;
};
button_4.onRollOver = function () {
if (d == 0) {
slidersfx1.start(0, 0);
} else {
slidersfx2.start(0, 0);
}
a = 0;
b = 0;
c = 0;
d = 1;
slider.xMove = button_4._x;
};
button_1.onRelease = function () {
backgroundmusic.stop();
keuze = 0;
gotoAndStop (4);
};
button_2.onRelease = function () {
backgroundmusic.stop();
keuze = 1;
gotoAndStop (5);
};
button_3.onRelease = function () {
backgroundmusic.stop();
gotoAndStop (7);
};
button_4.onRelease = function () {
getURL ("mailto:niektax@gmail.com", "_blank");
};
Instance of Symbol 30 MovieClip in Frame 3
onClipEvent (enterFrame) {
time = new Date();
mil = time.getMilliseconds();
s = time.getSeconds();
m = time.getMinutes();
h = time.getHours();
seconds._rotation = (s * 6) + (mil / 166.666666666667);
minutes._rotation = (m * 6) + (s / 10);
hours._rotation = (h * 30) + (m / 2);
}
Instance of Symbol 48 MovieClip "slider" in Frame 3
onClipEvent (load) {
xMove = _x;
easeSpeed = 5;
}
onClipEvent (enterFrame) {
_x = (_x + ((xMove - _x) / easeSpeed));
}
Frame 4
Mute.onRollOver = function () {
if (wrong.getVolume() == 300) {
this.gotoAndStop("onOver");
} else {
this.gotoAndStop("muteOver");
}
};
Mute.onRollOut = function () {
if (wrong.getVolume() == 300) {
this.gotoAndStop("on");
} else {
this.gotoAndStop("mute");
}
};
Mute.onRelease = function () {
if (wrong.getVolume() == 300) {
wrong.setVolume(0);
correct.setVolume(0);
this.gotoAndStop("muteOver");
} else {
wrong.setVolume(300);
correct.setVolume(300);
this.gotoAndStop("onOver");
}
};
function test() {
if (land == undefined) {
t._alpha = 0;
land = "end";
gotoAndStop (6);
}
}
function getLandg() {
teller2++;
correctie = "Correct";
rand = random(2);
if (rand == 0) {
correct1.start(0, 0);
} else {
correct2.start(0, 0);
}
score++;
t._width = (score / 31) * 150;
teller = 0;
landen.removeValue(bugverwijderaar);
Alanden = landen.length;
Rland = random(Alanden);
land = landen[Rland];
landen.splice(Rland, 1);
test();
}
function getLandf() {
teller2++;
if (teller <= 1) {
correctie = "Wrong!";
wrong.start(0, 0);
score--;
t._width = (score / 31) * 150;
teller++;
} else {
landen.removeValue(land);
teller = 0;
threetimes.start(0, 0);
score--;
t._width = (score / 31) * 150;
Alanden = landen.length;
Rland = random(Alanden);
land = landen[Rland];
}
}
var t = this.attachMovie("scorebalk", "balk" + i, i);
t._x = 4;
t._y = 358.8;
t._width = 0;
Array.prototype.removeValue = function (string) {
i = 0;
while (i < this.length) {
if (this[i] == string) {
this.splice(i, 1);
}
i++;
}
};
keuze = 0;
teller = 0;
teller2 = 0;
landen = ["Russia", "Mongolia", "China", "North Korea", "South Korea", "Japan", "Kyrgyzstan", "Myanmar", "Laos", "Kazakhstan", "Vietnam", "Cambodia", "Thailand", "Uzbekistan", "Tajikistan", "Turkmenistan", "Nepal", "Bhutan", "Afghanistan", "Pakistan", "Bangladesh", "Sri lanka", "India", "Malaysia", "Brunei", "Chinese Taipei", "Philippines", "Papua New Guinea", "Indonesia", "Singapore", "Maldives"];
score = 0;
correctie = "";
Alanden = landen.length;
Rland = random(Alanden);
land = landen[Rland];
bugverwijderaar = land;
i = 0;
while (i < Alanden) {
this[landen[i]].onRelease = function () {
threetimes.stop();
if (land == this._name) {
landen.removeValue(land);
this._alpha = 25;
getLandg();
} else {
getLandf();
}
};
i++;
}
mainmenu.onRelease = function () {
correct1.setVolume(0);
correct2.setVolume(0);
wrong.setVolume(0);
gotoAndStop (3);
};
Frame 5
Mute.onRollOver = function () {
if (wrong.getVolume() == 300) {
this.gotoAndStop("onOver");
} else {
this.gotoAndStop("muteOver");
}
};
Mute.onRollOut = function () {
if (wrong.getVolume() == 300) {
this.gotoAndStop("on");
} else {
this.gotoAndStop("mute");
}
};
Mute.onRelease = function () {
if (wrong.getVolume() == 300) {
wrong.setVolume(0);
correct.setVolume(0);
this.gotoAndStop("muteOver");
} else {
wrong.setVolume(300);
correct.setVolume(300);
this.gotoAndStop("onOver");
}
};
function test() {
if (land == undefined) {
t._alpha = 0;
land = "end";
gotoAndStop (6);
}
}
function getLandg() {
correctie = "Correct";
rand = random(2);
if (rand == 0) {
correct1.start(0, 0);
} else {
correct2.start(0, 0);
}
score++;
t._width = (score / 31) * 150;
teller = 0;
landen.removeValue(bugverwijderaar);
Alanden = landen.length;
Rland = random(Alanden);
land = landen[Rland];
landen.splice(Rland, 1);
test();
}
function getLandf() {
if (teller <= 1) {
correctie = "Wrong!";
wrong.start(0, 0);
score--;
t._width = (score / 31) * 150;
teller++;
} else {
landen.removeValue(land);
teller = 0;
threetimes.start(0, 0);
score--;
t._width = (score / 31) * 150;
Alanden = landen.length;
Rland = random(Alanden);
land = landen[Rland];
}
}
var t = this.attachMovie("scorebalk", "balk" + i, i);
t._x = 4;
t._y = 358.8;
t._width = 0;
Array.prototype.removeValue = function (string) {
i = 0;
while (i < this.length) {
if (this[i] == string) {
this.splice(i, 1);
}
i++;
}
};
keuze = 1;
teller = 0;
landen = ["Moscow", "Ulaanbaatar", "Beijing", "Pyongyang", "Seoul", "Tokyo", "Bishkek", "Rangoon", "Vientiane", "Astana", "Hanoi", "Phnom Penh", "Bangkok", "Tashkent", "Dushanbe", "Ashgabat", "Kathmandu", "Thimphu", "Kabul", "Islamabad", "Dhaka", "Colombo", "New Delhi", "Kuala Lumpur", "Bandar Seri Begawan", "Taipei", "Manila", "Port Moresby", "Jakarta", "Singapore", "Mal\u00E9"];
score = 0;
correctie = "";
Alanden = landen.length;
Rland = random(Alanden);
land = landen[Rland];
bugverwijderaar = land;
i = 0;
while (i < Alanden) {
this[landen[i]].onRelease = function () {
threetimes.stop();
if (land == this._name) {
landen.removeValue(land);
this._alpha = 25;
getLandg();
} else {
getLandf();
}
};
i++;
}
mainmenu.onRelease = function () {
correct1.stop();
correct2.stop();
wrong.stop();
gotoAndStop (3);
};
Frame 6
if (keuze == 0) {
coscore = score;
if (coscore == 31) {
cocijfer = "A+";
copassed = "Passed!";
}
if ((coscore >= 27) && (coscore < 31)) {
cocijfer = "A";
copassed = "Passed!";
}
if ((coscore >= 23) && (coscore < 27)) {
cocijfer = "B";
copassed = "Passed!";
}
if ((coscore >= 19) && (coscore < 23)) {
cocijfer = "C";
copassed = "Passed!";
}
if ((coscore >= 15) && (coscore < 19)) {
cocijfer = "D";
copassed = "Passed!";
}
if (score < 15) {
cocijfer = "F";
copassed = "Failed!";
}
if (copassed >= 15) {
congrats.start(1);
} else {
failed.start(1);
}
}
if (keuze == 1) {
ccscore = score;
if (ccscore == 31) {
cccijfer = "A+";
ccpassed = "Passed!";
}
if ((ccscore >= 27) && (ccscore < 31)) {
cccijfer = "A";
ccpassed = "Passed!";
}
if ((ccscore >= 23) && (ccscore < 27)) {
cccijfer = "B";
ccpassed = "Passed!";
}
if ((ccscore >= 19) && (ccscore < 23)) {
cccijfer = "C";
ccpassed = "Passed!";
}
if ((ccscore >= 15) && (ccscore < 19)) {
cccijfer = "D";
ccpassed = "Passed!";
}
if (ccscore < 15) {
cccijfer = "F";
ccpassed = "Failed!";
}
if (ccpassed >= 15) {
passed.start(1);
} else {
failed.start(1);
}
}
countrest.onRelease = function () {
gotoAndStop (4);
};
caprest.onRelease = function () {
gotoAndStop (5);
};
back.onRelease = function () {
gotoAndStop (3);
};
Frame 7
trainer.traincountry = "please";
trainer.traincity = "roll";
trainer.trainpresident = "over";
trainer.trainpopulation = "a country";
trainer.trainarea = " for info";
mainmenu.onRelease = function () {
gotoAndStop (3);
};
Russia.onRelease = function () {
getURL ("www.cia.gov/cia/publications/factbook/geos/rs.html", "_blank");
};
Russia.onRollOver = function () {
trainer.traincountry = "Russia";
trainer.traincity = "Moscow";
trainer.trainpresident = "Poetin";
trainer.trainpopulation = "143,420,309";
trainer.trainarea = "17,075,200 km\u00B2";
};
China.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/ch.html", "_blank");
};
China.onRollOver = function () {
trainer.traincountry = "China";
trainer.traincity = "Beijing";
trainer.trainpresident = "Hu";
trainer.trainpopulation = "1,306,313,812";
trainer.trainarea = "9,596,960 km\u00B2";
};
Mongolia.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/mg.html", "_blank");
};
Mongolia.onRollOver = function () {
trainer.traincountry = "Mongolia";
trainer.traincity = "Ulaanbaatar";
trainer.trainpresident = "Enkhbayar";
trainer.trainpopulation = "2,791,272";
trainer.trainarea = "1,564,116 km\u00B2";
};
Kazakhstan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/kz.html", "_blank");
};
Kazakhstan.onRollOver = function () {
trainer.traincountry = "Kazakhstan";
trainer.traincity = "Astana";
trainer.trainpresident = "Nazarbayev";
trainer.trainpopulation = "15,143,704";
trainer.trainarea = "2,717,300 km\u00B2";
};
Aghanistan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/af.html", "_blank");
};
Afghanistan.onRollOver = function () {
trainer.traincountry = "Afghanistan";
trainer.traincity = "Kabul";
trainer.trainpresident = "Karzai";
trainer.trainpopulation = "29,928,987";
trainer.trainarea = "647,500 km\u00B2";
};
Uzbekistan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/uz.html", "_blank");
};
Uzbekistan.onRollOver = function () {
trainer.traincountry = "Uzbekistan";
trainer.traincity = "Tashkent";
trainer.trainpresident = "Karimov";
trainer.trainpopulation = "25,563,441";
trainer.trainarea = "447,400 km\u00B2";
};
Kyrgyzstan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/kg.html", "_blank");
};
Kyrgyzstan.onRollOver = function () {
trainer.traincountry = "Kyrgyzstan";
trainer.traincity = "Bishkek";
trainer.trainpresident = "Bakiyev";
trainer.trainpopulation = "5,146,281";
trainer.trainarea = "198,500 km\u00B2 ";
};
Tajikistan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/ti.html", "_blank");
};
Tajikistan.onRollOver = function () {
trainer.traincountry = "Tajikistan";
trainer.traincity = "Dushanbe";
trainer.trainpresident = "Rahmonov";
trainer.trainpopulation = "6,863,752";
trainer.trainarea = "143,100 km\u00B2";
};
Turkmenistan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/tx.html", "_blank");
};
Turkmenistan.onRollOver = function () {
trainer.traincountry = "Turkmenistan";
trainer.traincity = "Ashgabat";
trainer.trainpresident = "Niyazov";
trainer.trainpopulation = "4,952,081";
trainer.trainarea = "488,100 km\u00B2";
};
Singapore.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/sn.html", "_blank");
};
Singapore.onRollOver = function () {
trainer.traincountry = "Singapore";
trainer.traincity = "Singapore";
trainer.trainpresident = "Ramanathan";
trainer.trainpopulation = "4,425,720 ";
trainer.trainarea = "692.7 km\u00B2";
};
Maldives.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/mv.html", "_blank");
};
Maldives.onRollOver = function () {
trainer.traincountry = "Maldives";
trainer.traincity = "Mal\u00E9";
trainer.trainpresident = "Abdul Gayyoom";
trainer.trainpopulation = "349,106";
trainer.trainarea = "298 km\u00B2";
};
Bangladesh.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/bg.html", "_blank");
};
Bangladesh.onRollOver = function () {
trainer.traincountry = "Bangladesh";
trainer.traincity = "Dhaka";
trainer.trainpresident = "Khaleda Zia";
trainer.trainpopulation = "141,340,476";
trainer.trainarea = "144,000 km\u00B2";
};
ChineseTaipei.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/tw.html", "_blank");
};
ChineseTaipei.onRollOver = function () {
trainer.traincountry = "Chinese Taipei";
trainer.traincity = "Taipei";
trainer.trainpresident = "Chen";
trainer.trainpopulation = "22,894,384";
trainer.trainarea = "35,980 km\u00B2";
};
SouthKorea.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/ks.html", "_blank");
};
SouthKorea.onRollOver = function () {
trainer.traincountry = "South Korea";
trainer.traincity = "Seoul";
trainer.trainpresident = "Roh";
trainer.trainpopulation = "48,422,644";
trainer.trainarea = "99,274 km\u00B2";
};
Japan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/ja.html", "_blank");
};
Japan.onRollOver = function () {
trainer.traincountry = "Japan";
trainer.traincity = "Tokyo";
trainer.trainpresident = "Akihito";
trainer.trainpopulation = "127,417,244";
trainer.trainarea = "377,835 km\u00B2";
};
India.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/in.html", "_blank");
};
India.onRollOver = function () {
trainer.traincountry = "India";
trainer.traincity = "New Delhi";
trainer.trainpresident = "Abdul Kalam";
trainer.trainpopulation = "1,080,264,388";
trainer.trainarea = "3,287,590 km\u00B2";
};
SriLanka.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/ce.html", "_blank");
};
SriLanka.onRollOver = function () {
trainer.traincountry = "Sri Lanka";
trainer.traincity = "Colombo/kotte";
trainer.trainpresident = "Kumaratunga";
trainer.trainpopulation = "19,607,519";
trainer.trainarea = "65,610 km\u00B2";
};
Philippines.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/rp.html", "_blank");
};
Philippines.onRollOver = function () {
trainer.traincountry = "Philippines";
trainer.traincity = "Manila";
trainer.trainpresident = "Macapagal";
trainer.trainpopulation = "87,857,473";
trainer.trainarea = "300,000 km\u00B2";
};
Vietnam.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/vm.html", "_blank");
};
Vietnam.onRollOver = function () {
trainer.traincountry = "Vietnam";
trainer.traincity = "Hanoi";
trainer.trainpresident = "Duc Luong";
trainer.trainpopulation = "83,535,576";
trainer.trainarea = "329,560 km\u00B2";
};
NorthKorea.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/kn.html", "_blank");
};
NorthKorea.onRollOver = function () {
trainer.traincountry = "North Korea";
trainer.traincity = "P'yongyang";
trainer.trainpresident = "Kim Yong-nam";
trainer.trainpopulation = "22,224,195";
trainer.trainarea = "120,540 km\u00B2";
};
Nepal.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/np.html", "_blank");
};
Nepal.onRollOver = function () {
trainer.traincountry = "Nepal";
trainer.traincity = "Kathmandu";
trainer.trainpresident = "Gyanendra";
trainer.trainpopulation = "27,676,457";
trainer.trainarea = "147,181 km\u00B2";
};
Pakistan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/pk.html", "_blank");
};
Pakistan.onRollOver = function () {
trainer.traincountry = "Pakistan";
trainer.traincity = "Islamabad";
trainer.trainpresident = "Musharraf";
trainer.trainpopulation = "162,419,946";
trainer.trainarea = "803,940 km\u00B2";
};
Thailand.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/th.html", "_blank");
};
Thailand.onRollOver = function () {
trainer.traincountry = "Thailand";
trainer.traincity = "Bangkok";
trainer.trainpresident = "Adulyadej";
trainer.trainpopulation = "65,444,371";
trainer.trainarea = "514,000 km\u00B2";
};
Indonesia.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/id.html", "_blank");
};
Indonesia.onRollOver = function () {
trainer.traincountry = "Indonesia";
trainer.traincity = "Jakarta";
trainer.trainpresident = "Yudhoyono";
trainer.trainpopulation = "238,452,952";
trainer.trainarea = "1,919,440 km\u00B2";
};
Cambodia.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/cb.html", "_blank");
};
Cambodia.onRollOver = function () {
trainer.traincountry = "Cambodia";
trainer.traincity = "Phnom Penh";
trainer.trainpresident = "Sihamoni";
trainer.trainpopulation = "13,363,421";
trainer.trainarea = "181,040 km\u00B2";
};
Malaysia.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/my.html", "_blank");
};
Malaysia.onRollOver = function () {
trainer.traincountry = "Malaysia";
trainer.traincity = "Kuala Lumpur";
trainer.trainpresident = "Jamalullail";
trainer.trainpopulation = "25,720,000";
trainer.trainarea = "329,750 km\u00B2";
};
Myanmar.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/bm.html", "_blank");
};
Myanmar.onRollOver = function () {
trainer.traincountry = "Myanmar(Burma)";
trainer.traincity = "Rangoon(Yangon)";
trainer.trainpresident = "Than Shwe";
trainer.trainpopulation = "54,000,000";
trainer.trainarea = "678,500 km\u00B2";
};
Brunei.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/bx.html", "_blank");
};
Brunei.onRollOver = function () {
trainer.traincountry = "Brunei";
trainer.traincity = "B. S. Begawan";
trainer.trainpresident = "Bolkiah";
trainer.trainpopulation = "343,653";
trainer.trainarea = "5,765 km\u00B2";
};
Bhutan.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/bt.html", "_blank");
};
Bhutan.onRollOver = function () {
trainer.traincountry = "Bhutan";
trainer.traincity = "Thimphu";
trainer.trainpresident = "Wangchuck";
trainer.trainpopulation = "2,232,291";
trainer.trainarea = "47,500 km\u00B2";
};
Laos.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/la.html", "_blank");
};
Laos.onRollOver = function () {
trainer.traincountry = "Laos";
trainer.traincity = "Vientiane";
trainer.trainpresident = "Siphandon";
trainer.trainpopulation = "6,217,141";
trainer.trainarea = "236,800 km\u00B2";
};
PapuaNewGuinea.onRelease = function () {
getURL ("http://www.cia.gov/cia/publications/factbook/geos/pp.html", "_blank");
};
PapuaNewGuinea.onRollOver = function () {
trainer.traincountry = "Papua New Guinea";
trainer.traincity = "Port Moresby";
trainer.trainpresident = "Elizabeth II";
trainer.trainpopulation = "4,927,000";
trainer.trainarea = "462,840 km\u00B2";
};
Instance of Symbol 30 MovieClip in Frame 7
onClipEvent (enterFrame) {
time = new Date();
mil = time.getMilliseconds();
s = time.getSeconds();
m = time.getMinutes();
h = time.getHours();
seconds._rotation = (s * 6) + (mil / 166.666666666667);
minutes._rotation = (m * 6) + (s / 10);
hours._rotation = (h * 30) + (m / 2);
}
Symbol 10 MovieClip [scorebalk] Frame 1
stop();
Symbol 10 MovieClip [scorebalk] Frame 2
stop();
Symbol 10 MovieClip [scorebalk] Frame 3
stop();
Symbol 58 MovieClip Frame 1
stop();