Instance of Symbol 52 MovieClip in Frame 1
//component parameters
onClipEvent (initialize) {
xin_motion_val = "Down";
xin_alphatype_val = "Yes";
xout_motion_val = "Down";
xout_alphatype_val = "Yes";
perc_req_val = 100;
show_perc_val = "Yes";
slow_factor_val = 0.2;
init_action_val = "_root.stop();";
play_action_val = "_root.play();";
}
Frame 2
gotoAndStop (3);
Frame 3
stop();
Instance of Symbol 92 MovieClip "link" in Frame 3
on (release) {
getURL ("http://www.htfgames.com/", "_blank");
}
Frame 4
stop();
Instance of Symbol 186 MovieClip "gr" in Frame 4
onClipEvent (enterFrame) {
_root.wertall = ((_root.wert25 + _root.wert50) + _root.wert75) + _root.wert100;
}
onClipEvent (enterFrame) {
if (_root.weite > _root.maxnum) {
_root.maxnum = _root.weite;
}
}
onClipEvent (enterFrame) {
if (_root.weite < -5) {
_root.point = 0;
}
}
onClipEvent (enterFrame) {
if (_root.point > _root.point2) {
_root.point2 = _root.point;
}
}
onClipEvent (enterFrame) {
if (_root.weite < 0) {
_root.num = 0;
} else {
_root.num = _root.weite;
}
}
onClipEvent (enterFrame) {
if (_root.weite > 40) {
_root.wert50 = 40;
}
}
onClipEvent (enterFrame) {
if ((_root.weite < -3) and (_root.wert50 == 40)) {
_root.player.gotoAndStop(38);
}
}
onClipEvent (enterFrame) {
if (_root.weite > 100) {
_root.vogtod.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.weite < -5) {
_root.link._x = 400;
_root.link._y = 420;
}
}
Instance of Symbol 70 MovieClip "hg" in Frame 4
onClipEvent (load) {
this._y = -950;
}
Instance of Symbol 354 MovieClip "player" in Frame 4
onClipEvent (load) {
this._y = 300;
xscale = _xscale;
}
onClipEvent (enterFrame) {
_root.keyleft = Key.isDown(37);
_root.keyright = Key.isDown(39);
_root.keyspace = Key.isDown(Key.space);
_root.hitground = _root.ground.hitTest(_x, _y, true);
_root.weite = 0 + (_root.ground._y / 10);
if (_root.keyleft and (_root.key == 1)) {
hori = -5;
_root.player.slide.gotoAndPlay(2);
} else if (_root.keyright and (_root.key == 1)) {
hori = 5;
_root.player.slide.gotoAndPlay(7);
} else if (hori > 0) {
hori = hori - 0.3;
} else if (hori < 0) {
hori = hori + 0.3;
}
if (!_root.hitground) {
vert = vert + 1;
if (vert > 0) {
if (_root.ground.hitTest(_x, _y + 2, true)) {
_y = (_y + 2);
} else if (_root.ground.hitTest(_x, _y + 4, true)) {
_y = (_y + 4);
} else if (_root.ground.hitTest(_x, _y + 6, true)) {
_y = (_y + 6);
} else if (_root.ground.hitTest(_x, _y + 8, true)) {
_y = (_y + 8);
} else if (_root.vogel.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 5);
_root.vogel.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel1.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 5);
_root.vogel1.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel2.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 5);
_root.vogel2.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel3.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 5);
_root.vogel3.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel4.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 15);
_root.vogel4.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel5.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 15);
_root.vogel5.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel6.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 15);
_root.vogel6.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel7.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 15);
_root.vogel7.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel8.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 25);
_root.vogel8.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel9.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 25);
_root.vogel9.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel10.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 25);
_root.vogel10.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.vogel11.hitTest(_x, _y + 8, true)) {
vert = -20;
Set("/:point", Number(/:point) + 25);
_root.vogel11.vog.play();
_root.player.gotoAndPlay(20);
} else if (_root.ground.hitTest(_x, _y + 10, true)) {
_y = (_y + 10);
}
}
} else {
if (_root.keyspace and (_root.key == 1)) {
_root.player.Play();
vert = -20;
} else {
vert = 0;
}
if (_root.ground.hitTest(_x, _y - 10, true)) {
_y = (_y - 10);
} else if (_root.ground.hitTest(_x, _y - 8, true)) {
_y = (_y - 8);
} else if (_root.ground.hitTest(_x, _y - 6, true)) {
_y = (_y - 6);
} else if (_root.ground.hitTest(_x, _y - 4, true)) {
_y = (_y - 4);
} else if (_root.ground.hitTest(_x, _y - 2, true)) {
_y = (_y - 2);
}
}
_y = (_y + vert);
_x = (_x + hori);
if (_root.ground.hitTest(_x + 4, _y - 5, true)) {
hori = hori - 3;
}
if (_root.ground.hitTest(_x - 4, _y - 5, true)) {
hori = hori + 3;
}
if (_root.ground.hitTest(_x + hori, _y - 20, true)) {
if (hori > 0) {
hori = 0;
_x = (_x - 10);
} else {
hori = 0;
_x = (_x + 10);
}
}
if (_y > 400) {
diff = 400 - _y;
_root.ground.ground2._y = _root.ground.ground2._y - diff;
_root.ground._y = _root.ground._y + diff;
_root.bullets._y = _root.bullets._y + diff;
_root.crosshair._y = _root.crosshair._y + diff;
_root.vogel._y = _root.vogel._y + diff;
_root.vogel1._y = _root.vogel1._y + diff;
_root.vogel2._y = _root.vogel2._y + diff;
_root.vogel3._y = _root.vogel3._y + diff;
_root.vogel4._y = _root.vogel4._y + diff;
_root.vogel5._y = _root.vogel5._y + diff;
_root.vogel6._y = _root.vogel6._y + diff;
_root.vogel7._y = _root.vogel7._y + diff;
_root.vogel8._y = _root.vogel8._y + diff;
_root.vogel9._y = _root.vogel9._y + diff;
_root.vogel10._y = _root.vogel10._y + diff;
_root.vogel11._y = _root.vogel11._y + diff;
_root.hg._y = _root.hg._y + diff;
_root.link._y = _root.link._y + diff;
_root.bar._y = _root.bar._y + diff;
_root.vogtod._y = _root.vogtod._y + diff;
_y = (_y + diff);
} else if (_y < 200) {
diff = 200 - _y;
_root.ground.ground2._y = _root.ground.ground2._y - diff;
_root.ground._y = _root.ground._y + diff;
_root.bullets._y = _root.bullets._y + diff;
_root.crosshair._y = _root.crosshair._y + diff;
_root.vogel._y = _root.vogel._y + diff;
_root.vogel1._y = _root.vogel1._y + diff;
_root.vogel2._y = _root.vogel2._y + diff;
_root.vogel3._y = _root.vogel3._y + diff;
_root.vogel4._y = _root.vogel4._y + diff;
_root.vogel5._y = _root.vogel5._y + diff;
_root.vogel6._y = _root.vogel6._y + diff;
_root.vogel7._y = _root.vogel7._y + diff;
_root.vogel8._y = _root.vogel8._y + diff;
_root.vogel9._y = _root.vogel9._y + diff;
_root.vogel10._y = _root.vogel10._y + diff;
_root.vogel11._y = _root.vogel11._y + diff;
_root.hg._y = _root.hg._y + diff;
_root.link._y = _root.link._y + diff;
_root.bar._y = _root.bar._y + diff;
_root.vogtod._y = _root.vogtod._y + diff;
_y = (_y + diff);
}
}
Frame 5
gotoAndStop (4);
Frame 6
function setListe() {
prev_mc._visible = 0;
prev_mc._visible = 1;
prev_mc.ladeDaten();
prev_mc.ladeDaten();
}
function setSpieler() {
var _local1 = this;
fvorname = vorname_txt.text;
fnachname = nachname_txt.text;
fpunkte = punkte_txt.text;
ficon = stern_mc._currentframe;
loadVariables (x + new Date().getTime(), _local1, "POST");
status_txt.text = "Lade Daten!";
_local1.onData = function () {
if (eintrag) {
delete eintrag;
} else {
this.gotoAndStop(8);
status_txt.text = "Fehler !";
delete eintrag;
}
};
}
function nextIcon() {
stern_mc.nextFrame();
}
function prevIcon() {
if (stern_mc._currentframe > 2) {
stern_mc.prevFrame();
}
}
mein_xml = new XML();
mein_xml.ignoreWhite = true;
status_txt.text = "Lade Eintr\u00E4ge!";
mein_xml.load("http://www.htfgames.com/highscore/nutty/ausgabe.php?" + new Date().getTime());
loadVariables ("http://www.htfgames.com/highscore/nutty/ausgabe.php?", "", "POST");
loadVariables ("http://www.htfgames.com/highscore/login/login.php?", "", "POST");
mein_xml.onLoad = function (signal) {
if (signal) {
status_txt.text = "";
setListe();
}
};
schreiben_btn.onRelease = function () {
prev_mc._visible = 0;
prev_mc._visible = 1;
gotoAndStop (14);
vorname_txt.restrict = "A-Za-z\u00F6\u00E4\u00FC\u00D6\u00C4\u00DC\u00DF";
nachname_txt.restrict = "A-Za-z\u00F6\u00E4\u00FC\u00D6\u00C4\u00DC\u00DF";
punkte_txt.restrict = "0-5-.";
};
prev_mc._visible = 0;
prev_btn.onRelease = function () {
prev_mc._visible = !prev_mc._visible;
prev_mc._visible = !prev_mc._visible;
};
/:_root.a.waitingscreen.dis.nu = Number(_root.a.display.num2);
stop();
loadMovieNum ("http://www.htfgames.com/happytreefriends/nutty/werb/werbnut.swf", 10);
Instance of Symbol 408 MovieClip "login" in Frame 6
onClipEvent (enterFrame) {
if (_root.logid == 1) {
_root.login.gotoAndStop(2);
} else {
_root.login.gotoAndStop(1);
}
}
Frame 7
stop();
Frame 8
function setListe() {
prev_mc._visible = 0;
high_mc._visible = 1;
prev_mc.ladeDaten();
high_mc.ladeDaten();
}
mein_xml = new XML();
mein_xml.ignoreWhite = true;
status_txt.text = "Lade Eintr\u00E4ge!";
mein_xml.load("http://www.htfgames.com/highscore/nutty/ausgabe.php?" + new Date().getTime());
mein_xml.onLoad = function (signal) {
if (signal) {
status_txt.text = "";
setListe();
}
};
stop();
Symbol 10 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 2
stop();
Instance of Symbol 11 MovieClip in Symbol 25 MovieClip Frame 2
onClipEvent (enterFrame) {
zAuge = random(50);
if (zAuge == 30) {
l.play();
r.play();
}
}
Symbol 25 MovieClip Frame 3
stop();
Symbol 25 MovieClip Frame 4
stop();
Symbol 25 MovieClip Frame 5
stop();
Symbol 25 MovieClip Frame 6
stop();
Symbol 25 MovieClip Frame 7
stop();
Symbol 25 MovieClip Frame 8
stop();
Symbol 25 MovieClip Frame 9
stop();
Symbol 25 MovieClip Frame 10
stop();
Symbol 25 MovieClip Frame 11
stop();
Symbol 25 MovieClip Frame 12
stop();
Symbol 25 MovieClip Frame 13
stop();
Symbol 25 MovieClip Frame 14
stop();
Symbol 52 MovieClip Frame 1
stop();
Instance of Symbol 51 MovieClip "swfloader" in Symbol 52 MovieClip Frame 1
onClipEvent (load) {
function strip_spaces(str) {
var _local2 = str;
var _local3 = new String("");
var _local1 = 0;
while (_local1 < _local2.length) {
if ((_local2.charAt(_local1) != " ") && (_local2.charAt(_local1) != ";")) {
_local3 = _local3 + _local2.charAt(_local1);
}
_local1++;
}
return(_local3);
}
function simple_script(action, timeline) {
action = strip_spaces(action);
if ((action.length > 0) && ((action.indexOf(")") != -1) && (action.indexOf("(") != -1))) {
var _local3 = action.split(".");
var timeline_action = _local3.pop();
var first_paren = timeline_action.indexOf("(");
var second_paren = timeline_action.indexOf(")");
var timeline_function = timeline_action.substr(0, first_paren);
var function_parameter = timeline_action.substr(first_paren + 1, second_paren - (first_paren + 1));
var _local2 = timeline;
var _local1 = 0;
while (_local1 < _local3.length) {
_local2 = _local2[_local3[_local1]];
_local1++;
}
if (function_parameter.indexOf("\"") != -1) {
function_parameter = function_parameter.substr(1, function_parameter.length - 2);
}
_local2[timeline_function](function_parameter);
}
}
function execute_action() {
var _local1 = _parent;
unloaded = true;
_local1._visible = false;
simple_script(_local1.play_action_val, _local1);
}
_parent.anim.gotoAndStop(1);
simple_script(_parent.init_action_val, _parent);
var done = false;
var unloaded = false;
var orig_x = _parent._x;
var orig_y = _parent._y;
var dist_x = (_parent._x + ((_parent._width * 2) / 3));
var dist_y = (_parent._y + ((_parent._height * 2) / 3));
var orig_a = _parent._alpha;
var accel_jump = 0.75;
var slow_factor = _parent.slow_factor_val;
var speed_factor = (1 + (slow_factor / (1 - slow_factor)));
var ready = false;
var perc_fadeout = 0;
_parent.perc._x = _parent.anim._x - (_parent.perc._width / 2);
_parent.perc._y = _parent.anim._y - (_parent.perc._height / 2);
if (slow_factor < 1) {
switch (_parent.xin_motion_val) {
case "Up" :
_parent._y = orig_y + (dist_y * 2);
break;
case "Down" :
_parent._y = orig_y - (dist_y * 2);
break;
case "Left" :
_parent._x = orig_x + (dist_x * 2);
break;
case "Right" :
_parent._x = orig_x - (dist_x * 2);
break;
case "Toward" :
_parent._xscale = (_parent._yscale = 1);
break;
case "None" :
_parent._alpha = 0;
}
} else {
ready = true;
}
}
onClipEvent (enterFrame) {
if (unloaded) {
return(undefined);
}
if (!ready) {
switch (_parent.xin_motion_val) {
case "Toward" :
_parent._xscale = _parent._xscale + ((100 - _parent._xscale) * slow_factor);
_parent._yscale = _parent._xscale;
if (_parent.xin_alphatype_val == "Yes") {
_parent._alpha = Math.round((orig_a / 100) * Math.max(0, Math.min(_parent._xscale, 100)));
}
if (Math.abs(100 - _parent._xscale) < 0.5) {
_parent._xscale = (_parent._yscale = 100);
_parent._alpha = orig_a;
ready = true;
}
break;
default :
_parent._x = _parent._x + ((orig_x - _parent._x) * slow_factor);
_parent._y = _parent._y + ((orig_y - _parent._y) * slow_factor);
if (_parent.xin_alphatype_val == "Yes") {
if (_parent.xin_motion_val == "None") {
_parent._alpha = _parent._alpha + ((orig_a - _parent._alpha) * slow_factor);
} else if (Math.abs(orig_x - _parent._x) > Math.abs(orig_y - _parent._y)) {
_parent._alpha = 100 - Math.round(((orig_a / 100) * (Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x)) * 100);
} else {
_parent._alpha = 100 - Math.round(((orig_a / 100) * (Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y)) * 100);
}
}
if (!(((_parent.xin_motion_val == "None") && (Math.abs(_parent._alpha - orig_a) <= 1)) || (((_parent.xin_motion_val != "None") && (Math.abs(_parent._y - orig_y) < 0.5)) && (Math.abs(_parent._x - orig_x) < 0.5)))) {
break;
}
_parent._x = orig_x;
_parent._y = orig_y;
_parent._alpha = orig_a;
ready = true;
}
} else if (!done) {
var rl = _root.getBytesLoaded();
var rt = (_root.getBytesTotal() * (_parent.perc_req_val / 100));
if ((rl > 10) && (rt > 10)) {
rl = Math.min(rl, rt);
var new_frame = (_parent.anim._currentframe + Math.ceil(((_parent.anim._totalframes * (rl / rt)) - _parent.anim._currentframe) / 4));
new_frame = Math.max(1, new_frame);
if (_parent.show_perc_val == "Yes") {
_parent.perc.text = Math.round(((new_frame - 1) / (_parent.anim._totalframes - 1)) * 100) + " %";
}
if (new_frame != _parent.anim._currentframe) {
_parent.anim.gotoAndStop(new_frame);
}
if ((_parent.anim._totalframes == _parent.anim._currentframe) && (rl >= rt)) {
done = true;
}
}
} else if (slow_factor < 1) {
switch (_parent.xout_motion_val) {
case "Up" :
if (_parent._y >= orig_y) {
_parent._y = orig_y - accel_jump;
}
_parent._y = orig_y - (Math.abs(_parent._y - orig_y) * speed_factor);
perc_fadeout = Math.round((Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y) * 100);
if (_parent._y < (orig_y - (dist_y * 2))) {
execute_action();
}
break;
case "Right" :
if (_parent._x <= orig_x) {
_parent._x = orig_x + accel_jump;
}
_parent._x = orig_x + (Math.abs(_parent._x - orig_x) * speed_factor);
perc_fadeout = Math.round((Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100);
if (_parent._x > (orig_x + (dist_x * 2))) {
execute_action();
}
break;
case "Left" :
if (_parent._x >= orig_x) {
_parent._x = orig_x - accel_jump;
}
_parent._x = orig_x - (Math.abs(_parent._x - orig_x) * speed_factor);
perc_fadeout = Math.round((Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100);
if (_parent._x < (orig_x - (dist_x * 2))) {
execute_action();
}
break;
case "Away" :
if ((_parent._xscale >= 100) || (_parent._yscale >= 100)) {
_parent._xscale = (_parent._yscale = 100 - accel_jump);
}
_parent._xscale = (_parent._yscale = Math.max(0.5, 100 - ((100 - _parent._yscale) * speed_factor)));
perc_fadeout = 100 - Math.round(Math.max(0, Math.min(_parent._xscale, 100)));
if (_parent._xscale < 1) {
execute_action();
}
break;
default :
perc_fadeout = perc_fadeout + ((100 - perc_fadeout) * slow_factor);
if (Math.abs(perc_fadeout - 100) > 1) {
break;
}
execute_action();
}
if (!(_parent.xout_alphatype_val === "Yes")) {
} else {
_parent._alpha = (orig_a / 100) * (100 - perc_fadeout);
}
} else {
execute_action();
}
}
Symbol 58 Button
on (release) {
play();
}
Symbol 76 MovieClip Frame 1
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
stop();
Symbol 76 MovieClip Frame 2
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 3
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 4
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 5
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 6
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 7
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 8
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 9
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 10
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 11
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 12
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 13
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 14
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 15
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 16
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 17
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 18
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 19
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 20
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 21
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 22
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 23
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 24
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 25
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
stop();
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 26
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 27
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 28
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 29
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 30
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 31
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 32
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 33
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 34
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 35
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 36
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 37
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 38
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 39
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 40
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 41
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 42
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 43
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 44
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 45
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 46
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 47
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 48
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 49
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 50
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
stop();
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 51
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 52
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 53
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 54
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 55
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 56
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 57
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 58
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 59
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 60
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 61
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 62
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 63
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 64
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 65
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 66
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 67
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 68
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 69
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 70
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 71
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 72
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 73
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 74
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 75
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
stop();
Symbol 76 MovieClip Frame 76
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 77
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 78
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 79
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 80
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 81
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 82
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 83
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 84
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 85
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 86
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 87
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 88
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 89
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 90
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 91
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 92
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 93
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 94
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 95
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 96
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 97
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 98
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 99
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 100
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
stop();
Symbol 76 MovieClip Frame 101
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 102
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 103
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 104
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 105
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 106
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 107
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 108
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 109
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 110
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 111
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 112
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 113
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 114
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 115
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 116
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 117
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 118
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 119
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 120
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 121
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 122
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 123
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 124
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 125
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 126
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 127
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 128
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 129
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 130
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 131
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 132
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 133
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 134
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 135
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 136
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 137
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 138
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 139
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 140
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 141
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 142
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 143
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 144
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 145
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 146
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 147
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 148
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 149
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 150
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 151
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 152
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 153
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 154
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 155
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 156
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 157
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 158
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 159
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 160
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 161
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 162
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 163
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 164
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 165
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 166
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 167
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 168
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 169
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 170
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 171
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 172
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 173
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 174
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 175
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 176
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 177
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 178
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 179
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 180
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 181
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 182
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 183
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 184
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 185
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 186
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 187
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 188
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 189
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 190
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
_root.head.gotoAndStop(2);
Symbol 76 MovieClip Frame 191
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 76 MovieClip Frame 192
_root.wertall = 0;
_root.wert25 = 0;
_root.wert50 = 0;
_root.wert75 = 0;
_root.wert100 = 0;
Symbol 83 Button
on (release) {
getURL ("http://www.htfgames.com/", "_blank");
}
Symbol 87 Button
on (release) {
_root.play();
_root.wert50 = 0;
_root.key = 1;
unloadMovieNum (10);
}
Symbol 91 Button
on (release) {
_root.gotoAndStop(6);
}
Symbol 92 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 2
stop();
Instance of Symbol 120 MovieClip in Symbol 144 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.eb1ganz.bo1)) {
Set("/:treffer", Number(/:treffer) - 1);
_root.eb1ganz.b.bb.gotoAndPlay(19);
}
if (this.hitTest(_root.eb1ganz.bo11)) {
Set("/:treffer", Number(/:treffer) - 1);
_root.eb1ganz.b.bb.gotoAndPlay(19);
}
if (this.hitTest(_root.eb1ganz.bo111)) {
Set("/:treffer", Number(/:treffer) - 1);
_root.eb1ganz.b.bb.gotoAndPlay(19);
}
}
Symbol 144 MovieClip Frame 12
stop();
Symbol 148 MovieClip Frame 1
_visible = 1;
Symbol 148 MovieClip Frame 19
removeMovieClip(this);
_visible = 0;
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
stop();
_root.vogel4.vog.punkte15.p15.score = 15;
_root.vogel5.vog.punkte15.p15.score = 15;
_root.vogel6.vog.punkte15.p15.score = 15;
_root.vogel7.vog.punkte15.p15.score = 15;
_root.vogel8.vog.punkte15.p15.score = 25;
_root.vogel9.vog.punkte15.p15.score = 25;
_root.vogel10.vog.punkte15.p15.score = 25;
_root.vogel11.vog.punkte15.p15.score = 25;
Symbol 151 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 151 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 151 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel4.vog.gotoAndStop(1);
}
Symbol 152 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 152 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 152 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel5.vog.gotoAndStop(1);
}
Symbol 153 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 153 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 153 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel6.vog.gotoAndStop(1);
}
Symbol 154 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 154 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 154 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel7.vog.gotoAndStop(1);
}
Symbol 155 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 155 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 155 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel2.vog.gotoAndStop(1);
}
Symbol 156 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 156 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 156 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel3.vog.gotoAndStop(1);
}
Symbol 157 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 157 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 157 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel.vog.gotoAndStop(1);
}
Symbol 158 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 158 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 158 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel1.vog.gotoAndStop(1);
}
Symbol 174 Button
on (press) {
gotoAndPlay (4);
}
Symbol 191 MovieClip Frame 1
stop();
Symbol 191 MovieClip Frame 2
stop();
Symbol 191 MovieClip Frame 3
stop();
Symbol 191 MovieClip Frame 4
stop();
Symbol 191 MovieClip Frame 5
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 5
gotoAndStop (1);
Symbol 228 MovieClip Frame 10
gotoAndStop (1);
Symbol 277 MovieClip Frame 165
stop();
Symbol 350 MovieClip Frame 7
stop();
Symbol 352 MovieClip Frame 4
stopAllSounds();
Symbol 352 MovieClip Frame 126
stop();
Symbol 353 MovieClip Frame 9
stop();
_root.link.play();
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 18
gotoAndStop (1);
Symbol 354 MovieClip Frame 19
stop();
Symbol 354 MovieClip Frame 37
gotoAndStop (1);
Symbol 354 MovieClip Frame 38
stop();
_root.key = 0;
if (_root.key == 0) {
hori = 0;
} else if (_root.key == 0) {
hori = 0;
} else if (hori > 0) {
hori = hori - 0;
} else if (hori < 0) {
hori = hori + 0;
}
Instance of Symbol 353 MovieClip in Symbol 354 MovieClip Frame 38
/* no clip actions */
Symbol 356 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 356 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 356 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel8.vog.gotoAndStop(1);
}
Symbol 357 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 357 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 357 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel9.vog.gotoAndStop(1);
}
Symbol 358 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 358 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 358 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel10.vog.gotoAndStop(1);
}
Symbol 360 MovieClip Frame 1
_y = (random(450) + 30);
_x = -45;
xStep = random(5) + 2;
if ((Number(/score:count) == 0) and (Number(getProperty("/gamescreens", _currentframe)) == 2)) {
tellTarget ("/gamescreens") {
gotoAndStop ("win");
};
}
Symbol 360 MovieClip Frame 2
_x = (Number(_x) + Number(xStep));
shipX = getProperty("/happyman", _x);
missileX = _x;
Symbol 360 MovieClip Frame 3
gotoAndPlay ("Draw Missile");
if (Number(_x) >= 520) {
gotoAndPlay ("Initialize Missile");
_root.vogel11.vog.gotoAndStop(1);
}
Symbol 378 Button
on (release) {
unloadMovieNum (10);
_root.wert50 = 0;
_root.key = 1;
_root.gotoAndPlay(4);
}
Symbol 385 MovieClip Frame 1
function ladeDaten() {
news_xml = _parent.mein_xml.firstChild.childNodes;
initNavigation();
setListe();
}
function setListe() {
var _local1 = this;
i = aktAnzeige;
while (i < maxAnzeige) {
nName = "newsclip" + j;
attachMovie("newsclip", nName, j++);
if (news_xml[i] != undefined) {
_local1[nName]._x = 15;
_local1[nName]._y = ((_local1[nName]._height * j) * 1.2) - 15;
_local1[nName].nr_txt.text = i + 1;
_local1[nName].name_txt.text = news_xml[i].attributes.vorname;
_local1[nName].ver_txt.text = news_xml[i].attributes.nachname;
_local1[nName].punkte_txt.text = news_xml[i].firstChild;
_local1[nName].stern_mc.gotoAndStop(news_xml[i].attributes.icon);
_local1[nName].useHandCursor = false;
} else {
_local1[nName].removeMovieClip();
}
i++;
}
if (anzahl <= (aktAnzeige + max)) {
anzeige_txt.text = ((aktAnzeige + 1) + " / ") + anzahl;
} else if (anzahl != 0) {
anzeige_txt.text = ((aktAnzeige + 1) + " / ") + (aktAnzeige + max);
}
if (anzahl == 0) {
anzeige_txt.text = "0 / 0";
}
gesamt_txt.text = "Gesamt: " + anzahl;
}
function initNavigation() {
j = 0;
anzahl = news_xml.length;
max = 5;
maxAnzeige = 5;
aktAnzeige = 0;
}
butVor.onRelease = function () {
if (aktAnzeige < (anzahl - max)) {
j = 0;
aktAnzeige = aktAnzeige + max;
maxAnzeige = maxAnzeige + max;
setListe();
}
};
butZuruck.onRelease = function () {
if (aktAnzeige > 1) {
j = 0;
aktAnzeige = aktAnzeige - max;
maxAnzeige = maxAnzeige - max;
setListe();
}
};
Symbol 388 MovieClip Frame 23
stop();
Symbol 398 Button
on (release) {
setSpieler();
senden_btn._visible = false;
}
Symbol 402 Button
on (release) {
getURL ("javascript:winOpen('http://www.htfgames.com/member/member.php', 770, 600 ); void(0);");
}
Symbol 407 Button
on (release) {
_root.gotoAndPlay(6);
stopAllSounds();
}
Symbol 408 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 2
stop();