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 56 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 60 MovieClip in Frame 2
onClipEvent (enterFrame) {
_root.fire2._x = _root.slug._x;
_root.fire2._y = _root.slug._y;
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 138 MovieClip "slug" in Frame 2
onClipEvent (enterFrame) {
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) {
_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._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();
_root.munz = _root.munz + 1;
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 2
_root.stand = 0;
Symbol 42 MovieClip Frame 10
_root.stand = 1;
_root.slug.gotoAndStop(1);
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 17
_root.fire11 = 0;
Symbol 58 Button
on (keyPress "f") {
_root.granate.play();
}
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 23
stop();
Symbol 85 MovieClip Frame 1
_root.grante1 = 0;
stop();
Symbol 85 MovieClip Frame 2
_root.grante1 = 1;
Instance of Symbol 83 MovieClip "thing" in Symbol 85 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 86 Button
on (keyPress "<Down>") {
_root.slug.gotoAndPlay(57);
}
on (keyPress "a") {
_root.slug.gotoAndPlay(38);
}
on (keyPress "d") {
_root.slug.gotoAndPlay(73);
}
on (keyPress "s") {
_root.slug.gotoAndPlay(83);
}
Symbol 101 Button
on (keyPress "a") {
_root.fire1.play();
_root.fire11 = 1;
}
Symbol 119 Button
on (keyPress "a") {
_root.fire1.play();
}
Symbol 124 Button
on (keyPress "a") {
gotoAndStop (8);
}
Symbol 125 Button
on (keyPress "a") {
_root.slug.gotoAndPlay(38);
}
Instance of Symbol 60 MovieClip in Symbol 138 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 138 MovieClip Frame 37
gotoAndPlay (1);
Symbol 138 MovieClip Frame 38
_root.stand = 0;
_root.fire11 = 1;
_root.fire1.play();
Symbol 138 MovieClip Frame 56
_root.stand = 1;
_root.fire11 = 0;
gotoAndPlay (1);
Symbol 138 MovieClip Frame 57
_root.stand = 0;
Symbol 138 MovieClip Frame 59
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 138 MovieClip Frame 61
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 138 MovieClip Frame 65
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 138 MovieClip Frame 68
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 138 MovieClip Frame 70
if (Key.isDown(40)) {
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 138 MovieClip Frame 72
if (Key.isDown(40)) {
gotoAndPlay (57);
} else if (_root.fire11 == 0) {
gotoAndPlay (1);
_root.stand = 1;
} else {
gotoAndPlay (57);
}
Symbol 138 MovieClip Frame 73
_root.fire2.play();
_root.stand = 0;
Symbol 138 MovieClip Frame 82
_root.stand = 1;
gotoAndPlay (1);
Symbol 138 MovieClip Frame 83
_root.stand = 0;
Symbol 138 MovieClip Frame 98
_root.stand = 1;
gotoAndPlay (1);
Symbol 138 MovieClip Frame 99
_root.stand = 0;
Symbol 138 MovieClip Frame 110
if (Key.isDown(38)) {
_root.slug.gotoAndPlay(99);
} else {
gotoAndPlay (1);
_root.stand = 1;
}
Symbol 138 MovieClip Frame 113
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
gotoAndPlay (1);
}
Symbol 138 MovieClip Frame 116
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
gotoAndPlay (1);
}
Symbol 138 MovieClip Frame 119
if (Key.isDown(37)) {
} else if (Key.isDown(39)) {
} else {
gotoAndPlay (1);
}
Symbol 138 MovieClip Frame 122
if (Key.isDown(37)) {
_root.slug.gotoAndPlay(111);
} else if (Key.isDown(39)) {
_root.slug.gotoAndPlay(111);
} else {
gotoAndPlay (1);
}
Symbol 156 MovieClip Frame 14
gotoAndPlay (1);
Symbol 156 MovieClip Frame 22
stop();
this.hit = 2;
this.schritte = 0;
Symbol 156 MovieClip Frame 23
stop();
Instance of Symbol 156 MovieClip "guy3" in Symbol 160 MovieClip Frame 1
onClipEvent (load) {
this.schritte = 30;
this.hit = 0;
}
onClipEvent (enterFrame) {
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;
}
if (this.hit == 2) {
this.gotoAndStop(23);
this.hit = 2;
}
}
}
onClipEvent (enterFrame) {
if (15 < this.schritte) {
this._xscale = -100;
this._x = this._x - 2;
this.schritte = this.schritte - 1;
} else if (0 < this.schritte) {
this._xscale = 100;
this._x = this._x + 2;
this.schritte = this.schritte - 1;
} else if (this.hit == 2) {
} else {
this.schritte = 30;
}
}
Instance of Symbol 156 MovieClip "guy2" in Symbol 160 MovieClip Frame 1
onClipEvent (load) {
this.schritte = 380;
this.hit = 0;
}
onClipEvent (enterFrame) {
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;
}
if (this.hit == 2) {
this.gotoAndStop(23);
this.hit = 2;
}
}
}
onClipEvent (enterFrame) {
if (190 < this.schritte) {
this._xscale = -100;
this._x = this._x - 2;
this.schritte = this.schritte - 1;
} else if (0 < this.schritte) {
this._xscale = 100;
this._x = this._x + 2;
this.schritte = this.schritte - 1;
} else if (this.hit == 2) {
} else {
this.schritte = 380;
}
}
Instance of Symbol 156 MovieClip "guy1" in Symbol 160 MovieClip Frame 1
onClipEvent (load) {
this.schritte = 380;
this.hit = 0;
}
onClipEvent (enterFrame) {
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.hit = 2;
this.schritte = 0;
}
if (this.hit == 2) {
this.gotoAndStop(23);
this.hit = 2;
}
}
}
onClipEvent (enterFrame) {
if (190 < this.schritte) {
this._xscale = -100;
this._x = this._x - 2;
this.schritte = this.schritte - 1;
} else if (0 < this.schritte) {
this._xscale = 100;
this._x = this._x + 2;
this.schritte = this.schritte - 1;
} else if (this.hit == 2) {
} else {
this.schritte = 380;
}
}
Instance of Symbol 144 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
_root.lost = 2;
_root.play();
}
}
Instance of Symbol 38 MovieClip "munze4" in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
}
}
Instance of Symbol 38 MovieClip "munze6" in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
}
}
Instance of Symbol 38 MovieClip "munze5" in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
}
}
Instance of Symbol 38 MovieClip "munze1" in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
}
}
Instance of Symbol 33 MovieClip "yoshimunz" in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(7);
_root.sound.play();
}
}
Instance of Symbol 38 MovieClip "munze3" in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
}
}
Instance of Symbol 38 MovieClip "munze2" in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.slug.hitTest(this)) {
this.gotoAndStop(9);
}
}
Symbol 182 Button
on (release) {
stopAllSounds();
gotoAndStop (2);
}