Frame 1
_root.secretlevel = 0;
Instance of Symbol 22 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._x = _root.breite * 2;
play();
}
Instance of Symbol 44 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._x = 200 - _root.breite;
}
Frame 2
stop();
Instance of Symbol 56 MovieClip in Frame 2
onClipEvent (load) {
if (_root.secretlevel == 0) {
this._y = -500;
}
}
Frame 3
fc = (ofc = 0);
createEmptyMovieClip("PIE", 9999);
PIE.onEnterFrame = function () {
_root.fc++;
};
ping = setInterval(function () {
_root.gumboot = fc - ofc;
ofc = fc;
}, 1000);
stop();
_root.munz = 0;
_root.yoshmunz = 0;
sprung = 1;
stand = 1;
_root.fire11 = 0;
_root.mfire1 = 0;
_root.granatfeuer = 0;
_root.munmachine = 30;
_root.munshot = 20;
_root.mungra = 25;
_root.energie = 100;
Instance of Symbol 141 MovieClip "mfire" in Frame 3
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 144 MovieClip "fire2" in Frame 3
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 157 MovieClip "fire1" in Frame 3
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 161 MovieClip in Frame 3
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 (Key.isDown(40)) {
_root.fire1._x = _root.slug._x;
_root.fire1._y = _root.slug._y + 30;
} else {
_root.fire1._x = _root.slug._x;
_root.fire1._y = _root.slug._y;
}
}
if (_root.mfire1 == 0) {
if (Key.isDown(40)) {
_root.mfire._x = _root.slug._x;
_root.mfire._y = _root.slug._y + 20;
} else {
_root.mfire._x = _root.slug._x;
_root.mfire._y = _root.slug._y;
}
}
}
Instance of Symbol 180 MovieClip "granate" in Frame 3
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 254 MovieClip "slug" in Frame 3
onClipEvent (enterFrame) {
if (_root.slug._y >= 430) {
_root.gotoAndStop("lost");
}
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 (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;
}
}
}
}
}
Frame 4
fc = (ofc = 0);
createEmptyMovieClip("PIE", 9999);
PIE.onEnterFrame = function () {
_root.fc++;
};
ping = setInterval(function () {
_root.gumboot = fc - ofc;
ofc = fc;
}, 1000);
stop();
_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;
Instance of Symbol 141 MovieClip "mfire" in Frame 4
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 144 MovieClip "fire2" in Frame 4
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 157 MovieClip "fire1" in Frame 4
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 161 MovieClip in Frame 4
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 (Key.isDown(40)) {
_root.fire1._x = _root.slug._x;
_root.fire1._y = _root.slug._y + 30;
} else {
_root.fire1._x = _root.slug._x;
_root.fire1._y = _root.slug._y;
}
}
if (_root.mfire1 == 0) {
if (Key.isDown(40)) {
_root.mfire._x = _root.slug._x;
_root.mfire._y = _root.slug._y + 20;
} else {
_root.mfire._x = _root.slug._x;
_root.mfire._y = _root.slug._y;
}
}
}
Instance of Symbol 180 MovieClip "granate" in Frame 4
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 254 MovieClip "slug" in Frame 4
onClipEvent (enterFrame) {
if (_root.slug._y >= 430) {
_root.gotoAndStop("lost");
}
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 (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;
}
}
}
}
}
Frame 5
gotoAndStop (4);
Frame 6
_root.secretlevel = 1;
stop();
Frame 7
gotoAndStop (6);
Frame 45
_root.secretlevel = 1;
_root.gotoAndStop("level10");
Frame 46
stopAllSounds();
stop();
Symbol 31 Button
on (release) {
_root.play();
}
Symbol 32 MovieClip Frame 1
_root.stop();
_root.breite = PercentLoaded;
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 32 MovieClip Frame 2
gotoAndPlay (1);
Symbol 36 MovieClip Frame 2
bytesLoaded = _root.getBytesLoaded();
bytesTotal = _root.getBytesTotal();
loadText = ((Math.round(bytesLoaded / 1024) + "Kb of ") + Math.round(bytesTotal / 1024)) + "Kb loaded...";
Symbol 49 MovieClip Frame 1
stopAllSounds();
Symbol 55 Button
on (release) {
_root.gotoAndPlay("secret");
}
Instance of Symbol 76 MovieClip in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(9);
}
}
Symbol 82 MovieClip Frame 8
gotoAndPlay (1);
Symbol 82 MovieClip Frame 14
stop();
Symbol 88 Button
on (release) {
_root.gotoAndStop("level7");
}
Symbol 92 MovieClip Frame 1
stopAllSounds();
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
stop();
Symbol 96 MovieClip Frame 3
stop();
Symbol 99 Button
on (release) {
_root.tileset.play();
}
Symbol 110 MovieClip Frame 6
gotoAndPlay (1);
Symbol 110 MovieClip Frame 7
stop();
_root.yoshmunz = _root.yoshmunz + 1;
Symbol 115 MovieClip Frame 8
gotoAndPlay (1);
Symbol 115 MovieClip Frame 9
stop();
_root.munz = _root.munz + 1;
Symbol 119 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 2
stop();
Symbol 125 MovieClip Frame 3
stop();
Symbol 131 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 125 MovieClip in Symbol 133 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.energie >= 0) {
this._xscale = _root.energie;
} else {
_root.gotoAndStop("lost");
}
}
onClipEvent (enterFrame) {
if (_root.energie >= 75) {
this.gotoAndStop(1);
} else if (_root.energie >= 25) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
Symbol 134 Button
on (release) {
_root.ground.front._alpha = 100;
}
Symbol 135 Button
on (release) {
_root.ground.front._alpha = 0;
}
Symbol 136 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 137 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 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 2
gotoAndStop (1);
Symbol 141 MovieClip Frame 1
_root.mfire1 = 0;
stop();
Symbol 141 MovieClip Frame 2
_root.munmachine = _root.munmachine - 1;
_root.mfire1 = 1;
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
_root.stand = 0;
Symbol 144 MovieClip Frame 9
_root.stand = 1;
_root.slug.gotoAndStop(1);
Symbol 157 MovieClip Frame 1
_root.fire11 = 0;
stop();
Symbol 157 MovieClip Frame 2
_root.munshot = _root.munshot - 1;
_root.fire11 = 1;
Symbol 159 Button
on (keyPress "f") {
if (_root.granatfeuer == 0) {
if (_root.mungra > 0) {
_root.granateply = 1;
_root.granate.play();
}
}
}
Symbol 180 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 2
_root.granatfeuer = 1;
_root.mungra = _root.mungra - 1;
stop();
Symbol 180 MovieClip Frame 19
_root.granateply = 0;
_root.granatfeuer = 0;
Symbol 180 MovieClip Frame 20
gotoAndStop (1);
Symbol 180 MovieClip Frame 21
stop();
Symbol 181 Button
on (keyPress "<Down>") {
_root.slug.gotoAndPlay(57);
}
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay(38);
}
}
}
on (keyPress "d") {
_root.slug.gotoAndPlay(73);
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay(83);
}
}
}
on (keyPress "g") {
_root.slug.gotoAndPlay(123);
}
on (keyPress "q") {
_root.slug.gotoAndPlay(137);
}
on (keyPress "<Space>") {
_root.slug.gotoAndPlay(141);
}
on (keyPress "w") {
_root.slug.gotoAndPlay(150);
}
Symbol 196 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 214 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 219 Button
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay(38);
}
}
}
on (keyPress "<Space>") {
_root.slug.gotoAndPlay(141);
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay(83);
}
}
}
Symbol 229 Button
on (keyPress "a") {
if (_root.fire11 == 0) {
if (_root.munshot > 0) {
_root.slug.gotoAndPlay(38);
}
}
}
on (keyPress "s") {
if (_root.mfire1 == 0) {
if (_root.munmachine > 0) {
_root.slug.gotoAndPlay(83);
}
}
}
Instance of Symbol 161 MovieClip in Symbol 254 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.slug.gotoAndPlay(111);
}
if (Key.isDown(39)) {
_root.slug.gotoAndPlay(111);
}
if (Key.isDown(38)) {
_root.slug.gotoAndPlay(99);
}
}
Symbol 254 MovieClip Frame 37
gotoAndPlay (1);
Symbol 254 MovieClip Frame 38
_root.stand = 0;
_root.fire1.play();
Symbol 254 MovieClip Frame 43
_root.stand = 1;
Instance of Symbol 161 MovieClip in Symbol 254 MovieClip Frame 43
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_root.slug.gotoAndPlay(111);
}
if (Key.isDown(39)) {
_root.slug.gotoAndPlay(111);
}
if (Key.isDown(38)) {
_root.slug.gotoAndPlay(99);
}
}
Symbol 254 MovieClip Frame 56
gotoAndPlay (1);
Symbol 254 MovieClip Frame 57
_root.stand = 0;
Symbol 254 MovieClip Frame 59
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 254 MovieClip Frame 61
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 254 MovieClip Frame 65
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 254 MovieClip Frame 68
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 254 MovieClip Frame 70
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 254 MovieClip Frame 72
if (Key.isDown(40)) {
gotoAndPlay (57);
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
} else {
gotoAndPlay (57);
}
Symbol 254 MovieClip Frame 73
_root.fire2.play();
_root.stand = 0;
Symbol 254 MovieClip Frame 82
_root.stand = 1;
gotoAndPlay (1);
Symbol 254 MovieClip Frame 83
_root.stand = 0;
_root.mfire.play();
Symbol 254 MovieClip Frame 98
_root.stand = 1;
gotoAndPlay (1);
Symbol 254 MovieClip Frame 99
_root.stand = 0;
Symbol 254 MovieClip Frame 104
if (Key.isDown(38)) {
} else {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 254 MovieClip Frame 110
if (Key.isDown(38)) {
_root.slug.gotoAndPlay(99);
} else {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 254 MovieClip Frame 113
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
gotoAndPlay (1);
}
Symbol 254 MovieClip Frame 116
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
gotoAndPlay (1);
}
Symbol 254 MovieClip Frame 119
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
gotoAndPlay (1);
}
Symbol 254 MovieClip Frame 122
if (Key.isDown(37)) {
_root.slug.gotoAndPlay(111);
} else if (Key.isDown(39)) {
_root.slug.gotoAndPlay(111);
} else {
gotoAndPlay (1);
}
Symbol 254 MovieClip Frame 136
_root.energie = _root.energie - 10;
gotoAndPlay (1);
Symbol 254 MovieClip Frame 140
gotoAndPlay (1);
Symbol 254 MovieClip Frame 149
if (_root.ground.boden.hitTest(this._x, this._y + 46, true)) {
gotoAndPlay (1);
} else if (_root.ground.boden.hitTest(this._x, this._y + 30, true)) {
gotoAndPlay (1);
} else {
gotoAndPlay (147);
}
Symbol 254 MovieClip Frame 199
gotoAndPlay (1);
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 11
_root.munshot = _root.munshot + 10;
Symbol 262 MovieClip Frame 13
stop();
Symbol 265 MovieClip Frame 1
stop();
Instance of Symbol 265 MovieClip "pilz" in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(1);
_root.pilz = _root.pilz + 1;
_root.sound.play();
}
}
Instance of Symbol 76 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndStop(25);
}
}
Symbol 296 MovieClip Frame 24
gotoAndPlay (1);
Symbol 296 MovieClip Frame 25
stop();
Symbol 321 MovieClip Frame 1
this._xscale = 100 + random(20);
this._x = (this._x - 10) + random(21);
Symbol 321 MovieClip Frame 60
stop();
Instance of Symbol 76 MovieClip in Symbol 323 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 323 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(25);
}
}
Symbol 323 MovieClip Frame 24
gotoAndPlay (1);
Symbol 323 MovieClip Frame 31
stop();
Instance of Symbol 76 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(13);
}
}
Symbol 330 MovieClip Frame 12
gotoAndPlay (1);
Symbol 330 MovieClip Frame 25
stop();
Instance of Symbol 76 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 336 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(9);
}
}
Symbol 336 MovieClip Frame 8
gotoAndPlay (1);
Symbol 336 MovieClip Frame 19
stop();
Instance of Symbol 76 MovieClip in Symbol 342 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 2) {
_root.slug.gotoAndPlay(123);
}
}
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)) {
_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)) {
_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;
}
}
}
}
}
Instance of Symbol 76 MovieClip in Symbol 342 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 2) {
_parent.gotoAndStop(13);
}
}
Symbol 342 MovieClip Frame 6
gotoAndPlay (1);
if (_parent.hit == 2) {
gotoAndStop (13);
} else {
gotoAndPlay (1);
}
Symbol 342 MovieClip Frame 9
this.hit = 1;
Symbol 342 MovieClip Frame 12
if (_parent.hit == 2) {
gotoAndStop (13);
} else {
gotoAndPlay (7);
}
Symbol 342 MovieClip Frame 13
stop();
Instance of Symbol 76 MovieClip in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(15);
}
}
Symbol 353 MovieClip Frame 14
gotoAndPlay (1);
Symbol 353 MovieClip Frame 23
stop();
Instance of Symbol 76 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(41);
}
}
Symbol 376 MovieClip Frame 40
gotoAndPlay (1);
Symbol 376 MovieClip Frame 47
stop();
Instance of Symbol 76 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(57);
}
}
Instance of Symbol 76 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (load) {
this.sterbeframe = "tod";
}
onClipEvent (enterFrame) {
if (_parent.hit == 0) {
if (_root.fire1.hitTest(this)) {
_parent.gotoAndPlay(this.sterbeframe);
_parent.hit = 1;
}
if (_root.granate.explo.hitTest(this)) {
_parent.gotoAndPlay(this.sterbeframe);
_parent.hit = 1;
}
if (_root.fire2.hitTest(this)) {
_parent.gotoAndPlay(this.sterbeframe);
_parent.hit = 1;
}
if (_root.mfire.hitTest(this)) {
_parent.gotoAndPlay(this.sterbeframe);
_parent.hit = 1;
}
}
}
Instance of Symbol 380 MovieClip in Symbol 385 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
}
Symbol 385 MovieClip Frame 45
gotoAndPlay (1);
Symbol 385 MovieClip Frame 64
stop();
Instance of Symbol 262 MovieClip "sho1" in Symbol 385 MovieClip Frame 64
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.play();
}
}
Instance of Symbol 76 MovieClip in Symbol 390 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 390 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(11);
}
}
Symbol 390 MovieClip Frame 10
gotoAndPlay (1);
Symbol 390 MovieClip Frame 15
stop();
Instance of Symbol 296 MovieClip "burner_guy1" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1;
this.sterbeframe = 25;
this.schrittstart = 80;
this.schritte = this.schrittstart;
}
Instance of Symbol 82 MovieClip "flycopter12" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 9;
this.schrittstart = 200;
this.schritte = this.schrittstart;
}
Instance of Symbol 323 MovieClip "fatguy3" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 25;
this.schrittstart = 416;
this.schritte = this.schrittstart;
}
Instance of Symbol 323 MovieClip "fatguy2" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 25;
this.schrittstart = 246;
this.schritte = this.schrittstart;
}
Instance of Symbol 330 MovieClip "pokey2" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 13;
this.schrittstart = 250;
this.schritte = this.schrittstart;
}
Instance of Symbol 336 MovieClip "monter" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 9;
this.schrittstart = 120;
this.schritte = this.schrittstart;
}
Instance of Symbol 342 MovieClip "womp3" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 250;
this.schritte = this.schrittstart;
}
Instance of Symbol 342 MovieClip "womp1" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 7;
this.sterbeframe2 = 13;
this.schrittstart = 150;
this.schritte = this.schrittstart;
}
Instance of Symbol 323 MovieClip "fatguy1" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 25;
this.schrittstart = 580;
this.schritte = this.schrittstart;
}
Instance of Symbol 342 MovieClip "womp2" in Symbol 402 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;
}
Instance of Symbol 82 MovieClip "flycopter2" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 9;
this.schrittstart = 125;
this.schritte = this.schrittstart;
}
Instance of Symbol 82 MovieClip "flycopter1" in Symbol 402 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 353 MovieClip "nguy2" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 15;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 376 MovieClip "guy_stelz2" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1;
this.sterbeframe = 41;
this.schrittstart = 186;
this.schritte = this.schrittstart;
}
Instance of Symbol 376 MovieClip "guy_stelz1" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1;
this.sterbeframe = 41;
this.schrittstart = 370;
this.schritte = this.schrittstart;
}
Instance of Symbol 353 MovieClip "nguy1" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 15;
this.schrittstart = 32;
this.schritte = this.schrittstart;
}
Instance of Symbol 82 MovieClip "flycopter3" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 9;
this.schrittstart = 140;
this.schritte = this.schrittstart;
}
Instance of Symbol 385 MovieClip in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 0;
this.hit = 0;
this._xscale = -100;
}
Instance of Symbol 390 MovieClip "koop_green2" in Symbol 402 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 11;
this.schrittstart = 48;
this.schritte = this.schrittstart;
}
Instance of Symbol 393 MovieClip in Symbol 402 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this._y = this._y + 1;
}
}
Symbol 415 MovieClip Frame 1
stop();
Symbol 415 MovieClip Frame 25
stop();
Symbol 415 MovieClip Frame 26
gotoAndStop (25);
Instance of Symbol 262 MovieClip "sho3" in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.play();
}
}
Instance of Symbol 268 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.pilz.play();
}
}
Instance of Symbol 404 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
_root.gotoAndStop("won");
}
}
Instance of Symbol 415 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.play();
}
}
Symbol 440 MovieClip Frame 1
stopAllSounds();
Symbol 441 Button
on (release) {
_root.groundtype = _root.groundtype + 1;
}
Symbol 442 Button
on (release) {
_root.groundtype = _root.groundtype - 1;
}
Instance of Symbol 76 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 477 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndStop(11);
}
}
Symbol 477 MovieClip Frame 10
gotoAndPlay (1);
Symbol 477 MovieClip Frame 11
stop();
Instance of Symbol 76 MovieClip in Symbol 481 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 481 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndStop(11);
}
}
Symbol 481 MovieClip Frame 10
gotoAndPlay (1);
Symbol 481 MovieClip Frame 11
stop();
Instance of Symbol 76 MovieClip in Symbol 486 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 486 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(13);
}
}
Symbol 486 MovieClip Frame 12
gotoAndPlay (1);
Symbol 486 MovieClip Frame 20
stop();
Instance of Symbol 76 MovieClip in Symbol 492 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 492 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(7);
}
}
Symbol 492 MovieClip Frame 6
gotoAndPlay (1);
Symbol 492 MovieClip Frame 70
this.hit = 0;
Symbol 492 MovieClip Frame 80
this.hit = 0;
gotoAndPlay (1);
Instance of Symbol 76 MovieClip in Symbol 500 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 500 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(11);
}
}
Symbol 500 MovieClip Frame 10
gotoAndPlay (1);
Symbol 500 MovieClip Frame 17
stop();
Instance of Symbol 76 MovieClip in Symbol 511 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 511 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndStop(25);
}
}
Symbol 511 MovieClip Frame 24
gotoAndPlay (1);
Symbol 511 MovieClip Frame 25
stop();
Instance of Symbol 76 MovieClip in Symbol 515 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 515 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndStop(11);
}
}
Symbol 515 MovieClip Frame 10
gotoAndPlay (1);
Symbol 515 MovieClip Frame 11
stop();
Instance of Symbol 76 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.actions == 1) {
if (_root.slug.hitTest(_parent)) {
if (_parent.hit < 1) {
_root.slug.gotoAndPlay(123);
}
}
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 76 MovieClip in Symbol 522 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.hit == 1) {
_parent.gotoAndPlay(9);
}
}
Symbol 522 MovieClip Frame 8
gotoAndPlay (1);
Symbol 522 MovieClip Frame 13
stop();
Symbol 532 MovieClip Frame 1
stop();
Instance of Symbol 76 MovieClip in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.groundtype == 2) {
_parent.gotoAndStop(2);
}
if (_root.groundtype == 3) {
_parent.gotoAndStop(3);
}
if (_root.groundtype == 4) {
_parent.gotoAndStop(4);
}
if (_root.groundtype == 4) {
_parent.gotoAndStop(4);
}
if (_root.groundtype == 5) {
_parent.gotoAndStop(5);
}
if (_root.groundtype == 6) {
_parent.gotoAndStop(6);
}
}
Symbol 532 MovieClip Frame 2
stop();
Symbol 532 MovieClip Frame 3
stop();
Symbol 532 MovieClip Frame 4
if (_root.groundtype == 2) {
gotoAndStop (2);
}
if (_root.groundtype == 3) {
gotoAndStop (3);
}
if (_root.groundtype == 4) {
gotoAndStop (4);
}
stop();
Symbol 532 MovieClip Frame 5
stop();
Symbol 532 MovieClip Frame 6
stop();
Symbol 539 MovieClip Frame 1
stop();
Instance of Symbol 76 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.groundtype == 2) {
_parent.gotoAndStop(2);
}
if (_root.groundtype == 3) {
_parent.gotoAndStop(3);
}
if (_root.groundtype == 4) {
_parent.gotoAndStop(4);
}
if (_root.groundtype == 4) {
_parent.gotoAndStop(4);
}
if (_root.groundtype == 5) {
_parent.gotoAndStop(5);
}
if (_root.groundtype == 6) {
_parent.gotoAndStop(6);
}
}
Symbol 539 MovieClip Frame 2
stop();
Symbol 539 MovieClip Frame 3
stop();
Symbol 539 MovieClip Frame 4
stop();
Symbol 539 MovieClip Frame 5
stop();
Symbol 539 MovieClip Frame 6
stop();
Symbol 542 MovieClip Frame 1
stop();
Instance of Symbol 76 MovieClip in Symbol 542 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.fire1.hitTest(this)) {
_parent.play();
}
}
Symbol 542 MovieClip Frame 40
stop();
Symbol 543 MovieClip Frame 1
stop();
Instance of Symbol 76 MovieClip in Symbol 543 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.fire1.hitTest(this)) {
_parent.play();
}
}
Symbol 544 MovieClip Frame 1
stop();
Instance of Symbol 76 MovieClip in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.fire1.hitTest(this)) {
_parent.play();
}
}
Symbol 544 MovieClip Frame 20
stop();
Instance of Symbol 473 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
_root.gotoAndPlay("won");
}
}
Instance of Symbol 477 MovieClip "beetle2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 481 MovieClip "spike 4" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 323 MovieClip "fatguy3" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 25;
this.schrittstart = 50;
this.schritte = this.schrittstart;
}
Instance of Symbol 323 MovieClip "fatguy2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 25;
this.schrittstart = 150;
this.schritte = this.schrittstart;
}
Instance of Symbol 486 MovieClip "gomba5" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 13;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 486 MovieClip "gomba3" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 13;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 330 MovieClip "pokey2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 13;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 336 MovieClip "monter2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 9;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 492 MovieClip "plant2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.sterbeframe = 7;
}
Instance of Symbol 82 MovieClip "flycopter2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 9;
this.schrittstart = 125;
this.schritte = this.schrittstart;
}
Instance of Symbol 82 MovieClip "flycopter1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 3;
this.sterbeframe = 9;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 296 MovieClip "burner_guy2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 25;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 353 MovieClip "nguy3" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 15;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 353 MovieClip "nguy2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 15;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 376 MovieClip "guy_stelz2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1;
this.sterbeframe = 41;
this.schrittstart = 100;
this.schritte = this.schrittstart;
}
Instance of Symbol 500 MovieClip "guy_trib1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 16;
this.schrittstart = 100;
this.schritte = this.schrittstart;
}
Instance of Symbol 511 MovieClip "koopa_red2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1.5;
this.sterbeframe = 25;
this.schrittstart = 50;
this.schritte = this.schrittstart;
}
Instance of Symbol 390 MovieClip "koop_green3" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 390 MovieClip "koop_green1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 120;
this.schritte = this.schrittstart;
}
Instance of Symbol 515 MovieClip "spiney3" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 515 MovieClip "spiney2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 385 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 0;
this.hit = 0;
this._xscale = -100;
}
Instance of Symbol 262 MovieClip "sho3" in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.play();
}
}
Instance of Symbol 262 MovieClip "sho2" in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.play();
}
}
Instance of Symbol 262 MovieClip "sho4" in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.play();
}
}
Instance of Symbol 515 MovieClip "spiney1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 385 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 0;
this.hit = 0;
}
Instance of Symbol 511 MovieClip "koopa_red1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1.5;
this.sterbeframe = 25;
this.schrittstart = 80;
this.schritte = this.schrittstart;
}
Instance of Symbol 390 MovieClip "koop_green2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 120;
this.schritte = this.schrittstart;
}
Instance of Symbol 522 MovieClip in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 9;
this.schrittstart = 150;
this.schritte = this.schrittstart;
}
Instance of Symbol 500 MovieClip "guy_trib2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 16;
this.schrittstart = 100;
this.schritte = this.schrittstart;
}
Instance of Symbol 376 MovieClip "guy_stelz1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 1;
this.sterbeframe = 41;
this.schrittstart = 100;
this.schritte = this.schrittstart;
}
Instance of Symbol 353 MovieClip "nguy1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 15;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 296 MovieClip "burner_guy1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 25;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 82 MovieClip "flycopter3" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 9;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 486 MovieClip "gomba2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 13;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 336 MovieClip "monter" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 9;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 492 MovieClip "plant1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.sterbeframe = 7;
}
Instance of Symbol 342 MovieClip "womp3" in Symbol 545 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 342 MovieClip "womp1" in Symbol 545 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 323 MovieClip "fatguy1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
(this.schrittgeschw = 1);
this.sterbeframe = 25;
this.schrittstart = 150;
this.schritte = this.schrittstart;
}
Instance of Symbol 330 MovieClip "pokey" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 13;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 477 MovieClip "beetle1" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 481 MovieClip "spike 2" in Symbol 545 MovieClip Frame 1
onClipEvent (load) {
this.actions = 1;
this.hit = 0;
this.schrittgeschw = 2;
this.sterbeframe = 11;
this.schrittstart = 60;
this.schritte = this.schrittstart;
}
Instance of Symbol 342 MovieClip "womp2" in Symbol 545 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;
}
Symbol 554 Button
on (release) {
stopAllSounds();
gotoAndStop (2);
}
Symbol 559 Button
on (release) {
gotoAndStop (2);
}