Frame 1 (222 B)
if (_framesloaded >= _totalframes) {
gotoAndPlay (3);
} else {
geladen = this.getBytesLoaded();
gesamt = this.getBytesTotal();
prozent = Math.round((geladen / gesamt) * 100);
ladebalken._xscale = prozent;
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 4 (644 B)
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_TN", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.TN = new Sound(this._parent.BS_TN);
} else {
this.createEmptyMovieClip("_TN_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.TN = new Sound(this.BS_TN);
}
_global.Behaviors.Sound.TN.attachSound("TN");
_global.Behaviors.Sound.TN.start(0, 1);
Frame 138 (644 B)
if (_global.Behaviors == null) {
_global.Behaviors = {};
}
if (_global.Behaviors.Sound == null) {
_global.Behaviors.Sound = {};
}
if (typeof(this.createEmptyMovieClip) == "undefined") {
this._parent.createEmptyMovieClip("BS_TN", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.TN = new Sound(this._parent.BS_TN);
} else {
this.createEmptyMovieClip("_TN_", new Date().getTime() - (Math.floor(new Date().getTime() / 10000) * 10000));
_global.Behaviors.Sound.TN = new Sound(this.BS_TN);
}
_global.Behaviors.Sound.TN.attachSound("TN");
_global.Behaviors.Sound.TN.start(0, 1);
Frame 139 (175 B)
stop();
_global.Behaviors.Sound.TN.stop("TN");
btn_german.onRelease = function () {
gotoAndStop (140);
};
btn_english.onRelease = function () {
gotoAndStop (148);
};
Frame 140 (71 B)
stop();
btn_weiter.onRelease = function () {
gotoAndStop (141);
};
Frame 141 (71 B)
stop();
btn_weiter.onRelease = function () {
gotoAndStop (142);
};
Frame 142 (2.29 KiB) ●
function z\u00E4hlen(zahl) {
if (zahl == 1) {
eisl\u00F6cher++;
} else if (zahl == 3) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 2);
} else if (zahl == 5) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 4);
}
}
function w\u00FCrfeln() {
function rotation() {
z\u00E4hler++;
Set("eisl\u00F6cher", 0);
fische = 0;
Set("eisb\u00E4ren", 0);
zahl1 = random(6) + 1;
zahl2 = random(6) + 1;
zahl3 = random(6) + 1;
w\u00FCrfel1.gotoAndStop(zahl1);
z\u00E4hlen(zahl1);
w\u00FCrfel2.gotoAndStop(zahl2);
z\u00E4hlen(zahl2);
w\u00FCrfel3.gotoAndStop(zahl3);
z\u00E4hlen(zahl3);
if (z\u00E4hler == 30) {
clearInterval(rotate);
btn_submit.enabled = true;
btn_submit._alpha = 100;
}
}
sound.play();
eskimos = random(11);
txt_eisb\u00E4ren.text = "";
txt_l\u00F6cher.text = "";
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
mc_w\u00FCrfeln.arme.gotoAndPlay(1);
var rotate;
var z\u00E4hler = 0;
rotate = setInterval(rotation, 50);
}
function auswerten() {
if ((tipeisb\u00E4ren == eisb\u00E4ren) && (tipl\u00F6cher == eisl\u00F6cher)) {
counter--;
eisb\u00E4ren_richtig._visible = true;
l\u00F6cher_richtig._visible = true;
if (counter == 0) {
gotoAndStop (143);
}
} else {
counter = 3;
if (tipeisb\u00E4ren == eisb\u00E4ren) {
eisb\u00E4ren_richtig._visible = true;
}
if (tipl\u00F6cher == eisl\u00F6cher) {
l\u00F6cher_richtig._visible = true;
}
}
btn_submit.enabled = false;
btn_submit._alpha = 50;
}
stop();
w\u00FCrfel1.gotoAndStop(5);
w\u00FCrfel2.gotoAndStop(3);
w\u00FCrfel3.gotoAndStop(4);
Set("tipeisb\u00E4ren", 0);
Set("tipl\u00F6cher", 0);
counter = 3;
btn_submit.enabled = false;
btn_submit._alpha = 50;
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
btn_w\u00FCrfeln.onRelease = function () {
w\u00FCrfeln();
};
btn_submit.onRelease = function () {
Set("tipeisb\u00E4ren", int(txt_eisb\u00E4ren.text));
Set("tipl\u00F6cher", int(txt_l\u00F6cher.text));
auswerten();
};
Frame 143 (71 B)
stop();
btn_weiter.onRelease = function () {
gotoAndStop (144);
};
Frame 144 (2.64 KiB) ●
function z\u00E4hlen(zahl) {
if (zahl == 1) {
eisl\u00F6cher++;
fische = fische + 6;
} else if (zahl == 3) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 2);
fische = fische + 4;
} else if (zahl == 5) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 4);
fische = fische + 2;
}
}
function w\u00FCrfeln() {
function rotation() {
z\u00E4hler++;
Set("eisl\u00F6cher", 0);
fische = 0;
Set("eisb\u00E4ren", 0);
zahl1 = random(6) + 1;
zahl2 = random(6) + 1;
zahl3 = random(6) + 1;
w\u00FCrfel1.gotoAndStop(zahl1);
z\u00E4hlen(zahl1);
w\u00FCrfel2.gotoAndStop(zahl2);
z\u00E4hlen(zahl2);
w\u00FCrfel3.gotoAndStop(zahl3);
z\u00E4hlen(zahl3);
if (z\u00E4hler == 30) {
clearInterval(rotate);
btn_submit.enabled = true;
btn_submit._alpha = 100;
}
}
sound.play();
eskimos = random(11);
txt_eisb\u00E4ren.text = "";
txt_l\u00F6cher.text = "";
txt_fische.text = "";
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
fische_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
mc_w\u00FCrfeln.arme.gotoAndPlay(1);
var rotate;
var z\u00E4hler = 0;
rotate = setInterval(rotation, 50);
}
function auswerten() {
if (((tipeisb\u00E4ren == eisb\u00E4ren) && (tipl\u00F6cher == eisl\u00F6cher)) && (tipfische == fische)) {
counter--;
eisb\u00E4ren_richtig._visible = true;
l\u00F6cher_richtig._visible = true;
fische_richtig._visible = true;
if (counter == 0) {
gotoAndStop (145);
}
} else {
counter = 3;
if (tipeisb\u00E4ren == eisb\u00E4ren) {
eisb\u00E4ren_richtig._visible = true;
}
if (tipl\u00F6cher == eisl\u00F6cher) {
l\u00F6cher_richtig._visible = true;
}
if (tipfische == fische) {
fische_richtig._visible = true;
}
}
btn_submit.enabled = false;
btn_submit._alpha = 50;
}
stop();
w\u00FCrfel1.gotoAndStop(6);
w\u00FCrfel2.gotoAndStop(5);
w\u00FCrfel3.gotoAndStop(1);
Set("tipeisb\u00E4ren", 0);
Set("tipl\u00F6cher", 0);
tipfische = 0;
counter = 3;
btn_submit.enabled = false;
btn_submit._alpha = 50;
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
fische_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
btn_w\u00FCrfeln.onRelease = function () {
w\u00FCrfeln();
};
btn_submit.onRelease = function () {
Set("tipeisb\u00E4ren", int(txt_eisb\u00E4ren.text));
tipfische = int(txt_fische.text);
Set("tipl\u00F6cher", int(txt_l\u00F6cher.text));
auswerten();
};
Frame 145 (71 B)
stop();
btn_weiter.onRelease = function () {
gotoAndStop (146);
};
Frame 146 (2.93 KiB) ●
function z\u00E4hlen(zahl) {
if (zahl == 1) {
eisl\u00F6cher++;
fische = fische + 6;
} else if (zahl == 3) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 2);
fische = fische + 4;
} else if (zahl == 5) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 4);
fische = fische + 2;
}
}
function w\u00FCrfeln() {
function rotation() {
z\u00E4hler++;
Set("eisl\u00F6cher", 0);
fische = 0;
Set("eisb\u00E4ren", 0);
zahl1 = random(6) + 1;
zahl2 = random(6) + 1;
zahl3 = random(6) + 1;
w\u00FCrfel1.gotoAndStop(zahl1);
z\u00E4hlen(zahl1);
w\u00FCrfel2.gotoAndStop(zahl2);
z\u00E4hlen(zahl2);
w\u00FCrfel3.gotoAndStop(zahl3);
z\u00E4hlen(zahl3);
if (z\u00E4hler == 30) {
clearInterval(rotate);
btn_submit.enabled = true;
btn_submit._alpha = 100;
}
}
sound.play();
eskimos = random(11);
txt_eisb\u00E4ren.text = "";
txt_l\u00F6cher.text = "";
txt_fische.text = "";
txt_eskimos.text = "";
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
fische_richtig._visible = false;
eskimos_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
mc_w\u00FCrfeln.arme.gotoAndPlay(1);
var rotate;
var z\u00E4hler = 0;
rotate = setInterval(rotation, 50);
}
function auswerten() {
if ((((tipeisb\u00E4ren == eisb\u00E4ren) && (tipl\u00F6cher == eisl\u00F6cher)) && (tipfische == fische)) && (tipeskimos == eskimos)) {
counter--;
eisb\u00E4ren_richtig._visible = true;
l\u00F6cher_richtig._visible = true;
fische_richtig._visible = true;
eskimos_richtig._visible = true;
if (counter == 0) {
gotoAndStop (147);
}
} else {
counter = 3;
if (tipeisb\u00E4ren == eisb\u00E4ren) {
eisb\u00E4ren_richtig._visible = true;
}
if (tipl\u00F6cher == eisl\u00F6cher) {
l\u00F6cher_richtig._visible = true;
}
if (tipfische == fische) {
fische_richtig._visible = true;
}
if (tipeskimos == eskimos) {
eskimos_richtig._visible = true;
}
}
btn_submit.enabled = false;
btn_submit._alpha = 50;
}
stop();
w\u00FCrfel1.gotoAndStop(2);
w\u00FCrfel2.gotoAndStop(5);
w\u00FCrfel3.gotoAndStop(3);
Set("tipeisb\u00E4ren", 0);
Set("tipl\u00F6cher", 0);
tipeskimos = 0;
tipfische = 0;
counter = 3;
btn_submit.enabled = false;
btn_submit._alpha = 50;
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
fische_richtig._visible = false;
eskimos_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
btn_w\u00FCrfeln.onRelease = function () {
w\u00FCrfeln();
};
btn_submit.onRelease = function () {
Set("tipeisb\u00E4ren", int(txt_eisb\u00E4ren.text));
tipfische = int(txt_fische.text);
Set("tipl\u00F6cher", int(txt_l\u00F6cher.text));
tipeskimos = int(txt_eskimos.text);
auswerten();
};
Frame 147 (72 B)
stop();
btn_nochmal.onRelease = function () {
gotoAndStop (140);
};
Frame 148 (71 B)
stop();
btn_weiter.onRelease = function () {
gotoAndStop (149);
};
Frame 149 (71 B)
stop();
btn_weiter.onRelease = function () {
gotoAndStop (150);
};
Frame 150 (2.29 KiB) ●
function z\u00E4hlen(zahl) {
if (zahl == 1) {
eisl\u00F6cher++;
} else if (zahl == 3) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 2);
} else if (zahl == 5) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 4);
}
}
function w\u00FCrfeln() {
function rotation() {
z\u00E4hler++;
Set("eisl\u00F6cher", 0);
fische = 0;
Set("eisb\u00E4ren", 0);
zahl1 = random(6) + 1;
zahl2 = random(6) + 1;
zahl3 = random(6) + 1;
w\u00FCrfel1.gotoAndStop(zahl1);
z\u00E4hlen(zahl1);
w\u00FCrfel2.gotoAndStop(zahl2);
z\u00E4hlen(zahl2);
w\u00FCrfel3.gotoAndStop(zahl3);
z\u00E4hlen(zahl3);
if (z\u00E4hler == 30) {
clearInterval(rotate);
btn_submit.enabled = true;
btn_submit._alpha = 100;
}
}
sound.play();
eskimos = random(11);
txt_eisb\u00E4ren.text = "";
txt_l\u00F6cher.text = "";
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
mc_w\u00FCrfeln.arme.gotoAndPlay(1);
var rotate;
var z\u00E4hler = 0;
rotate = setInterval(rotation, 50);
}
function auswerten() {
if ((tipeisb\u00E4ren == eisb\u00E4ren) && (tipl\u00F6cher == eisl\u00F6cher)) {
counter--;
eisb\u00E4ren_richtig._visible = true;
l\u00F6cher_richtig._visible = true;
if (counter == 0) {
gotoAndStop (151);
}
} else {
counter = 3;
if (tipeisb\u00E4ren == eisb\u00E4ren) {
eisb\u00E4ren_richtig._visible = true;
}
if (tipl\u00F6cher == eisl\u00F6cher) {
l\u00F6cher_richtig._visible = true;
}
}
btn_submit.enabled = false;
btn_submit._alpha = 50;
}
stop();
w\u00FCrfel1.gotoAndStop(5);
w\u00FCrfel2.gotoAndStop(3);
w\u00FCrfel3.gotoAndStop(4);
Set("tipeisb\u00E4ren", 0);
Set("tipl\u00F6cher", 0);
counter = 3;
btn_submit.enabled = false;
btn_submit._alpha = 50;
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
btn_w\u00FCrfeln.onRelease = function () {
w\u00FCrfeln();
};
btn_submit.onRelease = function () {
Set("tipeisb\u00E4ren", int(txt_eisb\u00E4ren.text));
Set("tipl\u00F6cher", int(txt_l\u00F6cher.text));
auswerten();
};
Frame 151 (71 B)
stop();
btn_weiter.onRelease = function () {
gotoAndStop (152);
};
Frame 152 (2.64 KiB) ●
function z\u00E4hlen(zahl) {
if (zahl == 1) {
eisl\u00F6cher++;
fische = fische + 6;
} else if (zahl == 3) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 2);
fische = fische + 4;
} else if (zahl == 5) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 4);
fische = fische + 2;
}
}
function w\u00FCrfeln() {
function rotation() {
z\u00E4hler++;
Set("eisl\u00F6cher", 0);
fische = 0;
Set("eisb\u00E4ren", 0);
zahl1 = random(6) + 1;
zahl2 = random(6) + 1;
zahl3 = random(6) + 1;
w\u00FCrfel1.gotoAndStop(zahl1);
z\u00E4hlen(zahl1);
w\u00FCrfel2.gotoAndStop(zahl2);
z\u00E4hlen(zahl2);
w\u00FCrfel3.gotoAndStop(zahl3);
z\u00E4hlen(zahl3);
if (z\u00E4hler == 30) {
clearInterval(rotate);
btn_submit.enabled = true;
btn_submit._alpha = 100;
}
}
sound.play();
eskimos = random(11);
txt_eisb\u00E4ren.text = "";
txt_l\u00F6cher.text = "";
txt_fische.text = "";
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
fische_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
mc_w\u00FCrfeln.arme.gotoAndPlay(1);
var rotate;
var z\u00E4hler = 0;
rotate = setInterval(rotation, 50);
}
function auswerten() {
if (((tipeisb\u00E4ren == eisb\u00E4ren) && (tipl\u00F6cher == eisl\u00F6cher)) && (tipfische == fische)) {
counter--;
eisb\u00E4ren_richtig._visible = true;
l\u00F6cher_richtig._visible = true;
fische_richtig._visible = true;
if (counter == 0) {
gotoAndStop (153);
}
} else {
counter = 3;
if (tipeisb\u00E4ren == eisb\u00E4ren) {
eisb\u00E4ren_richtig._visible = true;
}
if (tipl\u00F6cher == eisl\u00F6cher) {
l\u00F6cher_richtig._visible = true;
}
if (tipfische == fische) {
fische_richtig._visible = true;
}
}
btn_submit.enabled = false;
btn_submit._alpha = 50;
}
stop();
w\u00FCrfel1.gotoAndStop(6);
w\u00FCrfel2.gotoAndStop(5);
w\u00FCrfel3.gotoAndStop(1);
Set("tipeisb\u00E4ren", 0);
Set("tipl\u00F6cher", 0);
tipfische = 0;
counter = 3;
btn_submit.enabled = false;
btn_submit._alpha = 50;
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
fische_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
btn_w\u00FCrfeln.onRelease = function () {
w\u00FCrfeln();
};
btn_submit.onRelease = function () {
Set("tipeisb\u00E4ren", int(txt_eisb\u00E4ren.text));
tipfische = int(txt_fische.text);
Set("tipl\u00F6cher", int(txt_l\u00F6cher.text));
auswerten();
};
Frame 153 (71 B)
stop();
btn_weiter.onRelease = function () {
gotoAndStop (154);
};
Frame 154 (2.93 KiB) ●
function z\u00E4hlen(zahl) {
if (zahl == 1) {
eisl\u00F6cher++;
fische = fische + 6;
} else if (zahl == 3) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 2);
fische = fische + 4;
} else if (zahl == 5) {
eisl\u00F6cher++;
Set("eisb\u00E4ren", eisb\u00E4ren + 4);
fische = fische + 2;
}
}
function w\u00FCrfeln() {
function rotation() {
z\u00E4hler++;
Set("eisl\u00F6cher", 0);
fische = 0;
Set("eisb\u00E4ren", 0);
zahl1 = random(6) + 1;
zahl2 = random(6) + 1;
zahl3 = random(6) + 1;
w\u00FCrfel1.gotoAndStop(zahl1);
z\u00E4hlen(zahl1);
w\u00FCrfel2.gotoAndStop(zahl2);
z\u00E4hlen(zahl2);
w\u00FCrfel3.gotoAndStop(zahl3);
z\u00E4hlen(zahl3);
if (z\u00E4hler == 30) {
clearInterval(rotate);
btn_submit.enabled = true;
btn_submit._alpha = 100;
}
}
sound.play();
eskimos = random(11);
txt_eisb\u00E4ren.text = "";
txt_l\u00F6cher.text = "";
txt_fische.text = "";
txt_eskimos.text = "";
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
fische_richtig._visible = false;
eskimos_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
mc_w\u00FCrfeln.arme.gotoAndPlay(1);
var rotate;
var z\u00E4hler = 0;
rotate = setInterval(rotation, 50);
}
function auswerten() {
if ((((tipeisb\u00E4ren == eisb\u00E4ren) && (tipl\u00F6cher == eisl\u00F6cher)) && (tipfische == fische)) && (tipeskimos == eskimos)) {
counter--;
eisb\u00E4ren_richtig._visible = true;
l\u00F6cher_richtig._visible = true;
fische_richtig._visible = true;
eskimos_richtig._visible = true;
if (counter == 0) {
gotoAndStop (155);
}
} else {
counter = 3;
if (tipeisb\u00E4ren == eisb\u00E4ren) {
eisb\u00E4ren_richtig._visible = true;
}
if (tipl\u00F6cher == eisl\u00F6cher) {
l\u00F6cher_richtig._visible = true;
}
if (tipfische == fische) {
fische_richtig._visible = true;
}
if (tipeskimos == eskimos) {
eskimos_richtig._visible = true;
}
}
btn_submit.enabled = false;
btn_submit._alpha = 50;
}
stop();
w\u00FCrfel1.gotoAndStop(2);
w\u00FCrfel2.gotoAndStop(5);
w\u00FCrfel3.gotoAndStop(3);
Set("tipeisb\u00E4ren", 0);
Set("tipl\u00F6cher", 0);
tipeskimos = 0;
tipfische = 0;
counter = 3;
btn_submit.enabled = false;
btn_submit._alpha = 50;
eisb\u00E4ren_richtig._visible = false;
l\u00F6cher_richtig._visible = false;
fische_richtig._visible = false;
eskimos_richtig._visible = false;
mc_w\u00FCrfeln.arme.links.hand1.gotoAndStop(5);
mc_w\u00FCrfeln.arme.rechts.hand2.gotoAndStop(5);
btn_w\u00FCrfeln.onRelease = function () {
w\u00FCrfeln();
};
btn_submit.onRelease = function () {
Set("tipeisb\u00E4ren", int(txt_eisb\u00E4ren.text));
tipfische = int(txt_fische.text);
Set("tipl\u00F6cher", int(txt_l\u00F6cher.text));
tipeskimos = int(txt_eskimos.text);
auswerten();
};
Frame 155 (72 B)
stop();
btn_nochmal.onRelease = function () {
gotoAndStop (148);
};
Symbol 32 Button (61 B)
on (release) {
getURL ("http://www.board23.de", "_blank");
}
Symbol 69 MovieClip Frame 1 (8 B)
stop();
Symbol 69 MovieClip Frame 2 (8 B)
stop();
Symbol 69 MovieClip Frame 3 (8 B)
stop();
Symbol 69 MovieClip Frame 4 (8 B)
stop();
Symbol 69 MovieClip Frame 5 (8 B)
stop();
Symbol 69 MovieClip Frame 6 (8 B)
stop();
Symbol 74 MovieClip Frame 1 (8 B)
stop();
Symbol 74 MovieClip Frame 25 (0.98 KiB)
if (_root.eskimos == 1) {
links.hand1.gotoAndStop(1);
rechts.hand2.gotoAndStop(6);
}
if (_root.eskimos == 2) {
links.hand1.gotoAndStop(1);
rechts.hand2.gotoAndStop(1);
}
if (_root.eskimos == 3) {
links.hand1.gotoAndStop(2);
rechts.hand2.gotoAndStop(1);
}
if (_root.eskimos == 4) {
links.hand1.gotoAndStop(3);
rechts.hand2.gotoAndStop(1);
}
if (_root.eskimos == 5) {
links.hand1.gotoAndStop(3);
rechts.hand2.gotoAndStop(2);
}
if (_root.eskimos == 6) {
links.hand1.gotoAndStop(2);
rechts.hand2.gotoAndStop(4);
}
if (_root.eskimos == 7) {
links.hand1.gotoAndStop(4);
rechts.hand2.gotoAndStop(3);
}
if (_root.eskimos == 8) {
links.hand1.gotoAndStop(3);
rechts.hand2.gotoAndStop(5);
}
if (_root.eskimos == 9) {
links.hand1.gotoAndStop(5);
rechts.hand2.gotoAndStop(4);
}
if (_root.eskimos == 10) {
links.hand1.gotoAndStop(5);
rechts.hand2.gotoAndStop(5);
}
if (_root.eskimos == 0) {
links.hand1.gotoAndStop(6);
rechts.hand2.gotoAndStop(6);
}
Symbol 83 MovieClip Frame 1 (8 B)
stop();
Symbol 83 MovieClip Frame 2 (8 B)
stop();
Symbol 83 MovieClip Frame 3 (8 B)
stop();
Symbol 83 MovieClip Frame 4 (8 B)
stop();
Symbol 83 MovieClip Frame 5 (8 B)
stop();
Symbol 83 MovieClip Frame 6 (8 B)
stop();
Symbol 105 MovieClip Frame 1 (8 B)
stop();