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 586 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.land.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.land.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.land.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.land.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.land.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.land.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.land.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.land.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.land.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.land.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.land.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.land.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.land.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.land.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.land.wagen3.inner.play();
}
if (this.hitTest(_root.ober.wagen4.inner.hit)) {
_root.land.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 70 MovieClip Frame 1
stop();
Symbol 70 MovieClip Frame 25
stop();
Symbol 70 MovieClip Frame 50
stop();
stop();
Symbol 76 Button
on (release) {
_root.gotoAndStop("intro");
}
Symbol 106 MovieClip Frame 202
_root.gotoAndStop("title");
stop();
Symbol 125 Button
on (release) {
getURL ("http://www.mausland.de", "_blank");
}
Symbol 128 Button
on (release) {
_root.gotoAndStop("instructions");
}
Symbol 131 Button
on (release) {
getURL ("http://www.mausland.de/highscores.php?id=230", "_blank");
}
Symbol 144 Button
on (release) {
gotoAndStop ("end1");
}
Symbol 148 Button
on (release) {
gotoAndPlay ("part2");
}
Symbol 149 Button
on (release) {
_root.gotoAndStop("title");
}
Symbol 155 Button
on (release) {
gotoAndStop (1070);
}
Symbol 156 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("los");
}
Symbol 157 Button
on (release) {
gotoAndPlay ("part1");
}
Symbol 158 MovieClip Frame 432
stop();
Symbol 158 MovieClip Frame 1071
stop();
Symbol 193 MovieClip Frame 60
stop();
Symbol 194 MovieClip Frame 80
stop();
Symbol 201 MovieClip Frame 80
_root.gotoAndStop("game");
stop();
Symbol 212 MovieClip Frame 1
stop();
Instance of Symbol 210 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.road.gotoAndStop(2);
}
}
Symbol 216 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 65
_root.land.learjet.inner.plane.gotoAndPlay("death");
Symbol 240 MovieClip Frame 80
stop();
Symbol 249 MovieClip Frame 8
stop();
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
_root.land.learjet.energy.nextFrame();
Symbol 252 MovieClip Frame 3
gotoAndStop (1);
Symbol 252 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 252 MovieClip Frame 5
_root.land.learjet.jetspeed.stop();
_root["5"] = 2;
_root.met.stop("met");
Symbol 252 MovieClip Frame 35
_root.completed.play();
_root.board.score = _root.board.score + 675;
stop();
Symbol 253 MovieClip Frame 602
_root.land.learjet.stop();
Symbol 253 MovieClip Frame 642
_root["10"] = 2;
Symbol 253 MovieClip Frame 687
_root.met.stop("met");
_root.failed.play();
stop();
Symbol 257 MovieClip Frame 1
speed = 2.8;
Symbol 257 MovieClip Frame 2
_root.land.learjet._y = _root.land.learjet._y - speed;
Symbol 257 MovieClip Frame 3
_root.land.learjet._y = _root.land.learjet._y - speed;
gotoAndPlay (2);
Symbol 258 MovieClip Frame 1
stop();
Instance of Symbol 227 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.learjet.play();
}
}
Symbol 258 MovieClip Frame 2
_root.met.start(0, 999);
Symbol 258 MovieClip Frame 31
_root.abschied.play();
_root.ros.gotoAndStop(2);
Symbol 258 MovieClip Frame 131
stop();
Instance of Symbol 227 MovieClip in Symbol 258 MovieClip Frame 131
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root["10"] = 1;
_root.land.learjet.play();
}
}
Instance of Symbol 254 MovieClip in Symbol 258 MovieClip Frame 131
onClipEvent (enterFrame) {
if (this.hitTest(_root.outofsight)) {
_root.failed.play();
_root.met.stop("met");
}
}
Symbol 258 MovieClip Frame 281
_root["10"] = 2;
gotoAndPlay ("go");
Symbol 271 MovieClip Frame 1
stop();
Symbol 275 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 1
if (_root.music == 2) {
gotoAndStop (2);
}
stop();
Symbol 278 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 8
stop();
Symbol 283 MovieClip Frame 1
stop();
Symbol 294 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 3
_root.land.panzerfaust1.stop();
Symbol 299 MovieClip Frame 9
_root.board.score = _root.board.score + 75;
_root.land.panzerfaust1.stop();
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 2
_root.land.panzerfaust1.stop();
Instance of Symbol 306 MovieClip in Symbol 307 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 307 MovieClip Frame 22
stop();
Instance of Symbol 310 MovieClip in Symbol 311 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 311 MovieClip Frame 31
stop();
Instance of Symbol 306 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 26
stop();
Symbol 313 MovieClip Frame 1
stop();
Instance of Symbol 286 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust1.play();
}
}
Symbol 313 MovieClip Frame 2
_root.land.panzerfaust1.inner.man.gotoAndStop("links");
Symbol 313 MovieClip Frame 35
_root.land.panzerfaust1.inner.man.gotoAndStop("still");
stop();
Instance of Symbol 302 MovieClip in Symbol 313 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust1.play();
}
}
Symbol 313 MovieClip Frame 50
_root.land.panzerfaust1.inner.man.gotoAndStop("rechts");
Symbol 313 MovieClip Frame 107
_root.land.panzerfaust1.inner.man.gotoAndStop("still");
Symbol 313 MovieClip Frame 123
_root.land.panzerfaust1.inner.man.gotoAndStop("links");
Symbol 313 MovieClip Frame 185
gotoAndPlay ("go");
Symbol 315 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 2
_root.land.panzerfaust2.stop();
Symbol 317 MovieClip Frame 1
stop();
Instance of Symbol 314 MovieClip in Symbol 317 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust2.play();
}
}
Symbol 317 MovieClip Frame 2
_root.land.panzerfaust2.inner.man.gotoAndStop("links");
Symbol 317 MovieClip Frame 35
_root.land.panzerfaust2.inner.man.gotoAndStop("still");
stop();
Instance of Symbol 302 MovieClip in Symbol 317 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust2.play();
}
}
Symbol 317 MovieClip Frame 50
_root.land.panzerfaust2.inner.man.gotoAndStop("links");
Symbol 317 MovieClip Frame 66
_root.land.panzerfaust2.inner.man.gotoAndStop("still");
Symbol 317 MovieClip Frame 80
_root.land.panzerfaust2.inner.man.gotoAndStop("links");
Symbol 317 MovieClip Frame 93
_root.land.panzerfaust2.inner.man.gotoAndStop("still");
Symbol 317 MovieClip Frame 107
_root.land.panzerfaust2.inner.man.gotoAndStop("rechts");
Symbol 317 MovieClip Frame 132
gotoAndPlay ("go");
Symbol 325 MovieClip Frame 1
stop();
Symbol 325 MovieClip Frame 25
_root.land.tank5.innertank.gotoAndPlay("death");
stop();
Symbol 330 MovieClip Frame 1
stop();
Symbol 330 MovieClip Frame 2
_root.land.tank5.energy.nextFrame();
Symbol 330 MovieClip Frame 3
gotoAndStop (1);
Symbol 330 MovieClip Frame 4
_root.land.tank5.stop();
_root.tank5 = 2;
_root.land.back.tank5.gotoAndStop(2);
Symbol 330 MovieClip Frame 14
_root.board.score = _root.board.score + 275;
stop();
_root.land.tank5.stop();
stop();
Instance of Symbol 333 MovieClip in Symbol 346 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 338 MovieClip in Symbol 346 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 346 MovieClip Frame 30
stop();
Instance of Symbol 333 MovieClip in Symbol 348 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 347 MovieClip in Symbol 348 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 348 MovieClip Frame 33
stop();
Symbol 349 MovieClip Frame 1
stop();
Symbol 362 MovieClip Frame 8
stop();
Symbol 363 MovieClip Frame 11
_root.land.wall1.gotoAndStop("kaputt");
stop();
Symbol 364 MovieClip Frame 1
stop();
Symbol 364 MovieClip Frame 2
_root.land.wall1.energy.nextFrame();
Symbol 364 MovieClip Frame 3
gotoAndStop (1);
Symbol 364 MovieClip Frame 4
stop();
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 30
_root.land.wall1.inner.gotoAndStop("death");
stop();
Instance of Symbol 371 MovieClip in Symbol 376 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 371 MovieClip in Symbol 376 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 371 MovieClip in Symbol 376 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 371 MovieClip in Symbol 376 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 371 MovieClip in Symbol 376 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 377 MovieClip Frame 1
stop();
Instance of Symbol 378 MovieClip in Symbol 382 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 378 MovieClip in Symbol 382 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 378 MovieClip in Symbol 382 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 378 MovieClip in Symbol 382 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 378 MovieClip in Symbol 382 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 383 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 1
stop();
Symbol 394 MovieClip Frame 15
stop();
Symbol 395 MovieClip Frame 1
stop();
Instance of Symbol 354 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.wall1.gotoAndStop(2);
}
}
Instance of Symbol 357 MovieClip in Symbol 395 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.land.wall1.fire.feuer1.stop();
_root.land.wall1.fire.feuer2.stop();
}
}
Symbol 395 MovieClip Frame 2
stop();
Instance of Symbol 357 MovieClip in Symbol 395 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 395 MovieClip Frame 3
_root.board.score = _root.board.score + 355;
_root.land.back.wall1.gotoAndStop(2);
_root.ober.wall1.gotoAndStop(2);
stop();
Symbol 414 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 1
stop();
Symbol 425 MovieClip Frame 25
_root.land.tank.innertank.gotoAndPlay("death");
stop();
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 2
_root.land.tank.energy.nextFrame();
Symbol 429 MovieClip Frame 3
gotoAndStop (1);
Symbol 429 MovieClip Frame 4
_root.land.tank.stop();
_root["15"] = 2;
_root.land.back.tank.gotoAndStop(2);
Symbol 429 MovieClip Frame 14
_root.board.score = _root.board.score + 275;
stop();
_root.land.tank.stop();
stop();
Symbol 430 MovieClip Frame 1
stop();
Symbol 433 MovieClip Frame 1
stop();
Symbol 433 MovieClip Frame 25
_root.land.tank2.innertank.gotoAndPlay("death");
stop();
Symbol 436 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 2
_root.land.tank2.energy.nextFrame();
Symbol 436 MovieClip Frame 3
gotoAndStop (1);
Symbol 436 MovieClip Frame 4
_root.land.tank2.stop();
_root.tank2 = 2;
_root.land.back.tank2.gotoAndStop(2);
Symbol 436 MovieClip Frame 14
_root.board.score = _root.board.score + 275;
stop();
_root.land.tank2.stop();
stop();
Symbol 437 MovieClip Frame 1
stop();
Symbol 440 MovieClip Frame 1
stop();
Symbol 440 MovieClip Frame 25
_root.land.tank3.innertank.gotoAndPlay("death");
stop();
Symbol 443 MovieClip Frame 1
stop();
Symbol 443 MovieClip Frame 2
_root.land.tank3.energy.nextFrame();
Symbol 443 MovieClip Frame 3
gotoAndStop (1);
Symbol 443 MovieClip Frame 4
_root.land.tank3.stop();
_root.tank3 = 2;
_root.land.back.tank3.gotoAndStop(2);
Symbol 443 MovieClip Frame 14
_root.board.score = _root.board.score + 275;
stop();
_root.land.tank3.stop();
stop();
Symbol 444 MovieClip Frame 1
stop();
Instance of Symbol 447 MovieClip in Symbol 451 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 447 MovieClip in Symbol 451 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 452 MovieClip Frame 1
stop();
Symbol 460 MovieClip Frame 1
stop();
Symbol 462 MovieClip Frame 3
_root.land.panzerfaust3.stop();
Symbol 462 MovieClip Frame 9
_root.board.score = _root.board.score + 75;
_root.land.panzerfaust3.stop();
stop();
Symbol 463 MovieClip Frame 1
stop();
Symbol 463 MovieClip Frame 2
_root.land.panzerfaust3.stop();
Instance of Symbol 466 MovieClip in Symbol 467 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 467 MovieClip Frame 22
stop();
Instance of Symbol 469 MovieClip in Symbol 470 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 470 MovieClip Frame 31
stop();
Instance of Symbol 466 MovieClip in Symbol 471 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 471 MovieClip Frame 26
stop();
Symbol 472 MovieClip Frame 1
stop();
Instance of Symbol 458 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust3.play();
}
}
Symbol 472 MovieClip Frame 2
_root.land.panzerfaust3.inner.man.gotoAndStop("links");
Symbol 472 MovieClip Frame 35
_root.land.panzerfaust3.inner.man.gotoAndStop("still");
stop();
Instance of Symbol 464 MovieClip in Symbol 472 MovieClip Frame 35
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.panzerfaust3.play();
}
}
Symbol 472 MovieClip Frame 50
_root.land.panzerfaust3.inner.man.gotoAndStop("rechts");
Symbol 472 MovieClip Frame 107
_root.land.panzerfaust3.inner.man.gotoAndStop("still");
Symbol 472 MovieClip Frame 123
_root.land.panzerfaust3.inner.man.gotoAndStop("links");
Symbol 472 MovieClip Frame 185
gotoAndPlay ("go");
Symbol 477 MovieClip Frame 1
stop();
Symbol 477 MovieClip Frame 2
_root.granadescollect.play();
Symbol 482 MovieClip Frame 1
stop();
Symbol 482 MovieClip Frame 2
_root.lifecollect.play();
stop();
Symbol 487 MovieClip Frame 1
stop();
Symbol 487 MovieClip Frame 2
_root.ammocollect.play();
Symbol 494 MovieClip Frame 8
stop();
Symbol 495 MovieClip Frame 11
_root.land.wall2.gotoAndStop("kaputt");
stop();
Symbol 496 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 2
_root.land.wall2.energy.nextFrame();
Symbol 496 MovieClip Frame 3
gotoAndStop (1);
Symbol 496 MovieClip Frame 4
stop();
Symbol 501 MovieClip Frame 1
stop();
Symbol 501 MovieClip Frame 30
_root.land.wall2.inner.gotoAndStop("death");
stop();
Instance of Symbol 502 MovieClip in Symbol 506 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 502 MovieClip in Symbol 506 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 502 MovieClip in Symbol 506 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 502 MovieClip in Symbol 506 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 502 MovieClip in Symbol 506 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 507 MovieClip Frame 1
stop();
Instance of Symbol 508 MovieClip in Symbol 512 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 508 MovieClip in Symbol 512 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 508 MovieClip in Symbol 512 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 508 MovieClip in Symbol 512 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 508 MovieClip in Symbol 512 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 513 MovieClip Frame 1
stop();
Symbol 514 MovieClip Frame 1
stop();
Symbol 515 MovieClip Frame 15
stop();
Symbol 516 MovieClip Frame 1
stop();
Instance of Symbol 491 MovieClip in Symbol 516 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.land.wall2.gotoAndStop(2);
}
}
Symbol 516 MovieClip Frame 2
stop();
Instance of Symbol 497 MovieClip in Symbol 516 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 516 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 261 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.unsichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 261 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.unsichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 261 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.unsichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 271 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planelinks.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planelinks.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 278 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 278 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 278 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planelinks.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 349 MovieClip "tank5" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.tank5 == 1) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
}
Instance of Symbol 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planerechts.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planemitte.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 275 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.planelinks.play();
this.gotoAndStop(2);
}
}
Instance of Symbol 414 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 414 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 414 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 414 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 414 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 414 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 414 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 430 MovieClip "tank" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["15"] == 1) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
}
Instance of Symbol 437 MovieClip "tank2" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.tank2 == 1) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
}
Instance of Symbol 444 MovieClip "tank3" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.tank3 == 1) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 452 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
this.play();
}
}
Instance of Symbol 283 MovieClip in Symbol 517 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 283 MovieClip in Symbol 517 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 477 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 477 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 477 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 477 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 482 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.lives = _root.board.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 482 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.lives = _root.board.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 482 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.lives = _root.board.lives + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 477 MovieClip in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 487 MovieClip "gh" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 487 MovieClip "ghkh" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 487 MovieClip "ghree" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 487 MovieClip "ew3" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 487 MovieClip "tg" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Instance of Symbol 487 MovieClip "sh" in Symbol 517 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.ammunition = _root.board.ammunition + 100;
this.gotoAndStop(2);
}
}
Symbol 521 MovieClip Frame 2
yachse = _root.land._y;
Symbol 545 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 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 2
_root.land._y = 1083.95;
_root.ober._y = 1715;
_root.player._x = 218.15;
_root.player._y = 450.7;
Symbol 575 MovieClip Frame 25
_root.player.gotoAndStop(1);
Symbol 578 MovieClip Frame 1
_root["5"] = 2;
Symbol 578 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 579 MovieClip Frame 25
_root.player.gotoAndStop(1);
Symbol 585 MovieClip Frame 1
_root["5"] = 2;
Symbol 585 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 586 MovieClip Frame 1
_root["2"] = 1;
stop();
Symbol 586 MovieClip Frame 2
_root["12"] = 1;
Symbol 586 MovieClip Frame 5
gotoAndStop (1);
_root["12"] = 1;
Symbol 586 MovieClip Frame 6
_root["12"] = 2;
Symbol 586 MovieClip Frame 9
gotoAndStop (1);
_root["12"] = 2;
Symbol 586 MovieClip Frame 10
_root["12"] = 3;
Symbol 586 MovieClip Frame 13
gotoAndStop (1);
Symbol 586 MovieClip Frame 14
_root["12"] = 4;
Symbol 586 MovieClip Frame 17
gotoAndStop (1);
Symbol 586 MovieClip Frame 18
_root["12"] = 6;
_root.player.schreagobenlinks.gotoAndPlay(2);
Symbol 586 MovieClip Frame 20
gotoAndStop (1);
_root["12"] = 6;
Symbol 586 MovieClip Frame 21
_root["12"] = 5;
Symbol 586 MovieClip Frame 22
_root["12"] = 5;
Symbol 586 MovieClip Frame 23
gotoAndStop (1);
_root["12"] = 5;
Symbol 586 MovieClip Frame 24
_root["12"] = 7;
Symbol 586 MovieClip Frame 26
gotoAndStop (1);
_root["12"] = 7;
Symbol 586 MovieClip Frame 27
_root["12"] = 8;
Symbol 586 MovieClip Frame 29
gotoAndStop (1);
_root["12"] = 8;
Symbol 586 MovieClip Frame 30
_root["12"] = 1;
_root["2"] = 2;
Symbol 586 MovieClip Frame 48
gotoAndStop (1);
Symbol 586 MovieClip Frame 49
_root["12"] = 1;
_root["2"] = 2;
Symbol 586 MovieClip Frame 67
gotoAndStop (1);
Symbol 596 MovieClip Frame 1
stop();
Symbol 596 MovieClip Frame 2
_root.schraegobenlinks._x = _root.player._x;
_root.schraegobenlinks._y = _root.player._y;
Symbol 610 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 2
_root.schraegobenrechts._x = _root.player._x;
_root.schraegobenrechts._y = _root.player._y;
Symbol 624 MovieClip Frame 1
stop();
Symbol 624 MovieClip Frame 2
_root.schraeguntenlinks._x = _root.player._x;
_root.schraeguntenlinks._y = _root.player._y;
Symbol 634 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 2
_root.schraeguntenrechts._x = _root.player._x;
_root.schraeguntenrechts._y = _root.player._y;
Symbol 636 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 639 Button
on (keyPress "<Enter>") {
stopAllSounds();
gotoAndStop ("restart");
}
Symbol 643 MovieClip Frame 1
stop();
Symbol 643 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 643 MovieClip Frame 4
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 6
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 8
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 10
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 12
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 14
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 16
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 18
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 20
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 22
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 24
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 26
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 28
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 30
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 32
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 34
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 36
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 38
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 40
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 42
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 44
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 46
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 48
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 50
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 52
_root.player._alpha = 100;
_root.schraegobenlinks._alpha = 100;
_root.schraegobenrechts._alpha = 100;
_root.schraeguntenlinks._alpha = 100;
_root.schraeguntenrechts.alpha = 100;
Symbol 643 MovieClip Frame 54
_root.player._alpha = 30;
_root.schraegobenlinks._alpha = 30;
_root.schraegobenrechts._alpha = 30;
_root.schraeguntenlinks._alpha = 30;
_root.schraeguntenrechts.alpha = 30;
Symbol 643 MovieClip Frame 55
_root["5"] = 1;
Symbol 643 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 645 MovieClip Frame 1
stop();
Symbol 645 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 647 MovieClip Frame 1
stop();
Symbol 647 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 649 MovieClip Frame 1
stop();
Symbol 649 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 651 MovieClip Frame 1
stop();
Symbol 651 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 653 MovieClip Frame 1
stop();
Symbol 653 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 655 MovieClip Frame 1
stop();
Symbol 655 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 657 MovieClip Frame 1
stop();
Symbol 657 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 659 MovieClip Frame 1
stop();
Symbol 659 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 661 MovieClip Frame 1
_root.gun.start(0, 999);
stop();
Symbol 662 MovieClip Frame 1
_root.gun.stop("gun");
stop();
Symbol 676 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 1
stop();
Symbol 682 MovieClip Frame 16
_root.ober.wagen2.inner.gotoAndplay("death");
_root.ober.wagen2.stop();
Symbol 686 MovieClip Frame 8
stop();
Symbol 687 MovieClip Frame 1
stop();
Instance of Symbol 684 MovieClip "hit" in Symbol 687 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 687 MovieClip Frame 2
_root.ober.wagen2.energy.nextFrame();
Symbol 687 MovieClip Frame 3
gotoAndStop (1);
Symbol 687 MovieClip Frame 4
_root.ober.wagen2.stop();
Symbol 687 MovieClip Frame 14
_root.board.score = _root.board.score + 225;
stop();
_root.ober.wagen2.stop();
stop();
Instance of Symbol 690 MovieClip in Symbol 696 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 694 MovieClip in Symbol 696 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 696 MovieClip Frame 38
stop();
Symbol 697 MovieClip Frame 1
stop();
Instance of Symbol 679 MovieClip in Symbol 697 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.ober.wagen2.play();
}
}
Symbol 702 MovieClip Frame 1
stop();
Symbol 702 MovieClip Frame 16
_root.ober.wagen1.inner.gotoAndplay("death");
_root.ober.wagen1.stop();
Symbol 705 MovieClip Frame 1
stop();
Instance of Symbol 703 MovieClip "hit" in Symbol 705 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 705 MovieClip Frame 2
_root.ober.wagen1.energy.nextFrame();
Symbol 705 MovieClip Frame 3
gotoAndStop (1);
Symbol 705 MovieClip Frame 4
_root.ober.wagen1.stop();
Symbol 705 MovieClip Frame 14
_root.board.score = _root.board.score + 225;
stop();
_root.ober.wagen1.stop();
stop();
Instance of Symbol 706 MovieClip in Symbol 712 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 710 MovieClip in Symbol 712 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 712 MovieClip Frame 38
stop();
Symbol 713 MovieClip Frame 1
stop();
Instance of Symbol 700 MovieClip in Symbol 713 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.ober.wagen1.play();
}
}
Symbol 716 MovieClip Frame 1
stop();
Symbol 716 MovieClip Frame 16
_root.ober.wagen3.inner.gotoAndplay("death");
_root.ober.wagen3.stop();
Symbol 719 MovieClip Frame 8
stop();
Symbol 720 MovieClip Frame 1
stop();
Instance of Symbol 717 MovieClip "hit" in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 720 MovieClip Frame 2
_root.ober.wagen3.energy.nextFrame();
Symbol 720 MovieClip Frame 3
gotoAndStop (1);
Symbol 720 MovieClip Frame 4
_root.ober.wagen3.stop();
Symbol 720 MovieClip Frame 14
_root.board.score = _root.board.score + 225;
stop();
_root.ober.wagen3.stop();
stop();
Instance of Symbol 721 MovieClip in Symbol 727 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 725 MovieClip in Symbol 727 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 727 MovieClip Frame 38
stop();
Symbol 728 MovieClip Frame 1
stop();
Instance of Symbol 714 MovieClip in Symbol 728 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.ober.wagen3.play();
}
}
Symbol 733 MovieClip Frame 1
stop();
Symbol 733 MovieClip Frame 16
_root.ober.wagen4.inner.gotoAndplay("death");
_root.ober.wagen4.stop();
Symbol 736 MovieClip Frame 1
stop();
Instance of Symbol 734 MovieClip "hit" in Symbol 736 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root["5"] == 1) {
if (this.hitTest(_root.player.hit)) {
_root.player.gotoAndStop("death");
}
}
}
Symbol 736 MovieClip Frame 2
_root.ober.wagen4.energy.nextFrame();
Symbol 736 MovieClip Frame 3
gotoAndStop (1);
Symbol 736 MovieClip Frame 4
_root.ober.wagen4.stop();
Symbol 736 MovieClip Frame 14
_root.board.score = _root.board.score + 225;
stop();
_root.ober.wagen4.stop();
stop();
Instance of Symbol 737 MovieClip in Symbol 743 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 741 MovieClip in Symbol 743 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 743 MovieClip Frame 38
stop();
Symbol 744 MovieClip Frame 1
stop();
Instance of Symbol 731 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.sichtbar)) {
_root.ober.wagen4.play();
}
}
Symbol 751 MovieClip Frame 1
stop();
Instance of Symbol 477 MovieClip in Symbol 752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.hit)) {
_root.board.granates = _root.board.granates + 1;
this.gotoAndStop(2);
}
}
Instance of Symbol 338 MovieClip "hit" in Symbol 755 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 755 MovieClip Frame 31
stop();
Symbol 756 MovieClip Frame 1
stop();
Symbol 756 MovieClip Frame 2
_root.granateoben._x = _root.player._x;
_root.granateoben._y = _root.player._y;
Symbol 757 MovieClip Frame 1
stop();
Symbol 757 MovieClip Frame 2
_root.granatelinks._x = _root.player._x;
_root.granatelinks._y = _root.player._y;
Symbol 758 MovieClip Frame 1
stop();
Symbol 758 MovieClip Frame 2
_root.granaterechts._x = _root.player._x;
_root.granaterechts._y = _root.player._y;
Symbol 759 MovieClip Frame 1
stop();
Symbol 759 MovieClip Frame 2
_root.granateunten._x = _root.player._x;
_root.granateunten._y = _root.player._y;
Symbol 760 MovieClip Frame 1
stop();
Symbol 760 MovieClip Frame 2
_root.granateobenlinks._x = _root.player._x;
_root.granateobenlinks._y = _root.player._y;
Symbol 761 MovieClip Frame 1
stop();
Symbol 761 MovieClip Frame 2
_root.granateobenrechts._x = _root.player._x;
_root.granateobenrechts._y = _root.player._y;
Symbol 762 MovieClip Frame 1
stop();
Symbol 762 MovieClip Frame 2
_root.granateuntenlinks._x = _root.player._x;
_root.granateuntenlinks._y = _root.player._y;
Symbol 763 MovieClip Frame 1
stop();
Symbol 763 MovieClip Frame 2
_root.granateuntenrechts._x = _root.player._x;
_root.granateuntenrechts._y = _root.player._y;
Symbol 768 MovieClip Frame 1
stop();
Symbol 774 MovieClip Frame 1
stop();
Symbol 774 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 774 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 782 MovieClip Frame 31
stop();
Symbol 784 MovieClip Frame 2
stop();
Symbol 786 MovieClip Frame 1
stop();
Symbol 792 MovieClip Frame 1
stop();
Symbol 792 MovieClip Frame 2
_root["7"] = 2;
Symbol 792 MovieClip Frame 180
stopAllSounds();
_root.gotoAndStop("newsani");
Symbol 798 MovieClip Frame 1
stop();
Symbol 798 MovieClip Frame 170
stopAllSounds();
_root.gotoAndStop("gameover");
Symbol 805 MovieClip Frame 1
stop();
Symbol 811 MovieClip Frame 1
stop();
Symbol 817 MovieClip Frame 1
stop();
Symbol 825 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("score");
}
Symbol 826 MovieClip Frame 641
stopAllSounds();
_root.gotoAndStop("score");
Symbol 833 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 863 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 866 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 870 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 880 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 893 MovieClip Frame 4
stop();
Symbol 897 MovieClip Frame 4
stop();
Symbol 901 MovieClip Frame 4
stop();
Symbol 904 MovieClip Frame 4
stop();
Symbol 914 MovieClip Frame 4
stop();
Symbol 915 MovieClip Frame 1
stop();
Symbol 915 MovieClip Frame 2
stop();
Symbol 920 MovieClip Frame 1
zeitbonus = _root.zeit;
_root["7"] = 1;
_root.zeit = _root.zeit + zeitbonus;
stop();
Symbol 921 MovieClip Frame 6
stop();
Symbol 922 MovieClip Frame 20
if (_root["7"] == 2) {
gotoAndStop ("yes");
}
if (_root["7"] == 1) {
gotoAndStop ("no");
}
stop();