Frame 1
function isLoaded(ok) {
if (ok) {
var _local3 = objXML.firstChild.childNodes.length;
var _local2 = 0;
while (_local2 < _local3) {
if (laenderCode == objXML.firstChild.childNodes[_local2].attributes.cid) {
lVorhanden = true;
trace(objXML.firstChild.childNodes[_local2].childNodes[9].firstChild.nodeValue.toString());
textObject.titleLang = objXML.firstChild.childNodes[_local2].childNodes[0].firstChild.nodeValue.toString();
textObject.logIn = objXML.firstChild.childNodes[_local2].childNodes[1].firstChild.nodeValue.toString();
textObject.userName = objXML.firstChild.childNodes[_local2].childNodes[2].firstChild.nodeValue.toString();
textObject.passWort = objXML.firstChild.childNodes[_local2].childNodes[3].firstChild.nodeValue.toString();
textObject.notReg = objXML.firstChild.childNodes[_local2].childNodes[4].firstChild.nodeValue.toString();
textObject.loading = objXML.firstChild.childNodes[_local2].childNodes[5].firstChild.nodeValue.toString();
textObject.startGame = objXML.firstChild.childNodes[_local2].childNodes[6].firstChild.nodeValue.toString();
textObject.howTo = objXML.firstChild.childNodes[_local2].childNodes[7].firstChild.nodeValue.toString();
textObject.weiter = objXML.firstChild.childNodes[_local2].childNodes[8].firstChild.nodeValue.toString();
textObject.ueberSchrift = objXML.firstChild.childNodes[_local2].childNodes[9].firstChild.nodeValue.toString();
textObject.beSchl = objXML.firstChild.childNodes[_local2].childNodes[10].firstChild.nodeValue.toString();
textObject.brake = objXML.firstChild.childNodes[_local2].childNodes[11].firstChild.nodeValue.toString();
textObject.turnR = objXML.firstChild.childNodes[_local2].childNodes[12].firstChild.nodeValue.toString();
textObject.turnL = objXML.firstChild.childNodes[_local2].childNodes[13].firstChild.nodeValue.toString();
textObject.spaceK = objXML.firstChild.childNodes[_local2].childNodes[14].firstChild.nodeValue.toString();
textObject.specJump = objXML.firstChild.childNodes[_local2].childNodes[15].firstChild.nodeValue.toString();
textObject.beAbs0 = objXML.firstChild.childNodes[_local2].childNodes[16].firstChild.nodeValue.toString();
textObject.beAbs1 = objXML.firstChild.childNodes[_local2].childNodes[17].firstChild.nodeValue.toString();
textObject.level = objXML.firstChild.childNodes[_local2].childNodes[18].firstChild.nodeValue.toString();
textObject.gameOver = objXML.firstChild.childNodes[_local2].childNodes[19].firstChild.nodeValue.toString();
textObject.highScore = objXML.firstChild.childNodes[_local2].childNodes[20].firstChild.nodeValue.toString();
textObject.playAgain = objXML.firstChild.childNodes[_local2].childNodes[21].firstChild.nodeValue.toString();
textObject.highText = objXML.firstChild.childNodes[_local2].childNodes[22].firstChild.nodeValue.toString();
textObject.stempelURL = objXML.firstChild.childNodes[_local2].childNodes[23].firstChild.nodeValue.toString();
textObject.pimp = objXML.firstChild.childNodes[_local2].childNodes[24].firstChild.nodeValue.toString();
textObject.pimpUrl = objXML.firstChild.childNodes[_local2].childNodes[25].firstChild.nodeValue.toString();
_root.titleLang = parseFloat(textObject.titleLang);
loginmsg = textObject.logIn;
_root.ausgabe = "aus:" + textObject.titleLang;
play();
break;
}
_local2++;
}
if (!lVorhanden) {
laenderCode = "us";
_local2 = 0;
while (_local2 < _local3) {
if (laenderCode == objXML.firstChild.childNodes[_local2].attributes.cid) {
textObject.titleLang = objXML.firstChild.childNodes[_local2].childNodes[0].firstChild.nodeValue.toString();
textObject.logIn = objXML.firstChild.childNodes[_local2].childNodes[1].firstChild.nodeValue.toString();
textObject.userName = objXML.firstChild.childNodes[_local2].childNodes[2].firstChild.nodeValue.toString();
textObject.passWort = objXML.firstChild.childNodes[_local2].childNodes[3].firstChild.nodeValue.toString();
textObject.notReg = objXML.firstChild.childNodes[_local2].childNodes[4].firstChild.nodeValue.toString();
textObject.loading = objXML.firstChild.childNodes[_local2].childNodes[5].firstChild.nodeValue.toString();
textObject.startGame = objXML.firstChild.childNodes[_local2].childNodes[6].firstChild.nodeValue.toString();
textObject.howTo = objXML.firstChild.childNodes[_local2].childNodes[7].firstChild.nodeValue.toString();
textObject.weiter = objXML.firstChild.childNodes[_local2].childNodes[8].firstChild.nodeValue.toString();
textObject.ueberSchrift = objXML.firstChild.childNodes[_local2].childNodes[9].firstChild.nodeValue.toString();
textObject.beSchl = objXML.firstChild.childNodes[_local2].childNodes[10].firstChild.nodeValue.toString();
textObject.brake = objXML.firstChild.childNodes[_local2].childNodes[11].firstChild.nodeValue.toString();
textObject.turnR = objXML.firstChild.childNodes[_local2].childNodes[12].firstChild.nodeValue.toString();
textObject.turnL = objXML.firstChild.childNodes[_local2].childNodes[13].firstChild.nodeValue.toString();
textObject.spaceK = objXML.firstChild.childNodes[_local2].childNodes[14].firstChild.nodeValue.toString();
textObject.specJump = objXML.firstChild.childNodes[_local2].childNodes[15].firstChild.nodeValue.toString();
textObject.beAbs0 = objXML.firstChild.childNodes[_local2].childNodes[16].firstChild.nodeValue.toString();
textObject.beAbs1 = objXML.firstChild.childNodes[_local2].childNodes[17].firstChild.nodeValue.toString();
textObject.level = objXML.firstChild.childNodes[_local2].childNodes[18].firstChild.nodeValue.toString();
textObject.gameOver = objXML.firstChild.childNodes[_local2].childNodes[19].firstChild.nodeValue.toString();
textObject.highScore = objXML.firstChild.childNodes[_local2].childNodes[20].firstChild.nodeValue.toString();
textObject.playAgain = objXML.firstChild.childNodes[_local2].childNodes[21].firstChild.nodeValue.toString();
textObject.highText = objXML.firstChild.childNodes[_local2].childNodes[22].firstChild.nodeValue.toString();
textObject.stempelURL = objXML.firstChild.childNodes[_local2].childNodes[23].firstChild.nodeValue.toString();
textObject.pimp = objXML.firstChild.childNodes[_local2].childNodes[24].firstChild.nodeValue.toString();
textObject.pimpUrl = objXML.firstChild.childNodes[_local2].childNodes[25].firstChild.nodeValue.toString();
_root.titleLang = parseFloat(textObject.titleLang);
loginmsg = textObject.logIn;
_root.ausgabe = "aus:" + textObject.titleLang;
play();
break;
}
_local2++;
}
}
}
}
var objXML = new XML();
var textObject = new Object();
var titleLang;
var loginmsg;
var lVorhanden = false;
var laenderCode = lCode;
objXML.onLoad = isLoaded;
objXML.ignoreWhite = true;
objXML.load("language.xml");
String.prototype.searchReplace = function (find, replace) {
return(this.split(find).join(replace));
};
stop();
Frame 2
function bitOR(a, b) {
var _local1 = (a & 1) | (b & 1);
var _local2 = (a >>> 1) | (b >>> 1);
return((_local2 << 1) | _local1);
}
function bitXOR(a, b) {
var _local1 = (a & 1) ^ (b & 1);
var _local2 = (a >>> 1) ^ (b >>> 1);
return((_local2 << 1) | _local1);
}
function bitAND(a, b) {
var _local1 = (a & 1) & (b & 1);
var _local2 = (a >>> 1) & (b >>> 1);
return((_local2 << 1) | _local1);
}
function addme(x, y) {
var _local1 = (x & 65535) + (y & 65535);
var _local2 = ((x >> 16) + (y >> 16)) + (_local1 >> 16);
return((_local2 << 16) | (_local1 & 65535));
}
function rhex(num) {
str = "";
j = 0;
while (j <= 3) {
str = str + (hex_chr.charAt((num >> ((j * 8) + 4)) & 15) + hex_chr.charAt((num >> (j * 8)) & 15));
j++;
}
return(str);
}
function str2blks_MD5(str) {
nblk = ((str.length + 8) >> 6) + 1;
blks = new Array(nblk * 16);
i = 0;
while (i < (nblk * 16)) {
blks[i] = 0;
i++;
}
i = 0;
while (i < str.length) {
blks[i >> 2] = blks[i >> 2] | (str.charCodeAt(i) << ((((str.length * 8) + i) % 4) * 8));
i++;
}
blks[i >> 2] = blks[i >> 2] | (128 << ((((str.length * 8) + i) % 4) * 8));
var _local2 = str.length * 8;
blks[(nblk * 16) - 2] = _local2 & 255;
blks[(nblk * 16) - 2] = blks[(nblk * 16) - 2] | (((_local2 >>> 8) & 255) << 8);
blks[(nblk * 16) - 2] = blks[(nblk * 16) - 2] | (((_local2 >>> 16) & 255) << 16);
blks[(nblk * 16) - 2] = blks[(nblk * 16) - 2] | (((_local2 >>> 24) & 255) << 24);
return(blks);
}
function rol(num, cnt) {
return((num << cnt) | (num >>> (32 - cnt)));
}
function cmn(q, a, b, x, s, t) {
return(addme(rol(addme(addme(a, q), addme(x, t)), s), b));
}
function ff(a, b, c, d, x, s, t) {
return(cmn(bitOR(bitAND(b, c), bitAND(~b, d)), a, b, x, s, t));
}
function gg(a, b, c, d, x, s, t) {
return(cmn(bitOR(bitAND(b, d), bitAND(c, ~d)), a, b, x, s, t));
}
function hh(a, b, c, d, x, s, t) {
return(cmn(bitXOR(bitXOR(b, c), d), a, b, x, s, t));
}
function ii(a, b, c, d, x, s, t) {
return(cmn(bitXOR(c, bitOR(b, ~d)), a, b, x, s, t));
}
function calcMD5(str) {
x = str2blks_MD5(str);
a = 1732584193 /* 0x67452301 */;
b = -271733879;
c = -1732584194;
d = 271733878 /* 0x10325476 */;
var _local1;
i = 0;
while (i < x.length) {
olda = a;
oldb = b;
oldc = c;
oldd = d;
_local1 = 0;
a = ff(a, b, c, d, x[i + 0], 7, -680876936);
d = ff(d, a, b, c, x[i + 1], 12, -389564586);
c = ff(c, d, a, b, x[i + 2], 17, 606105819);
b = ff(b, c, d, a, x[i + 3], 22, -1044525330);
a = ff(a, b, c, d, x[i + 4], 7, -176418897);
d = ff(d, a, b, c, x[i + 5], 12, 1200080426);
c = ff(c, d, a, b, x[i + 6], 17, -1473231341);
b = ff(b, c, d, a, x[i + 7], 22, -45705983);
a = ff(a, b, c, d, x[i + 8], 7, 1770035416);
d = ff(d, a, b, c, x[i + 9], 12, -1958414417);
c = ff(c, d, a, b, x[i + 10], 17, -42063);
b = ff(b, c, d, a, x[i + 11], 22, -1990404162);
a = ff(a, b, c, d, x[i + 12], 7, 1804603682);
d = ff(d, a, b, c, x[i + 13], 12, -40341101);
c = ff(c, d, a, b, x[i + 14], 17, -1502002290);
b = ff(b, c, d, a, x[i + 15], 22, 1236535329);
a = gg(a, b, c, d, x[i + 1], 5, -165796510);
d = gg(d, a, b, c, x[i + 6], 9, -1069501632);
c = gg(c, d, a, b, x[i + 11], 14, 643717713);
b = gg(b, c, d, a, x[i + 0], 20, -373897302);
a = gg(a, b, c, d, x[i + 5], 5, -701558691);
d = gg(d, a, b, c, x[i + 10], 9, 38016083);
c = gg(c, d, a, b, x[i + 15], 14, -660478335);
b = gg(b, c, d, a, x[i + 4], 20, -405537848);
a = gg(a, b, c, d, x[i + 9], 5, 568446438);
d = gg(d, a, b, c, x[i + 14], 9, -1019803690);
c = gg(c, d, a, b, x[i + 3], 14, -187363961);
b = gg(b, c, d, a, x[i + 8], 20, 1163531501);
a = gg(a, b, c, d, x[i + 13], 5, -1444681467);
d = gg(d, a, b, c, x[i + 2], 9, -51403784);
c = gg(c, d, a, b, x[i + 7], 14, 1735328473);
b = gg(b, c, d, a, x[i + 12], 20, -1926607734);
a = hh(a, b, c, d, x[i + 5], 4, -378558);
d = hh(d, a, b, c, x[i + 8], 11, -2022574463);
c = hh(c, d, a, b, x[i + 11], 16, 1839030562);
b = hh(b, c, d, a, x[i + 14], 23, -35309556);
a = hh(a, b, c, d, x[i + 1], 4, -1530992060);
d = hh(d, a, b, c, x[i + 4], 11, 1272893353);
c = hh(c, d, a, b, x[i + 7], 16, -155497632);
b = hh(b, c, d, a, x[i + 10], 23, -1094730640);
a = hh(a, b, c, d, x[i + 13], 4, 681279174);
d = hh(d, a, b, c, x[i + 0], 11, -358537222);
c = hh(c, d, a, b, x[i + 3], 16, -722521979);
b = hh(b, c, d, a, x[i + 6], 23, 76029189);
a = hh(a, b, c, d, x[i + 9], 4, -640364487);
d = hh(d, a, b, c, x[i + 12], 11, -421815835);
c = hh(c, d, a, b, x[i + 15], 16, 530742520);
b = hh(b, c, d, a, x[i + 2], 23, -995338651);
a = ii(a, b, c, d, x[i + 0], 6, -198630844);
d = ii(d, a, b, c, x[i + 7], 10, 1126891415);
c = ii(c, d, a, b, x[i + 14], 15, -1416354905);
b = ii(b, c, d, a, x[i + 5], 21, -57434055);
a = ii(a, b, c, d, x[i + 12], 6, 1700485571);
d = ii(d, a, b, c, x[i + 3], 10, -1894986606);
c = ii(c, d, a, b, x[i + 10], 15, -1051523);
b = ii(b, c, d, a, x[i + 1], 21, -2054922799);
a = ii(a, b, c, d, x[i + 8], 6, 1873313359);
d = ii(d, a, b, c, x[i + 15], 10, -30611744);
c = ii(c, d, a, b, x[i + 6], 15, -1560198380);
b = ii(b, c, d, a, x[i + 13], 21, 1309151649);
a = ii(a, b, c, d, x[i + 4], 6, -145523070);
d = ii(d, a, b, c, x[i + 11], 10, -1120210379);
c = ii(c, d, a, b, x[i + 2], 15, 718787259);
b = ii(b, c, d, a, x[i + 9], 21, -343485551);
a = addme(a, olda);
b = addme(b, oldb);
c = addme(c, oldc);
d = addme(d, oldd);
i = i + 16;
}
return(((rhex(a) + rhex(b)) + rhex(c)) + rhex(d));
}
var hex_chr = "0123456789abcdef";
Stage.showMenu = false;
_quality = "BEST";
Stage.showMenu = false;
snd = true;
titleLang = 1;
Instance of Symbol 5 MovieClip "ysound" in Frame 2
onClipEvent (load) {
_visible = false;
}
onClipEvent (keyUp) {
if (_root._currentframe != 10) {
if (Key.getCode() == 83) {
_root.swapSound();
}
}
}
Frame 3
loginmsg = "";
if ((((username != "") && (username.length > 0)) && (userid != "")) && (userid.length > 0)) {
play();
} else {
loginmsg = textObject.notReg;
gotoAndStop (2);
}
Frame 5
function playsnd(sond, volu) {
if (_root.snd) {
_root.ysound[sond].setVolume(volu);
_root.ysound[sond].start();
}
}
function startLoop() {
if (_root.snd) {
_root.ysound.loop_main.setVolume(35);
_root.ysound.loop_main.start(0, 9999);
}
}
function endLoop() {
_root.ysound.loop_main.stop();
}
Frame 6
this.ysound.loadMovie("skatesnd.swf");
this.scoreholder.loadMovie("skatescore.swf");
Instance of Symbol 20 MovieClip "balken1" in Frame 7
onClipEvent (enterFrame) {
this.scaler._xscale = _parent.percent;
}
Instance of Symbol 20 MovieClip "balken2" in Frame 7
onClipEvent (enterFrame) {
scaler._xscale = _parent.spercent;
}
Instance of Symbol 20 MovieClip "balken3" in Frame 7
onClipEvent (enterFrame) {
scaler._xscale = _parent.scpercent;
}
Frame 8
gbl = getBytesLoaded();
gbt = getBytesTotal();
percent = Math.floor((gbl / gbt) * 100);
sgbl = ysound.getBytesLoaded();
sgbt = ysound.getBytesTotal();
spercent = int((sgbl / sgbt) * 100);
scgbl = scoreholder.getBytesLoaded();
scgbt = scoreholder.getBytesTotal();
scpercent = int((scgbl / scgbt) * 100);
Frame 9
if ((percent < 100) or (spercent < 100)) {
gotoAndPlay(_currentframe - 1);
}
Frame 12
scmc = new Object();
scmc.sc = "";
getURL ("javascript:FlashTrack('DCSext.CG1','nakedskateboard')");
scmc = new Object();
scmc.sc = "";
_root.ysound.loop1.stop();
_root.ysound.loop2.stop();
_root.playsnd("intro", 80);
if (homerTitleTalk) {
_root.playsnd("time2save", 70);
}
var test = textObject.ueberSchrift;
var my_format = new TextFormat();
my_format.font = "Sam's Handwriting";
my_format.size = 45;
my_format.align = "center";
ueberSchrift.html = true;
if (((laenderCode == "ru") || (laenderCode == "ko")) || (laenderCode == "jp")) {
ueberSchrift.embedFonts = false;
} else {
ueberSchrift.embedFonts = true;
}
var ausgabe = test.searchReplace("*", "<br>");
ausgabe = ausgabe.searchReplace("#col#", " <FONT COLOR=\"#FFFFFF\">");
ausgabe = ausgabe.searchReplace("#colend#", "</FONT>");
trace(ausgabe);
ueberSchrift.htmlText = ausgabe;
ueberSchrift.antiAliasType = "advanced";
ueberSchrift.setTextFormat(my_format);
_root.playsnd("bart_woohoo", 60);
stop();
var my_button = new TextFormat();
my_button.font = "comic";
my_button.size = 12;
hilfe_text.html = true;
if (((laenderCode == "ru") || (laenderCode == "ko")) || (laenderCode == "jp")) {
how_txt.embedFonts = false;
game_txt.embedFonts = false;
} else {
how_txt.embedFonts = true;
game_txt.embedFonts = true;
}
how_txt.text = textObject.howTo;
how_txt.antiAliasType = "advanced";
how_txt.setTextFormat(my_button);
game_txt.text = textObject.startGame;
game_txt.antiAliasType = "advanced";
game_txt.setTextFormat(my_button);
Instance of Symbol 45 MovieClip in Frame 12
onClipEvent (load) {
gotoAndStop(_root.titleLang);
}
Frame 17
stop();
stop();
var my_format = new TextFormat();
my_format.font = "comic";
my_format.size = 14;
hilfe_txt.html = true;
if (((laenderCode == "ru") || (laenderCode == "ko")) || (laenderCode == "jp")) {
gesch_text.embedFonts = false;
brake_txt.embedFonts = false;
left_txt.embedFonts = false;
right_txt.embedFonts = false;
space_txt.embedFonts = false;
weiter_txt.embedFonts = false;
spec_txt.embedFonts = false;
pol_txt.embedFonts = false;
hilfe_txt.embedFonts = false;
} else {
gesch_txt.embedFonts = true;
brake_txt.embedFonts = true;
left_txt.embedFonts = true;
right_txt.embedFonts = true;
space_txt.embedFonts = true;
weiter_txt.embedFonts = true;
spec_txt.embedFonts = true;
pol_txt.embedFonts = true;
hilfe_txt.embedFonts = true;
}
gesch_txt.text = textObject.beSchl;
gesch_txt.antiAliasType = "advanced";
gesch_txt.setTextFormat(my_format);
brake_txt.text = textObject.brake;
brake_txt.setTextFormat(my_format);
brake_txt.antiAliasType = "advanced";
left_txt.text = textObject.turnL;
left_txt.setTextFormat(my_format);
left_txt.antiAliasType = "advanced";
trace(textObject.turnR);
right_txt.text = textObject.turnR;
right_txt.setTextFormat(my_format);
right_txt.antiAliasType = "advanced";
space_txt.html = true;
var ausgabe = textObject.spaceK.searchReplace("#col#", " <FONT COLOR=\"#FF9900\">");
ausgabe = ausgabe.searchReplace("#colend#", "</FONT>");
space_txt.htmlText = ("<b>" + ausgabe) + "</b>";
space_txt.setTextFormat(my_format);
space_txt.antiAliasType = "advanced";
space_txt.setTextFormat(my_format);
var hAusgabe = textObject.beAbs1.searchReplace("#col#", " <FONT COLOR=\"#FF9900\">");
trace(textObject.beAbs1.searchReplace("#col#", " <FONT COLOR=\"#FF9900\">"));
hAusgabe = hAusgabe.searchReplace("#colend#", "</FONT>");
weiter_txt.text = textObject.weiter;
weiter_txt.antiAliasType = "advanced";
weiter_txt.setTextFormat(my_format);
spec_txt.html = true;
spec_txt.htmlText = ("<b>" + textObject.specJump.searchReplace("*", "<br>")) + "</b>";
spec_txt.antiAliasType = "advanced";
spec_txt.setTextFormat(my_format);
pol_txt.text = textObject.beAbs0;
pol_txt.antiAliasType = "advanced";
pol_txt.setTextFormat(my_format);
hilfe_txt.html = true;
hilfe_txt.htmlText = hAusgabe.searchReplace("*", "<br>");
hilfe_txt.antiAliasType = "advanced";
hilfe_txt.setTextFormat(my_format);
how_txt.text = textObject.howTo;
Frame 31
function newGame() {
_root.gotoAndPlay("startpage");
}
function checkScore(abc) {
_root.scoreholder.ppp = abc.toString();
_root.scoreholder.setGo();
}
stop();
_root.ysound.splash.onSoundComplete = function () {
universe.world.water.splashOn = false;
};
_root.ysound.jingle_begin.onSoundComplete = function () {
_root.startLoop();
};
Symbol 45 MovieClip Frame 1
stop();
Symbol 48 Button
on (release) {
_root.playsnd("fx_zoom", 90);
gotoAndPlay (29);
}
Symbol 49 Button
on (release, keyPress "<Enter>") {
_root.playsnd("fx_zoom", 90);
gotoAndStop ("help");
}
Symbol 54 Button
on (release) {
gotoAndPlay (29);
}
Symbol 98 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 11
if (act == "wait") {
if (random(20) == 1) {
gotoAndPlay ("p1");
} else {
gotoAndPlay(_currentframe - 1);
}
}
Symbol 355 MovieClip Frame 19
stop();
Symbol 355 MovieClip Frame 31
if (act == "wait") {
if (random(20) == 1) {
gotoAndPlay ("p2");
} else {
gotoAndPlay(_currentframe - 1);
}
}
Symbol 355 MovieClip Frame 39
stop();
Symbol 355 MovieClip Frame 51
if (act == "wait") {
if (random(20) == 1) {
gotoAndPlay ("p3");
} else {
gotoAndPlay(_currentframe - 1);
}
}
Symbol 355 MovieClip Frame 59
stop();
Symbol 355 MovieClip Frame 71
if (act == "wait") {
if (random(20) == 1) {
gotoAndPlay ("p4");
} else {
gotoAndPlay(_currentframe - 1);
}
}
Symbol 355 MovieClip Frame 79
stop();
Symbol 355 MovieClip Frame 91
if (act == "wait") {
if (random(20) == 1) {
gotoAndPlay ("p5");
} else {
gotoAndPlay(_currentframe - 1);
}
}
Symbol 355 MovieClip Frame 99
stop();
Symbol 355 MovieClip Frame 111
if (act == "wait") {
if (random(20) == 1) {
gotoAndPlay ("p6");
} else {
gotoAndPlay(_currentframe - 1);
}
}
Symbol 355 MovieClip Frame 119
stop();
Symbol 355 MovieClip Frame 131
if (act == "wait") {
if (random(20) == 1) {
gotoAndPlay ("p7");
} else {
gotoAndPlay(_currentframe - 1);
}
}
Symbol 355 MovieClip Frame 139
stop();
Symbol 355 MovieClip Frame 151
if (act == "wait") {
if (random(20) == 1) {
gotoAndPlay ("p8");
} else {
gotoAndPlay(_currentframe - 1);
}
}
Symbol 355 MovieClip Frame 157
stop();
Symbol 438 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 2
play();
Symbol 438 MovieClip Frame 3
_root.playsnd("trash_hit", Math.abs(_parent.bart.xspeed) * 5);
Symbol 438 MovieClip Frame 10
_root.playsnd("trash_fall", 50);
Symbol 438 MovieClip Frame 13
_root.playsnd("trash_deckel", 50);
Symbol 438 MovieClip Frame 21
stop();
Symbol 438 MovieClip Frame 24
play();
Symbol 438 MovieClip Frame 25
_root.playsnd("trash_hit", Math.abs(_parent.bart.xspeed) * 5);
Symbol 438 MovieClip Frame 32
_root.playsnd("trash_fall", 50);
Symbol 438 MovieClip Frame 35
_root.playsnd("trash_deckel", 50);
Symbol 438 MovieClip Frame 43
stop();
Symbol 483 MovieClip Frame 11
_root.ysound.carloop.stop();
_root.ysound.car_accel.stop();
getURL ("javascript:FlashTrack('DCSext.CG1','nakedskateboard')");
stop();
Symbol 483 MovieClip Frame 22
_root.ysound.carloop.stop();
_root.ysound.car_accel.stop();
getURL ("javascript:FlashTrack('DCSext.CG1','nakedskateboard')");
stop();
Symbol 530 MovieClip Frame 1
if (!aktiv) {
stop();
}
Symbol 530 MovieClip Frame 2
play();
Symbol 530 MovieClip Frame 24
this.removeMovieClip();
Symbol 751 MovieClip Frame 5
_root.playsnd("brd_curve", 60);
Symbol 751 MovieClip Frame 6
if ((xspeed - 4) > maxspeed) {
xspeed = xspeed - 4;
} else {
xspeed = maxspeed;
}
Symbol 751 MovieClip Frame 13
_root.ysound.brd_curve.stop();
if (kl) {
act = "push";
gotoAndPlay ("push");
} else {
act = "glide";
play();
}
Symbol 751 MovieClip Frame 25
if (act == "glide") {
gotoAndPlay ("glide");
}
Symbol 751 MovieClip Frame 32
if (act == "duck") {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 41
if (act == "jump") {
if (kr) {
style = 1;
gotoAndPlay ("xjump1");
} else if (ku) {
style = 2;
gotoAndPlay ("xjump2");
} else if (kd) {
style = 3;
gotoAndPlay ("xjump3");
} else {
gotoAndPlay(_currentframe - 1);
style = 0;
}
}
Symbol 751 MovieClip Frame 42
gotoAndPlay ("land");
Symbol 751 MovieClip Frame 46
_root.playsnd("brd_land1", Math.abs(xspeed * 2) + 15);
Symbol 751 MovieClip Frame 47
addjpts = 5;
if (laststyle != style) {
addjpts = addjpts + 5;
}
_parent.addPoints(addjpts);
_parent.doPanz(_x - 50, _y - 20, addjpts);
laststyle = style;
Symbol 751 MovieClip Frame 52
if (act == "glide") {
gotoAndPlay ("glide");
}
Symbol 751 MovieClip Frame 53
_root.playsnd("brd_curve", Math.abs(xspeed * 2) + 5);
Symbol 751 MovieClip Frame 58
if (kd) {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 62
act = "glide";
_root.ysound.brd_curve.stop();
gotoAndPlay ("glide");
Symbol 751 MovieClip Frame 63
_root.playsnd("brd_curve", Math.abs(xspeed * 2) + 5);
Symbol 751 MovieClip Frame 69
if (ku) {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 73
act = "glide";
_root.ysound.brd_curve.stop();
gotoAndPlay ("glide");
Symbol 751 MovieClip Frame 78
_root.playsnd("brd_break", Math.abs(xspeed) * 2);
Symbol 751 MovieClip Frame 80
if (act == "breaks") {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 82
_root.ysound.brd_break.stop();
Symbol 751 MovieClip Frame 84
if (act == "glide") {
gotoAndPlay ("glide");
}
Symbol 751 MovieClip Frame 88
_root.playsnd("brd_break", Math.abs(xspeed) * 2);
Symbol 751 MovieClip Frame 90
if ((act == "police") and (xspeed < -1)) {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 92
_root.ysound.brd_break.stop();
Symbol 751 MovieClip Frame 94
_parent._parent.finpic.gotoAndPlay("in");
stop();
Symbol 751 MovieClip Frame 115
if (hspeed < 0) {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 135
if (act == "jump") {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 156
if (act == "jump") {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 177
if (act == "jump") {
gotoAndPlay(_currentframe - 1);
}
Symbol 751 MovieClip Frame 187
_root.playsnd("bart_uah", 70);
Symbol 751 MovieClip Frame 210
gotoAndPlay ("refly");
Symbol 755 MovieClip Frame 1
stop();
Symbol 757 MovieClip Frame 1
if (aktiv) {
play();
} else {
stop();
}
Symbol 757 MovieClip Frame 2
play();
Symbol 757 MovieClip Frame 37
this.removeMovieClip();
Symbol 758 MovieClip Frame 1
function doPanz(xxx, yyy, p) {
panzs++;
if (panzs > 10) {
panzs = 1;
}
panz.duplicateMovieClip("panz" + panzs, 20000 + panzs);
this["panz" + panzs]._x = xxx;
this["panz" + panzs]._y = yyy;
this["panz" + panzs].p = p;
this["panz" + panzs].aktiv = true;
this["panz" + panzs].gotoAndPlay(2);
}
function doSplash(sx, sy) {
spl++;
if (spl > 40) {
spl = 1;
}
if ((spl % 4) == 0) {
splash.duplicateMovieClip("splash" + spl, 11000 + spl);
this["splash" + spl]._x = sx - 30;
this["splash" + spl]._y = sy;
this["splash" + spl].aktiv = true;
this["splash" + spl].gotoAndPlay(2);
}
}
function createPersonsPos(anz) {
i = 1;
while (i <= anz) {
persArray.push((i * -1500) + (random(800) - 400));
i++;
}
}
function addPoints(p) {
ppp = ppp + p;
_parent.anzeige.ptsanz.pts = ppp;
_parent.anzeige.ptsanz.gotoAndPlay(2);
}
function addFreeJump() {
_root.playsnd("coins", 50);
freejumps++;
_parent.anzeige.fjanz.gotoAndPlay(2);
}
function createPersons() {
i = 0;
while (i < persArray.length) {
persCount++;
ppl.duplicateMovieClip("ppl" + persCount, 100 + persCount);
this["ppl" + persCount].person = random(8) + 1;
this["ppl" + persCount].aktiv = false;
this["ppl" + persCount]._x = persArray[i] + 20;
this["ppl" + persCount].r = -1;
persCount++;
ppl.duplicateMovieClip("ppl" + persCount, 100 + persCount);
this["ppl" + persCount].person = random(8) + 1;
this["ppl" + persCount].aktiv = false;
this["ppl" + persCount]._x = persArray[i] - 20;
this["ppl" + persCount].r = 1;
i++;
}
}
function newGame() {
stopAllSounds();
_root.playsnd("jingle_begin", 50);
_x = 0;
bart.reset();
ball.reset();
hou1.reset();
hou3.reset();
water.reset();
trash.reset();
policecar.reset();
spl = 0;
freejumps = 3;
persArray = new Array();
createPersonsPos(30);
persCount = 0;
ppp = 0;
_parent.anzeige.ptsanz.pts = ppp;
createPersons();
}
spl = 0;
panzs = 0;
Instance of Symbol 88 MovieClip "c2" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_x = homex;
}
homex = _x;
}
onClipEvent (enterFrame) {
if (!_parent.bart.endcrash) {
_x = (_x + (_parent.bart.xspeed / 2.2));
if ((_x + _parent._x) > 640) {
_x = (_x - 840);
} else if ((_x + _parent._x) < -200) {
_x = (_x + 840);
}
}
}
Instance of Symbol 91 MovieClip "c3" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_x = homex;
}
homex = _x;
}
onClipEvent (enterFrame) {
if (!_parent.bart.endcrash) {
_x = (_x + (_parent.bart.xspeed / 2.4));
if ((_x + _parent._x) > 640) {
_x = (_x - 840);
} else if ((_x + _parent._x) < -200) {
_x = (_x + 840);
}
}
}
Instance of Symbol 94 MovieClip "hou3" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_x = homex;
_parent.hou4._x = _x + _width;
}
homex = _x;
reset();
}
Instance of Symbol 94 MovieClip "hou1" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_x = homex;
_parent.hou2._x = _x + _width;
}
homex = _x;
reset();
}
onClipEvent (enterFrame) {
if (!_parent.bart.endcrash) {
if ((_parent.xx + _x) > 640) {
_x = (_parent.hou2._x - _width);
}
if ((_parent.xx + _parent.hou2._x) > 640) {
_parent.hou2._x = _parent.hou1._x - _parent.hou2._width;
}
if ((_parent.xx + _parent.hou3._x) > 640) {
_parent.hou3._x = _parent.hou4._x - _parent.hou3._width;
}
if ((_parent.xx + _parent.hou4._x) > 640) {
_parent.hou4._x = _parent.hou3._x - _parent.hou4._width;
}
}
}
Instance of Symbol 98 MovieClip "water" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_x = homex;
_y = homey;
xr = _width / 2;
yr = _height / 2;
}
homey = _y;
homex = _x;
}
onClipEvent (enterFrame) {
if (!_parent.bart.endcrash) {
if ((_parent.xx + _x) > 650) {
_x = (_x - 750);
gotoAndStop(Math.ceil(Math.random() * 3));
_y = (homey + ((Math.random() * 100) - 50));
xr = _width / 2;
yr = _height / 2;
}
if (_parent.bart.hoehe == 0) {
var xdist = Math.abs(_parent.bart.xx - _x);
var ydist = Math.abs((_parent.bart.yy + 5) - _y);
if (xdist < xr) {
if (ydist < yr) {
if (!splashOn) {
_root.playsnd("splash", Math.abs(_parent.bart.xspeed) * 2);
splashOn = true;
}
_parent.bart.xspeed = _parent.bart.xspeed * 0.9;
if (_parent.bart.xspeed < -3) {
_parent.doSplash(_parent.bart.xx, _parent.bart.yy);
}
}
}
}
}
}
Instance of Symbol 355 MovieClip "ppl" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 100 * r;
act = "wait";
lab = "p" + person;
gotoAndPlay(lab);
}
onClipEvent (enterFrame) {
if (aktiv) {
if (act == "wait") {
if ((Math.abs(_parent.bart.xx - _x) < 100) and (_parent.bart.hoehe != 0)) {
act = "scare";
var hhh = 5;
_parent.addPoints(hhh);
_parent.doPanz(_x - (30 * r), _y - 100, hhh);
}
}
if ((_x > (_parent.bart.xx + 500)) and (!_parent.bart.endcrash)) {
this.removeMovieClip();
}
} else if (_parent.bart.xx < (_x + 1000)) {
aktiv = true;
}
}
Instance of Symbol 438 MovieClip "trash" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_y = homey;
_x = homex;
aktiv = true;
act = "wait";
oben = true;
gotoAndStop (1);
this.swapDepths(10000 + _y);
}
function placeTrash() {
_x = (_x - 1700);
if (oben) {
_y = (280 + (random(60) - 30));
oben = false;
} else {
_y = (360 + (random(60) - 30));
oben = true;
}
this._xscale = (this._yscale = 100 - ((homey - _y) / 4));
this.swapDepths(10000 + _y);
act = "wait";
gotoAndStop (1);
}
homey = _y;
homex = _x;
reset();
}
onClipEvent (enterFrame) {
if (aktiv) {
if (act == "wait") {
var xdist = Math.abs(_parent.bart.xx - _x);
var ydist = Math.abs(_parent.bart.yy - _y);
if ((xdist < 30) and (ydist < 15)) {
if (_parent.bart.hoehe == 0) {
if (_parent.bart.xspeed < -19) {
act = "crashfly";
stopAllSounds();
_root.playsnd("fx_crash", 90);
_parent.bart.endcrash = true;
_parent.bart.doEndCrash();
if (_y > _parent.bart.yy) {
gotoAndPlay ("vor");
} else {
gotoAndPlay ("zurueck");
}
} else {
act = "crash";
if (_y > _parent.bart.yy) {
_parent.bart.yy = _parent.bart.yy - 5;
gotoAndPlay ("vor");
} else {
_parent.bart.yy = _parent.bart.yy + 5;
gotoAndPlay ("zurueck");
}
_parent.bart.xspeed = _parent.bart.xspeed / 2;
_parent.bart.act = "breaks";
_parent.bart.gotoAndPlay("breaks");
}
}
}
}
if (!_parent.bart.endcrash) {
if (_x > (_parent.bart._x + 300)) {
placeTrash();
}
}
}
}
Instance of Symbol 483 MovieClip "policecar" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_x = -2000;
_y = homey;
this.swapDepths(10000 + _y);
rawspeed = 0;
carAccelSound = false;
_root.ysound.car_accel.onSoundComplete = function () {
_root.universe.world.policecar.carAccelSound = false;
};
act = "wait";
gotoAndStop (1);
}
homex = _x;
homey = _y;
reset();
}
onClipEvent (enterFrame) {
if (act == "drive") {
rawspeed = _parent.bart.xx / 3000;
this.swapDepths(10000 + _y);
var carspeedplus = (rawspeed + ((_parent.bart.xx - (_x + 200)) / 50));
_x = (_x + carspeedplus);
var carVol = (50 - (Math.abs(_x - _parent.bart.xx) / 5));
if (carVol < 0) {
carVol = 0;
}
if ((!carAccelSound) and (carspeedplus < _parent.bart.xspeed)) {
_root.playsnd("car_accel", carVol);
carAccelSound = true;
}
_root.ysound.carloop.setVolume(carVol);
if (((_parent.bart.xx - _x) > 100) and (_parent.bart.hoehe == 0)) {
act = "turn";
_root.playsnd("sirene_01", 30);
_root.playsnd("police_break", 40);
_root.endLoop();
_parent.bart.act = "police";
_parent.bart.gotoAndPlay("police");
stopPoint = _x - 200;
if (_parent.bart.yy < _y) {
gotoAndPlay ("right");
} else {
gotoAndPlay ("left");
}
}
} else if (act == "turn") {
_x = (_x + ((stopPoint - _x) / 5));
} else if (act == "wait") {
if (_parent.bart.xx < (_x - 600)) {
_y = 320;
this.swapDepths(10000 + _y);
act = "drive";
_root.playsnd("sirene_01", 30);
if (_root.snd) {
_root.ysound.carloop.setVolume(0);
_root.ysound.carloop.start(0, 99999);
}
}
}
}
Instance of Symbol 751 MovieClip "bart" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_x = ((xx = homex));
_y = ((yy = homey));
hoehe = 0;
hpower = 0;
_parent.xx = 0;
hoehe = 0;
hspeed = 0;
xspeed = 0;
lasth = 0;
maxspeed = -20;
yspeed = 0;
xlag = 0.99;
laststyle = 0;
endcrash = false;
style = 4;
streetmin = 265;
streetmax = 365;
breaklag = 0.9;
rot = 0;
grav = 0.7;
act = "push";
aktiv = true;
gotoAndPlay ("push");
if (_root.snd) {
_root.ysound.brd_roll.setVolume(0);
_root.ysound.brd_roll.start(0, 99999);
}
}
function doEndCrash() {
endcrash = true;
act = "crashfly";
gotoAndPlay ("crashfly");
xspeed = -12;
hspeed = -7;
hoehe = hoehe - 11;
}
function getXDistToPolice() {
var _local2 = Math.abs(_parent.policecar._x - xx);
return(_local2);
}
function getYDistToPolice() {
var _local2 = Math.abs(_parent.policecar._y - yy);
return(_local2);
}
function checkKeys() {
kl = (kr = (ks = (ku = (kd = false))));
if ((act != "police") && (act != "crashfly")) {
kno = true;
if (Key.isDown(39)) {
kr = true;
kno = false;
} else if (Key.isDown(37)) {
kl = true;
kno = false;
}
if (Key.isDown(38)) {
ku = true;
kno = false;
} else if (Key.isDown(40)) {
kd = true;
kno = false;
}
if (Key.isDown(32)) {
ks = true;
kno = false;
}
}
}
this.swapDepths(10000);
homex = (xx = _x);
homey = (yy = _y);
reset();
}
onClipEvent (enterFrame) {
if (aktiv) {
this.swapDepths(10000 + yy);
checkKeys();
switch (act) {
case "police" :
xspeed = xspeed * breaklag;
break;
case "push" :
if ((getXDistToPolice() < 140) and (getYDistToPolice() < 10)) {
xspeed = xspeed * 0.8;
if (yy < _parent.policecar._y) {
yy = yy - 5;
} else {
yy = yy + 5;
}
} else if (ks) {
if (_parent.freejumps > 0) {
act = "duck";
gotoAndPlay ("duck");
}
} else if (kd) {
act = "links";
gotoAndPlay ("links");
} else if (ku) {
act = "rechts";
gotoAndPlay ("rechts");
}
break;
case "glide" :
if ((getXDistToPolice() < 140) and (getYDistToPolice() < 10)) {
xspeed = xspeed * 0.8;
if (yy < _parent.policecar._y) {
yy = yy - 5;
} else {
yy = yy + 5;
}
} else {
xspeed = xspeed * xlag;
if (ks) {
if (_parent.freejumps > 0) {
act = "duck";
gotoAndPlay ("duck");
}
} else if (kd) {
act = "links";
gotoAndPlay ("links");
} else if (ku) {
act = "rechts";
gotoAndPlay ("rechts");
} else if (kl) {
act = "push";
gotoAndPlay ("push");
} else if (kr) {
act = "breaks";
gotoAndPlay ("breaks");
}
}
break;
case "links" :
if (yy < streetmax) {
if ((getXDistToPolice() < 140) and (getYDistToPolice() < 10)) {
xspeed = xspeed * 0.8;
yy = yy - 5;
} else {
xspeed = xspeed - 0.05;
if (!kd) {
yy = yy + (2 * Math.abs(xspeed / 25));
} else {
yy = yy + (6 * Math.abs(xspeed / 25));
}
}
}
break;
case "rechts" :
xspeed = xspeed * 0.995;
if (yy > streetmin) {
if ((getXDistToPolice() < 140) and (getYDistToPolice() < 10)) {
xspeed = xspeed * 0.8;
yy = yy + 5;
} else {
xspeed = xspeed - 0.05;
if (!ku) {
yy = yy - (2 * Math.abs(xspeed / 25));
} else {
yy = yy - (6 * Math.abs(xspeed / 25));
}
}
}
break;
case "breaks" :
if (!kr) {
act = "glide";
} else {
xspeed = xspeed * breaklag;
}
break;
case "duck" :
xspeed = xspeed * 0.995;
if (ks) {
if (hpower < 10) {
hpower++;
}
} else {
act = "jump";
hspeed = (((-hpower) * Math.abs(xspeed)) / 20) - 6;
if (hspeed < -12) {
hspeed = -15;
}
hoehe = hoehe - 11;
hpower = 0;
_parent.freejumps--;
gotoAndPlay ("jump1");
}
break;
case "jump" :
rot = Math.abs(hspeed * 1) + 10;
hspeed = hspeed + grav;
hoehe = hoehe + hspeed;
if (kd) {
var jyadd = (2 * Math.abs(xspeed / 25));
if ((yy + jyadd) < streetmax) {
yy = yy + jyadd;
}
} else if (ku) {
var jyadd = (2 * Math.abs(xspeed / 25));
if ((yy - jyadd) > streetmin) {
yy = yy - jyadd;
}
}
if (((lasth < 0) and (hspeed > 0)) and (hoehe < -160)) {
_root.playsnd("bart_woohoo", 80);
}
lasth = hspeed;
if (hoehe >= 0) {
hoehe = 0;
hspeed = 0;
rot = 0;
act = "glide";
gotoAndPlay ("land");
}
break;
case "crashfly" :
hoehe = hoehe + hspeed;
if (hoehe >= -400) {
break;
}
_root.endLoop();
_parent._parent.finpic.gotoAndPlay("cin");
aktiv = false;
}
if (((act != "links") && (act != "rechts")) && (xspeed > -1)) {
xspeed = 0;
}
if (_root.snd && (hoehe == 0)) {
_root.ysound.brd_roll.setVolume(Math.abs(xspeed));
} else {
_root.ysound.brd_roll.setVolume(0);
}
_rotation = rot;
_y = (yy + hoehe);
xx = xx + xspeed;
_x = xx;
if (!endcrash) {
_parent.xx = _parent.xx - xspeed;
_parent._x = Math.round(_parent.xx);
_parent.hou3._x = _parent.hou3._x + (xspeed / 4);
_parent.hou4._x = _parent.hou4._x + (xspeed / 4);
_parent.sch._x = _x;
_parent.sch._y = yy;
_parent.sch._alpha = 50 + (hoehe / 4);
this._xscale = (this._yscale = 100 - ((homey - yy) / 4));
}
}
}
Instance of Symbol 755 MovieClip "ball" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
function reset() {
_x = homex;
_y = homey;
aktiv = true;
type = random(3) + 1;
act = "lie";
this.swapDepths(10000 + _y);
gotoAndStop(type);
}
function getDistance2Bart() {
var _local3 = _parent.bart.xx - _x;
var _local2 = _parent.bart.yy - _y;
var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2));
return(_local4);
}
function placeBall(howmuch) {
_x = (_x - howmuch);
_y = (homey + (random(100) - 50));
_parent.ksch._y = _y;
_parent.ksch._x = _x;
type = random(3) + 1;
act = "lie";
this.swapDepths(10000 + _y);
xspeed = 0;
yspeed = 0;
gotoAndStop(type);
}
homey = _y;
homex = _x;
reset();
}
onClipEvent (enterFrame) {
if (aktiv and (!_parent.bart.endcrash)) {
if (act == "lie") {
if ((getDistance2Bart() < 15) and (_parent.bart.hoehe == 0)) {
act = "hit";
_parent.addFreeJump();
xspeed = _parent.bart.xspeed * 4;
yspeed = -20;
_parent.addPoints(10);
} else if (_x > (_parent.bart._x + 300)) {
placeBall(1000);
}
} else {
xspeed = xspeed * 0.9;
yspeed = yspeed * 0.9;
_x = (_x + xspeed);
_parent.ksch._x = _x;
_y = (_y + yspeed);
if (yspeed > -3) {
_parent.doPanz(_x, _y, type * 5);
placeBall(500);
}
}
}
}
Instance of Symbol 757 MovieClip "panz" in Symbol 758 MovieClip Frame 1
onClipEvent (enterFrame) {
if (aktiv) {
_x = (_x + (_parent.bart.xspeed / 1.5));
}
}
Symbol 758 MovieClip Frame 2
newGame();
stop();
Symbol 778 MovieClip Frame 1
stop();
Symbol 778 MovieClip Frame 2
play();
Symbol 778 MovieClip Frame 4
_root.playsnd("jingle_drums", 70);
Symbol 778 MovieClip Frame 10
_root.playsnd("bart_carumba", 90);
_parent.restart_b._visible = true;
stop();
Symbol 778 MovieClip Frame 21
stop();
Symbol 778 MovieClip Frame 25
play();
Symbol 778 MovieClip Frame 43
_root.playsnd("hitglass", 70);
Symbol 778 MovieClip Frame 50
_root.playsnd("flanders", 60);
Symbol 778 MovieClip Frame 55
_root.playsnd("jingle_drums", 70);
_parent.restart_b._visible = true;
stop();
Symbol 778 MovieClip Frame 61
stop();
Symbol 782 MovieClip Frame 1
stop();
Symbol 782 MovieClip Frame 2
play();
Symbol 785 MovieClip Frame 1
stop();
Symbol 785 MovieClip Frame 2
play();
Symbol 789 MovieClip Frame 1
var my_format = new TextFormat();
my_format.font = "comic";
my_format.size = 14;
if (((_root.laenderCode == "ru") || (_root.laenderCode == "ko")) || (_root.laenderCode == "jp")) {
nik_txt.embedFonts = false;
schatten_txt.embedFonts = false;
} else {
nik_txt.embedFonts = true;
schatten_txt.embedFonts = true;
}
nik_txt.text = _root.username;
nik_txt.antiAliasType = "advanced";
nik_txt.setTextFormat(my_format);
schatten_txt.text = _root.username;
schatten_txt.antiAliasType = "advanced";
schatten_txt.setTextFormat(my_format);
Symbol 790 Button
on (release) {
_root.scmc.sc = _parent.world.ppp.toString();
_root.scoreholder.hash = _root.calcMD5(_parent.world.ppp.toString() + _root.username);
_root.checkScore(_parent.world.ppp);
_parent.finpic.play();
_visible = false;
}
Symbol 792 MovieClip Frame 1
var my_format = new TextFormat();
my_format.font = "comic";
my_format.size = 14;
hilfe_text.html = true;
if (((_root.laenderCode == "ru") || (_root.laenderCode == "ko")) || (_root.laenderCode == "jp")) {
hilfe_text.embedFonts = false;
weiter_txt.embedFonts = false;
} else {
hilfe_text.embedFonts = true;
weiter_txt.embedFonts = true;
}
weiter_txt.text = _root.textObject.weiter;
weiter_txt.antiAliasType = "advanced";
weiter_txt.setTextFormat(my_format);
Instance of Symbol 792 MovieClip "restart_b" in Symbol 793 MovieClip Frame 1
onClipEvent (load) {
_visible = false;
}