Frame 150
_root.fadeHowTo._alpha = 300;
_root.blackFade._alpha = 100;
var prozent;
prozent = (getBytesLoaded() * 100) / getBytesTotal();
prozent = Math.round(prozent);
prozentFeld = prozent;
Frame 151
if (_framesloaded >= _totalframes) {
gotoAndPlay ("Starten");
} else {
gotoAndPlay ("Loader");
}
Frame 160
function showHowTo() {
fadeHowTo._alpha = fadeHowTo._alpha - _root.speedIn;
if (fadeHowTo._alpha < 0) {
fadeHowTo._alpha = 0;
}
}
function hideBlack() {
blackFade._alpha = blackFade._alpha - _root.speedOut;
if (blackFade._alpha < 0) {
blackFade._alpha = 0;
}
}
stop();
fehler1.tabEnabled = false;
fehler2.tabEnabled = false;
fehler3.tabEnabled = false;
fehler4.tabEnabled = false;
fehler5.tabEnabled = false;
button1OK = "NEU";
button2OK = "NEU";
button3OK = "NEU";
button4OK = "NEU";
button5OK = "NEU";
nextLevel.tabEnabled = false;
bild1.tabEnabled = false;
bild2.tabEnabled = false;
bild3.tabEnabled = false;
bild4.tabEnabled = false;
bild5.tabEnabled = false;
bild6.tabEnabled = false;
bild7.tabEnabled = false;
bild8.tabEnabled = false;
bild9.tabEnabled = false;
bild10.tabEnabled = false;
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
_root.zeitleiste._alpha = 0;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
fadeHowTo._alpha = 200;
onEnterFrame = hideBlack;
var speedIn;
speedIn = 10;
var speedOut;
speedOut = 10;
gefundenSound = new Sound();
gefundenSound.attachSound("gefunden");
counterSound = new Sound();
counterSound.attachSound("leer");
leerSound = new Sound();
leerSound.attachSound("leer");
Instance of Symbol 57 MovieClip in Frame 160
on (release) {
getURL ("http://www.arcadecabin.com", "_blank");
}
Frame 169
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("04f486c4", this, 10301, true);
stop();
nextLevel.tabEnabled = false;
bild1.tabEnabled = false;
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
_root.zeitleiste._alpha = 100;
_root.zeitleiste._width = 254;
_root.nextLevel._alpha = 0;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
fehlversuche = 1;
gefundeneFehler = 0;
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild1.useHandCursor = 0;
bild1._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
clearInterval(CDInterval);
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 65 MovieClip "bild1" in Frame 169
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler1" in Frame 169
on (release) {
if (_root.button1OK == "NEU") {
_root.fehler1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild1._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler2" in Frame 169
on (release) {
if (_root.button2OK == "NEU") {
_root.fehler2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild1._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler3" in Frame 169
on (release) {
if (_root.button3OK == "NEU") {
_root.fehler3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild1._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler4" in Frame 169
on (release) {
if (_root.button4OK == "NEU") {
_root.fehler4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild1._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler5" in Frame 169
on (release) {
if (_root.button5OK == "NEU") {
_root.fehler5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild1._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 179
stop();
_root.button1OK = "NEU";
_root.button2OK = "NEU";
_root.button3OK = "NEU";
_root.button4OK = "NEU";
_root.button5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
_root.zeitleiste._alpha = 0;
stop();
Instance of Symbol 57 MovieClip in Frame 179
on (release) {
getURL ("http://www.arcadecabin.com", "_blank");
}
Frame 190
stop();
_root.bild3._alpha = 0;
_root.button1OK = "NEU";
_root.button2OK = "NEU";
_root.button3OK = "NEU";
_root.button4OK = "NEU";
_root.button5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild2.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild2.useHandCursor = 0;
bild2._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 89 MovieClip "bild2" in Frame 190
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler1" in Frame 190
on (release) {
if (_root.button1OK == "NEU") {
_root.fehler1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild2._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler2" in Frame 190
on (release) {
if (_root.button2OK == "NEU") {
_root.fehler2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild2._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler3" in Frame 190
on (release) {
if (_root.button3OK == "NEU") {
_root.fehler3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild2._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler4" in Frame 190
on (release) {
if (_root.button4OK == "NEU") {
_root.fehler4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild2._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler5" in Frame 190
on (release) {
if (_root.button5OK == "NEU") {
_root.fehler5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild2._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 200
stop();
_root.bild3._alpha = 100;
_root.button3_1OK = "NEU";
_root.button3_2OK = "NEU";
_root.button3_3OK = "NEU";
_root.button3_4OK = "NEU";
_root.button3_5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild3.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler3_" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild3.useHandCursor = 0;
bild3._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 96 MovieClip "bild3" in Frame 200
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler3_1" in Frame 200
on (release) {
if (_root.button3_1OK == "NEU") {
_root.fehler3_1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button3_1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild3._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler3_2" in Frame 200
on (release) {
if (_root.button3_2OK == "NEU") {
_root.fehler3_2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button3_2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild3._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler3_3" in Frame 200
on (release) {
if (_root.button3_3OK == "NEU") {
_root.fehler3_3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button3_3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild3._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler3_4" in Frame 200
on (release) {
if (_root.button3_4OK == "NEU") {
_root.fehler3_4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button3_4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild3._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler3_5" in Frame 200
on (release) {
if (_root.button3_5OK == "NEU") {
_root.fehler3_5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button3_5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild3._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 210
stop();
_root.bild4._alpha = 100;
_root.button4_1OK = "NEU";
_root.button4_2OK = "NEU";
_root.button4_3OK = "NEU";
_root.button4_4OK = "NEU";
_root.button4_5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild4.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler4_" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild4.useHandCursor = 0;
bild4._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 102 MovieClip "bild4" in Frame 210
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler4_1" in Frame 210
on (release) {
if (_root.button4_1OK == "NEU") {
_root.fehler4_1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button4_1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild4._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler4_2" in Frame 210
on (release) {
if (_root.button4_2OK == "NEU") {
_root.fehler4_2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button4_2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild4._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler4_3" in Frame 210
on (release) {
if (_root.button4_3OK == "NEU") {
_root.fehler4_3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button4_3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild4._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler4_4" in Frame 210
on (release) {
if (_root.button4_4OK == "NEU") {
_root.fehler4_4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button4_4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild4._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler4_5" in Frame 210
on (release) {
if (_root.button4_5OK == "NEU") {
_root.fehler4_5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button4_5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild4._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 220
stop();
_root.bild5._alpha = 100;
_root.button5_1OK = "NEU";
_root.button5_2OK = "NEU";
_root.button5_3OK = "NEU";
_root.button5_4OK = "NEU";
_root.button5_5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild5.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler5_" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild5.useHandCursor = 0;
bild5._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 108 MovieClip "bild5" in Frame 220
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler5_1" in Frame 220
on (release) {
if (_root.button5_1OK == "NEU") {
_root.fehler5_1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button5_1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild5._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler5_2" in Frame 220
on (release) {
if (_root.button5_2OK == "NEU") {
_root.fehler5_2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button5_2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild5._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler5_3" in Frame 220
on (release) {
if (_root.button5_3OK == "NEU") {
_root.fehler5_3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button5_3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild5._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler5_4" in Frame 220
on (release) {
if (_root.button5_4OK == "NEU") {
_root.fehler5_4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button5_4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild5._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler5_5" in Frame 220
on (release) {
if (_root.button5_5OK == "NEU") {
_root.fehler5_5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button5_5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild5._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 230
stop();
_root.bild6._alpha = 100;
_root.button6_1OK = "NEU";
_root.button6_2OK = "NEU";
_root.button6_3OK = "NEU";
_root.button6_4OK = "NEU";
_root.button6_5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild6.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler6_" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild6.useHandCursor = 0;
bild6._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 114 MovieClip "bild6" in Frame 230
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler6_1" in Frame 230
on (release) {
if (_root.button6_1OK == "NEU") {
_root.fehler6_1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button6_1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild6._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler6_2" in Frame 230
on (release) {
if (_root.button6_2OK == "NEU") {
_root.fehler6_2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button6_2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild6._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler6_3" in Frame 230
on (release) {
if (_root.button6_3OK == "NEU") {
_root.fehler6_3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button6_3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild6._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler6_4" in Frame 230
on (release) {
if (_root.button6_4OK == "NEU") {
_root.fehler6_4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button6_4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild6._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler6_5" in Frame 230
on (release) {
if (_root.button6_5OK == "NEU") {
_root.fehler6_5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button6_5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild6._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 240
stop();
_root.bild7._alpha = 100;
_root.button7_1OK = "NEU";
_root.button7_2OK = "NEU";
_root.button7_3OK = "NEU";
_root.button7_4OK = "NEU";
_root.button7_5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild7.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler7_" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild7.useHandCursor = 0;
bild7._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 120 MovieClip "bild7" in Frame 240
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler7_1" in Frame 240
on (release) {
if (_root.button7_1OK == "NEU") {
_root.fehler7_1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button7_1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild7._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler7_2" in Frame 240
on (release) {
if (_root.button7_2OK == "NEU") {
_root.fehler7_2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button7_2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild7._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler7_3" in Frame 240
on (release) {
if (_root.button7_3OK == "NEU") {
_root.fehler7_3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button7_3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild7._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler7_4" in Frame 240
on (release) {
if (_root.button7_4OK == "NEU") {
_root.fehler7_4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button7_4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild7._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler7_5" in Frame 240
on (release) {
if (_root.button7_5OK == "NEU") {
_root.fehler7_5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button7_5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild7._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 250
stop();
_root.bild8._alpha = 100;
_root.button8_1OK = "NEU";
_root.button8_2OK = "NEU";
_root.button8_3OK = "NEU";
_root.button8_4OK = "NEU";
_root.button8_5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild8.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler8_" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild8.useHandCursor = 0;
bild8._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 126 MovieClip "bild8" in Frame 250
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler8_1" in Frame 250
on (release) {
if (_root.button8_1OK == "NEU") {
_root.fehler8_1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button8_1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild8._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler8_2" in Frame 250
on (release) {
if (_root.button8_2OK == "NEU") {
_root.fehler8_2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button8_2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild8._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler8_3" in Frame 250
on (release) {
if (_root.button8_3OK == "NEU") {
_root.fehler8_3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button8_3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild8._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler8_4" in Frame 250
on (release) {
if (_root.button8_4OK == "NEU") {
_root.fehler8_4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button8_4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild8._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler8_5" in Frame 250
on (release) {
if (_root.button8_5OK == "NEU") {
_root.fehler8_5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button8_5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild8._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 260
stop();
_root.bild9._alpha = 100;
_root.button9_1OK = "NEU";
_root.button9_2OK = "NEU";
_root.button9_3OK = "NEU";
_root.button9_4OK = "NEU";
_root.button9_5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild9.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler9_" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild9.useHandCursor = 0;
bild9._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 132 MovieClip "bild9" in Frame 260
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler9_1" in Frame 260
on (release) {
if (_root.button9_1OK == "NEU") {
_root.fehler9_1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button9_1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild9._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler9_2" in Frame 260
on (release) {
if (_root.button9_2OK == "NEU") {
_root.fehler9_2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button9_2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild9._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler9_3" in Frame 260
on (release) {
if (_root.button9_3OK == "NEU") {
_root.fehler9_3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button9_3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild9._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler9_4" in Frame 260
on (release) {
if (_root.button9_4OK == "NEU") {
_root.fehler9_4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button9_4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild9._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler9_5" in Frame 260
on (release) {
if (_root.button9_5OK == "NEU") {
_root.fehler9_5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button9_5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild9._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 270
stop();
_root.bild10._alpha = 100;
_root.button10_1OK = "NEU";
_root.button10_2OK = "NEU";
_root.button10_3OK = "NEU";
_root.button10_4OK = "NEU";
_root.button10_5OK = "NEU";
_root.nextLevel._alpha = 0;
_root.nextLevel.enabled = false;
_root.zeitleiste._width = 254;
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7129879);
bild10.tabEnabled = false;
fehlversuche = 1;
gefundeneFehler = 0;
j = 1;
_global.found = function () {
if (j < 6) {
var found = eval ("_root.found" + j);
found._alpha = 100;
}
j++;
};
_global.missing = function () {
_root.leerSound.start(0, 1);
_root.second = _root.second - 5;
_root.fehlversuche++;
};
i = 1;
while (i < 6) {
var fehler = eval ("_root.fehler10_" + i);
var found = eval ("_root.found" + i);
found._alpha = 0;
fehler._alpha = 0;
fehler.useHandCursor = 0;
i++;
}
bild10.useHandCursor = 0;
bild10._alpha = 100;
function countDown() {
_root.zeitleiste._width = second * 4.23;
if ((second < 32) && (second > 10)) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16762373);
}
if (second < 12) {
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(16729344);
}
if (_root.gefundeneFehler != 5) {
if ((second < 12) && (second > 1)) {
_root.counterSound.start(0, 1);
}
second--;
}
if (second < 0) {
minute--;
second = 60;
}
if (minute < 0) {
minute = 0;
clearInterval(CDInterval);
if (_root.gefundeneFehler != 5) {
_root.gotoAndPlay("_root.SpielVorbei");
mymc = _root.zeitleiste;
myColor = new Color(mymc);
myColor.setRGB(7048739);
}
}
}
_root.zeitleiste._width = 254;
_root.zeitleiste._height = 18.3;
clearInterval(CDInterval);
var minute = 0;
var second = 60;
var CDInterval = setInterval(countDown, 1000);
stop();
Instance of Symbol 138 MovieClip "bild10" in Frame 270
on (release) {
if (_root.gefundeneFehler < 5) {
if (_root.fehlversuche < 99) {
missing();
}
}
}
Instance of Symbol 70 MovieClip "fehler10_1" in Frame 270
on (release) {
if (_root.button10_1OK == "NEU") {
_root.fehler10_1._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button10_1OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild10._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler10_2" in Frame 270
on (release) {
if (_root.button10_2OK == "NEU") {
_root.fehler10_2._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button10_2OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild10._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler10_3" in Frame 270
on (release) {
if (_root.button10_3OK == "NEU") {
_root.fehler10_3._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button10_3OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild10._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler10_4" in Frame 270
on (release) {
if (_root.button10_4OK == "NEU") {
_root.fehler10_4._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button10_4OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild10._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Instance of Symbol 70 MovieClip "fehler10_5" in Frame 270
on (release) {
if (_root.button10_5OK == "NEU") {
_root.fehler10_5._alpha = 100;
_root.gefundenSound.start(0, 1);
_root.gefundeneFehler++;
_root.button10_5OK = "ALT";
found();
if (_root.gefundeneFehler == 5) {
_root.bild10._alpha = 50;
_root.nextLevel._alpha = 100;
_root.nextLevel.enabled = true;
_root.second = 0;
}
}
}
Frame 280
function showInfo() {
fadeCube._alpha = fadeCube._alpha - _root.speedIn;
if (fadeCube._alpha < 0) {
fadeCube._alpha = 0;
}
}
stop();
fadeCube._alpha = 100;
onEnterFrame = showInfo;
var speedIn;
speedIn = 10;
Instance of Symbol 57 MovieClip in Frame 280
on (release) {
getURL ("http://www.arcadecabin.com", "_blank");
}
Symbol 5 MovieClip Frame 115
gotoAndPlay ("Loader");
Symbol 9 MovieClip Frame 30
stop();
Symbol 13 MovieClip Frame 60
stop();
Symbol 28 MovieClip Frame 37
stop();
Symbol 29 MovieClip Frame 45
stop();
Symbol 32 Button
on (release) {
getURL ("http://arcadecabin.com/", "_blank");
}
Symbol 33 MovieClip Frame 131
stop();
Symbol 47 Button
on (release) {
gotoAndPlay ("Spielen1");
}
Symbol 53 Button
on (release) {
getURL ("http://www.arcadecabin.com", "_blank");
}
Symbol 70 MovieClip Frame 1
this.tabEnabled = false;
Symbol 74 Button
on (release) {
gotoAndPlay ("Spielen2");
}
Symbol 84 Button
on (release) {
gotoAndPlay ("Spielen1");
}
Symbol 90 Button
on (release) {
gotoAndPlay ("Spielen3");
}
Symbol 97 Button
on (release) {
gotoAndPlay ("Spielen4");
}
Symbol 103 Button
on (release) {
gotoAndPlay ("Spielen5");
}
Symbol 109 Button
on (release) {
gotoAndPlay ("Spielen6");
}
Symbol 115 Button
on (release) {
gotoAndPlay ("Spielen7");
}
Symbol 121 Button
on (release) {
gotoAndPlay ("Spielen8");
}
Symbol 127 Button
on (release) {
gotoAndPlay ("Spielen9");
}
Symbol 133 Button
on (release) {
gotoAndPlay ("Spielen10");
}
Symbol 139 Button
on (release) {
gotoAndPlay ("Ende");
}
Symbol 142 Button
on (release) {
gotoAndPlay ("Starten");
}