STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228115
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/57096194?noj=FRM57096194-10DC" width="1" height="1"></div>

Super Marco, Level 005.swf

This is the info page for
Flash #36490

(Click the ID number above for more basic data on this flash file.)


Text
Castlesprite
by Bacon

All the Sprites are Copyright saved by Nintendo,Nazca Coperation amd SNK

Level 005

Level 005

Enemy Holocaust

Enemy Holocaust

Secret Level

Secret Level

Space          Jump

F     +             throw far

F        -  Grenade

D        - Knife

S        - Machinegun

A        - Shotgun

Controls:

-

>

Space          Jump

F     +             throw far

F        -  Grenade

D        - Knife

S        - Machinegun

A        - Shotgun

Controls:

-

>

1111

1111

1111

1111

Framerate

43

1111

100*350

Ammo / GUNS

Stage 9

ShyGuy_Shotgun

Spiney

Koopa_standart

koopa_green

wiggler_normal

ShyGuy_Tribal

ShyGuy_Stelzen

ShyGuy_Pink

Stage 8

Stage 7

Stage 6

Stage 5

ShyGuy_Fire

megamole

ShyGuy_Copter

Stage 4

Spike

Pirahna_Plant

Goomba

boneybeetle

Stage 3

Stage 2

Stage 0

Stage 1

Womp

ShyGuy_Fat

pokey

250*60

YAy,
YOU MADE IT !

YAy,
YOU MADE IT !

You're Dead !

You're Dead !

ActionScript [AS1/AS2]

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); }

Library Items

