Combined Code
button 9 {
on (release) {
punkte = 9000;
}
}
frame 2 {
ifFrameLoaded (4) {
gotoAndStop(4);
}
}
frame 3 {
gotoAndPlay(2);
}
movieClip 19 {
frame 1 {
stop();
}
}
movieClip 22 {
}
movieClip 30 {
}
movieClip 33 {
}
movieClip 36 {
}
movieClip 38 {
}
movieClip 43 {
}
movieClip 57 {
}
movieClip 58 {
frame 1 {
stop();
}
}
movieClip 59 {
instance shadow of movieClip 58 {
onClipEvent (load) {
this.swapDepths(501);
}
}
}
movieClip 62 {
}
button 66 {
on (release) {
stopAllSounds();
_parent.bus.i = 1000;
nextFrame();
}
}
movieClip 67 {
frame 1 {
stop();
}
}
movieClip 70 {
}
movieClip 74 {
}
button 80 {
on (release) {
_parent.gotoAndStop(2);
}
}
button 81 {
on (release) {
_parent.gotoAndStop(5);
}
}
button 82 {
on (release) {
_parent.gotoAndStop(4);
}
}
movieClip 83 {
}
button 93 {
on (release) {
_parent.gotoAndStop(3);
}
}
movieClip 94 {
}
button 95 {
on (release) {
gotoAndStop(3);
}
}
button 101 {
on (release) {
getURL('mailto:info@greven.de', '');
}
}
movieClip 102 {
instance instruScroll of movieClip 70 {
onClipEvent (load) {
starty = _y;
}
}
frame 2 {
stop();
}
instance of movieClip 74 {
onClipEvent (mouseDown) {
down = 1;
}
onClipEvent (mouseUp) {
down = 0;
}
onClipEvent (enterFrame) {
if (down == 1) {
if (hitTest(_root._xmouse, _root._ymouse, true) && _parent.instruScroll._y < _parent.instruScroll.starty) {
_parent.instruScroll._y += 5;
}
}
}
}
instance of movieClip 74 {
onClipEvent (mouseDown) {
down = 1;
}
onClipEvent (mouseUp) {
down = 0;
}
onClipEvent (enterFrame) {
if (down == 1) {
if (hitTest(_root._xmouse, _root._ymouse, true) && _parent.instruScroll.starty - 1940 < _parent.instruScroll._y) {
_parent.instruScroll._y -= 5;
}
}
}
}
instance bedingScroll of movieClip 83 {
onClipEvent (load) {
starty = _y;
}
}
instance of movieClip 74 {
onClipEvent (mouseDown) {
down = 1;
}
onClipEvent (mouseUp) {
down = 0;
}
onClipEvent (enterFrame) {
if (down == 1) {
if (hitTest(_root._xmouse, _root._ymouse, true) && _parent.bedingScroll._y < _parent.bedingScroll.starty) {
_parent.bedingScroll._y += 5;
}
}
}
}
instance of movieClip 74 {
onClipEvent (mouseDown) {
down = 1;
}
onClipEvent (mouseUp) {
down = 0;
}
onClipEvent (enterFrame) {
if (down == 1) {
if (hitTest(_root._xmouse, _root._ymouse, true) && _parent.bedingScroll.starty - 650 < _parent.bedingScroll._y) {
_parent.bedingScroll._y -= 5;
}
}
}
}
instance preise of movieClip 94 {
onClipEvent (load) {
starty = _y;
}
}
instance of movieClip 74 {
onClipEvent (mouseDown) {
down = 1;
}
onClipEvent (mouseUp) {
down = 0;
}
onClipEvent (enterFrame) {
if (down == 1) {
if (hitTest(_root._xmouse, _root._ymouse, true) && _parent.preise._y < _parent.preise.starty) {
_parent.preise._y += 5;
}
}
}
}
instance of movieClip 74 {
onClipEvent (mouseDown) {
down = 1;
}
onClipEvent (mouseUp) {
down = 0;
}
onClipEvent (enterFrame) {
if (down == 1) {
if (hitTest(_root._xmouse, _root._ymouse, true) && _parent.preise.starty - 470 < _parent.preise._y) {
_parent.preise._y -= 5;
}
}
}
}
}
button 107 {
on (release) {
_root.finish.points = _root.punkte;
if (0 < _root.punkte && _root.register != 1) {
_root.finish.gotoAndStop(2);
} else {
_root.finish.eintragen = 1;
_root.finish.gotoAndStop(3);
}
}
}
button 108 {
on (release) {
instruktionen.gotoAndStop(3);
}
}
button 109 {
on (release) {
instruktionen.gotoAndStop(4);
}
}
button 111 {
on (release) {
nextFrame();
}
}
button 112 {
on (release) {
prevFrame();
}
}
movieClip 115 {
frame 1 {
stop();
mySound = new Sound();
mySound.start();
mySound.setVolume(100);
_root.ton = 1;
}
frame 2 {
mySound = new Sound();
mySound.start();
mySound.setVolume(0);
_root.ton = 0;
}
}
button 117 {
on (release) {
getURL('http://www.greven.de', '_blank');
}
}
movieClip 126 {
}
movieClip 127 {
frame 1 {
stop();
i = 0;
if (_root.introlabel == 'ende') {
gotoAndStop(5);
}
if (_root.introlabel == 'over') {
gotoAndStop(4);
}
}
instance of movieClip 22 {
onClipEvent (load) {
_root.loading.gesamt = 0;
_root.loading.loading = 0;
_root.loading.prozent = 0;
}
onClipEvent (enterFrame) {
_root.loading.gesamt = _root.getBytesTotal();
_root.loading.loading = _root.getBytesLoaded();
_root.loading.prozent = Math.round(100 * _root.loading.loading / _root.loading.gesamt);
if (0 >= _root.loading.prozent) {
_root.loading.prozent = 0;
}
_root.loading.balken.gotoAndStop(Number(_root.loading.prozent));
if (_root.loading.prozent == 100) {
trace('100%');
_root.loading.play();
}
}
}
frame 2 {
stop();
}
instance panorama of movieClip 36 {
onClipEvent (load) {
_alpha = 0;
}
}
instance bus of movieClip 59 {
onClipEvent (load) {
bussound = new Sound();
busdoor = new Sound();
bussound.attachSound('busmotor');
busdoor.attachSound('busdoor');
bussound.start('', 99);
}
onClipEvent (enterFrame) {
if (i < 1000) {
++i;
if (i < 130) {
_x = _x - 2;
}
if (i < 150) {
_x = _x - 1;
}
if (i == 155) {
busdoor.start('', 1);
}
if (i == 168) {
_parent.introtouri._y += 2;
}
if (i == 170) {
_parent.introtouri._visible = false;
}
if (200 < i && 400 >= i) {
_parent.halte._x += 1;
}
if (220 < i && 400 >= i) {
_parent.halte._x += 1;
}
if (240 < i && 400 >= i) {
_parent.halte._x += 1;
}
if (280 < i && 700 >= i) {
_parent.baum._x += 3;
}
if (420 < i && 440 >= i) {
_parent.opJuck._alpha += 5;
}
if (650 < i && 750 >= i) {
_parent.endhalte._x += 3;
}
if (750 < i && 780 >= i) {
_parent.endhalte._x += 2;
}
if (780 < i && 800 >= i) {
_parent.endhalte._x += 1;
}
if (i == 800) {
busdoor.start('', 1);
}
if (i == 810) {
_parent.introtouri._visible = true;
}
if (i == 812) {
_parent.introtouri._ -= 2;
}
if (820 < i && 830 >= i) {
_x = _x - 1;
}
if (830 < i && 840 >= i) {
_x = _x - 2;
}
if (840 < i && 1000 >= i) {
_x = _x - 3;
}
if (970 < i && 990 >= i) {
bussound.stop();
_parent.panorama._alpha += 5;
}
}
if (i == 1000) {
this._visible = false;
_parent.baum._visible = false;
_parent.opJuck._alpha = 100;
_parent.panorama._alpha = 100;
_parent.halte._visible = false;
_parent.endhalte._x = 41.15;
_parent.introtouri._visible = true;
_parent.introtouri._x = -30.45;
_parent.introtouri._y = -174;
_parent.skipIntro.gotoAndStop(2);
_parent.nextFrame();
}
}
}
instance opJuck of movieClip 62 {
onClipEvent (load) {
_alpha = 0;
}
}
frame 3 {
stop();
i = 0;
baum._visible = false;
opJuck._alpha = 100;
panorama._alpha = 100;
halte._visible = false;
endhalte._x = 41.15;
introtouri._visible = true;
introtouri._x = -30.45;
introtouri._y = -174;
}
frame 3 {
startsound = new Sound();
startsound.attachSound('simple');
startsound.start('', 999);
}
instance of movieClip 115 {
onClipEvent (load) {
if (_root.ton == 0) {
nextFrame();
}
}
}
frame 4 {
stop();
i = 0;
punkte = _root.punkte;
baum._visible = false;
panorama._alpha = 100;
endhalte._x = 41.15;
introtouri._visible = true;
introtouri._x = -30.45;
introtouri._y = -174;
}
frame 5 {
stop();
i = 0;
punkte = _root.punkte;
baum._visible = false;
panorama._alpha = 100;
endhalte._x = 41.15;
introtouri._visible = true;
introtouri._x = -30.45;
introtouri._y = -174;
}
frame 5 {
startsound = new Sound();
startsound.attachSound('simple');
}
instance bus of movieClip 59 {
onClipEvent (load) {
stopAllSounds();
bussound = new Sound();
busdoor = new Sound();
bussound.attachSound('busmotor');
busdoor.attachSound('busdoor');
bussound.start('', 99);
}
onClipEvent (enterFrame) {
if (i < 500) {
++i;
if (i < 130) {
_x = _x - 2;
}
if (i < 150) {
_x = _x - 1;
}
if (i == 168) {
_parent.introtouri._y += 2;
}
if (i == 165) {
busdoor.start('', 1);
}
if (i == 170) {
_parent.introtouri._visible = false;
}
if (200 < i && 400 >= i) {
_x = _x - 1;
}
if (220 < i && 400 >= i) {
_x = _x - 1;
}
if (240 < i && 400 >= i) {
_x = _x - 1;
}
if (i == 380) {
bussound.stop();
_parent.startsound.start('', 999);
}
if (320 < i && 342 >= i) {
_parent.jejange._alpha += 5;
}
}
}
}
instance jejange of movieClip 126 {
onClipEvent (load) {
_alpha = 0;
}
}
}
movieClip 133 {
}
button 135 {
on (release) {
_root.finish.nutzer = 1;
nextFrame();
}
}
button 136 {
on (release) {
_root.finish.nutzer = 0;
prevFrame();
}
}
movieClip 139 {
frame 1 {
stop();
}
}
button 140 {
on (release) {
function messageBox() {
msg = this.firstChild.attributes.text;
_root.finish.answer = msg;
remote = this.firstChild.attributes.remote;
sender = this.firstChild.attributes.sender;
if (remote == 'ok') {
_root.finish.eintragen = 1;
_root.finish.gotoAndStop(3);
}
}
if (sender != 1) {
if (USERNAME != '' && PASSWORT != '' && PASSWORT_1 != '' && VORNAME != '' && NACHNAME != '' && STRASSE_NR != '' && PLZ_ORT != '' && EMAIL != '') {
if (USERNAME.indexOf('"') == -1 && PASSWORT.indexOf('"') == -1 && PASSWORT_1.indexOf('"') == -1 && VORNAME.indexOf('"') == -1 && NACHNAME.indexOf('"') == -1 && STRASSE_NR.indexOf('"') == -1 && PLZ_ORT.indexOf('"') == -1 && EMAIL.indexOf('"') == -1) {
if (passwort == passwort_1) {
if (_root.finish.nutzer == 1) {
if (email != '' && email.indexOf('@') != -1 && email.indexOf('.') != -1 && email.length - 2 >= email.indexOf('.') + 1) {
userdata = new XML();
userSend = userdata.createElement('user');
userSend.attributes.USERNAME = escape(USERNAME);
userSend.attributes.PASSWORT = escape(PASSWORT);
userSend.attributes.POINTS = POINTS;
userSend.attributes.VORNAME = escape(VORNAME);
userSend.attributes.NACHNAME = escape(NACHNAME);
userSend.attributes.STRASSE_NR = escape(STRASSE_NR);
userSend.attributes.PLZ_ORT = escape(PLZ_ORT);
userSend.attributes.EMAIL = escape(EMAIL);
userSend.attributes.WEBSESSIONID = llave[POINTS / 10];
userdata.appendChild(userSend);
response = new XML();
response.onLoad = messageBox;
userdata.sendAndLoad('new_user.php', response);
sender = 1;
} else {
answer = 'Die Email-Adresse ist nicht vollständig.';
}
} else {
answer = 'Sie müssen die Nutzungsbedingungen akzeptieren.';
}
} else {
answer = 'Passwort und Passwort Wdhl. stimmen nicht überein.';
}
} else {
answer = 'Bitte verwenden Sie keine Anführungszeichen ( " )';
}
} else {
answer = 'Alle Felder ausfüllen.';
}
_root.register = 1;
}
}
}
button 141 {
on (release) {
function messageBox() {
msg = this.firstChild.attributes.text;
_root.finish.answer = msg;
remote = this.firstChild.attributes.remote;
sender = this.firstChild.attributes.sender;
if (remote == 'ok') {
_root.finish.eintragen = 1;
_root.finish.gotoAndStop(3);
}
}
if (sender != 1) {
if (USERNAME != '' && PASSWORT != '') {
userdata = new XML();
userSend = userdata.createElement('user');
if (USERNAME.indexOf('"') == -1 && PASSWORT.indexOf('"') == -1) {
userSend.attributes.USERNAME = escape(USERNAME);
userSend.attributes.PASSWORT = escape(PASSWORT);
userSend.attributes.POINTS = POINTS;
userSend.attributes.VORNAME = escape(VORNAME);
userSend.attributes.NACHNAME = escape(NACHNAME);
userSend.attributes.STRASSE_NR = escape(STRASSE_NR);
userSend.attributes.PLZ_ORT = escape(PLZ_ORT);
userSend.attributes.EMAIL = escape(EMAIL);
userSend.attributes.WEBSESSIONID = llave[POINTS / 10];
userdata.appendChild(userSend);
response = new XML();
response.onLoad = messageBox;
userdata.sendAndLoad('new_entry.php', response);
sender = 1;
_root.register = 1;
} else {
answer = 'Bitte verwenden Sie keine Anführungszeichen ( " )';
}
} else {
answer = 'Bitte Spielername und Passwort eintragen.';
}
}
_root.register = 1;
}
}
button 145 {
on (release) {
gotoAndStop(5);
}
}
button 149 {
on (release) {
gotoAndStop(6);
}
}
movieClip 176 {
}
movieClip 177 {
}
button 179 {
on (release) {
k = 0;
if (part < 40) {
while (k < 50) {
_root.finish.liste['user' + k].removeMovieClip();
++k;
}
part += 10;
message(success);
}
}
}
button 180 {
on (release) {
k = 0;
if (part >= 10) {
while (k < 50) {
_root.finish.liste['user' + k].removeMovieClip();
++k;
}
part -= 10;
message(success);
}
}
}
button 183 {
on (release) {
gotoAndStop(1);
}
}
button 190 {
on (release) {
_root.finish.gotoAndStop(2);
}
}
movieClip 191 {
}
movieClip 198 {
}
button 199 {
on (release) {
function message(success) {
var i;
if (success) {
root = _root.finish.doc.firstChild;
var userArray = _root.finish.getXMLNodesByName(root, 'user');
i = 0;
while (i < userArray.length) {
duplicateMovieClip(_root.finish.liste.user, 'user' + i, i);
_root.finish.liste['user' + i]._y = i * 15;
_root.finish.liste['user' + i].name = userArray[i].attributes.name;
_root.finish.liste['user' + i].points = userArray[i].attributes.points;
_root.finish.liste['user' + i].platz = i + 1;
++i;
}
} else {
_root.finish.doc.load('hiscore.php?username=' + USERNAME);
}
}
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
var doc = new XML();
doc.onLoad = message;
doc.load('hiscore.php?username=' + USERNAME);
}
}
button 206 {
on (release) {
function message(success) {
var i;
if (success) {
root = _root.finish.doc.firstChild;
var userArray = _root.finish.getXMLNodesByName(root, 'user');
if (0 < userArray.length) {
i = part;
while (i < part + 10) {
duplicateMovieClip(_root.finish.liste.user, 'user' + i, i);
_root.finish.liste['user' + i]._y = (i - part) * 22;
_root.finish.liste['user' + i].name = userArray[i].attributes.name;
_root.finish.liste['user' + i].points = userArray[i].attributes.points;
_root.finish.liste['user' + i].platz = i + 1;
++i;
}
j = i;
while (i < 50) {
duplicateMovieClip(_root.finish.liste.user, 'user' + i, i);
_root.finish.liste['user' + i]._y = i * 15;
_root.finish.liste['user' + i].name = '';
_root.finish.liste['user' + i].points = '';
_root.finish.liste['user' + i].platz = '';
++i;
}
_root.finish.answer = '';
} else {
_root.finish.answer = 'Benutzer nicht gefunden.';
}
} else {
_root.finish.doc.load('hiscore.php?username=' + USERNAME);
}
}
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
if (USERNAME != '') {
part = 0;
var doc = new XML();
doc.onLoad = message;
doc.load('hiscore.php?username=' + USERNAME);
} else {
answer = 'Bitte Spielername eintragen.';
}
}
}
button 212 {
on (release) {
function messageBox() {
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
}
remote = this.firstChild.attributes.remote;
msg = this.firstChild.attributes.text;
_root.finish.answer = msg;
if (remote == 'ok') {
root = _root.finish.doc.firstChild;
var userArray = _root.finish.getXMLNodesByName(root, 'user');
_root.finish.EMAIL = this.firstChild.firstChild.attributes.email;
_root.finish.USERNAME = this.firstChild.firstChild.attributes.username;
_root.finish.VORNAME = this.firstChild.firstChild.attributes.vorname;
_root.finish.NACHNAME = this.firstChild.firstChild.attributes.nachname;
_root.finish.STRASSE_NR = this.firstChild.firstChild.attributes.strasse_nr;
_root.finish.PLZ_ORT = this.firstChild.firstChild.attributes.plz_ort;
_root.finish.nextFrame();
}
}
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
}
if (USERNAME != '' && PASSWORT != '') {
userdata = new XML();
userSend = userdata.createElement('user');
userSend.attributes.USERNAME = USERNAME;
userSend.attributes.PASSWORT = PASSWORT;
userSend.attributes.POINTS = POINTS;
userSend.attributes.VORNAME = VORNAME;
userSend.attributes.NACHNAME = NACHNAME;
userSend.attributes.STRASSE_NR = STRASSE_NR;
userSend.attributes.PLZ_ORT = PLZ_ORT;
userSend.attributes.EMAIL = EMAIL;
userdata.appendChild(userSend);
response = new XML();
response.onLoad = messageBox;
userdata.sendAndLoad('edit_user.php', response);
} else {
answer = 'Bitte Spielername und Passwort eintragen.';
}
}
}
button 213 {
on (release) {
function messageBox() {
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
}
remote = this.firstChild.attributes.remote;
if (remote == 'ok') {
root = _root.finish.doc.firstChild;
var userArray = _root.finish.getXMLNodesByName(root, 'user');
_root.finish.EMAIL = this.firstChild.firstChild.attributes.email;
_root.finish.USERNAME = this.firstChild.firstChild.attributes.username;
_root.finish.VORNAME = this.firstChild.firstChild.attributes.vorname;
_root.finish.NACHNAME = this.firstChild.firstChild.attributes.nachname;
_root.finish.STRASSE_NR = this.firstChild.firstChild.attributes.strasse_nr;
_root.finish.PLZ_ORT = this.firstChild.firstChild.attributes.plz_ort;
msg = this.firstChild.firstChild.attributes.text;
_root.finish.answer = msg;
} else {
_root.finish.answer = 'E-Mail konnte nicht gesendet werden.';
}
}
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
}
userdata = new XML();
userSend = userdata.createElement('user');
userSend.attributes.USERNAME = USERNAME_1;
userSend.attributes.PASSWORT = PASSWORT;
userSend.attributes.POINTS = POINTS;
userSend.attributes.VORNAME = VORNAME;
userSend.attributes.NACHNAME = NACHNAME;
userSend.attributes.STRASSE_NR = STRASSE_NR;
userSend.attributes.PLZ_ORT = PLZ_ORT;
userSend.attributes.EMAIL = EMAIL;
userdata.appendChild(userSend);
trace(userdata.toString());
response = new XML();
response.onLoad = messageBox;
userdata.sendAndLoad('send_mail.php', response);
}
}
movieClip 224 {
}
button 225 {
on (release) {
function messageBox() {
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
}
remote = this.firstChild.attributes.remote;
if (remote == 'ok') {
root = _root.finish.doc.firstChild;
msg = this.firstChild.attributes.text;
_root.finish.answer = msg;
}
}
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
}
if (USERNAME != '' && PASSWORT != '' && VORNAME != '' && NACHNAME != '' && STRASSE_NR != '' && PLZ_ORT != '' && EMAIL != '') {
if (USERNAME.indexOf('"') == -1 && PASSWORT.indexOf('"') == -1 && VORNAME.indexOf('"') == -1 && NACHNAME.indexOf('"') == -1 && STRASSE_NR.indexOf('"') == -1 && PLZ_ORT.indexOf('"') == -1 && EMAIL.indexOf('"') == -1) {
if (email != '' && email.indexOf('@') != -1 && email.indexOf('.') != -1 && email.length - 2 >= email.indexOf('.') + 1) {
userdata = new XML();
userSend = userdata.createElement('user');
userSend.attributes.USERNAME = escape(USERNAME);
userSend.attributes.PASSWORT = escape(PASSWORT);
userSend.attributes.POINTS = POINTS;
userSend.attributes.VORNAME = escape(VORNAME);
userSend.attributes.NACHNAME = escape(NACHNAME);
userSend.attributes.STRASSE_NR = escape(STRASSE_NR);
userSend.attributes.PLZ_ORT = escape(PLZ_ORT);
userSend.attributes.EMAIL = escape(EMAIL);
userSend.attributes.EDITNOW = 1;
userdata.appendChild(userSend);
response = new XML();
response.onLoad = messageBox;
userdata.sendAndLoad('edit_user.php', response);
} else {
answer = 'Die Email-Adresse ist nicht vollständig.';
}
} else {
answer = 'Bitte verwenden Sie keine Anführungszeichen ( " )';
}
} else {
answer = 'Alle Felder ausfüllen.';
}
}
}
movieClip 237 {
}
movieClip 238 {
}
movieClip 244 {
}
movieClip 250 {
}
button 251 {
on (release) {
if (signal != 2 && absender.indexOf('@') != -1 && absender.indexOf('.') != -1 && empfang.indexOf('@') != -1 && empfang.indexOf('.') != -1) {
signal = 2;
loadVariablesNum('tellfriend.php', 0, 'POST');
clip._visible = 1;
click = 1;
}
if (absender.indexOf('@') == -1 || absender.indexOf('.') == -1) {
x2._visible = 1;
} else {
x2._visible = 0;
}
if (empfang.indexOf('@') == -1 || empfang.indexOf('.') == -1) {
x3._visible = 1;
} else {
x3._visible = 0;
}
if (absendername == '') {
x4._visible = 1;
} else {
x4._visible = 0;
}
}
}
movieClip 253 {
}
movieClip 254 {
instance of movieClip 237 {
onClipEvent (mouseDown) {
_true = this.hitTest(_root._xmouse, _root._ymouse, true) && _parent.absender == 'Deine E-Mail';
if (_true) {
_parent.absender = '';
}
}
}
instance of movieClip 238 {
onClipEvent (mouseDown) {
_true = this.hitTest(_root._xmouse, _root._ymouse, true) && _parent.empfang == 'Empfänger E-Mail';
if (_true) {
_parent.empfang = '';
}
}
}
instance of movieClip 237 {
onClipEvent (mouseDown) {
_true = this.hitTest(_root._xmouse, _root._ymouse, true) && _parent.absendername == 'Dein Name';
if (_true) {
_parent.absendername = '';
}
}
}
instance x2 of movieClip 244 {
onClipEvent (load) {
_visible = 0;
}
}
instance x3 of movieClip 244 {
onClipEvent (load) {
_visible = 0;
}
}
instance x4 of movieClip 244 {
onClipEvent (load) {
_visible = 0;
}
}
instance clip of movieClip 250 {
onClipEvent (load) {
_visible = 0;
}
onClipEvent (enterFrame) {
if (_parent.signal == 2) {
_visible = 1;
} else {
_visible = 0;
}
}
}
instance gesendet of movieClip 253 {
onClipEvent (load) {
_visible = 0;
i = 0;
}
onClipEvent (enterFrame) {
_parent.signal = _root.signal;
if (_parent.click == 1 && _parent.clip._visible == 0) {
_visible = 1;
++i;
}
_alpha = 100 - i;
if (i == 100) {
_visible = 0;
i = 0;
_parent.click = 0;
}
}
}
}
movieClip 255 {
frame 1 {
_focusrect = false;
stop();
}
frame 2 {
stop();
}
frame 2 {
var llave = new Array(9808, 6595, 6767, 5358, 5085, 5202, 9046, 610, 5644, 3951, 3807, 9026, 5200, 1115, 2545, 3485, 1682, 1403, 2149, 3986, 9814, 266, 5894, 7843, 2302, 586, 6391, 2523, 2904, 4120, 6914, 7837, 6779, 7042, 549, 6407, 8272, 6658, 1398, 1980, 8566, 7956, 2000, 1575, 6517, 1609, 3222, 2745, 9715, 9445, 7044, 1088, 7002, 6546, 9806, 587, 6059, 2510, 352, 1387, 4013, 4483, 9342, 4168, 5533, 8926, 3199, 2310, 6046, 9960, 565, 8161, 3029, 4867, 3760, 1827, 7756, 5787, 2766, 3018, 7589, 8582, 3082, 3618, 436, 8033, 2072, 4910, 8338, 8039, 2482, 3667, 2285, 5065, 291, 7171, 1755, 9314, 2378, 9150, 322, 7782, 3585, 9241, 9616, 6436, 8898, 1114, 6424, 5877, 3547, 4039, 6147, 6109, 1540, 120, 7741, 9179, 9924, 4710, 762, 2011, 3366, 2153, 7547, 7216, 8911, 2957, 7305, 5781, 1402, 6103, 1645, 1701, 7656, 3255, 7940, 1111, 760, 2233, 9225, 3394, 4093, 9471, 4078, 6529, 7370, 7185, 8859, 5771, 8916, 1842, 7500, 8284, 1761, 9008, 4220, 3871, 9860, 1895, 1799, 6160, 7175, 6344, 8403, 1379, 1846, 9441, 8147, 2420, 2675, 9777, 3585, 3777, 3140, 3991, 99, 6559, 8321, 4603, 8236, 5173, 5828, 2581, 952, 1489, 493, 6554, 3906, 2146, 848, 3438, 4177, 2969, 2571, 5196, 4316, 5572, 7871, 4921, 7265, 3875, 8361, 4771, 361, 5283, 1188, 9367, 9511, 8362, 9259, 6715, 6561, 2643, 1749, 7604, 4103, 8289, 6798, 8061, 7591, 291, 1606, 330, 3600, 5041, 6866, 158, 3915, 4076, 601, 1074, 9109, 4323, 5044, 6933, 4626, 1783, 4980, 2690, 3311, 7504, 346, 3056, 5854, 1047, 7310, 2125, 5351, 2645, 7201, 3340, 2802, 3584, 6491, 5127, 1655, 566, 5764, 5762, 8619, 5627, 8116, 6588, 572, 8996, 9516, 4548, 7903, 9234, 4864, 2785, 72, 2597, 2778, 6143, 3823, 4236, 7997, 7468, 1053, 2048, 4513, 7208, 7239, 8277, 1647, 5323, 8845, 4292, 4350, 8277, 3384, 1391, 779, 2238, 9761, 4228, 5325, 8731, 1877, 9208, 8050, 5644, 1204, 480, 6943, 6342, 2571, 1561, 7963, 4659, 3864, 6931, 4230, 4277, 7702, 7211, 6448, 1066, 3644, 3686, 4906, 5912, 1944, 2518, 7989, 1984, 6692, 1156, 5978, 4408, 9877, 1110, 4080, 5815, 8018, 7594, 3280, 3654, 3756, 1967, 7270, 9374, 676, 5240, 3585, 394, 2254, 9201, 1465, 499, 7643, 2706, 3977, 5822, 1424, 7631, 7131, 3026, 9535, 5808, 1941, 2206, 8268, 991, 5878, 4753, 3182, 1201, 5175, 7488, 7671, 8447, 3256, 7687, 8859, 1332, 1802, 5703, 1084, 8097, 249, 5375, 6505, 5249, 8345, 8072, 4881, 404, 7059, 9411, 2273, 320, 5764, 2048, 8507, 8565, 754, 9227, 2443, 4316, 7525, 4687, 105, 5842, 3537, 5968, 1501, 5005, 4255, 2120, 2698, 8953, 6579, 4697, 4342, 4118, 3995, 8712, 8486, 28, 4146, 2214, 6701, 4873, 5810, 9004, 6880, 6316, 750, 1568, 2583, 7283, 7289, 1097, 2873, 4871, 245, 4204, 6792, 4029, 7323, 6014, 9481, 7945, 2172, 4403, 947, 9718, 8452, 9832, 8429, 4187, 3088, 7690, 8812, 4258, 5420, 5235, 8157, 1353, 404, 6483, 9087, 1834, 7400, 5652, 2573, 5472, 3657, 7915, 6737, 9925, 381, 9833, 8750, 4048, 4303, 1271, 2962, 7165, 7208, 6284, 7852, 6802, 2434, 8862, 8809, 792, 6871, 7737, 1264, 4117, 3219, 3282, 9288, 9243, 1500, 8064, 6700, 2701, 9031, 6779, 3676, 1806, 3702, 3612, 3102, 3900, 476, 1542, 5009, 2593, 728, 1840, 7964, 5300, 9557, 3721, 4606, 7457, 1656, 1835, 9776, 6136, 6376, 8612, 2106, 3066, 2473, 7506, 381, 840, 9609, 483, 8362, 9300, 3117, 7694, 9390, 4338, 6979, 4354, 5233, 9073, 7210, 6307, 6234, 7794, 8875, 8360, 2446, 6145, 971, 8314, 1709, 3285, 8492, 8577, 5940, 75, 2787, 764, 7261, 8560, 6045, 757, 7835, 998, 2508, 8429, 1723, 4548, 5020, 1292, 5601, 1306, 8402, 3444, 7220, 7330, 3684, 8407, 5585, 2899, 9709, 8878, 311, 6601, 6698, 8945, 2240, 3541, 274, 3312, 4456, 5324, 9023, 1190, 7957, 86, 7220, 3949, 5449, 9916, 2119, 3359, 1112, 4029, 7117, 9187, 8247, 6856, 4194, 6293, 9394, 3229, 3679, 9006, 2259, 1596, 2920, 3611, 6885, 3882, 1023, 3504, 1915, 4695, 1621, 5197, 6100, 9289, 7486, 7752, 2036, 4333, 4246, 7662, 8032, 446, 9847, 3497, 1013, 5802, 2660, 2080, 383, 7734, 1916, 3048, 7373, 3621, 132, 6478, 6688, 5599, 8442, 3377, 4255, 7851, 8005, 5623, 6102, 5190, 2885, 2944, 3488, 1053, 9289, 2731, 944, 4850, 5475, 3387, 3501, 8398, 656, 2714, 8179, 5939, 9846, 2012, 189, 8446, 1860, 9930, 7630, 2233, 2423, 1244, 6824, 7831, 3930, 8683, 3979, 1422, 2271, 6439, 5155, 5289, 7601, 8739, 8552, 6253, 7236, 9744, 4090, 7074, 4813, 2922, 451, 9235, 1450, 3101, 8941, 757, 1842, 3964, 7920, 2371, 5543, 7819, 9808, 471, 9809, 8542, 357, 8441, 741, 6767, 4641, 5071, 5014, 910, 4034, 2607, 9225, 5291, 6122, 8105, 1897, 8484, 7408, 6274, 3902, 4402, 7812, 4453, 4757, 8351, 8488, 6968, 698, 964, 1118, 3711, 5065, 5462, 706, 1878, 5715, 6546, 373, 6862, 7504, 2110, 6467, 5550, 3520, 2148, 7319, 195, 1958, 936, 3918, 3679, 4339, 2404, 1906, 5675, 5920, 611, 4105, 8240, 7656, 9010, 6653, 2761, 4255, 1963, 9200, 5040, 8093, 3203, 6921, 213, 6010, 8696, 3071, 8989, 3267, 9941, 6353, 3730, 9158, 5075, 4530, 6788, 3703, 6904, 5494, 3455, 2953, 6275, 1022, 7929, 8944, 2606, 8502, 2133, 2981, 9782, 8128, 463, 4808, 4935, 8362, 521, 3551, 4346, 6721, 1507, 8408, 6441, 5477, 9680, 2987, 2184, 1425, 2480, 5754, 578, 9612, 8659, 3738, 2015, 2814, 6515, 5340, 2756, 7321, 8096, 8893, 2062, 952, 7063, 4348, 4642, 8259, 2959, 268, 5920, 7976, 5266, 5895, 9051, 1289, 239, 2007, 4837, 7531, 8529, 3164, 4076, 3617, 1186, 6239, 56, 3878, 5918, 9189, 4671, 4106, 1292, 1744, 1600, 6610, 7973, 3236, 6770, 4879, 3995, 9330, 4014, 1358, 4939, 5915, 7063, 3625, 6929, 234, 8135, 7366, 6521, 8141, 2575, 7765, 9022, 1434, 1896, 2807, 1695, 2120, 9479, 1764, 2218, 3934, 5362, 2485, 3450, 6730, 6849, 6194, 7538, 274, 1519, 2137, 8564, 2558, 7337, 2510, 276, 782, 2828, 6686, 251, 978, 2185, 6206, 1969, 1705, 2465, 8159, 4049, 9231, 4860, 7127, 8713, 6397, 5688, 1548, 8670, 3801, 2359, 2068, 1973, 3229, 6270, 4933, 8113, 5964, 6998, 9420, 5998, 2219, 1607, 9060, 569, 363, 9454, 2252, 9689, 5742, 865, 5429, 9906, 7779, 6876, 5494, 2138, 52, 7978, 1196, 5861, 4142, 2686, 20, 9611, 415, 8086, 1904, 2758, 853, 2067, 5411, 1817, 33, 4483, 9331, 2377, 3617, 2004, 9617, 1403, 5568, 6176, 6710, 9178, 6984, 4983, 3814, 1516, 6067, 7277, 4188, 7874, 3498, 3340, 606, 9800, 1477, 3096, 2547, 4454, 9800, 9144, 5054, 3516, 1314, 3887, 9850, 5498, 4931, 2406, 8545, 1283, 7902, 8903, 4073, 8490, 5423, 7790, 5019, 9370, 5298, 9720, 4963, 5283, 3683, 6611, 8851, 7111, 3684, 5612, 537, 5012, 7099, 7354, 4341, 7643, 4106, 1654, 9535, 4743, 6135, 5240, 1997, 4288, 1621, 2471, 7471, 6567, 6880, 7323, 7855, 7725, 4851, 7110, 2391, 4696, 8005, 4846, 110, 5541, 5990, 1022, 7856, 8543, 9984, 3183, 8403, 4981, 6885, 3326, 8868, 3815, 3338, 3278, 4660, 3334, 8458, 4194, 9154, 6987, 1538, 1368, 576, 8385, 5946, 346, 5964, 9003, 8475, 8559, 6727, 2609, 9314, 3919, 9802, 5813, 4030, 321, 271, 7039, 6082, 5101, 9223, 4395, 7948, 6378, 194, 6644, 8551, 2268, 5652, 3092, 860, 4974, 8182, 2990, 885, 6529, 5109, 4317, 9190, 1159, 6760, 8175, 857, 3856, 720, 9206, 8371, 7374, 9771, 8673, 6452, 7483, 65, 838, 9196, 9181, 3756, 8662, 882, 3740, 5663, 7471, 8181, 7821, 1670, 831, 1394, 7089, 9169, 5939, 6115, 8400, 9978, 881, 2151, 8251, 3894, 5930, 1016, 794, 2118, 6652, 1848, 9169, 4673, 653, 1725, 6429, 6137, 6313, 3882, 2562, 8047, 9535, 1722, 218, 6363, 8731, 3812, 7721, 5500, 3605, 3099, 8365, 1599, 8501, 6858, 2988, 3821, 7846, 423, 6729, 1474, 5599, 7906, 414, 216, 9233, 2251, 4518, 460, 1572, 2940, 147, 7861, 1577, 7630, 4332, 6337, 2073, 6143, 817, 6115, 8721, 2612, 8362, 8056, 7943, 7473, 7836, 3800, 563, 231, 9930, 8227, 7737, 3710, 4246, 2693, 5224, 3698, 929, 1054, 155, 4141, 2998, 9916, 1019, 2068, 5161, 769, 9660, 3932, 3204, 7730, 9408, 2471, 2215, 5581, 6924, 8611, 8395, 2303, 1130, 4549, 3429, 2307, 9227, 2467, 9102, 3357, 7655, 8045, 6503, 4478, 4017, 6662, 9798, 8590, 1378, 8219, 4900, 245, 5302, 6300, 694, 5225, 9857, 4068, 6914, 7412, 877, 80, 2974, 8258, 6295, 3076, 2468, 1857, 8373, 3550, 142, 7762, 460, 1105, 5483, 5441, 9254, 4859, 590, 9758, 7355, 7106, 6241, 2730, 2663, 8790, 8228, 2832, 5113, 9419, 9628, 2560, 3456, 9996, 351, 2400, 21, 2282, 7590, 175, 9586, 3598, 4996, 3472, 7712, 370, 8528, 630, 8485, 4505, 8641, 4649, 1004, 4708, 2130, 3739, 7047, 2305, 1827, 6403, 6076, 4062, 3868, 7119, 5189, 2122, 4529, 50, 2413, 1957, 7072, 9814, 6860, 1327, 3914, 8201, 2212, 6857, 3237, 1032, 9200, 1066, 7295, 3432, 974, 6585, 600, 6491, 8422, 5607, 3769, 9065, 4733, 7331, 2875, 8359, 3105, 7460, 5997, 4623, 4362, 6314, 618, 7551, 1527, 7305, 5136, 869, 9454, 2287, 3558, 7518, 7235, 734, 2612, 1982, 8149, 5554, 1960, 6975, 2243, 2811, 212, 8088, 1850, 6796, 1716, 32, 9228, 8689, 4954, 7181, 1738, 9129, 3143, 6758, 2081, 142, 8584, 6256, 7423, 3283, 8909, 559, 3590, 4899, 8161, 1212, 5577, 788, 7472, 1568, 8401, 3543, 13, 5065, 7500, 4872, 6054, 1152, 1320, 3486, 9215, 1631, 607, 4786, 5963, 1997, 9207, 8432, 4072, 1150, 5299, 3874, 8152, 3909, 1206, 6189, 9648, 6873, 5355, 4716, 5141, 6818, 2199, 8233, 6929, 3564, 2292, 923, 7156, 491, 8387, 5156, 3274, 1792, 6476, 6835, 6116, 4066, 755, 3265, 5000, 329, 9452, 8297, 7389, 7353, 7945, 6614, 2483, 4310, 6944, 2734, 3238, 4554, 1103, 6015, 4561, 8992, 9417, 4767, 8734, 8243, 9774, 6879, 7113, 9864, 3096, 8747, 4393, 8674, 7796, 830, 5054, 3743, 7756, 6074, 2052, 8610, 227, 989, 7363, 717, 4979, 5718, 4280, 3565, 4046, 9608, 2944, 9000, 5580, 4793, 6154, 1333, 3006, 4923, 87, 9375, 9712, 6789, 1143, 2023, 8355, 2466, 4715, 1572, 6296, 9066, 9279, 9857, 3740, 8027, 2850, 5207, 7709, 5067, 1723, 1398, 1719, 9848, 1968, 4453, 9865, 8189, 2936, 5543, 2985, 6326, 3123, 4857, 9422, 8681, 5393, 176, 910, 2968, 6305, 1872, 821, 2039, 2557, 6034, 8048, 5249, 4423, 1931, 9602, 8927, 8504, 7810, 8506, 8241, 7660, 2692, 5364, 9055, 9622, 8488, 8183, 8678, 8053, 1196, 7720, 8012, 9870, 281, 3933, 2847, 7468, 4509, 4223, 5262, 4503, 9574, 5306, 2514, 3785, 7817, 2412, 9800, 9585, 3635, 7455, 8964, 9809, 5788, 9082, 1862, 7276, 3788, 3263, 2326, 8201, 8378, 1237, 7874, 4927, 4163, 9901, 8643, 4112, 5129, 4022, 5299, 16, 6973, 3181, 6088, 3936, 2879, 7655, 4642, 9370, 5512, 1240, 2466, 5045, 9979, 867, 5280, 3440, 9182, 3416, 3854, 2245, 9319, 7383, 7664, 4872, 9086, 2444, 5191, 7791, 7023, 65, 7598, 9962, 6133, 3656, 6346, 2408, 182, 5445, 232, 9771, 7420, 1838, 5332, 5311, 1226, 8621, 7898, 9633, 1331, 3265, 8175, 9127, 9164, 8824, 1965, 2974, 7353, 3190, 2846, 6620, 6392, 1844, 8891, 3786, 4565, 648, 9668, 9676, 9721, 9534, 7324, 4036, 4396, 7177, 6034, 2488, 1617, 3420, 1092, 1857, 6632, 145, 4141, 7685, 6152, 3905, 7875, 9584, 2983, 7507, 4187, 6343, 4715, 5322, 5414, 9906, 7838, 1786, 3425, 8024, 4713, 8248, 6487, 8741, 7803, 9932, 3208, 971, 868, 4791, 1542, 4414, 3906, 1337, 3853, 2875, 3487, 3054, 6922, 7722, 6902, 4500, 7308, 8443, 7756, 8919, 7123, 9275, 2474, 2561, 9141, 2210, 8011, 1956, 7061, 8010, 9371, 9760, 1492, 137, 1572, 3512, 7960, 8908, 996, 6245, 545, 3550, 7305, 3343, 9023, 1267, 8865, 213, 7127, 6317, 6873, 5675, 9614, 4786, 2843, 6378, 9176, 431, 1182, 7983, 1060, 553, 3574, 6635, 793, 2938, 7811, 2509, 7447, 3991, 5274, 5582, 4259, 9722, 9032, 6259, 77, 2948, 9480, 7406, 6545, 1097, 6285, 7799, 3611, 5785, 2083, 7725, 7700, 8548, 8786, 8785, 8983, 1087, 8054, 3808, 2459, 1910, 1914, 7076, 5923, 4047, 7913, 242, 2131, 1726, 6466, 3249, 4352, 6680, 1042, 2612, 2337, 2117, 8858, 4768, 1090, 694, 8267, 4472, 1476, 9928, 8656, 5628, 8132, 5139, 4646, 9876, 9055, 9986, 8490, 7760, 6718, 5681, 6528, 7081, 263, 9395, 8917, 592, 8359, 9168, 6092, 2830, 6389, 5023, 8161, 5742, 4328, 1759, 1290, 389, 1552, 3135, 2074, 2760, 8067, 5287, 9392, 7985, 7754, 1232, 2564, 5944, 2663, 6415, 6278, 4742, 2798, 563, 4345, 6173, 5736, 7235, 8706, 3273, 1448, 2028, 1101, 3645, 6818, 7661, 8042, 9268, 1596, 1690, 8905, 3313, 1834, 5658, 1232, 4464, 6553, 1607, 7347, 7636, 5054, 63, 1082, 7442, 7631, 9860, 6205, 6918, 3762, 9685, 6138, 5925, 3425, 1337, 1118, 4631, 2044, 7849, 8514, 3115, 2993, 8033, 4632, 2564, 3702, 1680, 6149, 4459, 8695, 9192, 292, 2696, 4955, 3556, 4249, 146, 1006, 1040, 2066, 2943, 1536, 2276, 3109, 693, 5534, 5929, 5650, 5595, 8190, 2750, 408, 7013, 8655, 1464, 1475, 6523, 7456, 4647, 5437, 3690, 4872, 1614, 4311, 9752, 1390, 2335, 1575, 3999, 8887, 476, 3802, 2410, 2077, 4127, 1187, 8242, 7489, 4906, 4091, 8719, 9118, 9738, 4371, 4126, 7401, 8176, 4599, 8399, 4659, 4405, 8792, 71, 2826, 2364, 8982, 6985, 4732, 8128, 5061, 9760, 8466, 2937, 9522, 4169, 574, 9653, 948, 6489, 1433, 1974, 1105, 4158, 3493, 5268, 5682, 6059, 7214, 2528, 4264, 5534, 9048, 1679, 4518, 6701, 4802, 8543, 5412, 2679, 9928, 6886, 1800, 6849, 3157, 5849, 5761, 6522, 9192, 7420, 4506, 3559, 1462, 5815, 7782, 6687, 6065, 6925, 9014, 7265, 4811, 5093, 5801, 8407, 8342, 1498, 497, 2535, 4731, 3075, 4735, 3790, 1114, 5398, 4264, 4698, 5259, 1921, 7907, 2650, 5764, 8650, 5484, 676, 7626, 2089, 9653, 7059, 2224, 594, 3622, 5392, 4814, 4893, 1462, 6511, 5086, 1899, 3207, 754, 3458, 8353, 9152, 7439, 2661, 6647, 2799, 7929, 6305, 227, 5265, 5720, 7770, 4893, 6807, 9601, 7379, 3174, 3232, 2485, 1356, 1626, 9197, 7440, 6944, 1296, 9965, 293, 2903, 4955, 248, 9107, 1940, 5405, 2179, 4319, 8772, 1511, 2618, 183, 119, 4003, 2606, 8978, 9298, 3054, 541, 2824, 7037, 1385, 7563, 3907, 5864, 5449, 3826, 5619, 1034, 1650, 8190, 1588, 7882, 4492, 401, 4177, 193, 607, 2471, 6060, 2725, 929, 1777, 9885, 1842, 5053, 8721, 2304, 1281, 398, 7269, 2908, 868, 7474, 2572, 6657, 1791, 3644, 6258, 3931, 6155, 3900, 1463, 3253, 7265, 9664, 6513, 3686, 1397, 5364, 1258, 8439, 8423, 2360, 7657, 3940, 9962, 1485, 4372, 5688, 7867, 9026, 2841, 7867, 314, 205, 2352, 3598, 4035, 2207, 6264, 6309, 773, 336, 4527, 4190, 8107, 7452, 3540, 8077, 5976, 9426, 9447, 4791, 6063, 3771, 2341, 1981, 7345, 7332, 765, 2720, 6125, 7540, 8173, 9419, 6059, 3327, 8879, 2889, 9991, 614, 9752, 6903, 3394, 4160, 9649, 3149, 2782, 6972, 1407, 7848, 309, 3307, 7486, 9291, 1756, 4153, 668, 6222, 8917, 7814, 5115, 8391, 8800, 5035, 768, 4920, 4724, 7163, 9399, 5457, 8412, 4169, 274, 7761, 6000, 7580, 4183, 2585, 197, 3446, 1026, 9145, 5511, 5879, 4080, 5914, 7809, 1061, 1278, 7497, 7031, 1401, 4819, 8071, 5999, 5203, 550, 101, 2610, 9533, 2700, 1843, 5447, 3394, 860, 1608, 7512, 5116, 3509, 5767, 7174, 5677, 3242, 853, 3698, 9267, 9475, 1371, 1381, 9477, 3166, 3309, 3200, 1621, 9877, 2506, 4093, 1450, 3540, 4612, 1367, 5936, 2861, 7908, 8008, 6943, 3238, 4435, 2148, 7111, 2693, 3824, 5076, 7641, 4178, 9692, 7020, 6198, 9122, 343, 6339, 8116, 8533, 1850, 5541, 4704, 2333, 4269, 8537, 9133, 5132, 2902, 606, 7597, 6254, 7952, 9890, 2010, 4510, 7253, 1225, 1722, 7909, 7666, 9415, 9280, 9450, 3999, 6296, 1075, 1031, 416, 6956, 7083, 1336, 1821, 1842, 4190, 9999, 3902, 2910, 4008, 7272, 2363, 7156, 3222, 5492, 5012, 9369, 2369, 5048, 3585, 7199, 8432, 5868, 5007, 2008, 7591, 3623, 6445, 720, 9389, 7684, 2581, 4561, 6549, 5722, 5454, 7348, 2175, 5230, 8043, 8031, 2546, 8815, 443, 9865, 2815, 2373, 9359, 349, 5801, 8820, 25, 9319, 3805, 6665, 6912, 5078, 5782, 8972, 1937, 583, 1218, 7556, 2869, 7682, 8216, 9112, 3609, 7695, 4689, 3282, 5113, 1387, 6136, 1277, 5427, 7585, 4794, 6348, 6004, 8199, 3502, 5471, 7383, 3838, 4970, 5534, 1685, 8753, 4612, 2439, 445, 8402, 3336, 8628, 8004, 1991, 679, 4860, 3044, 9270, 2229, 6705, 9670, 7262, 1823, 2560, 9643, 453, 7156, 664, 6475, 549, 2443, 9341, 891, 6220, 52, 3694, 1362, 928, 9252, 6781, 6763, 3557, 8390, 1909, 7047, 9846, 9417, 8623, 8016, 6361, 5933, 7341, 8140, 5144, 9561, 5285, 565, 2558, 7254, 4966, 7255, 4329, 5140, 6264, 7960, 5764, 7735, 5934, 8601, 3132, 8542, 3235, 2458, 1562, 8636, 4905, 9299, 9801, 8134, 9070, 5576, 2349, 5449, 404, 232, 642, 8210, 1385, 2858, 8072, 7907, 7408, 1510, 3991, 5874, 3865, 2050, 81, 5748, 5075, 7431, 5275, 7011, 5072, 6213, 2224, 4544, 623, 5711, 3411, 8957, 3630, 5752, 199, 2356, 1050, 5717, 541, 2314, 6633, 3052, 9735, 4461, 1273, 319, 6139, 4089, 1667, 3686, 8266, 8983, 2366, 6469, 6092, 6514, 57, 1484, 2027, 9290, 7288, 1567, 1958, 984, 943, 1779, 9550, 8476, 3853, 3054, 7272, 668, 5629, 7558, 8073, 3973, 3502, 5334, 8678, 5469, 5447, 7189, 1041, 4981, 8446, 2897, 214, 7776, 4589, 2782, 3747, 3414, 5432, 7160, 7533, 8209, 9326, 1805, 4569, 9395, 66, 2859, 6523, 9940, 7983, 8237, 8870, 4331, 244, 3554, 6317, 2854, 6332, 7423, 4421, 83, 2773, 5733, 4133, 762, 3708, 9801, 3647, 9362, 3441, 7948, 6336, 4774, 7737, 553, 8406, 5743, 9596, 5000, 7353, 2063, 3832, 5971, 6493, 6943, 5391, 6974, 8008, 2630, 7788, 9259, 9069, 7178, 3250, 1749, 5808, 9938, 5739, 7794, 6167, 7527, 9096, 3933, 1475, 2144, 2717, 1445, 2546, 6788, 9635, 1939, 4416, 1138, 4023, 4289, 5863, 6756, 4985, 7453, 6482, 9083, 9443, 8494, 7658, 7440, 3153, 3863, 7058, 1441, 5198, 4017, 7789, 4113, 5887, 8152, 6216, 6345, 4955, 6006, 8242, 3417, 4378, 9962, 7025, 5011, 8815, 7371, 9016, 1309, 6925, 4067, 5146, 1076, 6171, 8121, 5092, 1267, 934, 3087, 8512, 3605, 2741, 1675, 1759, 4102, 6828, 5721, 5108, 4898, 3885, 1633, 7558, 508, 6322, 1827, 7592, 3306, 5396, 9880, 2141, 7039, 2177, 4941, 1242, 7869, 9167, 5852, 664, 5122, 4622, 2619, 3554, 444, 4924, 6861, 7209, 8825, 3388, 8751, 1938, 4746, 4053, 7298, 1331, 9271, 6862, 5770, 222, 8127, 9504, 6177, 4027, 7646, 3010, 3412, 9978, 4919, 5862, 2227, 4874, 5892, 85, 2537, 9532, 3734, 4486, 6636, 8270, 155, 643, 6327, 2490, 4536, 1567, 1395, 6420, 244, 2571, 6566, 6331, 218, 6853, 6799, 255, 1942, 9766, 7150, 5698, 622, 4281, 2445, 3983, 1965, 5445, 195, 6344, 3968, 5448, 2145, 1734, 688, 9920, 5233, 3471, 9031, 5725, 5039, 4240, 5527, 8317, 1043, 5329, 3514, 5690, 4397, 6914, 4915, 4259, 9572, 620, 4278, 5195, 3344, 8059, 1369, 7994, 8085, 3173, 7160, 226, 990, 3687, 5387, 5724, 668, 5711, 5177, 6023, 2286, 6534, 3892, 3715, 2189, 2688, 80, 1520, 5532, 9970, 8457, 2135, 8537, 7415, 2153, 3129, 6271, 3262, 3746, 1342, 7181, 7885, 3388, 7108, 7038, 9841, 9994, 4261, 669, 5279, 6651, 1911, 5476, 8416, 4589, 7316, 5674, 2585, 6837, 9960, 2176, 9384, 4308, 3518, 215, 2835, 6593, 237, 7179, 3885, 4017, 7424, 2753, 3115, 3642, 3463, 7773, 3898, 6872, 6301, 6327, 1481, 1094, 818, 9851, 955, 6750, 9907, 3293, 6495, 4413, 4286, 715, 4053, 6446, 7793, 3280, 921, 833, 6318, 9537, 3732, 3438, 2476, 8845, 5545, 1513, 5331, 8656, 3454, 2040, 900, 5666, 5370, 1647, 1169, 5446, 9649, 4666, 2949, 7607, 6120, 1590, 7437, 3143, 7838, 564, 1347, 5207, 8955, 1080, 8643, 5899, 6069, 1537, 6869, 6118, 2908, 5663, 5357, 4298, 9446, 6566, 4457, 8587, 7915, 7223, 5798, 8312, 1595, 2672, 5899, 7404, 9624, 6759, 7767, 4646, 6826, 4881, 2928, 5142, 1558, 2695, 992, 429, 5740, 2420, 2926, 2347, 5938, 1828, 9970, 9587, 5295, 4275, 1580, 3540, 8902, 9644, 830, 936, 1069, 931, 6125, 4510, 7714, 3899, 1447, 4067, 5536, 2921, 2639, 1521, 4388, 6686, 2191, 2520, 9673, 4376, 686, 8286, 6918, 2492, 7467, 7742, 7467, 9947, 9075, 3229, 9135, 5684, 3586, 6113, 5330, 2007, 3396, 5235, 2326, 252, 59, 4232, 2091, 9628, 3667, 6557, 6440, 1709, 4739, 1697, 3172, 7160, 8516, 548, 6179, 3972, 845, 6283, 4871, 9737, 330, 2169, 1022, 9797, 7489, 8928, 7424, 5283, 917, 5477, 5325, 8745, 5775, 4689, 4834, 8890, 5205, 4903, 5907, 4291, 3494, 744, 9564, 5422, 4961, 9221, 8360, 6223, 3280, 2385, 6283, 3595, 7018, 5579, 231, 6454, 8031, 8595, 4705, 3585, 734, 1227, 8649, 6151, 1402, 5874, 2177, 8872, 6039, 9371, 6601, 3401, 7541, 1569, 4257, 1554, 4381, 3279, 2929, 712, 7898, 76, 495, 0, 1493, 1658, 3951, 5152, 3403, 6431, 5504, 8629, 4503, 463, 6262, 1756, 1052, 815, 3143, 6347, 9080, 6035, 9230, 2726, 2448, 3859, 7453, 1592, 8372, 7805, 1820, 4304, 5019, 4611, 8520, 671, 8346, 8128, 2314, 6709, 3989, 7243, 7626, 4058, 4871, 979, 6983, 4985, 679, 1409, 4855, 2168, 7047, 4230, 7949, 541, 9573, 7225, 7486, 8659, 2557, 5032, 872, 1455, 4122, 3413, 3322, 2293, 7448, 0, 5241, 2879, 7011, 3209, 3798, 7454, 1415, 1, 3512, 8773, 6498, 9845, 5447, 7868, 8091, 7932, 6240, 7875, 1832, 8859, 646, 9405, 1589, 8172, 9458, 3975, 5369, 1992, 1035, 9715, 2715, 4042, 259, 310, 2921, 2430, 97, 740, 5870, 2543, 1309, 8171, 6411, 8240, 1807, 7436, 5335, 1322, 2528, 6739, 6760, 4913, 5677, 9500, 9448, 5542, 5302, 3481, 8518, 3435, 4483, 1796, 8099, 8812, 7233, 1371, 3213, 1609, 2194, 9069, 6697, 6437, 1112, 5792, 9978, 2374, 356, 3003, 272, 6422, 9687, 5225, 3791, 123, 2103, 7710, 9598, 1218, 9027, 3178, 7448, 9219, 9947, 7968, 8542, 6190, 4964, 1085, 2321, 871, 7281, 2921, 6744, 162, 3890, 9320, 8705, 8384, 5225, 3611, 6932, 4018, 6606, 3227, 2373, 5109, 6438, 1352, 8621, 7690, 1189, 5140, 9797, 406, 2373, 2952, 7406, 5937, 8892, 5934, 6501, 3955, 6742, 525, 9892, 2772, 6064, 4864, 9051, 5339, 1404, 9489, 9797, 6321, 6905, 8995, 942, 7516, 8514, 6682, 115, 7041, 5556, 9980, 5753, 3119, 7666, 2274, 1955, 5948, 2336, 1529, 2014, 4029, 4320, 410, 7077, 1446, 2786, 1607, 7684, 1948, 9683, 3466, 2988, 1596, 3086, 1871, 3401, 3517, 6579, 2217, 5280, 2069, 2474, 1065, 205, 3807, 5724, 9184, 982, 7286, 3198, 2851, 8432, 4309, 8229, 8576, 3077, 2106, 9118, 2917, 805, 3040, 113, 211, 7005, 9407, 4024, 1361, 705, 4363, 4805, 5143, 2445, 4499, 7795, 5951, 6173, 5211, 5240, 7582, 3604, 7410, 2857, 1096, 4996, 7354, 2786, 3075, 7016, 4428, 7687, 9130, 5195, 7485, 7643, 2962, 9940, 8603, 2000, 8870, 5592, 7204, 2025, 3240, 3775, 2281, 6897, 3635, 4624, 3037, 8042, 8379, 3238, 1994, 8074, 4286, 5547, 7165, 8841, 3632, 3644, 8057, 5766, 317, 8933, 6127, 5938, 9830, 817, 1591, 2660, 6999, 9320, 1036, 3796, 4344, 1580, 6257, 3778, 3504, 4176, 8417, 6876, 5907, 1884, 9827, 9129, 5326, 8890, 5857, 8814, 2370, 4515, 4377, 6872, 814, 1268, 1204, 7309, 8104, 9482, 8569, 7405, 5830, 7696, 7095, 4123, 5423, 3129, 1962, 9970, 9212, 9159, 8609, 3998, 9114, 9449, 2064, 1094, 4488, 1040, 1801, 1379, 4107, 7927, 8250, 5974, 5172, 4383, 4691, 6093, 2993, 2369, 2905, 321, 2560, 9363, 1124, 6275, 6744, 8915, 77, 8884, 8175, 5906, 6289, 5397, 3852, 9093, 9924, 4424, 8805, 1539, 3962, 3432, 2427, 8490, 5297, 3595, 8144, 9624, 6273, 121, 7464, 8236, 3432, 1746, 9296, 687, 5419, 4141, 8363, 8403, 672, 3988, 9203, 6442, 4026, 9850, 8025, 1685, 4626, 1466, 8752, 5295, 4248, 4747, 8834, 5140, 5725, 2693, 7446, 4507, 6798, 4753, 9742, 4501, 4734, 3792, 6500, 4322, 2337, 5699, 111, 5416, 475, 4042, 7477, 4018, 5668, 6490, 1026, 4229, 3588, 1781, 5993, 382, 8046, 9273, 480, 0, 7509, 7096, 6347, 1762, 4056, 4183, 5844, 2202, 5853, 8547, 8098, 1398, 42, 7714, 6165, 2444, 1974, 5895, 41, 7860, 9837, 2791, 5662, 6922, 3796, 7584, 828, 7089, 422, 2188, 6604, 223, 8856, 3244, 2970, 1371, 9796, 2317, 7207, 6796, 9209, 6907, 9741, 2578, 5624, 5507, 282, 6766, 647, 6212, 187, 2592, 7641, 9251, 6924, 8061, 5118, 4784, 8209, 9732, 8571, 6741, 2610, 2367, 2413, 2570, 4911, 286, 7733, 6673, 8680, 6827, 9055, 6109, 1423, 2738, 1271, 6470, 8057, 5177, 750, 7804, 4091, 7834, 5659, 7500, 4225, 4284, 8275, 7515, 4986, 2350, 1650, 7285, 706, 9974, 8514, 197, 8207, 2064, 9706, 8667, 7300, 3232, 1676, 9562, 4718, 1088, 5169, 7707, 5872, 3634, 9782, 4166, 859, 2897, 1144, 8563, 6268, 1792, 3862, 3534, 4298, 9136, 7, 8954, 6355, 9104, 667, 4098, 2629, 6434, 7955, 8401, 2285, 8959, 3761, 7020, 2694, 6435, 9253, 6328, 9252, 7020, 1237, 2106, 412, 6165, 9172, 5559, 9767, 8498, 1722, 5979, 4159, 852, 9405, 4205, 8844, 3359, 1703, 2869, 4080, 2171, 4728, 1290, 2869, 8713, 345, 6801, 4402, 3235, 7102, 5104, 9678, 5505, 798, 9529, 6012, 3493, 4157, 3057, 5524, 7892, 1328, 645, 9763, 1065, 637, 7152, 6379, 8379, 7861, 9002, 9528, 1337, 274, 1567, 6161, 1820, 7178, 3268, 4177, 9431, 6495, 1051, 828, 8399, 4574, 7846, 6291, 3374, 7456, 5447, 4142, 5066, 7925, 7005, 2241, 5813, 6665, 3112, 7131, 9688, 641, 4306, 764, 169, 1249, 4482, 8809, 2420, 9075, 221, 6315, 6691, 8893, 4916, 5267, 2809, 7716, 3779, 3267, 7165, 8384, 3583, 5743, 150, 5443, 5278, 1335, 5527, 938, 4043, 1344, 3697, 9997, 4396, 1047, 2937, 2109, 5328, 2293, 1859, 8346, 1772, 1856, 1250, 8273, 6574, 3878, 3082, 7583, 6095, 7449, 7217, 8357, 5209, 4703, 2192, 3644, 4113, 6942, 5078, 6653, 7206, 8346, 7765, 5534, 8617, 3808, 965, 3905, 2145, 6345, 522, 6809, 5230, 1980, 6143, 7152, 9607, 7028, 9984, 8786, 1535, 6682, 4989, 5173, 2297, 612, 3658, 1259, 6188, 7642, 5072, 5628, 2933, 776, 5257, 9334, 1327, 9421, 956, 7432, 3081, 7737, 2593, 9470, 720, 2268, 6961, 5499, 3523, 3175, 8576, 3680, 5964, 1634, 4331, 8833, 5615, 3418, 7431, 4793, 7738, 2697, 5128, 267, 5630, 1541, 318, 3988, 8634, 7913, 5959, 9694, 3901, 5767, 2440, 8714, 6011, 3051, 7423, 8816, 4698, 1114, 9097, 8197, 9745, 1384, 5458, 4848, 4590, 8100, 1994, 4566, 3299, 3930, 8625, 789, 6643, 2781, 7226, 2760, 4875, 7846, 6304, 8342, 1713, 7860, 7863, 6837, 7592, 8171, 1106, 6719, 7926, 9490, 3884, 5338, 6363, 2063, 9159, 6949, 8250, 3918, 3350, 3836, 4547, 6094, 7164, 5413, 2831, 3552, 3973, 9744, 1567, 5040, 3256, 8191, 7554, 4167, 4897, 2968, 324, 5236, 178, 5662, 6980, 610, 7273, 8160, 2482, 6037, 9407, 809, 2104, 8650, 994, 9254, 1625, 1832, 582, 4570, 1580, 6006, 4592, 6774, 5619, 739, 3489, 9911, 1289, 9901, 179, 3485, 4301, 330, 8621, 1685, 5513, 6763, 7176, 856, 8832, 5571, 3272, 4151, 3363, 207, 3079, 2150, 8561, 3838, 6448, 932, 627, 4606, 7572, 5782, 586, 7675, 3577, 359, 7590, 9987, 9432, 9072, 36, 4650, 5285, 9291, 3597, 3106, 4535, 9687, 9864, 5434, 9323, 3584, 5882, 4723, 7102, 3711, 6062, 738, 7584, 8929, 6902, 3998, 5331, 804, 6902, 218, 3003, 1737, 4864, 4224, 3040, 237, 6437, 2693, 5465, 3233, 7473, 1892, 8133, 818, 1954, 5293, 415, 3409, 1549, 1666, 161, 522, 2275, 8799, 6355, 3452, 1058, 3996, 7985, 2306, 6750, 8434, 1121, 9373, 6627, 8038, 2178, 8301, 6580, 5732, 9145, 7461, 9379, 8902, 1848, 6592, 4515, 928, 4779, 8406, 2282, 2159, 3670, 6603, 7691, 4322, 7666, 2865, 2100, 455, 3112, 6099, 9653, 4499, 4580, 7648, 3694, 4543, 1863, 6045, 7132, 2068, 7370, 2491, 3602, 4382, 5314, 2645, 8860, 2218, 6956, 8869, 9017, 276, 8940, 5470, 4392, 8494, 7590, 7015, 4869, 2652, 6848, 4018, 4246, 3242, 7388, 2938, 4927, 6152, 3742, 5878, 3677, 7666, 6172, 9124, 2102, 1170, 1963, 1033, 733, 7359, 2388, 4254, 1968, 3201, 3707, 8701, 9496, 4691, 6476, 5064, 8530, 7590, 3431, 3994, 3330, 7803, 7672, 689, 5456, 2568, 3532, 1783, 7575, 7122, 1437, 9912, 5070, 9377, 612, 6447, 1773, 8179, 8569, 3271, 538, 9264, 3038, 7473, 3850, 110, 7785, 4765, 453, 1207, 3460, 1486, 4221, 7426, 1813, 9539, 9281, 2435, 7549, 2518, 5097, 2762, 894, 7847, 8046, 8839, 2762, 3713, 6257, 9934, 7916, 3302, 6724, 8804, 3215, 9340, 449, 8255, 7393, 2644, 8898, 6526, 1809, 710, 4654, 7605, 9114, 7667, 331, 2412, 8756, 3980, 5650, 5982, 8844, 61, 1538, 9367, 3989, 5714, 4135, 733, 3677, 9891, 9145, 5080, 4612, 3715, 9388, 1448, 4200, 7683, 3671, 6430, 4776, 3887, 6977, 6339, 4753, 7017, 9725, 2693, 5770, 5412, 8190, 2508, 9789, 5852, 18, 7789, 3812, 1311, 9049, 414, 2727, 1691, 1880, 2184, 7964, 4293, 30, 8577, 5650, 14, 4972, 5247, 940, 7686, 7054, 4291, 1236, 9745, 5880, 8848, 5736, 2458, 8757, 8300, 3270, 6571, 4077, 9746, 1767, 6024, 1915, 1792, 3888, 9866, 4598, 3042, 6498, 4100, 2133, 6088, 7971, 5177, 1112, 4534, 6037, 8968, 3067, 3063, 5449, 3580, 9219, 5004, 8763, 9882, 9132, 3018, 6738, 1829, 1539, 5638, 411, 1568, 156, 5292, 1956, 1690, 9842, 4612, 6026, 742, 5268, 3903, 5723, 4524, 6988, 829, 6786, 5132, 5124, 2592, 3057, 5475, 5887, 117, 4032, 3808, 616, 7908, 5701, 2371, 2557, 6107, 321, 9970, 8959, 285, 8050, 8057, 5726, 2167, 1215, 7155, 9989, 9723, 1442, 3771, 5375, 3000, 1034, 7563, 9125, 4314, 7917, 7008, 9557, 216, 8511, 9160, 9187, 7119, 1456, 1293, 9843, 5559, 9012, 1211, 8931, 801, 4911, 6961, 1444, 3311, 9530, 5279, 2594, 7420, 3351, 4105, 8103, 567, 309, 2463, 7245, 9370, 5161, 2776, 523, 694, 9425, 6629, 6912, 7421, 8396, 7517, 3107, 6044, 9915, 4146, 3385, 7634, 1206, 6660, 4035, 2402, 1998, 6575, 9070, 713, 8925, 2560, 345, 2863, 1354, 2463, 8424, 3511, 7168, 3766, 2170, 9392, 4270, 6864, 7568, 3678, 6238, 9136, 7297, 1887, 2401, 62, 8863, 7260, 6166, 7149, 4281, 353, 6465, 699, 2101, 3264, 5552, 6290, 9384, 5569, 9431, 7569, 9072, 7962, 4913, 7184, 9808, 3627, 5270, 3286, 8269, 1626, 1376, 7443, 6002, 874, 2778, 7755, 9784, 953, 8507, 4447, 2531, 2462, 3081, 767, 736, 1981, 4436, 5119, 6922, 4577, 2875, 8014, 2532, 815, 2301, 7615, 4570, 1855, 3168, 2285, 9782, 8380, 6540, 3254, 2593, 4442, 9651, 8573, 6002, 8095, 9083, 1986, 6168, 7333, 5906, 8424, 1617, 1320, 8175, 1780, 7567, 6755, 5160, 7578, 1882, 7397, 5854, 945, 6367, 2511, 1752, 3117, 9542, 9249, 7953, 2980, 1523, 9642, 8177, 2035, 4614, 9071, 6623, 4680, 3845, 8225, 6930, 3724, 2547, 7957, 7069, 7254, 7341, 5790, 1825, 9847, 6690, 4821, 7208, 2711, 6304, 1990, 7693, 5330, 4552, 9543, 9373, 8063, 977, 346, 8590, 6426, 5480, 3054, 3235, 6804, 3201, 8587, 9449, 6756, 6636, 2178, 9553, 9773, 7543, 4096, 8055, 2849, 5457, 5369, 4810, 2405, 1221, 1243, 7053, 6684, 2756, 6689, 9719, 9074, 7291, 5583, 6931, 4078, 3582, 3798, 3486, 4416, 2059, 7420, 9906, 2684, 9312, 2872, 4284, 8288, 2886, 9396, 1746, 6486, 8844, 5349, 2496, 8275, 9238, 1159, 4935, 7868, 3774, 7155, 1083, 947, 4537, 6261, 6559, 9016, 7939, 5499, 2918, 4838, 7334, 8963, 2365, 4258, 1557, 7305, 9185, 8440, 7994, 491, 105, 457, 3308, 6139, 7997, 5132, 9801, 7441, 5549, 46, 6433, 5412, 6660, 6044, 2916, 1201, 8666, 9732, 4341, 6701, 2107, 96, 611, 402, 7821, 3147, 860, 2672, 3124, 9568, 2936, 4130, 4610, 953, 85, 7342, 8750, 8220, 927, 9137, 6161, 1125, 3561, 6456, 9974, 1173, 8000, 1866, 1993, 2556, 3038, 8185, 2291, 686, 6885, 4256, 7059, 8721, 9009, 7711, 3648, 8048, 6283, 2190, 3176, 7443, 2539, 6734, 2121, 3255, 6410, 6595, 3272, 8123, 7761, 3872, 1181, 9842, 58, 6359, 2773, 7770, 2739, 8655, 1366, 889, 2650, 6280, 9938, 9926, 9084, 9379, 3918, 8705, 406, 4210, 3412, 3547, 8526, 483, 8436, 9716, 77, 9138, 889, 2650, 6280, 9938, 9926, 9084, 9379, 3918, 8705, 406, 4210, 3412, 3547, 8526, 483, 8436, 9716, 77, 9138, 2739, 8655, 1366);
}
frame 2 {
function message(success) {
var i;
if (success) {
root = _root.finish.doc.firstChild;
var userArray = _root.finish.getXMLNodesByName(root, 'user');
i = part;
while (i < part + 10) {
duplicateMovieClip(_root.finish.liste.user, 'user' + i, i);
_root.finish.liste['user' + i]._y = (i - part) * 22;
_root.finish.liste['user' + i].name = userArray[i].attributes.name;
_root.finish.liste['user' + i].points = userArray[i].attributes.points;
_root.finish.liste['user' + i].platz = i + 1;
++i;
}
j = i;
while (i < 50) {
duplicateMovieClip(_root.finish.liste.user, 'user' + i, i);
_root.finish.liste['user' + i]._y = i * 15;
_root.finish.liste['user' + i].name = '';
_root.finish.liste['user' + i].points = '';
_root.finish.liste['user' + i].platz = '';
++i;
}
} else {
_root.finish.doc.load('hiscore.php');
}
}
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
stop();
part = 0;
USERNAME = '';
PASSWORT = '';
VORNAME = '';
NACHNAME = '';
STRASSE_NR = '';
PLZ_ORT = '';
EMAIL = '';
eintragen = 0;
sender = 0;
var doc = new XML();
doc.onLoad = message;
doc.load('hiscore.php');
}
frame 3 {
function message(success) {
var i;
if (success) {
root = _root.finish.doc.firstChild;
var userArray = _root.finish.getXMLNodesByName(root, 'user');
i = part;
while (i < part + 10) {
duplicateMovieClip(_root.finish.liste.user, 'user' + i, i);
_root.finish.liste['user' + i]._y = (i - part) * 22;
_root.finish.liste['user' + i].name = userArray[i].attributes.name;
_root.finish.liste['user' + i].points = userArray[i].attributes.points;
_root.finish.liste['user' + i].platz = i + 1;
++i;
}
j = i;
while (i < 50) {
duplicateMovieClip(_root.finish.liste.user, 'user' + i, i);
_root.finish.liste['user' + i]._y = i * 15;
_root.finish.liste['user' + i].name = '';
_root.finish.liste['user' + i].points = '';
_root.finish.liste['user' + i].platz = '';
++i;
}
} else {
_root.finish.doc.load('hiscore.php');
}
}
function getXMLNodes(xmlElement) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeType == 1) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
function getXMLNodesByName(xmlElement, name) {
var i;
var inArray = xmlElement.childNodes;
var outArray = new Array();
i = 0;
while (i < inArray.length) {
if (inArray[i].nodeName == name) {
outArray.push(inArray[i]);
}
++i;
}
return outArray;
}
stop();
part = 0;
sender = 0;
var doc = new XML();
doc.onLoad = message;
doc.load('hiscore.php');
}
instance of movieClip 191 {
onClipEvent (load) {
if (_root.finish.eintragen == 1) {
_visible = 0;
}
}
}
frame 5 {
USERNAME = '';
}
frame 6 {
USERNAME = '';
PASSWORT = '';
VORNAME = '';
NACHNAME = '';
STRASSE_NR = '';
PLZ_ORT = '';
EMAIL = '';
}
}
instance of movieClip 115 {
onClipEvent (load) {
if (_root.ton == 0) {
nextFrame();
}
}
}
movieClip 265 {
}
button 266 {
on (release) {
nextFrame();
}
}
movieClip 269 {
}
movieClip 282 {
frame 1 {
gotoAndPlay(2);
}
frame 2 {
play();
}
frame 19 {
gotoAndPlay(2);
}
}
movieClip 290 {
frame 1 {
gotoAndPlay(2);
}
frame 2 {
play();
}
frame 12 {
gotoAndPlay(2);
}
}
movieClip 297 {
frame 1 {
gotoAndPlay(2);
}
frame 2 {
play();
}
frame 12 {
gotoAndPlay(2);
}
}
movieClip 298 {
frame 1 {
stop();
}
}
movieClip 300 {
}
movieClip 303 {
instance of movieClip 300 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.touri.factor = -_parent._parent.touri.factor;
}
if (hitTest(_parent._parent.touri) && _parent._parent.touri.dir == '_y' && !hitTest(_parent._parent.touri.hitme)) {
if (_parent._parent.touri.factor < 0) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
}
}
}
}
movieClip 307 {
}
movieClip 309 {
}
movieClip 315 {
frame 1 {
stop();
}
frame 8 {
gotoAndPlay(2);
}
}
movieClip 316 {
frame 1 {
stop();
}
instance of movieClip 307 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true) && _root.aussteigen != 1) {
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = false;
_parent.uani.play();
_root.metro = 1;
_parent._parent.touri._x = _parent._x;
_parent._parent.touri._y = _parent._y;
} else {
_parent.uani.gotoAndStop(1);
}
}
onClipEvent (mouseUp) {
if (hitTest(_root._xmouse, _root._ymouse, true) && _root.metro == 1) {
_parent._parent.touri._x = _parent._x;
_parent._parent.touri._y = _parent._y;
_parent.uani.gotoAndStop(1);
_parent.play();
}
}
}
instance of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
instance of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
instance of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = false;
_parent._parent.touri._visible = true;
}
}
}
instance of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = false;
_parent._parent.touri._visible = true;
}
}
}
frame 2 {
_parent.touri._visible = true;
_parent.touri2._visible = false;
}
instance of movieClip 307 {
onClipEvent (load) {
_root.aussteigen = 0;
_root.metro = 0;
}
}
}
movieClip 318 {
frame 1 {
stop();
}
instance trans of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.touri.hitme)) {
if (_parent._parent._currentFrame == 1 or _parent._parent._currentFrame == 4) {
_parent._parent._parent.touri._visible = false;
_parent._parent._parent.touri2._visible = true;
}
if (_parent._parent._currentFrame == 2 or _parent._parent._currentFrame == 3) {
_parent._parent._parent.touri._visible = true;
_parent._parent._parent.touri2._visible = false;
}
_parent.touch = 1;
}
}
}
}
movieClip 327 {
frame 1 {
stop();
}
instance dreh of movieClip 318 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
if (touch == 1) {
++i;
if (i == 1) {
_parent._parent.touri._x = _parent._x;
_parent._parent.touri._y = _parent._y;
if (_parent._parent.touri.dir == '_y') {
_parent._parent.touri.dir = '_x';
} else {
_parent._parent.touri.dir = '_y';
}
if (_rotation == 90 or _rotation == -90) {
_parent._parent.touri.factor = -_parent._parent.touri.factor;
}
i = 0;
touch = 0;
}
} else {
_parent._parent.touri.factor = -_parent._parent.touri.factor;
}
} else {
touch = 0;
if (hitTest(_parent._parent.touri) && _parent._parent.touri.dir == '_y' && !hitTest(_parent._parent.touri.hitme)) {
if (_parent._parent.touri.factor < 0) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
}
}
}
onClipEvent (mouseDown) {
if (hitTest(_root._xmouse, _root._ymouse, false) && !trans.hitTest(_parent._parent.touri)) {
_rotation = _rotation + 90;
_parent.nextFrame();
}
}
}
frame 5 {
gotoAndStop(1);
}
}
movieClip 330 {
}
movieClip 332 {
frame 1 {
stop();
}
instance of movieClip 330 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
}
frame 3 {
stop();
}
}
movieClip 335 {
}
movieClip 337 {
}
movieClip 338 {
frame 1 {
stop();
}
instance of movieClip 335 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 100;
_parent.nextFrame();
}
}
}
instance of movieClip 337 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
trace('swaper');
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
}
movieClip 341 {
}
movieClip 342 {
frame 1 {
stop();
}
instance of movieClip 337 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
trace('swaper');
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
instance of movieClip 341 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 200;
_parent.nextFrame();
}
}
}
}
movieClip 352 {
}
movieClip 353 {
}
movieClip 354 {
frame 1 {
stop();
gotoAndStop(random(3) + 1);
}
instance of movieClip 353 {
onClipEvent (enterFrame) {
_x = _x + 2;
_y = _y + 2;
}
}
instance of movieClip 353 {
onClipEvent (enterFrame) {
_x = _x + 3;
_y = _y + 3;
}
}
instance of movieClip 353 {
onClipEvent (enterFrame) {
_x = _x + 3;
_y = _y + 3;
}
}
instance of movieClip 353 {
onClipEvent (enterFrame) {
_x = _x - 2;
_y = _y + 2;
}
}
instance of movieClip 353 {
onClipEvent (enterFrame) {
_x = _x - 3;
_y = _y + 3;
}
}
instance of movieClip 353 {
onClipEvent (enterFrame) {
_x = _x - 3;
_y = _y + 3;
}
}
instance of movieClip 353 {
onClipEvent (enterFrame) {
_x = _x - 2;
_y = _y + 2;
}
}
instance of movieClip 353 {
onClipEvent (enterFrame) {
_x = _x - 2;
_y = _y + 2;
}
}
}
movieClip 357 {
}
movieClip 360 {
}
movieClip 377 {
frame 1 {
this._x -= 25;
}
frame 8 {
++i;
if (i == 2) {
stop();
}
}
}
movieClip 378 {
frame 29 {
this._x -= 25;
}
frame 36 {
++i;
if (i == 3) {
stop();
}
}
}
movieClip 381 {
}
movieClip 382 {
frame 81 {
stop();
}
}
button 383 {
on (release) {
_parent.touri.spielen = 0;
nextFrame();
}
}
button 384 {
on (release) {
_parent.touri.spielen = 1;
prevFrame();
}
}
button 385 {
on (release) {
_parent.touri.spielen = 1;
prevFrame();
}
}
movieClip 390 {
}
movieClip 391 {
}
movieClip 392 {
frame 1 {
stop();
}
}
movieClip 395 {
}
button 400 {
on (release) {
stopAllSounds();
_parent.nextFrame();
_parent.pauseMc.gotoAndStop(1);
gotoAndStop(1);
}
}
movieClip 404 {
}
movieClip 409 {
}
movieClip 411 {
frame 1 {
stopAllSounds();
}
frame 2 {
stop();
}
}
movieClip 413 {
frame 2 {
stop();
}
}
button 417 {
on (release) {
_parent.prevFrame();
_parent.pauseMc.gotoAndStop(1);
gotoAndStop(1);
}
}
movieClip 422 {
}
movieClip 425 {
}
button 426 {
on (release) {
_parent.gotoAndStop(1);
_parent.touri.spielen = 1;
_parent.pauseMc.gotoAndStop(1);
_parent.leben.gotoAndStop(1);
_parent.punkte = 0;
gotoAndStop(1);
}
}
movieClip 427 {
frame 1 {
stop();
trace(_parent.level + 'level');
}
frame 2 {
level = _parent.level;
zeit = _parent.ZeitMc.zeit * 10;
punkte = _parent.punkte + _parent.ZeitMc.zeit * 10;
_parent.punkte = punkte;
_root.punkte = punkte;
_parent.nextFrame();
}
instance of movieClip 411 {
onClipEvent (enterFrame) {
_x = _x + 3;
}
}
frame 3 {
if (_parent.leben._currentFrame < 4) {
level = _parent.level;
punkte = _parent.punkte;
_root.punkte = punkte;
_parent.leben.nextFrame();
_parent.nextFrame();
} else {
nextFrame();
_parent.nextFrame();
}
}
frame 4 {
level = _parent.level;
punkte = _parent.punkte;
_root.punkte = punkte;
_root.prevFrame();
}
}
movieClip 430 {
}
movieClip 436 {
frame 1 {
stop();
}
}
movieClip 442 {
}
movieClip 445 {
}
movieClip 446 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 449 {
}
movieClip 450 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 452 {
frame 1 {
stop();
}
instance trans of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.touri.hitme)) {
_parent._parent._parent.touri._visible = false;
_parent._parent._parent.touri2._visible = true;
_parent.touch = 1;
}
}
}
}
movieClip 455 {
frame 1 {
stop();
}
instance of movieClip 452 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
if (touch == 1) {
++i;
if (i == 1) {
_parent._parent.touri._x = _parent._x;
_parent._parent.touri._y = _parent._y;
if (_parent._parent.touri.dir == '_y') {
_parent._parent.touri.dir = '_x';
} else {
_parent._parent.touri.dir = '_y';
}
_parent._parent.touri.factor = -_parent._parent.touri.factor;
i = 0;
touch = 0;
}
} else {
_parent._parent.touri.factor = -_parent._parent.touri.factor;
}
} else {
touch = 0;
}
}
}
}
movieClip 457 {
frame 1 {
stop();
}
instance trans of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.touri.hitme)) {
_parent._parent._parent.touri._visible = true;
_parent._parent._parent.touri2._visible = false;
_parent.touch = 1;
}
}
}
}
movieClip 460 {
frame 1 {
stop();
}
instance of movieClip 457 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
if (touch == 1) {
++i;
if (i == 1) {
_parent._parent.touri._x = _parent._x;
_parent._parent.touri._y = _parent._y;
if (_parent._parent.touri.dir == '_y') {
_parent._parent.touri.dir = '_x';
} else {
_parent._parent.touri.dir = '_y';
}
_parent._parent.touri.factor = -_parent._parent.touri.factor;
i = 0;
touch = 0;
}
} else {
_parent._parent.touri.factor = -_parent._parent.touri.factor;
}
} else {
touch = 0;
if (hitTest(_parent._parent.touri) && _parent._parent.touri.dir == '_y' && !hitTest(_parent._parent.touri.hitme)) {
if (_parent._parent.touri.factor < 0) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
}
}
}
}
}
movieClip 462 {
frame 1 {
stop();
}
instance trans of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.touri.hitme)) {
_parent._parent._parent.touri._visible = true;
_parent._parent._parent.touri2._visible = false;
_parent.touch = 1;
}
}
}
}
movieClip 465 {
frame 1 {
stop();
}
instance of movieClip 462 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
if (touch == 1) {
++i;
if (i == 1) {
_parent._parent.touri._x = _parent._x;
_parent._parent.touri._y = _parent._y;
if (_parent._parent.touri.dir == '_y') {
_parent._parent.touri.dir = '_x';
} else {
_parent._parent.touri.dir = '_y';
}
i = 0;
touch = 0;
}
} else {
_parent._parent.touri.factor = -_parent._parent.touri.factor;
}
} else {
touch = 0;
if (hitTest(_parent._parent.touri) && _parent._parent.touri.dir == '_y' && !hitTest(_parent._parent.touri.hitme)) {
if (_parent._parent.touri.factor < 0) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
}
}
}
}
}
movieClip 469 {
}
movieClip 470 {
}
movieClip 472 {
}
movieClip 478 {
}
movieClip 479 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 482 {
}
movieClip 483 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 486 {
}
movieClip 487 {
frame 1 {
stop();
}
instance of movieClip 337 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
trace('swaper');
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
instance of movieClip 486 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 100;
_parent.nextFrame();
}
}
}
}
movieClip 491 {
}
movieClip 493 {
}
movieClip 498 {
instance of movieClip 491 {
onClipEvent (enterFrame) {
_x = _x + 2;
}
}
instance of movieClip 493 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y - 1;
}
}
frame 45 {
stop();
}
}
movieClip 503 {
}
movieClip 504 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 507 {
}
movieClip 508 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 511 {
}
movieClip 512 {
frame 1 {
stop();
}
instance of movieClip 337 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
trace('swaper');
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
instance of movieClip 511 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 200;
_parent.nextFrame();
}
}
}
}
movieClip 515 {
}
movieClip 516 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 518 {
frame 1 {
stop();
}
instance trans of movieClip 309 {
onClipEvent (enterFrame) {
if (hitTest(_parent._parent._parent.touri.hitme)) {
trace('change');
_parent._parent._parent.touri._visible = false;
_parent._parent._parent.touri2._visible = true;
_parent.touch = 1;
}
}
}
}
movieClip 521 {
frame 1 {
stop();
}
instance of movieClip 518 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
if (touch == 1) {
++i;
if (i == 1) {
_parent._parent.touri._x = _parent._x;
_parent._parent.touri._y = _parent._y;
if (_parent._parent.touri.dir == '_y') {
_parent._parent.touri.dir = '_x';
} else {
_parent._parent.touri.dir = '_y';
}
i = 0;
touch = 0;
}
} else {
_parent._parent.touri.factor = -_parent._parent.touri.factor;
}
} else {
touch = 0;
}
}
}
}
movieClip 522 {
instance of movieClip 337 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
trace('swaper');
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
}
movieClip 525 {
}
movieClip 526 {
frame 1 {
stop();
}
instance of movieClip 337 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
trace('swaper');
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
instance of movieClip 525 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 100;
_parent.nextFrame();
}
}
}
}
movieClip 527 {
frame 1 {
stop();
}
}
movieClip 529 {
}
movieClip 534 {
}
movieClip 535 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 538 {
}
movieClip 539 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 542 {
}
movieClip 543 {
frame 1 {
stop();
}
instance of movieClip 337 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
trace('swaper');
_parent._parent.touri._visible = false;
_parent._parent.touri2._visible = true;
}
}
}
instance of movieClip 542 {
onClipEvent (load) {
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 100;
_parent.nextFrame();
}
}
}
}
movieClip 549 {
}
movieClip 550 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 553 {
}
movieClip 554 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 563 {
}
movieClip 564 {
}
movieClip 565 {
instance of movieClip 564 {
onClipEvent (enterFrame) {
_y = _y - 2;
}
}
}
movieClip 570 {
}
movieClip 571 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 574 {
}
movieClip 575 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 50;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 578 {
}
movieClip 579 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 582 {
}
movieClip 583 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 588 {
}
movieClip 589 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 592 {
}
movieClip 593 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 596 {
}
movieClip 597 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 602 {
}
movieClip 603 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 604 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 605 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 608 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 609 {
frame 1 {
stop();
}
instance of movieClip 442 {
onClipEvent (load) {
++_parent._parent.zielanzahl;
myx = _parent._x;
myy = _parent._y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_parent._x = startx;
_parent._y = starty;
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.touri)) {
_parent._parent.touri2._visible = true;
_parent._parent.touri._visible = false;
}
if (hitTest(_parent._parent.touri._x, _parent._parent.touri._y, true)) {
_parent._parent.punkte += 500;
--_parent._parent.zielanzahl;
if (_parent._parent.zielanzahl == 0) {
trace('gewonnen');
_parent._parent.touri.spielen = 0;
_parent._parent.nextLevelMc.gotoAndStop(2);
}
_parent.play();
}
}
}
frame 2 {
stop();
}
}
movieClip 610 {
frame 1 {
stop();
_root.introlabel = 'over';
punkte = 0;
beep = new Sound();
beep.attachSound('beep');
contact = new Sound();
contact.attachSound('contact');
}
frame 2 {
stop();
zielanzahl = 0;
level = 1;
touri.dir = '_y';
touri.factor = 1;
zeitMc.t = 0;
zeitMc.zeit = 25;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 360 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
instance of movieClip 377 {
onClipEvent (load) {
this.gotoAndPlay(2);
}
}
instance of movieClip 378 {
onClipEvent (load) {
this.gotoAndPlay(2);
}
}
instance zeitMc of movieClip 430 {
onClipEvent (enterFrame) {
if (_parent.touri.spielen == 1) {
++t;
if (t == 25) {
--zeit;
t = 0;
}
}
if (zeit == beepstart) {
_parent.beep.start();
--beepstart;
}
if (zeit == 0 && _parent.touri.spielen == 1) {
_parent.touri.spielen = 0;
_parent.nextLevelMc.gotoAndStop(3);
}
}
}
frame 4 {
stop();
zielanzahl = 0;
level = 2;
touri.dir = '_y';
touri.factor = 1;
zeitMc.t = 0;
zeitMc.zeit = 40;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
gotoAndStop(4);
dreh._rotation = -90;
}
}
instance of movieClip 327 {
onClipEvent (load) {
gotoAndStop(3);
dreh._rotation = 180;
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 472 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
instance of movieClip 377 {
onClipEvent (load) {
this.gotoAndPlay(2);
}
}
frame 6 {
stop();
zielanzahl = 0;
level = 3;
touri.dir = '_y';
touri.factor = 1;
zeitMc.t = 0;
zeitMc.zeit = 40;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 472 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
frame 8 {
stop();
zielanzahl = 0;
level = 4;
touri.dir = '_x';
touri.factor = 1;
zeitMc.t = 0;
zeitMc.zeit = 40;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
gotoAndStop(2);
dreh._rotation += 90;
}
}
instance of movieClip 327 {
onClipEvent (load) {
gotoAndStop(2);
dreh._rotation += 90;
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 472 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
instance of movieClip 529 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
instance of movieClip 377 {
onClipEvent (load) {
this.gotoAndPlay(2);
}
}
instance of movieClip 378 {
onClipEvent (load) {
this.gotoAndPlay(2);
}
}
frame 10 {
stop();
zielanzahl = 0;
level = 5;
touri.dir = '_x';
touri.factor = -1;
zeitMc.t = 0;
zeitMc.zeit = 50;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
gotoAndStop(3);
dreh._rotation += 180;
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 472 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
frame 12 {
stop();
zielanzahl = 0;
level = 6;
touri.dir = '_y';
touri.factor = 1;
zeitMc.t = 0;
zeitMc.zeit = 40;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance of movieClip 327 {
onClipEvent (load) {
gotoAndStop(3);
dreh._rotation = 180;
}
}
instance of movieClip 327 {
onClipEvent (load) {
gotoAndStop(4);
dreh._rotation = -90;
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 360 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
frame 14 {
stop();
zielanzahl = 0;
level = 7;
touri.dir = '_y';
touri.factor = -1;
zeitMc.t = 0;
zeitMc.zeit = 60;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 360 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
instance of movieClip 529 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
frame 16 {
stop();
zielanzahl = 0;
level = 8;
touri.dir = '_x';
touri.factor = 1;
zeitMc.t = 0;
zeitMc.zeit = 50;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
instance of movieClip 360 {
onClipEvent (enterFrame) {
_x = _x + 1;
_y = _y + 1;
}
}
instance of movieClip 378 {
onClipEvent (load) {
this.gotoAndPlay(2);
}
}
frame 18 {
stop();
zielanzahl = 0;
level = 9;
touri.dir = '_y';
touri.factor = 1;
zeitMc.t = 0;
zeitMc.zeit = 60;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
frame 20 {
stop();
zielanzahl = 0;
level = 10;
touri.dir = '_x';
touri.factor = 1;
zeitMc.t = 0;
zeitMc.zeit = 100;
zeitMc.beepstart = 5;
touri.spielen = 1;
}
instance touri of movieClip 298 {
onClipEvent (load) {
function walk(dir) {
eval(dir) += 5 * factor;
_parent.touri2._x = _x;
_parent.touri2._y = _y;
if (dir == '_x') {
gotoAndStop(1);
_parent.touri2.gotoAndStop(1);
if (lastx < _x) {
_xscale = 100;
_parent.touri2._xscale = 100;
} else {
_xscale = -100;
_parent.touri2._xscale = -100;
}
lastx = _x;
}
if (dir == '_y') {
if (lasty < _y) {
gotoAndStop(2);
_parent.touri2.gotoAndStop(2);
} else {
gotoAndStop(3);
_parent.touri2.gotoAndStop(3);
}
lasty = _y;
}
}
spielen = 1;
_visible = true;
myx = _x;
myy = _y;
startx = -15 + (Math.floor(myx / 30) + 1) * 30;
starty = -15 + (Math.floor(myy / 30) + 1) * 30;
_x = startx;
_y = starty;
}
onClipEvent (enterFrame) {
if (spielen == 1) {
walk(dir);
if (_x < 15) {
_x = 15;
factor = -factor;
}
if (615 < _x) {
_x = 615;
factor = -factor;
}
if (_y < 15) {
_y = 15;
factor = -factor;
}
if (415 < _y) {
_y = 415;
factor = -factor;
}
}
}
}
instance of movieClip 337 {
onClipEvent (enterFrame) {
if (hitTest(_parent.touri._x, _parent.touri._y, true)) {
trace('swaper');
_parent.touri._visible = false;
_parent.touri2._visible = true;
}
}
}
instance touri2 of movieClip 298 {
onClipEvent (load) {
_visible = false;
}
}
frame 22 {
_root.introlabel = 'ende';
_parent.prevFrame();
}
}