Frame 2
stop();
_root.munz = 0;
_root.yoshmunz = 0;
_root.pilz = 0;
sprung = 1;
stand = 1;
_root.fire11 = 0;
_root.lost = 0;
Instance of Symbol 53 MovieClip "fire1" in Frame 2
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.fire11 == 0) {
this._xscale = 150;
}
}
if (Key.isDown(37)) {
if (_root.fire11 == 0) {
this._xscale = -150;
}
}
}
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (_root.grante1 == 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;
}
}
}
Instance of Symbol 145 MovieClip "slug" in Frame 2
onClipEvent (enterFrame) {
if (_root.slug._y >= 430) {
_root.lost = 1;
_root.play();
}
if (_root.stand == 1) {
if (_root.ground.rechte.hitTest(this._x + 15, this._y, true)) {
} else {
if (Key.isDown(39)) {
_root.slug.gotoAndstop(7);
_root.slug._x = _root.slug._x + 8;
this._xscale = 75;
}
if (_root.slug._x >= 250) {
_root.back._x = _root.back._x - 2;
_root.slug._x = _root.slug._x - 8;
_root.ground._x = _root.ground._x - 8;
}
}
if (_root.ground.linke.hitTest(this._x - 15, this._y, true)) {
} else {
if (Key.isDown(37)) {
_root.slug.gotoAndstop(7);
_root.slug._x = _root.slug._x - 8;
this._xscale = -75;
}
if (150 >= _root.slug._x) {
_root.back._x = _root.back._x + 2;
_root.slug._x = _root.slug._x + 8;
_root.ground._x = _root.ground._x + 8;
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (!jumping)) {
vel_y = 32;
jumping = true;
}
if (jumping == true) {
vel_y = vel_y - 4;
if (-10 >= vel_y) {
vel_y = -10;
}
this._y = this._y - vel_y;
}
if (_root.ground.boden.hitTest(this._x, this._y + 22, true)) {
vel_y = 0;
this._y = this._y - 10;
jumping = false;
} else if (_root.ground.boden.hitTest(this._x, this._y + 32, true)) {
this._y = this._y + 0;
} else {
jumping = true;
}
if (_root.ground.deckel.hitTest(this._x, this._y - 20, true)) {
jumping = true;
this._y = this._y + 30;
}
}
Frame 3
stop();
if (_root.lost == 1) {
gotoAndPlay (4);
}
if (_root.lost == 2) {
gotoAndStop (22);
}
Frame 21
stopAllSounds();
gotoAndStop (2);
Frame 22
stop();
Symbol 10 Button
on (release) {
_root.play();
}
Symbol 11 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 27 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 2
gotoAndStop (1);
Symbol 33 MovieClip Frame 6
gotoAndPlay (1);
Symbol 33 MovieClip Frame 7
stop();
_root.yoshmunz = _root.yoshmunz + 1;
Symbol 38 MovieClip Frame 8
gotoAndPlay (1);
Symbol 38 MovieClip Frame 9
stop();
Symbol 53 MovieClip Frame 1
stop();
Symbol 55 Button
on (keyPress "f") {
_root.granate.play();
}
on (keyPress "<Down>") {
_root.slug.gotoAndStop(3);
}
on (keyPress "a") {
_root.slug.gotoAndStop(2);
}
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 23
stop();
Symbol 82 MovieClip Frame 1
_root.grante1 = 0;
stop();
Symbol 82 MovieClip Frame 2
_root.grante1 = 1;
Instance of Symbol 80 MovieClip "thing" in Symbol 82 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.ground.boden.hitTest(this._x, this._y + 200, true)) {
this.play();
} else {
this._x = this._x + 4;
this._y = this._y + 9;
}
}
Symbol 97 MovieClip Frame 1
_root.stand = 0;
_root.fire11 = 1;
Symbol 97 MovieClip Frame 19
_root.stand = 1;
_root.fire11 = 0;
_root.slug.gotoAndStop(1);
Symbol 99 Button
on (keyPress "a") {
_root.fire1.play();
}
Symbol 104 MovieClip Frame 5
if (Key.isDown(40)) {
} else {
gotoAndPlay (16);
}
Symbol 104 MovieClip Frame 10
if (Key.isDown(40)) {
} else {
gotoAndPlay (16);
}
Symbol 104 MovieClip Frame 15
if (Key.isDown(40)) {
gotoAndPlay (2);
} else {
gotoAndPlay (16);
}
Symbol 104 MovieClip Frame 16
_root.slug.gotoAndStop(1);
Symbol 112 MovieClip Frame 1
_root.stand = 0;
Symbol 112 MovieClip Frame 10
_root.stand = 1;
_root.slug.gotoAndStop(1);
Symbol 122 MovieClip Frame 1
_root.stand = 0;
Symbol 122 MovieClip Frame 16
_root.stand = 1;
_root.slug.gotoAndStop(1);
Symbol 123 Button
on (keyPress "a") {
gotoAndStop (8);
}
Symbol 128 MovieClip Frame 1
_root.stand = 1;
Symbol 128 MovieClip Frame 2
if (Key.isDown(38)) {
} else {
_root.slug.gotoAndStop(1);
}
Symbol 128 MovieClip Frame 6
if (Key.isDown(38)) {
} else {
_root.slug.gotoAndStop(1);
}
Symbol 128 MovieClip Frame 11
if (Key.isDown(38)) {
gotoAndPlay (1);
}
Symbol 128 MovieClip Frame 12
_root.stand = 1;
_root.slug.gotoAndStop(1);
Symbol 141 MovieClip Frame 1
_root.stand = 1;
Symbol 141 MovieClip Frame 3
if (Key.isDown(39)) {
} else if (Key.isDown(37)) {
} else {
gotoAndPlay (12);
}
Symbol 141 MovieClip Frame 6
if (Key.isDown(39)) {
} else if (Key.isDown(37)) {
} else {
gotoAndPlay (12);
}
Symbol 141 MovieClip Frame 9
if (Key.isDown(39)) {
} else if (Key.isDown(37)) {
} else {
gotoAndPlay (12);
}
Symbol 141 MovieClip Frame 12
_root.slug.gotoAndStop(1);
Symbol 142 MovieClip Frame 18
stop();
Symbol 143 MovieClip Frame 12
_root.stand = 1;
_root.slug.gotoAndStop(6);
Symbol 144 MovieClip Frame 1
_root.stand = 0;
Symbol 144 MovieClip Frame 16
_root.stand = 1;
_root.slug.gotoAndStop(3);
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 2
_root.fire1.play();
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 2
stop();
Instance of Symbol 147 MovieClip "mush1" in Symbol 149 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(2);
_root.ground.box.pilz.play();
_root.sound.play();
}
}
Symbol 155 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 2
stop();
Symbol 163 MovieClip Frame 14
gotoAndPlay (1);
Symbol 163 MovieClip Frame 22
stop();
this.hit = 1;
Symbol 163 MovieClip Frame 23
stop();
Symbol 171 MovieClip Frame 6
gotoAndPlay (1);
Symbol 171 MovieClip Frame 10
this.hit = 1;
Symbol 171 MovieClip Frame 12
gotoAndPlay (7);
Symbol 171 MovieClip Frame 13
stop();
Instance of Symbol 163 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (load) {
this.schritte = 200;
this.hit = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.boden.botfall3.hitTest(this)) {
this._y = this._y + 5;
}
if (_root.slug.hitTest(this)) {
if (this.hit < 1) {
_root.slug._y = _root.slug._y + 200;
_root.lost = 1;
_root.play();
}
}
if (_root.fire1.hitTest(this)) {
if (this.hit == 0) {
this.gotoAndPlay(15);
this.schritte = 0;
this.hit = 2;
}
if (this.hit == 2) {
this.gotoAndStop(23);
this.hit = 2;
}
}
}
onClipEvent (enterFrame) {
if (100 < this.schritte) {
this._xscale = 100;
this._x = this._x + 2;
this.schritte = this.schritte - 1;
} else if (0 < this.schritte) {
this._x = this._x - 2;
this._xscale = -100;
this.schritte = this.schritte - 1;
} else if (this.hit == 2) {
} else {
this.schritte = 200;
}
}
Instance of Symbol 163 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (load) {
this.schritte = 200;
this.hit = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.boden.botfall3.hitTest(this)) {
this._y = this._y + 5;
}
if (_root.slug.hitTest(this)) {
if (this.hit < 1) {
_root.slug._y = _root.slug._y + 200;
_root.lost = 1;
_root.play();
}
}
if (_root.fire1.hitTest(this)) {
if (this.hit == 0) {
this.gotoAndPlay(15);
this.schritte = 0;
this.hit = 2;
}
if (this.hit == 2) {
this.gotoAndStop(23);
this.hit = 2;
}
}
}
onClipEvent (enterFrame) {
if (100 < this.schritte) {
this._xscale = 100;
this._x = this._x + 2;
this.schritte = this.schritte - 1;
} else if (0 < this.schritte) {
this._x = this._x - 2;
this._xscale = -100;
this.schritte = this.schritte - 1;
} else if (this.hit == 2) {
} else {
this.schritte = 200;
}
}
Instance of Symbol 163 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (load) {
this.schritte = 200;
this.hit = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.boden.botfall3.hitTest(this)) {
this._y = this._y + 5;
}
if (_root.slug.hitTest(this)) {
if (this.hit < 1) {
_root.slug._y = _root.slug._y + 200;
_root.lost = 1;
_root.play();
}
}
if (_root.fire1.hitTest(this)) {
if (this.hit == 0) {
this.gotoAndPlay(15);
this.schritte = 0;
this.hit = 2;
}
if (this.hit == 2) {
this.gotoAndStop(23);
this.hit = 2;
}
}
}
onClipEvent (enterFrame) {
if (100 < this.schritte) {
this._xscale = 100;
this._x = this._x + 2;
this.schritte = this.schritte - 1;
} else if (0 < this.schritte) {
this._x = this._x - 2;
this._xscale = -100;
this.schritte = this.schritte - 1;
} else if (this.hit == 2) {
} else {
this.schritte = 200;
}
}
Instance of Symbol 171 MovieClip "womp6" in Symbol 200 MovieClip Frame 1
onClipEvent (load) {
this.schritte = -100;
this.hit = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.boden.botfall3.hitTest(this)) {
this._y = this._y + 5;
}
if (_root.slug.hitTest(this)) {
if (this.hit < 2) {
_root.slug._y = _root.slug._y + 200;
_root.lost = 1;
_root.play();
}
}
if (_root.fire1.hitTest(this)) {
if (this.hit == 0) {
this.gotoAndPlay(7);
}
if (this.hit == 1) {
this.gotoAndPlay(13);
this.hit = 2;
this.schritte = 0;
}
}
}
onClipEvent (enterFrame) {
if (20 < this.schritte) {
this._x = this._x + 3;
this.schritte = this.schritte - 1;
} else if (0 < this.schritte) {
this._x = this._x - 3;
this.schritte = this.schritte - 1;
} else if (this.hit == 2) {
}
}
Instance of Symbol 171 MovieClip "womp5" in Symbol 200 MovieClip Frame 1
onClipEvent (load) {
this.schritte = 5;
this.hit = 0;
}
onClipEvent (enterFrame) {
if (_root.ground.botfall.hitTest(this)) {
this._y = this._y + 5;
}
if (_root.slug.hitTest(this)) {
if (this.hit < 2) {
_root.slug._y = _root.slug._y + 200;
_root.lost = 1;
_root.play();
}
}
if (_root.fire1.hitTest(this)) {
if (this.hit == 0) {
this.gotoAndPlay(7);
}
if (this.hit == 1) {
this.gotoAndStop(13);
this.hit = 2;
this.schritte = 0;
}
}
}
onClipEvent (enterFrame) {
if (20 < this.schritte) {
this._x = this._x - 3;
this._xscale = 100;
this.schritte = this.schritte - 1;
} else if (0 < this.schritte) {
this._xscale = -100;
this._x = this._x + 3;
this.schritte = this.schritte - 1;
} else if (this.hit == 2) {
} else {
this.schritte = 100;
}
}
Instance of Symbol 198 MovieClip "ebe" in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bodenz.hitTest(this._x, this._y, true)) {
_root.bodenz._x = _root.bodenz._x - 333;
}
}
Symbol 208 MovieClip Frame 1
stop();
Instance of Symbol 208 MovieClip "pilz" in Symbol 211 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(1);
_root.pilz = _root.pilz + 1;
_root.sound.play();
}
}
Instance of Symbol 155 MovieClip "botfall2" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
_root.ground.boden.womp6.schritte = 4000;
this.gotoAndStop(2);
}
}
Instance of Symbol 183 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bodenz.hitTest(this._x, this._y, true)) {
_root.bodenz._x = _root.bodenz._x - 333;
}
}
Instance of Symbol 185 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bodenz.hitTest(this._x, this._y, true)) {
_root.bodenz._x = _root.bodenz._x - 333;
}
}
Instance of Symbol 198 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bodenz.hitTest(this._x, this._y, true)) {
_root.bodenz._x = _root.bodenz._x - 333;
}
}
Instance of Symbol 183 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bodenz.hitTest(this._x, this._y, true)) {
_root.bodenz._x = _root.bodenz._x - 333;
}
}
Instance of Symbol 185 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.bodenz.hitTest(this._x, this._y, true)) {
_root.bodenz._x = _root.bodenz._x - 333;
}
}
Instance of Symbol 38 MovieClip "munze6" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 38 MovieClip "munze5" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 33 MovieClip "yoshimunz2" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(7);
_root.sound.play();
}
}
Instance of Symbol 38 MovieClip "munze8" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 38 MovieClip "munze7" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 206 MovieClip in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
_root.play();
_root.lost = 2;
}
}
Instance of Symbol 38 MovieClip "munze1" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 38 MovieClip "munze4" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 33 MovieClip "yoshimunz" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(7);
_root.sound.play();
}
}
Instance of Symbol 38 MovieClip "munze3" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Instance of Symbol 38 MovieClip "munze2" in Symbol 212 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
_root.munz = _root.munz + 1;
_root.sound.play();
}
}
Symbol 221 Button
on (release) {
stopAllSounds();
gotoAndStop (2);
}