Symbol 1 FontUsed by:2 3 64 65 73 74 100 106 116 117 127
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 TextUses:1Used by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 FontUsed by:7 8 9 23 50 51 57 58 59 60 61 62 63 66 67 68 69 70 71 72 120 121 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 523 524 525 550 551 558 563
Symbol 7 TextUses:6Used by:Timeline
Symbol 8 TextUses:6Used by:Timeline
Symbol 9 TextUses:6Used by:Timeline
Symbol 10 GraphicUsed by:22 254
Symbol 11 GraphicUsed by:22 254
Symbol 12 GraphicUsed by:22 254
Symbol 13 GraphicUsed by:22 254
Symbol 14 GraphicUsed by:22 254
Symbol 15 GraphicUsed by:22 254
Symbol 16 GraphicUsed by:22 254
Symbol 17 GraphicUsed by:22 254
Symbol 18 GraphicUsed by:22 254
Symbol 19 GraphicUsed by:22 254
Symbol 20 GraphicUsed by:22 254
Symbol 21 GraphicUsed by:22 254
Symbol 22 MovieClipUses:10 11 12 13 14 15 16 17 18 19 20 21Used by:Timeline
Symbol 23 TextUses:6Used by:Timeline
Symbol 24 GraphicUsed by:32
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:25Used by:32
Symbol 27 GraphicUsed by:31
Symbol 28 GraphicUsed by:31
Symbol 29 GraphicUsed by:31
Symbol 30 GraphicUsed by:31
Symbol 31 ButtonUses:27 28 29 30Used by:32
Symbol 32 MovieClipUses:24 26 31Used by:Timeline
Symbol 33 FontUsed by:34 35
Symbol 34 EditableTextUses:33Used by:36
Symbol 35 EditableTextUses:33Used by:36
Symbol 36 MovieClipUses:34 35Used by:Timeline
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:39 402
Symbol 39 MovieClipUses:38Used by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:44
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:44 434
Symbol 44 MovieClipUses:41 43Used by:Timeline
Symbol 45 BitmapUsed by:46 435 555
Symbol 46 GraphicUses:45Used by:Timeline
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:47 48 SS1Used by:Timeline
Symbol 50 TextUses:6Used by:56
Symbol 51 TextUses:6Used by:56
Symbol 52 GraphicUsed by:55 88 554 559
Symbol 53 GraphicUsed by:55 88
Symbol 54 GraphicUsed by:55 88
Symbol 55 ButtonUses:52 53 54Used by:56
Symbol 56 MovieClipUses:50 51 55Used by:Timeline
Symbol 57 TextUses:6Used by:Timeline
Symbol 58 TextUses:6Used by:Timeline
Symbol 59 TextUses:6Used by:Timeline
Symbol 60 TextUses:6Used by:Timeline
Symbol 61 TextUses:6Used by:Timeline
Symbol 62 TextUses:6Used by:Timeline
Symbol 63 TextUses:6Used by:Timeline
Symbol 64 TextUses:1Used by:Timeline
Symbol 65 TextUses:1Used by:Timeline
Symbol 66 TextUses:6Used by:Timeline
Symbol 67 TextUses:6Used by:Timeline
Symbol 68 TextUses:6Used by:Timeline
Symbol 69 TextUses:6Used by:Timeline
Symbol 70 TextUses:6Used by:Timeline
Symbol 71 TextUses:6Used by:Timeline
Symbol 72 TextUses:6Used by:Timeline
Symbol 73 TextUses:1Used by:Timeline
Symbol 74 TextUses:1Used by:Timeline
Symbol 75 GraphicUsed by:76 99 131 134 135 136 137 441 442
Symbol 76 MovieClipUses:75Used by:82 180 296 323 330 336 342 353 376 385 390 477 481 486 492 500 511 515 522 532 539 542 543 544
Symbol 77 GraphicUsed by:82
Symbol 78 GraphicUsed by:82
Symbol 79 GraphicUsed by:82
Symbol 80 ShapeTweeningUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:76 77 78 79 80 81Used by:83 402 545
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 ButtonUses:84 85 86Used by:Timeline
Symbol 88 ButtonUses:52 53 54Used by:Timeline
Symbol 89 GraphicUsed by:92
Symbol 90 GraphicUsed by:92
Symbol 91 SoundUsed by:92
Symbol 92 MovieClipUses:89 90 91Used by:Timeline
Symbol 93 GraphicUsed by:96
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:96
Symbol 96 MovieClipUses:93 95Used by:Timeline
Symbol 97 GraphicUsed by:99 131 134 135 136 137 441 442
Symbol 98 GraphicUsed by:99 131 134 135 136 137 441 442
Symbol 99 ButtonUses:75 97 98Used by:Timeline
Symbol 100 EditableTextUses:1Used by:133
Symbol 101 GraphicUsed by:102 157
Symbol 102 MovieClipUses:101Used by:105
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105 130
Symbol 105 MovieClipUses:102 104Used by:133
Symbol 106 EditableTextUses:1Used by:133
Symbol 107 GraphicUsed by:110
Symbol 108 GraphicUsed by:110
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:107 108 109Used by:133
Symbol 111 GraphicUsed by:115
Symbol 112 GraphicUsed by:115
Symbol 113 GraphicUsed by:115
Symbol 114 SoundUsed by:115 139 262
Symbol 115 MovieClipUses:111 112 113 114Used by:133
Symbol 116 EditableTextUses:1Used by:133
Symbol 117 EditableTextUses:1Used by:133
Symbol 118 GraphicUsed by:119 162
Symbol 119 MovieClipUses:118Used by:133
Symbol 120 TextUses:6Used by:133
Symbol 121 EditableTextUses:6Used by:133
Symbol 122 GraphicUsed by:125
Symbol 123 GraphicUsed by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:122 123 124Used by:133
Symbol 126 GraphicUsed by:133
Symbol 127 EditableTextUses:1Used by:133
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:130 141
Symbol 130 MovieClipUses:129 104Used by:133
Symbol 131 ButtonUses:75 97 98Used by:133
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:100 105 106 110 115 116 117 119 120 121 125 126 127 130 131 132Used by:Timeline
Symbol 134 ButtonUses:75 97 98Used by:Timeline
Symbol 135 ButtonUses:75 97 98Used by:Timeline
Symbol 136 ButtonUses:75 97 98Used by:Timeline
Symbol 137 ButtonUses:75 97 98Used by:Timeline
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138 114Used by:Timeline
Symbol 140 SoundUsed by:141
Symbol 141 MovieClipUses:129 140Used by:Timeline
Symbol 142 GraphicUsed by:144
Symbol 143 SoundUsed by:144 262
Symbol 144 MovieClipUses:142 143Used by:Timeline
Symbol 145 GraphicUsed by:157
Symbol 146 GraphicUsed by:157
Symbol 147 SoundUsed by:157
Symbol 148 GraphicUsed by:157
Symbol 149 GraphicUsed by:157
Symbol 150 GraphicUsed by:157
Symbol 151 GraphicUsed by:157
Symbol 152 GraphicUsed by:157
Symbol 153 GraphicUsed by:157
Symbol 154 GraphicUsed by:157
Symbol 155 GraphicUsed by:157
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:145 146 147 101 148 149 150 151 152 153 154 155 156Used by:Timeline
Symbol 158 GraphicUsed by:159 181 196 229
Symbol 159 ButtonUses:158Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:254  Timeline
Symbol 162 MovieClipUses:118Used by:180
Symbol 163 GraphicUsed by:180
Symbol 164 SoundUsed by:180
Symbol 165 GraphicUsed by:180
Symbol 166 GraphicUsed by:180
Symbol 167 GraphicUsed by:180
Symbol 168 GraphicUsed by:180
Symbol 169 GraphicUsed by:180
Symbol 170 GraphicUsed by:180
Symbol 171 GraphicUsed by:180
Symbol 172 GraphicUsed by:180
Symbol 173 GraphicUsed by:180
Symbol 174 GraphicUsed by:180
Symbol 175 GraphicUsed by:180
Symbol 176 GraphicUsed by:180
Symbol 177 GraphicUsed by:180
Symbol 178 GraphicUsed by:180
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:162 76 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179Used by:Timeline
Symbol 181 ButtonUses:158Used by:254
Symbol 182 GraphicUsed by:254
Symbol 183 GraphicUsed by:254
Symbol 184 GraphicUsed by:254
Symbol 185 GraphicUsed by:254
Symbol 186 GraphicUsed by:254
Symbol 187 GraphicUsed by:254
Symbol 188 GraphicUsed by:254
Symbol 189 GraphicUsed by:254
Symbol 190 GraphicUsed by:254
Symbol 191 GraphicUsed by:254
Symbol 192 GraphicUsed by:254
Symbol 193 GraphicUsed by:254
Symbol 194 GraphicUsed by:254
Symbol 195 GraphicUsed by:254
Symbol 196 ButtonUses:158Used by:254
Symbol 197 GraphicUsed by:254
Symbol 198 GraphicUsed by:254
Symbol 199 GraphicUsed by:254
Symbol 200 GraphicUsed by:254
Symbol 201 GraphicUsed by:254
Symbol 202 GraphicUsed by:254
Symbol 203 GraphicUsed by:254
Symbol 204 GraphicUsed by:254
Symbol 205 GraphicUsed by:254
Symbol 206 GraphicUsed by:254
Symbol 207 GraphicUsed by:254
Symbol 208 GraphicUsed by:254
Symbol 209 GraphicUsed by:254
Symbol 210 GraphicUsed by:254
Symbol 211 GraphicUsed by:254
Symbol 212 GraphicUsed by:254
Symbol 213 GraphicUsed by:214 219
Symbol 214 ButtonUses:213Used by:254
Symbol 215 GraphicUsed by:254
Symbol 216 GraphicUsed by:254
Symbol 217 GraphicUsed by:254
Symbol 218 GraphicUsed by:254
Symbol 219 ButtonUses:213Used by:254
Symbol 220 GraphicUsed by:254  Timeline
Symbol 221 GraphicUsed by:254
Symbol 222 GraphicUsed by:254
Symbol 223 ShapeTweeningUsed by:254
Symbol 224 GraphicUsed by:254
Symbol 225 GraphicUsed by:254
Symbol 226 GraphicUsed by:254
Symbol 227 GraphicUsed by:254
Symbol 228 GraphicUsed by:254
Symbol 229 ButtonUses:158Used by:254
Symbol 230 GraphicUsed by:254
Symbol 231 SoundUsed by:254
Symbol 232 GraphicUsed by:254
Symbol 233 GraphicUsed by:254
Symbol 234 GraphicUsed by:254
Symbol 235 GraphicUsed by:254
Symbol 236 GraphicUsed by:254
Symbol 237 GraphicUsed by:254
Symbol 238 GraphicUsed by:254
Symbol 239 GraphicUsed by:254
Symbol 240 GraphicUsed by:254
Symbol 241 GraphicUsed by:254
Symbol 242 GraphicUsed by:254
Symbol 243 GraphicUsed by:254
Symbol 244 GraphicUsed by:254
Symbol 245 GraphicUsed by:254
Symbol 246 GraphicUsed by:254
Symbol 247 GraphicUsed by:254
Symbol 248 GraphicUsed by:254
Symbol 249 GraphicUsed by:254
Symbol 250 GraphicUsed by:254
Symbol 251 GraphicUsed by:254
Symbol 252 GraphicUsed by:254
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:181 161 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 214 215 216 217 218 219 10 11 12 13 14 15 16 17 18 19 20 21 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253Used by:Timeline
Symbol 255 GraphicUsed by:256 402
Symbol 256 MovieClipUses:255Used by:434
Symbol 257 GraphicUsed by:262
Symbol 258 GraphicUsed by:262
Symbol 259 GraphicUsed by:262
Symbol 260 GraphicUsed by:262
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:257 258 143 259 260 261 114Used by:385 434 545
Symbol 263 GraphicUsed by:268
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:264Used by:268
Symbol 266 GraphicUsed by:268
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:263 265 266 267Used by:434
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:269Used by:434
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:434
Symbol 273 FontUsed by:274 533
Symbol 274 TextUses:273Used by:276
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:274 275Used by:277 443
Symbol 277 MovieClipUses:276Used by:434
Symbol 278 GraphicUsed by:296
Symbol 279 GraphicUsed by:296
Symbol 280 GraphicUsed by:296
Symbol 281 GraphicUsed by:296
Symbol 282 GraphicUsed by:296
Symbol 283 GraphicUsed by:296
Symbol 284 GraphicUsed by:296
Symbol 285 GraphicUsed by:296
Symbol 286 GraphicUsed by:296
Symbol 287 GraphicUsed by:296
Symbol 288 GraphicUsed by:296
Symbol 289 GraphicUsed by:296
Symbol 290 GraphicUsed by:296
Symbol 291 GraphicUsed by:295
Symbol 292 GraphicUsed by:295
Symbol 293 GraphicUsed by:295
Symbol 294 GraphicUsed by:295
Symbol 295 MovieClipUses:291 292 293 294Used by:296
Symbol 296 MovieClipUses:76 278 279 280 281 282 283 284 285 286 287 288 289 290 295Used by:402 545
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:299
Symbol 299 MovieClipUses:298Used by:402
Symbol 300 GraphicUsed by:323
Symbol 301 GraphicUsed by:323
Symbol 302 GraphicUsed by:323
Symbol 303 GraphicUsed by:323
Symbol 304 GraphicUsed by:323
Symbol 305 GraphicUsed by:323
Symbol 306 GraphicUsed by:323
Symbol 307 GraphicUsed by:323
Symbol 308 GraphicUsed by:323
Symbol 309 GraphicUsed by:323
Symbol 310 GraphicUsed by:323
Symbol 311 GraphicUsed by:323
Symbol 312 ShapeTweeningUsed by:323
Symbol 313 ShapeTweeningUsed by:316
Symbol 314 ShapeTweeningUsed by:316
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:313 314 315Used by:323 336 353 376 385 390 481 515
Symbol 317 GraphicUsed by:323
Symbol 318 ShapeTweeningUsed by:321
Symbol 319 ShapeTweeningUsed by:321
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:318 319 320Used by:323 342 515
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:76 300 301 302 303 304 305 306 307 308 309 310 311 312 316 317 321 322Used by:402 545
Symbol 324 GraphicUsed by:330
Symbol 325 GraphicUsed by:330
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:330
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:330
Symbol 330 MovieClipUses:76 324 325 327 329Used by:402 545
Symbol 331 GraphicUsed by:336
Symbol 332 GraphicUsed by:336
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:333Used by:336
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:76 331 332 334 335 316Used by:402 545
Symbol 337 GraphicUsed by:342
Symbol 338 GraphicUsed by:342
Symbol 339 GraphicUsed by:342
Symbol 340 GraphicUsed by:342
Symbol 341 GraphicUsed by:342
Symbol 342 MovieClipUses:76 337 338 339 340 321 341Used by:402 545
Symbol 343 GraphicUsed by:353
Symbol 344 GraphicUsed by:353
Symbol 345 GraphicUsed by:353
Symbol 346 GraphicUsed by:353
Symbol 347 GraphicUsed by:353
Symbol 348 GraphicUsed by:353
Symbol 349 GraphicUsed by:353
Symbol 350 GraphicUsed by:353
Symbol 351 GraphicUsed by:353
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:76 343 344 345 346 347 348 349 350 351 316 352Used by:402 545
Symbol 354 GraphicUsed by:376
Symbol 355 GraphicUsed by:376
Symbol 356 GraphicUsed by:376
Symbol 357 GraphicUsed by:376
Symbol 358 GraphicUsed by:376
Symbol 359 GraphicUsed by:376
Symbol 360 GraphicUsed by:376
Symbol 361 GraphicUsed by:376
Symbol 362 GraphicUsed by:376
Symbol 363 GraphicUsed by:376
Symbol 364 GraphicUsed by:376
Symbol 365 GraphicUsed by:376
Symbol 366 GraphicUsed by:376
Symbol 367 GraphicUsed by:376
Symbol 368 GraphicUsed by:376
Symbol 369 GraphicUsed by:376
Symbol 370 GraphicUsed by:376
Symbol 371 GraphicUsed by:376
Symbol 372 GraphicUsed by:376
Symbol 373 GraphicUsed by:376
Symbol 374 ShapeTweeningUsed by:376
Symbol 375 GraphicUsed by:376
Symbol 376 MovieClipUses:76 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 316 375Used by:402 545
Symbol 377 GraphicUsed by:385
Symbol 378 GraphicUsed by:385
Symbol 379 GraphicUsed by:380
Symbol 380 MovieClipUses:379Used by:385
Symbol 381 GraphicUsed by:385
Symbol 382 ShapeTweeningUsed by:385
Symbol 383 GraphicUsed by:385
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:76 377 378 380 381 382 316 383 262 384Used by:402 545
Symbol 386 GraphicUsed by:390
Symbol 387 GraphicUsed by:390
Symbol 388 ShapeTweeningUsed by:390
Symbol 389 GraphicUsed by:390
Symbol 390 MovieClipUses:76 386 387 388 316 389Used by:402 545
Symbol 391 GraphicUsed by:402
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:392Used by:402
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:394Used by:402  Timeline
Symbol 396 GraphicUsed by:397
Symbol 397 MovieClipUses:396Used by:402
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:402
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:400Used by:402
Symbol 402 MovieClipUses:296 82 299 323 330 336 342 353 376 385 390 391 393 395 255 397 38 399 401Used by:434
Symbol 403 GraphicUsed by:404
Symbol 404 MovieClipUses:403Used by:434
Symbol 405 GraphicUsed by:406
Symbol 406 MovieClipUses:405Used by:434
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407Used by:434
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:409Used by:434
Symbol 411 GraphicUsed by:415
Symbol 412 GraphicUsed by:415
Symbol 413 GraphicUsed by:415
Symbol 414 GraphicUsed by:415
Symbol 415 MovieClipUses:411 412 413 414Used by:434
Symbol 416 GraphicUsed by:417
Symbol 417 MovieClipUses:416Used by:434
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:418Used by:434
Symbol 420 GraphicUsed by:421
Symbol 421 MovieClipUses:420Used by:434
Symbol 422 GraphicUsed by:423
Symbol 423 MovieClipUses:422Used by:434
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:424Used by:434
Symbol 426 GraphicUsed by:427
Symbol 427 MovieClipUses:426Used by:434
Symbol 428 GraphicUsed by:429
Symbol 429 MovieClipUses:428Used by:434
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:434
Symbol 432 GraphicUsed by:433
Symbol 433 MovieClipUses:432Used by:434
Symbol 434 MovieClipUses:256 262 268 270 272 277 402 404 406 43 408 410 415 417 419 421 423 425 427 429 431 433Used by:Timeline
Symbol 435 GraphicUses:45Used by:436
Symbol 436 MovieClipUses:435Used by:Timeline
Symbol 437 GraphicUsed by:440
Symbol 438 GraphicUsed by:440
Symbol 439 SoundUsed by:440
Symbol 440 MovieClipUses:437 438 439Used by:Timeline
Symbol 441 ButtonUses:75 97 98Used by:Timeline
Symbol 442 ButtonUses:75 97 98Used by:Timeline
Symbol 443 MovieClipUses:276Used by:546
Symbol 444 TextUses:6Used by:545
Symbol 445 TextUses:6Used by:545
Symbol 446 TextUses:6Used by:545
Symbol 447 TextUses:6Used by:545
Symbol 448 TextUses:6Used by:545
Symbol 449 TextUses:6Used by:545
Symbol 450 TextUses:6Used by:545
Symbol 451 TextUses:6Used by:545
Symbol 452 TextUses:6Used by:545
Symbol 453 TextUses:6Used by:545
Symbol 454 EditableTextUses:6Used by:545
Symbol 455 TextUses:6Used by:545
Symbol 456 TextUses:6Used by:545
Symbol 457 TextUses:6Used by:545
Symbol 458 TextUses:6Used by:545
Symbol 459 TextUses:6Used by:545
Symbol 460 TextUses:6Used by:545
Symbol 461 TextUses:6Used by:545
Symbol 462 TextUses:6Used by:545
Symbol 463 TextUses:6Used by:545
Symbol 464 TextUses:6Used by:545
Symbol 465 TextUses:6Used by:545
Symbol 466 TextUses:6Used by:545
Symbol 467 TextUses:6Used by:545
Symbol 468 TextUses:6Used by:545
Symbol 469 TextUses:6Used by:545
Symbol 470 ShapeTweeningUsed by:473
Symbol 471 ShapeTweeningUsed by:473
Symbol 472 GraphicUsed by:473
Symbol 473 MovieClipUses:470 471 472Used by:545
Symbol 474 GraphicUsed by:477
Symbol 475 GraphicUsed by:477
Symbol 476 GraphicUsed by:477
Symbol 477 MovieClipUses:76 474 475 476Used by:545
Symbol 478 GraphicUsed by:481
Symbol 479 GraphicUsed by:481
Symbol 480 GraphicUsed by:481
Symbol 481 MovieClipUses:76 478 479 316 480Used by:545
Symbol 482 GraphicUsed by:486
Symbol 483 GraphicUsed by:486
Symbol 484 ShapeTweeningUsed by:486
Symbol 485 GraphicUsed by:486
Symbol 486 MovieClipUses:76 482 483 484 485Used by:545
Symbol 487 GraphicUsed by:492
Symbol 488 GraphicUsed by:492
Symbol 489 ShapeTweeningUsed by:492
Symbol 490 GraphicUsed by:492
Symbol 491 ShapeTweeningUsed by:492
Symbol 492 MovieClipUses:76 487 488 489 490 491Used by:545
Symbol 493 GraphicUsed by:500
Symbol 494 GraphicUsed by:500
Symbol 495 GraphicUsed by:500
Symbol 496 GraphicUsed by:500
Symbol 497 GraphicUsed by:500
Symbol 498 ShapeTweeningUsed by:500
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:76 493 494 495 496 497 498 499Used by:545
Symbol 501 GraphicUsed by:511
Symbol 502 GraphicUsed by:511
Symbol 503 GraphicUsed by:511
Symbol 504 GraphicUsed by:511
Symbol 505 GraphicUsed by:511
Symbol 506 GraphicUsed by:510
Symbol 507 GraphicUsed by:510
Symbol 508 GraphicUsed by:510
Symbol 509 GraphicUsed by:510
Symbol 510 MovieClipUses:506 507 508 509Used by:511
Symbol 511 MovieClipUses:76 501 502 503 504 505 510Used by:545
Symbol 512 GraphicUsed by:515
Symbol 513 GraphicUsed by:515
Symbol 514 GraphicUsed by:515
Symbol 515 MovieClipUses:76 512 513 316 321 514Used by:545
Symbol 516 GraphicUsed by:522
Symbol 517 GraphicUsed by:522
Symbol 518 GraphicUsed by:522
Symbol 519 GraphicUsed by:522
Symbol 520 ShapeTweeningUsed by:522
Symbol 521 GraphicUsed by:522
Symbol 522 MovieClipUses:76 516 517 518 519 520 521Used by:545
Symbol 523 TextUses:6Used by:545
Symbol 524 TextUses:6Used by:545
Symbol 525 TextUses:6Used by:545
Symbol 526 GraphicUsed by:532
Symbol 527 GraphicUsed by:532
Symbol 528 GraphicUsed by:532
Symbol 529 GraphicUsed by:532
Symbol 530 GraphicUsed by:532
Symbol 531 GraphicUsed by:532 539
Symbol 532 MovieClipUses:76 526 527 528 529 530 531Used by:545
Symbol 533 TextUses:273Used by:539
Symbol 534 GraphicUsed by:539
Symbol 535 GraphicUsed by:539
Symbol 536 GraphicUsed by:539
Symbol 537 GraphicUsed by:539
Symbol 538 GraphicUsed by:539
Symbol 539 MovieClipUses:76 533 534 535 536 537 538 531Used by:545
Symbol 540 GraphicUsed by:541
Symbol 541 MovieClipUses:540Used by:542 543 544
Symbol 542 MovieClipUses:76 541Used by:545
Symbol 543 MovieClipUses:76 541Used by:545
Symbol 544 MovieClipUses:76 541Used by:545
Symbol 545 MovieClipUses:444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 473 477 481 323 486 330 336 492 82 296 353 376 500 511 390 515 385 262 522 523 524 525 342 532 539 542 543 544Used by:546
Symbol 546 MovieClipUses:443 545Used by:Timeline
Symbol 547 BitmapUsed by:548
Symbol 548 GraphicUses:547Used by:549
Symbol 549 MovieClipUses:548Used by:Timeline
Symbol 550 EditableTextUses:6Used by:Timeline
Symbol 551 EditableTextUses:6Used by:Timeline
Symbol 552 GraphicUsed by:554 559
Symbol 553 GraphicUsed by:554 559
Symbol 554 ButtonUses:52 552 553Used by:Timeline
Symbol 555 GraphicUses:45Used by:Timeline
Symbol 556 GraphicUsed by:557
Symbol 557 MovieClipUses:556Used by:Timeline
Symbol 558 EditableTextUses:6Used by:Timeline
Symbol 559 ButtonUses:52 552 553Used by:Timeline
Symbol 560 GraphicUsed by:562
Symbol 561 GraphicUsed by:562
Symbol 562 MovieClipUses:560 561Used by:Timeline
Symbol 563 EditableTextUses:6Used by:Timeline
Symbol 564 GraphicUsed by:565
Symbol 565 MovieClipUses:564Used by:Timeline
Streaming Sound 1Used by:Symbol 49 MovieClip

