Frame 1
Stage.showMenu = false;
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
tellTarget (_root.loader) {
gotoAndStop(_root.percentbytes);
};
Frame 2
if (loadedbytes == totalbytes) {
playb._x = 275;
stop();
} else {
gotoAndPlay (1);
}
Frame 4
stop();
stopAllSounds();
variable = new Sound(this);
variable.attachSound("joe");
variable.start(0, 9999);
Frame 46
stop();
Frame 48
stop();
Frame 50
gotoAndStop ("lol");
Frame 52
Stage.showMenu = false;
ysp = "xomg";
lives = 4;
b = false;
movex = 7;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 350;
onEnterFrame = function () {
if (lives == 0) {
gotoAndStop (48);
}
if (Key.isDown(38) && (!jumpify)) {
ysp = 13;
jumpify = true;
} else if (Key.isDown(37)) {
guy._x = guy._x - movex;
guy._xscale = -100;
guy.gotoAndStop("moving");
} else if (Key.isDown(39)) {
guy._x = guy._x + movex;
guy._xscale = 100;
guy.gotoAndStop("moving");
} else {
guy.gotoAndStop("still");
}
if (jumpify == true) {
ysp = ysp - 2;
guy._y = guy._y - ysp;
}
if ((jumpify == false) && (b == false)) {
ysp = -10;
}
if (ysp <= -10) {
ysp = -10;
}
if (_root.ground1.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
} else if (_root.ground2.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
} else if (_root.ground3.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
} else if (_root.ground4.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
} else if (_root.ground5.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
} else if (_root.ground6.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
} else if (_root.dunlvl.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
} else {
b = false;
}
if (door == true) {
doorl.gotoAndStop("open");
} else {
doorl.gotoAndStop("closed");
}
guy._y = guy._y - ysp;
updateAfterEvent();
};
Instance of Symbol 107 MovieClip in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 113 MovieClip "ground3" in Frame 52
on (press) {
if (_root.r == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.r = false;
}
Instance of Symbol 113 MovieClip "ground4" in Frame 52
on (press) {
if (_root.l == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.l = false;
}
Instance of Symbol 113 MovieClip "ground2" in Frame 52
on (press) {
if (_root.m == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.m = false;
}
Instance of Symbol 113 MovieClip "ground5" in Frame 52
on (press) {
if (_root.c == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.c = false;
}
Instance of Symbol 113 MovieClip "ground6" in Frame 52
on (press) {
if (_root.p == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.p = false;
}
Instance of Symbol 116 MovieClip "key" in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.door = true;
this._x = 2000;
}
}
Instance of Symbol 128 MovieClip "doorl" in Frame 52
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
if (_root.door == true) {
_root.nextFrame();
}
}
}
Frame 53
p = true;
c = true;
m = true;
l = true;
r = true;
key._x = 300;
key._y = 100;
door = false;
guy._x = 50;
guy._y = 350;
_root.ground2._x = 420;
_root.ground2._y = 290;
_root.ground3._x = 450;
_root.ground3._y = 310;
_root.ground4._x = 420;
_root.ground4._y = 330;
_root.ground5._x = 450;
_root.ground5._y = 350;
_root.ground6._x = 420;
_root.ground6._y = 370;
Instance of Symbol 128 MovieClip "doorl" in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
if (_root.door == true) {
_root.nextFrame();
}
}
}
Instance of Symbol 130 MovieClip "bomb1" in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip "bomb4" in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip "bomb2" in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip "bomb7" in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip "bomb6" in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip "bomb3" in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 121 MovieClip in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip "bomb5" in Frame 53
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 54
p = true;
c = true;
m = true;
l = true;
r = true;
key._x = 200;
key._y = 150;
door = false;
guy._x = 50;
guy._y = 350;
_root.ground2._x = 420;
_root.ground2._y = 290;
_root.ground3._x = 450;
_root.ground3._y = 310;
_root.ground4._x = 420;
_root.ground4._y = 330;
_root.ground5._x = 450;
_root.ground5._y = 350;
_root.ground6._x = 420;
_root.ground6._y = 370;
Instance of Symbol 130 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 120 MovieClip in Frame 54
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 55
p = true;
c = true;
m = true;
l = true;
r = true;
key._x = 300;
key._y = 50;
door = false;
guy._x = 50;
guy._y = 350;
_root.ground2._x = 420;
_root.ground2._y = 290;
_root.ground3._x = 450;
_root.ground3._y = 310;
_root.ground4._x = 420;
_root.ground4._y = 330;
_root.ground5._x = 450;
_root.ground5._y = 350;
_root.ground6._x = 420;
_root.ground6._y = 370;
Instance of Symbol 121 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 121 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 56
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 350;
key._x = 99;
key._y = 178;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 120 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 120 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 56
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 57
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 350;
key._x = 300;
key._y = 100;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 116 MovieClip "key" in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.door = true;
this._x = 2000;
}
}
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 121 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 121 MovieClip in Frame 57
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 58
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 330;
key._x = 371;
key._y = 65;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.gotoAndPlay("nam");
}
}
Instance of Symbol 130 MovieClip in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 128 MovieClip "doorl" in Frame 58
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
if (_root.door == true) {
_root.nextFrame();
}
}
}
Frame 59
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 350;
key._x = 446;
key._y = 254;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 128 MovieClip "doorl" in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
if (_root.door == true) {
_root.nextFrame();
}
}
}
Instance of Symbol 130 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 59
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 60
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 478;
guy._y = 350;
key._x = 239;
key._y = 340;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 107 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 128 MovieClip "doorl" in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
if (_root.door == true) {
_root.gotoAndStop("peeo");
}
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 116 MovieClip "key" in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.door = true;
this._x = 2000;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.gotoAndPlay("nam");
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.gotoAndPlay("nam");
}
}
Instance of Symbol 118 MovieClip in Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
guy._x = 478;
guy._y = 350;
}
}
Frame 61
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 478;
guy._y = 350;
key._x = 239;
key._y = 300;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 116 MovieClip "key" in Frame 61
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.door = true;
this._x = 2000;
}
}
Frame 62
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 350;
key._x = 41;
key._y = 178;
stop();
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 107 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 128 MovieClip "doorl" in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
if (_root.door == true) {
_root.nextFrame();
}
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.gotoAndPlay("nam");
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 62
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 63
p = true;
c = true;
m = true;
l = true;
r = true;
guy._x = 50;
guy._y = 350;
key._x = 404;
key._y = 157;
door = false;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 63
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 64
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 350;
key._x = 291;
key._y = 31;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 118 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 64
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 65
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 350;
key._x = 276;
key._y = 193;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 130 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 66
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 350;
key._x = 421;
key._y = 108;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 66
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 67
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 70;
guy._y = 350;
key._x = 253;
key._y = 182;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 118 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 67
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 68
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 70;
guy._y = 350;
key._x = 263;
key._y = 195;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 121 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 121 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 68
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 69
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 70;
guy._y = 350;
key._x = 419;
key._y = 363;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 118 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 69
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.gotoAndPlay("nam");
}
}
Frame 70
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 70;
guy._y = 350;
key._x = 271;
key._y = 11;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Frame 71
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 70;
guy._y = 350;
key._x = 263;
key._y = 238;
_root.ground2._x = 70;
_root.ground2._y = 40;
_root.ground3._x = 90;
_root.ground3._y = 60;
_root.ground4._x = 70;
_root.ground4._y = 80;
_root.ground5._x = 90;
_root.ground5._y = 100;
_root.ground6._x = 70;
_root.ground6._y = 120;
Instance of Symbol 128 MovieClip "doorl" in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
if (_root.door == true) {
_root.gotoAndStop("beat");
}
}
}
Instance of Symbol 118 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 130 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Instance of Symbol 118 MovieClip in Frame 71
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.lives--;
_root.guy._x = 50;
_root.guy._y = 350;
}
}
Symbol 21 Button
on (release) {
nextFrame();
}
Symbol 25 MovieClip Frame 100
_root.nextFrame();
Symbol 26 Button
on (release) {
getURL ("http://www.games2web.com/", "_blank");
}
Symbol 32 Button
on (release) {
getURL ("http://www.lostsolution.net", "_blank");
}
Symbol 36 Button
on (release) {
gotoAndStop (52);
}
Symbol 40 Button
on (release) {
gotoAndStop (51);
}
Symbol 43 Button
on (release) {
getURL ("http://games2web.com", "_blank");
}
Symbol 47 Button
on (release) {
play();
}
Symbol 89 Button
on (release) {
gotoAndStop (4);
}
Symbol 97 Button
on (release) {
gotoAndStop ("1");
}
Symbol 102 Button
on (release) {
gotoAndStop ("lol");
}
Symbol 128 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 180 Button
on (release) {
gotoAndStop ("fuck");
}