Frame 1 (195 B)
play();
loadedbytes = getBytesLoaded();
totalbytes = getBytesTotal();
percentbytes = int(loadedbytes / (totalbytes / 100));
tellTarget (_root.loader) {
gotoAndStop(_root.percentbytes);
};
Frame 2 (80 B)
if (loadedbytes == totalbytes) {
nextFrame();
} else {
gotoAndPlay (1);
}
Instance of Symbol 206 MovieClip in Frame 4 (92 B)
onClipEvent (load) {
_root.stop();
}
on (release) {
getURL ("http://www.games2web.com");
}
Frame 6 (616 B)
stop();
Stage.showMenu = eval (false)();
onEnterFrame = function () {
bg.gotoAndStop(bgfrm);
ground1.one._x = 120.7;
ground1.one._y = -1.9;
ground1.two._x = 120.7;
ground1.two._y = 39.9;
ground1.three._x = 120.7;
ground1.three._y = 71.9;
ground1.four._x = 120.7;
ground1.four._y = 102.9;
ground1.five._x = 120.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 19;
guy._y = -9.58275863592635E38;
key._x = 8;
key._y = 40;
};
stopAllSounds();
music = new Sound(this);
music.attachSound("song");
music.start(0, 999999);
Frame 9 (2.22 KiB) ●
ysp = "xomg";
Stage.showMenu = eval (false)();
lives = 5;
bgfrm = 1;
b = false;
f = false;
movex = 7;
_root.mousebar.lvl = 1;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
onEnterFrame = function () {
function reset() {
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
}
((guy._y >= 450) ? (reset()lives--) : 0);
ddd.onRelease = function () {
reset();
};
if (door != true) {
(dooro.gotoAndStop(1));// not popped
} else {
(dooro.gotoAndStop(2));// not popped
}
if (f == true) {
guy.gotoAndStop(1);
}
if (lives <= 0) {
gotoAndStop ("ded");
}
if (Key.isDown(38) && (!jumpify)) {
ysp = 15;
jumpify = true;
} else if (Key.isDown(37)) {
guy._x = guy._x - movex;
guy._xscale = -75;
guy.gotoAndStop(2);
} else if (Key.isDown(39)) {
guy._x = guy._x + movex;
guy._xscale = 75;
guy.gotoAndStop(2);
} else {
guy.gotoAndStop(1);
}
if (jumpify == true) {
ysp = ysp - 1.8;
guy._y = guy._y - ysp;
f = true;
} else {
f = false;
}
if ((jumpify == false) && (b == false)) {
jumpify = true;
}
if (ysp <= -12) {
ysp = -12;
}
if (_root.ground1.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
}
if (_root.ground2.hitTest(guy._x, guy._y, true)) {
ysp = 0;
b = true;
jumpify = false;
}
if (ground1.hitTest(up._x, up._y, true)) {
guy._y = guy._y - 5;
} else if (ground1.hitTest(down._x, down._y, true) && (jumpify)) {
ysp = -10;
} else if (ground2.hitTest(up._x, up._y, true)) {
guy._y = guy._y - 5;
} else if (ground2.hitTest(down._x, down._y, true) && (jumpify)) {
ysp = -10;
} else {
b = false;
}
if (door == true) {
doorl.gotoAndStop("open");
} else {
doorl.gotoAndStop("closed");
}
guy._y = guy._y - ysp;
updateAfterEvent();
};
Instance of Symbol 295 MovieClip "dooro" in Frame 9 (116 B)
onClipEvent (enterFrame) {
((_root.guy.hitTest(this) && (_root.door == true)) ? (_root.nextFrame()) : 0);
}
Instance of Symbol 299 MovieClip "key" in Frame 9 (109 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.door = true;
this._visible = false;
}
}
Instance of Symbol 301 MovieClip "up" in Frame 9 (107 B)
onClipEvent (enterFrame) {
this._visible = false;
this._x = _root.guy._x;
this._y = _root.guy._y - 10;
}
Instance of Symbol 302 MovieClip "down" in Frame 9 (107 B)
onClipEvent (enterFrame) {
this._visible = false;
this._x = _root.guy._x;
this._y = _root.guy._y - 90;
}
Instance of Symbol 315 MovieClip "mousebar" in Frame 9 (118 B)
onClipEvent (enterFrame) {
if (_root._ymouse <= 50) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Frame 10 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 389;
key._y = 73;
Instance of Symbol 325 MovieClip in Frame 10 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 342 MovieClip in Frame 10 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 10 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 10 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 10 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 325 MovieClip in Frame 10 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Frame 11 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 53;
key._y = 151;
Instance of Symbol 325 MovieClip in Frame 11 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 342 MovieClip in Frame 11 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Frame 12 (405 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 22;
key._y = 27;
Frame 13 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 214;
key._y = 10;
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 13 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Frame 14 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 265;
key._y = 71;
Frame 15 (407 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 288;
key._y = 358;
Instance of Symbol 325 MovieClip in Frame 15 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 325 MovieClip in Frame 15 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 325 MovieClip in Frame 15 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Frame 16 (405 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 63;
key._y = 80;
Frame 17 (407 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 316;
key._y = 155;
Instance of Symbol 325 MovieClip in Frame 17 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Frame 18 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 347;
key._y = 53;
Instance of Symbol 342 MovieClip in Frame 18 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Frame 19 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 177;
key._y = 19;
Instance of Symbol 325 MovieClip in Frame 19 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Frame 20 (405 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 47;
key._y = 56;
Instance of Symbol 342 MovieClip in Frame 20 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Frame 21 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 33;
key._y = 222;
Instance of Symbol 325 MovieClip in Frame 21 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 325 MovieClip in Frame 21 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 342 MovieClip in Frame 21 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Frame 22 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 384;
key._y = 89;
Instance of Symbol 342 MovieClip in Frame 22 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 22 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 325 MovieClip in Frame 22 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 325 MovieClip in Frame 22 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 325 MovieClip in Frame 22 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 325 MovieClip in Frame 22 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 325 MovieClip in Frame 22 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Frame 23 (407 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 197;
key._y = 263;
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 23 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Frame 24 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 306;
key._y = 48;
Instance of Symbol 342 MovieClip in Frame 24 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Frame 25 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 253;
key._y = 84;
Instance of Symbol 325 MovieClip in Frame 25 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Instance of Symbol 325 MovieClip in Frame 25 (560 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this)) {
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
}
}
Frame 26 (407 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 216;
key._y = 232;
Instance of Symbol 342 MovieClip in Frame 26 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 26 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 26 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 26 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 26 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 26 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Instance of Symbol 342 MovieClip in Frame 26 (81 B)
onClipEvent (enterFrame) {
(_root.guy.hitTest(this) ? (this.nextFrame()) : 0);
}
Frame 27 (408 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 5.6;
key._y = 10.1;
Frame 28 (406 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 250.7;
ground1.one._y = -1.9;
ground1.two._x = 250.7;
ground1.two._y = 39.9;
ground1.three._x = 250.7;
ground1.three._y = 71.9;
ground1.four._x = 250.7;
ground1.four._y = 102.9;
ground1.five._x = 250.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 50;
guy._y = 365;
key._x = 478;
key._y = 40;
Frame 29 (404 B)
bg.gotoAndStop(bgfrm);
ground1.one._x = 120.7;
ground1.one._y = -1.9;
ground1.two._x = 120.7;
ground1.two._y = 39.9;
ground1.three._x = 120.7;
ground1.three._y = 71.9;
ground1.four._x = 120.7;
ground1.four._y = 102.9;
ground1.five._x = 120.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 19;
guy._y = 224;
key._x = 8;
key._y = 40;
Instance of Symbol 368 MovieClip in Frame 29 (109 B)
onClipEvent (enterFrame) {
if (_root.guy.hitTest(this._x, this._y, true)) {
_root.gotoAndStop("win");
}
}
Frame 31 (485 B)
stop();
onEnterFrame = function () {
bg.gotoAndStop(bgfrm);
ground1.one._x = 120.7;
ground1.one._y = -1.9;
ground1.two._x = 120.7;
ground1.two._y = 39.9;
ground1.three._x = 120.7;
ground1.three._y = 71.9;
ground1.four._x = 120.7;
ground1.four._y = 102.9;
ground1.five._x = 120.7;
ground1.five._y = 147.9;
p = true;
c = true;
m = true;
l = true;
r = true;
door = false;
guy._x = 19;
guy._y = -9.58275863592635E38;
key._x = 8;
key._y = 40;
};
Symbol 96 MovieClip Frame 98 (26 B)
_root.percentbytes = 100;
Symbol 96 MovieClip Frame 99 (26 B)
_root.percentbytes = 100;
Symbol 96 MovieClip Frame 100 (26 B)
_root.percentbytes = 100;
Symbol 108 Button (30 B)
on (release) {
nextFrame();
}
Symbol 192 MovieClip Frame 25 (8 B)
stop();
Symbol 206 MovieClip Frame 297 (14 B)
_root.play();
Symbol 227 MovieClip Frame 188 (19 B)
_root.nextFrame();
Symbol 231 Button (30 B)
on (release) {
nextFrame();
}
Symbol 234 Button (34 B)
on (release) {
gotoAndStop (8);
}
Symbol 237 Button (64 B)
on (release) {
getURL ("http://www.games2web.com", "_blank");
}
Symbol 241 Button (34 B)
on (release) {
gotoAndStop (9);
}
Symbol 244 Button (67 B)
on (release) {
getURL ("http://www.lostsolution.net", "_blank");
}
Symbol 247 Button (44 B)
on (release) {
stopAllSounds();
num = 2;
}
Symbol 250 Button (123 B)
on (release) {
stopAllSounds();
music = new Sound(this);
music.attachSound("song");
music.start(0, 999999);
num = 1;
}
Symbol 251 MovieClip Frame 1 (68 B)
onEnterFrame = function () {
this.gotoAndStop(num);
};
stop();
Symbol 256 Button (30 B)
on (release) {
prevFrame();
}
Symbol 260 Button (34 B)
on (release) {
gotoAndStop (6);
}
Symbol 277 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 281 MovieClip "one" in Symbol 292 MovieClip Frame 1 (147 B)
on (press) {
if (_root.c == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.c = false;
}
Instance of Symbol 283 MovieClip "two" in Symbol 292 MovieClip Frame 1 (147 B)
on (press) {
if (_root.p == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.p = false;
}
Instance of Symbol 285 MovieClip "three" in Symbol 292 MovieClip Frame 1 (147 B)
on (press) {
if (_root.m == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.m = false;
}
Instance of Symbol 287 MovieClip "four" in Symbol 292 MovieClip Frame 1 (147 B)
on (press) {
if (_root.l == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.l = false;
}
Instance of Symbol 289 MovieClip "five" in Symbol 292 MovieClip Frame 1 (147 B)
on (press) {
if (_root.r == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.r = false;
}
Instance of Symbol 291 MovieClip in Symbol 292 MovieClip Frame 1 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.key._visible = true;
}
}
Symbol 295 MovieClip Frame 1 (8 B)
stop();
Symbol 310 Button (43 B)
on (release) {
_root.gotoAndStop("men");
}
Symbol 313 Button (93 B)
on (release) {
if ((i++) >= 2) {
i = 0;
}
_quality = ["HIGH", "MEDIUM", "LOW"][i];
}
Symbol 315 MovieClip Frame 1 (8 B)
stop();
Symbol 341 MovieClip Frame 17 (508 B)
stop();
_root.lives--;
_root.ground1.one._x = 250.7;
_root.ground1.one._y = -1.9;
_root.ground1.two._x = 250.7;
_root.ground1.two._y = 39.9;
_root.ground1.three._x = 250.7;
_root.ground1.three._y = 71.9;
_root.ground1.four._x = 250.7;
_root.ground1.four._y = 102.9;
_root.ground1.five._x = 250.7;
_root.ground1.five._y = 147.9;
_root.p = true;
_root.c = true;
_root.m = true;
_root.l = true;
_root.r = true;
_root.door = false;
_root.guy._x = 50;
_root.guy._y = 365;
_parent.prevFrame();
Symbol 342 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 281 MovieClip "one" in Symbol 376 MovieClip Frame 1 (147 B)
on (press) {
if (_root.c == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.c = false;
}
Instance of Symbol 283 MovieClip "two" in Symbol 376 MovieClip Frame 1 (147 B)
on (press) {
if (_root.p == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.p = false;
}
Instance of Symbol 285 MovieClip "three" in Symbol 376 MovieClip Frame 1 (147 B)
on (press) {
if (_root.m == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.m = false;
}
Instance of Symbol 287 MovieClip "four" in Symbol 376 MovieClip Frame 1 (147 B)
on (press) {
if (_root.l == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.l = false;
}
Instance of Symbol 289 MovieClip "five" in Symbol 376 MovieClip Frame 1 (147 B)
on (press) {
if (_root.r == true) {
this.startDrag(true);
} else {
this.stopDrag();
}
}
on (release) {
this.stopDrag();
_root.r = false;
}
Instance of Symbol 291 MovieClip in Symbol 376 MovieClip Frame 1 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.key._visible = true;
}
}
Instance of Symbol 291 MovieClip in Symbol 376 MovieClip Frame 1 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy)) {
_root.key._visible = true;
}
}
Symbol 381 Button (38 B)
on (release) {
gotoAndStop ("men");
}
Symbol 386 Button (43 B)
on (release) {
gotoAndStop ("firstlvl");
}
Symbol 387 Button (43 B)
on (release) {
gotoAndStop ("firstlvl");
}
Symbol 390 Button (38 B)
on (release) {
gotoAndStop ("men");
}