Instance Names

"Bar"Frame 1Symbol 36 MovieClip
"tileset"Frame 3Symbol 96 MovieClip
"sound"Frame 3Symbol 139 MovieClip
"mfire"Frame 3Symbol 141 MovieClip
"fire2"Frame 3Symbol 144 MovieClip
"fire1"Frame 3Symbol 157 MovieClip
"granate"Frame 3Symbol 180 MovieClip
"slug"Frame 3Symbol 254 MovieClip
"ground"Frame 3Symbol 434 MovieClip
"back"Frame 3Symbol 436 MovieClip
"sound"Frame 4Symbol 139 MovieClip
"mfire"Frame 4Symbol 141 MovieClip
"fire2"Frame 4Symbol 144 MovieClip
"fire1"Frame 4Symbol 157 MovieClip
"granate"Frame 4Symbol 180 MovieClip
"slug"Frame 4Symbol 254 MovieClip
"ground"Frame 4Symbol 546 MovieClip
"back"Frame 4Symbol 549 MovieClip
"bar"Symbol 32 MovieClip Frame 1Symbol 26 MovieClip
"explo"Symbol 180 MovieClip Frame 3Symbol 76 MovieClip
"pilz"Symbol 268 MovieClip Frame 1Symbol 265 MovieClip
"sho1"Symbol 385 MovieClip Frame 64Symbol 262 MovieClip
"burner_guy1"Symbol 402 MovieClip Frame 1Symbol 296 MovieClip
"flycopter12"Symbol 402 MovieClip Frame 1Symbol 82 MovieClip
"fatguy3"Symbol 402 MovieClip Frame 1Symbol 323 MovieClip
"fatguy2"Symbol 402 MovieClip Frame 1Symbol 323 MovieClip
"pokey2"Symbol 402 MovieClip Frame 1Symbol 330 MovieClip
"monter"Symbol 402 MovieClip Frame 1Symbol 336 MovieClip
"womp3"Symbol 402 MovieClip Frame 1Symbol 342 MovieClip
"womp1"Symbol 402 MovieClip Frame 1Symbol 342 MovieClip
"fatguy1"Symbol 402 MovieClip Frame 1Symbol 323 MovieClip
"womp2"Symbol 402 MovieClip Frame 1Symbol 342 MovieClip
"flycopter2"Symbol 402 MovieClip Frame 1Symbol 82 MovieClip
"flycopter1"Symbol 402 MovieClip Frame 1Symbol 82 MovieClip
"nguy2"Symbol 402 MovieClip Frame 1Symbol 353 MovieClip
"guy_stelz2"Symbol 402 MovieClip Frame 1Symbol 376 MovieClip
"guy_stelz1"Symbol 402 MovieClip Frame 1Symbol 376 MovieClip
"nguy1"Symbol 402 MovieClip Frame 1Symbol 353 MovieClip
"flycopter3"Symbol 402 MovieClip Frame 1Symbol 82 MovieClip
"koop_green2"Symbol 402 MovieClip Frame 1Symbol 390 MovieClip
"deckel"Symbol 434 MovieClip Frame 1Symbol 256 MovieClip
"sho3"Symbol 434 MovieClip Frame 1Symbol 262 MovieClip
"rechte"Symbol 434 MovieClip Frame 1Symbol 270 MovieClip
"linke"Symbol 434 MovieClip Frame 1Symbol 272 MovieClip
"ebene"Symbol 434 MovieClip Frame 1Symbol 277 MovieClip
"boden"Symbol 434 MovieClip Frame 1Symbol 402 MovieClip
"beetle2"Symbol 545 MovieClip Frame 1Symbol 477 MovieClip
"spike 4"Symbol 545 MovieClip Frame 1Symbol 481 MovieClip
"fatguy3"Symbol 545 MovieClip Frame 1Symbol 323 MovieClip
"fatguy2"Symbol 545 MovieClip Frame 1Symbol 323 MovieClip
"gomba5"Symbol 545 MovieClip Frame 1Symbol 486 MovieClip
"gomba3"Symbol 545 MovieClip Frame 1Symbol 486 MovieClip
"pokey2"Symbol 545 MovieClip Frame 1Symbol 330 MovieClip
"monter2"Symbol 545 MovieClip Frame 1Symbol 336 MovieClip
"plant2"Symbol 545 MovieClip Frame 1Symbol 492 MovieClip
"flycopter2"Symbol 545 MovieClip Frame 1Symbol 82 MovieClip
"flycopter1"Symbol 545 MovieClip Frame 1Symbol 82 MovieClip
"burner_guy2"Symbol 545 MovieClip Frame 1Symbol 296 MovieClip
"nguy3"Symbol 545 MovieClip Frame 1Symbol 353 MovieClip
"nguy2"Symbol 545 MovieClip Frame 1Symbol 353 MovieClip
"guy_stelz2"Symbol 545 MovieClip Frame 1Symbol 376 MovieClip
"guy_trib1"Symbol 545 MovieClip Frame 1Symbol 500 MovieClip
"koopa_red2"Symbol 545 MovieClip Frame 1Symbol 511 MovieClip
"koop_green3"Symbol 545 MovieClip Frame 1Symbol 390 MovieClip
"koop_green1"Symbol 545 MovieClip Frame 1Symbol 390 MovieClip
"spiney3"Symbol 545 MovieClip Frame 1Symbol 515 MovieClip
"spiney2"Symbol 545 MovieClip Frame 1Symbol 515 MovieClip
"sho3"Symbol 545 MovieClip Frame 1Symbol 262 MovieClip
"sho2"Symbol 545 MovieClip Frame 1Symbol 262 MovieClip
"sho4"Symbol 545 MovieClip Frame 1Symbol 262 MovieClip
"spiney1"Symbol 545 MovieClip Frame 1Symbol 515 MovieClip
"koopa_red1"Symbol 545 MovieClip Frame 1Symbol 511 MovieClip
"koop_green2"Symbol 545 MovieClip Frame 1Symbol 390 MovieClip
"guy_trib2"Symbol 545 MovieClip Frame 1Symbol 500 MovieClip
"guy_stelz1"Symbol 545 MovieClip Frame 1Symbol 376 MovieClip
"nguy1"Symbol 545 MovieClip Frame 1Symbol 353 MovieClip
"burner_guy1"Symbol 545 MovieClip Frame 1Symbol 296 MovieClip
"flycopter3"Symbol 545 MovieClip Frame 1Symbol 82 MovieClip
"gomba2"Symbol 545 MovieClip Frame 1Symbol 486 MovieClip
"monter"Symbol 545 MovieClip Frame 1Symbol 336 MovieClip
"plant1"Symbol 545 MovieClip Frame 1Symbol 492 MovieClip
"womp3"Symbol 545 MovieClip Frame 1Symbol 342 MovieClip
"womp1"Symbol 545 MovieClip Frame 1Symbol 342 MovieClip
"fatguy1"Symbol 545 MovieClip Frame 1Symbol 323 MovieClip
"pokey"Symbol 545 MovieClip Frame 1Symbol 330 MovieClip
"beetle1"Symbol 545 MovieClip Frame 1Symbol 477 MovieClip
"spike 2"Symbol 545 MovieClip Frame 1Symbol 481 MovieClip
"womp2"Symbol 545 MovieClip Frame 1Symbol 342 MovieClip
"ebene"Symbol 546 MovieClip Frame 1Symbol 443 MovieClip
"boden"Symbol 546 MovieClip Frame 1Symbol 545 MovieClip

