Instance of Symbol 22 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._x = 80 + (_root.ng.PercentLoaded / 2);
}
Instance of Symbol 35 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._x = 300 - (_root.ng.PercentLoaded / 2);
}
Frame 2
fc = (ofc = 0);
createEmptyMovieClip("PIE", 9999);
PIE.onEnterFrame = function () {
_root.fc++;
};
ping = setInterval(function () {
_root.gumboot = fc - ofc;
ofc = fc;
}, 1000);
stop();
_root.tot = 0;
_root.munz = 0;
_root.yoshmunz = 0;
_root.groundtype = 6;
sprung = 1;
stand = 1;
_root.fire11 = 0;
_root.mfire1 = 0;
_root.granatfeuer = 0;
_root.munmachine = 30;
_root.munshot = 30;
_root.mungra = 20;
_root.energie = 100;
_root.character = 1;
Instance of Symbol 46 MovieClip "saver" in Frame 2
onClipEvent (enterFrame) {
if (_root.tot == 3) {
this._x = _root.slug._x;
this._y = _root.slug._y;
} else {
this._x = -50;
this._y = -50;
}
}
Instance of Symbol 96 MovieClip "mfire" in Frame 2
onClipEvent (enterFrame) {
if (_root.mfire1 == 0) {
if (_root.slug._xscale == 75) {
this._xscale = 100;
}
if (_root.slug._xscale == -75) {
this._xscale = -100;
}
}
}
Instance of Symbol 99 MovieClip "fire2" in Frame 2
onClipEvent (enterFrame) {
if (_root.fire11 == 0) {
if (_root.slug._xscale == 75) {
this._xscale = 150;
}
if (_root.slug._xscale == -75) {
this._xscale = -150;
}
}
}
Instance of Symbol 112 MovieClip "fire1" in Frame 2
onClipEvent (enterFrame) {
if (_root.fire11 == 0) {
if (_root.slug._xscale == 75) {
this._xscale = 150;
}
if (_root.slug._xscale == -75) {
this._xscale = -150;
}
}
}
Instance of Symbol 116 MovieClip in Frame 2
onClipEvent (enterFrame) {
_root.fire2._x = _root.slug._x;
_root.fire2._y = _root.slug._y;
if (_root.granatfeuer == 0) {
_root.granate._x = _root.slug._x;
_root.granate._y = _root.slug._y;
}
if (_root.fire11 == 0) {
if (_root.blickrichtung == 1) {
this._rotation = 0;
_root.fire1._x = _root.slug._x;
_root.fire1._y = _root.slug._y + 25;
} else {
_root.fire1._x = _root.slug._x;
_root.fire1._y = _root.slug._y;
}
if (_root.slug._xscale == 75) {
if (_root.blickrichtung == 2) {
_root.fire1._rotation = -90;
_root.fire1._x = _root.slug._x + 25;
_root.fire1._y = _root.slug._y - 8;
}
}
if (_root.slug._xscale == -75) {
if (_root.blickrichtung == 2) {
_root.fire1._rotation = 90;
_root.fire1._x = _root.slug._x - 27;
_root.fire1._y = _root.slug._y - 8;
}
}
if (_root.blickrichtung == 0) {
_root.fire1._rotation = 0;
_root.fire1._x = _root.slug._x;
_root.fire1._y = _root.slug._y;
}
}
if (_root.mfire1 == 0) {
if (_root.blickrichtung == 1) {
this._rotation = 0;
_root.mfire._x = _root.slug._x;
_root.mfire._y = _root.slug._y + 25;
} else {
_root.mfire._x = _root.slug._x;
_root.mfire._y = _root.slug._y;
}
if (_root.slug._xscale == 75) {
if (_root.blickrichtung == 2) {
_root.mfire._rotation = -90;
_root.mfire._x = _root.slug._x + 25;
_root.mfire._y = _root.slug._y - 8;
}
}
if (_root.slug._xscale == -75) {
if (_root.blickrichtung == 2) {
_root.mfire._rotation = 90;
_root.mfire._x = _root.slug._x - 27;
_root.mfire._y = _root.slug._y - 8;
}
}
if (_root.blickrichtung == 0) {
_root.mfire._rotation = 0;
_root.mfire._x = _root.slug._x;
_root.mfire._y = _root.slug._y;
}
}
}
Instance of Symbol 136 MovieClip "granate" in Frame 2
onClipEvent (enterFrame) {
if (_root.granatfeuer == 0) {
if (Key.isDown(38)) {
this.bounce = 20;
} else {
this.bounce = this.bouncestart;
}
if (_root.slug._xscale == 75) {
this.dir = 1;
}
if (_root.slug._xscale == -75) {
this.dir = 0;
}
}
if (this.bounce <= -40) {
this.play();
}
if (_root.ground.boden.hitTest(this._x, this._y + 20, true)) {
if (_root.granateply == 1) {
this.play();
}
} else if (this.bounce <= -40) {
this.play();
} else if (_root.granateply == 1) {
if (this._currentframe <= 2) {
this._y = this._y - this.bounce;
(this.bounce = this.bounce - 2);
if (this.dir == 0) {
this._x = this._x - 14;
}
if (this.dir == 1) {
this._x = this._x + 14;
}
}
}
}
onClipEvent (load) {
this.bouncestart = 12;
this.bounce = this.bouncestart;
}
Instance of Symbol 269 MovieClip "slug" in Frame 2
onClipEvent (enterFrame) {
if (_root.slug._y >= 430) {
_root.gotoAndPlay("verloren");
}
if (_root.stand == 1) {
if (_root.ground.rechte.hitTest(this._x + 15, this._y, true)) {
} else {
if (Key.isDown(39)) {
_root.slug._x = _root.slug._x + 8;
this._xscale = 75;
}
if (_root.slug._x >= 250) {
if (_root.ground.scrollblocker.hitTest(this._x, this._y, true)) {
} else {
_root.back._x = _root.back._x - 2;
_root.slug._x = _root.slug._x - 8;
_root.ground._x = _root.ground._x - 8;
if (_root.granatfeuer == 1) {
_root.granate._x = _root.granate._x - 8;
}
if (_root.fire11 == 1) {
_root.fire1._x = _root.fire1._x - 8;
}
if (_root.mfire1 == 1) {
_root.mfire._x = _root.mfire._x - 8;
}
}
}
}
if (_root.ground.linke.hitTest(this._x - 15, this._y, true)) {
} else {
if (Key.isDown(37)) {
_root.slug._x = _root.slug._x - 8;
this._xscale = -75;
}
if (_root.slug._x <= 150) {
if (_root.ground.scrollblocker.hitTest(this._x, this._y, true)) {
} else {
_root.back._x = _root.back._x + 2;
_root.slug._x = _root.slug._x + 8;
_root.ground._x = _root.ground._x + 8;
if (_root.granatfeuer == 1) {
_root.granate._x = _root.granate._x + 8;
}
if (_root.fire11 == 1) {
_root.fire1._x = _root.fire1._x + 8;
}
if (_root.mfire1 == 1) {
_root.mfire._x = _root.mfire._x + 8;
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.tot == 1) {
} else if (Key.isDown(32) && (!jumping)) {
vel_y = 35;
jumping = true;
}
if (jumping == true) {
vel_y = vel_y - 4;
if (vel_y <= -30) {
vel_y = -30;
}
this._y = this._y - vel_y;
}
if (_root.ground.boden.hitTest(this._x, this._y + 7, true)) {
vel_y = 0;
this._y = this._y - 20;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 9, true)) {
vel_y = 0;
this._y = this._y - 18;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 11, true)) {
vel_y = 0;
this._y = this._y - 16;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 13, true)) {
vel_y = 0;
this._y = this._y - 14;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 15, true)) {
vel_y = 0;
this._y = this._y - 12;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 17, true)) {
vel_y = 0;
this._y = this._y - 10;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 19, true)) {
vel_y = 0;
this._y = this._y - 8;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 21, true)) {
vel_y = 0;
this._y = this._y - 6;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 23, true)) {
vel_y = 0;
this._y = this._y - 4;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 25, true)) {
vel_y = 0;
this._y = this._y - 2;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 26, true)) {
vel_y = 0;
this._y = this._y - 1;
jumping = false;
} else {
jumping = true;
}
if (_root.ground.deckel.hitTest(this._x, this._y - 40, true)) {
jumping = true;
vel_y = -10;
this._y = this._y + 0;
} else if (_root.ground.deckel.hitTest(this._x + 15, this._y - 40, true)) {
jumping = true;
vel_y = -10;
this._y = this._y + 0;
} else if (_root.ground.deckel.hitTest(this._x + 15, this._y - 40, true)) {
jumping = true;
vel_y = -10;
this._y = this._y + 0;
}
if (_root.slug._y <= 100) {
if (_root.ground.scrollblocker.hitTest(this._x, this._y, true)) {
} else {
_root.back._x = _root.back._x - 0;
_root.slug._y = _root.slug._y + 9;
_root.ground._y = _root.ground._y + 8;
if (_root.granatfeuer == 1) {
_root.granate._y = _root.granate._y + 8;
}
if (_root.fire11 == 1) {
_root.fire1._y = _root.fire1._y + 8;
}
if (_root.mfire1 == 1) {
_root.mfire._y = _root.mfire._y + 8;
}
}
}
if (_root.slug._y >= 350) {
if (_root.ground.ebene.hitTest(this._x, this._y, true)) {
} else {
if (vel_y <= -8) {
_root.slug._y = _root.slug._y + vel_y;
_root.ground._y = _root.ground._y + vel_y;
}
if (vel_y >= -8) {
_root.slug._y = _root.slug._y + -8;
_root.ground._y = _root.ground._y + -8;
}
if (_root.granatfeuer == 1) {
if (vel_y <= -8) {
_root.granate._y = _root.granate._y + vel_y;
}
if (vel_y >= -8) {
_root.granate._y = _root.granate._y + -8;
}
}
if (_root.fire11 == 1) {
if (vel_y <= -8) {
_root.fire1._y = _root.fire1._y + vel_y;
}
if (vel_y >= -8) {
_root.fire1._y = _root.fire1._y + -8;
}
}
if (_root.mfire1 == 1) {
if (vel_y <= -8) {
_root.mfire._y = _root.mfire._y + vel_y;
}
if (vel_y >= -8) {
_root.mfire._y = _root.mfire._y + -8;
}
}
}
}
}
onClipEvent (load) {
if (_root.character == 1) {
this.gotoAndPlay("marco_idle");
}
if (_root.character == 2) {
this.gotoAndPlay("walter_idle");
}
}
Frame 3
stopAllSounds();
gotoAndStop (2);
Frame 4
stop();
Symbol 8 Button
on (release) {
_root.play();
}
Symbol 9 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 9 MovieClip Frame 2
gotoAndPlay (1);
Symbol 27 MovieClip Frame 2
bytesLoaded = _root.getBytesLoaded();
bytesTotal = _root.getBytesTotal();
loadText = ((Math.round(bytesLoaded / 1024) + "Kb of ") + Math.round(bytesTotal / 1024)) + "Kb loaded...";
Symbol 46 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 2
_root.tot = 3;
Symbol 46 MovieClip Frame 225
_root.tot = 0;
Symbol 50 Button
on (release) {
_root.groundtype = _root.groundtype + 1;
}
Symbol 51 Button
on (release) {
_root.groundtype = _root.groundtype - 1;
}
Symbol 62 MovieClip Frame 6
gotoAndPlay (1);
Symbol 62 MovieClip Frame 7
stop();
_root.yoshmunz = _root.yoshmunz + 1;
Symbol 67 MovieClip Frame 8
gotoAndPlay (1);
Symbol 67 MovieClip Frame 9
stop();
_root.munz = _root.munz + 1;
Symbol 71 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 80 MovieClip Frame 3
stop();
Symbol 86 Button
on (release) {
_root.munz = _root.munz + 12;
_root.yoshmunz = _root.yoshmunz + 12;
_root.mungra = _root.mungra + 12;
_root.munmachine = _root.munmachine + 12;
_root.munshot = _root.munshot + 12;
}
Instance of Symbol 80 MovieClip in Symbol 88 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.energie >= 0) {
this._xscale = _root.energie;
}
}
onClipEvent (enterFrame) {
if (_root.energie >= 75) {
this.gotoAndStop(1);
} else if (_root.energie >= 25) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
Symbol 89 Button
on (release) {
_root.ground.front._alpha = 100;
}
Symbol 90 Button
on (release) {
_root.ground.front._alpha = 0;
}
Symbol 91 Button
on (release) {
_root.ground.boden._alpha = 60;
_root.ground.rechte._alpha = 60;
_root.ground.rechte._alpha = 60;
_root.ground.linke._alpha = 60;
_root.ground.deckel._alpha = 60;
_root.ground.ebene._alpha = 60;
_root.ground.scrollblocker._alpha = 60;
}
Symbol 92 Button
on (release) {
_root.ground.boden._alpha = 0;
_root.ground.rechte._alpha = 0;
_root.ground.rechte._alpha = 0;
_root.ground.linke._alpha = 0;
_root.ground.deckel._alpha = 0;
_root.ground.ebene._alpha = 0;
_root.ground.scrollblocker._alpha = 0;
}
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 2
gotoAndStop (1);
Symbol 96 MovieClip Frame 1
_root.mfire1 = 0;
stop();
Symbol 96 MovieClip Frame 2
_root.munmachine = _root.munmachine - 1;
_root.mfire1 = 1;
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 2
_root.stand = 0;
Symbol 99 MovieClip Frame 9
_root.stand = 1;
Symbol 112 MovieClip Frame 1
_root.fire11 = 0;
stop();
Symbol 112 MovieClip Frame 2
_root.munshot = _root.munshot - 1;
_root.fire11 = 1;
Symbol 114 Button
on (keyPress "f") {
if (_root.granatfeuer == 0) {
if (_root.mungra > 0) {
if (_root.tot == 1) {
} else {
_root.granateply = 1;
_root.granate.play();
}
}
}
}
on (keyPress "h") {
_root.saver.play();
}
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 2
_root.granatfeuer = 1;
_root.mungra = _root.mungra - 1;
stop();
Symbol 136 MovieClip Frame 19
_root.granateply = 0;
_root.granatfeuer = 0;
Symbol 136 MovieClip Frame 20
gotoAndStop (1);
Symbol 136 MovieClip Frame 21
stop();
Symbol 137 Button
on (keyPress "<Down>") {
_root.slug.gotoAndPlay("marco_crouch");
}
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay("marco_shotgun");
}
}
}
on (keyPress "d") {
_root.slug.gotoAndPlay("marco_messer");
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay("marco_machinegun");
}
}
}
on (keyPress "g") {
_root.slug.gotoAndPlay("marco_die2");
}
on (keyPress "<Space>") {
_root.slug.gotoAndPlay("marco_jump");
}
Symbol 152 Button
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.fire11 = 1;
_root.fire1.play();
}
}
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.mfire.play();
}
}
}
Symbol 165 Button
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.fire1.play();
_root.fire11 = 1;
}
}
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.mfire.play();
}
}
}
Symbol 170 Button
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay("marco_shotgun");
}
}
}
on (keyPress "<Space>") {
_root.slug.gotoAndPlay("marco_jump");
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay("marco_machinegun");
}
}
}
Symbol 177 Button
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay("marco_shotgun");
}
}
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay("marco_machinegun");
}
}
}
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 35
stop();
Symbol 193 MovieClip Frame 70
_root.gotoAndStop("intro");
Symbol 214 Button
on (keyPress "<Down>") {
_root.slug.gotoAndPlay("walter_crouch");
}
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay("walter_shotgun");
}
}
}
on (keyPress "d") {
_root.slug.gotoAndPlay("walter_knife");
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay("walter_machinegun");
}
}
}
on (keyPress "g") {
_root.slug.gotoAndPlay("walter_die1");
}
on (keyPress "<Space>") {
_root.slug.gotoAndPlay("walter_jump");
}
Symbol 235 Button
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay("walter_shotgun");
}
}
}
on (keyPress "<Space>") {
_root.slug.gotoAndPlay("walter_jump");
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay("walter_machinegun");
}
}
}
Symbol 242 Button
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay("walter_shotgun");
}
}
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay("walter_machinegun");
}
}
}
Symbol 269 MovieClip Frame 1
if (_root.tot == 1) {
_root.tot = 0;
}
Instance of Symbol 138 MovieClip in Symbol 269 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.slug.gotoAndPlay("marco_run");
}
if (Key.isDown(39)) {
_root.slug.gotoAndPlay("marco_run");
}
if (Key.isDown(38)) {
_root.slug.gotoAndPlay("marco_lookup");
}
}
Symbol 269 MovieClip Frame 37
this.gotoAndPlay("marco_idle");
Symbol 269 MovieClip Frame 38
_root.stand = 0;
_root.fire1.play();
Symbol 269 MovieClip Frame 43
_root.stand = 1;
Instance of Symbol 138 MovieClip in Symbol 269 MovieClip Frame 43
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.slug.gotoAndPlay("marco_run");
}
if (Key.isDown(39)) {
_root.slug.gotoAndPlay("marco_run");
}
if (Key.isDown(38)) {
_root.slug.gotoAndPlay("marco_lookup");
}
}
Symbol 269 MovieClip Frame 56
this.gotoAndPlay("marco_idle");
Symbol 269 MovieClip Frame 57
_root.blickrichtung = 1;
_root.stand = 0;
Symbol 269 MovieClip Frame 59
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
this.gotoAndPlay("marco_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 61
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
this.gotoAndPlay("marco_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 63
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
this.gotoAndPlay("marco_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 65
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
this.gotoAndPlay("marco_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 68
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
this.gotoAndPlay("marco_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 70
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
this.gotoAndPlay("marco_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 72
if (Key.isDown(40)) {
gotoAndPlay (57);
} else {
this.gotoAndPlay("marco_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 73
_root.fire2.play();
_root.stand = 0;
Symbol 269 MovieClip Frame 82
_root.stand = 1;
this.gotoAndPlay("marco_idle");
Symbol 269 MovieClip Frame 83
_root.stand = 0;
_root.mfire.play();
Symbol 269 MovieClip Frame 91
_root.stand = 1;
this.gotoAndPlay("marco_idle");
Symbol 269 MovieClip Frame 98
_root.stand = 1;
this.gotoAndPlay("marco_idle");
Symbol 269 MovieClip Frame 99
_root.blickrichtung = 2;
_root.stand = 0;
Symbol 269 MovieClip Frame 102
if (Key.isDown(38)) {
} else {
this.gotoAndPlay("marco_idle");
_root.blickrichtung = 0;
_root.stand = 1;
}
Symbol 269 MovieClip Frame 106
if (Key.isDown(38)) {
} else {
this.gotoAndPlay("marco_idle");
_root.blickrichtung = 0;
_root.stand = 1;
}
Symbol 269 MovieClip Frame 110
if (Key.isDown(38)) {
this.gotoAndPlay("marco_lookup");
} else {
this.gotoAndPlay("marco_idle");
_root.blickrichtung = 0;
_root.stand = 1;
}
Symbol 269 MovieClip Frame 113
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
this.gotoAndPlay("marco_idle");
}
Symbol 269 MovieClip Frame 116
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
this.gotoAndPlay("marco_idle");
}
Symbol 269 MovieClip Frame 119
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
this.gotoAndPlay("marco_idle");
}
Symbol 269 MovieClip Frame 122
if (Key.isDown(37)) {
this.gotoAndPlay("marco_run");
} else if (Key.isDown(39)) {
this.gotoAndPlay("marco_run");
} else {
this.gotoAndPlay("marco_idle");
}
Symbol 269 MovieClip Frame 123
_root.tot = 1;
gotoAndPlay (146);
_root.stand = 0;
Symbol 269 MovieClip Frame 136
_root.stand = 1;
_root.energie = _root.energie - 10;
this.gotoAndPlay("marco_idle");
Symbol 269 MovieClip Frame 145
if (_root.ground.boden.hitTest(this._x, this._y + 46, true)) {
this.gotoAndPlay("marco_idle");
} else if (_root.ground.boden.hitTest(this._x, this._y + 30, true)) {
this.gotoAndPlay("marco_idle");
} else {
this.gotoAndPlay("marco_rejump");
}
Symbol 269 MovieClip Frame 146
_root.energie = _root.energie - 25;
_root.tot = 1;
_root.stand = 0;
Symbol 269 MovieClip Frame 194
if (_root.energie >= 1) {
} else {
stop();
this.gameover.play();
}
Instance of Symbol 193 MovieClip "gameover" in Symbol 269 MovieClip Frame 194
onClipEvent (enterFrame) {
if (_root.energie >= 1) {
} else {
this.play();
}
if (_root.slug._xscale == 75) {
this._xscale = 100;
}
if (_root.slug._xscale == -75) {
this._xscale = -100;
}
}
Symbol 269 MovieClip Frame 231
_root.stand = 1;
_root.blickrichtung = 0;
_root.tot = 3;
_root.saver.gotoAndPlay(160);
this.gotoAndPlay("marco_idle");
Symbol 269 MovieClip Frame 253
if (_root.tot == 1) {
_root.tot = 0;
}
Instance of Symbol 138 MovieClip in Symbol 269 MovieClip Frame 253
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.slug.gotoAndPlay("walter_run");
}
if (Key.isDown(39)) {
_root.slug.gotoAndPlay("walter_run");
}
if (Key.isDown(38)) {
_root.slug.gotoAndPlay("walter_lookup");
}
}
Symbol 269 MovieClip Frame 283
this.gotoAndPlay("walter_idle");
Symbol 269 MovieClip Frame 284
_root.stand = 0;
_root.fire1.play();
Symbol 269 MovieClip Frame 291
_root.stand = 1;
Instance of Symbol 138 MovieClip in Symbol 269 MovieClip Frame 291
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.slug.gotoAndPlay("walter_run");
}
if (Key.isDown(39)) {
_root.slug.gotoAndPlay("walter_run");
}
if (Key.isDown(38)) {
_root.slug.gotoAndPlay("walter_lookup");
}
}
Symbol 269 MovieClip Frame 303
this.gotoAndPlay("walter_idle");
Symbol 269 MovieClip Frame 304
_root.blickrichtung = 1;
_root.stand = 0;
Symbol 269 MovieClip Frame 306
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
this.gotoAndPlay("walter_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 308
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
this.gotoAndPlay("walter_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 310
if (Key.isDown(40)) {
this.gotoAndPlay("walter_crouch");
} else if (_root.fire11 == 0) {
this.gotoAndPlay("walter_idle");
_root.stand = 1;
_root.blickrichtung = 0;
}
Symbol 269 MovieClip Frame 311
_root.fire2.play();
_root.stand = 0;
Symbol 269 MovieClip Frame 320
_root.stand = 1;
this.gotoAndPlay("walter_idle");
Symbol 269 MovieClip Frame 321
_root.stand = 0;
_root.mfire.play();
Symbol 269 MovieClip Frame 330
_root.stand = 1;
this.gotoAndPlay("walter_idle");
Symbol 269 MovieClip Frame 337
_root.blickrichtung = 2;
_root.stand = 0;
Symbol 269 MovieClip Frame 340
if (Key.isDown(38)) {
} else {
this.gotoAndPlay("walter_idle");
_root.blickrichtung = 0;
_root.stand = 1;
}
Symbol 269 MovieClip Frame 344
if (Key.isDown(38)) {
} else {
this.gotoAndPlay("walter_idle");
_root.blickrichtung = 0;
_root.stand = 1;
}
Symbol 269 MovieClip Frame 348
if (Key.isDown(38)) {
this.gotoAndPlay("walter_lookup");
} else {
this.gotoAndPlay("walter_idle");
_root.blickrichtung = 0;
_root.stand = 1;
}
Symbol 269 MovieClip Frame 351
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
this.gotoAndPlay("walter_idle");
}
Symbol 269 MovieClip Frame 354
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
this.gotoAndPlay("walter_idle");
}
Symbol 269 MovieClip Frame 357
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
this.gotoAndPlay("walter_idle");
}
Symbol 269 MovieClip Frame 360
if (Key.isDown(37)) {
this.gotoAndPlay("walter_run");
} else if (Key.isDown(39)) {
this.gotoAndPlay("walter_run");
} else {
this.gotoAndPlay("walter_idle");
}
Symbol 269 MovieClip Frame 369
if (_root.ground.boden.hitTest(this._x, this._y + 46, true)) {
this.gotoAndPlay("walter_idle");
} else if (_root.ground.boden.hitTest(this._x, this._y + 30, true)) {
this.gotoAndPlay("walter_idle");
} else {
this.gotoAndPlay("walter_rejump");
}
Symbol 269 MovieClip Frame 370
_root.energie = _root.energie - 10;
_root.tot = 1;
_root.stand = 0;
Symbol 269 MovieClip Frame 454
_root.stand = 1;
_root.blickrichtung = 0;
_root.tot = 3;
_root.saver.gotoAndPlay(160);
this.gotoAndPlay("walter_idle");
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 2
stop();
Instance of Symbol 271 MovieClip "mush1" in Symbol 273 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(2);
_root.ground.box.pilz.play();
_root.sound.play();
}
}
Symbol 285 MovieClip Frame 1
this._xscale = 100 + random(20);
this._x = (this._x - 10) + random(21);
Symbol 285 MovieClip Frame 60
stop();
Instance of Symbol 118 MovieClip in Symbol 287 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitbox.hitTest(_parent)) {
if (_parent.hit < 2) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
}
if (_root.mfire.hitTest(_parent)) {
_root.mfire.gotoAndStop(1);
_parent.gotoAndPlay(_parent.sterbeframe);
}
}
if (_parent.hit == 1) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe2);
_parent.hit = 2;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe2);
_parent.hit = 2;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe2);
_parent.hit = 2;
}
if (_root.mfire.hitTest(_parent)) {
_root.mfire.gotoAndStop(1);
_parent.gotoAndPlay(_parent.sterbeframe2);
_parent.hit = 2;
}
}
if (_parent.hit < 2) {
if (_parent.schritte > 0) {
_parent._xscale = 100;
_parent._x = _parent._x - _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
} else if (_parent.schritte <= 0) {
_parent._xscale = -100;
_parent._x = _parent._x + _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
if (_parent.hit == 2) {
} else if (_parent.schritte < ((-_parent.schrittstart) + 1)) {
_parent.schritte = _parent.schrittstart;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_parent.hit == 0) {
if (_parent._currentframe > 6) {
_parent._alpha = 20;
}
} else {
_parent._alpha = 100;
}
}
Instance of Symbol 118 MovieClip in Symbol 287 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 2) {
_parent.gotoAndStop(13);
}
}
Symbol 287 MovieClip Frame 6
gotoAndPlay (1);
if (_parent.hit == 2) {
gotoAndStop (13);
} else {
gotoAndPlay (1);
}
Symbol 287 MovieClip Frame 9
this.hit = 1;
Symbol 287 MovieClip Frame 12
if (_parent.hit == 2) {
gotoAndStop (13);
} else {
gotoAndPlay (7);
}
Symbol 287 MovieClip Frame 13
stop();
Instance of Symbol 118 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitbox.hitTest(_parent)) {
if (_parent.hit < 1) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
}
if (_parent.hit < 1) {
if (_parent.schritte > 0) {
_parent._xscale = 100;
_parent._x = _parent._x - _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
} else if (_parent.schritte <= 0) {
_parent._xscale = -100;
_parent._x = _parent._x + _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
if (_parent.hit == 1) {
} else if (_parent.schritte < ((-_parent.schrittstart) + 1)) {
_parent.schritte = _parent.schrittstart;
}
}
}
}
}
Instance of Symbol 118 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(11);
}
}
Symbol 296 MovieClip Frame 10
gotoAndPlay (1);
Symbol 296 MovieClip Frame 15
stop();
Instance of Symbol 118 MovieClip in Symbol 303 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
}
if (_parent.hit < 1) {
if (_parent.schritte > 0) {
_parent._xscale = 100;
_parent._x = _parent._x - _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
} else if (_parent.schritte <= 0) {
_parent._xscale = -100;
_parent._x = _parent._x + _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
if (_parent.hit == 1) {
} else if (_parent.schritte < ((-_parent.schrittstart) + 1)) {
_parent.schritte = _parent.schrittstart;
}
}
}
}
}
Instance of Symbol 118 MovieClip in Symbol 303 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(9);
}
}
Symbol 303 MovieClip Frame 8
gotoAndPlay (1);
Symbol 303 MovieClip Frame 13
stop();
Instance of Symbol 118 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitbox.hitTest(_parent)) {
if (_parent.hit < 1) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
}
if (_parent.hit < 1) {
if (_parent.schritte > 0) {
_parent._xscale = 100;
_parent._x = _parent._x - _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
} else if (_parent.schritte <= 0) {
_parent._xscale = -100;
_parent._x = _parent._x + _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
if (_parent.hit == 1) {
} else if (_parent.schritte < ((-_parent.schrittstart) + 1)) {
_parent.schritte = _parent.schrittstart;
}
}
}
}
}
Instance of Symbol 118 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(41);
}
}
Symbol 326 MovieClip Frame 40
gotoAndPlay (1);
Symbol 326 MovieClip Frame 47
stop();
Instance of Symbol 118 MovieClip in Symbol 337 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitbox.hitTest(_parent)) {
if (_parent.hit < 1) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
}
if (_parent.hit < 1) {
if (_parent.schritte > 0) {
_parent._xscale = 100;
_parent._x = _parent._x - _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
} else if (_parent.schritte <= 0) {
_parent._xscale = -100;
_parent._x = _parent._x + _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
if (_parent.hit == 1) {
} else if (_parent.schritte < ((-_parent.schrittstart) + 1)) {
_parent.schritte = _parent.schrittstart;
}
}
}
}
}
Instance of Symbol 118 MovieClip in Symbol 337 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(15);
}
}
Symbol 337 MovieClip Frame 14
gotoAndPlay (1);
Symbol 337 MovieClip Frame 23
stop();
Instance of Symbol 118 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitbox.hitTest(_parent)) {
if (_parent.hit < 1) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
}
if (_parent.hit < 1) {
if (_parent.schritte > 0) {
_parent._xscale = 100;
_parent._x = _parent._x - _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
} else if (_parent.schritte <= 0) {
_parent._xscale = -100;
_parent._x = _parent._x + _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
if (_parent.hit == 1) {
} else if (_parent.schritte < ((-_parent.schrittstart) + 1)) {
_parent.schritte = _parent.schrittstart;
}
}
}
}
}
Instance of Symbol 118 MovieClip in Symbol 343 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(9);
}
}
Symbol 343 MovieClip Frame 8
gotoAndPlay (1);
Symbol 343 MovieClip Frame 14
stop();
Instance of Symbol 118 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
}
if (_parent.hit < 1) {
if (_parent.schritte > 0) {
_parent._xscale = 100;
_parent._x = _parent._x - _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
} else if (_parent.schritte <= 0) {
_parent._xscale = -100;
_parent._x = _parent._x + _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
if (_parent.hit == 1) {
} else if (_parent.schritte < ((-_parent.schrittstart) + 1)) {
_parent.schritte = _parent.schrittstart;
}
}
}
}
}
Instance of Symbol 118 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(13);
}
}
Symbol 348 MovieClip Frame 12
gotoAndPlay (1);
Symbol 348 MovieClip Frame 20
stop();
Instance of Symbol 118 MovieClip in Symbol 354 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
}
}
}
Instance of Symbol 118 MovieClip in Symbol 354 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(7);
}
}
Symbol 354 MovieClip Frame 6
gotoAndPlay (1);
Symbol 354 MovieClip Frame 70
this.hit = 0;
Symbol 354 MovieClip Frame 80
this.hit = 0;
gotoAndPlay (1);
Instance of Symbol 118 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
if (_root.tot == 0) {
if (_root.character == 1) {
_root.slug.gotoAndPlay("marco_die2");
}
if (_root.character == 2) {
_root.slug.gotoAndPlay("walter_die1");
}
}
}
}
if (_parent.hit == 0) {
if (_root.fire1.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(_parent)) {
_parent.gotoAndPlay(_parent.sterbeframe);
_parent.hit = 1;
}
}
if (_parent.hit < 1) {
if (_parent.schritte > 0) {
_parent._xscale = 100;
_parent._x = _parent._x - _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
} else if (_parent.schritte <= 0) {
_parent._xscale = -100;
_parent._x = _parent._x + _parent.schrittgeschw;
_parent.schritte = _parent.schritte - 1;
if (_parent.hit == 1) {
} else if (_parent.schritte < ((-_parent.schrittstart) + 1)) {
_parent.schritte = _parent.schrittstart;
}
}
}
}
}
Instance of Symbol 118 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndStop(25);
}
}
Symbol 365 MovieClip Frame 24
gotoAndPlay (1);
Symbol 365 MovieClip Frame 25
stop();
Instance of Symbol 287 MovieClip "womp81" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp85" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 70;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp89" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 80;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp8" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 90;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp7" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 100;
this.schritte = this.schrittstart;
}
Instance of Symbol 296 MovieClip "koop_green1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 30;
this.schritte = this.schrittstart;
}
Instance of Symbol 303 MovieClip in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1;
this.sterbeframe = 9;
this.schrittstart = 300;
this.schritte = this.schrittstart;
}
Instance of Symbol 326 MovieClip "guy_stelz1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1;
this.sterbeframe = 41;
this.schrittstart = 120;
this.schritte = this.schrittstart;
}
Instance of Symbol 337 MovieClip "nguy1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 15;
this.schrittstart = 100;
this.schritte = this.schrittstart;
}
Instance of Symbol 343 MovieClip "flycopter1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 9;
this.schrittstart = 120;
this.schritte = this.schrittstart;
}
Instance of Symbol 348 MovieClip "gomba2" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 13;
this.schrittstart = 84;
this.schritte = this.schrittstart;
}
Instance of Symbol 354 MovieClip "plant1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.sterbeframe = 7;
}
Instance of Symbol 365 MovieClip "koopa_red1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1.5;
this.sterbeframe = 25;
this.schrittstart = 45;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp1" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 160;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp2" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 160;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp3" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 160;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp4" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 240;
this.schritte = this.schrittstart;
}
Instance of Symbol 287 MovieClip "womp5" in Symbol 367 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 200;
this.schritte = this.schrittstart;
}
Symbol 370 MovieClip Frame 1
stop();
Symbol 370 MovieClip Frame 2
stop();
Symbol 370 MovieClip Frame 3
gotoAndPlay (2);
Symbol 375 MovieClip Frame 1
stop();
Instance of Symbol 375 MovieClip "pilz" in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitbox.hitTest(this)) {
this.gotoAndStop(1);
_root.pilz = _root.pilz + 1;
_root.sound.play();
}
}
Symbol 391 MovieClip Frame 1
stop();
Instance of Symbol 118 MovieClip in Symbol 391 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitbox.hitTest(this)) {
_parent.play();
}
}
Symbol 391 MovieClip Frame 25
stop();
Symbol 391 MovieClip Frame 26
gotoAndStop (25);
Instance of Symbol 370 MovieClip "df" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
if (Key.isDown(40)) {
_root.slug._x = _root.slug._x - 0;
_root.ground._x = _root.ground._x - 900;
_root.slug._y = _root.slug._y - 50;
}
}
}
Instance of Symbol 370 MovieClip "ad" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
if (Key.isDown(40)) {
_root.slug._x = _root.slug._x - 0;
_root.ground._x = _root.ground._x + 900;
_root.slug._y = _root.slug._y - 50;
}
}
}
Instance of Symbol 372 MovieClip "door1" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
_root.play();
}
}
Instance of Symbol 62 MovieClip "yoshimunz" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(7);
_root.sound.play();
}
}
Instance of Symbol 372 MovieClip "door1" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
_root.gotoAndStop("compled");
}
}
Instance of Symbol 62 MovieClip "yoshimunz" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(7);
_root.sound.play();
}
}
Instance of Symbol 67 MovieClip "munze3" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 67 MovieClip "munze2" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 67 MovieClip "munze1" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 391 MovieClip "halflevel" in Symbol 394 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.play();
}
}
Symbol 400 Button
on (release) {
stopAllSounds();
gotoAndStop (2);
}