Frame 1
Stage.showMenu = false;
var cmonkey = 1;
Instance of Symbol 50 MovieClip "monkeyloader" in Frame 1
onClipEvent (load) {
_root.stop();
}
Frame 4
stop();
Frame 5
var browser = 1;
var firstjump = 1;
clearInterval(ninjasteuer);
clearInterval(dojowurst);
var enemy1 = 1;
stop();
var difficulty = 2;
Frame 6
springen = true;
geschw = 0;
Xpos = this._x;
Ypos = this._y;
maxmove = 23;
jump = 0;
var dojowurst;
dojowurst = setInterval(function () {
var _local1 = _root;
if ((!_local1.hintergrund.erde.hitTest(_local1.char._x, _local1.char._y, true)) && (!springen)) {
_local1.char._y = _local1.char._y + 9;
if (_local1.char._y == 377) {
_local1.char._y = 392;
}
geschw = geschw * 0.8;
if ((dir == "right") && (!_local1.hintergrund.erde.barriererechts.hitTest(_local1.char._x + 20, _local1.char._y, true))) {
if (_local1.hintergrund._x >= -9120) {
if (_local1.bewegen == 1) {
_local1.hintergrund3._x = _local1.hintergrund3._x - ((geschw / 3) * 1.8);
_local1.hintergrund2._x = _local1.hintergrund2._x - ((geschw / 1.5) * 1.8);
_local1.hintergrund._x = _local1.hintergrund._x - ((geschw * 1.2) * 1.8);
}
}
}
if ((dir == "left") && (!_local1.hintergrund.erde.barrierelinks.hitTest(_local1.char._x - 20, _local1.char._y, true))) {
if (_local1.hintergrund._x >= -9120) {
if (_local1.bewegen == 1) {
_local1.hintergrund3._x = _local1.hintergrund3._x - ((geschw / 3) * 1.8);
_local1.hintergrund2._x = _local1.hintergrund2._x - ((geschw / 1.5) * 1.8);
_local1.hintergrund._x = _local1.hintergrund._x - ((geschw * 1.2) * 1.8);
}
}
}
if (Key.isDown(37) && (_local1.bewegen == 1)) {
if (geschw > (-maxmove)) {
geschw--;
}
if (_local1.direktion == 2) {
_local1.drehen.gotoAndPlay(2);
}
_local1.direktion = 1;
} else if (Key.isDown(39) && (_local1.bewegen == 1)) {
if (geschw < maxmove) {
geschw++;
}
if (_local1.direktion == 1) {
_local1.drehen.gotoAndPlay(2);
}
_local1.direktion = 2;
}
_local1.char.gotoAndStop("jumpi2");
_local1.sprung._x = _local1.char._x;
_local1.sprung._y = _local1.char._y - 20;
} else {
geschw = geschw * 0.8;
if ((dir == "right") && (!_local1.hintergrund.erde.barriererechts.hitTest(_local1.char._x + 20, _local1.char._y, true))) {
if (_local1.beendet == 0) {
if (_local1.running == 0) {
if (_local1.char._x <= 510) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.7);
}
} else if (_local1.running == 1) {
if (_local1.char._x <= 500) {
_local1.char._x = _local1.char._x + ((geschw * 1.8) * 1.5);
}
}
} else if (_local1.beendet == 1) {
if (_local1.running == 0) {
if (_local1.char._x <= 610) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.7);
}
} else if (_local1.running == 1) {
if (_local1.char._x <= 600) {
_local1.char._x = _local1.char._x + ((geschw * 1.8) * 1.5);
}
}
}
}
if (geschw > 0) {
dir = "right";
} else if (geschw < 0) {
dir = "left";
}
if ((dir == "left") && (!_local1.hintergrund.erde.barrierelinks.hitTest(_local1.char._x - 20, _local1.char._y, true))) {
if (_local1.holzarsch == 0) {
if (_local1.running == 0) {
if (_local1.char._x >= 100) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.7);
}
} else if (_local1.running == 1) {
if (_local1.char._x >= 100) {
_local1.char._x = _local1.char._x + (((geschw * 2.2) / 1.4) * 1.8);
}
}
} else if (_local1.holzarsch == 1) {
if (_local1.running == 0) {
if (_local1.char._x >= 25) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.7);
}
} else if (_local1.running == 1) {
if (_local1.char._x >= 25) {
_local1.char._x = _local1.char._x + (((geschw * 2.2) / 1.4) * 1.8);
}
}
}
}
if (((Key.isDown(83) && (_local1.schwertknopf == 1)) && (_local1.blasi == 1)) && (_local1.sword == 1)) {
_local1.ducky = 0;
_local1.char.gotoAndStop("schwert");
} else if ((((Key.isDown(68) && (_local1.blasknopf == 1)) && (_local1.schwerti == 1)) && (_local1.blowsy >= 1)) && (_local1.blasi == 1)) {
_local1.ducky = 0;
_local1.char.gotoAndStop("blasen");
} else if (((((Key.isDown(68) && (_local1.blasknopf == 1)) && (_local1.schwerti == 1)) && (_local1.blowsy == 0)) && (_local1.ninjy >= 1)) && (_local1.blasi == 1)) {
_local1.ducky = 0;
_local1.char.gotoAndStop("superninja");
} else if (Key.isDown(37) && (_local1.bewegen == 1)) {
_local1.pointy.pfeil.gotoAndPlay(1);
if (geschw > (-maxmove)) {
geschw--;
}
if (_local1.running == 0) {
_local1.linksgehen = 1;
_local1.char.gotoAndPlay("run");
} else if (_local1.running == 1) {
_local1.schnelllinkslaufen = 1;
_local1.char.gotoAndPlay("fast");
}
if (_local1.direktion == 2) {
_local1.direktion = 1;
_local1.char._xscale = _local1.char._xscale * -1;
_local1.sprung._xscale = _local1.sprung._xscale * -1;
_local1.char._x = _local1.char._x + 30;
}
} else if (Key.isDown(39) && (_local1.bewegen == 1)) {
_local1.pointy.pfeil.gotoAndPlay(1);
if (geschw < maxmove) {
geschw++;
}
if (_local1.direktion == 1) {
_local1.direktion = 2;
_local1.char._xscale = _local1.char._xscale * -1;
_local1.sprung._xscale = _local1.sprung._xscale * -1;
_local1.char._x = _local1.char._x - 30;
}
if (_local1.running == 0) {
_local1.rechtsgehen = 1;
_local1.char.gotoAndPlay("run");
} else if (_local1.running == 1) {
_local1.schnellrechtslaufen = 1;
_local1.char.gotoAndPlay("fast");
}
} else if (((((geschw < 1) && (geschw > -1)) && (!attacking)) && (_local1.schwerti == 1)) && (_local1.blasi == 1)) {
geschw = 0;
_local1.char.gotoAndStop("idle");
}
if (((Key.isDown(40) && (_local1.schwerti == 1)) && (_local1.blasi == 1)) && (_local1.ducky == 1)) {
_local1.ducken = 1;
_local1.char.gotoAndStop("duck");
}
if (Key.isDown(65)) {
if ((_local1.shoot == 1) && (_local1.wurfknopf == 1)) {
if (_local1.direktion == 2) {
_local1.schuss1.play();
} else {
_local1.schuss2.play();
}
_local1.char.gotoAndPlay("wurf");
}
}
if ((((Key.isDown(38) && (!jumping)) && (_local1.sprungknopf == 1)) && (_local1.schwerti == 1)) && (_local1.blasi == 1)) {
springen = true;
_local1.springenx = 1;
_local1.jumpsound.gotoAndStop(2);
}
if (springen) {
_local1.char._y = _local1.char._y - jump;
jump = jump - 1.275;
_local1.superjump.play();
if (jump < 0) {
falling = true;
}
if (jump < -10) {
jump = -30;
}
_local1.char.gotoAndStop("jumpi");
_local1.sprung._x = _local1.char._x;
_local1.sprung._y = _local1.char._y - 20;
_local1.sprung.play();
if (((Key.isDown(83) && (_local1.schwertknopf == 1)) && (_local1.blasi == 1)) && (_local1.sword == 1)) {
_local1.ducky = 0;
_local1.sprung.schwerthieb.play();
}
}
if (_local1.hintergrund.erde.hitTest(_local1.char._x, _local1.char._y, true) && (falling)) {
_local1.jumpsound.gotoAndStop(1);
jump = 20;
_local1.superjump.gotoAndStop(1);
_local1.sprung.gotoAndStop(1);
springen = false;
falling = false;
if (_local1.char._y >= 360) {
_local1.char._y = 392;
}
if ((_local1.char._y >= 200) && (_local1.char._y <= 260)) {
_local1.char._y = 242;
}
}
}
updateAfterEvent();
}, 10);
_root.attachMovie("titellevel0", "titellevel0", 1048579);
_root.titellevel0._x = 275;
_root.titellevel0._y = 220;
var wasserleiche = 0;
var pfeilo = 1;
var running = 0;
var direktion = 2;
var hochsprung = 0;
var firstjump = 1;
var sprungknopf = 1;
var schwertknopf = 1;
var wurfknopf = 1;
var shoot = 0;
var bewegen = 1;
var richtung = 1;
var schwerti = 1;
var zone = 0;
var blasknopf = 1;
var blasi = 1;
var abgang = 0;
var ducky = 1;
var hitter = 1;
var dompteur = 0;
var beendet = 0;
var holzarsch = 0;
var transe = 0;
var sword = 0;
var blowsy = 0;
var ninjy = 0;
_root.char._xscale = _root.char._xscale * -1;
_root.char._xscale = _root.char._xscale * -1;
_root.sprung._xscale = _root.sprung._xscale * -1;
_root.sprung._xscale = _root.sprung._xscale * -1;
_root.sprung.play();
_quality = "medium";
stop();
Frame 7
var rechtsgehen = 0;
var linksgehen = 0;
var ducken = 0;
var springenx = 0;
stop();
_root.sprung.gotoAndStop(2);
sprungknopf = 1;
Instance of Symbol 524 MovieClip "char" in Frame 7
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 39) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 37) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 83) {
_root.schwertknopf = 1;
_root.ducky = 1;
}
if (Key.getCode() == 68) {
_root.blasknopf = 1;
_root.ducky = 1;
}
}
Frame 8
stop();
Frame 9
var shurikentreffer = 0;
var shoot = 1;
Frame 10
var schwerttreffer = 0;
var sword = 1;
Frame 11
var messertreffer = 0;
Frame 12
var boxtreffer = 0;
Frame 13
var doublejumptreffer = 0;
Frame 14
var superpowertreffer = 0;
_root.blowsy = 1;
Frame 15
if (false) {
}
Frame 16
stopAllSounds();
clearInterval(dojowurst);
_root.gotoAndStop("level1");
Frame 18
springen = true;
geschw = 0;
Xpos = this._x;
Ypos = this._y;
maxmove = 23;
jump = 0;
var ninjasteuer;
ninjasteuer = setInterval(function () {
var _local1 = _root;
if ((!_local1.hintergrund.erde.hitTest(_local1.char._x, _local1.char._y, true)) && (!springen)) {
_local1.char._y = _local1.char._y + 11;
if (_local1.char._y == 374) {
_local1.char._y = 392;
}
if (_local1.char._y == 377) {
_local1.char._y = 392;
}
geschw = geschw * 0.8;
if ((dir == "right") && (!_local1.hintergrund.erde.barriererechts.hitTest(_local1.char._x + 20, _local1.char._y, true))) {
if (_local1.hintergrund._x >= -9120) {
if (_local1.bewegen == 1) {
_local1.hintergrund3._x = _local1.hintergrund3._x - ((geschw / 3) * 2);
_local1.hintergrund2._x = _local1.hintergrund2._x - ((geschw / 1.5) * 2);
_local1.hintergrund._x = _local1.hintergrund._x - ((geschw * 1.2) * 2);
}
}
}
if ((dir == "left") && (!_local1.hintergrund.erde.barrierelinks.hitTest(_local1.char._x - 20, _local1.char._y, true))) {
if (_local1.hintergrund._x >= -9120) {
if (_local1.bewegen == 1) {
_local1.hintergrund3._x = _local1.hintergrund3._x - ((geschw / 3) * 2);
_local1.hintergrund2._x = _local1.hintergrund2._x - ((geschw / 1.5) * 2);
_local1.hintergrund._x = _local1.hintergrund._x - ((geschw * 1.2) * 2);
}
}
}
if (Key.isDown(37) && (_local1.bewegen == 1)) {
if (geschw > (-maxmove)) {
geschw--;
}
if (_local1.direktion == 2) {
_local1.direktion = 1;
_local1.char._xscale = _local1.char._xscale * -1;
_local1.sprung._xscale = _local1.sprung._xscale * -1;
_local1.char._x = _local1.char._x + 30;
}
} else if (Key.isDown(39) && (_local1.bewegen == 1)) {
if (geschw < maxmove) {
geschw++;
}
if (_local1.direktion == 1) {
_local1.direktion = 2;
_local1.char._xscale = _local1.char._xscale * -1;
_local1.sprung._xscale = _local1.sprung._xscale * -1;
_local1.char._x = _local1.char._x - 30;
}
}
_local1.char.gotoAndStop("jumpi2");
_local1.sprung._x = _local1.char._x;
_local1.sprung._y = _local1.char._y - 20;
} else {
geschw = geschw * 0.8;
if ((dir == "right") && (!_local1.hintergrund.erde.barriererechts.hitTest(_local1.char._x + 20, _local1.char._y, true))) {
if (_local1.hintergrund._x >= -9120) {
if (_local1.running == 0) {
if (_local1.char._x <= 166) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.9);
} else {
_local1.links.gotoAndPlay(3);
if (_local1.bewegen == 1) {
_local1.hintergrund3._x = _local1.hintergrund3._x - ((geschw / 3) * 2);
_local1.hintergrund2._x = _local1.hintergrund2._x - ((geschw / 1.5) * 2);
_local1.hintergrund._x = _local1.hintergrund._x - ((geschw * 1.2) * 2);
}
}
} else if (_local1.char._x <= 166) {
_local1.char._x = _local1.char._x + ((geschw * 1.8) * 1.9);
} else if (_local1.bewegen == 1) {
_local1.hintergrund3._x = _local1.hintergrund3._x - (((geschw / 3) * 1.8) * 2);
_local1.hintergrund2._x = _local1.hintergrund2._x - (((geschw / 1.5) * 1.8) * 2);
_local1.hintergrund._x = _local1.hintergrund._x - ((geschw * 2.2) * 2);
}
} else if (_local1.hintergrund._x <= -9120) {
if (_local1.abgang == 0) {
if (_local1.running == 0) {
if (_local1.char._x <= 520) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.9);
}
} else if (_local1.char._x <= 520) {
_local1.char._x = _local1.char._x + ((geschw * 1.8) * 1.9);
}
} else if (_local1.abgang == 1) {
if (_local1.running == 0) {
if (_local1.char._x <= 707) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.9);
}
} else if (_local1.char._x <= 707) {
_local1.char._x = _local1.char._x + ((geschw * 1.8) * 1.9);
}
}
}
}
if (geschw > 0) {
dir = "right";
} else if (geschw < 0) {
dir = "left";
}
if ((dir == "left") && (!_local1.hintergrund.erde.barrierelinks.hitTest(_local1.char._x - 20, _local1.char._y, true))) {
if (_local1.hintergrund._x >= -9120) {
if (_local1.running == 0) {
if (_local1.hintergrund._x <= 1537) {
if (_local1.hintergrund._x <= 1237) {
_local1.links.gotoAndPlay(2);
}
if (_local1.bewegen == 1) {
_local1.hintergrund3._x = _local1.hintergrund3._x - ((geschw / 3) * 2);
_local1.hintergrund2._x = _local1.hintergrund2._x - ((geschw / 1.5) * 2);
_local1.hintergrund._x = _local1.hintergrund._x - ((geschw * 1.2) * 2);
}
} else if (_local1.char._x >= 40) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.9);
}
} else if (_local1.running == 1) {
if (_local1.hintergrund._x <= 1537) {
if (_local1.bewegen == 1) {
_local1.hintergrund3._x = _local1.hintergrund3._x - ((geschw / 3) * 2);
_local1.hintergrund2._x = _local1.hintergrund2._x - (((geschw / 1.5) * 1.8) * 2);
_local1.hintergrund._x = _local1.hintergrund._x - ((geschw * 2.2) * 2);
}
} else if (_local1.char._x >= 40) {
_local1.char._x = _local1.char._x + (((geschw * 2.2) / 1.4) * 2);
}
}
} else if (_local1.hintergrund._x <= -9120) {
if (_local1.running == 0) {
if (_local1.char._x >= 37) {
_local1.char._x = _local1.char._x + ((geschw / 1.2) * 1.9);
}
} else if (_local1.char._x >= 37) {
_local1.char._x = _local1.char._x + ((geschw * 1.8) * 1.9);
}
}
}
if ((Key.isDown(83) && (_local1.schwertknopf == 1)) && (_local1.blasi == 1)) {
_local1.ducky = 0;
_local1.char.gotoAndStop("schwert");
} else if ((_local1.breakdown == 1) && (_local1.hintergrund.erde.hitTest(_local1.char._x, _local1.char._y, true))) {
_local1.ducky = 0;
_local1.char.gotoAndStop("tod");
} else if ((((Key.isDown(68) && (_local1.blasknopf == 1)) && (_local1.schwerti == 1)) && (_local1.blowsy >= 1)) && (_local1.blasi == 1)) {
_local1.ducky = 0;
_local1.char.gotoAndStop("blasen");
} else if (((((Key.isDown(68) && (_local1.blasknopf == 1)) && (_local1.schwerti == 1)) && (_local1.blowsy == 0)) && (_local1.ninjy >= 1)) && (_local1.blasi == 1)) {
_local1.ducky = 0;
_local1.char.gotoAndStop("superninja");
} else if (Key.isDown(37) && (_local1.bewegen == 1)) {
if (geschw > (-maxmove)) {
geschw--;
}
if (_local1.running == 0) {
_local1.char.gotoAndPlay("run");
} else if (_local1.running == 1) {
_local1.char.gotoAndPlay("fast");
}
if (_local1.direktion == 2) {
_local1.direktion = 1;
_local1.char._xscale = _local1.char._xscale * -1;
_local1.sprung._xscale = _local1.sprung._xscale * -1;
_local1.char._x = _local1.char._x + 30;
}
} else if (Key.isDown(39) && (_local1.bewegen == 1)) {
_local1.pointy.pfeil.gotoAndPlay(1);
if (geschw < maxmove) {
geschw++;
}
if (_local1.direktion == 1) {
_local1.direktion = 2;
_local1.char._xscale = _local1.char._xscale * -1;
_local1.sprung._xscale = _local1.sprung._xscale * -1;
_local1.char._x = _local1.char._x - 30;
}
if (_local1.running == 0) {
_local1.char.gotoAndPlay("run");
} else if (_local1.running == 1) {
_local1.char.gotoAndPlay("fast");
}
} else if (((((geschw < 1) && (geschw > -1)) && (!attacking)) && (_local1.schwerti == 1)) && (_local1.blasi == 1)) {
geschw = 0;
_local1.char.gotoAndStop("idle");
}
if (((Key.isDown(40) && (_local1.schwerti == 1)) && (_local1.blasi == 1)) && (_local1.ducky == 1)) {
_local1.char.gotoAndStop("duck");
}
if (Key.isDown(65)) {
if (_local1.anzeigen.stars <= 0) {
_local1.shurikens.gotoAndPlay(2);
}
if ((((_local1.shoot == 1) && (_local1.anzeigen.stars >= 1)) && (_local1.wurfknopf == 1)) && (_local1.blasi == 1)) {
if (_local1.direktion == 2) {
_local1.schuss1.play();
} else {
_local1.schuss2.play();
}
_local1.char.gotoAndPlay("wurf");
}
}
if ((((Key.isDown(38) && (!jumping)) && (_local1.sprungknopf == 1)) && (_local1.schwerti == 1)) && (_local1.blasi == 1)) {
springen = true;
_local1.jumpsound.gotoAndStop(2);
}
if (springen) {
_local1.char._y = _local1.char._y - jump;
jump = jump - 1.36;
_local1.superjump.play();
if (jump < 0) {
falling = true;
}
if (jump < -10) {
jump = -30;
}
_local1.char.gotoAndStop("jumpi");
_local1.sprung._x = _local1.char._x;
_local1.sprung._y = _local1.char._y - 20;
_local1.sprung.play();
if ((Key.isDown(83) && (_local1.schwertknopf == 1)) && (_local1.blasi == 1)) {
_local1.ducky = 0;
_local1.sprung.schwerthieb.play();
}
}
if (_local1.hintergrund.erde.hitTest(_local1.char._x, _local1.char._y, true) && (falling)) {
_local1.jumpsound.gotoAndStop(1);
jump = 20;
_local1.superjump.gotoAndStop(1);
_local1.sprung.gotoAndStop(1);
springen = false;
falling = false;
if (_local1.char._y >= 360) {
_local1.char._y = 392;
}
if ((_local1.char._y >= 200) && (_local1.char._y <= 260)) {
_local1.char._y = 242;
}
}
}
updateAfterEvent();
}, 10);
var travel = 1;
var firstjump = 1;
var breakdown = 0;
_root.attachMovie("titellevel1", "titellevel1", 1048579);
_root.titellevel1._x = 275;
_root.titellevel1._y = 220;
_root.attachMovie("anzeigen", "anzeigen", 1048577);
_root.anzeigen._x = -2.5;
_root.anzeigen._y = 0;
_quality = "low";
var blowsy = 1;
var ninjy = 0;
bubbles = new Sound();
bubbles.attachSound("bubbles");
nowhere = new Sound();
nowhere.attachSound("nowhere");
nowherenull = new Sound();
nowherenull.attachSound("nowherenull");
pullchain = new Sound();
pullchain.attachSound("pullchain");
schnarch = new Sound();
schnarch.attachSound("schnarch");
motorkarre = new Sound();
motorkarre.attachSound("motorkarre");
fire = new Sound();
fire.attachSound("fire");
_root.sprung.gotoAndStop(2);
sprungknopf = 1;
Instance of Symbol 1156 MovieClip "shurikens" in Frame 18
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 39) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 37) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 83) {
_root.schwertknopf = 1;
_root.ducky = 1;
}
if (Key.getCode() == 68) {
_root.blasknopf = 1;
_root.ducky = 1;
}
}
Instance of Symbol 1161 MovieClip "schwertstreich" in Frame 18
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 39) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 37) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 83) {
_root.schwertknopf = 1;
_root.ducky = 1;
}
if (Key.getCode() == 68) {
_root.blasknopf = 1;
_root.ducky = 1;
}
}
Frame 19
var pfeilo = 1;
var running = 0;
var direktion = 2;
var hochsprung = 0;
var sprungknopf = 1;
var schwertknopf = 1;
var wurfknopf = 1;
var shoot = 1;
var bewegen = 1;
var richtung = 1;
var schwerti = 1;
var zone = 0;
var blasknopf = 1;
var blasi = 1;
var abgang = 0;
var ducky = 1;
var hitter = 1;
var dompteur = 0;
_root.char._xscale = _root.char._xscale * -1;
_root.char._xscale = _root.char._xscale * -1;
_root.sprung._xscale = _root.sprung._xscale * -1;
_root.sprung._xscale = _root.sprung._xscale * -1;
_root.sprung.play();
stop();
Frame 28
stopAllSounds();
var travel = 3;
abgang = 0;
_root.attachMovie("titellevel2", "titellevel2", 1048580);
_root.titellevel2._x = 275;
_root.titellevel2._y = 220;
stop();
_root.sprung.gotoAndStop(2);
sprungknopf = 1;
Frame 38
stopAllSounds();
var travel = 5;
abgang = 0;
_root.attachMovie("titellevel3", "titellevel3", 1048581);
_root.titellevel3._x = 275;
_root.titellevel3._y = 220;
stop();
_root.sprung.gotoAndStop(2);
sprungknopf = 1;
Frame 58
energiefeld = new Sound();
energiefeld.attachSound("energiefeld");
_quality = "high";
_root.anzeigen.swapDepths(100);
_root.anzeigen.removeMovieClip();
_root.transformerenergy.swapDepths(100);
_root.transformerenergy.removeMovieClip();
clearInterval(ninjasteuer);
stop();
Frame 67
if (false) {
}
Frame 127
stopAllSounds();
Frame 128
stopAllSounds();
Frame 129
stopAllSounds();
Frame 130
stopAllSounds();
Frame 131
stopAllSounds();
Frame 132
stopAllSounds();
Frame 133
stopAllSounds();
Frame 146
stopAllSounds();
_root.monkeyloader.inner.nextFrame();
stop();
Instance of Symbol 6 MovieClip in Symbol 7 MovieClip [lazerlinks] Frame 1
onClipEvent (load) {
speed = 12;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.woody.inner.treffer)) {
_root.woody.inner.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind1.bully.inner.treffer)) {
_root.hintergrund.feind1.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind2.bully.inner.treffer)) {
_root.hintergrund.feind2.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind3.bully.inner.treffer)) {
_root.hintergrund.feind3.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind4.bully.inner.treffer)) {
_root.hintergrund.feind4.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind5.bully.inner.treffer)) {
_root.hintergrund.feind5.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind6.bully.inner.treffer)) {
_root.hintergrund.feind6.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind7.bully.inner.treffer)) {
_root.hintergrund.feind7.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind8.bully.inner.treffer)) {
_root.hintergrund.feind8.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind9.bully.inner.treffer)) {
_root.hintergrund.feind9.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind10.bully.inner.treffer)) {
_root.hintergrund.feind10.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind12.bully.inner.treffer)) {
_root.hintergrund.feind12.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind13.bully.inner.treffer)) {
_root.hintergrund.feind13.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind14.bully.inner.treffer)) {
_root.hintergrund.feind14.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.peitscher.bully.inner.treffer)) {
_root.hintergrund.peitscher.bully.inner.energy.nextFrame();
_root.hintergrund.peitscher.bully.inner.blut.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.koi.koi2.kaefig)) {
_root.hintergrund.koi.koi2.kaefig.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.koi.koi2.treffer)) {
_root.hintergrund.koi.koi2.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.transformer1.transformer2.treffer)) {
_root.hintergrund.transformer1.transformer2.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.abseiler1.abseiler.body.treffer)) {
_root.hintergrund.abseiler1.abseiler.body.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.abseiler2.abseiler.body.treffer)) {
_root.hintergrund.abseiler2.abseiler.body.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.abseiler3.abseiler.body.treffer)) {
_root.hintergrund.abseiler3.abseiler.body.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.abseiler4.abseiler.body.treffer)) {
_root.hintergrund.abseiler4.abseiler.body.play();
removeMovieClip(_parent);
}
if (_parent._x >= 0) {
_parent._x = _parent._x - speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 8 MovieClip in Symbol 9 MovieClip [lazerrechts] Frame 1
onClipEvent (load) {
speed = 12;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind1.bully.inner.treffer)) {
_root.hintergrund.feind1.bully.stop();
_root.hintergrund.feind1.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind2.bully.inner.treffer)) {
_root.hintergrund.feind2.bully.stop();
_root.hintergrund.feind2.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind3.bully.inner.treffer)) {
_root.hintergrund.feind3.bully.stop();
_root.hintergrund.feind3.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind4.bully.inner.treffer)) {
_root.hintergrund.feind4.bully.stop();
_root.hintergrund.feind4.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind5.bully.inner.treffer)) {
_root.hintergrund.feind5.bully.stop();
_root.hintergrund.feind5.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind6.bully.inner.treffer)) {
_root.hintergrund.feind6.bully.stop();
_root.hintergrund.feind6.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind7.bully.inner.treffer)) {
_root.hintergrund.feind7.bully.stop();
_root.hintergrund.feind7.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind8.bully.inner.treffer)) {
_root.hintergrund.feind8.bully.stop();
_root.hintergrund.feind8.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind9.bully.inner.treffer)) {
_root.hintergrund.feind9.bully.stop();
_root.hintergrund.feind9.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind10.bully.inner.treffer)) {
_root.hintergrund.feind10.bully.stop();
_root.hintergrund.feind10.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.stop();
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind12.bully.inner.treffer)) {
_root.hintergrund.feind12.bully.stop();
_root.hintergrund.feind12.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind13.bully.inner.treffer)) {
_root.hintergrund.feind13.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.feind14.bully.inner.treffer)) {
_root.hintergrund.feind14.bully.inner.gotoAndPlay("tod");
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.peitschenmann.inner.inner2.hit)) {
_root.hintergrund.peitschenmann.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.koi.koi2.kaefig)) {
_root.hintergrund.koi.koi2.kaefig.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.koi.koi2.treffer)) {
_root.hintergrund.koi.koi2.gotoAndPlay(2);
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.transformer1.transformer2.treffer)) {
_root.hintergrund.transformer1.transformer2.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.abseiler1.abseiler.body.treffer)) {
_root.hintergrund.abseiler1.abseiler.body.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.abseiler2.abseiler.body.treffer)) {
_root.hintergrund.abseiler2.abseiler.body.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.abseiler3.abseiler.body.treffer)) {
_root.hintergrund.abseiler3.abseiler.body.play();
removeMovieClip(_parent);
}
if (this.hitTest(_root.hintergrund.abseiler4.abseiler.body.treffer)) {
_root.hintergrund.abseiler4.abseiler.body.play();
removeMovieClip(_parent);
}
if (_parent._x >= 0) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Symbol 34 MovieClip Frame 1
stop();
Instance of Symbol 31 MovieClip in Symbol 34 MovieClip Frame 1
onClipEvent (enterFrame) {
bar._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (bar._xscale == 100) {
_parent.nextFrame();
}
}
Symbol 34 MovieClip Frame 2
_root.cmonkey = 2;
Symbol 49 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 1
gotoAndPlay (2);
Instance of Symbol 29 MovieClip in Symbol 50 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Instance of Symbol 49 MovieClip in Symbol 50 MovieClip Frame 132
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Symbol 50 MovieClip Frame 133
if (_root.cmonkey == 2) {
_root.gotoAndPlay("ini");
}
gotoAndPlay (132);
Symbol 55 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 56 MovieClip Frame 481
_root.nextFrame();
Symbol 59 Button
on (keyPress "<Enter>") {
stopAllSounds();
gotoAndPlay ("super");
}
Symbol 155 MovieClip Frame 4
stop();
Symbol 157 Button
on (keyPress "a") {
stopAllSounds();
_root.gotoAndStop("dojo");
}
on (keyPress "s") {
stopAllSounds();
_root.gotoAndStop("dojo");
}
on (keyPress "d") {
stopAllSounds();
_root.gotoAndStop("dojo");
}
on (keyPress "f") {
stopAllSounds();
_root.gotoAndStop("dojo");
}
on (keyPress "<Space>") {
stopAllSounds();
_root.gotoAndStop("dojo");
}
on (keyPress "<Enter>") {
stopAllSounds();
_root.gotoAndStop("dojo");
}
Symbol 158 Button
on (rollOver) {
gotoAndStop ("playgame");
}
on (release) {
stopAllSounds();
_root.gotoAndStop("dojo");
}
Symbol 159 Button
on (rollOver) {
gotoAndStop ("moregames");
}
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 160 Button
on (rollOver) {
gotoAndStop ("credits");
}
on (release) {
_root.titlecover.credits.gotoAndStop(2);
_root.titlecover.menue.gotoAndStop("showplate");
}
Symbol 161 Button
on (rollOver) {
gotoAndStop ("options");
}
on (release) {
gotoAndStop ("easy");
}
Symbol 164 Button
on (rollOver) {
gotoAndStop ("playgame");
}
on (release) {
stopAllSounds();
_root.gotoAndPlay("level1");
}
Symbol 165 Button
on (keyPress "a") {
_root.titlecover.credits.gotoAndStop(2);
_root.titlecover.menue.gotoAndStop("showplate");
}
on (keyPress "s") {
_root.titlecover.credits.gotoAndStop(2);
_root.titlecover.menue.gotoAndStop("showplate");
}
on (keyPress "d") {
_root.titlecover.credits.gotoAndStop(2);
_root.titlecover.menue.gotoAndStop("showplate");
}
on (keyPress "f") {
_root.titlecover.credits.gotoAndStop(2);
_root.titlecover.menue.gotoAndStop("showplate");
}
on (keyPress "<Space>") {
_root.titlecover.credits.gotoAndStop(2);
_root.titlecover.menue.gotoAndStop("showplate");
}
on (keyPress "<Enter>") {
_root.titlecover.credits.gotoAndStop(2);
_root.titlecover.menue.gotoAndStop("showplate");
}
Symbol 166 Button
on (rollOver) {
gotoAndStop ("options");
}
on (release) {
gotoAndStop ("easy");
}
Symbol 167 Button
on (rollOver) {
gotoAndStop ("credits");
}
on (release) {
_root.titlecover.credits.gotoAndStop(2);
gotoAndStop ("showplate");
}
Symbol 168 Button
on (keyPress "a") {
_root.titlecover.menue.gotoAndStop("easy");
}
on (keyPress "s") {
_root.titlecover.menue.gotoAndStop("easy");
}
on (keyPress "d") {
_root.titlecover.menue.gotoAndStop("easy");
}
on (keyPress "f") {
_root.titlecover.menue.gotoAndStop("easy");
}
on (keyPress "<Space>") {
_root.titlecover.menue.gotoAndStop("easy");
}
on (keyPress "<Enter>") {
_root.titlecover.menue.gotoAndStop("easy");
}
Symbol 169 Button
on (rollOver) {
gotoAndStop ("options");
}
on (release) {
gotoAndStop ("easy");
}
Symbol 182 Button
on (keyPress "a") {
_root.difficulty = 1;
_root.schrei.play();
_root.titlecover.credits.gotoAndStop("options");
}
on (keyPress "s") {
_root.difficulty = 1;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "d") {
_root.difficulty = 1;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "f") {
_root.difficulty = 1;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "<Space>") {
_root.difficulty = 1;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "<Enter>") {
_root.difficulty = 1;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
Symbol 183 Button
on (rollOver) {
gotoAndStop ("easy");
}
on (release) {
_root.difficulty = 1;
_root.schrei.play();
gotoAndStop ("options");
}
Symbol 184 Button
on (rollOver) {
gotoAndStop ("medium");
}
on (release) {
_root.difficulty = 2;
_root.schrei.play();
gotoAndStop ("options");
}
Symbol 185 Button
on (rollOver) {
gotoAndStop ("hard");
}
on (release) {
_root.difficulty = 3;
_root.schrei.play();
gotoAndStop ("options");
}
Symbol 186 Button
on (rollOver) {
gotoAndStop ("impossible");
}
on (release) {
_root.difficulty = 4;
_root.schrei.play();
gotoAndStop ("options");
}
Symbol 189 MovieClip Frame 1
if (_root.difficulty == 2) {
gotoAndStop (2);
}
if (_root.difficulty == 3) {
gotoAndStop (3);
}
if (_root.difficulty == 4) {
gotoAndStop (4);
}
stop();
Symbol 190 Button
on (keyPress "a") {
_root.difficulty = 2;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "s") {
_root.difficulty = 2;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "d") {
_root.difficulty = 2;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "f") {
_root.difficulty = 2;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "<Space>") {
_root.difficulty = 2;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "<Enter>") {
_root.difficulty = 1;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
Symbol 191 Button
on (keyPress "a") {
_root.difficulty = 3;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "s") {
_root.difficulty = 3;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "d") {
_root.difficulty = 3;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "f") {
_root.difficulty = 3;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "<Space>") {
_root.difficulty = 3;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "<Enter>") {
_root.difficulty = 3;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
Symbol 192 Button
on (keyPress "a") {
_root.difficulty = 4;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "s") {
_root.difficulty = 4;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "d") {
_root.difficulty = 4;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "f") {
_root.difficulty = 4;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "<Space>") {
_root.difficulty = 4;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
on (keyPress "<Enter>") {
_root.difficulty = 4;
_root.schrei.play();
_root.titlecover.menue.gotoAndStop("options");
}
Symbol 193 MovieClip Frame 1
stop();
Instance of Symbol 155 MovieClip in Symbol 193 MovieClip Frame 1
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.titlecover.menue.gotoAndStop("options");
}
if (Key.getCode() == 40) {
_root.titlecover.menue.gotoAndStop("moregames");
}
}
Instance of Symbol 155 MovieClip in Symbol 193 MovieClip Frame 3
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.titlecover.menue.gotoAndStop("playgame");
}
if (Key.getCode() == 40) {
_root.titlecover.menue.gotoAndStop("credits");
}
}
Instance of Symbol 163 MovieClip in Symbol 193 MovieClip Frame 3
on (keyPress "a") {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
on (keyPress "s") {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
on (keyPress "d") {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
on (keyPress "f") {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
on (keyPress "<Space>") {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
on (keyPress "<Enter>") {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Instance of Symbol 155 MovieClip in Symbol 193 MovieClip Frame 4
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.titlecover.menue.gotoAndStop("moregames");
}
if (Key.getCode() == 40) {
_root.titlecover.menue.gotoAndStop("options");
}
}
Instance of Symbol 155 MovieClip in Symbol 193 MovieClip Frame 5
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.titlecover.menue.gotoAndStop("credits");
}
if (Key.getCode() == 40) {
_root.titlecover.menue.gotoAndStop("playgame");
}
}
Instance of Symbol 155 MovieClip in Symbol 193 MovieClip Frame 10
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.titlecover.menue.gotoAndStop("impossible");
}
if (Key.getCode() == 40) {
_root.titlecover.menue.gotoAndStop("medium");
}
}
Instance of Symbol 155 MovieClip in Symbol 193 MovieClip Frame 11
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.titlecover.menue.gotoAndStop("easy");
}
if (Key.getCode() == 40) {
_root.titlecover.menue.gotoAndStop("hard");
}
}
Instance of Symbol 155 MovieClip in Symbol 193 MovieClip Frame 12
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.titlecover.menue.gotoAndStop("medium");
}
if (Key.getCode() == 40) {
_root.titlecover.menue.gotoAndStop("impossible");
}
}
Instance of Symbol 155 MovieClip in Symbol 193 MovieClip Frame 13
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.titlecover.menue.gotoAndStop("hard");
}
if (Key.getCode() == 40) {
_root.titlecover.menue.gotoAndStop("easy");
}
}
Symbol 197 MovieClip Frame 4
stop();
Symbol 199 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 203 MovieClip Frame 4
stop();
Symbol 204 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 206 Button
on (press) {
_root.titlecover.menue.gotoAndStop("credits");
_root.titlecover.credits.gotoAndStop(1);
}
Symbol 273 Button
on (release) {
getURL ("http://www.nilsbaumann.de", "_blank");
}
Symbol 277 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 304 Button
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 311 Button
on (keyPress "a") {
_root.titlecover.menue.gotoAndStop("credits");
_root.titlecover.credits.gotoAndStop(1);
}
on (keyPress "s") {
_root.titlecover.menue.gotoAndStop("credits");
_root.titlecover.credits.gotoAndStop(1);
}
on (keyPress "d") {
_root.titlecover.menue.gotoAndStop("credits");
_root.titlecover.credits.gotoAndStop(1);
}
on (keyPress "f") {
_root.titlecover.menue.gotoAndStop("credits");
_root.titlecover.credits.gotoAndStop(1);
}
on (keyPress "<Space>") {
_root.titlecover.menue.gotoAndStop("credits");
_root.titlecover.credits.gotoAndStop(1);
}
on (keyPress "<Enter>") {
_root.titlecover.menue.gotoAndStop("credits");
_root.titlecover.credits.gotoAndStop(1);
}
Symbol 313 MovieClip Frame 1
_quality = "low";
stop();
Symbol 313 MovieClip Frame 2
_root.titlecover.blatt1.play();
_root.titlecover.blatt2.play();
_quality = "high";
Instance of Symbol 310 MovieClip in Symbol 313 MovieClip Frame 2
/* no clip actions */
Symbol 315 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 1
_quality = "high";
Symbol 326 MovieClip Frame 1844
_quality = "low";
Symbol 326 MovieClip Frame 2277
stop();
Symbol 328 MovieClip Frame 1
stop();
Symbol 332 MovieClip Frame 2
stop();
Instance of Symbol 335 MovieClip "hitty" in Symbol 344 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind1.bully.inner.treffer)) {
_root.hintergrund.feind1.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind2.bully.inner.treffer)) {
_root.hintergrund.feind2.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind3.bully.inner.treffer)) {
_root.hintergrund.feind3.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind4.bully.inner.treffer)) {
_root.hintergrund.feind4.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind5.bully.inner.treffer)) {
_root.hintergrund.feind5.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind6.bully.inner.treffer)) {
_root.hintergrund.feind6.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind7.bully.inner.treffer)) {
_root.hintergrund.feind7.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind8.bully.inner.treffer)) {
_root.hintergrund.feind8.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind9.bully.inner.treffer)) {
_root.hintergrund.feind9.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind10.bully.inner.treffer)) {
_root.hintergrund.feind10.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind12.bully.inner.treffer)) {
_root.hintergrund.feind12.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.peitschenmann.inner.inner2.hit)) {
_root.hintergrund.peitschenmann.play();
}
if (this.hitTest(_root.hintergrund.koi.koi2.treffer)) {
_root.hintergrund.koi.koi2.play();
}
if (this.hitTest(_root.hintergrund.box.hit)) {
_root.hintergrund.box.play();
}
if (this.hitTest(_root.hintergrund.box2.hit)) {
_root.hintergrund.box2.play();
}
if (this.hitTest(_root.hintergrund.box3.hit)) {
_root.hintergrund.box3.play();
}
if (this.hitTest(_root.hintergrund.box4.hit)) {
_root.hintergrund.box4.play();
}
if (this.hitTest(_root.hintergrund.box5.hit)) {
_root.hintergrund.box5.play();
}
if (this.hitTest(_root.hintergrund.box6.hit)) {
_root.hintergrund.box6.play();
}
if (this.hitTest(_root.hintergrund.box7.hit)) {
_root.hintergrund.box7.play();
}
if (this.hitTest(_root.hintergrund.box8.hit)) {
_root.hintergrund.box8.play();
}
if (this.hitTest(_root.hintergrund.box9.hit)) {
_root.hintergrund.box9.play();
}
if (this.hitTest(_root.hintergrund.box10.hit)) {
_root.hintergrund.box10.play();
}
if (this.hitTest(_root.hintergrund.box11.hit)) {
_root.hintergrund.box11.play();
}
if (this.hitTest(_root.hintergrund.box12.hit)) {
_root.hintergrund.box12.play();
}
if (this.hitTest(_root.hintergrund.box13.hit)) {
_root.hintergrund.box13.play();
}
if (this.hitTest(_root.hintergrund.vase1.hit)) {
_root.hintergrund.vase1.play();
}
if (this.hitTest(_root.hintergrund.tisch1.hit)) {
_root.hintergrund.tisch1.play();
}
if (this.hitTest(_root.hintergrund.vase2.hit)) {
_root.hintergrund.vase2.play();
}
if (this.hitTest(_root.hintergrund.vase3.hit)) {
_root.hintergrund.vase3.play();
}
if (this.hitTest(_root.hintergrund.tisch2.hit)) {
_root.hintergrund.tisch2.play();
}
if (this.hitTest(_root.hintergrund.abseiler1.abseiler.body.treffer)) {
_root.hintergrund.abseiler1.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler2.abseiler.body.treffer)) {
_root.hintergrund.abseiler2.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler3.abseiler.body.treffer)) {
_root.hintergrund.abseiler3.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler4.abseiler.body.treffer)) {
_root.hintergrund.abseiler4.abseiler.body.play();
}
}
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 3
_root.hitter = 0;
Symbol 345 MovieClip Frame 69
Symbol 345 MovieClip Frame 70
_root.hitter = 0;
Symbol 345 MovieClip Frame 136
Symbol 345 MovieClip Frame 137
_root.hitter = 0;
Symbol 345 MovieClip Frame 203
Symbol 345 MovieClip Frame 204
_root.hitter = 0;
Symbol 345 MovieClip Frame 270
_root.hitter = 1;
Symbol 348 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 4
stop();
Instance of Symbol 335 MovieClip "hitty" in Symbol 364 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.woody.treffer)) {
_root.woody.play();
}
if (this.hitTest(_root.hintergrund.feind1.bully.inner.treffer)) {
_root.hintergrund.feind1.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind2.bully.inner.treffer)) {
_root.hintergrund.feind2.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind3.bully.inner.treffer)) {
_root.hintergrund.feind3.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind4.bully.inner.treffer)) {
_root.hintergrund.feind4.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind5.bully.inner.treffer)) {
_root.hintergrund.feind5.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind6.bully.inner.treffer)) {
_root.hintergrund.feind6.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind7.bully.inner.treffer)) {
_root.hintergrund.feind7.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind8.bully.inner.treffer)) {
_root.hintergrund.feind8.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind9.bully.inner.treffer)) {
_root.hintergrund.feind9.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind10.bully.inner.treffer)) {
_root.hintergrund.feind10.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind12.bully.inner.treffer)) {
_root.hintergrund.feind12.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.peitschenmann.inner.inner2.hit)) {
_root.hintergrund.peitschenmann.play();
}
if (this.hitTest(_root.hintergrund.koi.koi2.treffer)) {
_root.hintergrund.koi.koi2.play();
}
if (this.hitTest(_root.hintergrund.box.hit)) {
_root.hintergrund.box.play();
}
if (this.hitTest(_root.hintergrund.box2.hit)) {
_root.hintergrund.box2.play();
}
if (this.hitTest(_root.hintergrund.box3.hit)) {
_root.hintergrund.box3.play();
}
if (this.hitTest(_root.hintergrund.box4.hit)) {
_root.hintergrund.box4.play();
}
if (this.hitTest(_root.hintergrund.box5.hit)) {
_root.hintergrund.box5.play();
}
if (this.hitTest(_root.hintergrund.box6.hit)) {
_root.hintergrund.box6.play();
}
if (this.hitTest(_root.hintergrund.box7.hit)) {
_root.hintergrund.box7.play();
}
if (this.hitTest(_root.box8.hit)) {
_root.box8.play();
}
if (this.hitTest(_root.hintergrund.box9.hit)) {
_root.hintergrund.box9.play();
}
if (this.hitTest(_root.hintergrund.box10.hit)) {
_root.hintergrund.box10.play();
}
if (this.hitTest(_root.hintergrund.box11.hit)) {
_root.hintergrund.box11.play();
}
if (this.hitTest(_root.hintergrund.box12.hit)) {
_root.hintergrund.box12.play();
}
if (this.hitTest(_root.hintergrund.box13.hit)) {
_root.hintergrund.box13.play();
}
if (this.hitTest(_root.hintergrund.aquarium.box13.hit)) {
_root.hintergrund.aquarium.box13.play();
}
if (this.hitTest(_root.hintergrund.vase1.hit)) {
_root.hintergrund.vase1.play();
}
if (this.hitTest(_root.hintergrund.tisch1.hit)) {
_root.hintergrund.tisch1.play();
}
if (this.hitTest(_root.hintergrund.vase2.hit)) {
_root.hintergrund.vase2.play();
}
if (this.hitTest(_root.hintergrund.vase3.hit)) {
_root.hintergrund.vase3.play();
}
if (this.hitTest(_root.hintergrund.tisch2.hit)) {
_root.hintergrund.tisch2.play();
}
if (this.hitTest(_root.hintergrund.abseiler1.abseiler.body.treffer)) {
_root.hintergrund.abseiler1.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler2.abseiler.body.treffer)) {
_root.hintergrund.abseiler2.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler3.abseiler.body.treffer)) {
_root.hintergrund.abseiler3.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler4.abseiler.body.treffer)) {
_root.hintergrund.abseiler4.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.aquarium.hit)) {
_root.hintergrund.aquarium.play();
}
if (this.hitTest(_root.hintergrund.topf1.hit)) {
_root.hintergrund.topf1.play();
}
if (this.hitTest(_root.hintergrund.topf2.hit)) {
_root.hintergrund.topf2.play();
}
if (this.hitTest(_root.hintergrund.koi.koi2.kaefig)) {
_root.hintergrund.koi.koi2.kaefig.play();
}
}
Symbol 368 MovieClip Frame 1
_root.sprung.schlingel._alpha = 100;
_root.sprung.schwerthieb._alpha = 0;
stop();
Symbol 368 MovieClip Frame 2
_root.sprung.schwerthieb._alpha = 100;
_root.sprung.schlingel._alpha = 0;
_root.schwertknopf = 0;
Symbol 368 MovieClip Frame 3
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 4
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 5
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 6
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 7
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 8
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 9
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 10
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 11
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 12
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 13
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 14
_root.sprung.schlingel._alpha = 0;
Symbol 368 MovieClip Frame 15
_root.sprung.schlingel._alpha = 0;
stop();
Symbol 371 MovieClip Frame 1
if (_root.firstjump == 1) {
gotoAndStop (2);
_root.firstjump = 2;
}
_root.jump._alpha = 0;
_root.char._alpha = 100;
stop();
Symbol 371 MovieClip Frame 3
_root.sprungknopf = 0;
Symbol 374 MovieClip Frame 1
_root.bewegen = 1;
stop();
Symbol 374 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerrechts", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.char._x + (_width + 85);
_root["sparo" + shotCount]._y = _root.char._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 70;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 10;
_root.bewegen = 0;
_root.anzeigen.stars--;
Symbol 374 MovieClip Frame 12
_root.wurfknopf = 0;
Symbol 374 MovieClip Frame 25
_root.wurfknopf = 1;
Symbol 378 MovieClip Frame 1
_root.bewegen = 1;
_root.anzeigen.stars--;
stop();
Symbol 378 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerlinks", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.char._x + (_width + 85);
_root["sparo" + shotCount]._y = _root.char._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 70;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 120;
_root.bewegen = 0;
Symbol 378 MovieClip Frame 12
_root.wurfknopf = 0;
Symbol 378 MovieClip Frame 25
_root.wurfknopf = 1;
Symbol 380 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 380 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 381 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 381 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
_root.hitter = 0;
Symbol 381 MovieClip Frame 3
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 381 MovieClip Frame 4
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 381 MovieClip Frame 5
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 381 MovieClip Frame 6
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 384 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 2
_root.char.absprung.play();
Symbol 386 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 386 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 387 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 387 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
_root.hitter = 0;
Symbol 387 MovieClip Frame 3
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
Symbol 387 MovieClip Frame 4
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
Symbol 387 MovieClip Frame 5
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
Symbol 387 MovieClip Frame 6
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
Symbol 389 MovieClip Frame 1
stop();
Symbol 389 MovieClip Frame 2
_root.char.absprung2.play();
Symbol 392 MovieClip Frame 1
stop();
Symbol 396 Button
on (keyPress "<Enter>") {
stopAllSounds();
clearInterval(dojowurst);
gotoAndStop ("level1");
}
Symbol 398 MovieClip Frame 2
_root.char._xscale = _root.char._xscale * -1;
_root.sprung._xscale = _root.sprung._xscale * -1;
_root.running = 0;
if (_root.direktion == 1) {
_root.char._x = _root.char._x + 20;
}
if (_root.direktion == 2) {
_root.char._x = _root.char._x - 20;
}
stop();
Symbol 399 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 2
clearInterval(dojowurst);
_root.clearInterval(dojowurst);
Symbol 410 MovieClip Frame 1
stop();
Instance of Symbol 408 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.gotoAndStop("jumper");
}
}
Symbol 424 MovieClip Frame 1
if ((((_root.linksgehen == 1) && (_root.rechtsgehen == 1)) && (_root.ducken == 1)) && (_root.springenx == 1)) {
_root.peiler.gotoAndPlay(3);
}
Symbol 424 MovieClip Frame 2
gotoAndPlay (1);
Symbol 424 MovieClip Frame 40
_root.nextFrame();
Symbol 433 MovieClip Frame 8
gotoAndPlay (1);
Symbol 434 MovieClip Frame 1
stop();
Symbol 441 MovieClip Frame 1
stop();
Symbol 451 MovieClip Frame 1
stop();
Symbol 489 MovieClip Frame 1
_root.schwerti = 0;
Symbol 489 MovieClip Frame 13
_root.schwerti = 1;
Symbol 489 MovieClip Frame 14
_root.schwerti = 1;
stop();
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind1.bully.inner.treffer)) {
_root.hintergrund.feind1.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind2.bully.inner.treffer)) {
_root.hintergrund.feind2.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind3.bully.inner.treffer)) {
_root.hintergrund.feind3.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind4.bully.inner.treffer)) {
_root.hintergrund.feind4.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind5.bully.inner.treffer)) {
_root.hintergrund.feind5.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind6.bully.inner.treffer)) {
_root.hintergrund.feind6.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind7.bully.inner.treffer)) {
_root.hintergrund.feind7.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind8.bully.inner.treffer)) {
_root.hintergrund.feind8.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind9.bully.inner.treffer)) {
_root.hintergrund.feind9.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind10.bully.inner.treffer)) {
_root.hintergrund.feind10.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind12.bully.inner.treffer)) {
_root.hintergrund.feind12.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.peitschenmann.inner.inner2.hit)) {
_root.hintergrund.peitschenmann.play();
}
if (this.hitTest(_root.hintergrund.koi.koi2.treffer)) {
_root.hintergrund.koi.koi2.play();
}
if (this.hitTest(_root.hintergrund.box.hit)) {
_root.hintergrund.box.play();
}
if (this.hitTest(_root.hintergrund.box2.hit)) {
_root.hintergrund.box2.play();
}
if (this.hitTest(_root.hintergrund.box3.hit)) {
_root.hintergrund.box3.play();
}
if (this.hitTest(_root.hintergrund.box4.hit)) {
_root.hintergrund.box4.play();
}
if (this.hitTest(_root.hintergrund.box5.hit)) {
_root.hintergrund.box5.play();
}
if (this.hitTest(_root.hintergrund.box6.hit)) {
_root.hintergrund.box6.play();
}
if (this.hitTest(_root.hintergrund.box7.hit)) {
_root.hintergrund.box7.play();
}
if (this.hitTest(_root.hintergrund.box8.hit)) {
_root.hintergrund.box8.play();
}
if (this.hitTest(_root.hintergrund.box9.hit)) {
_root.hintergrund.box9.play();
}
if (this.hitTest(_root.hintergrund.box10.hit)) {
_root.hintergrund.box10.play();
}
if (this.hitTest(_root.hintergrund.box11.hit)) {
_root.hintergrund.box11.play();
}
if (this.hitTest(_root.hintergrund.box12.hit)) {
_root.hintergrund.box12.play();
}
if (this.hitTest(_root.hintergrund.box13.hit)) {
_root.hintergrund.box13.play();
}
if (this.hitTest(_root.hintergrund.vase1.hit)) {
_root.hintergrund.vase1.play();
}
if (this.hitTest(_root.hintergrund.tisch1.hit)) {
_root.hintergrund.tisch1.play();
}
if (this.hitTest(_root.hintergrund.vase2.hit)) {
_root.hintergrund.vase2.play();
}
if (this.hitTest(_root.hintergrund.vase3.hit)) {
_root.hintergrund.vase3.play();
}
if (this.hitTest(_root.hintergrund.tisch2.hit)) {
_root.hintergrund.tisch2.play();
}
if (this.hitTest(_root.hintergrund.abseiler1.abseiler.body.treffer)) {
_root.hintergrund.abseiler1.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler2.abseiler.body.treffer)) {
_root.hintergrund.abseiler2.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler3.abseiler.body.treffer)) {
_root.hintergrund.abseiler3.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler4.abseiler.body.treffer)) {
_root.hintergrund.abseiler4.abseiler.body.play();
}
}
Symbol 507 MovieClip Frame 1
_root.anzeigen.blows--;
_root.blowsy--;
_root.blasi = 0;
Symbol 507 MovieClip Frame 45
_root.superpowertreffer = 1;
Symbol 507 MovieClip Frame 90
_root.blasi = 1;
Symbol 507 MovieClip Frame 94
_root.blasi = 1;
stop();
Symbol 517 MovieClip Frame 1
_root.anzeigen.demons--;
_root.ninjy--;
_root.blasi = 0;
Symbol 517 MovieClip Frame 69
_root.demon.play();
Symbol 517 MovieClip Frame 86
_root.blasi = 1;
Symbol 523 MovieClip Frame 1
stopAllSounds();
Symbol 523 MovieClip Frame 89
_root.attachMovie("conty", "conty", 1048597);
_root.conty._x = 0;
_root.conty._y = 0;
if (_root.travel == 1) {
_root.gotoAndStop("gameover");
}
if (_root.travel == 2) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg");
}
if (_root.travel == 3) {
_root.gotoAndStop("gameover");
}
if (_root.travel == 4) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg2");
_root.hintergrund.koi.gotoAndStop(1);
_root.hintergrund.peitschenmann.gotoAndStop(1);
}
if (_root.travel == 5) {
_root.gotoAndStop("gameover");
}
if (_root.travel == 6) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg3");
_root.hintergrund.koi.gotoAndStop(1);
}
stop();
Symbol 524 MovieClip Frame 1
_root.bewegen = 1;
_root.sprung._alpha = 0;
Symbol 524 MovieClip Frame 5
_root.sprung._alpha = 0;
Symbol 524 MovieClip Frame 8
gotoAndStop (1);
Symbol 524 MovieClip Frame 9
_root.sprung._alpha = 0;
Symbol 524 MovieClip Frame 12
gotoAndStop (1);
Symbol 524 MovieClip Frame 13
_root.sprung._alpha = 0;
_root.bewegen = 0;
_root.ducken = 1;
Symbol 524 MovieClip Frame 26
gotoAndStop ("idle");
Symbol 524 MovieClip Frame 27
_root.sprung._alpha = 100;
_root.sprung._x = _root.char._x;
_root.sprung._y = _root.char._y - 20;
_root.sprung.play();
_root.bewegen = 1;
Symbol 524 MovieClip Frame 28
_root.sprung._alpha = 100;
_root.sprung._x = _root.char._x;
_root.sprung._y = _root.char._y - 20;
_root.sprung.gotoAndPlay("last");
_root.bewegen = 1;
Symbol 524 MovieClip Frame 32
_root.sprung._alpha = 0;
_root.bewegen = 0;
Symbol 524 MovieClip Frame 50
gotoAndStop (1);
Symbol 524 MovieClip Frame 51
_root.sprung._alpha = 0;
_root.bewegen = 0;
Symbol 524 MovieClip Frame 144
gotoAndStop (1);
Symbol 524 MovieClip Frame 145
_root.sprung._alpha = 0;
_root.bewegen = 0;
Symbol 524 MovieClip Frame 154
_root.sprung._alpha = 0;
_root.bewegen = 0;
Symbol 529 MovieClip Frame 2
stop();
Symbol 535 MovieClip Frame 1
stop();
Symbol 535 MovieClip Frame 9
stop();
Symbol 535 MovieClip Frame 10
_root.shurikentreffer = 1;
Symbol 535 MovieClip Frame 17
gotoAndStop (9);
Symbol 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 10
_root.schwerttreffer = 1;
_root.holzarsch = 1;
stop();
Symbol 550 MovieClip Frame 13
stop();
Symbol 551 MovieClip Frame 1
if (_root.shurikentreffer == 1) {
_root.peiler.gotoAndPlay(3);
}
Symbol 551 MovieClip Frame 2
gotoAndPlay (1);
Symbol 551 MovieClip Frame 40
_root.nextFrame();
Symbol 554 MovieClip Frame 13
stop();
Symbol 555 MovieClip Frame 1
if (_root.schwerttreffer == 1) {
_root.peiler.gotoAndPlay(3);
}
Symbol 555 MovieClip Frame 2
gotoAndPlay (1);
Symbol 555 MovieClip Frame 40
_root.nextFrame();
Symbol 558 MovieClip Frame 13
stop();
Symbol 559 MovieClip Frame 1
if (_root.messertreffer == 3) {
_root.peiler.gotoAndPlay(3);
}
Symbol 559 MovieClip Frame 2
gotoAndPlay (1);
Symbol 559 MovieClip Frame 40
_root.nextFrame();
Symbol 564 MovieClip Frame 1
stop();
Instance of Symbol 563 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.messer.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.messer.richtung == 2) {
_root.trefferrechts.play();
}
_root.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.messertreffer++;
_root.messer.inner.gotoAndStop(2);
}
}
Symbol 565 MovieClip Frame 147
richtung = 1;
if (_root.messertreffer >= 3) {
stop();
}
Symbol 565 MovieClip Frame 148
Symbol 565 MovieClip Frame 244
gotoAndPlay ("go");
Symbol 577 MovieClip Frame 1
stop();
Symbol 577 MovieClip Frame 7
stop();
Instance of Symbol 575 MovieClip in Symbol 577 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.box8.nextFrame();
}
}
Symbol 577 MovieClip Frame 8
_root.boxtreffer = 1;
Symbol 580 MovieClip Frame 13
stop();
Symbol 581 MovieClip Frame 1
if (_root.boxtreffer == 1) {
_root.peiler.gotoAndPlay(3);
}
Symbol 581 MovieClip Frame 2
gotoAndPlay (1);
Symbol 581 MovieClip Frame 35
_root.nextFrame();
Symbol 584 MovieClip Frame 13
stop();
Symbol 585 MovieClip Frame 1
if (_root.doublejumptreffer >= 1) {
_root.peiler.gotoAndPlay(3);
}
Symbol 585 MovieClip Frame 2
gotoAndPlay (1);
Symbol 585 MovieClip Frame 40
_root.nextFrame();
Symbol 588 Button
on (keyPress "<Up>") {
if (_root.hochsprung == 1) {
_root.hintergrund.erde.play();
_root.doublejumptreffer++;
_root.hochsprung = 0;
}
}
Symbol 590 MovieClip Frame 1
_root.hochsprung = 0;
stop();
Instance of Symbol 586 MovieClip in Symbol 590 MovieClip Frame 2
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.hochsprung = 1;
}
}
Symbol 593 MovieClip Frame 13
stop();
Symbol 594 MovieClip Frame 1
if (_root.superpowertreffer == 1) {
_root.peiler.gotoAndPlay(3);
}
Symbol 594 MovieClip Frame 2
gotoAndPlay (1);
Symbol 594 MovieClip Frame 40
_root.nextFrame();
Symbol 597 MovieClip Frame 13
_root.beendet = 1;
stop();
Symbol 603 MovieClip Frame 94
gotoAndPlay (2);
Symbol 604 MovieClip Frame 130
stop();
Symbol 605 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 1
stop();
Symbol 617 MovieClip Frame 1
stop();
Symbol 620 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 1
stop();
Symbol 626 MovieClip Frame 1
stop();
Symbol 629 MovieClip Frame 1
stop();
Symbol 631 Button
on (keyPress "3") {
gotoAndStop (1);
}
Symbol 632 MovieClip Frame 1
stop();
Instance of Symbol 614 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 617 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 620 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 623 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 626 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 629 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 614 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 617 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 620 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 623 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 626 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 629 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 614 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 617 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 620 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 623 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 626 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 629 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 614 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 617 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 620 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 623 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 626 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 629 MovieClip in Symbol 632 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 635 MovieClip Frame 1
stop();
Symbol 638 MovieClip Frame 1
stop();
Symbol 639 Button
on (keyPress "2") {
gotoAndStop (1);
}
Symbol 640 MovieClip Frame 1
stop();
Symbol 640 MovieClip Frame 2
stop();
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 638 MovieClip in Symbol 640 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 646 MovieClip Frame 1
stop();
Instance of Symbol 641 MovieClip "nextlevel" in Symbol 646 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprung)) {
stopAllSounds();
_root.gotoAndStop("level2");
}
if (this.hitTest(_root.char.berni)) {
stopAllSounds();
_root.gotoAndStop("level2");
}
}
Symbol 668 MovieClip Frame 1
stop();
Symbol 668 MovieClip Frame 33
_root.abgang = 1;
Symbol 668 MovieClip Frame 50
_root.abgang = 1;
Symbol 668 MovieClip Frame 115
stop();
Symbol 675 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 675 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 676 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 676 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
_root.hitter = 0;
Symbol 676 MovieClip Frame 3
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 4
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 5
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 6
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 7
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 8
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 9
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 10
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 11
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 12
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 676 MovieClip Frame 13
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 678 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 678 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 679 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 679 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 679 MovieClip Frame 3
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 4
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 5
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 679 MovieClip Frame 6
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 7
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 8
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 9
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 10
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 11
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 12
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 679 MovieClip Frame 13
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 697 MovieClip Frame 2
_root.hintergrund.koi._x = _root.hintergrund.koi._x + 10;
Symbol 697 MovieClip Frame 4
_root.hintergrund.koi._x = _root.hintergrund.koi._x - 10;
Symbol 697 MovieClip Frame 13
stop();
Symbol 710 MovieClip Frame 2
stopAllSounds();
Symbol 710 MovieClip Frame 50
_root.musik.gotoAndStop(2);
_root.hintergrund.enddoor.play();
_root.pfeil2.play();
stop();
Symbol 711 MovieClip Frame 1
stop();
Symbol 711 MovieClip Frame 2
_root.koienergy.nextFrame();
Symbol 711 MovieClip Frame 16
gotoAndStop (1);
Symbol 711 MovieClip Frame 17
stop();
Symbol 730 MovieClip Frame 1
stop();
Symbol 730 MovieClip Frame 2
_root.koienergy.nextFrame();
Symbol 730 MovieClip Frame 14
gotoAndStop (1);
Symbol 730 MovieClip Frame 15
stop();
Symbol 738 MovieClip Frame 1
_root.hintergrund.koi._x = _root.hintergrund.koi._x + 5;
Symbol 738 MovieClip Frame 3
_root.hintergrund.koi._x = _root.hintergrund.koi._x - 5;
Instance of Symbol 740 MovieClip in Symbol 741 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Symbol 741 MovieClip Frame 20
stop();
Instance of Symbol 746 MovieClip "as" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "ass" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "asss" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "asssss" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "asww" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "asqwqw" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "asdwd" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "aswedweed" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "aswwwewe" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Instance of Symbol 746 MovieClip "asweewwwe" in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Symbol 762 MovieClip Frame 19
stop();
Instance of Symbol 740 MovieClip in Symbol 763 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Symbol 763 MovieClip Frame 20
stop();
Symbol 766 MovieClip Frame 1
stop();
Instance of Symbol 740 MovieClip "as" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "ass" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "asss" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "asssss" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "asww" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "asqwqw" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "asdwd" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "aswedweed" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "aswwwewe" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Instance of Symbol 740 MovieClip "asweewwwe" in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Symbol 766 MovieClip Frame 2
_root.koienergy.nextFrame();
Symbol 766 MovieClip Frame 16
gotoAndStop (1);
Symbol 766 MovieClip Frame 17
stop();
Symbol 767 MovieClip Frame 1
stop();
Instance of Symbol 671 MovieClip in Symbol 767 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.koi.play();
}
}
Symbol 767 MovieClip Frame 2
_root.pointy.gotoAndStop(2);
_root.travel = 2;
stopAllSounds();
Symbol 767 MovieClip Frame 3
_root.bubbles.start(0, 999);
Symbol 767 MovieClip Frame 315
_root.musik.gotoAndStop(3);
Symbol 767 MovieClip Frame 427
_root.attachMovie("koienergy", "koienergy", 1048576);
_root.koienergy._x = 85;
_root.koienergy._y = 1.5;
Symbol 767 MovieClip Frame 428
_root.bubbles.start(0, 999);
Symbol 767 MovieClip Frame 479
_root.bubbles.stop("bubbles");
Symbol 767 MovieClip Frame 660
_root.bubbles.start(0, 999);
Symbol 767 MovieClip Frame 723
_root.bubbles.stop("bubbles");
Symbol 767 MovieClip Frame 904
gotoAndPlay ("go");
Symbol 776 MovieClip Frame 1
stop();
Instance of Symbol 773 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.vogel1.play();
}
}
Symbol 776 MovieClip Frame 51
stop();
Symbol 777 MovieClip Frame 1
stop();
Instance of Symbol 773 MovieClip in Symbol 777 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.vogel3.play();
}
}
Symbol 777 MovieClip Frame 51
stop();
Symbol 778 MovieClip Frame 1
stop();
Instance of Symbol 773 MovieClip in Symbol 778 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.vogel2.play();
}
}
Symbol 778 MovieClip Frame 51
stop();
Symbol 792 MovieClip Frame 1
stop();
Symbol 794 MovieClip Frame 1
stop();
Symbol 827 MovieClip Frame 1
stop();
Instance of Symbol 797 MovieClip "hghg" in Symbol 827 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind1.bully.stop();
_root.hintergrund.feind1.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind1.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind1.bully.play();
}
}
Instance of Symbol 797 MovieClip "hghg2" in Symbol 827 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind1.bully.stop();
_root.hintergrund.feind1.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind1.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind1.bully.play();
}
}
Symbol 827 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind1.bully.messer.play();
Symbol 827 MovieClip Frame 60
_root.hintergrund.feind1.bully.play();
Symbol 827 MovieClip Frame 105
gotoAndStop (1);
Symbol 827 MovieClip Frame 106
_root.youare.nextFrame();
_root.hintergrund.feind1.bully.messer2.play();
Symbol 827 MovieClip Frame 123
_root.hintergrund.feind1.bully.play();
Symbol 827 MovieClip Frame 191
gotoAndStop (1);
Symbol 827 MovieClip Frame 192
_root.hintergrund.feind1.bully.stop();
Symbol 827 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x + 10;
}
Symbol 827 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x + 10;
}
Symbol 827 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x + 10;
}
Symbol 827 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x + 10;
}
Symbol 827 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind1._x = _root.hintergrund.feind1._x + 10;
}
Symbol 827 MovieClip Frame 208
_root.enemy1 = 0;
stop();
Symbol 829 MovieClip Frame 1
stop();
Instance of Symbol 828 MovieClip in Symbol 829 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind1.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind1.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind1.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind1.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 830 MovieClip Frame 1
stop();
Symbol 830 MovieClip Frame 60
_root.hintergrund.feind1.bully.play();
Symbol 831 MovieClip Frame 1
stop();
Instance of Symbol 828 MovieClip in Symbol 831 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind1.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind1.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind1.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind1.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 832 MovieClip Frame 1
stop();
Symbol 832 MovieClip Frame 60
_root.hintergrund.feind1.bully.play();
Symbol 833 MovieClip Frame 1
richtung = 1;
Symbol 833 MovieClip Frame 46
richtung = 2;
Symbol 833 MovieClip Frame 90
richtung = 1;
Symbol 834 MovieClip Frame 1
stop();
Symbol 837 MovieClip Frame 1
stop();
Instance of Symbol 835 MovieClip "hghg" in Symbol 837 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind2.bully.stop();
_root.hintergrund.feind2.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind2.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind2.bully.play();
}
}
Instance of Symbol 835 MovieClip "hghg2" in Symbol 837 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind2.bully.stop();
_root.hintergrund.feind2.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind2.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind2.bully.play();
}
}
Symbol 837 MovieClip Frame 20
_root.hintergrund.feind2.bully.messer.play();
Symbol 837 MovieClip Frame 60
_root.hintergrund.feind2.bully.play();
Symbol 837 MovieClip Frame 105
gotoAndStop (1);
Symbol 837 MovieClip Frame 106
_root.hintergrund.feind2.bully.messer2.play();
Symbol 837 MovieClip Frame 123
_root.hintergrund.feind2.bully.play();
Symbol 837 MovieClip Frame 191
gotoAndStop (1);
Symbol 837 MovieClip Frame 192
_root.hintergrund.feind2.bully.stop();
Symbol 837 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x + 10;
}
Symbol 837 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x + 10;
}
Symbol 837 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x + 10;
}
Symbol 837 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x + 10;
}
Symbol 837 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind2._x = _root.hintergrund.feind2._x + 10;
}
Symbol 837 MovieClip Frame 208
_root.enemy2 = 0;
stop();
Symbol 839 MovieClip Frame 1
stop();
Instance of Symbol 838 MovieClip in Symbol 839 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind2.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind2.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind2.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind2.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 840 MovieClip Frame 1
stop();
Symbol 840 MovieClip Frame 60
_root.hintergrund.feind2.bully.play();
Symbol 841 MovieClip Frame 1
stop();
Instance of Symbol 838 MovieClip in Symbol 841 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind2.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind2.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind2.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind2.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 842 MovieClip Frame 1
stop();
Symbol 842 MovieClip Frame 60
_root.hintergrund.feind2.bully.play();
Symbol 843 MovieClip Frame 1
richtung = 1;
Symbol 843 MovieClip Frame 46
richtung = 2;
Symbol 843 MovieClip Frame 90
richtung = 1;
Symbol 844 MovieClip Frame 1
stop();
Symbol 847 MovieClip Frame 1
stop();
Instance of Symbol 845 MovieClip "hghg" in Symbol 847 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind3.bully.stop();
_root.hintergrund.feind3.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind3.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind3.bully.play();
}
}
Symbol 847 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind3.bully.messer.play();
Symbol 847 MovieClip Frame 60
_root.hintergrund.feind3.bully.play();
Symbol 847 MovieClip Frame 105
gotoAndStop (1);
Symbol 847 MovieClip Frame 106
_root.hintergrund.feind3.bully.messer2.play();
Symbol 847 MovieClip Frame 123
_root.hintergrund.feind3.bully.play();
Symbol 847 MovieClip Frame 191
gotoAndStop (1);
Symbol 847 MovieClip Frame 192
_root.hintergrund.feind3.bully.stop();
Symbol 847 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x + 10;
}
Symbol 847 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x + 10;
}
Symbol 847 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x + 10;
}
Symbol 847 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x + 10;
}
Symbol 847 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind3._x = _root.hintergrund.feind3._x + 10;
}
Symbol 847 MovieClip Frame 208
_root.enemy3 = 0;
stop();
Symbol 849 MovieClip Frame 1
stop();
Instance of Symbol 848 MovieClip in Symbol 849 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind3.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind3.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind3.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind3.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 850 MovieClip Frame 1
stop();
Symbol 850 MovieClip Frame 60
_root.hintergrund.feind3.bully.play();
Symbol 851 MovieClip Frame 1
stop();
Symbol 852 MovieClip Frame 1
stop();
Symbol 852 MovieClip Frame 60
_root.hintergrund.feind3.bully.play();
Symbol 853 MovieClip Frame 1
richtung = 1;
Symbol 853 MovieClip Frame 31
richtung = 2;
Symbol 853 MovieClip Frame 60
richtung = 1;
Symbol 854 MovieClip Frame 1
stop();
Symbol 885 MovieClip Frame 1
stop();
Instance of Symbol 857 MovieClip "hghg" in Symbol 885 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind4.bully.stop();
_root.hintergrund.feind4.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind4.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind4.bully.play();
}
}
Symbol 885 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind4.bully.messer.play();
Symbol 885 MovieClip Frame 60
_root.hintergrund.feind4.bully.play();
Symbol 885 MovieClip Frame 105
gotoAndStop (1);
Symbol 885 MovieClip Frame 106
_root.hintergrund.feind4.bully.messer2.play();
Symbol 885 MovieClip Frame 148
_root.hintergrund.feind4.bully.play();
Symbol 885 MovieClip Frame 191
gotoAndStop (1);
Symbol 885 MovieClip Frame 192
_root.hintergrund.feind4.bully.stop();
Symbol 885 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x + 10;
}
Symbol 885 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x + 10;
}
Symbol 885 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x + 10;
}
Symbol 885 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x + 10;
}
Symbol 885 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind4._x = _root.hintergrund.feind4._x + 10;
}
Symbol 885 MovieClip Frame 208
stop();
Symbol 887 MovieClip Frame 1
stop();
Instance of Symbol 886 MovieClip in Symbol 887 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind4.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind4.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind4.bully.messer.inner.gotoAndStop(2);
}
}
}
Symbol 888 MovieClip Frame 1
stop();
Symbol 888 MovieClip Frame 60
_root.hintergrund.feind4.bully.play();
Symbol 889 MovieClip Frame 1
stop();
Instance of Symbol 886 MovieClip in Symbol 889 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind4.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind4.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind4.bully.messer2.inner.gotoAndStop(2);
}
}
}
Symbol 890 MovieClip Frame 1
stop();
Symbol 890 MovieClip Frame 60
_root.hintergrund.feind4.bully.play();
Symbol 891 MovieClip Frame 1
richtung = 1;
Symbol 891 MovieClip Frame 46
richtung = 2;
Symbol 891 MovieClip Frame 90
richtung = 1;
Symbol 892 MovieClip Frame 1
stop();
Symbol 895 MovieClip Frame 1
stop();
Instance of Symbol 893 MovieClip "hghg" in Symbol 895 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind5.bully.stop();
_root.hintergrund.feind5.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind5.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind5.bully.play();
}
}
Instance of Symbol 893 MovieClip "hghg2" in Symbol 895 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind5.bully.stop();
_root.hintergrund.feind5.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind5.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind5.bully.play();
}
}
Symbol 895 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind5.bully.messer.play();
Symbol 895 MovieClip Frame 60
_root.hintergrund.feind5.bully.play();
Symbol 895 MovieClip Frame 105
gotoAndStop (1);
Symbol 895 MovieClip Frame 106
_root.hintergrund.feind5.bully.messer2.play();
Symbol 895 MovieClip Frame 145
_root.hintergrund.feind5.bully.play();
Symbol 895 MovieClip Frame 191
gotoAndStop (1);
Symbol 895 MovieClip Frame 192
_root.hintergrund.feind5.bully.stop();
Symbol 895 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 895 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 895 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 895 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 895 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 895 MovieClip Frame 208
stop();
Symbol 897 MovieClip Frame 1
stop();
Instance of Symbol 896 MovieClip in Symbol 897 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind5.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind5.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind5.bully.messer.inner.gotoAndStop(2);
}
}
}
Symbol 898 MovieClip Frame 1
stop();
Symbol 898 MovieClip Frame 60
_root.hintergrund.feind5.bully.play();
Symbol 899 MovieClip Frame 1
stop();
Instance of Symbol 896 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind5.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind5.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind5.bully.messer2.inner.gotoAndStop(2);
}
}
}
Symbol 900 MovieClip Frame 1
stop();
Symbol 900 MovieClip Frame 60
_root.hintergrund.feind5.bully.play();
Symbol 901 MovieClip Frame 1
richtung = 1;
Symbol 901 MovieClip Frame 46
richtung = 2;
Symbol 901 MovieClip Frame 90
richtung = 1;
Symbol 902 MovieClip Frame 1
stop();
Symbol 905 MovieClip Frame 1
stop();
Instance of Symbol 903 MovieClip "hghg" in Symbol 905 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind6.bully.stop();
_root.hintergrund.feind6.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind6.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind6.bully.play();
}
}
Instance of Symbol 903 MovieClip "hghg2" in Symbol 905 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind6.bully.stop();
_root.hintergrund.feind6.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind6.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind6.bully.play();
}
}
Symbol 905 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind6.bully.messer.play();
Symbol 905 MovieClip Frame 60
_root.hintergrund.feind6.bully.play();
Symbol 905 MovieClip Frame 105
gotoAndStop (1);
Symbol 905 MovieClip Frame 106
_root.youare.nextFrame();
_root.hintergrund.feind6.bully.messer2.play();
Symbol 905 MovieClip Frame 146
_root.hintergrund.feind6.bully.play();
Symbol 905 MovieClip Frame 191
gotoAndStop (1);
Symbol 905 MovieClip Frame 192
_root.hintergrund.feind6.bully.stop();
Symbol 905 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 905 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 905 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 905 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 905 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 905 MovieClip Frame 208
stop();
Symbol 907 MovieClip Frame 1
stop();
Instance of Symbol 906 MovieClip in Symbol 907 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind6.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind6.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind6.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind6.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 908 MovieClip Frame 1
stop();
Symbol 908 MovieClip Frame 60
_root.hintergrund.feind6.bully.play();
Symbol 909 MovieClip Frame 1
stop();
Instance of Symbol 906 MovieClip in Symbol 909 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind6.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind6.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind6.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind6.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 910 MovieClip Frame 1
stop();
Symbol 910 MovieClip Frame 60
_root.hintergrund.feind6.bully.play();
Symbol 911 MovieClip Frame 1
richtung = 1;
Symbol 911 MovieClip Frame 46
richtung = 2;
Symbol 911 MovieClip Frame 90
richtung = 1;
Symbol 912 MovieClip Frame 1
stop();
Symbol 915 MovieClip Frame 1
stop();
Instance of Symbol 913 MovieClip "hghg" in Symbol 915 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind7.bully.stop();
_root.hintergrund.feind7.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind7.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind7.bully.play();
}
}
Instance of Symbol 913 MovieClip "hghg2" in Symbol 915 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind7.bully.stop();
_root.hintergrund.feind7.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind7.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind7.bully.play();
}
}
Symbol 915 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind7.bully.messer.play();
Symbol 915 MovieClip Frame 60
_root.hintergrund.feind7.bully.play();
Symbol 915 MovieClip Frame 105
gotoAndStop (1);
Symbol 915 MovieClip Frame 106
_root.hintergrund.feind7.bully.messer2.play();
Symbol 915 MovieClip Frame 123
_root.hintergrund.feind7.bully.play();
Symbol 915 MovieClip Frame 191
gotoAndStop (1);
Symbol 915 MovieClip Frame 192
_root.hintergrund.feind7.bully.stop();
Symbol 915 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 915 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 915 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 915 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 915 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 915 MovieClip Frame 208
stop();
Symbol 917 MovieClip Frame 1
stop();
Instance of Symbol 916 MovieClip in Symbol 917 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind7.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind7.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind7.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind7.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 918 MovieClip Frame 1
stop();
Symbol 918 MovieClip Frame 60
_root.hintergrund.feind7.bully.play();
Symbol 919 MovieClip Frame 1
stop();
Instance of Symbol 916 MovieClip in Symbol 919 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind7.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind7.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind7.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind7.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 920 MovieClip Frame 1
stop();
Symbol 920 MovieClip Frame 60
_root.hintergrund.feind7.bully.play();
Symbol 921 MovieClip Frame 1
richtung = 1;
Symbol 921 MovieClip Frame 46
richtung = 2;
Symbol 921 MovieClip Frame 90
richtung = 1;
Symbol 922 MovieClip Frame 1
stop();
Symbol 925 MovieClip Frame 1
stop();
Instance of Symbol 923 MovieClip "hghg" in Symbol 925 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind8.bully.stop();
_root.hintergrund.feind8.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind8.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind8.bully.play();
}
}
Instance of Symbol 923 MovieClip "hghg2" in Symbol 925 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind8.bully.stop();
_root.hintergrund.feind8.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind8.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind8.bully.play();
}
}
Symbol 925 MovieClip Frame 20
_root.didyou.stop();
_root.youare.nextFrame();
_root.hintergrund.feind8.bully.messer.play();
Symbol 925 MovieClip Frame 60
_root.hintergrund.feind8.bully.play();
Symbol 925 MovieClip Frame 105
gotoAndStop (1);
Symbol 925 MovieClip Frame 106
_root.didyou.stop();
_root.hintergrund.feind8.bully.messer2.play();
Symbol 925 MovieClip Frame 123
_root.hintergrund.feind8.bully.play();
Symbol 925 MovieClip Frame 191
gotoAndStop (1);
Symbol 925 MovieClip Frame 192
_root.hintergrund.feind8.bully.stop();
Symbol 925 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 925 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 925 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 925 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 925 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 925 MovieClip Frame 208
stop();
Symbol 927 MovieClip Frame 1
stop();
Instance of Symbol 926 MovieClip in Symbol 927 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind8.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind8.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind8.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind8.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 928 MovieClip Frame 1
stop();
Symbol 928 MovieClip Frame 60
_root.hintergrund.feind8.bully.play();
Symbol 929 MovieClip Frame 1
stop();
Instance of Symbol 926 MovieClip in Symbol 929 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind8.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind8.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind8.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind8.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 930 MovieClip Frame 1
stop();
Symbol 930 MovieClip Frame 60
_root.hintergrund.feind8.bully.play();
Symbol 931 MovieClip Frame 1
richtung = 1;
Symbol 931 MovieClip Frame 46
richtung = 2;
Symbol 931 MovieClip Frame 90
richtung = 1;
Symbol 932 MovieClip Frame 1
stop();
Symbol 937 MovieClip Frame 1
stop();
Instance of Symbol 933 MovieClip "hghg" in Symbol 937 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind9.bully.stop();
_root.hintergrund.feind9.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind9.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind9.bully.play();
}
}
Instance of Symbol 933 MovieClip "hghg2" in Symbol 937 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind9.bully.stop();
_root.hintergrund.feind9.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind9.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind9.bully.play();
}
}
Symbol 937 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind9.bully.messer.play();
Symbol 937 MovieClip Frame 60
_root.hintergrund.feind9.bully.play();
Symbol 937 MovieClip Frame 105
gotoAndStop (1);
Symbol 937 MovieClip Frame 106
_root.youare.nextFrame();
_root.hintergrund.feind9.bully.messer2.play();
Symbol 937 MovieClip Frame 147
_root.hintergrund.feind9.bully.play();
Symbol 937 MovieClip Frame 191
gotoAndStop (1);
Symbol 937 MovieClip Frame 192
_root.hintergrund.feind9.bully.stop();
Symbol 937 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 937 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 937 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 937 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 937 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 937 MovieClip Frame 208
stop();
Symbol 939 MovieClip Frame 1
stop();
Instance of Symbol 938 MovieClip in Symbol 939 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind9.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind9.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind9.bully.messer.inner.gotoAndStop(2);
}
}
}
Symbol 940 MovieClip Frame 1
stop();
Symbol 940 MovieClip Frame 60
_root.hintergrund.feind9.bully.play();
Symbol 941 MovieClip Frame 1
stop();
Instance of Symbol 938 MovieClip in Symbol 941 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind9.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind9.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind9.bully.messer2.inner.gotoAndStop(2);
}
}
}
Symbol 942 MovieClip Frame 1
stop();
Symbol 942 MovieClip Frame 35
_root.hintergrund.feind9.bully.play();
Symbol 943 MovieClip Frame 1
richtung = 1;
Symbol 943 MovieClip Frame 46
richtung = 2;
Symbol 943 MovieClip Frame 90
richtung = 1;
Symbol 944 MovieClip Frame 1
stop();
Symbol 973 MovieClip Frame 47
stop();
Symbol 975 MovieClip Frame 1
stop();
Instance of Symbol 838 MovieClip in Symbol 975 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 838 MovieClip in Symbol 975 MovieClip Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 975 MovieClip Frame 85
stop();
Symbol 978 MovieClip Frame 1
stop();
Symbol 978 MovieClip Frame 7
stop();
Instance of Symbol 977 MovieClip in Symbol 978 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box8.nextFrame();
}
}
Symbol 981 MovieClip Frame 1
stop();
Symbol 981 MovieClip Frame 7
stop();
Instance of Symbol 980 MovieClip in Symbol 981 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box9.nextFrame();
}
}
Symbol 986 MovieClip Frame 1
stop();
Symbol 986 MovieClip Frame 7
stop();
Instance of Symbol 985 MovieClip in Symbol 986 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.blows = _root.anzeigen.blows + 1;
_root.blowsy++;
_root.hintergrund.box10.nextFrame();
}
}
Symbol 989 MovieClip Frame 1
stop();
Instance of Symbol 987 MovieClip "hghg" in Symbol 989 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind10.bully.stop();
_root.hintergrund.feind10.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind10.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind10.bully.play();
}
}
Instance of Symbol 987 MovieClip "hghg2" in Symbol 989 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind10.bully.stop();
_root.hintergrund.feind10.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind10.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind10.bully.play();
}
}
Symbol 989 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind10.bully.messer.play();
Symbol 989 MovieClip Frame 60
_root.hintergrund.feind10.bully.play();
Symbol 989 MovieClip Frame 105
gotoAndStop (1);
Symbol 989 MovieClip Frame 106
_root.hintergrund.feind10.bully.messer2.play();
Symbol 989 MovieClip Frame 123
_root.hintergrund.feind10.bully.play();
Symbol 989 MovieClip Frame 191
gotoAndStop (1);
Symbol 989 MovieClip Frame 192
_root.hintergrund.feind10.bully.stop();
Symbol 989 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 989 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 989 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 989 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 989 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 989 MovieClip Frame 208
stop();
Symbol 991 MovieClip Frame 1
stop();
Instance of Symbol 990 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind10.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind10.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind10.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind10.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 992 MovieClip Frame 1
stop();
Symbol 992 MovieClip Frame 60
_root.hintergrund.feind10.bully.play();
Symbol 993 MovieClip Frame 1
stop();
Instance of Symbol 990 MovieClip in Symbol 993 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind10.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind10.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind10.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind10.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 994 MovieClip Frame 1
stop();
Symbol 994 MovieClip Frame 60
_root.hintergrund.feind10.bully.play();
Symbol 995 MovieClip Frame 1
richtung = 1;
Symbol 995 MovieClip Frame 46
richtung = 2;
Symbol 995 MovieClip Frame 90
richtung = 1;
Symbol 996 MovieClip Frame 1
stop();
Symbol 999 MovieClip Frame 1
stop();
Instance of Symbol 997 MovieClip "hghg" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind11.bully.stop();
_root.hintergrund.feind11.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind11.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind11.bully.play();
}
}
Instance of Symbol 997 MovieClip "hghg2" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind11.bully.stop();
_root.hintergrund.feind11.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind11.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind11.bully.play();
}
}
Symbol 999 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind11.bully.messer.play();
Symbol 999 MovieClip Frame 60
_root.hintergrund.feind11.bully.play();
Symbol 999 MovieClip Frame 105
gotoAndStop (1);
Symbol 999 MovieClip Frame 106
_root.youare.nextFrame();
_root.hintergrund.feind11.bully.messer2.play();
Symbol 999 MovieClip Frame 147
_root.hintergrund.feind11.bully.play();
Symbol 999 MovieClip Frame 191
gotoAndStop (1);
Symbol 999 MovieClip Frame 192
_root.hintergrund.feind11.bully.stop();
Symbol 999 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 999 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 999 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 999 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 999 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 999 MovieClip Frame 208
stop();
Symbol 1001 MovieClip Frame 1
stop();
Instance of Symbol 1000 MovieClip in Symbol 1001 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind11.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind11.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind11.bully.messer.inner.gotoAndStop(2);
}
}
}
Symbol 1002 MovieClip Frame 1
stop();
Symbol 1002 MovieClip Frame 60
_root.hintergrund.feind11.bully.play();
Symbol 1003 MovieClip Frame 1
stop();
Instance of Symbol 1000 MovieClip in Symbol 1003 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind11.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind11.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind11.bully.messer2.inner.gotoAndStop(2);
}
}
}
Symbol 1004 MovieClip Frame 1
stop();
Symbol 1004 MovieClip Frame 35
_root.hintergrund.feind11.bully.play();
Symbol 1005 MovieClip Frame 1
richtung = 1;
Symbol 1005 MovieClip Frame 46
richtung = 2;
Symbol 1005 MovieClip Frame 90
richtung = 1;
Symbol 1006 MovieClip Frame 1
stop();
Symbol 1009 MovieClip Frame 1
stop();
Symbol 1009 MovieClip Frame 7
stop();
Instance of Symbol 1008 MovieClip in Symbol 1009 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box.nextFrame();
}
}
Symbol 1012 MovieClip Frame 1
stop();
Symbol 1012 MovieClip Frame 7
stop();
Instance of Symbol 1011 MovieClip in Symbol 1012 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box4.nextFrame();
}
}
Symbol 1015 MovieClip Frame 1
stop();
Symbol 1015 MovieClip Frame 7
stop();
Instance of Symbol 1014 MovieClip in Symbol 1015 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.blows = _root.anzeigen.blows + 1;
_root.blowsy++;
_root.hintergrund.box6.nextFrame();
}
}
Symbol 1018 MovieClip Frame 1
stop();
Symbol 1018 MovieClip Frame 7
stop();
Instance of Symbol 1017 MovieClip in Symbol 1018 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.blows = _root.anzeigen.blows + 1;
_root.blowsy++;
_root.hintergrund.box12.nextFrame();
}
}
Symbol 1021 MovieClip Frame 1
stop();
Instance of Symbol 1019 MovieClip "hghg" in Symbol 1021 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind12.bully.stop();
_root.hintergrund.feind12.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind12.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind12.bully.play();
}
}
Instance of Symbol 1019 MovieClip "hghg2" in Symbol 1021 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind12.bully.stop();
_root.hintergrund.feind12.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind12.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind12.bully.play();
}
}
Symbol 1021 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind12.bully.messer.play();
Symbol 1021 MovieClip Frame 60
_root.hintergrund.feind12.bully.play();
Symbol 1021 MovieClip Frame 105
gotoAndStop (1);
Symbol 1021 MovieClip Frame 106
_root.hintergrund.feind12.bully.messer2.play();
Symbol 1021 MovieClip Frame 123
_root.hintergrund.feind12.bully.play();
Symbol 1021 MovieClip Frame 191
gotoAndStop (1);
Symbol 1021 MovieClip Frame 192
_root.hintergrund.feind12.bully.stop();
Symbol 1021 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1021 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1021 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1021 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1021 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1021 MovieClip Frame 208
stop();
Symbol 1023 MovieClip Frame 1
stop();
Instance of Symbol 1022 MovieClip in Symbol 1023 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind12.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind10.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind12.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind12.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 1024 MovieClip Frame 1
stop();
Symbol 1024 MovieClip Frame 60
_root.hintergrund.feind12.bully.play();
Symbol 1025 MovieClip Frame 1
stop();
Instance of Symbol 1022 MovieClip in Symbol 1025 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind12.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind12.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind12.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind12.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 1026 MovieClip Frame 1
stop();
Symbol 1026 MovieClip Frame 60
_root.hintergrund.feind12.bully.play();
Symbol 1027 MovieClip Frame 1
richtung = 1;
Symbol 1027 MovieClip Frame 46
richtung = 2;
Symbol 1027 MovieClip Frame 90
richtung = 1;
Symbol 1028 MovieClip Frame 1
stop();
Symbol 1034 MovieClip Frame 1
stop();
Symbol 1034 MovieClip Frame 7
stop();
Instance of Symbol 1032 MovieClip in Symbol 1034 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.lives = _root.anzeigen.lives + 1;
_root.anzeigen.bar.gotoAndStop(1);
_root.hintergrund.box13.nextFrame();
}
}
Symbol 1036 MovieClip Frame 1
stop();
Instance of Symbol 773 MovieClip in Symbol 1036 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.vogel6.play();
}
}
Symbol 1036 MovieClip Frame 51
stop();
Symbol 1037 MovieClip Frame 1
stop();
Instance of Symbol 773 MovieClip in Symbol 1037 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.vogel4.play();
}
}
Symbol 1037 MovieClip Frame 51
stop();
Symbol 1038 MovieClip Frame 1
stop();
Instance of Symbol 773 MovieClip in Symbol 1038 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.vogel5.play();
}
}
Symbol 1038 MovieClip Frame 51
stop();
Symbol 1039 MovieClip Frame 1
stop();
Instance of Symbol 773 MovieClip in Symbol 1039 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.vogel7.play();
}
}
Symbol 1039 MovieClip Frame 51
stop();
Symbol 1042 MovieClip Frame 1
stop();
Instance of Symbol 1040 MovieClip "hghg" in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind13.bully.stop();
_root.hintergrund.feind13.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind13.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind13.bully.play();
}
}
Instance of Symbol 1040 MovieClip "hghg2" in Symbol 1042 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind13.bully.stop();
_root.hintergrund.feind13.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind13.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind13.bully.play();
}
}
Symbol 1042 MovieClip Frame 20
_root.youare.nextFrame();
_root.hintergrund.feind13.bully.messer.play();
Symbol 1042 MovieClip Frame 60
_root.hintergrund.feind13.bully.play();
Symbol 1042 MovieClip Frame 105
gotoAndStop (1);
Symbol 1042 MovieClip Frame 106
_root.youare.nextFrame();
_root.hintergrund.feind13.bully.messer2.play();
Symbol 1042 MovieClip Frame 147
_root.hintergrund.feind13.bully.play();
Symbol 1042 MovieClip Frame 191
gotoAndStop (1);
Symbol 1042 MovieClip Frame 192
_root.hintergrund.feind13.bully.stop();
Symbol 1042 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind13._x = _root.hintergrund.feind13._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind13._x = _root.hintergrund.feind13._x + 10;
}
Symbol 1042 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind13._x = _root.hintergrund.feind13._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind13._x = _root.hintergrund.feind13._x + 10;
}
Symbol 1042 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind13._x = _root.hintergrund.feind13._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind13._x = _root.hintergrund.feind13._x + 10;
}
Symbol 1042 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 13;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 13;
}
Symbol 1042 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 13;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 13;
}
Symbol 1042 MovieClip Frame 208
stop();
Symbol 1044 MovieClip Frame 1
stop();
Instance of Symbol 1043 MovieClip in Symbol 1044 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind13.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind13.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind13.bully.messer.inner.gotoAndStop(2);
}
}
}
Symbol 1045 MovieClip Frame 1
stop();
Symbol 1045 MovieClip Frame 60
_root.hintergrund.feind13.bully.play();
Symbol 1046 MovieClip Frame 1
stop();
Instance of Symbol 1043 MovieClip in Symbol 1046 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind13.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind13.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind13.bully.messer2.inner.gotoAndStop(2);
}
}
}
Symbol 1047 MovieClip Frame 1
stop();
Symbol 1047 MovieClip Frame 35
_root.hintergrund.feind13.bully.play();
Symbol 1048 MovieClip Frame 1
richtung = 1;
Symbol 1048 MovieClip Frame 46
richtung = 2;
Symbol 1048 MovieClip Frame 90
richtung = 1;
Symbol 1049 MovieClip Frame 1
stop();
Symbol 1052 MovieClip Frame 1
stop();
Instance of Symbol 1050 MovieClip "hghg" in Symbol 1052 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind14.bully.stop();
_root.hintergrund.feind14.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind14.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind14.bully.play();
}
}
Instance of Symbol 1050 MovieClip "hghg2" in Symbol 1052 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind14.bully.stop();
_root.hintergrund.feind14.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind14.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind14.bully.play();
}
}
Symbol 1052 MovieClip Frame 20
_root.hintergrund.feind14.bully.messer.play();
Symbol 1052 MovieClip Frame 60
_root.hintergrund.feind14.bully.play();
Symbol 1052 MovieClip Frame 105
gotoAndStop (1);
Symbol 1052 MovieClip Frame 106
_root.hintergrund.feind14.bully.messer2.play();
Symbol 1052 MovieClip Frame 123
_root.hintergrund.feind14.bully.play();
Symbol 1052 MovieClip Frame 191
gotoAndStop (1);
Symbol 1052 MovieClip Frame 192
_root.hintergrund.feind14.bully.stop();
Symbol 1052 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x + 10;
}
Symbol 1052 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x + 10;
}
Symbol 1052 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x + 10;
}
Symbol 1052 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x + 10;
}
Symbol 1052 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind14._x = _root.hintergrund.feind14._x + 10;
}
Symbol 1052 MovieClip Frame 208
_root.enemy2 = 0;
stop();
Symbol 1054 MovieClip Frame 1
stop();
Instance of Symbol 1053 MovieClip in Symbol 1054 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind14.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind14.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind14.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind14.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 1055 MovieClip Frame 1
stop();
Symbol 1055 MovieClip Frame 60
_root.hintergrund.feind14.bully.play();
Symbol 1056 MovieClip Frame 1
stop();
Instance of Symbol 1053 MovieClip in Symbol 1056 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind14.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind14.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind14.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind14.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 1057 MovieClip Frame 1
stop();
Symbol 1057 MovieClip Frame 60
_root.hintergrund.feind14.bully.play();
Symbol 1058 MovieClip Frame 1
richtung = 1;
Symbol 1058 MovieClip Frame 46
richtung = 2;
Symbol 1058 MovieClip Frame 90
richtung = 1;
Symbol 1059 MovieClip Frame 1
stop();
Symbol 1062 Button
on (keyPress "1") {
gotoAndStop (1);
}
Symbol 1063 MovieClip Frame 1
stop();
Instance of Symbol 780 MovieClip "2a" in Symbol 1063 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprung)) {
_root.bewegen = 0;
_root.splashy._x = _root.char._x;
_root.splashy.play();
}
}
Instance of Symbol 780 MovieClip "3a" in Symbol 1063 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprung)) {
_root.splashy2._x = _root.char._x;
_root.splashy2.play();
_root.bewegen = 0;
}
}
Instance of Symbol 780 MovieClip "4a" in Symbol 1063 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprung)) {
if (_root.hintergrund._x <= -9115) {
_root.splashy3._x = _root.char._x;
_root.splashy3.play();
_root.bewegen = 0;
} else if (_root.hintergrund._x >= -9115) {
_root.splashy2._x = _root.char._x;
_root.splashy2.play();
_root.bewegen = 0;
}
}
}
Instance of Symbol 792 MovieClip in Symbol 1063 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 794 MovieClip in Symbol 1063 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 794 MovieClip in Symbol 1063 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Symbol 1064 MovieClip Frame 1
stop();
Symbol 1064 MovieClip Frame 2
if (_root.char._x <= 272) {
_root.char._x = _root.char._x + 8;
_root.hintergrund._x = _root.hintergrund._x + 8;
_root.hintergrund2._x = _root.hintergrund2._x + 4;
}
gotoAndStop (1);
Symbol 1064 MovieClip Frame 3
if (_root.char._x >= 169) {
_root.char._x = _root.char._x - 8;
_root.hintergrund._x = _root.hintergrund._x - 8;
_root.hintergrund2._x = _root.hintergrund2._x - 4;
}
gotoAndStop (1);
Symbol 1065 MovieClip Frame 2
stop();
Symbol 1068 MovieClip Frame 1
stop();
Symbol 1068 MovieClip Frame 3
_root.hitter = 0;
Instance of Symbol 1066 MovieClip "hitty" in Symbol 1068 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind1.bully.inner.treffer)) {
_root.hintergrund.feind1.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind2.bully.inner.treffer)) {
_root.hintergrund.feind2.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind3.bully.inner.treffer)) {
_root.hintergrund.feind3.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind4.bully.inner.treffer)) {
_root.hintergrund.feind4.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind5.bully.inner.treffer)) {
_root.hintergrund.feind5.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind6.bully.inner.treffer)) {
_root.hintergrund.feind6.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind7.bully.inner.treffer)) {
_root.hintergrund.feind7.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind8.bully.inner.treffer)) {
_root.hintergrund.feind8.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind9.bully.inner.treffer)) {
_root.hintergrund.feind9.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind10.bully.inner.treffer)) {
_root.hintergrund.feind10.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind12.bully.inner.treffer)) {
_root.hintergrund.feind12.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.peitschenmann.inner.inner2.hit)) {
_root.hintergrund.peitschenmann.play();
}
if (this.hitTest(_root.hintergrund.koi.koi2.treffer)) {
_root.hintergrund.koi.koi2.play();
}
if (this.hitTest(_root.hintergrund.transformer1.transformer2.treffer)) {
_root.hintergrund.transformer1.transformer2.inner.inner2.play();
}
if (this.hitTest(_root.hintergrund.box.hit)) {
_root.hintergrund.box.play();
}
if (this.hitTest(_root.hintergrund.box2.hit)) {
_root.hintergrund.box2.play();
}
if (this.hitTest(_root.hintergrund.box3.hit)) {
_root.hintergrund.box3.play();
}
if (this.hitTest(_root.hintergrund.box4.hit)) {
_root.hintergrund.box4.play();
}
if (this.hitTest(_root.hintergrund.box5.hit)) {
_root.hintergrund.box5.play();
}
if (this.hitTest(_root.hintergrund.box6.hit)) {
_root.hintergrund.box6.play();
}
if (this.hitTest(_root.hintergrund.box7.hit)) {
_root.hintergrund.box7.play();
}
if (this.hitTest(_root.hintergrund.box8.hit)) {
_root.hintergrund.box8.play();
}
if (this.hitTest(_root.hintergrund.box9.hit)) {
_root.hintergrund.box9.play();
}
if (this.hitTest(_root.hintergrund.box10.hit)) {
_root.hintergrund.box10.play();
}
if (this.hitTest(_root.hintergrund.box11.hit)) {
_root.hintergrund.box11.play();
}
if (this.hitTest(_root.hintergrund.box12.hit)) {
_root.hintergrund.box12.play();
}
if (this.hitTest(_root.hintergrund.box13.hit)) {
_root.hintergrund.box13.play();
}
if (this.hitTest(_root.hintergrund.vase1.hit)) {
_root.hintergrund.vase1.play();
}
if (this.hitTest(_root.hintergrund.tisch1.hit)) {
_root.hintergrund.tisch1.play();
}
if (this.hitTest(_root.hintergrund.vase2.hit)) {
_root.hintergrund.vase2.play();
}
if (this.hitTest(_root.hintergrund.vase3.hit)) {
_root.hintergrund.vase3.play();
}
if (this.hitTest(_root.hintergrund.tisch2.hit)) {
_root.hintergrund.tisch2.play();
}
if (this.hitTest(_root.hintergrund.abseiler1.abseiler.body.treffer)) {
_root.hintergrund.abseiler1.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler2.abseiler.body.treffer)) {
_root.hintergrund.abseiler2.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler3.abseiler.body.treffer)) {
_root.hintergrund.abseiler3.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler4.abseiler.body.treffer)) {
_root.hintergrund.abseiler4.abseiler.body.play();
}
}
Symbol 1068 MovieClip Frame 69
Symbol 1068 MovieClip Frame 70
_root.hitter = 0;
Symbol 1068 MovieClip Frame 136
Symbol 1068 MovieClip Frame 137
_root.hitter = 0;
Symbol 1068 MovieClip Frame 203
Symbol 1068 MovieClip Frame 204
_root.hitter = 0;
Symbol 1068 MovieClip Frame 270
_root.hitter = 1;
Symbol 1071 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1072 MovieClip Frame 1
stop();
Symbol 1074 MovieClip Frame 1
stop();
Symbol 1075 MovieClip Frame 1
stop();
Instance of Symbol 1066 MovieClip "hitty" in Symbol 1078 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind1.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind1.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind2.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind2.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind3.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind3.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind4.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind4.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind5.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind5.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind6.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind6.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind7.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind7.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind8.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind8.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind9.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind9.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind10.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind10.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind12.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind12.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind13.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind13.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind14.bully.inner.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.feind14.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.peitschenmann.inner.inner2.hit)) {
_root.schwerthieb.play();
_root.hintergrund.peitschenmann.play();
}
if (this.hitTest(_root.hintergrund.koi.koi2.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.koi.koi2.play();
}
if (this.hitTest(_root.hintergrund.transformer1.transformer2.treffer)) {
_root.hintergrund.transformer1.transformer2.inner.inner2.play();
}
if (this.hitTest(_root.hintergrund.box.hit)) {
_root.hintergrund.box.play();
}
if (this.hitTest(_root.hintergrund.box2.hit)) {
_root.hintergrund.box2.play();
}
if (this.hitTest(_root.hintergrund.box3.hit)) {
_root.hintergrund.box3.play();
}
if (this.hitTest(_root.hintergrund.box4.hit)) {
_root.hintergrund.box4.play();
}
if (this.hitTest(_root.hintergrund.box5.hit)) {
_root.hintergrund.box5.play();
}
if (this.hitTest(_root.hintergrund.box6.hit)) {
_root.hintergrund.box6.play();
}
if (this.hitTest(_root.hintergrund.box7.hit)) {
_root.hintergrund.box7.play();
}
if (this.hitTest(_root.hintergrund.box8.hit)) {
_root.hintergrund.box8.play();
}
if (this.hitTest(_root.hintergrund.box9.hit)) {
_root.hintergrund.box9.play();
}
if (this.hitTest(_root.hintergrund.box10.hit)) {
_root.hintergrund.box10.play();
}
if (this.hitTest(_root.hintergrund.box11.hit)) {
_root.hintergrund.box11.play();
}
if (this.hitTest(_root.hintergrund.box12.hit)) {
_root.hintergrund.box12.play();
}
if (this.hitTest(_root.hintergrund.box13.hit)) {
_root.hintergrund.box13.play();
}
if (this.hitTest(_root.hintergrund.aquarium.box13.hit)) {
_root.hintergrund.aquarium.box13.play();
}
if (this.hitTest(_root.hintergrund.vase1.hit)) {
_root.hintergrund.vase1.play();
}
if (this.hitTest(_root.hintergrund.tisch1.hit)) {
_root.hintergrund.tisch1.play();
}
if (this.hitTest(_root.hintergrund.vase2.hit)) {
_root.hintergrund.vase2.play();
}
if (this.hitTest(_root.hintergrund.vase3.hit)) {
_root.hintergrund.vase3.play();
}
if (this.hitTest(_root.hintergrund.tisch2.hit)) {
_root.hintergrund.tisch2.play();
}
if (this.hitTest(_root.hintergrund.abseiler1.abseiler.body.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.abseiler1.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler2.abseiler.body.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.abseiler2.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler3.abseiler.body.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.abseiler3.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler4.abseiler.body.treffer)) {
_root.schwerthieb.play();
_root.hintergrund.abseiler4.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.aquarium.hit)) {
_root.hintergrund.aquarium.play();
}
if (this.hitTest(_root.hintergrund.aquarium.risse.hit)) {
_root.hintergrund.aquarium.play();
}
if (this.hitTest(_root.hintergrund.topf1.hit)) {
_root.hintergrund.topf1.play();
}
if (this.hitTest(_root.hintergrund.topf2.hit)) {
_root.hintergrund.topf2.play();
}
if (this.hitTest(_root.hintergrund.koi.koi2.kaefig.hit)) {
_root.hintergrund.koi.koi2.kaefig.play();
}
}
Symbol 1079 MovieClip Frame 1
_root.schwerti = 0;
Symbol 1079 MovieClip Frame 4
_root.schwertstreich.play();
Symbol 1079 MovieClip Frame 12
_root.schwerti = 1;
Symbol 1079 MovieClip Frame 13
_root.schwerti = 1;
stop();
Instance of Symbol 1081 MovieClip in Symbol 1082 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind1.bully.inner.treffer)) {
_root.hintergrund.feind1.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind2.bully.inner.treffer)) {
_root.hintergrund.feind2.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind3.bully.inner.treffer)) {
_root.hintergrund.feind3.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind4.bully.inner.treffer)) {
_root.hintergrund.feind4.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind5.bully.inner.treffer)) {
_root.hintergrund.feind5.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind6.bully.inner.treffer)) {
_root.hintergrund.feind6.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind7.bully.inner.treffer)) {
_root.hintergrund.feind7.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind8.bully.inner.treffer)) {
_root.hintergrund.feind8.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind9.bully.inner.treffer)) {
_root.hintergrund.feind9.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind10.bully.inner.treffer)) {
_root.hintergrund.feind10.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind12.bully.inner.treffer)) {
_root.hintergrund.feind12.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind13.bully.inner.treffer)) {
_root.hintergrund.feind13.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.feind14.bully.inner.treffer)) {
_root.hintergrund.feind14.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.hintergrund.peitschenmann.inner.inner2.hit)) {
_root.hintergrund.peitschenmann.play();
}
if (this.hitTest(_root.hintergrund.koi.koi2.treffer)) {
_root.hintergrund.koi.koi2.play();
}
if (this.hitTest(_root.hintergrund.transformer1.transformer2.treffer)) {
_root.hintergrund.transformer1.transformer2.inner.inner2.play();
}
if (this.hitTest(_root.hintergrund.abseiler1.abseiler.body.treffer)) {
_root.hintergrund.abseiler1.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler2.abseiler.body.treffer)) {
_root.hintergrund.abseiler2.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler3.abseiler.body.treffer)) {
_root.hintergrund.abseiler3.abseiler.body.play();
}
if (this.hitTest(_root.hintergrund.abseiler4.abseiler.body.treffer)) {
_root.hintergrund.abseiler4.abseiler.body.play();
}
}
Symbol 1086 MovieClip Frame 1
_root.anzeigen.blows--;
_root.blowsy--;
_root.blasi = 0;
Symbol 1086 MovieClip Frame 90
_root.blasi = 1;
Symbol 1086 MovieClip Frame 94
_root.blasi = 1;
stop();
Symbol 1090 MovieClip Frame 1
_root.anzeigen.demons--;
_root.ninjy--;
_root.blasi = 0;
Symbol 1090 MovieClip Frame 69
_root.demon.play();
Symbol 1090 MovieClip Frame 86
_root.blasi = 1;
Symbol 1091 MovieClip Frame 1
stopAllSounds();
_root.trefferlinks.flacker.gotoAndStop(8);
_root.trefferrechts.flacker.gotoAndStop(8);
Symbol 1091 MovieClip Frame 89
_root.attachMovie("conty", "conty", 1048597);
_root.conty._x = 0;
_root.conty._y = 0;
if (_root.travel == 1) {
_root.gotoAndStop("gameover");
}
if (_root.travel == 2) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg");
}
if (_root.travel == 3) {
_root.gotoAndStop("gameover");
}
if (_root.travel == 4) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg2");
_root.hintergrund.koi.gotoAndStop(1);
_root.hintergrund.peitschenmann.gotoAndStop(1);
}
if (_root.travel == 5) {
_root.gotoAndStop("gameover");
}
if (_root.travel == 6) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg3");
_root.hintergrund.koi.gotoAndStop(1);
}
if (_root.travel == 7) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg3");
_root.hintergrund.koi.gotoAndStop(1);
}
stop();
Symbol 1092 MovieClip Frame 1
_root.bewegen = 1;
_root.sprung._alpha = 0;
Symbol 1092 MovieClip Frame 5
_root.sprung._alpha = 0;
Symbol 1092 MovieClip Frame 8
gotoAndStop (1);
Symbol 1092 MovieClip Frame 9
_root.sprung._alpha = 0;
Symbol 1092 MovieClip Frame 12
gotoAndStop (1);
Symbol 1092 MovieClip Frame 13
_root.sprung._alpha = 0;
_root.bewegen = 0;
Symbol 1092 MovieClip Frame 26
gotoAndStop ("idle");
Symbol 1092 MovieClip Frame 27
_root.sprung._alpha = 100;
_root.sprung._x = _root.char._x;
_root.sprung._y = _root.char._y - 20;
_root.sprung.play();
_root.bewegen = 1;
Symbol 1092 MovieClip Frame 28
_root.sprung._alpha = 100;
_root.sprung._x = _root.char._x;
_root.sprung._y = _root.char._y - 20;
_root.sprung.gotoAndPlay("last");
_root.bewegen = 1;
Symbol 1092 MovieClip Frame 32
_root.sprung._alpha = 0;
_root.bewegen = 0;
Symbol 1092 MovieClip Frame 50
gotoAndStop (1);
Symbol 1092 MovieClip Frame 51
_root.sprung._alpha = 0;
_root.bewegen = 0;
Symbol 1092 MovieClip Frame 144
gotoAndStop (1);
Symbol 1092 MovieClip Frame 145
_root.sprung._alpha = 0;
_root.bewegen = 0;
Symbol 1092 MovieClip Frame 154
_root.sprung._alpha = 0;
_root.schwerti = 0;
_root.blasi = 0;
_root.bewegen = 0;
Symbol 1093 MovieClip Frame 4
stop();
Symbol 1095 MovieClip Frame 1
_root.sprung.schlingel._alpha = 100;
_root.sprung.schwerthieb._alpha = 0;
stop();
Symbol 1095 MovieClip Frame 2
_root.sprung.schlingel._alpha = 0;
_root.sprung.schwerthieb._alpha = 100;
Symbol 1095 MovieClip Frame 3
_root.sprung.schlingel._alpha = 0;
Symbol 1095 MovieClip Frame 4
_root.sprung.schlingel._alpha = 0;
_root.schwertstreich.play();
Symbol 1095 MovieClip Frame 5
_root.sprung.schlingel._alpha = 0;
Symbol 1095 MovieClip Frame 6
_root.sprung.schlingel._alpha = 0;
Symbol 1095 MovieClip Frame 7
_root.sprung.schlingel._alpha = 0;
Symbol 1095 MovieClip Frame 8
_root.sprung.schlingel._alpha = 0;
Symbol 1095 MovieClip Frame 9
_root.sprung.schlingel._alpha = 0;
_root.schwertknopf = 0;
Symbol 1095 MovieClip Frame 10
_root.sprung.schlingel._alpha = 0;
Symbol 1095 MovieClip Frame 11
_root.sprung.schlingel._alpha = 0;
Symbol 1095 MovieClip Frame 12
_root.sprung.schlingel._alpha = 0;
_root.schwerti = 1;
Symbol 1095 MovieClip Frame 13
_root.sprung.schlingel._alpha = 0;
_root.schwerti = 1;
Symbol 1098 MovieClip [sprung] Frame 1
_root.schwerti = 1;
if (_root.firstjump == 1) {
gotoAndStop (2);
_root.firstjump = 2;
}
_root.jump._alpha = 0;
_root.char._alpha = 100;
stop();
Symbol 1098 MovieClip [sprung] Frame 3
_root.sprungknopf = 0;
Instance of Symbol 1095 MovieClip "schwerthieb" in Symbol 1098 MovieClip [sprung] Frame 148
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 39) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 37) {
_root.sprungknopf = 1;
}
if (Key.getCode() == 83) {
_root.schwertknopf = 1;
_root.ducky = 1;
}
if (Key.getCode() == 68) {
_root.blasknopf = 1;
_root.ducky = 1;
}
}
Symbol 1101 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 1101 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 1102 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 1102 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
_root.hitter = 0;
Symbol 1104 MovieClip Frame 1
stop();
Symbol 1104 MovieClip Frame 2
_root.schnarch.start(0, 999);
Symbol 1114 MovieClip Frame 1
stop();
Symbol 1114 MovieClip Frame 2
_root.nextFrame();
Symbol 1114 MovieClip Frame 20
_root.anzeigen.lives--;
if (_root.anzeigen.lives >= 1) {
_root.attachMovie("wasserspass", "wasserspass", 1048597);
_root.wasserspass._x = -0.25;
_root.wasserspass._y = -0.65;
}
Symbol 1114 MovieClip Frame 35
_root.wasserleiche = 1;
if (_root.anzeigen.lives <= 0) {
_root.splashy._x = _root.splashy._x - 1000;
_root.attachMovie("conty", "conty", 1048597);
_root.conty._x = 0;
_root.conty._y = 0;
_root.gotoAndStop("gameover");
}
Symbol 1114 MovieClip Frame 75
if (_root.anzeigen.lives >= 1) {
_root.prevFrame();
_root.anzeigen.stars++;
_root.splashy._x = _root.splashy._x - 1000;
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -1207;
_root.hintergrund2._x = -1571;
_root.hintergrund3._x = -843;
_root.sprungknopf = 1;
_root.bewegen = 1;
}
Symbol 1115 MovieClip Frame 1
stop();
Symbol 1115 MovieClip Frame 2
_root.nextFrame();
Symbol 1115 MovieClip Frame 20
_root.anzeigen.lives--;
if (_root.anzeigen.lives >= 1) {
_root.attachMovie("wasserspass", "wasserspass", 1048597);
_root.wasserspass._x = -0.25;
_root.wasserspass._y = -0.65;
}
Symbol 1115 MovieClip Frame 35
_root.wasserleiche = 1;
if (_root.anzeigen.lives <= 0) {
_root.attachMovie("conty", "conty", 1048597);
_root.conty._x = 0;
_root.conty._y = 0;
_root.splashy2._x = _root.splashy2._x - 1000;
_root.gotoAndStop("gameover");
}
Symbol 1115 MovieClip Frame 75
if (_root.anzeigen.lives >= 1) {
_root.prevFrame();
_root.anzeigen.stars++;
_root.splashy2._x = _root.splashy2._x - 1000;
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.sprungknopf = 1;
_root.bewegen = 1;
}
Symbol 1116 MovieClip Frame 1
stop();
Symbol 1116 MovieClip Frame 2
_root.nextFrame();
Symbol 1116 MovieClip Frame 20
_root.anzeigen.lives--;
if (_root.anzeigen.lives >= 1) {
_root.attachMovie("wasserspass", "wasserspass", 1048597);
_root.wasserspass._x = -0.25;
_root.wasserspass._y = -0.65;
}
Symbol 1116 MovieClip Frame 35
_root.wasserleiche = 1;
if (_root.anzeigen.lives <= 0) {
_root.attachMovie("conty", "conty", 1048597);
_root.conty._x = 0;
_root.conty._y = 0;
_root.splashy3._x = _root.splashy3._x - 1000;
_root.gotoAndStop("weg");
_root.hintergrund.koi.gotoAndStop(1);
}
Symbol 1116 MovieClip Frame 75
if (_root.anzeigen.lives >= 1) {
_root.prevFrame();
_root.anzeigent.stars++;
_root.splashy3._x = _root.splashy3._x - 1000;
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -9123;
_root.char._x = 241;
_root.sprungknopf = 1;
_root.bewegen = 1;
}
Symbol 1118 MovieClip Frame 1
_root.hochsprung = 0;
stop();
Instance of Symbol 586 MovieClip in Symbol 1118 MovieClip Frame 2
onClipEvent (keyUp) {
if (Key.getCode() == 38) {
_root.hochsprung = 1;
}
}
Symbol 1119 MovieClip Frame 1
stop();
Symbol 1120 MovieClip Frame 1
_root.bewegen = 1;
stop();
Symbol 1120 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerrechts", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.char._x + (_width + 85);
_root["sparo" + shotCount]._y = _root.char._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 70;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 10;
_root.bewegen = 0;
_root.anzeigen.stars--;
Symbol 1120 MovieClip Frame 7
_root.wurfknopf = 0;
Symbol 1120 MovieClip Frame 16
_root.wurfknopf = 1;
Symbol 1121 MovieClip Frame 1
_root.bewegen = 1;
_root.anzeigen.stars--;
stop();
Symbol 1121 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerlinks", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.char._x + (_width + 85);
_root["sparo" + shotCount]._y = _root.char._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 70;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 120;
_root.bewegen = 0;
Symbol 1121 MovieClip Frame 7
_root.wurfknopf = 0;
Symbol 1121 MovieClip Frame 16
_root.wurfknopf = 1;
Symbol 1122 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 1122 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 1123 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 1123 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
_root.hitter = 0;
Symbol 1123 MovieClip Frame 3
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1123 MovieClip Frame 4
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1123 MovieClip Frame 5
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1123 MovieClip Frame 6
if (_root.char._x >= 25) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1124 MovieClip Frame 1
stop();
Symbol 1124 MovieClip Frame 2
_root.char.absprung.play();
Symbol 1125 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 1125 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 1126 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 1126 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x <= 510) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 1126 MovieClip Frame 3
if (_root.char._x <= 510) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1126 MovieClip Frame 4
if (_root.char._x <= 510) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1126 MovieClip Frame 5
if (_root.char._x <= 510) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1126 MovieClip Frame 6
if (_root.char._x <= 510) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1127 MovieClip Frame 1
stop();
Symbol 1127 MovieClip Frame 2
_root.char.absprung2.play();
Symbol 1134 MovieClip Frame 1
stop();
Symbol 1134 MovieClip Frame 2
stop();
Symbol 1135 MovieClip Frame 1
stop();
Symbol 1143 MovieClip Frame 149
gotoAndPlay (2);
Symbol 1144 MovieClip Frame 90
stop();
Symbol 1145 MovieClip Frame 1
stop();
Symbol 1146 MovieClip Frame 1
stop();
Symbol 1146 MovieClip Frame 149
gotoAndPlay (2);
Symbol 1151 MovieClip Frame 1
stop();
Symbol 1151 MovieClip Frame 149
gotoAndPlay (2);
Symbol 1156 MovieClip Frame 1
stop();
Symbol 1159 MovieClip Frame 1
stop();
Symbol 1161 MovieClip Frame 1
stop();
Symbol 1162 MovieClip Frame 5
_root.sprungknopf = 1;
stop();
Symbol 1163 MovieClip Frame 1
stop();
Symbol 1163 MovieClip Frame 2
_root.schnarch.start(0, 999);
Symbol 1171 MovieClip Frame 1
stop();
Symbol 1172 Button
on (keyPress "2") {
gotoAndStop (2);
}
Symbol 1173 Button
on (keyPress "2") {
gotoAndStop (1);
}
Symbol 1174 MovieClip Frame 1
stop();
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1171 MovieClip in Symbol 1174 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Symbol 1176 MovieClip Frame 1
stop();
Symbol 1180 MovieClip Frame 1
stop();
Symbol 1181 MovieClip Frame 1
stop();
Instance of Symbol 1179 MovieClip "nextlevel" in Symbol 1181 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sprung)) {
stopAllSounds();
_root.gotoAndStop("level3");
}
if (this.hitTest(_root.char.berni)) {
stopAllSounds();
_root.gotoAndStop("level3");
}
}
Symbol 1197 MovieClip Frame 1
stop();
Symbol 1197 MovieClip Frame 11
if (_root.hintergrund.vase1.vaseline == 0) {
_root.hintergrund.vase1.gotoAndPlay("fall");
}
stop();
Symbol 1212 MovieClip Frame 1
vaseline = 0;
stop();
Symbol 1212 MovieClip Frame 2
vaseline = 1;
Symbol 1212 MovieClip Frame 11
stop();
Symbol 1212 MovieClip Frame 12
_root.hintergrund.vase1._y = _root.hintergrund.vase1._y + 10;
Symbol 1212 MovieClip Frame 13
_root.hintergrund.vase1._y = _root.hintergrund.vase1._y + 10;
Symbol 1212 MovieClip Frame 14
_root.hintergrund.vase1._y = _root.hintergrund.vase1._y + 10;
Symbol 1212 MovieClip Frame 15
_root.hintergrund.vase1._y = _root.hintergrund.vase1._y + 10;
Symbol 1212 MovieClip Frame 16
_root.hintergrund.vase1._y = _root.hintergrund.vase1._y + 10;
Symbol 1212 MovieClip Frame 17
_root.hintergrund.vase1._y = _root.hintergrund.vase1._y + 10;
Symbol 1212 MovieClip Frame 18
gotoAndPlay (2);
Symbol 1223 MovieClip Frame 1
stop();
Symbol 1223 MovieClip Frame 2
Symbol 1223 MovieClip Frame 15
_root.pfeil3.play();
Symbol 1223 MovieClip Frame 58
_root.hintergrund.erde.a1.trapdoor.nextFrame();
stop();
Symbol 1225 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 1225 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 1226 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 1226 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
_root.hitter = 0;
Symbol 1226 MovieClip Frame 3
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 4
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 5
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 6
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 7
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 8
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 9
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 10
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 11
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 12
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1226 MovieClip Frame 13
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1227 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 1227 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 1228 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 1228 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 1228 MovieClip Frame 3
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 4
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 5
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 1228 MovieClip Frame 6
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 7
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 8
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 9
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 10
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 11
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 12
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1228 MovieClip Frame 13
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 1245 MovieClip Frame 1
stop();
Symbol 1256 MovieClip Frame 1
stop();
Symbol 1273 MovieClip Frame 2
stopAllSounds();
Symbol 1273 MovieClip Frame 50
_root.musik.gotoAndStop(2);
_root.hintergrund.koi.door.play();
stop();
Symbol 1274 MovieClip Frame 1
stop();
Symbol 1274 MovieClip Frame 2
_root.koienergy.nextFrame();
Symbol 1274 MovieClip Frame 16
gotoAndStop (1);
Symbol 1274 MovieClip Frame 17
stop();
Symbol 1291 MovieClip Frame 1
stop();
Symbol 1291 MovieClip Frame 2
_root.hintergrund._y = _root.hintergrund._y + 10;
Symbol 1291 MovieClip Frame 4
_root.hintergrund._y = _root.hintergrund._y - 10;
Symbol 1291 MovieClip Frame 6
_root.hintergrund._y = _root.hintergrund._y + 10;
Symbol 1291 MovieClip Frame 8
_root.hintergrund._y = _root.hintergrund._y - 10;
Symbol 1291 MovieClip Frame 10
_root.hintergrund._y = _root.hintergrund._y + 5;
Symbol 1291 MovieClip Frame 12
_root.hintergrund._y = _root.hintergrund._y - 5;
Symbol 1291 MovieClip Frame 14
_root.hintergrund._y = _root.hintergrund._y + 5;
Symbol 1291 MovieClip Frame 16
_root.hintergrund._y = _root.hintergrund._y - 5;
Symbol 1291 MovieClip Frame 18
_root.hintergrund._y = _root.hintergrund._y + 5;
Symbol 1291 MovieClip Frame 20
_root.hintergrund._y = _root.hintergrund._y - 5;
Symbol 1291 MovieClip Frame 22
_root.hintergrund._y = _root.hintergrund._y + 5;
Symbol 1291 MovieClip Frame 24
_root.hintergrund._y = _root.hintergrund._y - 5;
Symbol 1297 MovieClip Frame 14
stop();
Symbol 1298 MovieClip Frame 1
stop();
Instance of Symbol 1296 MovieClip in Symbol 1298 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 1298 MovieClip Frame 2
_root.pandaenergy.nextFrame();
Symbol 1298 MovieClip Frame 16
gotoAndStop (1);
Symbol 1298 MovieClip Frame 17
stop();
Instance of Symbol 1304 MovieClip in Symbol 1309 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Symbol 1309 MovieClip Frame 46
stop();
Symbol 1311 MovieClip Frame 1
stop();
Symbol 1311 MovieClip Frame 2
_root.pandaenergy.nextFrame();
Symbol 1311 MovieClip Frame 16
gotoAndStop (1);
Symbol 1311 MovieClip Frame 17
stop();
Instance of Symbol 1296 MovieClip in Symbol 1314 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 1296 MovieClip in Symbol 1319 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 1319 MovieClip Frame 6
_root.hintergrund._y = _root.hintergrund._y + 5;
Symbol 1319 MovieClip Frame 8
_root.hintergrund._y = _root.hintergrund._y - 5;
Symbol 1319 MovieClip Frame 10
_root.hintergrund._y = _root.hintergrund._y + 5;
Symbol 1319 MovieClip Frame 12
_root.hintergrund._y = _root.hintergrund._y - 5;
Symbol 1320 MovieClip Frame 1
stop();
Symbol 1320 MovieClip Frame 2
_root.pandaenergy.nextFrame();
Symbol 1320 MovieClip Frame 16
gotoAndStop (1);
Symbol 1320 MovieClip Frame 17
stop();
Instance of Symbol 1321 MovieClip in Symbol 1322 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Symbol 1322 MovieClip Frame 46
stop();
Symbol 1323 MovieClip Frame 1
stop();
Instance of Symbol 1296 MovieClip in Symbol 1323 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 1323 MovieClip Frame 2
_root.koienergy.nextFrame();
Symbol 1323 MovieClip Frame 16
gotoAndStop (1);
Symbol 1323 MovieClip Frame 17
stop();
Symbol 1324 MovieClip Frame 1
stop();
Instance of Symbol 1224 MovieClip "grr" in Symbol 1324 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
if ((_root.dompteur == 1) && (_root.hintergrund._x <= -9120)) {
_root.hintergrund.koi.play();
}
}
}
Instance of Symbol 1224 MovieClip "rt4w" in Symbol 1324 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.schnarchi.gotoAndStop(2);
}
}
Symbol 1324 MovieClip Frame 2
_root.pointy.gotoAndStop(2);
stopAllSounds();
Symbol 1324 MovieClip Frame 3
_root.pullchain.start(0, 999);
_root.schnarch.start(0, 999);
_root.links.gotoAndStop("weg");
_root.travel = 4;
Symbol 1324 MovieClip Frame 315
_root.musik.gotoAndStop(3);
Symbol 1324 MovieClip Frame 366
_root.schnarch.stop("schnarch");
Symbol 1324 MovieClip Frame 427
_root.attachMovie("pandaenergy", "pandaenergy", 1048576);
_root.pandaenergy._x = 85;
_root.pandaenergy._y = 1.5;
_root.pullchain.stop("pullchain");
Symbol 1324 MovieClip Frame 655
_root.hintergrund.koi.staublinks.play();
Instance of Symbol 1321 MovieClip in Symbol 1324 MovieClip Frame 655
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferrechts.play();
}
}
}
Symbol 1324 MovieClip Frame 873
_root.hintergrund.koi.staubrechts.play();
Instance of Symbol 1321 MovieClip in Symbol 1324 MovieClip Frame 873
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.koi.trefferlinks.play();
}
}
}
Symbol 1324 MovieClip Frame 881
gotoAndPlay ("go");
Symbol 1336 MovieClip Frame 1
stop();
Symbol 1336 MovieClip Frame 11
stop();
Symbol 1375 MovieClip Frame 12
stop();
Symbol 1388 MovieClip Frame 1
stop();
Symbol 1388 MovieClip Frame 7
stop();
Instance of Symbol 1387 MovieClip in Symbol 1388 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.lives = _root.anzeigen.lives + 1;
_root.anzeigen.bar.gotoAndStop(1);
_root.hintergrund.aquarium.box13.nextFrame();
}
}
Symbol 1417 MovieClip Frame 1
stop();
Symbol 1417 MovieClip Frame 2
stop();
Symbol 1417 MovieClip Frame 18
_root.hintergrund.erde.aquabrick.gotoAndStop(2);
Symbol 1417 MovieClip Frame 32
stop();
Symbol 1435 MovieClip Frame 1
stop();
Symbol 1435 MovieClip Frame 45
stop();
Symbol 1439 MovieClip Frame 1
stop();
Symbol 1441 MovieClip Frame 47
stop();
Symbol 1443 MovieClip Frame 1
stop();
Instance of Symbol 1442 MovieClip in Symbol 1443 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 1442 MovieClip in Symbol 1443 MovieClip Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 1443 MovieClip Frame 85
stop();
Symbol 1446 MovieClip Frame 1
stop();
Symbol 1446 MovieClip Frame 7
stop();
Instance of Symbol 1445 MovieClip in Symbol 1446 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box8.nextFrame();
}
}
Symbol 1449 MovieClip Frame 1
stop();
Symbol 1449 MovieClip Frame 7
stop();
Instance of Symbol 1448 MovieClip in Symbol 1449 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box9.nextFrame();
}
}
Symbol 1452 MovieClip Frame 1
stop();
Symbol 1452 MovieClip Frame 7
stop();
Instance of Symbol 1451 MovieClip in Symbol 1452 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.blows = _root.anzeigen.blows + 1;
_root.blowsy = _root.blowsy + 1;
_root.hintergrund.box10.nextFrame();
}
}
Symbol 1455 MovieClip Frame 1
stop();
Symbol 1455 MovieClip Frame 7
stop();
Instance of Symbol 1454 MovieClip in Symbol 1455 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box.nextFrame();
}
}
Symbol 1458 MovieClip Frame 1
stop();
Symbol 1458 MovieClip Frame 7
stop();
Instance of Symbol 1457 MovieClip in Symbol 1458 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box4.nextFrame();
}
}
Symbol 1463 MovieClip Frame 1
stop();
Symbol 1463 MovieClip Frame 7
stop();
Instance of Symbol 1462 MovieClip in Symbol 1463 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.demons = _root.anzeigen.demons + 1;
_root.ninjy = _root.ninjy + 1;
_root.hintergrund.box6.nextFrame();
}
}
Symbol 1464 MovieClip Frame 1
stop();
Symbol 1464 MovieClip Frame 7
stop();
Instance of Symbol 1454 MovieClip in Symbol 1464 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box12.nextFrame();
}
}
Symbol 1494 MovieClip Frame 1
stop();
Instance of Symbol 1467 MovieClip "hghg" in Symbol 1494 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind12.bully.stop();
_root.hintergrund.feind12.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind12.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind12.bully.play();
}
}
Instance of Symbol 1467 MovieClip "hghg2" in Symbol 1494 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind12.bully.stop();
_root.hintergrund.feind12.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind12.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind12.bully.play();
}
}
Symbol 1494 MovieClip Frame 20
_root.hintergrund.feind12.bully.messer.play();
Symbol 1494 MovieClip Frame 55
_root.hintergrund.feind12.bully.play();
Symbol 1494 MovieClip Frame 105
gotoAndStop (1);
Symbol 1494 MovieClip Frame 106
_root.hintergrund.feind12.bully.messer2.play();
Symbol 1494 MovieClip Frame 141
_root.hintergrund.feind12.bully.play();
Symbol 1494 MovieClip Frame 191
gotoAndStop (1);
Symbol 1494 MovieClip Frame 192
_root.hintergrund.feind12.bully.stop();
Symbol 1494 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1494 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1494 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1494 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1494 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1494 MovieClip Frame 208
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1494 MovieClip Frame 211
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 1494 MovieClip Frame 214
stop();
Instance of Symbol 1495 MovieClip in Symbol 1496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind12.bully.messer.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind12.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind12.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind12.bully.messer.inner.gotoAndStop("weg");
}
}
}
Symbol 1496 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1497 MovieClip Frame 1
stop();
Symbol 1497 MovieClip Frame 60
_root.hintergrund.feind12.bully.play();
Instance of Symbol 1495 MovieClip in Symbol 1498 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind12.bully.messer2.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind12.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind12.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind12.bully.messer2.inner.gotoAndStop("weg");
}
}
}
Symbol 1498 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1499 MovieClip Frame 1
stop();
Symbol 1499 MovieClip Frame 60
_root.hintergrund.feind12.bully.play();
Symbol 1500 MovieClip Frame 1
richtung = 1;
Symbol 1500 MovieClip Frame 46
richtung = 2;
Symbol 1500 MovieClip Frame 90
richtung = 1;
Symbol 1501 MovieClip Frame 1
stop();
Symbol 1504 MovieClip Frame 1
stop();
Instance of Symbol 1502 MovieClip "hghg" in Symbol 1504 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind11.bully.stop();
_root.hintergrund.feind11.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind11.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind11.bully.play();
}
}
Instance of Symbol 1502 MovieClip "hghg2" in Symbol 1504 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind11.bully.stop();
_root.hintergrund.feind11.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind11.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind11.bully.play();
}
}
Symbol 1504 MovieClip Frame 20
_root.hintergrund.feind11.bully.messer.play();
Symbol 1504 MovieClip Frame 55
_root.hintergrund.feind11.bully.play();
Symbol 1504 MovieClip Frame 105
gotoAndStop (1);
Symbol 1504 MovieClip Frame 106
_root.hintergrund.feind11.bully.messer2.play();
Symbol 1504 MovieClip Frame 141
_root.hintergrund.feind11.bully.play();
Symbol 1504 MovieClip Frame 191
gotoAndStop (1);
Symbol 1504 MovieClip Frame 192
_root.hintergrund.feind11.bully.stop();
Symbol 1504 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 1504 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 1504 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 1504 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 1504 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 1504 MovieClip Frame 208
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 1504 MovieClip Frame 211
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 1504 MovieClip Frame 214
stop();
Instance of Symbol 1505 MovieClip in Symbol 1506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind11.bully.messer.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind11.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind11.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind11.bully.messer.inner.gotoAndStop("weg");
}
}
}
Symbol 1506 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1507 MovieClip Frame 1
stop();
Symbol 1507 MovieClip Frame 60
_root.hintergrund.feind11.bully.play();
Instance of Symbol 1505 MovieClip in Symbol 1508 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind11.bully.messer2.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind11.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind11.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind11.bully.messer2.inner.gotoAndStop("weg");
}
}
}
Symbol 1508 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1509 MovieClip Frame 1
stop();
Symbol 1509 MovieClip Frame 60
_root.hintergrund.feind11.bully.play();
Symbol 1510 MovieClip Frame 1
richtung = 1;
Symbol 1510 MovieClip Frame 46
richtung = 2;
Symbol 1510 MovieClip Frame 90
richtung = 1;
Symbol 1511 MovieClip Frame 1
stop();
Symbol 1517 MovieClip Frame 1
stop();
Instance of Symbol 1467 MovieClip "hghg" in Symbol 1517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 2) {
_root.trefferlinks.play();
_root.hintergrund.leuchter1.gotoAndPlay("rechts");
} else if (_root.direktion == 1) {
_root.trefferrechts.play();
_root.hintergrund.leuchter1.gotoAndPlay("links");
}
}
}
}
Symbol 1517 MovieClip Frame 45
gotoAndStop (1);
Symbol 1517 MovieClip Frame 83
gotoAndStop (1);
Instance of Symbol 1467 MovieClip "hghg" in Symbol 1522 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 2) {
_root.trefferlinks.play();
} else if (_root.direktion == 1) {
_root.trefferrechts.play();
}
}
}
}
Symbol 1531 MovieClip Frame 1
stop();
Instance of Symbol 1467 MovieClip "hghge" in Symbol 1531 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.fallleuchter1.play();
}
}
Symbol 1531 MovieClip Frame 56
stop();
Symbol 1555 MovieClip Frame 1
stop();
Symbol 1555 MovieClip Frame 2
_root.nowhere.stop("nowhere");
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("wegrechts");
}
_root.hintergrund.abseiler1.abseiler.stop();
_root.hintergrund.abseiler1.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 1555 MovieClip Frame 25
stop();
Symbol 1558 MovieClip Frame 1
stop();
Symbol 1562 MovieClip Frame 5
stop();
Symbol 1565 MovieClip Frame 1
stop();
Instance of Symbol 1565 MovieClip "inner" in Symbol 1566 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1566 MovieClip Frame 46
stop();
Instance of Symbol 1565 MovieClip "inner" in Symbol 1569 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1569 MovieClip Frame 46
stop();
Instance of Symbol 1565 MovieClip "inner" in Symbol 1570 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1570 MovieClip Frame 46
stop();
Symbol 1571 MovieClip Frame 1
stop();
Symbol 1571 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 1571 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 1572 MovieClip Frame 5
stop();
Symbol 1573 MovieClip Frame 1
stop();
Instance of Symbol 1573 MovieClip "inner" in Symbol 1574 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1574 MovieClip Frame 46
stop();
Symbol 1576 MovieClip Frame 1
stop();
Instance of Symbol 1576 MovieClip "inner" in Symbol 1577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1576 MovieClip "inner" in Symbol 1577 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1577 MovieClip Frame 46
stop();
Symbol 1578 MovieClip Frame 1
stop();
Instance of Symbol 1578 MovieClip "inner" in Symbol 1579 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1578 MovieClip "inner" in Symbol 1579 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1579 MovieClip Frame 46
stop();
Symbol 1580 MovieClip Frame 1
stop();
Symbol 1580 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 1580 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 1581 MovieClip Frame 5
stop();
Symbol 1582 MovieClip Frame 1
stop();
Instance of Symbol 1582 MovieClip "inner" in Symbol 1583 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1583 MovieClip Frame 26
stop();
Symbol 1584 MovieClip Frame 1
stop();
Instance of Symbol 1584 MovieClip "inner" in Symbol 1585 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1584 MovieClip "inner" in Symbol 1585 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1585 MovieClip Frame 26
stop();
Symbol 1586 MovieClip Frame 1
stop();
Instance of Symbol 1586 MovieClip "inner" in Symbol 1587 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1586 MovieClip "inner" in Symbol 1587 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1587 MovieClip Frame 26
stop();
Symbol 1588 MovieClip Frame 1
stop();
Symbol 1588 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 1588 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 1589 MovieClip Frame 5
stop();
Symbol 1590 MovieClip Frame 1
stop();
Instance of Symbol 1590 MovieClip "inner" in Symbol 1591 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1591 MovieClip Frame 15
stop();
Instance of Symbol 1590 MovieClip "inner" in Symbol 1592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1592 MovieClip Frame 15
stop();
Instance of Symbol 1590 MovieClip "inner" in Symbol 1593 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1593 MovieClip Frame 15
stop();
Symbol 1594 MovieClip Frame 1
stop();
Symbol 1594 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 1594 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 1595 MovieClip Frame 5
stop();
Symbol 1596 MovieClip Frame 1
stop();
Instance of Symbol 1596 MovieClip "inner" in Symbol 1597 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1597 MovieClip Frame 26
stop();
Instance of Symbol 1596 MovieClip "inner" in Symbol 1598 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1598 MovieClip Frame 26
stop();
Instance of Symbol 1596 MovieClip "inner" in Symbol 1599 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1599 MovieClip Frame 26
stop();
Symbol 1600 MovieClip Frame 1
stop();
Symbol 1600 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 1600 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 1601 MovieClip Frame 5
stop();
Symbol 1602 MovieClip Frame 1
stop();
Instance of Symbol 1602 MovieClip "inner" in Symbol 1603 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1603 MovieClip Frame 46
stop();
Symbol 1604 MovieClip Frame 1
stop();
Instance of Symbol 1604 MovieClip "inner" in Symbol 1605 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1604 MovieClip "inner" in Symbol 1605 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1605 MovieClip Frame 46
stop();
Symbol 1606 MovieClip Frame 1
stop();
Instance of Symbol 1606 MovieClip "inner" in Symbol 1607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1606 MovieClip "inner" in Symbol 1607 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1607 MovieClip Frame 46
stop();
Symbol 1608 MovieClip Frame 1
stop();
Symbol 1608 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 1608 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 1609 MovieClip Frame 1
ready = 1;
richtung = 1;
Symbol 1609 MovieClip Frame 25
richtung = 1;
stop();
_root.hintergrund.abseiler1.abseiler.feuern0.play();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Instance of Symbol 1559 MovieClip "43trbngv" in Symbol 1609 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("links2");
}
}
Instance of Symbol 1559 MovieClip "jhuu" in Symbol 1609 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("links1");
}
}
Instance of Symbol 1559 MovieClip "cxcxc" in Symbol 1609 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("mitte");
}
}
Instance of Symbol 1559 MovieClip "bvgg" in Symbol 1609 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("rechts1");
}
}
Instance of Symbol 1559 MovieClip "54zuj" in Symbol 1609 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("rechts2");
}
}
Instance of Symbol 1559 MovieClip "dsse" in Symbol 1609 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("links3");
}
}
Symbol 1609 MovieClip Frame 35
richtung = 1;
_root.hintergrund.abseiler1.abseiler.feuern.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 1609 MovieClip Frame 44
richtung = 1;
_root.hintergrund.abseiler1.abseiler.feuern2.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 1609 MovieClip Frame 54
richtung = 1;
_root.hintergrund.abseiler1.abseiler.feuern3.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 1609 MovieClip Frame 65
richtung = 2;
_root.hintergrund.abseiler1.abseiler.feuern4.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 1609 MovieClip Frame 74
richtung = 2;
_root.hintergrund.abseiler1.abseiler.feuern5.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
Symbol 1610 MovieClip Frame 1
stop();
Instance of Symbol 1533 MovieClip in Symbol 1610 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.abseiler1.play();
}
}
Symbol 1610 MovieClip Frame 2
_root.nowhere.start(0, 1);
Symbol 1610 MovieClip Frame 34
stop();
Instance of Symbol 1611 MovieClip "hghg" in Symbol 1612 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 2) {
_root.trefferlinks.play();
} else if (_root.direktion == 1) {
_root.trefferrechts.play();
}
}
}
}
Symbol 1615 MovieClip Frame 1
stop();
Instance of Symbol 1611 MovieClip "hghge" in Symbol 1615 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.fallleuchter2.play();
}
}
Symbol 1615 MovieClip Frame 56
stop();
Instance of Symbol 1616 MovieClip "hghg" in Symbol 1617 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 2) {
_root.trefferlinks.play();
} else if (_root.direktion == 1) {
_root.trefferrechts.play();
}
}
}
}
Symbol 1620 MovieClip Frame 1
stop();
Instance of Symbol 1616 MovieClip "hghge" in Symbol 1620 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.fallleuchter3.play();
}
}
Symbol 1620 MovieClip Frame 56
stop();
Symbol 1621 MovieClip Frame 1
stop();
Instance of Symbol 1616 MovieClip "hghge" in Symbol 1621 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.fallleuchter4.play();
}
}
Symbol 1621 MovieClip Frame 56
stop();
Symbol 1622 MovieClip Frame 1
stop();
Instance of Symbol 1616 MovieClip "hghge" in Symbol 1622 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.fallleuchter5.play();
}
}
Symbol 1622 MovieClip Frame 56
stop();
Symbol 1625 MovieClip Frame 1
stop();
Instance of Symbol 1624 MovieClip "hghg" in Symbol 1625 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 2) {
_root.trefferlinks.play();
_root.hintergrund.leuchter3.gotoAndPlay("rechts");
} else if (_root.direktion == 1) {
_root.trefferrechts.play();
_root.hintergrund.leuchter3.gotoAndPlay("links");
}
}
}
}
Symbol 1625 MovieClip Frame 45
gotoAndStop (1);
Symbol 1625 MovieClip Frame 83
gotoAndStop (1);
Symbol 1626 MovieClip Frame 1
stop();
Instance of Symbol 1467 MovieClip "hghg" in Symbol 1626 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 2) {
_root.trefferlinks.play();
_root.hintergrund.leuchter2.gotoAndPlay("rechts");
} else if (_root.direktion == 1) {
_root.trefferrechts.play();
_root.hintergrund.leuchter2.gotoAndPlay("links");
}
}
}
}
Symbol 1626 MovieClip Frame 45
gotoAndStop (1);
Symbol 1626 MovieClip Frame 83
gotoAndStop (1);
Symbol 1630 MovieClip Frame 1
stop();
Symbol 1630 MovieClip Frame 2
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("wegrechts");
}
_root.hintergrund.abseiler2.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 1630 MovieClip Frame 4
_root.nowhere.stop("nowhere");
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("wegrechts");
}
_root.hintergrund.abseiler2.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 1630 MovieClip Frame 25
stop();
Symbol 1631 MovieClip Frame 1
stop();
Symbol 1633 MovieClip Frame 5
stop();
Symbol 1634 MovieClip Frame 1
stop();
Instance of Symbol 1634 MovieClip "inner" in Symbol 1635 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1635 MovieClip Frame 46
stop();
Instance of Symbol 1634 MovieClip "inner" in Symbol 1637 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1637 MovieClip Frame 46
stop();
Instance of Symbol 1634 MovieClip "inner" in Symbol 1638 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1638 MovieClip Frame 46
stop();
Symbol 1639 MovieClip Frame 1
stop();
Symbol 1639 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 1639 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 1640 MovieClip Frame 5
stop();
Symbol 1641 MovieClip Frame 1
stop();
Instance of Symbol 1641 MovieClip "inner" in Symbol 1642 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1642 MovieClip Frame 46
stop();
Symbol 1644 MovieClip Frame 1
stop();
Instance of Symbol 1644 MovieClip "inner" in Symbol 1645 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1644 MovieClip "inner" in Symbol 1645 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1645 MovieClip Frame 46
stop();
Symbol 1646 MovieClip Frame 1
stop();
Instance of Symbol 1646 MovieClip "inner" in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1646 MovieClip "inner" in Symbol 1647 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1647 MovieClip Frame 46
stop();
Symbol 1648 MovieClip Frame 1
stop();
Symbol 1648 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 1648 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 1649 MovieClip Frame 5
stop();
Symbol 1650 MovieClip Frame 1
stop();
Instance of Symbol 1650 MovieClip "inner" in Symbol 1651 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1651 MovieClip Frame 26
stop();
Symbol 1652 MovieClip Frame 1
stop();
Instance of Symbol 1652 MovieClip "inner" in Symbol 1653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1652 MovieClip "inner" in Symbol 1653 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1653 MovieClip Frame 26
stop();
Symbol 1654 MovieClip Frame 1
stop();
Instance of Symbol 1654 MovieClip "inner" in Symbol 1655 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1654 MovieClip "inner" in Symbol 1655 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1655 MovieClip Frame 26
stop();
Symbol 1656 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 1656 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 1657 MovieClip Frame 5
stop();
Symbol 1658 MovieClip Frame 1
stop();
Instance of Symbol 1658 MovieClip "inner" in Symbol 1659 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1659 MovieClip Frame 15
stop();
Instance of Symbol 1658 MovieClip "inner" in Symbol 1660 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1660 MovieClip Frame 15
stop();
Instance of Symbol 1658 MovieClip "inner" in Symbol 1661 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1661 MovieClip Frame 15
stop();
Symbol 1662 MovieClip Frame 1
stop();
Symbol 1662 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 1662 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 1663 MovieClip Frame 5
stop();
Symbol 1664 MovieClip Frame 1
stop();
Instance of Symbol 1664 MovieClip "inner" in Symbol 1665 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1665 MovieClip Frame 26
stop();
Instance of Symbol 1664 MovieClip "inner" in Symbol 1666 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1666 MovieClip Frame 26
stop();
Instance of Symbol 1664 MovieClip "inner" in Symbol 1667 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1667 MovieClip Frame 26
stop();
Symbol 1668 MovieClip Frame 1
stop();
Symbol 1668 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 1668 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 1669 MovieClip Frame 5
stop();
Symbol 1670 MovieClip Frame 1
stop();
Instance of Symbol 1670 MovieClip "inner" in Symbol 1671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1671 MovieClip Frame 46
stop();
Symbol 1672 MovieClip Frame 1
stop();
Instance of Symbol 1672 MovieClip "inner" in Symbol 1673 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1672 MovieClip "inner" in Symbol 1673 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1673 MovieClip Frame 46
stop();
Symbol 1674 MovieClip Frame 1
stop();
Instance of Symbol 1674 MovieClip "inner" in Symbol 1675 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1674 MovieClip "inner" in Symbol 1675 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1675 MovieClip Frame 46
stop();
Symbol 1676 MovieClip Frame 1
stop();
Symbol 1676 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 1676 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 1677 MovieClip Frame 1
ready = 1;
richtung = 1;
Symbol 1677 MovieClip Frame 25
richtung = 1;
stop();
_root.hintergrund.abseiler2.abseiler.feuern0.play();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Instance of Symbol 1632 MovieClip "43trbngv" in Symbol 1677 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("links2");
}
}
Instance of Symbol 1632 MovieClip "jhuu" in Symbol 1677 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("links1");
}
}
Instance of Symbol 1632 MovieClip "cxcxc" in Symbol 1677 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("mitte");
}
}
Instance of Symbol 1632 MovieClip "bvgg" in Symbol 1677 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("rechts1");
}
}
Instance of Symbol 1632 MovieClip "54zuj" in Symbol 1677 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("rechts2");
}
}
Instance of Symbol 1632 MovieClip "dsse" in Symbol 1677 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("links3");
}
}
Symbol 1677 MovieClip Frame 35
richtung = 1;
_root.hintergrund.abseiler2.abseiler.feuern.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 1677 MovieClip Frame 44
richtung = 1;
_root.hintergrund.abseiler2.abseiler.feuern2.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 1677 MovieClip Frame 54
richtung = 1;
_root.hintergrund.abseiler2.abseiler.feuern3.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 1677 MovieClip Frame 65
richtung = 2;
_root.hintergrund.abseiler2.abseiler.feuern4.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 1677 MovieClip Frame 74
richtung = 2;
_root.hintergrund.abseiler2.abseiler.feuern5.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
Symbol 1678 MovieClip Frame 1
stop();
Instance of Symbol 1627 MovieClip in Symbol 1678 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.abseiler2.play();
}
}
Symbol 1678 MovieClip Frame 2
_root.nowhere.start(0, 1);
Symbol 1678 MovieClip Frame 34
stop();
Symbol 1681 MovieClip Frame 1
stop();
Instance of Symbol 1679 MovieClip "hghg" in Symbol 1681 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind10.bully.stop();
_root.hintergrund.feind10.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind10.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind10.bully.play();
}
}
Instance of Symbol 1679 MovieClip "hghg2" in Symbol 1681 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind10.bully.stop();
_root.hintergrund.feind10.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind10.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind10.bully.play();
}
}
Symbol 1681 MovieClip Frame 20
_root.hintergrund.feind10.bully.messer.play();
Symbol 1681 MovieClip Frame 55
_root.hintergrund.feind10.bully.play();
Symbol 1681 MovieClip Frame 105
gotoAndStop (1);
Symbol 1681 MovieClip Frame 106
_root.hintergrund.feind10.bully.messer2.play();
Symbol 1681 MovieClip Frame 141
_root.hintergrund.feind10.bully.play();
Symbol 1681 MovieClip Frame 191
gotoAndStop (1);
Symbol 1681 MovieClip Frame 192
_root.hintergrund.feind10.bully.stop();
Symbol 1681 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 1681 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 1681 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 1681 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 1681 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 1681 MovieClip Frame 208
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 1681 MovieClip Frame 211
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 1681 MovieClip Frame 214
stop();
Instance of Symbol 1682 MovieClip in Symbol 1683 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind10.bully.messer.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind10.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind10.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind10.bully.messer.inner.gotoAndStop("weg");
}
}
}
Symbol 1683 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1684 MovieClip Frame 1
stop();
Symbol 1684 MovieClip Frame 60
_root.hintergrund.feind10.bully.play();
Instance of Symbol 1682 MovieClip in Symbol 1685 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind10.bully.messer2.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind10.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind10.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind10.bully.messer2.inner.gotoAndStop("weg");
}
}
}
Symbol 1685 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1686 MovieClip Frame 1
stop();
Symbol 1686 MovieClip Frame 60
_root.hintergrund.feind10.bully.play();
Symbol 1687 MovieClip Frame 1
richtung = 1;
Symbol 1687 MovieClip Frame 46
richtung = 2;
Symbol 1687 MovieClip Frame 90
richtung = 1;
Symbol 1688 MovieClip Frame 1
stop();
Symbol 1691 MovieClip Frame 1
stop();
Instance of Symbol 1689 MovieClip "hghg" in Symbol 1691 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind9.bully.stop();
_root.hintergrund.feind9.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind9.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind9.bully.play();
}
}
Instance of Symbol 1689 MovieClip "hghg2" in Symbol 1691 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind9.bully.stop();
_root.hintergrund.feind9.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind9.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind9.bully.play();
}
}
Symbol 1691 MovieClip Frame 20
_root.hintergrund.feind9.bully.messer.play();
Symbol 1691 MovieClip Frame 55
_root.hintergrund.feind9.bully.play();
Symbol 1691 MovieClip Frame 105
gotoAndStop (1);
Symbol 1691 MovieClip Frame 106
_root.hintergrund.feind9.bully.messer2.play();
Symbol 1691 MovieClip Frame 141
_root.hintergrund.feind9.bully.play();
Symbol 1691 MovieClip Frame 191
gotoAndStop (1);
Symbol 1691 MovieClip Frame 192
_root.hintergrund.feind9.bully.stop();
Symbol 1691 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 1691 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 1691 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 1691 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 1691 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 1691 MovieClip Frame 208
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 1691 MovieClip Frame 211
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 1691 MovieClip Frame 214
stop();
Instance of Symbol 1692 MovieClip in Symbol 1693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind9.bully.messer.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind9.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind9.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind9.bully.messer.inner.gotoAndStop("weg");
}
}
}
Symbol 1693 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1694 MovieClip Frame 1
stop();
Symbol 1694 MovieClip Frame 60
_root.hintergrund.feind9.bully.play();
Instance of Symbol 1692 MovieClip in Symbol 1695 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind9.bully.messer2.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind9.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind9.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind9.bully.messer2.inner.gotoAndStop("weg");
}
}
}
Symbol 1695 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1696 MovieClip Frame 1
stop();
Symbol 1696 MovieClip Frame 60
_root.hintergrund.feind9.bully.play();
Symbol 1697 MovieClip Frame 1
richtung = 1;
Symbol 1697 MovieClip Frame 46
richtung = 2;
Symbol 1697 MovieClip Frame 90
richtung = 1;
Symbol 1698 MovieClip Frame 1
stop();
Symbol 1699 MovieClip Frame 1
stop();
Instance of Symbol 1616 MovieClip "hghge" in Symbol 1699 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.fallleuchter6.play();
}
}
Symbol 1699 MovieClip Frame 56
stop();
Symbol 1700 MovieClip Frame 1
stop();
Instance of Symbol 1616 MovieClip "hghge" in Symbol 1700 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.fallleuchter7.play();
}
}
Symbol 1700 MovieClip Frame 56
stop();
Symbol 1701 MovieClip Frame 1
stop();
Instance of Symbol 1616 MovieClip "hghge" in Symbol 1701 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.fallleuchter8.play();
}
}
Symbol 1701 MovieClip Frame 56
stop();
Symbol 1706 MovieClip Frame 1
stop();
Symbol 1706 MovieClip Frame 11
if (_root.hintergrund.vase2.vaseline == 0) {
_root.hintergrund.vase2.gotoAndPlay("fall");
}
stop();
Symbol 1715 MovieClip Frame 1
vaseline = 0;
stop();
Symbol 1715 MovieClip Frame 2
vaseline = 1;
Symbol 1715 MovieClip Frame 11
stop();
Symbol 1715 MovieClip Frame 12
_root.hintergrund.vase2._y = _root.hintergrund.vase2._y + 10;
Symbol 1715 MovieClip Frame 13
_root.hintergrund.vase2._y = _root.hintergrund.vase2._y + 10;
Symbol 1715 MovieClip Frame 14
_root.hintergrund.vase2._y = _root.hintergrund.vase2._y + 10;
Symbol 1715 MovieClip Frame 15
_root.hintergrund.vase2._y = _root.hintergrund.vase2._y + 10;
Symbol 1715 MovieClip Frame 16
_root.hintergrund.vase2._y = _root.hintergrund.vase2._y + 10;
Symbol 1715 MovieClip Frame 17
_root.hintergrund.vase2._y = _root.hintergrund.vase2._y + 10;
Symbol 1715 MovieClip Frame 18
gotoAndPlay (2);
Symbol 1718 MovieClip Frame 1
stop();
Instance of Symbol 1716 MovieClip "hghg" in Symbol 1718 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind8.bully.stop();
_root.hintergrund.feind8.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind8.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind8.bully.play();
}
}
Instance of Symbol 1716 MovieClip "hghg2" in Symbol 1718 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind8.bully.stop();
_root.hintergrund.feind8.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind8.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind8.bully.play();
}
}
Symbol 1718 MovieClip Frame 20
_root.hintergrund.feind8.bully.messer.play();
Symbol 1718 MovieClip Frame 55
_root.hintergrund.feind8.bully.play();
Symbol 1718 MovieClip Frame 105
gotoAndStop (1);
Symbol 1718 MovieClip Frame 106
_root.hintergrund.feind8.bully.messer2.play();
Symbol 1718 MovieClip Frame 141
_root.hintergrund.feind8.bully.play();
Symbol 1718 MovieClip Frame 191
gotoAndStop (1);
Symbol 1718 MovieClip Frame 192
_root.hintergrund.feind8.bully.stop();
Symbol 1718 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 1718 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 1718 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 1718 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 1718 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 1718 MovieClip Frame 208
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 1718 MovieClip Frame 211
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 1718 MovieClip Frame 214
stop();
Instance of Symbol 1719 MovieClip in Symbol 1720 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind8.bully.messer.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind8.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind8.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind8.bully.messer.inner.gotoAndStop("weg");
}
}
}
Symbol 1720 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1721 MovieClip Frame 1
stop();
Symbol 1721 MovieClip Frame 60
_root.hintergrund.feind8.bully.play();
Instance of Symbol 1719 MovieClip in Symbol 1722 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind8.bully.messer2.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind8.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind8.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind8.bully.messer2.inner.gotoAndStop("weg");
}
}
}
Symbol 1722 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1723 MovieClip Frame 1
stop();
Symbol 1723 MovieClip Frame 60
_root.hintergrund.feind8.bully.play();
Symbol 1724 MovieClip Frame 1
richtung = 1;
Symbol 1724 MovieClip Frame 46
richtung = 2;
Symbol 1724 MovieClip Frame 90
richtung = 1;
Symbol 1725 MovieClip Frame 1
stop();
Symbol 1729 MovieClip Frame 1
stop();
Symbol 1729 MovieClip Frame 2
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("wegrechts");
}
_root.hintergrund.abseiler3.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 1729 MovieClip Frame 4
_root.nowhere.stop("nowhere");
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("wegrechts");
}
_root.hintergrund.abseiler3.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 1729 MovieClip Frame 25
stop();
Symbol 1730 MovieClip Frame 1
stop();
Symbol 1732 MovieClip Frame 5
stop();
Symbol 1733 MovieClip Frame 1
stop();
Instance of Symbol 1733 MovieClip "inner" in Symbol 1734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1734 MovieClip Frame 46
stop();
Instance of Symbol 1733 MovieClip "inner" in Symbol 1736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1736 MovieClip Frame 46
stop();
Instance of Symbol 1733 MovieClip "inner" in Symbol 1737 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1737 MovieClip Frame 46
stop();
Symbol 1738 MovieClip Frame 1
stop();
Symbol 1738 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 1738 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 1739 MovieClip Frame 5
stop();
Symbol 1740 MovieClip Frame 1
stop();
Instance of Symbol 1740 MovieClip "inner" in Symbol 1741 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1741 MovieClip Frame 46
stop();
Symbol 1743 MovieClip Frame 1
stop();
Instance of Symbol 1743 MovieClip "inner" in Symbol 1744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1743 MovieClip "inner" in Symbol 1744 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1744 MovieClip Frame 46
stop();
Symbol 1745 MovieClip Frame 1
stop();
Instance of Symbol 1745 MovieClip "inner" in Symbol 1746 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1745 MovieClip "inner" in Symbol 1746 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1746 MovieClip Frame 46
stop();
Symbol 1747 MovieClip Frame 1
stop();
Symbol 1747 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 1747 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 1748 MovieClip Frame 5
stop();
Symbol 1749 MovieClip Frame 1
stop();
Instance of Symbol 1749 MovieClip "inner" in Symbol 1750 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1750 MovieClip Frame 15
stop();
Instance of Symbol 1749 MovieClip "inner" in Symbol 1751 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1751 MovieClip Frame 15
stop();
Instance of Symbol 1749 MovieClip "inner" in Symbol 1752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1749 MovieClip "inner" in Symbol 1752 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1752 MovieClip Frame 15
stop();
Symbol 1753 MovieClip Frame 1
stop();
Symbol 1753 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 1753 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 1754 MovieClip Frame 5
stop();
Symbol 1755 MovieClip Frame 1
stop();
Instance of Symbol 1755 MovieClip "inner" in Symbol 1756 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1756 MovieClip Frame 26
stop();
Instance of Symbol 1755 MovieClip "inner" in Symbol 1757 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1757 MovieClip Frame 26
stop();
Instance of Symbol 1755 MovieClip "inner" in Symbol 1758 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1758 MovieClip Frame 26
stop();
Symbol 1759 MovieClip Frame 1
stop();
Symbol 1759 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 1759 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 1760 MovieClip Frame 5
stop();
Symbol 1761 MovieClip Frame 1
stop();
Instance of Symbol 1761 MovieClip "inner" in Symbol 1762 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1762 MovieClip Frame 46
stop();
Symbol 1763 MovieClip Frame 1
stop();
Instance of Symbol 1763 MovieClip "inner" in Symbol 1764 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1763 MovieClip "inner" in Symbol 1764 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1764 MovieClip Frame 46
stop();
Symbol 1765 MovieClip Frame 1
stop();
Instance of Symbol 1765 MovieClip "inner" in Symbol 1766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1765 MovieClip "inner" in Symbol 1766 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1766 MovieClip Frame 46
stop();
Symbol 1767 MovieClip Frame 1
stop();
Symbol 1767 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 1767 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 1768 MovieClip Frame 1
ready = 1;
richtung = 1;
Symbol 1768 MovieClip Frame 25
richtung = 1;
stop();
_root.hintergrund.abseiler3.abseiler.feuern0.play();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Instance of Symbol 1731 MovieClip "43trbngv" in Symbol 1768 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("links2");
}
}
Instance of Symbol 1731 MovieClip "jhuu" in Symbol 1768 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("links1");
}
}
Instance of Symbol 1731 MovieClip "cxcxc" in Symbol 1768 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("mitte");
}
}
Instance of Symbol 1731 MovieClip "bvgg" in Symbol 1768 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("rechts1");
}
}
Instance of Symbol 1731 MovieClip "54zuj" in Symbol 1768 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("rechts2");
}
}
Instance of Symbol 1731 MovieClip "dsse" in Symbol 1768 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("links3");
}
}
Symbol 1768 MovieClip Frame 35
richtung = 1;
_root.hintergrund.abseiler3.abseiler.feuern.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 1768 MovieClip Frame 44
richtung = 1;
_root.hintergrund.abseiler3.abseiler.feuern2.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 1768 MovieClip Frame 54
richtung = 1;
_root.hintergrund.abseiler3.abseiler.feuern3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 1768 MovieClip Frame 65
richtung = 2;
_root.hintergrund.abseiler3.abseiler.feuern4.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 1768 MovieClip Frame 74
richtung = 2;
_root.hintergrund.abseiler3.abseiler.feuern5.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
Symbol 1769 MovieClip Frame 1
stop();
Instance of Symbol 1726 MovieClip in Symbol 1769 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.abseiler3.play();
}
}
Symbol 1769 MovieClip Frame 2
_root.nowhere.start(0, 1);
Symbol 1769 MovieClip Frame 34
stop();
Symbol 1785 MovieClip Frame 1
stop();
Instance of Symbol 1772 MovieClip "hit" in Symbol 1785 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferlinks.play();
}
}
}
Symbol 1785 MovieClip Frame 2
stopAllSounds();
_root.musik.gotoAndStop(2);
Symbol 1785 MovieClip Frame 60
_root.dompteur = 1;
stop();
Symbol 1787 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 1787 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 1788 MovieClip Frame 1
_root.char._alpha = 100;
_root.hitter = 1;
stop();
Symbol 1788 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
_root.hitter = 0;
Symbol 1788 MovieClip Frame 3
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 4
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 5
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 6
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 7
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 8
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 9
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 10
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 11
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 12
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 1788 MovieClip Frame 13
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Instance of Symbol 1798 MovieClip in Symbol 1799 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.hintergrund.peitschenmann.inner.trefferlinks.play();
}
}
}
Symbol 1805 MovieClip Frame 1
stop();
Instance of Symbol 1772 MovieClip "hit" in Symbol 1805 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferlinks.play();
}
}
}
Symbol 1805 MovieClip Frame 2
stopAllSounds();
_root.musik.gotoAndStop(2);
Symbol 1805 MovieClip Frame 60
_root.dompteur = 1;
stop();
Symbol 1821 MovieClip Frame 1
stop();
Instance of Symbol 1772 MovieClip "hit" in Symbol 1821 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferlinks.play();
}
}
}
Symbol 1821 MovieClip Frame 2
stopAllSounds();
_root.musik.gotoAndStop(2);
Symbol 1821 MovieClip Frame 60
_root.dompteur = 1;
stop();
Symbol 1822 MovieClip Frame 1
stop();
Instance of Symbol 1786 MovieClip "x1" in Symbol 1822 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.peitschenmann.inner.play();
}
}
Instance of Symbol 1786 MovieClip "x1" in Symbol 1822 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.schnarchi.gotoAndStop(2);
}
}
Symbol 1822 MovieClip Frame 2
_root.attachMovie("peitschenenergy", "peitschenenergy", 1048576);
_root.peitschenenergy._x = 85;
_root.peitschenenergy._y = 1.5;
_root.pointy.gotoAndStop(2);
stopAllSounds();
_root.schnarch.start(0, 999);
_root.musik.gotoAndStop("action2");
Symbol 1822 MovieClip Frame 330
gotoAndPlay ("go");
Symbol 1824 MovieClip Frame 1
stop();
Symbol 1824 MovieClip Frame 2
_root.peitschenenergy.nextFrame();
_root.hintergrund.peitschenmann.inner.inner2.blut.play();
Symbol 1824 MovieClip Frame 9
gotoAndStop (1);
Symbol 1827 MovieClip Frame 1
stop();
Instance of Symbol 1825 MovieClip "hghg" in Symbol 1827 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind7.bully.stop();
_root.hintergrund.feind7.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind7.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind7.bully.play();
}
}
Instance of Symbol 1825 MovieClip "hghg2" in Symbol 1827 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind7.bully.stop();
_root.hintergrund.feind7.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind7.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind7.bully.play();
}
}
Symbol 1827 MovieClip Frame 20
_root.hintergrund.feind7.bully.messer.play();
Symbol 1827 MovieClip Frame 55
_root.hintergrund.feind7.bully.play();
Symbol 1827 MovieClip Frame 105
gotoAndStop (1);
Symbol 1827 MovieClip Frame 106
_root.hintergrund.feind7.bully.messer2.play();
Symbol 1827 MovieClip Frame 141
_root.hintergrund.feind7.bully.play();
Symbol 1827 MovieClip Frame 191
gotoAndStop (1);
Symbol 1827 MovieClip Frame 192
_root.hintergrund.feind7.bully.stop();
Symbol 1827 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 1827 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 1827 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 1827 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 1827 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 1827 MovieClip Frame 208
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 1827 MovieClip Frame 211
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 1827 MovieClip Frame 214
stop();
Instance of Symbol 1828 MovieClip in Symbol 1829 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind7.bully.messer.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind7.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind7.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind7.bully.messer.inner.gotoAndStop("weg");
}
}
}
Symbol 1829 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1830 MovieClip Frame 1
stop();
Symbol 1830 MovieClip Frame 60
_root.hintergrund.feind7.bully.play();
Instance of Symbol 1828 MovieClip in Symbol 1831 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind7.bully.messer2.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind7.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind7.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind7.bully.messer2.inner.gotoAndStop("weg");
}
}
}
Symbol 1831 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1832 MovieClip Frame 1
stop();
Symbol 1832 MovieClip Frame 60
_root.hintergrund.feind7.bully.play();
Symbol 1833 MovieClip Frame 1
richtung = 1;
Symbol 1833 MovieClip Frame 46
richtung = 2;
Symbol 1833 MovieClip Frame 90
richtung = 1;
Symbol 1834 MovieClip Frame 1
stop();
Symbol 1837 MovieClip Frame 1
stop();
Instance of Symbol 1835 MovieClip "hghg" in Symbol 1837 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind6.bully.stop();
_root.hintergrund.feind6.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind6.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind6.bully.play();
}
}
Instance of Symbol 1835 MovieClip "hghg2" in Symbol 1837 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind6.bully.stop();
_root.hintergrund.feind6.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind6.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind6.bully.play();
}
}
Symbol 1837 MovieClip Frame 20
_root.hintergrund.feind6.bully.messer.play();
Symbol 1837 MovieClip Frame 55
_root.hintergrund.feind6.bully.play();
Symbol 1837 MovieClip Frame 105
gotoAndStop (1);
Symbol 1837 MovieClip Frame 106
_root.hintergrund.feind6.bully.messer2.play();
Symbol 1837 MovieClip Frame 141
_root.hintergrund.feind6.bully.play();
Symbol 1837 MovieClip Frame 191
gotoAndStop (1);
Symbol 1837 MovieClip Frame 192
_root.hintergrund.feind6.bully.stop();
Symbol 1837 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 1837 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 1837 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 1837 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 1837 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 1837 MovieClip Frame 208
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 1837 MovieClip Frame 211
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 1837 MovieClip Frame 214
stop();
Instance of Symbol 1838 MovieClip in Symbol 1839 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind6.bully.messer.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind6.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind6.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind6.bully.messer.inner.gotoAndStop("weg");
}
}
}
Symbol 1839 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1840 MovieClip Frame 1
stop();
Symbol 1840 MovieClip Frame 60
_root.hintergrund.feind6.bully.play();
Instance of Symbol 1838 MovieClip in Symbol 1841 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind6.bully.messer2.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind6.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind6.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind6.bully.messer2.inner.gotoAndStop("weg");
}
}
}
Symbol 1841 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1842 MovieClip Frame 1
stop();
Symbol 1842 MovieClip Frame 60
_root.hintergrund.feind6.bully.play();
Symbol 1843 MovieClip Frame 1
richtung = 1;
Symbol 1843 MovieClip Frame 46
richtung = 2;
Symbol 1843 MovieClip Frame 90
richtung = 1;
Symbol 1844 MovieClip Frame 1
stop();
Symbol 1848 MovieClip Frame 1
stop();
Symbol 1848 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("wegrechts");
}
Symbol 1848 MovieClip Frame 25
stop();
Symbol 1849 MovieClip Frame 1
stop();
Symbol 1851 MovieClip Frame 5
stop();
Symbol 1852 MovieClip Frame 1
stop();
Instance of Symbol 1852 MovieClip "inner" in Symbol 1853 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1852 MovieClip "inner" in Symbol 1853 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1853 MovieClip Frame 46
stop();
Instance of Symbol 1852 MovieClip "inner" in Symbol 1855 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1855 MovieClip Frame 46
stop();
Instance of Symbol 1852 MovieClip "inner" in Symbol 1856 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr4.play();
_root.hintergrund.abseiler4.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1856 MovieClip Frame 46
stop();
Symbol 1857 MovieClip Frame 1
stop();
Symbol 1857 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 1857 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 1858 MovieClip Frame 5
stop();
Symbol 1859 MovieClip Frame 1
stop();
Instance of Symbol 1859 MovieClip "inner" in Symbol 1860 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1859 MovieClip "inner" in Symbol 1860 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1860 MovieClip Frame 46
stop();
Symbol 1862 MovieClip Frame 1
stop();
Instance of Symbol 1862 MovieClip "inner" in Symbol 1863 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1862 MovieClip "inner" in Symbol 1863 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1863 MovieClip Frame 46
stop();
Symbol 1864 MovieClip Frame 1
stop();
Instance of Symbol 1864 MovieClip "inner" in Symbol 1865 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1864 MovieClip "inner" in Symbol 1865 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1865 MovieClip Frame 46
stop();
Symbol 1866 MovieClip Frame 1
stop();
Symbol 1866 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 1866 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 1867 MovieClip Frame 5
stop();
Symbol 1868 MovieClip Frame 1
stop();
Instance of Symbol 1868 MovieClip "inner" in Symbol 1869 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1869 MovieClip Frame 26
stop();
Symbol 1870 MovieClip Frame 1
stop();
Instance of Symbol 1870 MovieClip "inner" in Symbol 1871 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1870 MovieClip "inner" in Symbol 1871 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1871 MovieClip Frame 25
stop();
Symbol 1872 MovieClip Frame 1
stop();
Instance of Symbol 1872 MovieClip "inner" in Symbol 1873 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1872 MovieClip "inner" in Symbol 1873 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1873 MovieClip Frame 25
stop();
Symbol 1874 MovieClip Frame 1
stop();
Symbol 1874 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 1874 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 1875 MovieClip Frame 5
stop();
Symbol 1876 MovieClip Frame 1
stop();
Instance of Symbol 1876 MovieClip "inner" in Symbol 1877 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1877 MovieClip Frame 15
stop();
Instance of Symbol 1876 MovieClip "inner" in Symbol 1878 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1878 MovieClip Frame 15
stop();
Instance of Symbol 1876 MovieClip "inner" in Symbol 1879 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1879 MovieClip Frame 15
stop();
Symbol 1880 MovieClip Frame 1
stop();
Symbol 1880 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 1880 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 1881 MovieClip Frame 5
stop();
Symbol 1882 MovieClip Frame 1
stop();
Instance of Symbol 1882 MovieClip "inner" in Symbol 1883 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1883 MovieClip Frame 26
stop();
Instance of Symbol 1882 MovieClip "inner" in Symbol 1884 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 1884 MovieClip Frame 26
stop();
Instance of Symbol 1882 MovieClip "inner" in Symbol 1885 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 1885 MovieClip Frame 26
stop();
Symbol 1886 MovieClip Frame 1
stop();
Symbol 1886 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 1886 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 1887 MovieClip Frame 5
stop();
Symbol 1888 MovieClip Frame 1
stop();
Instance of Symbol 1888 MovieClip "inner" in Symbol 1889 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1889 MovieClip Frame 46
stop();
Symbol 1890 MovieClip Frame 1
stop();
Instance of Symbol 1890 MovieClip "inner" in Symbol 1891 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1890 MovieClip "inner" in Symbol 1891 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1891 MovieClip Frame 46
stop();
Symbol 1892 MovieClip Frame 1
stop();
Instance of Symbol 1892 MovieClip "inner" in Symbol 1893 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1892 MovieClip "inner" in Symbol 1893 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 1893 MovieClip Frame 46
stop();
Symbol 1894 MovieClip Frame 1
stop();
Symbol 1894 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 1894 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 1895 MovieClip Frame 1
ready = 1;
richtung = 1;
Symbol 1895 MovieClip Frame 25
richtung = 1;
stop();
_root.hintergrund.abseiler4.abseiler.feuern0.play();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Instance of Symbol 1850 MovieClip "43trbngv" in Symbol 1895 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("links2");
}
}
Instance of Symbol 1850 MovieClip "jhuu" in Symbol 1895 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("links1");
}
}
Instance of Symbol 1850 MovieClip "cxcxc" in Symbol 1895 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("mitte");
}
}
Instance of Symbol 1850 MovieClip "bvgg" in Symbol 1895 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("rechts1");
}
}
Instance of Symbol 1850 MovieClip "54zuj" in Symbol 1895 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("rechts2");
}
}
Instance of Symbol 1850 MovieClip "dsse" in Symbol 1895 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("links3");
}
}
Symbol 1895 MovieClip Frame 35
richtung = 1;
_root.hintergrund.abseiler4.abseiler.feuern.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Symbol 1895 MovieClip Frame 44
richtung = 1;
_root.hintergrund.abseiler4.abseiler.feuern2.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Symbol 1895 MovieClip Frame 54
richtung = 1;
_root.hintergrund.abseiler4.abseiler.feuern3.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Symbol 1895 MovieClip Frame 65
richtung = 2;
_root.hintergrund.abseiler4.abseiler.feuern4.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Symbol 1895 MovieClip Frame 74
richtung = 2;
_root.hintergrund.abseiler4.abseiler.feuern5.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
Symbol 1896 MovieClip Frame 1
stop();
Instance of Symbol 1845 MovieClip in Symbol 1896 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.abseiler4.play();
}
}
Symbol 1896 MovieClip Frame 34
stop();
Symbol 1899 MovieClip Frame 1
stop();
Instance of Symbol 1897 MovieClip "hghg" in Symbol 1899 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind5.bully.stop();
_root.hintergrund.feind5.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind5.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind5.bully.play();
}
}
Instance of Symbol 1897 MovieClip "hghg2" in Symbol 1899 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind5.bully.stop();
_root.hintergrund.feind5.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind5.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind5.bully.play();
}
}
Symbol 1899 MovieClip Frame 20
_root.hintergrund.feind5.bully.messer.play();
Symbol 1899 MovieClip Frame 60
_root.hintergrund.feind5.bully.play();
Symbol 1899 MovieClip Frame 105
gotoAndStop (1);
Symbol 1899 MovieClip Frame 106
_root.hintergrund.feind5.bully.messer2.play();
Symbol 1899 MovieClip Frame 147
_root.hintergrund.feind5.bully.play();
Symbol 1899 MovieClip Frame 191
gotoAndStop (1);
Symbol 1899 MovieClip Frame 192
_root.hintergrund.feind5.bully.stop();
Symbol 1899 MovieClip Frame 195
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 1899 MovieClip Frame 198
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 1899 MovieClip Frame 201
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 1899 MovieClip Frame 204
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 1899 MovieClip Frame 207
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 1899 MovieClip Frame 210
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 1899 MovieClip Frame 213
stop();
Instance of Symbol 1900 MovieClip in Symbol 1901 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind5.bully.messer.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind5.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind5.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind5.bully.messer.inner.gotoAndStop("weg");
}
}
}
Symbol 1901 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1902 MovieClip Frame 1
stop();
Symbol 1902 MovieClip Frame 60
_root.hintergrund.feind5.bully.play();
Instance of Symbol 1900 MovieClip in Symbol 1903 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr2.play();
_root.hintergrund.feind5.bully.messer2.inner.gotoAndStop(9);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind5.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind5.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind5.bully.messer2.inner.gotoAndStop("weg");
}
}
}
Symbol 1903 MovieClip Frame 8
gotoAndPlay (1);
Symbol 1904 MovieClip Frame 1
stop();
Symbol 1904 MovieClip Frame 35
_root.hintergrund.feind5.bully.play();
Symbol 1905 MovieClip Frame 1
richtung = 1;
Symbol 1905 MovieClip Frame 46
richtung = 2;
Symbol 1905 MovieClip Frame 90
richtung = 1;
Symbol 1906 MovieClip Frame 1
stop();
Symbol 1907 Button
on (keyPress "1") {
gotoAndStop (2);
}
Symbol 1908 Button
on (keyPress "1") {
gotoAndStop (1);
}
Symbol 1909 MovieClip Frame 1
stop();
Instance of Symbol 1439 MovieClip in Symbol 1909 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1439 MovieClip in Symbol 1909 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Symbol 1910 MovieClip Frame 1
stop();
Symbol 1910 MovieClip Frame 2
if (_root.char._x <= 272) {
_root.char._x = _root.char._x + 8;
_root.hintergrund._x = _root.hintergrund._x + 8;
_root.hintergrund2._x = _root.hintergrund2._x + 4;
}
gotoAndStop (1);
Symbol 1910 MovieClip Frame 3
if (_root.char._x >= 169) {
_root.char._x = _root.char._x - 8;
_root.hintergrund._x = _root.hintergrund._x - 8;
_root.hintergrund2._x = _root.hintergrund2._x - 4;
}
gotoAndStop (1);
Symbol 1934 MovieClip Frame 1
stop();
Symbol 1940 MovieClip Frame 1
stop();
Symbol 1948 MovieClip Frame 1
stop();
Symbol 1954 MovieClip Frame 1
stop();
Symbol 1960 MovieClip Frame 1
stop();
Symbol 1966 MovieClip Frame 1
stop();
Symbol 1969 MovieClip Frame 1
stop();
Symbol 1973 MovieClip Frame 1
stop();
Symbol 1976 MovieClip Frame 1
stop();
Symbol 1978 MovieClip Frame 1
stop();
Symbol 1980 MovieClip Frame 1
stop();
Symbol 1982 MovieClip Frame 1
stop();
Symbol 1986 MovieClip Frame 1
stop();
Symbol 1988 MovieClip Frame 1
stop();
Symbol 1990 MovieClip Frame 1
stop();
Symbol 1992 MovieClip Frame 1
stop();
Symbol 1995 MovieClip Frame 1
stop();
Symbol 1997 MovieClip Frame 1
stop();
Symbol 1999 MovieClip Frame 1
stop();
Symbol 2001 MovieClip Frame 1
stop();
Symbol 2003 MovieClip Frame 1
stop();
Symbol 2005 MovieClip Frame 1
stop();
Symbol 2007 MovieClip Frame 1
stop();
Symbol 2009 MovieClip Frame 1
stop();
Symbol 2011 MovieClip Frame 1
stop();
Symbol 2014 Button
on (keyPress "2") {
gotoAndStop (1);
}
Symbol 2015 MovieClip Frame 1
stop();
Instance of Symbol 1934 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1940 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1948 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1954 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1960 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1966 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1969 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1973 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1976 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1978 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1980 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1982 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1986 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1988 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1990 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1992 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1995 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1997 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 1999 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2001 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2003 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2005 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2007 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2009 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2011 MovieClip in Symbol 2015 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Symbol 2018 MovieClip Frame 1
stop();
Symbol 2025 MovieClip Frame 1
stop();
Symbol 2029 MovieClip Frame 1
stop();
Symbol 2029 MovieClip Frame 2
stop();
Symbol 2032 MovieClip Frame 1
stop();
Symbol 2043 MovieClip Frame 47
stop();
Symbol 2045 MovieClip Frame 1
stop();
Instance of Symbol 2035 MovieClip "taube" in Symbol 2045 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.silo1.play();
}
}
Instance of Symbol 2044 MovieClip in Symbol 2045 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 2044 MovieClip in Symbol 2045 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2045 MovieClip Frame 105
stop();
Symbol 2047 MovieClip Frame 1
stop();
Instance of Symbol 2046 MovieClip "taube" in Symbol 2047 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.silo2.play();
}
}
Instance of Symbol 2044 MovieClip in Symbol 2047 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 2044 MovieClip in Symbol 2047 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2047 MovieClip Frame 105
stop();
Symbol 2049 MovieClip Frame 47
stop();
Symbol 2051 MovieClip Frame 1
stop();
Instance of Symbol 2048 MovieClip "taube" in Symbol 2051 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.silo5.play();
}
}
Instance of Symbol 2050 MovieClip in Symbol 2051 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 2050 MovieClip in Symbol 2051 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2051 MovieClip Frame 105
stop();
Symbol 2059 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 2059 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 2060 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 2060 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
_root.hitter = 0;
Symbol 2060 MovieClip Frame 3
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 4
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 5
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 6
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 7
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 8
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 9
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 10
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 11
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 12
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2060 MovieClip Frame 13
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2061 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 2061 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 2062 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 2062 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 2062 MovieClip Frame 3
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 4
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 5
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 2062 MovieClip Frame 6
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 7
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 8
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 9
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 10
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 11
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 12
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2062 MovieClip Frame 13
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Instance of Symbol 1296 MovieClip in Symbol 2085 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 1296 MovieClip in Symbol 2087 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2106 MovieClip Frame 1
stop();
Instance of Symbol 1296 MovieClip in Symbol 2106 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2106 MovieClip Frame 2
_root.transformerenergy.nextFrame();
_root.hintergrund.transformer1.transformer2.inner.rakete1.inner.gotoAndStop(2);
_root.hintergrund.transformer1.transformer2.inner.rakete2.inner.gotoAndStop(2);
_root.hintergrund.transformer1.transformer2.inner.rakete3.inner.gotoAndStop(2);
Symbol 2106 MovieClip Frame 16
_root.hintergrund.transformer1.transformer2.inner.rakete1.inner.gotoAndStop(1);
_root.hintergrund.transformer1.transformer2.inner.rakete2.inner.gotoAndStop(1);
_root.hintergrund.transformer1.transformer2.inner.rakete3.inner.gotoAndStop(1);
gotoAndStop (1);
Symbol 2110 MovieClip Frame 1
stop();
Symbol 2111 MovieClip Frame 1
stop();
Symbol 2114 MovieClip Frame 1
stop();
Symbol 2115 MovieClip Frame 1
stop();
Symbol 2116 MovieClip Frame 80
stop();
Symbol 2116 MovieClip Frame 133
_root.hintergrund.transformer1.play();
stop();
Symbol 2124 MovieClip Frame 47
stop();
Symbol 2125 MovieClip Frame 1
stop();
Instance of Symbol 1296 MovieClip in Symbol 2125 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 1296 MovieClip in Symbol 2125 MovieClip Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2125 MovieClip Frame 46
stop();
Symbol 2128 MovieClip Frame 58
if (_root.transe == 1) {
stop();
}
Symbol 2128 MovieClip Frame 59
_root.hintergrund.transformer1.transformer2.inner._x = _root.hintergrund.transformer1.transformer2.inner._x - 15;
_root.hintergrund.transformer1.transformer2.inner.rakete1.gotoAndStop(2);
Symbol 2128 MovieClip Frame 62
_root.hintergrund.transformer1.transformer2.inner._x = _root.hintergrund.transformer1.transformer2.inner._x + 15;
Symbol 2128 MovieClip Frame 93
_root.hintergrund.transformer1.transformer2.raketen.inner.play();
Symbol 2128 MovieClip Frame 94
if (_root.transe == 1) {
stop();
}
Symbol 2128 MovieClip Frame 133
if (_root.transe == 1) {
stop();
}
Symbol 2128 MovieClip Frame 134
_root.hintergrund.transformer1.transformer2.inner._x = _root.hintergrund.transformer1.transformer2.inner._x - 15;
_root.hintergrund.transformer1.transformer2.inner.rakete2.gotoAndStop(2);
Symbol 2128 MovieClip Frame 137
_root.hintergrund.transformer1.transformer2.inner._x = _root.hintergrund.transformer1.transformer2.inner._x + 15;
Symbol 2128 MovieClip Frame 181
_root.hintergrund.transformer1.transformer2.raketen.inner.play();
Symbol 2128 MovieClip Frame 182
if (_root.transe == 1) {
stop();
}
Symbol 2128 MovieClip Frame 214
if (_root.transe == 1) {
stop();
}
Symbol 2128 MovieClip Frame 215
_root.hintergrund.transformer1.transformer2.inner._x = _root.hintergrund.transformer1.transformer2.inner._x - 15;
_root.hintergrund.transformer1.transformer2.inner.rakete3.gotoAndStop(2);
Symbol 2128 MovieClip Frame 218
_root.hintergrund.transformer1.transformer2.inner._x = _root.hintergrund.transformer1.transformer2.inner._x + 15;
Symbol 2128 MovieClip Frame 250
_root.hintergrund.transformer1.transformer2.raketen.inner.play();
Symbol 2128 MovieClip Frame 251
if (_root.transe == 1) {
stop();
}
Symbol 2128 MovieClip Frame 289
if (_root.transe == 1) {
stop();
}
Symbol 2128 MovieClip Frame 290
_root.hintergrund.transformer1.transformer2.inner.play();
stop();
Symbol 2158 MovieClip Frame 1
stopAllSounds();
Symbol 2158 MovieClip Frame 71
_root.hintergrund.nextFrame();
stop();
Symbol 2159 MovieClip Frame 1
stop();
Instance of Symbol 1296 MovieClip "oiuu2" in Symbol 2159 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2159 MovieClip Frame 2
stop();
Symbol 2159 MovieClip Frame 3
stop();
Symbol 2159 MovieClip Frame 4
stop();
Symbol 2159 MovieClip Frame 5
stop();
Symbol 2159 MovieClip Frame 6
stop();
Symbol 2159 MovieClip Frame 8
_root.transe = 1;
stop();
Symbol 2160 MovieClip Frame 1
Instance of Symbol 1296 MovieClip in Symbol 2160 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2162 MovieClip Frame 1
stop();
Instance of Symbol 2058 MovieClip "grr" in Symbol 2162 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.transformer1.play();
}
}
Symbol 2162 MovieClip Frame 2
_root.pointy.gotoAndStop(2);
_root.links.gotoAndStop("weg");
if (_root.travel == 7) {
_root.hintergrund.gotoAndStop(2);
stop();
}
Symbol 2162 MovieClip Frame 3
_root.travel = 6;
stopAllSounds();
Symbol 2162 MovieClip Frame 4
_root.motorkarre.start(0, 999);
Symbol 2162 MovieClip Frame 315
_root.musik.gotoAndStop(3);
Symbol 2162 MovieClip Frame 420
_root.motorkarre.stop("motorkarre");
_root.attachMovie("transformerenergy", "transformerenergy", 1048576);
_root.transformerenergy._x = 85;
_root.transformerenergy._y = 1.5;
Symbol 2162 MovieClip Frame 468
stop();
Symbol 2162 MovieClip Frame 502
stop();
Symbol 2162 MovieClip Frame 537
gotoAndPlay ("go");
Symbol 2166 MovieClip Frame 1
stop();
Symbol 2168 MovieClip Frame 47
stop();
Symbol 2170 MovieClip Frame 1
stop();
Instance of Symbol 2169 MovieClip in Symbol 2170 MovieClip Frame 41
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 2169 MovieClip in Symbol 2170 MovieClip Frame 49
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2170 MovieClip Frame 85
stop();
Symbol 2173 MovieClip Frame 1
stop();
Symbol 2173 MovieClip Frame 7
stop();
Instance of Symbol 2172 MovieClip in Symbol 2173 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box8.nextFrame();
}
}
Symbol 2176 MovieClip Frame 1
stop();
Symbol 2176 MovieClip Frame 7
stop();
Instance of Symbol 2175 MovieClip in Symbol 2176 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box9.nextFrame();
}
}
Symbol 2178 MovieClip Frame 1
stop();
Symbol 2178 MovieClip Frame 7
stop();
Instance of Symbol 985 MovieClip in Symbol 2178 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.blows = _root.anzeigen.blows + 1;
_root.blowsy = _root.blowsy + 1;
_root.hintergrund.box10.nextFrame();
}
}
Symbol 2181 MovieClip Frame 1
stop();
Symbol 2181 MovieClip Frame 7
stop();
Instance of Symbol 2180 MovieClip in Symbol 2181 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box.nextFrame();
}
}
Symbol 2184 MovieClip Frame 1
stop();
Symbol 2184 MovieClip Frame 7
stop();
Instance of Symbol 2183 MovieClip in Symbol 2184 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.stars = _root.anzeigen.stars + 5;
_root.hintergrund.box4.nextFrame();
}
}
Symbol 2187 MovieClip Frame 1
stop();
Symbol 2187 MovieClip Frame 7
stop();
Instance of Symbol 2186 MovieClip in Symbol 2187 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.demons = _root.anzeigen.demons + 1;
_root.ninjy = _root.ninjy + 1;
_root.hintergrund.box6.nextFrame();
}
}
Symbol 2192 MovieClip Frame 1
stop();
Symbol 2192 MovieClip Frame 7
stop();
Instance of Symbol 2191 MovieClip in Symbol 2192 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.anzeigen.demons = _root.anzeigen.demons + 1;
_root.ninjy = _root.ninjy + 1;
_root.hintergrund.box12.nextFrame();
}
}
Symbol 2196 MovieClip Frame 1
stop();
Symbol 2196 MovieClip Frame 2
_root.nowherenull.stop("nowherenull");
_root.hintergrund.abseiler1.abseiler.stop();
_root.hintergrund.abseiler1.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("wegrechts");
}
Symbol 2196 MovieClip Frame 25
stop();
Symbol 2197 MovieClip Frame 1
stop();
Symbol 2199 MovieClip Frame 5
stop();
Symbol 2200 MovieClip Frame 1
stop();
Instance of Symbol 2200 MovieClip "inner" in Symbol 2201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2201 MovieClip Frame 46
stop();
Instance of Symbol 2200 MovieClip "inner" in Symbol 2203 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2203 MovieClip Frame 46
stop();
Instance of Symbol 2200 MovieClip "inner" in Symbol 2204 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2204 MovieClip Frame 46
stop();
Symbol 2205 MovieClip Frame 1
stop();
Symbol 2205 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 2205 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 2206 MovieClip Frame 5
stop();
Symbol 2207 MovieClip Frame 1
stop();
Instance of Symbol 2207 MovieClip "inner" in Symbol 2208 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2208 MovieClip Frame 46
stop();
Symbol 2210 MovieClip Frame 1
stop();
Instance of Symbol 2210 MovieClip "inner" in Symbol 2211 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2210 MovieClip "inner" in Symbol 2211 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2211 MovieClip Frame 46
stop();
Symbol 2212 MovieClip Frame 1
stop();
Instance of Symbol 2212 MovieClip "inner" in Symbol 2213 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2212 MovieClip "inner" in Symbol 2213 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2213 MovieClip Frame 46
stop();
Symbol 2214 MovieClip Frame 1
stop();
Symbol 2214 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 2214 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 2215 MovieClip Frame 5
stop();
Symbol 2216 MovieClip Frame 1
stop();
Instance of Symbol 2216 MovieClip "inner" in Symbol 2217 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2217 MovieClip Frame 26
stop();
Symbol 2218 MovieClip Frame 1
stop();
Instance of Symbol 2218 MovieClip "inner" in Symbol 2219 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2218 MovieClip "inner" in Symbol 2219 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2219 MovieClip Frame 26
stop();
Symbol 2220 MovieClip Frame 1
stop();
Instance of Symbol 2220 MovieClip "inner" in Symbol 2221 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2220 MovieClip "inner" in Symbol 2221 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2221 MovieClip Frame 26
stop();
Symbol 2222 MovieClip Frame 1
stop();
Symbol 2222 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 2222 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 2223 MovieClip Frame 5
stop();
Symbol 2224 MovieClip Frame 1
stop();
Instance of Symbol 2224 MovieClip "inner" in Symbol 2225 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2225 MovieClip Frame 15
stop();
Instance of Symbol 2224 MovieClip "inner" in Symbol 2226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2226 MovieClip Frame 15
stop();
Instance of Symbol 2224 MovieClip "inner" in Symbol 2227 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2227 MovieClip Frame 15
stop();
Symbol 2228 MovieClip Frame 1
stop();
Symbol 2228 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 2228 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 2229 MovieClip Frame 5
stop();
Symbol 2230 MovieClip Frame 1
stop();
Instance of Symbol 2230 MovieClip "inner" in Symbol 2231 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2231 MovieClip Frame 26
stop();
Instance of Symbol 2230 MovieClip "inner" in Symbol 2232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2232 MovieClip Frame 26
stop();
Instance of Symbol 2230 MovieClip "inner" in Symbol 2233 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2233 MovieClip Frame 26
stop();
Symbol 2234 MovieClip Frame 1
stop();
Symbol 2234 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 2234 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 2235 MovieClip Frame 5
stop();
Symbol 2236 MovieClip Frame 1
stop();
Instance of Symbol 2236 MovieClip "inner" in Symbol 2237 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2237 MovieClip Frame 46
stop();
Symbol 2238 MovieClip Frame 1
stop();
Instance of Symbol 2238 MovieClip "inner" in Symbol 2239 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2238 MovieClip "inner" in Symbol 2239 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2239 MovieClip Frame 46
stop();
Symbol 2240 MovieClip Frame 1
stop();
Instance of Symbol 2240 MovieClip "inner" in Symbol 2241 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2240 MovieClip "inner" in Symbol 2241 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler1.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler1.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler1.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2241 MovieClip Frame 46
stop();
Symbol 2242 MovieClip Frame 1
stop();
Symbol 2242 MovieClip Frame 2
_root.hintergrund.abseiler1.abseiler.ready = 0;
Symbol 2242 MovieClip Frame 70
_root.hintergrund.abseiler1.abseiler.ready = 1;
Symbol 2243 MovieClip Frame 1
ready = 1;
richtung = 1;
Symbol 2243 MovieClip Frame 25
richtung = 1;
stop();
_root.hintergrund.abseiler1.abseiler.feuern0.play();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Instance of Symbol 2198 MovieClip "43trbngv" in Symbol 2243 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("links2");
}
}
Instance of Symbol 2198 MovieClip "jhuu" in Symbol 2243 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("links1");
}
}
Instance of Symbol 2198 MovieClip "cxcxc" in Symbol 2243 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("mitte");
}
}
Instance of Symbol 2198 MovieClip "bvgg" in Symbol 2243 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("rechts1");
}
}
Instance of Symbol 2198 MovieClip "54zuj" in Symbol 2243 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("rechts2");
}
}
Instance of Symbol 2198 MovieClip "dsse" in Symbol 2243 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler1.abseiler.gotoAndStop("links3");
}
}
Symbol 2243 MovieClip Frame 35
richtung = 1;
_root.hintergrund.abseiler1.abseiler.feuern.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 2243 MovieClip Frame 44
richtung = 1;
_root.hintergrund.abseiler1.abseiler.feuern2.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 2243 MovieClip Frame 54
richtung = 1;
_root.hintergrund.abseiler1.abseiler.feuern3.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 2243 MovieClip Frame 65
richtung = 2;
_root.hintergrund.abseiler1.abseiler.feuern4.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
_root.hintergrund.abseiler1.abseiler.feuern5.stop();
Symbol 2243 MovieClip Frame 74
richtung = 2;
_root.hintergrund.abseiler1.abseiler.feuern5.play();
_root.hintergrund.abseiler1.abseiler.feuern0.stop();
_root.hintergrund.abseiler1.abseiler.feuern2.stop();
_root.hintergrund.abseiler1.abseiler.feuern3.stop();
_root.hintergrund.abseiler1.abseiler.feuern4.stop();
_root.hintergrund.abseiler1.abseiler.feuern.stop();
Symbol 2244 MovieClip Frame 1
stop();
Instance of Symbol 2193 MovieClip in Symbol 2244 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.abseiler1.play();
}
}
Symbol 2244 MovieClip Frame 34
stop();
Symbol 2248 MovieClip Frame 1
stop();
Symbol 2248 MovieClip Frame 2
_root.nowherenull.stop("nowherenull");
_root.hintergrund.abseiler2.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("wegrechts");
}
Symbol 2248 MovieClip Frame 25
stop();
Symbol 2249 MovieClip Frame 1
stop();
Symbol 2251 MovieClip Frame 5
stop();
Symbol 2252 MovieClip Frame 1
stop();
Instance of Symbol 2252 MovieClip "inner" in Symbol 2253 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2253 MovieClip Frame 46
stop();
Instance of Symbol 2252 MovieClip "inner" in Symbol 2255 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2255 MovieClip Frame 46
stop();
Instance of Symbol 2252 MovieClip "inner" in Symbol 2256 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2256 MovieClip Frame 46
stop();
Symbol 2257 MovieClip Frame 1
stop();
Symbol 2257 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 2257 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 2258 MovieClip Frame 5
stop();
Symbol 2259 MovieClip Frame 1
stop();
Instance of Symbol 2259 MovieClip "inner" in Symbol 2260 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2260 MovieClip Frame 46
stop();
Symbol 2262 MovieClip Frame 1
stop();
Instance of Symbol 2262 MovieClip "inner" in Symbol 2263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2262 MovieClip "inner" in Symbol 2263 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2263 MovieClip Frame 46
stop();
Symbol 2264 MovieClip Frame 1
stop();
Instance of Symbol 2264 MovieClip "inner" in Symbol 2265 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2264 MovieClip "inner" in Symbol 2265 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2265 MovieClip Frame 46
stop();
Symbol 2266 MovieClip Frame 1
stop();
Symbol 2266 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 2266 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 2267 MovieClip Frame 5
stop();
Symbol 2268 MovieClip Frame 1
stop();
Instance of Symbol 2268 MovieClip "inner" in Symbol 2269 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2269 MovieClip Frame 26
stop();
Symbol 2270 MovieClip Frame 1
stop();
Instance of Symbol 2270 MovieClip "inner" in Symbol 2271 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2270 MovieClip "inner" in Symbol 2271 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2271 MovieClip Frame 26
stop();
Symbol 2272 MovieClip Frame 1
stop();
Instance of Symbol 2272 MovieClip "inner" in Symbol 2273 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2272 MovieClip "inner" in Symbol 2273 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2273 MovieClip Frame 26
stop();
Symbol 2274 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 2274 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 2275 MovieClip Frame 5
stop();
Symbol 2276 MovieClip Frame 1
stop();
Instance of Symbol 2276 MovieClip "inner" in Symbol 2277 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2277 MovieClip Frame 15
stop();
Instance of Symbol 2276 MovieClip "inner" in Symbol 2278 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2278 MovieClip Frame 15
stop();
Instance of Symbol 2276 MovieClip "inner" in Symbol 2279 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2279 MovieClip Frame 15
stop();
Symbol 2280 MovieClip Frame 1
stop();
Symbol 2280 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 2280 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 2281 MovieClip Frame 5
stop();
Symbol 2282 MovieClip Frame 1
stop();
Instance of Symbol 2282 MovieClip "inner" in Symbol 2283 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2283 MovieClip Frame 26
stop();
Instance of Symbol 2282 MovieClip "inner" in Symbol 2284 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2284 MovieClip Frame 26
stop();
Instance of Symbol 2282 MovieClip "inner" in Symbol 2285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2285 MovieClip Frame 26
stop();
Symbol 2286 MovieClip Frame 1
stop();
Symbol 2286 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 2286 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 2287 MovieClip Frame 5
stop();
Symbol 2288 MovieClip Frame 1
stop();
Instance of Symbol 2288 MovieClip "inner" in Symbol 2289 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2289 MovieClip Frame 46
stop();
Symbol 2290 MovieClip Frame 1
stop();
Instance of Symbol 2290 MovieClip "inner" in Symbol 2291 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2290 MovieClip "inner" in Symbol 2291 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2291 MovieClip Frame 46
stop();
Symbol 2292 MovieClip Frame 1
stop();
Instance of Symbol 2292 MovieClip "inner" in Symbol 2293 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2292 MovieClip "inner" in Symbol 2293 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2293 MovieClip Frame 46
stop();
Symbol 2294 MovieClip Frame 1
stop();
Symbol 2294 MovieClip Frame 2
_root.hintergrund.abseiler2.abseiler.ready = 0;
Symbol 2294 MovieClip Frame 70
_root.hintergrund.abseiler2.abseiler.ready = 1;
Symbol 2295 MovieClip Frame 1
ready = 1;
richtung = 1;
Symbol 2295 MovieClip Frame 25
richtung = 1;
stop();
_root.hintergrund.abseiler2.abseiler.feuern0.play();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Instance of Symbol 2250 MovieClip "43trbngv" in Symbol 2295 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("links2");
}
}
Instance of Symbol 2250 MovieClip "jhuu" in Symbol 2295 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("links1");
}
}
Instance of Symbol 2250 MovieClip "cxcxc" in Symbol 2295 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("mitte");
}
}
Instance of Symbol 2250 MovieClip "bvgg" in Symbol 2295 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("rechts1");
}
}
Instance of Symbol 2250 MovieClip "54zuj" in Symbol 2295 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("rechts2");
}
}
Instance of Symbol 2250 MovieClip "dsse" in Symbol 2295 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler2.abseiler.gotoAndStop("links3");
}
}
Symbol 2295 MovieClip Frame 35
richtung = 1;
_root.hintergrund.abseiler2.abseiler.feuern.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 2295 MovieClip Frame 44
richtung = 1;
_root.hintergrund.abseiler2.abseiler.feuern2.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 2295 MovieClip Frame 54
richtung = 1;
_root.hintergrund.abseiler2.abseiler.feuern3.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 2295 MovieClip Frame 65
richtung = 2;
_root.hintergrund.abseiler2.abseiler.feuern4.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
_root.hintergrund.abseiler2.abseiler.feuern5.stop();
Symbol 2295 MovieClip Frame 74
richtung = 2;
_root.hintergrund.abseiler2.abseiler.feuern5.play();
_root.hintergrund.abseiler2.abseiler.feuern0.stop();
_root.hintergrund.abseiler2.abseiler.feuern2.stop();
_root.hintergrund.abseiler2.abseiler.feuern3.stop();
_root.hintergrund.abseiler2.abseiler.feuern4.stop();
_root.hintergrund.abseiler2.abseiler.feuern.stop();
Symbol 2296 MovieClip Frame 1
stop();
Instance of Symbol 2245 MovieClip in Symbol 2296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.abseiler2.play();
}
}
Symbol 2296 MovieClip Frame 34
stop();
Symbol 2300 MovieClip Frame 1
stop();
Symbol 2300 MovieClip Frame 2
_root.nowherenull.stop("nowherenull");
_root.hintergrund.abseiler3.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("wegrechts");
}
Symbol 2300 MovieClip Frame 25
stop();
Symbol 2301 MovieClip Frame 1
stop();
Symbol 2303 MovieClip Frame 5
stop();
Symbol 2304 MovieClip Frame 1
stop();
Instance of Symbol 2304 MovieClip "inner" in Symbol 2305 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2305 MovieClip Frame 46
stop();
Instance of Symbol 2304 MovieClip "inner" in Symbol 2307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2307 MovieClip Frame 46
stop();
Instance of Symbol 2304 MovieClip "inner" in Symbol 2308 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2308 MovieClip Frame 46
stop();
Symbol 2309 MovieClip Frame 1
stop();
Symbol 2309 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 2309 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 2310 MovieClip Frame 5
stop();
Symbol 2311 MovieClip Frame 1
stop();
Instance of Symbol 2311 MovieClip "inner" in Symbol 2312 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2312 MovieClip Frame 46
stop();
Symbol 2314 MovieClip Frame 1
stop();
Instance of Symbol 2314 MovieClip "inner" in Symbol 2315 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2314 MovieClip "inner" in Symbol 2315 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2315 MovieClip Frame 46
stop();
Symbol 2316 MovieClip Frame 1
stop();
Instance of Symbol 2316 MovieClip "inner" in Symbol 2317 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2316 MovieClip "inner" in Symbol 2317 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2317 MovieClip Frame 46
stop();
Symbol 2318 MovieClip Frame 1
stop();
Symbol 2318 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 2318 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 2319 MovieClip Frame 5
stop();
Symbol 2320 MovieClip Frame 1
stop();
Instance of Symbol 2320 MovieClip "inner" in Symbol 2321 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2321 MovieClip Frame 26
stop();
Symbol 2322 MovieClip Frame 1
stop();
Instance of Symbol 2322 MovieClip "inner" in Symbol 2323 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2322 MovieClip "inner" in Symbol 2323 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2323 MovieClip Frame 25
stop();
Symbol 2324 MovieClip Frame 1
stop();
Instance of Symbol 2324 MovieClip "inner" in Symbol 2325 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2324 MovieClip "inner" in Symbol 2325 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2325 MovieClip Frame 25
stop();
Symbol 2326 MovieClip Frame 1
stop();
Symbol 2326 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 2326 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 2327 MovieClip Frame 5
stop();
Symbol 2328 MovieClip Frame 1
stop();
Instance of Symbol 2328 MovieClip "inner" in Symbol 2329 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2329 MovieClip Frame 15
stop();
Instance of Symbol 2328 MovieClip "inner" in Symbol 2330 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2330 MovieClip Frame 15
stop();
Instance of Symbol 2328 MovieClip "inner" in Symbol 2331 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2328 MovieClip "inner" in Symbol 2331 MovieClip Frame 14
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2331 MovieClip Frame 15
stop();
Symbol 2332 MovieClip Frame 1
stop();
Symbol 2332 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 2332 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 2333 MovieClip Frame 5
stop();
Symbol 2334 MovieClip Frame 1
stop();
Instance of Symbol 2334 MovieClip "inner" in Symbol 2335 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2335 MovieClip Frame 26
stop();
Instance of Symbol 2334 MovieClip "inner" in Symbol 2336 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2336 MovieClip Frame 26
stop();
Instance of Symbol 2334 MovieClip "inner" in Symbol 2337 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2337 MovieClip Frame 26
stop();
Symbol 2338 MovieClip Frame 1
stop();
Symbol 2338 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 2338 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 2339 MovieClip Frame 5
stop();
Symbol 2340 MovieClip Frame 1
stop();
Instance of Symbol 2340 MovieClip "inner" in Symbol 2341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2341 MovieClip Frame 46
stop();
Symbol 2342 MovieClip Frame 1
stop();
Instance of Symbol 2342 MovieClip "inner" in Symbol 2343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2342 MovieClip "inner" in Symbol 2343 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2343 MovieClip Frame 46
stop();
Symbol 2344 MovieClip Frame 1
stop();
Instance of Symbol 2344 MovieClip "inner" in Symbol 2345 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2344 MovieClip "inner" in Symbol 2345 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2345 MovieClip Frame 46
stop();
Symbol 2346 MovieClip Frame 1
stop();
Symbol 2346 MovieClip Frame 2
_root.hintergrund.abseiler3.abseiler.ready = 0;
Symbol 2346 MovieClip Frame 70
_root.hintergrund.abseiler3.abseiler.ready = 1;
Symbol 2347 MovieClip Frame 1
ready = 1;
richtung = 1;
Symbol 2347 MovieClip Frame 25
richtung = 1;
stop();
_root.hintergrund.abseiler3.abseiler.feuern0.play();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Instance of Symbol 2302 MovieClip "43trbngv" in Symbol 2347 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("links2");
}
}
Instance of Symbol 2302 MovieClip "jhuu" in Symbol 2347 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("links1");
}
}
Instance of Symbol 2302 MovieClip "cxcxc" in Symbol 2347 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("mitte");
}
}
Instance of Symbol 2302 MovieClip "bvgg" in Symbol 2347 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("rechts1");
}
}
Instance of Symbol 2302 MovieClip "54zuj" in Symbol 2347 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("rechts2");
}
}
Instance of Symbol 2302 MovieClip "dsse" in Symbol 2347 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler3.abseiler.gotoAndStop("links3");
}
}
Symbol 2347 MovieClip Frame 35
richtung = 1;
_root.hintergrund.abseiler3.abseiler.feuern.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 2347 MovieClip Frame 44
richtung = 1;
_root.hintergrund.abseiler3.abseiler.feuern2.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 2347 MovieClip Frame 54
richtung = 1;
_root.hintergrund.abseiler3.abseiler.feuern3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 2347 MovieClip Frame 65
richtung = 2;
_root.hintergrund.abseiler3.abseiler.feuern4.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
_root.hintergrund.abseiler3.abseiler.feuern5.stop();
Symbol 2347 MovieClip Frame 74
richtung = 2;
_root.hintergrund.abseiler3.abseiler.feuern5.play();
_root.hintergrund.abseiler3.abseiler.feuern0.stop();
_root.hintergrund.abseiler3.abseiler.feuern2.stop();
_root.hintergrund.abseiler3.abseiler.feuern3.stop();
_root.hintergrund.abseiler3.abseiler.feuern4.stop();
_root.hintergrund.abseiler3.abseiler.feuern.stop();
Symbol 2348 MovieClip Frame 1
stop();
Instance of Symbol 2297 MovieClip in Symbol 2348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.abseiler3.play();
}
}
Symbol 2348 MovieClip Frame 34
stop();
Symbol 2352 MovieClip Frame 1
stop();
Symbol 2352 MovieClip Frame 2
_root.nowherenull.stop("nowherenull");
_root.hintergrund.abseiler4.abseiler.arm.gotoAndStop(2);
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("weglinks");
}
if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("wegrechts");
}
Symbol 2352 MovieClip Frame 25
stop();
Symbol 2353 MovieClip Frame 1
stop();
Symbol 2355 MovieClip Frame 5
stop();
Symbol 2356 MovieClip Frame 1
stop();
Instance of Symbol 2356 MovieClip "inner" in Symbol 2357 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2356 MovieClip "inner" in Symbol 2357 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern0.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2357 MovieClip Frame 46
stop();
Instance of Symbol 2356 MovieClip "inner" in Symbol 2359 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern0.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2359 MovieClip Frame 46
stop();
Instance of Symbol 2356 MovieClip "inner" in Symbol 2360 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr4.play();
_root.hintergrund.abseiler4.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern0.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2360 MovieClip Frame 46
stop();
Symbol 2361 MovieClip Frame 1
stop();
Symbol 2361 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 2361 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 2362 MovieClip Frame 5
stop();
Symbol 2363 MovieClip Frame 1
stop();
Instance of Symbol 2363 MovieClip "inner" in Symbol 2364 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2363 MovieClip "inner" in Symbol 2364 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler2.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler2.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler2.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2364 MovieClip Frame 46
stop();
Instance of Symbol 1862 MovieClip "inner" in Symbol 2366 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1862 MovieClip "inner" in Symbol 2366 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2366 MovieClip Frame 46
stop();
Instance of Symbol 1864 MovieClip "inner" in Symbol 2367 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 1864 MovieClip "inner" in Symbol 2367 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2367 MovieClip Frame 46
stop();
Symbol 2368 MovieClip Frame 1
stop();
Symbol 2368 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 2368 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 2369 MovieClip Frame 5
stop();
Symbol 2370 MovieClip Frame 1
stop();
Instance of Symbol 2370 MovieClip "inner" in Symbol 2371 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2371 MovieClip Frame 26
stop();
Symbol 2372 MovieClip Frame 1
stop();
Instance of Symbol 2372 MovieClip "inner" in Symbol 2373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2372 MovieClip "inner" in Symbol 2373 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2373 MovieClip Frame 25
stop();
Symbol 2374 MovieClip Frame 1
stop();
Instance of Symbol 2374 MovieClip "inner" in Symbol 2375 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2374 MovieClip "inner" in Symbol 2375 MovieClip Frame 24
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern2.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2375 MovieClip Frame 25
stop();
Symbol 2376 MovieClip Frame 1
stop();
Symbol 2376 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 2376 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 2377 MovieClip Frame 5
stop();
Symbol 2378 MovieClip Frame 1
stop();
Instance of Symbol 2378 MovieClip "inner" in Symbol 2379 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern3.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2379 MovieClip Frame 15
stop();
Instance of Symbol 2378 MovieClip "inner" in Symbol 2380 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern3.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2380 MovieClip Frame 15
stop();
Instance of Symbol 2378 MovieClip "inner" in Symbol 2381 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern3.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2381 MovieClip Frame 15
stop();
Symbol 2382 MovieClip Frame 1
stop();
Symbol 2382 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 2382 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 2383 MovieClip Frame 5
stop();
Symbol 2384 MovieClip Frame 1
stop();
Instance of Symbol 2384 MovieClip "inner" in Symbol 2385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern4.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2385 MovieClip Frame 26
stop();
Instance of Symbol 2384 MovieClip "inner" in Symbol 2386 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern4.kugel2.inner.gotoAndStop(2);
}
}
}
Symbol 2386 MovieClip Frame 26
stop();
Instance of Symbol 2384 MovieClip "inner" in Symbol 2387 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern4.kugel3.inner.gotoAndStop(2);
}
}
}
Symbol 2387 MovieClip Frame 26
stop();
Symbol 2388 MovieClip Frame 1
stop();
Symbol 2388 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 2388 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 2389 MovieClip Frame 5
stop();
Symbol 2390 MovieClip Frame 1
stop();
Instance of Symbol 2390 MovieClip "inner" in Symbol 2391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler4.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler4.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler4.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler4.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2391 MovieClip Frame 46
stop();
Symbol 2392 MovieClip Frame 1
stop();
Instance of Symbol 2392 MovieClip "inner" in Symbol 2393 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel2.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2392 MovieClip "inner" in Symbol 2393 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2393 MovieClip Frame 46
stop();
Symbol 2394 MovieClip Frame 1
stop();
Instance of Symbol 2394 MovieClip "inner" in Symbol 2395 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel3.inner.gotoAndStop(2);
}
}
}
Instance of Symbol 2394 MovieClip "inner" in Symbol 2395 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr3.play();
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.abseiler3.abseiler.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.abseiler3.abseiler.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.abseiler3.abseiler.feuern5.kugel.inner.gotoAndStop(2);
}
}
}
Symbol 2395 MovieClip Frame 46
stop();
Symbol 2396 MovieClip Frame 1
stop();
Symbol 2396 MovieClip Frame 2
_root.hintergrund.abseiler4.abseiler.ready = 0;
Symbol 2396 MovieClip Frame 70
_root.hintergrund.abseiler4.abseiler.ready = 1;
Symbol 2397 MovieClip Frame 1
ready = 1;
richtung = 1;
Symbol 2397 MovieClip Frame 25
richtung = 1;
stop();
_root.hintergrund.abseiler4.abseiler.feuern0.play();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Instance of Symbol 2354 MovieClip "43trbngv" in Symbol 2397 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("links2");
}
}
Instance of Symbol 2354 MovieClip "jhuu" in Symbol 2397 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("links1");
}
}
Instance of Symbol 2354 MovieClip "cxcxc" in Symbol 2397 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("mitte");
}
}
Instance of Symbol 2354 MovieClip "bvgg" in Symbol 2397 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("rechts1");
}
}
Instance of Symbol 2354 MovieClip "54zuj" in Symbol 2397 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("rechts2");
}
}
Instance of Symbol 2354 MovieClip "dsse" in Symbol 2397 MovieClip Frame 25
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.hintergrund.abseiler4.abseiler.gotoAndStop("links3");
}
}
Symbol 2397 MovieClip Frame 35
richtung = 1;
_root.hintergrund.abseiler4.abseiler.feuern.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Symbol 2397 MovieClip Frame 44
richtung = 1;
_root.hintergrund.abseiler4.abseiler.feuern2.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Symbol 2397 MovieClip Frame 54
richtung = 1;
_root.hintergrund.abseiler4.abseiler.feuern3.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Symbol 2397 MovieClip Frame 65
richtung = 2;
_root.hintergrund.abseiler4.abseiler.feuern4.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
_root.hintergrund.abseiler4.abseiler.feuern5.stop();
Symbol 2397 MovieClip Frame 74
richtung = 2;
_root.hintergrund.abseiler4.abseiler.feuern5.play();
_root.hintergrund.abseiler4.abseiler.feuern0.stop();
_root.hintergrund.abseiler4.abseiler.feuern2.stop();
_root.hintergrund.abseiler4.abseiler.feuern3.stop();
_root.hintergrund.abseiler4.abseiler.feuern4.stop();
_root.hintergrund.abseiler4.abseiler.feuern.stop();
Symbol 2398 MovieClip Frame 1
stop();
Instance of Symbol 2349 MovieClip in Symbol 2398 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.abseiler4.play();
}
}
Symbol 2398 MovieClip Frame 34
stop();
Symbol 2442 MovieClip Frame 1
stop();
Instance of Symbol 2414 MovieClip "hghg" in Symbol 2442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind12.bully.stop();
_root.hintergrund.feind12.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind12.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind12.bully.play();
}
}
Instance of Symbol 2414 MovieClip "hghg2" in Symbol 2442 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind12.bully.stop();
_root.hintergrund.feind12.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind12.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind12.bully.play();
}
}
Symbol 2442 MovieClip Frame 20
_root.hintergrund.feind12.bully.messer.play();
Symbol 2442 MovieClip Frame 60
_root.hintergrund.feind12.bully.play();
Symbol 2442 MovieClip Frame 105
gotoAndStop (1);
Symbol 2442 MovieClip Frame 106
_root.hintergrund.feind12.bully.messer2.play();
Symbol 2442 MovieClip Frame 123
_root.hintergrund.feind12.bully.play();
Symbol 2442 MovieClip Frame 191
gotoAndStop (1);
Symbol 2442 MovieClip Frame 192
_root.hintergrund.feind12.bully.stop();
Symbol 2442 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 2442 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 2442 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 2442 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 2442 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind12._x = _root.hintergrund.feind12._x + 10;
}
Symbol 2442 MovieClip Frame 208
stop();
Symbol 2444 MovieClip Frame 1
stop();
Instance of Symbol 2443 MovieClip in Symbol 2444 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind12.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind12.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind12.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind12.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 2445 MovieClip Frame 1
stop();
Symbol 2445 MovieClip Frame 60
_root.hintergrund.feind12.bully.play();
Symbol 2446 MovieClip Frame 1
stop();
Instance of Symbol 2443 MovieClip in Symbol 2446 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind12.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind12.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind12.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind12.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 2447 MovieClip Frame 1
stop();
Symbol 2447 MovieClip Frame 60
_root.hintergrund.feind12.bully.play();
Symbol 2448 MovieClip Frame 1
richtung = 1;
Symbol 2448 MovieClip Frame 31
richtung = 2;
Symbol 2448 MovieClip Frame 61
richtung = 1;
Symbol 2457 MovieClip Frame 1
stop();
Instance of Symbol 2399 MovieClip "taube" in Symbol 2457 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.feind12.play();
}
}
Symbol 2457 MovieClip Frame 108
stop();
Symbol 2465 MovieClip Frame 1
stop();
Instance of Symbol 2463 MovieClip "hghg" in Symbol 2465 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind11.bully.stop();
_root.hintergrund.feind11.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind11.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind11.bully.play();
}
}
Instance of Symbol 2463 MovieClip "hghg2" in Symbol 2465 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind11.bully.stop();
_root.hintergrund.feind11.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind11.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind11.bully.play();
}
}
Symbol 2465 MovieClip Frame 20
_root.hintergrund.feind11.bully.messer.play();
Symbol 2465 MovieClip Frame 60
_root.hintergrund.feind11.bully.play();
Symbol 2465 MovieClip Frame 105
gotoAndStop (1);
Symbol 2465 MovieClip Frame 106
_root.hintergrund.feind11.bully.messer2.play();
Symbol 2465 MovieClip Frame 123
_root.hintergrund.feind11.bully.play();
Symbol 2465 MovieClip Frame 191
gotoAndStop (1);
Symbol 2465 MovieClip Frame 192
_root.hintergrund.feind11.bully.stop();
Symbol 2465 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 2465 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 2465 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 2465 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 2465 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind11._x = _root.hintergrund.feind11._x + 10;
}
Symbol 2465 MovieClip Frame 208
stop();
Symbol 2467 MovieClip Frame 1
stop();
Instance of Symbol 2466 MovieClip in Symbol 2467 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind11.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind11.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind11.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind11.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 2468 MovieClip Frame 1
stop();
Symbol 2468 MovieClip Frame 60
_root.hintergrund.feind11.bully.play();
Symbol 2469 MovieClip Frame 1
stop();
Instance of Symbol 2466 MovieClip in Symbol 2469 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind11.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind11.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind11.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind11.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 2470 MovieClip Frame 1
stop();
Symbol 2470 MovieClip Frame 60
_root.hintergrund.feind11.bully.play();
Symbol 2471 MovieClip Frame 1
richtung = 1;
Symbol 2471 MovieClip Frame 31
richtung = 2;
Symbol 2471 MovieClip Frame 61
richtung = 1;
Symbol 2476 MovieClip Frame 1
stop();
Instance of Symbol 2399 MovieClip "taube" in Symbol 2476 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.feind11.play();
}
}
Symbol 2476 MovieClip Frame 108
stop();
Symbol 2507 MovieClip Frame 1
stop();
Instance of Symbol 2479 MovieClip "hghg" in Symbol 2507 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind7.bully.stop();
_root.hintergrund.feind7.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind7.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind7.bully.play();
}
}
Instance of Symbol 2479 MovieClip "hghg2" in Symbol 2507 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind7.bully.stop();
_root.hintergrund.feind7.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind7.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind7.bully.play();
}
}
Symbol 2507 MovieClip Frame 20
_root.hintergrund.feind7.bully.messer.play();
Symbol 2507 MovieClip Frame 60
_root.hintergrund.feind7.bully.play();
Symbol 2507 MovieClip Frame 105
gotoAndStop (1);
Symbol 2507 MovieClip Frame 106
_root.hintergrund.feind7.bully.messer2.play();
Symbol 2507 MovieClip Frame 147
_root.hintergrund.feind7.bully.play();
Symbol 2507 MovieClip Frame 191
gotoAndStop (1);
Symbol 2507 MovieClip Frame 192
_root.hintergrund.feind7.bully.stop();
Symbol 2507 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 2507 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 2507 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 2507 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 2507 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind7._x = _root.hintergrund.feind7._x + 10;
}
Symbol 2507 MovieClip Frame 208
stop();
Symbol 2512 MovieClip Frame 1
stop();
Instance of Symbol 2511 MovieClip in Symbol 2512 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind7.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind7.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind7.bully.messer.inner.gotoAndStop(2);
}
}
}
Symbol 2515 MovieClip Frame 4
stop();
Symbol 2516 MovieClip Frame 1
stop();
Symbol 2516 MovieClip Frame 60
_root.hintergrund.feind7.bully.play();
Symbol 2517 MovieClip Frame 1
stop();
Instance of Symbol 2511 MovieClip in Symbol 2517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind7.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind7.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind7.bully.messer2.inner.gotoAndStop(2);
}
}
}
Symbol 2519 MovieClip Frame 1
stop();
Symbol 2519 MovieClip Frame 35
_root.hintergrund.feind7.bully.play();
Symbol 2520 MovieClip Frame 1
richtung = 1;
Symbol 2520 MovieClip Frame 46
richtung = 2;
Symbol 2520 MovieClip Frame 90
richtung = 1;
Symbol 2529 MovieClip Frame 1
stop();
Instance of Symbol 2527 MovieClip "hghg" in Symbol 2529 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind10.bully.stop();
_root.hintergrund.feind10.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind10.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind10.bully.play();
}
}
Instance of Symbol 2527 MovieClip "hghg2" in Symbol 2529 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind10.bully.stop();
_root.hintergrund.feind10.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind10.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind10.bully.play();
}
}
Symbol 2529 MovieClip Frame 20
_root.hintergrund.feind10.bully.messer.play();
Symbol 2529 MovieClip Frame 60
_root.hintergrund.feind10.bully.play();
Symbol 2529 MovieClip Frame 105
gotoAndStop (1);
Symbol 2529 MovieClip Frame 106
_root.hintergrund.feind10.bully.messer2.play();
Symbol 2529 MovieClip Frame 123
_root.hintergrund.feind10.bully.play();
Symbol 2529 MovieClip Frame 191
gotoAndStop (1);
Symbol 2529 MovieClip Frame 192
_root.hintergrund.feind10.bully.stop();
Symbol 2529 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 2529 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 2529 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 2529 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 2529 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind10._x = _root.hintergrund.feind10._x + 10;
}
Symbol 2529 MovieClip Frame 208
stop();
Symbol 2531 MovieClip Frame 1
stop();
Instance of Symbol 2530 MovieClip in Symbol 2531 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind10.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind10.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind10.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind10.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 2532 MovieClip Frame 1
stop();
Symbol 2532 MovieClip Frame 60
_root.hintergrund.feind10.bully.play();
Symbol 2533 MovieClip Frame 1
stop();
Instance of Symbol 2530 MovieClip in Symbol 2533 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind10.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind10.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind10.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind10.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 2534 MovieClip Frame 1
stop();
Symbol 2534 MovieClip Frame 60
_root.hintergrund.feind10.bully.play();
Symbol 2535 MovieClip Frame 1
richtung = 1;
Symbol 2535 MovieClip Frame 31
richtung = 2;
Symbol 2535 MovieClip Frame 61
richtung = 1;
Symbol 2540 MovieClip Frame 1
stop();
Instance of Symbol 2399 MovieClip "taube" in Symbol 2540 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.feind10.play();
}
}
Symbol 2540 MovieClip Frame 108
stop();
Symbol 2543 MovieClip Frame 1
stop();
Instance of Symbol 2541 MovieClip "hghg" in Symbol 2543 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind9.bully.stop();
_root.hintergrund.feind9.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind9.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind9.bully.play();
}
}
Instance of Symbol 2541 MovieClip "hghg2" in Symbol 2543 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind9.bully.stop();
_root.hintergrund.feind9.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind9.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind9.bully.play();
}
}
Symbol 2543 MovieClip Frame 20
_root.hintergrund.feind9.bully.messer.play();
Symbol 2543 MovieClip Frame 60
_root.hintergrund.feind9.bully.play();
Symbol 2543 MovieClip Frame 105
gotoAndStop (1);
Symbol 2543 MovieClip Frame 106
_root.hintergrund.feind9.bully.messer2.play();
Symbol 2543 MovieClip Frame 147
_root.hintergrund.feind9.bully.play();
Symbol 2543 MovieClip Frame 191
gotoAndStop (1);
Symbol 2543 MovieClip Frame 192
_root.hintergrund.feind9.bully.stop();
Symbol 2543 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 2543 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 2543 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 2543 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 2543 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind9._x = _root.hintergrund.feind9._x + 10;
}
Symbol 2543 MovieClip Frame 208
stop();
Symbol 2546 MovieClip Frame 1
stop();
Instance of Symbol 2545 MovieClip in Symbol 2546 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind9.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind9.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind9.bully.messer.inner.gotoAndStop(2);
}
}
}
Symbol 2548 MovieClip Frame 4
stop();
Symbol 2549 MovieClip Frame 1
stop();
Symbol 2549 MovieClip Frame 60
_root.hintergrund.feind9.bully.play();
Symbol 2550 MovieClip Frame 1
stop();
Instance of Symbol 2545 MovieClip in Symbol 2550 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind9.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind9.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind9.bully.messer2.inner.gotoAndStop(2);
}
}
}
Symbol 2551 MovieClip Frame 1
stop();
Symbol 2551 MovieClip Frame 35
_root.hintergrund.feind9.bully.play();
Symbol 2552 MovieClip Frame 1
richtung = 1;
Symbol 2552 MovieClip Frame 46
richtung = 2;
Symbol 2552 MovieClip Frame 90
richtung = 1;
Symbol 2561 MovieClip Frame 1
stop();
Instance of Symbol 2559 MovieClip "hghg" in Symbol 2561 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind6.bully.stop();
_root.hintergrund.feind6.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind6.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind6.bully.play();
}
}
Instance of Symbol 2559 MovieClip "hghg2" in Symbol 2561 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind6.bully.stop();
_root.hintergrund.feind6.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind6.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind6.bully.play();
}
}
Symbol 2561 MovieClip Frame 20
_root.hintergrund.feind6.bully.messer.play();
Symbol 2561 MovieClip Frame 60
_root.hintergrund.feind6.bully.play();
Symbol 2561 MovieClip Frame 105
gotoAndStop (1);
Symbol 2561 MovieClip Frame 106
_root.hintergrund.feind6.bully.messer2.play();
Symbol 2561 MovieClip Frame 123
_root.hintergrund.feind6.bully.play();
Symbol 2561 MovieClip Frame 191
gotoAndStop (1);
Symbol 2561 MovieClip Frame 192
_root.hintergrund.feind6.bully.stop();
Symbol 2561 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 2561 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 2561 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 2561 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 2561 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind6._x = _root.hintergrund.feind6._x + 10;
}
Symbol 2561 MovieClip Frame 208
stop();
Symbol 2563 MovieClip Frame 1
stop();
Instance of Symbol 2562 MovieClip in Symbol 2563 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind6.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind6.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind6.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind6.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 2564 MovieClip Frame 1
stop();
Symbol 2564 MovieClip Frame 60
_root.hintergrund.feind6.bully.play();
Symbol 2565 MovieClip Frame 1
stop();
Instance of Symbol 2562 MovieClip in Symbol 2565 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind6.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind6.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind6.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind6.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 2566 MovieClip Frame 1
stop();
Symbol 2566 MovieClip Frame 60
_root.hintergrund.feind6.bully.play();
Symbol 2567 MovieClip Frame 1
richtung = 1;
Symbol 2567 MovieClip Frame 31
richtung = 2;
Symbol 2567 MovieClip Frame 61
richtung = 1;
Symbol 2572 MovieClip Frame 1
stop();
Instance of Symbol 2399 MovieClip "taube" in Symbol 2572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.feind6.play();
}
}
Symbol 2572 MovieClip Frame 108
stop();
Symbol 2575 MovieClip Frame 1
stop();
Instance of Symbol 2573 MovieClip "hghg" in Symbol 2575 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind8.bully.stop();
_root.hintergrund.feind8.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind8.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind8.bully.play();
}
}
Instance of Symbol 2573 MovieClip "hghg2" in Symbol 2575 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind8.bully.stop();
_root.hintergrund.feind8.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind8.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind8.bully.play();
}
}
Symbol 2575 MovieClip Frame 20
_root.hintergrund.feind8.bully.messer.play();
Symbol 2575 MovieClip Frame 60
_root.hintergrund.feind8.bully.play();
Symbol 2575 MovieClip Frame 105
gotoAndStop (1);
Symbol 2575 MovieClip Frame 106
_root.hintergrund.feind8.bully.messer2.play();
Symbol 2575 MovieClip Frame 147
_root.hintergrund.feind7.bully.play();
Symbol 2575 MovieClip Frame 191
gotoAndStop (1);
Symbol 2575 MovieClip Frame 192
_root.hintergrund.feind8.bully.stop();
Symbol 2575 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 2575 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 2575 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 2575 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 2575 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind8._x = _root.hintergrund.feind8._x + 10;
}
Symbol 2575 MovieClip Frame 208
stop();
Symbol 2578 MovieClip Frame 1
stop();
Instance of Symbol 2577 MovieClip in Symbol 2578 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind8.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind8.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind8.bully.messer.inner.gotoAndStop(2);
}
}
}
Symbol 2579 MovieClip Frame 4
stop();
Symbol 2580 MovieClip Frame 1
stop();
Symbol 2580 MovieClip Frame 60
_root.hintergrund.feind8.bully.play();
Symbol 2581 MovieClip Frame 1
stop();
Instance of Symbol 2577 MovieClip in Symbol 2581 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind8.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind8.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind8.bully.messer2.inner.gotoAndStop(2);
}
}
}
Symbol 2582 MovieClip Frame 1
stop();
Symbol 2582 MovieClip Frame 35
_root.hintergrund.feind8.bully.play();
Symbol 2583 MovieClip Frame 1
richtung = 1;
Symbol 2583 MovieClip Frame 46
richtung = 2;
Symbol 2583 MovieClip Frame 90
richtung = 1;
Symbol 2592 MovieClip Frame 1
stop();
Instance of Symbol 2590 MovieClip "hghg" in Symbol 2592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind5.bully.stop();
_root.hintergrund.feind5.bully.inner.gotoAndPlay("werfend");
} else {
_root.hintergrund.feind5.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind5.bully.play();
}
}
Instance of Symbol 2590 MovieClip "hghg2" in Symbol 2592 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.hintergrund.feind5.bully.stop();
_root.hintergrund.feind5.bully.inner.gotoAndPlay("werfend2");
} else {
_root.hintergrund.feind5.bully.inner.gotoAndStop("laufend");
_root.hintergrund.feind5.bully.play();
}
}
Symbol 2592 MovieClip Frame 20
_root.hintergrund.feind5.bully.messer.play();
Symbol 2592 MovieClip Frame 60
_root.hintergrund.feind5.bully.play();
Symbol 2592 MovieClip Frame 105
gotoAndStop (1);
Symbol 2592 MovieClip Frame 106
_root.hintergrund.feind5.bully.messer2.play();
Symbol 2592 MovieClip Frame 123
_root.hintergrund.feind5.bully.play();
Symbol 2592 MovieClip Frame 191
gotoAndStop (1);
Symbol 2592 MovieClip Frame 192
_root.hintergrund.feind5.bully.stop();
Symbol 2592 MovieClip Frame 193
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 2592 MovieClip Frame 196
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 2592 MovieClip Frame 199
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 2592 MovieClip Frame 202
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 2592 MovieClip Frame 205
if (_root.direktion == 1) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x - 10;
} else if (_root.direktion == 2) {
_root.hintergrund.feind5._x = _root.hintergrund.feind5._x + 10;
}
Symbol 2592 MovieClip Frame 208
stop();
Symbol 2594 MovieClip Frame 1
stop();
Instance of Symbol 2593 MovieClip in Symbol 2594 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind5.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind5.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind5.bully.messer.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind5.bully.messer.inner.gotoAndStop(2);
}
}
Symbol 2595 MovieClip Frame 1
stop();
Symbol 2595 MovieClip Frame 60
_root.hintergrund.feind5.bully.play();
Symbol 2596 MovieClip Frame 1
stop();
Instance of Symbol 2593 MovieClip in Symbol 2596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.hintergrund.feind5.bully.richtung == 1) {
_root.trefferlinks.play();
} else if (_root.hintergrund.feind5.bully.richtung == 2) {
_root.trefferrechts.play();
}
_root.hintergrund.feind5.bully.messer2.inner.gotoAndStop(2);
}
}
if (this.hitTest(_root.char.hieb.hitty)) {
_root.abwehr.play();
_root.hintergrund.feind5.bully.messer2.inner.gotoAndStop(2);
}
}
Symbol 2597 MovieClip Frame 1
stop();
Symbol 2597 MovieClip Frame 60
_root.hintergrund.feind5.bully.play();
Symbol 2598 MovieClip Frame 1
richtung = 1;
Symbol 2598 MovieClip Frame 31
richtung = 2;
Symbol 2598 MovieClip Frame 61
richtung = 1;
Symbol 2603 MovieClip Frame 1
stop();
Instance of Symbol 2399 MovieClip "taube" in Symbol 2603 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.feind5.play();
}
}
Symbol 2603 MovieClip Frame 74
_root.didyou.stop();
Symbol 2603 MovieClip Frame 108
stop();
Symbol 2605 MovieClip Frame 47
stop();
Symbol 2607 MovieClip Frame 1
stop();
Instance of Symbol 2604 MovieClip "taube" in Symbol 2607 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.silo3.play();
}
}
Instance of Symbol 2606 MovieClip in Symbol 2607 MovieClip Frame 72
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 2606 MovieClip in Symbol 2607 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2607 MovieClip Frame 116
stop();
Symbol 2609 MovieClip Frame 1
stop();
Instance of Symbol 2608 MovieClip "taube" in Symbol 2609 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
_root.hintergrund.silo4.play();
}
}
Instance of Symbol 2044 MovieClip in Symbol 2609 MovieClip Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Instance of Symbol 2044 MovieClip in Symbol 2609 MovieClip Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.hintergrund.feind11.bully.inner.treffer)) {
_root.hintergrund.feind11.bully.inner.gotoAndPlay("tod");
}
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2609 MovieClip Frame 105
stop();
Instance of Symbol 2624 MovieClip in Symbol 2628 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.treffermitte.play();
}
}
}
Symbol 2629 MovieClip Frame 1
_root.fire.stop("fire");
Symbol 2629 MovieClip Frame 2
_root.fire.start(0, 999);
stop();
Symbol 2630 Button
on (keyPress "1") {
gotoAndStop (2);
}
Symbol 2631 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 2631 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 2632 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 2632 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
_root.hitter = 0;
Symbol 2632 MovieClip Frame 3
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2632 MovieClip Frame 4
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2632 MovieClip Frame 5
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2632 MovieClip Frame 6
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2632 MovieClip Frame 7
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2632 MovieClip Frame 8
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2632 MovieClip Frame 9
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2632 MovieClip Frame 10
if (_root.char._x >= 37) {
_root.char._x = _root.char._x - 10;
_root.sprung._x = _root.sprung._x - 10;
}
Symbol 2633 MovieClip Frame 1
_root.char._alpha = 30;
Symbol 2633 MovieClip Frame 8
_root.char._alpha = 100;
Symbol 2634 MovieClip Frame 1
_root.hitter = 1;
stop();
Symbol 2634 MovieClip Frame 2
_root.anzeigen.bar.nextFrame();
_root.anzeigen.bar.nextFrame();
_root.char.blut.play();
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 2634 MovieClip Frame 3
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2634 MovieClip Frame 4
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2634 MovieClip Frame 5
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
_root.hitter = 0;
Symbol 2634 MovieClip Frame 6
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2634 MovieClip Frame 7
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2634 MovieClip Frame 8
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2634 MovieClip Frame 9
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2634 MovieClip Frame 10
if (_root.char._x <= 509) {
_root.char._x = _root.char._x + 10;
_root.sprung._x = _root.sprung._x + 10;
}
Symbol 2635 MovieClip Frame 1
stop();
Symbol 2635 MovieClip Frame 2
_root.hintergrund.koi.koi2.gotoAndStop("tod");
Symbol 2635 MovieClip Frame 3
gotoAndPlay (2);
Symbol 2652 MovieClip Frame 61
_root.hintergrund.koi.play();
Symbol 2652 MovieClip Frame 104
stop();
Symbol 2656 MovieClip Frame 1
stop();
Symbol 2688 MovieClip Frame 1
_root.whiteninjaenergy.swapDepths(100);
_root.whiteninjaenergy.removeMovieClip();
stopAllSounds();
Symbol 2688 MovieClip Frame 95
_root.pfeil2.play();
_root.abgang = 1;
stop();
Symbol 2689 MovieClip Frame 1
stop();
Symbol 2689 MovieClip Frame 2
_root.whiteninjaenergy.nextFrame();
Symbol 2689 MovieClip Frame 9
gotoAndStop (1);
Symbol 2689 MovieClip Frame 10
stop();
Instance of Symbol 2694 MovieClip in Symbol 2695 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2698 MovieClip Frame 40
stop();
Symbol 2702 MovieClip Frame 1
if (_root.endman == 1) {
gotoAndStop (2);
}
Instance of Symbol 2703 MovieClip in Symbol 2704 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
if (_root.direktion == 1) {
_root.trefferrechts.play();
} else if (_root.direktion == 2) {
_root.trefferlinks.play();
}
}
}
}
Symbol 2707 MovieClip Frame 2
stop();
Symbol 2708 MovieClip Frame 1
_root.hintergrund.koi.koi2._x = _root.hintergrund.koi.koi2._x + 5;
Symbol 2708 MovieClip Frame 22
_root.hintergrund.koi.koi2._x = _root.hintergrund.koi.koi2._x - 5;
Symbol 2708 MovieClip Frame 36
_root.hintergrund.koi.koi2._x = _root.hintergrund.koi.koi2._x + 5;
Symbol 2708 MovieClip Frame 46
_root.hintergrund.koi.koi2._x = _root.hintergrund.koi.koi2._x - 5;
Symbol 2708 MovieClip Frame 53
_root.hintergrund.koi.koi2._x = _root.hintergrund.koi.koi2._x + 5;
Symbol 2708 MovieClip Frame 59
_root.hintergrund.koi.koi2._x = _root.hintergrund.koi.koi2._x - 5;
Symbol 2708 MovieClip Frame 64
gotoAndPlay ("go");
Instance of Symbol 2711 MovieClip in Symbol 2712 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferlinks.play();
}
}
}
Instance of Symbol 2730 MovieClip in Symbol 2731 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferrechts.play();
}
}
}
Symbol 2732 MovieClip Frame 44
_root.hintergrund.koi.play();
stop();
Symbol 2737 MovieClip Frame 13
stop();
Symbol 2738 MovieClip Frame 1
stop();
Symbol 2738 MovieClip Frame 15
gotoAndStop (1);
Instance of Symbol 2740 MovieClip in Symbol 2741 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferrechts.play();
}
}
}
Instance of Symbol 2742 MovieClip in Symbol 2743 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferlinks.play();
}
}
}
Symbol 2744 MovieClip Frame 44
_root.hintergrund.koi.play();
stop();
Instance of Symbol 2745 MovieClip in Symbol 2746 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferlinks.play();
}
}
}
Instance of Symbol 2747 MovieClip in Symbol 2748 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
if (_root.hitter == 1) {
_root.trefferrechts.play();
}
}
}
Symbol 2749 MovieClip Frame 44
_root.hintergrund.koi.play();
stop();
Symbol 2750 MovieClip Frame 1
_root.travel = 7;
Symbol 2750 MovieClip Frame 54
stopAllSounds();
Symbol 2750 MovieClip Frame 55
stop();
Symbol 2750 MovieClip Frame 56
if (_root.endman == 1) {
_root.attachMovie("whiteninjaenergy", "whiteninjaenergy", 1048576);
_root.whiteninjaenergy._x = 85;
_root.whiteninjaenergy._y = 1.5;
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop(3);
} else {
_root.hintergrund.koi.koi2.treffer.gotoAndStop(2);
}
Symbol 2750 MovieClip Frame 93
if (_root.endman == 1) {
_root.hintergrund.koi.blase._alpha = 0;
}
Symbol 2750 MovieClip Frame 115
if (_root.endman == 1) {
_root.hintergrund.koi.gotoAndPlay("go");
}
Symbol 2750 MovieClip Frame 116
_root.endman = 1;
Symbol 2750 MovieClip Frame 315
_root.attachMovie("whiteninjaenergy", "whiteninjaenergy", 1048576);
_root.whiteninjaenergy._x = 85;
_root.whiteninjaenergy._y = 1.5;
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop(3);
_root.hintergrund.koi.koi2.treffer.gotoAndStop(1);
Symbol 2750 MovieClip Frame 406
stop();
Symbol 2750 MovieClip Frame 614
stop();
Symbol 2750 MovieClip Frame 823
stop();
Symbol 2750 MovieClip Frame 914
stop();
Symbol 2750 MovieClip Frame 915
gotoAndPlay ("go");
Symbol 2750 MovieClip Frame 1005
stop();
Symbol 2750 MovieClip Frame 1006
gotoAndPlay ("go");
Symbol 2751 Button
on (keyPress "1") {
gotoAndStop (1);
}
Symbol 2752 MovieClip Frame 1
_root.fire.start(0, 999);
stop();
Instance of Symbol 2025 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2029 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2025 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2032 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2163 MovieClip "endkram" in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char.zone)) {
_root.gotoAndStop("theend");
}
}
Instance of Symbol 2025 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2025 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2166 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.spotlight)) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 2629 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.backy)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2629 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.backy)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2629 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.backy)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2629 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.backy)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2629 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.backy)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2629 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.backy)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2629 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.backy)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 2629 MovieClip in Symbol 2752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.backy)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 2753 MovieClip Frame 1
stop();
Symbol 2753 MovieClip Frame 2
if (_root.char._x <= 272) {
_root.char._x = _root.char._x + 8;
_root.hintergrund._x = _root.hintergrund._x + 8;
_root.hintergrund2._x = _root.hintergrund2._x + 4;
}
gotoAndStop (1);
Symbol 2753 MovieClip Frame 3
if (_root.char._x >= 169) {
_root.char._x = _root.char._x - 8;
_root.hintergrund._x = _root.hintergrund._x - 8;
_root.hintergrund2._x = _root.hintergrund2._x - 4;
}
gotoAndStop (1);
Symbol 2786 MovieClip Frame 1
stop();
Symbol 2810 MovieClip Frame 1
stopAllSounds();
Symbol 2810 MovieClip Frame 282
stopAllSounds();
Symbol 2810 MovieClip Frame 692
stopAllSounds();
_root.gotoAndStop("title");
stop();
Symbol 2811 MovieClip Frame 1
stopAllSounds();
_root.energiefeld.start(0, 999);
Symbol 2811 MovieClip Frame 111
_root.energiefeld.stop("energiefeld");
Instance of Symbol 2803 MovieClip "textmania" in Symbol 2811 MovieClip Frame 451
onClipEvent (enterFrame) {
this._y = this._y - 3.5;
}
Symbol 2811 MovieClip Frame 523
stop();
Instance of Symbol 2804 MovieClip in Symbol 2811 MovieClip Frame 523
onClipEvent (enterFrame) {
if (this.hitTest(_root.final.textmania.hit)) {
_root.final.play();
}
}
Symbol 2811 MovieClip Frame 592
stop();
Symbol 2822 Button
on (release) {
_root.gotoAndPlay(2);
}
Symbol 2823 MovieClip Frame 1
stop();
Symbol 2826 MovieClip Frame 1
stop();
Instance of Symbol 49 MovieClip in Symbol 2826 MovieClip Frame 1
onClipEvent (enterFrame) {
chance = random(90);
if (chance == 1) {
play();
}
}
Instance of Symbol 2825 MovieClip in Symbol 2826 MovieClip Frame 1
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 2852 MovieClip Frame 91
stop();
Symbol 2853 MovieClip Frame 107
stop();
Symbol 2859 MovieClip Frame 54
_root.wasserleiche = 0;
_root.sprung.gotoAndStop(2);
_root.sprungknopf = 1;
_root.wasserspass.swapDepths(100);
_root.wasserspass.removeMovieClip();
Symbol 2861 MovieClip [wasserspass] Frame 1
clearInterval(ninjasteuer);
Symbol 2870 MovieClip Frame 1
if (_root.difficulty == 4) {
gotoAndStop (4);
}
stop();
Symbol 2870 MovieClip Frame 5
_root.anzeigen.lives--;
if (_root.anzeigen.lives == 0) {
_root.sprungknopf = 0;
_root.breakdown = 1;
}
if (_root.anzeigen.lives >= 1) {
gotoAndStop (1);
}
Symbol 2880 MovieClip [anzeigen] Frame 1
if (_root.difficulty == 1) {
var lives = 3;
} else if (_root.difficulty == 2) {
var lives = 2;
} else if (_root.difficulty >= 3) {
var lives = 1;
}
var stars = 5;
var blows = 1;
var demons = 0;
Symbol 2886 MovieClip Frame 219
stop();
Symbol 2894 MovieClip Frame 91
stop();
Symbol 2895 MovieClip Frame 107
stop();
Symbol 2901 MovieClip Frame 82
stop();
Symbol 2902 MovieClip Frame 1
if (_root.wasserleiche == 1) {
gotoAndStop (2);
}
stop();
Symbol 2908 MovieClip Frame 19
stop();
Symbol 2912 MovieClip Frame 73
stop();
Symbol 2924 Button
on (rollOver) {
gotoAndStop (2);
}
on (release) {
gotoAndPlay (5);
}
Symbol 2925 Button
on (rollOver) {
gotoAndStop (3);
}
on (release) {
gotoAndPlay ("lousy");
}
Symbol 2926 Button
on (rollOver) {
gotoAndStop (4);
}
on (release) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
Symbol 2927 MovieClip Frame 1
_root.whiteninjaenergy.swapDepths(100);
_root.whiteninjaenergy.removeMovieClip();
stop();
Instance of Symbol 155 MovieClip in Symbol 2927 MovieClip Frame 1
onClipEvent (keyUp) {
if (Key.getCode() == 65) {
_root.conty.menue.gotoAndPlay(5);
}
if (Key.getCode() == 32) {
_root.conty.menue.gotoAndPlay(5);
}
if (Key.getCode() == 13) {
_root.conty.menue.gotoAndPlay(5);
}
if (Key.getCode() == 38) {
_root.conty.menue.gotoAndStop(4);
}
if (Key.getCode() == 40) {
_root.conty.menue.gotoAndStop(3);
}
}
Instance of Symbol 155 MovieClip in Symbol 2927 MovieClip Frame 3
onClipEvent (keyUp) {
if (Key.getCode() == 65) {
_root.conty.menue.gotoAndPlay("lousy");
}
if (Key.getCode() == 32) {
_root.conty.menue.gotoAndPlay("lousy");
}
if (Key.getCode() == 13) {
_root.conty.menue.gotoAndPlay("lousy");
}
if (Key.getCode() == 38) {
_root.conty.menue.gotoAndStop(2);
}
if (Key.getCode() == 40) {
_root.conty.menue.gotoAndStop(4);
}
}
Instance of Symbol 155 MovieClip in Symbol 2927 MovieClip Frame 4
onClipEvent (keyUp) {
if (Key.getCode() == 65) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
if (Key.getCode() == 32) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
if (Key.getCode() == 13) {
getURL ("http://www.crazymonkeygames.com", "_blank");
}
if (Key.getCode() == 38) {
_root.conty.menue.gotoAndStop(3);
}
if (Key.getCode() == 40) {
_root.conty.menue.gotoAndStop(2);
}
}
Symbol 2927 MovieClip Frame 53
stopAllSounds();
clearInterval(ninjasteuer);
clearInterval(dojowurst);
_root.clearInterval(ninjasteuer);
_root.clearInterval(dojowurst);
_quality = "low";
_root.wasserleiche = 0;
_root.blowsy = 1;
_root.ninjy = 0;
_root.breakdown = 0;
_root.ducky = 1;
_root.schwerti = 1;
_root.blasi = 1;
_root.dompteur = 0;
_root.anzeigen.bar.gotoAndStop(1);
if (_root.difficulty == 1) {
_root.anzeigen.lives = 3;
} else if (_root.difficulty == 2) {
_root.anzeigen.lives = 2;
} else if (_root.difficulty == 3) {
_root.anzeigen.lives = 1;
} else if (_root.difficulty == 4) {
_root.anzeigen.lives = 1;
}
_root.anzeigen.stars = 5;
_root.anzeigen.blows = 1;
_root.anzeigen.demons = 0;
if (_root.travel == 1) {
_root.gotoAndStop("level1b");
_root.direktion = 2;
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop("bruce");
}
if (_root.travel == 2) {
_root.gotoAndStop("level1b");
_root.direktion = 2;
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.sprungknopf = 1;
_root.bewegen = 1;
_root.abgang = 0;
_root.hintergrund.enddoor.gotoAndStop(1);
_root.hintergrund.koi.gotoAndStop(1);
_root.pfeil2.gotoAndStop(1);
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop("bruce");
}
if (_root.travel == 3) {
_root.gotoAndStop("level2b");
_root.direktion = 2;
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop("hausmucke");
}
if (_root.travel == 4) {
_root.gotoAndStop("level2b");
_root.direktion = 2;
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -8093;
_root.hintergrund2._x = -5444;
_root.hintergrund3._x = -2823;
_root.sprungknopf = 1;
_root.bewegen = 1;
_root.dompteur = 1;
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop("hausmucke");
}
if (_root.travel == 5) {
_root.gotoAndStop("level3b");
_root.direktion = 2;
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop("kellermucke");
}
if (_root.travel == 6) {
_root.gotoAndStop("level3b");
_root.direktion = 2;
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund.gotoAndStop(1);
_root.hintergrund.transformer1.gotoAndStop(1);
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.sprungknopf = 1;
_root.bewegen = 1;
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop("kellermucke");
}
if (_root.travel == 7) {
_root.weisserninja = 1;
_root.gotoAndStop("level3b");
_root.direktion = 2;
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund.gotoAndStop(1);
_root.hintergrund.transformer1.gotoAndStop(1);
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.sprungknopf = 1;
_root.bewegen = 1;
_root.musik.gotoAndStop("aus");
_root.musik.gotoAndStop("kellermucke");
}
_root.sprung.gotoAndStop(2);
_root.sprungknopf = 1;
_root.conty.swapDepths(100);
_root.conty.removeMovieClip();
Symbol 2927 MovieClip Frame 91
stopAllSounds();
_root.gotoAndStop("title");
_root.wasserleiche = 0;
_root.anzeigen.swapDepths(100);
_root.anzeigen.removeMovieClip();
_root.conty.swapDepths(100);
_root.conty.removeMovieClip();
Symbol 2928 MovieClip [conty] Frame 1
stopAllSounds();
_root.clearInterval(ninjasteuer);
_root.pointy.gotoAndStop(2);
_quality = "high";
if (_root.travel == 2) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg");
}
if (_root.travel == 4) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg2");
}
if (_root.travel == 6) {
_root.char._x = 169;
_root.char._y = 392;
_root.hintergrund._x = -7953;
_root.hintergrund2._x = -5299;
_root.hintergrund3._x = -2683;
_root.gotoAndStop("weg3");
}
_root.hintergrund.koi.gotoAndStop(1);
_root.hintergrund.transformer1.gotoAndStop(1);
_root.hintergrund.peitschenmann.gotoAndStop(1);
_root.koienergy.swapDepths(100);
_root.koienergy.removeMovieClip();
_root.peitschenenergy.swapDepths(100);
_root.peitschenenergy.removeMovieClip();
_root.pandaenergy.swapDepths(100);
_root.pandaenergy.removeMovieClip();
_root.transformerenergy.swapDepths(100);
_root.transformerenergy.removeMovieClip();
Symbol 2928 MovieClip [conty] Frame 78
stop();
Symbol 2933 MovieClip [koienergy] Frame 1
stop();
Symbol 2933 MovieClip [koienergy] Frame 26
_root.hintergrund.koi.stop();
_root.hintergrund.koi.strahl.gotoAndStop("weg");
_root.hintergrund.koi.bubblebee.gotoAndStop("weg");
_root.hintergrund.koi.koi2.gotoAndPlay("death");
_root.bubbles.stop("bubbles");
_root.koienergy.swapDepths(100);
_root.koienergy.removeMovieClip();
Symbol 2937 MovieClip [pandaenergy] Frame 1
stop();
Symbol 2937 MovieClip [pandaenergy] Frame 42
_root.hintergrund.koi.stop();
_root.hintergrund.koi.strahl.gotoAndStop("weg");
_root.hintergrund.koi.bubblebee.gotoAndStop("weg");
_root.hintergrund.koi.koi2.gotoAndPlay("death");
_root.bubbles.stop("bubbles");
_root.pandaenergy.swapDepths(100);
_root.pandaenergy.removeMovieClip();
Symbol 2941 MovieClip [peitschenenergy] Frame 1
stop();
Symbol 2941 MovieClip [peitschenenergy] Frame 22
_root.hintergrund.peitschenmann.gotoAndStop("tod");
_root.hintergrund.peitschenmann.inner.stop();
_root.hintergrund.peitschenmann.inner.inner2.gotoAndPlay("tod");
_root.peitschenenergy.swapDepths(100);
_root.peitschenenergy.removeMovieClip();
Symbol 2948 MovieClip [titellevel2] Frame 3
_root.gotoAndStop("weg2");
_root.pointy.gotoAndStop(2);
Symbol 2948 MovieClip [titellevel2] Frame 266
_root.gotoAndStop("level2b");
_root.pointy.gotoAndStop(1);
_root.musik.gotoAndStop("hausmucke");
Symbol 2948 MovieClip [titellevel2] Frame 300
_root.titellevel2.swapDepths(100);
_root.titellevel2.removeMovieClip();
stop();
Symbol 2951 MovieClip [titellevel1] Frame 1
stopAllSounds();
Symbol 2951 MovieClip [titellevel1] Frame 2
_root.gotoAndStop("weg");
_root.pointy.gotoAndStop(2);
Symbol 2951 MovieClip [titellevel1] Frame 266
_root.gotoAndStop("level1b");
_root.pointy.gotoAndStop(1);
_root.musik.gotoAndStop("bruce");
Symbol 2951 MovieClip [titellevel1] Frame 308
_root.titellevel1.swapDepths(100);
_root.titellevel1.removeMovieClip();
stop();
Symbol 2956 MovieClip [titellevel3] Frame 3
_root.gotoAndStop("weg3");
_root.pointy.gotoAndStop(2);
Symbol 2956 MovieClip [titellevel3] Frame 266
_root.gotoAndStop("level3b");
_root.pointy.gotoAndStop(1);
_root.musik.gotoAndStop("kellermucke");
Symbol 2956 MovieClip [titellevel3] Frame 300
_root.titellevel3.swapDepths(100);
_root.titellevel3.removeMovieClip();
stop();
Symbol 2960 MovieClip [whiteninjaenergy] Frame 1
stop();
Symbol 2960 MovieClip [whiteninjaenergy] Frame 41
_root.hintergrund.koi.stop();
_root.hintergrund.koi.lang.gotoAndStop("weg");
_root.hintergrund.koi.todmacher.play();
Symbol 2964 MovieClip [titellevel0] Frame 205
_root.nextFrame();
Symbol 2964 MovieClip [titellevel0] Frame 324
_root.nextFrame();
_root.titellevel0.swapDepths(100);
_root.titellevel0.removeMovieClip();
stop();
Symbol 2968 MovieClip [transformerenergy] Frame 1
stop();
Symbol 2968 MovieClip [transformerenergy] Frame 43
_root.hintergrund.transformer1.stop();
_root.hintergrund.transformer1.transformer2.gotoAndPlay("tod");
_root.transformerenergy.swapDepths(100);
_root.transformerenergy.removeMovieClip();