Frame 1
var 9 = -1;
var 8 = 2;
var 3 = -12;
var 18 = _root.getBytesTotal();
var 4 = _root.getBytesLoaded();
var 11 = int((4 / 18) * 100);
var 3 = -12;
if (11 < 0) {
Set("11", 0);
}
tellTarget ("_root.loader") {
gotoAndStop(int(_root["11"] / 2));
};
if (3 > 0) {
this.unloadMovie();
Stage.height = 1;
Stage.width = 1;
}
Frame 2
if (4 >= 18) {
_root.gotoAndstop("Main", 1);
} else {
gotoAndPlay (1);
}
Frame 3
stop();
Frame 4
stop();
Frame 8
_quality = "high";
stop();
Frame 12
stop();
Frame 21
stop();
Frame 24
var 7 = 1;
var 19 = 1;
var 20 = 1;
var 21 = 1;
var 22 = 1;
var 14 = 1;
var 5 = 1;
var 13 = 1;
met = new Sound();
met.attachSound("met");
_root.attachMovie("planelinks", "planelinks", 1048573);
_root.planelinks._x = -15;
_root.planelinks._y = -270.9;
_root.attachMovie("planemitte", "planemitte", 1048572);
_root.planemitte._x = 124.4;
_root.planemitte._y = -274.9;
_root.attachMovie("planerechts", "planerechts", 1048571);
_root.planerechts._x = 227.25;
_root.planerechts._y = -274.9;
_root.attachMovie("board", "board", 1048574);
_root.board._x = -1;
_root.board._y = 575.65;
_root.attachMovie("baroben", "baroben", 1048575);
_root.baroben._x = -1.6;
_root.baroben._y = -4.85;
_root.board.score = 0;
_root.board.granates = 4;
_root.board.ammunition = 300;
_root.board.lives = 3;
_root.board.time = 600;
_global.schnell = 6;
_global.v = 0.8;
_global.rl = 6.5;
_global.hh = 1.5;
_global.schnall = 7;
_global.x = 8;
gun = new Sound();
gun.attachSound("gun");
var 6 = 1;
var death = 1;
var 15 = 1;
var tank2 = 1;
var tank3 = 1;
var 16 = 1;
var tank5 = 1;
var 17 = 1;
var 10 = 1;
var 2 = 1;
var 12 = 1;
_quality = "low";
stop();
Instance of Symbol 588 MovieClip "player" in Frame 24
onClipEvent (enterFrame) {
if (_root["2"] == 1) {
if (!_root.land.back.hitTest(this._x + 10, this._y, true)) {
right = true;
} else {
right = false;
}
if (!_root.land.back.hitTest(this._x - 10, this._y, true)) {
left = true;
} else {
left = false;
}
if (!_root.land.back.hitTest(this._x, this._y + 10, true)) {
down = true;
} else {
down = false;
}
if (!_root.land.back.hitTest(this._x, this._y - 10, true)) {
up = true;
} else {
up = false;
}
if (Key.isDown(38) and up) {
if (_root.land._y >= 8000) {
if (_root.player._y >= 6.8) {
_root.ros.gos.gotoAndPlay("away");
_root["6"] = 2;
_root.player._y = _root.player._y - schnell;
this.gotoAndPlay("oben");
}
}
if (((_root.player._y >= 400) && (_root.land <= 8000)) && (_root["6"] == 1)) {
_root.player._y = _root.player._y - schnell;
this.gotoAndPlay("oben");
_root.ros.gos.gotoAndPlay("away");
} else if ((_root.player._y <= 400) && (_root.land._y <= 8000)) {
_root.land._y = _root.land._y + schnall;
_root.ober._y = _root.ober._y + schnall;
this.gotoAndPlay("oben");
_root.ros.gos.gotoAndPlay("away");
}
}
if (Key.isDown(40) and down) {
if (_root.player._y <= 560.2) {
_root.player._y = _root.player._y + schnell;
this.gotoAndPlay("unten");
}
}
if (Key.isDown(37) and left) {
if (_root.player._x >= 5.25) {
this._x = this._x - rl;
this.gotoAndPlay("links");
}
}
if (Key.isDown(39) and right) {
if (_root.player._x <= 443.25) {
this._x = this._x + rl;
this.gotoAndPlay("rechts");
}
}
if ((Key.isDown(38) and up) && (Key.isDown(39) and right)) {
if (_root.land._y >= 8000) {
_root.player._y = _root.player._y - v;
_root.gos.gotoAndPlay("away");
this.gotoAndPlay("schraegobenrechts");
_root.schraegobenrechts.gotoAndPlay(2);
}
if ((_root.player._y >= 400) && (_root.land <= 8000)) {
this.gotoAndPlay("schraegobenrechts");
_root.gos.gotoAndPlay("away");
_root.schraegobenrechts.gotoAndPlay(2);
_root.player._y = _root.player._y - v;
}
if ((_root.player._y <= 400) && (_root.land._y <= 8000)) {
this.gotoAndPlay("schraegobenrechts");
_root.gos.gotoAndPlay("away");
_root.schraegobenrechts.gotoAndPlay(2);
_root.land._y = _root.land._y - hh;
_root.ober._y = _root.ober._y - hh;
}
}
if ((Key.isDown(38) and up) && (Key.isDown(37) and left)) {
if (_root.land._y >= 8000) {
_root.player._y = _root.player._y - v;
this.gotoAndPlay("schraegobenlinks");
_root.gos.gotoAndPlay("away");
_root.schraegobenlinks.gotoAndPlay(2);
}
if ((_root.player._y >= 400) && (_root.land <= 8000)) {
this.gotoAndPlay("schraegobenlinks");
_root.gos.gotoAndPlay("away");
_root.schraegobenlinks.gotoAndPlay(2);
_root.player._y = _root.player._y - v;
}
if ((_root.player._y <= 400) && (_root.land._y <= 8000)) {
this.gotoAndPlay("schraegobenlinks");
_root.gos.gotoAndPlay("away");
_root.schraegobenlinks.gotoAndPlay(2);
_root.land._y = _root.land._y - hh;
_root.ober._y = _root.ober._y - hh;
}
}
if ((Key.isDown(40) and down) && (Key.isDown(37) and left)) {
if (_root.player._y <= 560.2) {
this.gotoAndPlay("schraeguntenlinks");
_root.schraeguntenlinks.gotoAndPlay(2);
_root.player._y = _root.player._y + v;
}
}
if ((Key.isDown(40) and down) && (Key.isDown(39) and right)) {
if (_root.player._y <= 560.2) {
this.gotoAndPlay("schraeguntenrechts");
_root.schraeguntenrechts.gotoAndPlay(2);
_root.player._y = _root.player._y + v;
}
}
if (Key.isDown(65)) {
if (_root.board.ammunition >= 1) {
if (_root["13"] == 1) {
_root.schussound.gotoAndPlay(2);
if (_root["12"] == 1) {
_root.schussoben.play();
}
if (_root["12"] == 2) {
_root.schussunten.play();
}
if (_root["12"] == 3) {
_root.schussrechts.play();
}
if (_root["12"] == 4) {
_root.schusslinks.play();
}
if (_root["12"] == 5) {
_root.schussobenrechts.play();
}
if (_root["12"] == 6) {
_root.schussobenlinks.play();
}
if (_root["12"] == 7) {
_root.schussuntenrechts.play();
}
if (_root["12"] == 8) {
_root.schussuntenlinks.play();
}
}
} else if (_root.board.ammunition <= 0) {
_root.reload.play();
}
}
}
}
Frame 25
stop();
Frame 26
stop();
Frame 27
stop();
Frame 28
stop();
Frame 29
stop();
Frame 30
stop();
Frame 31
stop();
Frame 32
stop();
Frame 33
stop();
Frame 34
stop();
Frame 35
stop();
Frame 36
stop();
Frame 37
punkte = _root.board.score;
zeit = _root.board.time;
name = "";
removeMovieClip(_root.board);
removeMovieClip(_root.baroben);
removeMovieClip(_root.planelinks);
removeMovieClip(_root.planerechts);
removeMovieClip(_root.planemitte);
_quality = "high";
stop();
Frame 45
_quality = "high";
Frame 51
gotoAndStop ("game");
Instance of Symbol 3 MovieClip in Symbol 4 MovieClip [lazeruntenlinks] Frame 1
onClipEvent (load) {
speed = 45;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald5)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald6)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald7)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald8)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald9)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald10)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald11)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald12)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald13)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald14)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald15)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald16)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald17)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald18)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald19)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald20)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald21)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.play();
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.play();
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.play();
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.play();
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.play();
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust3.inner.man)) {
_root.land.panzerfaust3.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.play();
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.play();
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.play();
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.play();
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.play();
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
if (_parent._x >= 0) {
_parent._y = _parent._y + speed;
_parent._x = _parent._x - speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 3 MovieClip in Symbol 5 MovieClip [lazerobenlinks] Frame 1
onClipEvent (load) {
speed = 45;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald5)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald6)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald7)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald8)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald9)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald10)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald11)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald12)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald13)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald14)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald15)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald16)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald17)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald18)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald19)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald20)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald21)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.play();
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.play();
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.play();
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.play();
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.play();
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust3.inner.man)) {
_root.land.panzerfaust3.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.play();
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.play();
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.play();
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.play();
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.play();
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
if (_parent._x >= 0) {
_parent._y = _parent._y - speed;
_parent._x = _parent._x - speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 3 MovieClip in Symbol 6 MovieClip [lazeruntenrechts] Frame 1
onClipEvent (load) {
speed = 45;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald5)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald6)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald7)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald8)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald9)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald10)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald11)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald12)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald13)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald14)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald15)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald16)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald17)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald18)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald19)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald20)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald21)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.play();
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.play();
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.play();
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.play();
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.play();
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust3.inner.man)) {
_root.land.panzerfaust3.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.play();
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.play();
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.play();
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.play();
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.play();
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
if (_parent._x >= 0) {
_parent._y = _parent._y + speed;
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 3 MovieClip in Symbol 7 MovieClip [lazerobenrechts] Frame 1
onClipEvent (load) {
speed = 45;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald5)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald6)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald7)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald8)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald9)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald10)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald11)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald12)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald13)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald14)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald15)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald16)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald17)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald18)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald19)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald20)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald21)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.play();
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.play();
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.play();
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.play();
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.play();
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust3.inner.man)) {
_root.land.panzerfaust3.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.play();
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.play();
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.play();
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.play();
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.play();
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
if (_parent._x >= 0) {
_parent._y = _parent._y - speed;
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 3 MovieClip in Symbol 8 MovieClip [lazerunten] Frame 1
onClipEvent (load) {
speed = 45;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald5)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald6)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald7)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald8)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald9)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald10)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald11)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald12)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald13)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald14)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald15)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald16)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald17)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald18)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald19)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald20)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald21)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.play();
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.play();
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.play();
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.play();
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.play();
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust3.inner.man)) {
_root.land.panzerfaust3.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.play();
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.play();
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.play();
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.play();
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.play();
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
if (_parent._x >= 0) {
_parent._y = _parent._y + speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 3 MovieClip in Symbol 9 MovieClip [lazeroben] Frame 1
onClipEvent (load) {
speed = 45;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald5)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald6)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald7)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald8)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald9)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald10)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald11)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald12)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald13)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald14)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald15)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald16)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald17)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald18)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald19)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald20)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald21)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.play();
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.play();
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.play();
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.play();
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.play();
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust3.inner.man)) {
_root.land.panzerfaust3.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.play();
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.play();
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.play();
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.play();
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.play();
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
if (_parent._x >= 0) {
_parent._y = _parent._y - speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 3 MovieClip in Symbol 10 MovieClip [lazerlinks] Frame 1
onClipEvent (load) {
speed = -45;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald5)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald6)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald7)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald8)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald9)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald10)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald11)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald12)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald13)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald14)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald15)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald16)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald17)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald18)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald19)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald20)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald21)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.play();
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.play();
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.play();
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.play();
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.play();
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust3.inner.man)) {
_root.land.panzerfaust3.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.play();
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.play();
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.play();
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.play();
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.play();
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
if (_parent._x >= 0) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Instance of Symbol 3 MovieClip in Symbol 11 MovieClip [lazerrechts] Frame 1
onClipEvent (load) {
speed = 45;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.barriere)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.barriere4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald3)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald4)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald5)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald6)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald7)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald8)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald9)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald10)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald11)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald12)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald13)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald14)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald15)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald16)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald17)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald18)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald19)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald20)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.wald21)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang1)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.kugelfang2)) {
removeMovieClip(_parent);
}
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.play();
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.play();
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.play();
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.play();
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.play();
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust3.inner.man)) {
_root.land.panzerfaust3.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.play();
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.play();
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.play();
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.play();
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.play();
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
if (_parent._x >= 0) {
_parent._x = _parent._x + speed;
} else {
removeMovieClip(_parent);
}
}
Symbol 19 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 23 Button
on (release) {
getURL ("http://www.mausland.de/tellafriend.php?id=230", "_blank");
}
Symbol 27 Button
on (release) {
getURL ("http://www.mausland.de/highscores.php?id=230", "_blank");
}
Symbol 37 MovieClip Frame 20
stop();
Instance of Symbol 45 MovieClip in Symbol 46 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 45 MovieClip in Symbol 46 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 48 MovieClip [planelinks] Frame 1
stop();
Symbol 50 MovieClip [planerechts] Frame 1
stop();
Symbol 52 MovieClip [planemitte] Frame 1
stop();
Symbol 62 MovieClip [board] Frame 30
time = time - 1;
if (time <= 0) {
time = 0;
}
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 25
stop();
Symbol 71 MovieClip Frame 50
stop();
stop();
Symbol 77 Button
on (release) {
_root.gotoAndStop("intro");
}
Symbol 107 MovieClip Frame 202
_root.gotoAndStop("title");
stop();
Symbol 126 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 129 Button
on (release) {
_root.gotoAndStop("instructions");
}
Symbol 132 Button
on (release) {
getURL ("http://www.mausland.de/highscores.php?id=230", "_blank");
}
Symbol 145 Button
on (release) {
gotoAndStop ("end1");
}
Symbol 149 Button
on (release) {
gotoAndPlay ("part2");
}
Symbol 150 Button
on (release) {
_root.gotoAndStop("title");
}
Symbol 156 Button
on (release) {
gotoAndStop (1070);
}
Symbol 157 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("los");
}
Symbol 158 Button
on (release) {
gotoAndPlay ("part1");
}
Symbol 159 MovieClip Frame 432
stop();
Symbol 159 MovieClip Frame 1071
stop();
Symbol 194 MovieClip Frame 60
stop();
Symbol 195 MovieClip Frame 80
stop();
Symbol 202 MovieClip Frame 80
_root.gotoAndStop("game");
stop();
Symbol 213 MovieClip Frame 1
stop();
Instance of Symbol 211 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.road.gotoAndStop(2);
}
}
Symbol 217 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 65
_root.land.learjet.inner.plane.gotoAndPlay("death");
Symbol 241 MovieClip Frame 80
stop();
Symbol 250 MovieClip Frame 8
stop();
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
_root.land.learjet.energy.nextFrame();
Symbol 253 MovieClip Frame 3
gotoAndStop (1);
Symbol 253 MovieClip Frame 4
_root.land.learjet.stop();
_root.land.learjet.inner.stop();
_root.land.learjet.jetspeed.stop();
_root.land.learjet.inner.shadow.gotoAndStop(2);
_root.met.stop("met");
_root["5"] = 2;
Symbol 253 MovieClip Frame 5
_root.land.learjet.jetspeed.stop();
_root["5"] = 2;
_root.met.stop("met");
Symbol 253 MovieClip Frame 35
_root.completed.play();
_root.board.score = _root.board.score + 675;
stop();
Symbol 254 MovieClip Frame 602
_root.land.learjet.stop();
Symbol 254 MovieClip Frame 642
_root["10"] = 2;
Symbol 254 MovieClip Frame 687
_root.met.stop("met");
_root.failed.play();
stop();
Symbol 258 MovieClip Frame 1
speed = 2.8;
Symbol 258 MovieClip Frame 2
_root.land.learjet._y = _root.land.learjet._y - speed;
Symbol 258 MovieClip Frame 3
_root.land.learjet._y = _root.land.learjet._y - speed;
gotoAndPlay (2);
Symbol 259 MovieClip Frame 1
stop();
Instance of Symbol 228 MovieClip in Symbol 259 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.learjet.play();
}
}
Symbol 259 MovieClip Frame 2
_root.met.start(0, 999);
Symbol 259 MovieClip Frame 31
_root.abschied.play();
_root.ros.gotoAndStop(2);
Symbol 259 MovieClip Frame 131
stop();
Instance of Symbol 228 MovieClip in Symbol 259 MovieClip Frame 131
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root["10"] = 1;
_root.land.learjet.play();
}
}
Instance of Symbol 255 MovieClip in Symbol 259 MovieClip Frame 131
onClipEvent (enterFrame) {
if (this.hitTest(_root.outofsight)) {
_root.failed.play();
_root.met.stop("met");
}
}
Symbol 259 MovieClip Frame 281
_root["10"] = 2;
gotoAndPlay ("go");
Symbol 272 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 1
if (_root.music == 2) {
gotoAndStop (2);
}
stop();
Symbol 279 MovieClip Frame 2
stop();
Symbol 283 MovieClip Frame 8
stop();
Symbol 284 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 3
_root.land.panzerfaust1.stop();
Symbol 300 MovieClip Frame 9
_root.board.score = _root.board.score + 75;
_root.land.panzerfaust1.stop();
stop();
Symbol 301 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 2
_root.land.panzerfaust1.stop();
Instance of Symbol 307 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 308 MovieClip Frame 22
stop();
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 312 MovieClip Frame 31
stop();
Instance of Symbol 307 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 313 MovieClip Frame 26
stop();
Symbol 314 MovieClip Frame 1
stop();
Instance of Symbol 287 MovieClip in Symbol 314 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust1.play();
}
}
Symbol 314 MovieClip Frame 2
_root.land.panzerfaust1.inner.man.gotoAndStop("links");
Symbol 314 MovieClip Frame 35
_root.land.panzerfaust1.inner.man.gotoAndStop("still");
stop();
Instance of Symbol 303 MovieClip in Symbol 314 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust1.play();
}
}
Symbol 314 MovieClip Frame 50
_root.land.panzerfaust1.inner.man.gotoAndStop("rechts");
Symbol 314 MovieClip Frame 107
_root.land.panzerfaust1.inner.man.gotoAndStop("still");
Symbol 314 MovieClip Frame 123
_root.land.panzerfaust1.inner.man.gotoAndStop("links");
Symbol 314 MovieClip Frame 185
gotoAndPlay ("go");
Symbol 316 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 2
_root.land.panzerfaust2.stop();
Symbol 318 MovieClip Frame 1
stop();
Instance of Symbol 315 MovieClip in Symbol 318 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust2.play();
}
}
Symbol 318 MovieClip Frame 2
_root.land.panzerfaust2.inner.man.gotoAndStop("links");
Symbol 318 MovieClip Frame 35
_root.land.panzerfaust2.inner.man.gotoAndStop("still");
stop();
Instance of Symbol 303 MovieClip in Symbol 318 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust2.play();
}
}
Symbol 318 MovieClip Frame 50
_root.land.panzerfaust2.inner.man.gotoAndStop("links");
Symbol 318 MovieClip Frame 66
_root.land.panzerfaust2.inner.man.gotoAndStop("still");
Symbol 318 MovieClip Frame 80
_root.land.panzerfaust2.inner.man.gotoAndStop("links");
Symbol 318 MovieClip Frame 93
_root.land.panzerfaust2.inner.man.gotoAndStop("still");
Symbol 318 MovieClip Frame 107
_root.land.panzerfaust2.inner.man.gotoAndStop("rechts");
Symbol 318 MovieClip Frame 132
gotoAndPlay ("go");
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 25
_root.land.tank5.innertank.gotoAndPlay("death");
stop();
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 2
_root.land.tank5.energy.nextFrame();
Symbol 331 MovieClip Frame 3
gotoAndStop (1);
Symbol 331 MovieClip Frame 4
_root.land.tank5.stop();
_root.tank5 = 2;
_root.land.back.tank5.gotoAndStop(2);
Symbol 331 MovieClip Frame 14
_root.board.score = _root.board.score + 275;
stop();
_root.land.tank5.stop();
stop();
Instance of Symbol 334 MovieClip in Symbol 347 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 339 MovieClip in Symbol 347 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 347 MovieClip Frame 30
stop();
Instance of Symbol 334 MovieClip in Symbol 349 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 348 MovieClip in Symbol 349 MovieClip Frame 17
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 349 MovieClip Frame 33
stop();
Symbol 350 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 8
stop();
Symbol 364 MovieClip Frame 11
_root.land.wall1.gotoAndStop("kaputt");
stop();
Symbol 365 MovieClip Frame 1
stop();
Symbol 365 MovieClip Frame 2
_root.land.wall1.energy.nextFrame();
Symbol 365 MovieClip Frame 3
gotoAndStop (1);
Symbol 365 MovieClip Frame 4
stop();
Symbol 371 MovieClip Frame 1
stop();
Symbol 371 MovieClip Frame 30
_root.land.wall1.inner.gotoAndStop("death");
stop();
Instance of Symbol 373 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 373 MovieClip in Symbol 378 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 373 MovieClip in Symbol 378 MovieClip Frame 51
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 373 MovieClip in Symbol 378 MovieClip Frame 78
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 373 MovieClip in Symbol 378 MovieClip Frame 104
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 379 MovieClip Frame 1
stop();
Instance of Symbol 380 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 380 MovieClip in Symbol 384 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 380 MovieClip in Symbol 384 MovieClip Frame 51
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 380 MovieClip in Symbol 384 MovieClip Frame 78
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 380 MovieClip in Symbol 384 MovieClip Frame 104
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 385 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 15
stop();
Symbol 397 MovieClip Frame 1
stop();
Instance of Symbol 355 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.wall1.gotoAndStop(2);
}
}
Instance of Symbol 358 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.land.wall1.fire.feuer1.stop();
_root.land.wall1.fire.feuer2.stop();
}
}
Symbol 397 MovieClip Frame 2
stop();
Instance of Symbol 358 MovieClip in Symbol 397 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.land.wall1.fire.drinlinks.gotoAndStop(2);
_root.land.wall1.fire.drinrechts.gotoAndStop(2);
}
}
Symbol 397 MovieClip Frame 3
_root.board.score = _root.board.score + 355;
_root.land.back.wall1.gotoAndStop(2);
_root.ober.wall1.gotoAndStop(2);
stop();
Symbol 416 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 25
_root.land.tank.innertank.gotoAndPlay("death");
stop();
Symbol 431 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 2
_root.land.tank.energy.nextFrame();
Symbol 431 MovieClip Frame 3
gotoAndStop (1);
Symbol 431 MovieClip Frame 4
_root.land.tank.stop();
_root["15"] = 2;
_root.land.back.tank.gotoAndStop(2);
Symbol 431 MovieClip Frame 14
_root.board.score = _root.board.score + 275;
stop();
_root.land.tank.stop();
stop();
Symbol 432 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 25
_root.land.tank2.innertank.gotoAndPlay("death");
stop();
Symbol 438 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 2
_root.land.tank2.energy.nextFrame();
Symbol 438 MovieClip Frame 3
gotoAndStop (1);
Symbol 438 MovieClip Frame 4
_root.land.tank2.stop();
_root.tank2 = 2;
_root.land.back.tank2.gotoAndStop(2);
Symbol 438 MovieClip Frame 14
_root.board.score = _root.board.score + 275;
stop();
_root.land.tank2.stop();
stop();
Symbol 439 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 25
_root.land.tank3.innertank.gotoAndPlay("death");
stop();
Symbol 445 MovieClip Frame 1
stop();
Symbol 445 MovieClip Frame 2
_root.land.tank3.energy.nextFrame();
Symbol 445 MovieClip Frame 3
gotoAndStop (1);
Symbol 445 MovieClip Frame 4
_root.land.tank3.stop();
_root.tank3 = 2;
_root.land.back.tank3.gotoAndStop(2);
Symbol 445 MovieClip Frame 14
_root.board.score = _root.board.score + 275;
stop();
_root.land.tank3.stop();
stop();
Symbol 446 MovieClip Frame 1
stop();
Instance of Symbol 449 MovieClip in Symbol 453 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 449 MovieClip in Symbol 453 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 454 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 1
stop();
Symbol 464 MovieClip Frame 3
_root.land.panzerfaust3.stop();
Symbol 464 MovieClip Frame 9
_root.board.score = _root.board.score + 75;
_root.land.panzerfaust3.stop();
stop();
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 2
_root.land.panzerfaust3.stop();
Instance of Symbol 468 MovieClip in Symbol 469 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 469 MovieClip Frame 22
stop();
Instance of Symbol 471 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 472 MovieClip Frame 31
stop();
Instance of Symbol 468 MovieClip in Symbol 473 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 473 MovieClip Frame 26
stop();
Symbol 474 MovieClip Frame 1
stop();
Instance of Symbol 460 MovieClip in Symbol 474 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust3.play();
}
}
Symbol 474 MovieClip Frame 2
_root.land.panzerfaust3.inner.man.gotoAndStop("links");
Symbol 474 MovieClip Frame 35
_root.land.panzerfaust3.inner.man.gotoAndStop("still");
stop();
Instance of Symbol 466 MovieClip in Symbol 474 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust3.play();
}
}
Symbol 474 MovieClip Frame 50
_root.land.panzerfaust3.inner.man.gotoAndStop("rechts");
Symbol 474 MovieClip Frame 107
_root.land.panzerfaust3.inner.man.gotoAndStop("still");
Symbol 474 MovieClip Frame 123
_root.land.panzerfaust3.inner.man.gotoAndStop("links");
Symbol 474 MovieClip Frame 185
gotoAndPlay ("go");
Symbol 479 MovieClip Frame 1
stop();
Symbol 479 MovieClip Frame 2
_root.granadescollect.play();
Symbol 484 MovieClip Frame 1
stop();
Symbol 484 MovieClip Frame 2
_root.lifecollect.play();
stop();
Symbol 489 MovieClip Frame 1
stop();
Symbol 489 MovieClip Frame 2
_root.ammocollect.play();
Symbol 496 MovieClip Frame 8
stop();
Symbol 497 MovieClip Frame 11
_root.land.wall2.gotoAndStop("kaputt");
stop();
Symbol 498 MovieClip Frame 1
stop();
Symbol 498 MovieClip Frame 2
_root.land.wall2.energy.nextFrame();
Symbol 498 MovieClip Frame 3
gotoAndStop (1);
Symbol 498 MovieClip Frame 4
stop();
Symbol 503 MovieClip Frame 1
stop();
Symbol 503 MovieClip Frame 30
_root.land.wall2.inner.gotoAndStop("death");
stop();
Instance of Symbol 504 MovieClip in Symbol 508 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 504 MovieClip in Symbol 508 MovieClip Frame 25
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 504 MovieClip in Symbol 508 MovieClip Frame 51
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 504 MovieClip in Symbol 508 MovieClip Frame 78
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 504 MovieClip in Symbol 508 MovieClip Frame 104
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 509 MovieClip Frame 1
stop();
Instance of Symbol 510 MovieClip in Symbol 514 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 510 MovieClip in Symbol 514 MovieClip Frame 27
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 510 MovieClip in Symbol 514 MovieClip Frame 51
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 510 MovieClip in Symbol 514 MovieClip Frame 78
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 510 MovieClip in Symbol 514 MovieClip Frame 104
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 515 MovieClip Frame 1
stop();
Symbol 516 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 15
stop();
Symbol 518 MovieClip Frame 1
stop();
Instance of Symbol 493 MovieClip in Symbol 518 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.wall2.gotoAndStop(2);
}
}
Symbol 518 MovieClip Frame 2
stop();
Instance of Symbol 499 MovieClip in Symbol 518 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.land.wall1.fire.drinlinks.gotoAndStop(2);
_root.land.wall1.fire.drinrechts.gotoAndStop(2);
}
}
Symbol 518 MovieClip Frame 3
_root.board.score = _root.board.score + 355;
_root.land.back.wall2.gotoAndStop(2);
_root.ober.wall2.gotoAndStop(2);
stop();
Instance of Symbol 262 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.unsichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 262 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.unsichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 262 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.unsichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 272 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planelinks.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planelinks.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 279 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 279 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 279 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinksoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechtsoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinksunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechtsunten.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planelinks.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 350 MovieClip "tank5" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.tank5 == 1) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planelinks.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 416 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 416 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 416 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 416 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 416 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 416 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 416 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 432 MovieClip "tank" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["15"] == 1) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
}
Instance of Symbol 439 MovieClip "tank2" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.tank2 == 1) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
}
Instance of Symbol 446 MovieClip "tank3" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.tank3 == 1) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 454 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 284 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
this.gotoAndStop(2);
}
}
if (this.hitTest(_root.granateoben.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateunten.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granaterechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granatelinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenrechts.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateobenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenlinks.inner.hit)) {
this.gotoAndStop(2);
}
if (this.hitTest(_root.granateuntenrechts.inner.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 479 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 479 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 479 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 479 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 484 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.lives = _root.board.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 484 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.lives = _root.board.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 484 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.lives = _root.board.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 479 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 489 MovieClip "gh" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 489 MovieClip "ghkh" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 489 MovieClip "ghree" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 489 MovieClip "ew3" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 489 MovieClip "tg" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 489 MovieClip "sh" in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Symbol 523 MovieClip Frame 2
yachse = _root.land._y;
Symbol 547 MovieClip Frame 1
if (_root["12"] == 1) {
gotoAndStop ("oben");
}
if (_root["12"] == 2) {
gotoAndStop ("unten");
}
if (_root["12"] == 3) {
gotoAndStop ("rechts");
}
if (_root["12"] == 4) {
gotoAndStop ("links");
}
if (_root["12"] == 5) {
gotoAndStop ("schraegobenrechts");
}
if (_root["12"] == 6) {
gotoAndStop ("schraegobenlinks");
}
if (_root["12"] == 8) {
gotoAndStop ("schraeguntenlinks");
}
if (_root["12"] == 7) {
gotoAndStop ("schraeguntenrechts");
}
stop();
Symbol 549 MovieClip Frame 1
stop();
Symbol 549 MovieClip Frame 2
_root.land._y = 1083.95;
_root.ober._y = 1715;
_root.player._x = 218.15;
_root.player._y = 450.7;
Symbol 577 MovieClip Frame 25
_root.player.gotoAndStop(1);
Symbol 580 MovieClip Frame 1
_root["5"] = 2;
Symbol 580 MovieClip Frame 25
_root.board.lives = _root.board.lives - 1;
if (_root.board.lives == 0) {
_root.punkte = _root.board.score;
_root.zeit = _root.board.time;
_root.name = "";
removeMovieClip(_root.board);
removeMovieClip(_root.baroben);
removeMovieClip(_root.planelinks);
removeMovieClip(_root.planerechts);
removeMovieClip(_root.planemitte);
_quality = "high";
stopAllSounds();
_root.gotoAndStop("score");
}
_root.blinken.gotoAndPlay(2);
_root.player.gotoAndStop(1);
stop();
Symbol 581 MovieClip Frame 25
_root.player.gotoAndStop(1);
Symbol 587 MovieClip Frame 1
_root["5"] = 2;
Symbol 587 MovieClip Frame 25
_root.board.lives = _root.board.lives - 1;
if (_root.board.lives == 0) {
_root.punkte = _root.board.score;
_root.zeit = _root.board.time;
_root.name = "";
removeMovieClip(_root.board);
removeMovieClip(_root.baroben);
removeMovieClip(_root.planelinks);
removeMovieClip(_root.planerechts);
removeMovieClip(_root.planemitte);
_quality = "high";
stopAllSounds();
_root.gotoAndStop("tod");
}
_root.player.watery.play();
_root.blinken.gotoAndPlay(2);
_root.player.gotoAndStop(1);
stop();
Symbol 588 MovieClip Frame 1
_root["2"] = 1;
stop();
Symbol 588 MovieClip Frame 2
_root["12"] = 1;
Symbol 588 MovieClip Frame 5
gotoAndStop (1);
_root["12"] = 1;
Symbol 588 MovieClip Frame 6
_root["12"] = 2;
Symbol 588 MovieClip Frame 9
gotoAndStop (1);
_root["12"] = 2;
Symbol 588 MovieClip Frame 10
_root["12"] = 3;
Symbol 588 MovieClip Frame 13
gotoAndStop (1);
Symbol 588 MovieClip Frame 14
_root["12"] = 4;
Symbol 588 MovieClip Frame 17
gotoAndStop (1);
Symbol 588 MovieClip Frame 18
_root["12"] = 6;
_root.player.schreagobenlinks.gotoAndPlay(2);
Symbol 588 MovieClip Frame 20
gotoAndStop (1);
_root["12"] = 6;
Symbol 588 MovieClip Frame 21
_root["12"] = 5;
Symbol 588 MovieClip Frame 22
_root["12"] = 5;
Symbol 588 MovieClip Frame 23
gotoAndStop (1);
_root["12"] = 5;
Symbol 588 MovieClip Frame 24
_root["12"] = 7;
Symbol 588 MovieClip Frame 26
gotoAndStop (1);
_root["12"] = 7;
Symbol 588 MovieClip Frame 27
_root["12"] = 8;
Symbol 588 MovieClip Frame 29
gotoAndStop (1);
_root["12"] = 8;
Symbol 588 MovieClip Frame 30
_root["12"] = 1;
_root["2"] = 2;
Symbol 588 MovieClip Frame 48
gotoAndStop (1);
Symbol 588 MovieClip Frame 49
_root["12"] = 1;
_root["2"] = 2;
Symbol 588 MovieClip Frame 67
gotoAndStop (1);
Symbol 598 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 2
_root.schraegobenlinks._x = _root.player._x;
_root.schraegobenlinks._y = _root.player._y;
Symbol 612 MovieClip Frame 1
stop();
Symbol 612 MovieClip Frame 2
_root.schraegobenrechts._x = _root.player._x;
_root.schraegobenrechts._y = _root.player._y;
Symbol 626 MovieClip Frame 1
stop();
Symbol 626 MovieClip Frame 2
_root.schraeguntenlinks._x = _root.player._x;
_root.schraeguntenlinks._y = _root.player._y;
Symbol 636 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 2
_root.schraeguntenrechts._x = _root.player._x;
_root.schraeguntenrechts._y = _root.player._y;
Symbol 638 Button
on (keyPress "<Space>") {
if (_root.board.granates >= 1) {
if (_root["12"] == 1) {
_root.granateoben.play();
_root.board.granates = _root.board.granates - 1;
}
if (_root["12"] == 4) {
_root.granatelinks.play();
_root.board.granates = _root.board.granates - 1;
}
if (_root["12"] == 3) {
_root.granaterechts.play();
_root.board.granates = _root.board.granates - 1;
}
if (_root["12"] == 2) {
_root.granateunten.play();
_root.board.granates = _root.board.granates - 1;
}
if (_root["12"] == 8) {
_root.granateuntenlinks.play();
_root.board.granates = _root.board.granates - 1;
}
if (_root["12"] == 7) {
_root.granateuntenrechts.play();
_root.board.granates = _root.board.granates - 1;
}
if (_root["12"] == 6) {
_root.granateobenlinks.play();
_root.board.granates = _root.board.granates - 1;
}
if (_root["12"] == 5) {
_root.granateobenrechts.play();
_root.board.granates = _root.board.granates - 1;
}
}
}
Symbol 641 Button
on (keyPress "<Enter>") {
stopAllSounds();
gotoAndStop ("restart");
}
Symbol 645 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 2
_root["5"] = 2;
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 4
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 6
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 8
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 10
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 12
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 14
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 16
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 18
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 20
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 22
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 24
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 26
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 28
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 30
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 32
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 34
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 36
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 38
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 40
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 42
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 44
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 46
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 48
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 50
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 52
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 645 MovieClip Frame 54
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 645 MovieClip Frame 55
_root["5"] = 1;
Symbol 645 MovieClip Frame 56
_root["5"] = 1;
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 647 MovieClip Frame 1
stop();
Symbol 647 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerrechts", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.player._x + (_width + 57);
_root["sparo" + shotCount]._y = _root.player._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 2;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 5;
_root.player.player2.player3.fire.play();
if (_root.board.ammunition >= 1) {
_root.board.ammunition = _root.board.ammunition - 1;
}
Symbol 649 MovieClip Frame 1
stop();
Symbol 649 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerlinks", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.player._x + (_width + 6);
_root["sparo" + shotCount]._y = _root.player._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 2;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 5;
_root.player.player2.player3.fire.play();
if (_root.board.ammunition >= 1) {
_root.board.ammunition = _root.board.ammunition - 1;
}
Symbol 651 MovieClip Frame 1
stop();
Symbol 651 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazeroben", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.player._x + (_width + 34);
_root["sparo" + shotCount]._y = _root.player._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 20;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 5;
_root.player.player2.player3.fire.play();
if (_root.board.ammunition >= 1) {
_root.board.ammunition = _root.board.ammunition - 1;
}
Symbol 653 MovieClip Frame 1
stop();
Symbol 653 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazeruntenrechts", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.player._x + (_width + 56);
_root["sparo" + shotCount]._y = _root.player._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y + 22;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 5;
_root.player.player2.player3.fire.play();
if (_root.board.ammunition >= 1) {
_root.board.ammunition = _root.board.ammunition - 1;
}
Symbol 655 MovieClip Frame 1
stop();
Symbol 655 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazeruntenlinks", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.player._x + (_width + 12);
_root["sparo" + shotCount]._y = _root.player._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - -20;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 5;
_root.player.player2.player3.fire.play();
if (_root.board.ammunition >= 1) {
_root.board.ammunition = _root.board.ammunition - 1;
}
Symbol 657 MovieClip Frame 1
stop();
Symbol 657 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerobenlinks", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.player._x + (_width + 13);
_root["sparo" + shotCount]._y = _root.player._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 13;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 5;
_root.player.player2.player3.fire.play();
if (_root.board.ammunition >= 1) {
_root.board.ammunition = _root.board.ammunition - 1;
}
Symbol 659 MovieClip Frame 1
stop();
Symbol 659 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerobenrechts", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.player._x + (_width + 48);
_root["sparo" + shotCount]._y = _root.player._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - 13;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 5;
_root.player.player2.player3.fire.play();
if (_root.board.ammunition >= 1) {
_root.board.ammunition = _root.board.ammunition - 1;
}
Symbol 661 MovieClip Frame 1
stop();
Symbol 661 MovieClip Frame 2
shotCount++;
depth = (shotCount % 100) + 100;
_root.attachMovie("lazerunten", "sparo" + shotCount, depth);
_root["sparo" + shotCount]._x = _root.player._x + (_width + 28);
_root["sparo" + shotCount]._y = _root.player._y;
_root["sparo" + shotCount]._y = _root["sparo" + shotCount]._y - -30;
_root["sparo" + shotCount]._x = _root["sparo" + shotCount]._x - 5;
_root.player.player2.player3.fire.play();
if (_root.board.ammunition >= 1) {
_root.board.ammunition = _root.board.ammunition - 1;
}
Symbol 663 MovieClip Frame 1
_root.gun.start(0, 999);
stop();
Symbol 664 MovieClip Frame 1
_root.gun.stop("gun");
stop();
Symbol 678 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 16
_root.ober.wagen2.inner.gotoAndplay("death");
_root.ober.wagen2.stop();
Symbol 688 MovieClip Frame 8
stop();
Symbol 689 MovieClip Frame 1
stop();
Instance of Symbol 686 MovieClip "hit" in Symbol 689 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 689 MovieClip Frame 2
_root.ober.wagen2.energy.nextFrame();
Symbol 689 MovieClip Frame 3
gotoAndStop (1);
Symbol 689 MovieClip Frame 4
_root.ober.wagen2.stop();
Symbol 689 MovieClip Frame 14
_root.board.score = _root.board.score + 225;
stop();
_root.ober.wagen2.stop();
stop();
Instance of Symbol 692 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 696 MovieClip in Symbol 698 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 698 MovieClip Frame 38
stop();
Symbol 699 MovieClip Frame 1
stop();
Instance of Symbol 681 MovieClip in Symbol 699 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.ober.wagen2.play();
}
}
Symbol 704 MovieClip Frame 1
stop();
Symbol 704 MovieClip Frame 16
_root.ober.wagen1.inner.gotoAndplay("death");
_root.ober.wagen1.stop();
Symbol 707 MovieClip Frame 1
stop();
Instance of Symbol 705 MovieClip "hit" in Symbol 707 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 707 MovieClip Frame 2
_root.ober.wagen1.energy.nextFrame();
Symbol 707 MovieClip Frame 3
gotoAndStop (1);
Symbol 707 MovieClip Frame 4
_root.ober.wagen1.stop();
Symbol 707 MovieClip Frame 14
_root.board.score = _root.board.score + 225;
stop();
_root.ober.wagen1.stop();
stop();
Instance of Symbol 708 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 712 MovieClip in Symbol 714 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 714 MovieClip Frame 38
stop();
Symbol 715 MovieClip Frame 1
stop();
Instance of Symbol 702 MovieClip in Symbol 715 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.ober.wagen1.play();
}
}
Symbol 718 MovieClip Frame 1
stop();
Symbol 718 MovieClip Frame 16
_root.ober.wagen3.inner.gotoAndplay("death");
_root.ober.wagen3.stop();
Symbol 721 MovieClip Frame 8
stop();
Symbol 722 MovieClip Frame 1
stop();
Instance of Symbol 719 MovieClip "hit" in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 722 MovieClip Frame 2
_root.ober.wagen3.energy.nextFrame();
Symbol 722 MovieClip Frame 3
gotoAndStop (1);
Symbol 722 MovieClip Frame 4
_root.ober.wagen3.stop();
Symbol 722 MovieClip Frame 14
_root.board.score = _root.board.score + 225;
stop();
_root.ober.wagen3.stop();
stop();
Instance of Symbol 723 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 727 MovieClip in Symbol 729 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 729 MovieClip Frame 38
stop();
Symbol 730 MovieClip Frame 1
stop();
Instance of Symbol 716 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.ober.wagen3.play();
}
}
Symbol 735 MovieClip Frame 1
stop();
Symbol 735 MovieClip Frame 16
_root.ober.wagen4.inner.gotoAndplay("death");
_root.ober.wagen4.stop();
Symbol 738 MovieClip Frame 1
stop();
Instance of Symbol 736 MovieClip "hit" in Symbol 738 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 738 MovieClip Frame 2
_root.ober.wagen4.energy.nextFrame();
Symbol 738 MovieClip Frame 3
gotoAndStop (1);
Symbol 738 MovieClip Frame 4
_root.ober.wagen4.stop();
Symbol 738 MovieClip Frame 14
_root.board.score = _root.board.score + 225;
stop();
_root.ober.wagen4.stop();
stop();
Instance of Symbol 739 MovieClip in Symbol 745 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Instance of Symbol 743 MovieClip in Symbol 745 MovieClip Frame 20
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraeguntenrechts.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenlinks.man)) {
_root.player.gotoAndStop("death");
}
if (this.hitTest(_root.schraegobenrechts.man)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 745 MovieClip Frame 38
stop();
Symbol 746 MovieClip Frame 1
stop();
Instance of Symbol 733 MovieClip in Symbol 746 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.ober.wagen4.play();
}
}
Symbol 753 MovieClip Frame 1
stop();
Instance of Symbol 479 MovieClip in Symbol 754 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 339 MovieClip "hit" in Symbol 757 MovieClip Frame 22
onClipEvent (enterFrame) {
if (this.hitTest(_root.land.tank.innertank.hit)) {
_root.land.tank.innertank.gotoAndPlay("death");
}
if (this.hitTest(_root.land.tank2.innertank.hit)) {
_root.land.tank2.innertank.gotoAndPlay("death");
}
if (this.hitTest(_root.land.tank3.innertank.hit)) {
_root.land.tank3.innertank.gotoAndPlay("death");
}
if (this.hitTest(_root.land["16"].innertank.hit)) {
_root.land["16"].innertank.gotoAndPlay("death");
}
if (this.hitTest(_root.land.tank5.innertank.hit)) {
_root.land.tank5.innertank.gotoAndPlay("death");
}
if (this.hitTest(_root.land.panzerfaust1.inner.man)) {
_root.land.panzerfaust1.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.panzerfaust2.inner.man)) {
_root.land.panzerfaust2.inner.gotoAndStop("death");
}
if (this.hitTest(_root.land.wall1.inner.hit)) {
_root.land.wall1.inner.gotoAndPlay("death");
}
if (this.hitTest(_root.land.wall2.inner.hit)) {
_root.land.wall2.inner.gotoAndPlay("death");
}
if (this.hitTest(_root.ober.wagen1.inner.hit)) {
_root.ober.wagen1.inner.gotoAndPlay("death");
}
if (this.hitTest(_root.ober.wagen2.inner.hit)) {
_root.ober.wagen2.inner.gotoAndPlay("death");
}
if (this.hitTest(_root.ober.wagen3.inner.hit)) {
_root.ober.wagen3.inner.gotoAndPlay("death");
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.ober.wagen4.inner.gotoAndPlay("death");
}
if (this.hitTest(_root.land.learjet.inner.plane.hit)) {
if (_root["10"] == 1) {
_root.land.learjet.inner.plane.play();
}
}
}
Symbol 757 MovieClip Frame 31
stop();
Symbol 758 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 2
_root.granateoben._x = _root.player._x;
_root.granateoben._y = _root.player._y;
Symbol 759 MovieClip Frame 1
stop();
Symbol 759 MovieClip Frame 2
_root.granatelinks._x = _root.player._x;
_root.granatelinks._y = _root.player._y;
Symbol 760 MovieClip Frame 1
stop();
Symbol 760 MovieClip Frame 2
_root.granaterechts._x = _root.player._x;
_root.granaterechts._y = _root.player._y;
Symbol 761 MovieClip Frame 1
stop();
Symbol 761 MovieClip Frame 2
_root.granateunten._x = _root.player._x;
_root.granateunten._y = _root.player._y;
Symbol 762 MovieClip Frame 1
stop();
Symbol 762 MovieClip Frame 2
_root.granateobenlinks._x = _root.player._x;
_root.granateobenlinks._y = _root.player._y;
Symbol 763 MovieClip Frame 1
stop();
Symbol 763 MovieClip Frame 2
_root.granateobenrechts._x = _root.player._x;
_root.granateobenrechts._y = _root.player._y;
Symbol 764 MovieClip Frame 1
stop();
Symbol 764 MovieClip Frame 2
_root.granateuntenlinks._x = _root.player._x;
_root.granateuntenlinks._y = _root.player._y;
Symbol 765 MovieClip Frame 1
stop();
Symbol 765 MovieClip Frame 2
_root.granateuntenrechts._x = _root.player._x;
_root.granateuntenrechts._y = _root.player._y;
Symbol 770 MovieClip Frame 1
stop();
Symbol 776 MovieClip Frame 1
stop();
Symbol 776 MovieClip Frame 2
_root["2"] = 2;
_root["13"] = 2;
_root.player._alpha = 0;
_root.schraegobenlinks._alpha = 0;
_root.schraegobenrechts._alpha = 0;
_root.schraeguntenrechts._alpha = 0;
_root.schraeguntenlinks._alpha = 0;
_global.schnell = 0;
_global.v = 0;
_global.rl = 0;
_global.hh = 0;
_global.schnall = 0;
Symbol 776 MovieClip Frame 75
_root["2"] = 1;
_root["13"] = 1;
_root.land.learjet.play();
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root["5"] = 1;
_global.schnell = 6;
_global.v = 0.8;
_global.rl = 6.5;
_global.hh = 1.5;
_global.schnall = 7;
Symbol 784 MovieClip Frame 31
stop();
Symbol 786 MovieClip Frame 2
stop();
Symbol 788 MovieClip Frame 1
stop();
Symbol 794 MovieClip Frame 1
stop();
Symbol 794 MovieClip Frame 2
_root["7"] = 2;
_root["5"] = 2;
Symbol 794 MovieClip Frame 128
stopAllSounds();
_root.gotoAndStop("newsani");
Symbol 800 MovieClip Frame 1
stop();
Symbol 800 MovieClip Frame 170
stopAllSounds();
_root.gotoAndStop("gameover");
Symbol 807 MovieClip Frame 1
stop();
Symbol 813 MovieClip Frame 1
stop();
Symbol 819 MovieClip Frame 1
stop();
Symbol 827 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("score");
}
Symbol 828 MovieClip Frame 641
stopAllSounds();
_root.gotoAndStop("score");
Symbol 834 Button
on (rollOver) {
_root.freak.gotoAndStop("unten");
_root.freak.unten.play();
}
on (rollOut) {
_root.freak.unten.gotoAndStop(1);
}
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 864 Button
on (rollOver) {
_root.freak.gotoAndStop("mitte");
_root.freak.mitte.play();
}
on (rollOut) {
_root.freak.mitte.gotoAndStop(1);
}
on (release) {
stopAllSounds();
_root.gotoAndStop("los");
}
Symbol 867 Button
on (rollOver) {
_root.freak.gotoAndStop("oben");
_root.freak.oben.play();
}
on (rollOut) {
_root.freak.oben.gotoAndStop(1);
}
on (release) {
getURL ("http://www.mausland.de/highscores.php?id=230", "_mausopscores");
}
Symbol 871 Button
on (rollOver) {
_root.freak.gotoAndStop("weg");
_root.freak.weg.play();
}
on (rollOut) {
_root.freak.oben.gotoAndStop(1);
}
on (release) {
if (_root["3"] < 0) {
_global.checksum = function (1) {
var _local2 = new String("ficken");
_local2 = _local2.concat(1);
var _local1 = new Number();
i = 0;
while (i < _local2.length) {
_local1 = _local1 + _local2.charCodeAt(i);
i++;
}
_local1 = _local1 * _local1;
return(_local1);
};
dataSender = new LoadVars();
dataReceiver = new LoadVars();
dataSender.swfversion = 4;
dataSender.action = "putScore";
dataSender.name = _root.name;
dataSender.score = _root.punkte;
dataSender.hash = _global.checksum(dataSender.toString());
dataSender.sendAndLoad("http://www.mausland.de/games/php/opmaus-db.php", dataReceiver, "GET");
nextFrame();
}
}
on (keyPress "<Enter>") {
if (_root["3"] < 0) {
_global.checksum = function (1) {
var _local2 = new String("ficken");
_local2 = _local2.concat(1);
var _local1 = new Number();
i = 0;
while (i < _local2.length) {
_local1 = _local1 + _local2.charCodeAt(i);
i++;
}
_local1 = _local1 * _local1;
return(_local1);
};
dataSender = new LoadVars();
dataReceiver = new LoadVars();
dataSender.swfversion = 4;
dataSender.action = "putScore";
dataSender.name = _root.name;
dataSender.score = _root.punkte;
dataSender.hash = _global.checksum(dataSender.toString());
dataSender.sendAndLoad("http://www.mausland.de/games/php/opmaus-db.php", dataReceiver, "GET");
nextFrame();
}
}
Symbol 881 Button
on (rollOver) {
_root.freak.gotoAndStop("fastoben");
_root.freak.fastoben.play();
}
on (rollOut) {
_root.freak.fastoben.gotoAndStop(1);
}
on (release) {
getURL ("http://www.mausland.de/tellafriend.php?id=230", "_blank");
}
Symbol 894 MovieClip Frame 4
stop();
Symbol 898 MovieClip Frame 4
stop();
Symbol 902 MovieClip Frame 4
stop();
Symbol 905 MovieClip Frame 4
stop();
Symbol 916 MovieClip Frame 4
stop();
Symbol 917 MovieClip Frame 1
stop();
Symbol 917 MovieClip Frame 2
stop();
Symbol 922 MovieClip Frame 7
zeitbonus = _root.zeit;
_root["7"] = 1;
_root.punkte = _root.punkte + zeitbonus;
stop();
Symbol 923 MovieClip Frame 6
stop();
Symbol 924 MovieClip Frame 20
if (_root["7"] == 2) {
gotoAndStop ("yes");
}
if (_root["7"] == 1) {
gotoAndStop ("no");
}
stop();