Labels

"men"Frame 2
"level7"Frame 3
"level10"Frame 4
"won"Frame 6
"secret"Frame 8
"lost"Frame 46
"loaded"Symbol 32 MovieClip Frame 3
"stehen"Symbol 254 MovieClip Frame 1
"shoot"Symbol 254 MovieClip Frame 38
"crouch"Symbol 254 MovieClip Frame 57
"messer"Symbol 254 MovieClip Frame 73
"Machinegun"Symbol 254 MovieClip Frame 83
"lookup"Symbol 254 MovieClip Frame 99
"running"Symbol 254 MovieClip Frame 111
"dying"Symbol 254 MovieClip Frame 123
"pistol"Symbol 254 MovieClip Frame 137
"jump"Symbol 254 MovieClip Frame 141
"reload"Symbol 254 MovieClip Frame 150
"tod"Symbol 385 MovieClip Frame 57

Dynamic Text Variables

loadTextSymbol 34 EditableText""
loadTextSymbol 35 EditableText""
_root.munshotSymbol 100 EditableText"1111"
_root.yoshmunzSymbol 106 EditableText"1111"
_root.munzSymbol 116 EditableText"1111"
_root.mungraSymbol 117 EditableText"1111"
_root.gumbootSymbol 121 EditableText"43"
_root.munmachineSymbol 127 EditableText"1111"




http://swfchan.com/8/36490/info.shtml
Created: 15/5 -2019 03:57:03 Last modified: 15/5 -2019 03:57:03 Server time: 10/05 -2024 02:06:00