Frame 1
fscommand ("allowscale", false);
fscommand ("showmenu", false);
fscommand ("fullscreen", true);
current_bytes = this.getBytesLoaded();
tot_bytes = this.getBytesTotal();
percent = int((current_bytes / tot_bytes) * 100) + "% ";
if (current_bytes >= tot_bytes) {
gotoAndStop (5);
}
Frame 2
this.gotoAndPlay("loader");
Frame 5
stop();
Instance of Symbol 153 MovieClip "rules" in Frame 5
onClipEvent (load) {
_root.rules._visible = 0;
}
Instance of Symbol 161 MovieClip "credits" in Frame 5
onClipEvent (load) {
_root.credits._visible = 0;
}
Instance of Symbol 180 MovieClip "license" in Frame 5
onClipEvent (load) {
_root.license._visible = 0;
}
Instance of Symbol 235 MovieClip "intro" in Frame 6
onClipEvent (load) {
this.gotoAndPlay("part 1");
}
Frame 9
hitanimation = 1;
Frame 10
status = 0;
hbar = 100;
score = 0;
loadMovieNum ("music1.swf", 10);
stop();
Mouse.hide();
_root.timer.timer = 0;
stop = "no";
Instance of Symbol 151 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 10
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Frame 10
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 10
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 10
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 10
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 10
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 10
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 292 MovieClip "man" in Frame 10
onClipEvent (load) {
function got_hit() {
this.gotoAndPlay("dead");
dead = "yes";
}
g = 0.8;
jump_fx = new Sound();
jump_fx.attachSound("jump_fx");
movie_height = 290;
movie_width = 780;
left = -5;
xmin = 0.3;
right = movie_width;
jump = -9;
dead = "";
go_space = "yes";
total_tiles = 13;
hor_mov = 4;
friction = 0.7;
delay = 0;
wait_time = 350;
}
onClipEvent (enterFrame) {
function collision_detection() {
var i = 0;
while (total_tiles >= (++i)) {
if (((((this._parent["tile" + i]._y < (this._y + ymov)) && ((this._y + ymov) < (this._parent["tile" + i]._y + this._parent["tile" + i]._height))) && (this._parent["tile" + i]._x < (this._x + this._width))) && (this._x < (this._parent["tile" + i]._x + this._parent["tile" + i]._width))) && (ymov >= 0)) {
ymov = 0;
standing = "yes";
this._y = this._parent["tile" + i]._y;
}
}
}
if (dead != "yes") {
delay++;
ymov = ymov + g;
xmov = xmov * friction;
if ((((Key.isDown(Key.SPACE) && (Key.isDown(Key.RIGHT))) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("right jump");
xmov = hor_mov + 10;
friction = 0.9;
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
friction = 0.7;
xmov = 0;
}
if ((((Key.isDown(Key.SPACE) && (_root.status == 1)) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("right jump");
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
}
if ((((Key.isDown(Key.SPACE) && (Key.isDown(Key.LEFT))) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("jump left");
xmov = (-hor_mov) - 10;
friction = 0.9;
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
friction = 0.7;
xmov = 0;
}
if ((((Key.isDown(Key.SPACE) && (_root.status == 2)) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("jump left");
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
}
if (((Key.isDown(Key.RIGHT) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
if (((this._x + this._width) + hor_mov) < right) {
xmov = hor_mov;
guy.play();
} else {
xmov = 0;
this._x = right - this._width;
}
this.gotoAndStop("right");
_root.status = 1;
}
if (((Key.isDown(Key.LEFT) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
if (left < (this._x - hor_mov)) {
xmov = -hor_mov;
guy.play();
} else {
xmov = 0;
this._x = left;
}
this.gotoAndStop("left");
_root.status = 2;
}
if (Key.isDown(Key.DOWN) && (_root.status == 2)) {
this.gotoAndStop("sit left");
xmov = 0;
}
if (Key.isDown(Key.DOWN) && (_root.status == 1)) {
this.gotoAndStop("sit right");
xmov = 0;
}
if (Key.isDown(Key.UP) && (_root.status == 2)) {
this.gotoAndStop("front left");
xmov = 0;
}
if (Key.isDown(Key.UP) && (_root.status == 1)) {
this.gotoAndStop("front right");
xmov = 0;
}
this.collision_detection();
if (xmin >= math.abs(xmov)) {
xmov = 0;
guy.gotoAndStop(1);
}
_y = (_y + ymov);
_x = (_x + xmov);
if (wait_time < delay) {
this.gotoAndStop("waiting");
}
if (950 < this._y) {
this._parent.man.got_hit();
}
}
}
onClipEvent (keyDown) {
delay = 0;
if (_currentframe == 27) {
this.gotoAndStop("front");
}
}
Instance of Symbol 294 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("room2");
}
}
Instance of Symbol 332 MovieClip "timer" in Frame 10
onClipEvent (load) {
function renew() {
time = new Date();
master = time.gettime();
}
renew();
}
onClipEvent (enterFrame) {
if (_root.stop != "yes") {
time = new Date();
timer = int((time.getTime() - master) / 1000);
}
}
Instance of Symbol 345 MovieClip "getready" in Frame 10
onClipEvent (load) {
this.gotoAndPlay("one");
}
Instance of Symbol 348 MovieClip in Frame 10
onClipEvent (enterFrame) {
_root.bonus = int(100 - _root.timer.timer);
}
Instance of Symbol 349 MovieClip "musicbox" in Frame 10
onClipEvent (load) {
this.gotoAndStop("room1");
}
Frame 18
stop();
Instance of Symbol 350 MovieClip in Frame 18
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 18
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 18
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 18
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 18
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 18
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 18
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 351 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("room3");
}
}
Instance of Symbol 355 MovieClip in Frame 18
onClipEvent (load) {
_parent.man._x = 0;
done = yes;
}
Frame 26
stop();
Instance of Symbol 151 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 26
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 26
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 26
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 358 MovieClip in Frame 26
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 15;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 358 MovieClip in Frame 26
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 15;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 26
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 359 MovieClip in Frame 26
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("room4");
}
}
Instance of Symbol 360 MovieClip in Frame 26
onClipEvent (load) {
_parent.man._x = 1;
done = yes;
}
Frame 35
stop();
Instance of Symbol 151 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 35
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 35
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 35
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 35
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 35
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 35
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 35
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 35
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 364 MovieClip in Frame 35
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("room5");
}
}
Instance of Symbol 365 MovieClip in Frame 35
onClipEvent (load) {
_parent.man._x = 2;
done = yes;
}
Frame 45
stop();
Instance of Symbol 367 MovieClip in Frame 45
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 45
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 45
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 45
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 45
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 45
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 45
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 45
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 45
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 369 MovieClip in Frame 45
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("room6");
}
}
Instance of Symbol 370 MovieClip in Frame 45
onClipEvent (load) {
_parent.man._x = 3;
done = yes;
}
Frame 55
stop();
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 55
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 55
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 55
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 374 MovieClip in Frame 55
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("level1 complete");
}
}
Instance of Symbol 375 MovieClip in Frame 55
onClipEvent (load) {
_parent.man._x = 4;
done = yes;
}
Frame 70
Mouse.show();
stop();
unloadMovieNum (10);
_root.musicbox.gotoAndStop("stop");
stop = "yes";
Instance of Symbol 393 MovieClip in Frame 70
onClipEvent (enterFrame) {
_root.bonus = int(100 - _root.timer.timer);
}
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.bonus = 0;
}
}
Instance of Symbol 396 MovieClip in Frame 70
onClipEvent (enterFrame) {
if (0 < _root.bonus) {
_root.totalscore = int(_root.score + _root.bonus);
}
}
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.totalscore = _root.score + 0;
}
}
onClipEvent (enterFrame) {
if (_root.bonus == 0) {
_root.totalscore = _root.score + 0;
}
}
Frame 100
status = 0;
hbar = 100;
loadMovieNum ("music2.swf", 10);
stop();
Mouse.hide();
_root.health.gotoAndStop("full");
stop = "no";
_root.score = _root.totalscore;
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Frame 100
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Frame 100
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 100
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 292 MovieClip "man" in Frame 100
onClipEvent (load) {
function got_hit() {
this.gotoAndPlay("dead");
dead = "yes";
}
g = 0.8;
jump_fx = new Sound();
jump_fx.attachSound("jump_fx");
movie_height = 290;
movie_width = 780;
left = -5;
xmin = 0.3;
right = movie_width;
jump = -9;
dead = "";
go_space = "yes";
total_tiles = 13;
hor_mov = 4;
friction = 0.7;
delay = 0;
wait_time = 350;
}
onClipEvent (enterFrame) {
function collision_detection() {
var i = 0;
while (total_tiles >= (++i)) {
if (((((this._parent["tile" + i]._y < (this._y + ymov)) && ((this._y + ymov) < (this._parent["tile" + i]._y + this._parent["tile" + i]._height))) && (this._parent["tile" + i]._x < (this._x + this._width))) && (this._x < (this._parent["tile" + i]._x + this._parent["tile" + i]._width))) && (ymov >= 0)) {
ymov = 0;
standing = "yes";
this._y = this._parent["tile" + i]._y;
}
}
}
if (dead != "yes") {
delay++;
ymov = ymov + g;
xmov = xmov * friction;
if ((((Key.isDown(Key.SPACE) && (Key.isDown(Key.RIGHT))) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("right jump");
xmov = hor_mov + 10;
friction = 0.9;
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
friction = 0.7;
xmov = 0;
}
if ((((Key.isDown(Key.SPACE) && (_root.status == 1)) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("right jump");
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
}
if ((((Key.isDown(Key.SPACE) && (Key.isDown(Key.LEFT))) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("jump left");
xmov = (-hor_mov) - 10;
friction = 0.9;
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
friction = 0.7;
xmov = 0;
}
if ((((Key.isDown(Key.SPACE) && (_root.status == 2)) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("jump left");
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
}
if (((Key.isDown(Key.RIGHT) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
if (((this._x + this._width) + hor_mov) < right) {
xmov = hor_mov;
guy.play();
} else {
xmov = 0;
this._x = right - this._width;
}
this.gotoAndStop("right");
_root.status = 1;
}
if (((Key.isDown(Key.LEFT) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
if (left < (this._x - hor_mov)) {
xmov = -hor_mov;
guy.play();
} else {
xmov = 0;
this._x = left;
}
this.gotoAndStop("left");
_root.status = 2;
}
if (Key.isDown(Key.DOWN) && (_root.status == 2)) {
this.gotoAndStop("sit left");
xmov = 0;
}
if (Key.isDown(Key.DOWN) && (_root.status == 1)) {
this.gotoAndStop("sit right");
xmov = 0;
}
if (Key.isDown(Key.UP) && (_root.status == 2)) {
this.gotoAndStop("front left");
xmov = 0;
}
if (Key.isDown(Key.UP) && (_root.status == 1)) {
this.gotoAndStop("front right");
xmov = 0;
}
this.collision_detection();
if (xmin >= math.abs(xmov)) {
xmov = 0;
guy.gotoAndStop(1);
}
_y = (_y + ymov);
_x = (_x + xmov);
if (wait_time < delay) {
this.gotoAndStop("waiting");
}
if (950 < this._y) {
this._parent.man.got_hit();
}
}
}
onClipEvent (keyDown) {
delay = 0;
if (_currentframe == 27) {
this.gotoAndStop("front");
}
}
Instance of Symbol 397 MovieClip in Frame 100
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p2_room2");
}
}
Instance of Symbol 332 MovieClip "timer" in Frame 100
onClipEvent (load) {
function renew() {
time = new Date();
master = time.gettime();
}
renew();
}
onClipEvent (enterFrame) {
if (_root.stop != "yes") {
time = new Date();
timer = int((time.getTime() - master) / 1000);
}
}
Instance of Symbol 405 MovieClip "getready" in Frame 100
onClipEvent (load) {
this.gotoAndPlay("two");
}
Instance of Symbol 348 MovieClip in Frame 100
onClipEvent (enterFrame) {
_root.bonus = int(100 - _root.timer.timer);
}
Instance of Symbol 407 MovieClip "musicbox" in Frame 100
onClipEvent (load) {
this.gotoAndStop("room2");
}
Frame 108
stop();
Instance of Symbol 151 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 108
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 108
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 108
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 108
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 108
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 108
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 108
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 408 MovieClip in Frame 108
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p2_room3");
}
}
Instance of Symbol 355 MovieClip in Frame 108
onClipEvent (load) {
_parent.man._x = 0;
done = yes;
}
Frame 116
stop();
Instance of Symbol 151 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 116
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 116
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 116
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 358 MovieClip in Frame 116
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 15;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 116
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 410 MovieClip in Frame 116
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p2_room4");
}
}
Instance of Symbol 360 MovieClip in Frame 116
onClipEvent (load) {
_parent.man._x = 1;
done = yes;
}
Frame 125
stop();
Instance of Symbol 416 MovieClip in Frame 125
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 125
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 125
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 125
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 125
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 125
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 125
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 125
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 125
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 417 MovieClip in Frame 125
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p2_room5");
}
}
Instance of Symbol 365 MovieClip in Frame 125
onClipEvent (load) {
_parent.man._x = 2;
done = yes;
}
Frame 135
stop();
Instance of Symbol 420 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision2) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 135
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 135
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 135
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 135
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 135
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 135
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 135
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 421 MovieClip in Frame 135
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p2_room6");
}
}
Instance of Symbol 370 MovieClip in Frame 135
onClipEvent (load) {
_parent.man._x = 3;
done = yes;
}
Frame 145
stop();
Instance of Symbol 416 MovieClip in Frame 145
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 145
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 145
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 145
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 145
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 145
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 145
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 145
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 145
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 145
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 423 MovieClip in Frame 145
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("level2 complete");
}
}
Instance of Symbol 375 MovieClip in Frame 145
onClipEvent (load) {
_parent.man._x = 4;
done = yes;
}
Frame 160
Mouse.show();
stop();
unloadMovieNum (10);
_root.musicbox.gotoAndStop("stop");
stop = "yes";
Instance of Symbol 393 MovieClip in Frame 160
onClipEvent (enterFrame) {
_root.bonus = int(100 - _root.timer.timer);
}
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.bonus = 0;
}
}
Instance of Symbol 396 MovieClip in Frame 160
onClipEvent (enterFrame) {
if (0 < _root.bonus) {
_root.totalscore = int(_root.score + _root.bonus);
}
}
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.totalscore = _root.score + 0;
}
}
onClipEvent (enterFrame) {
if (_root.bonus == 0) {
_root.totalscore = _root.score + 0;
}
}
Frame 200
status = 0;
hbar = 100;
loadMovieNum ("music3.swf", 10);
stop();
Mouse.hide();
_root.health.gotoAndStop("full");
stop = "no";
_root.score = _root.totalscore;
Instance of Symbol 416 MovieClip in Frame 200
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 200
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Frame 200
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Frame 200
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 200
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 200
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 200
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 200
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 200
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 292 MovieClip "man" in Frame 200
onClipEvent (load) {
function got_hit() {
this.gotoAndPlay("dead");
dead = "yes";
}
g = 0.8;
jump_fx = new Sound();
jump_fx.attachSound("jump_fx");
movie_height = 290;
movie_width = 780;
left = -5;
xmin = 0.3;
right = movie_width;
jump = -9;
dead = "";
go_space = "yes";
total_tiles = 13;
hor_mov = 4;
friction = 0.7;
delay = 0;
wait_time = 350;
}
onClipEvent (enterFrame) {
function collision_detection() {
var i = 0;
while (total_tiles >= (++i)) {
if (((((this._parent["tile" + i]._y < (this._y + ymov)) && ((this._y + ymov) < (this._parent["tile" + i]._y + this._parent["tile" + i]._height))) && (this._parent["tile" + i]._x < (this._x + this._width))) && (this._x < (this._parent["tile" + i]._x + this._parent["tile" + i]._width))) && (ymov >= 0)) {
ymov = 0;
standing = "yes";
this._y = this._parent["tile" + i]._y;
}
}
}
if (dead != "yes") {
delay++;
ymov = ymov + g;
xmov = xmov * friction;
if ((((Key.isDown(Key.SPACE) && (Key.isDown(Key.RIGHT))) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("right jump");
xmov = hor_mov + 10;
friction = 0.9;
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
friction = 0.7;
xmov = 0;
}
if ((((Key.isDown(Key.SPACE) && (_root.status == 1)) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("right jump");
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
}
if ((((Key.isDown(Key.SPACE) && (Key.isDown(Key.LEFT))) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("jump left");
xmov = (-hor_mov) - 10;
friction = 0.9;
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
friction = 0.7;
xmov = 0;
}
if ((((Key.isDown(Key.SPACE) && (_root.status == 2)) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("jump left");
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
}
if (((Key.isDown(Key.RIGHT) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
if (((this._x + this._width) + hor_mov) < right) {
xmov = hor_mov;
guy.play();
} else {
xmov = 0;
this._x = right - this._width;
}
this.gotoAndStop("right");
_root.status = 1;
}
if (((Key.isDown(Key.LEFT) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
if (left < (this._x - hor_mov)) {
xmov = -hor_mov;
guy.play();
} else {
xmov = 0;
this._x = left;
}
this.gotoAndStop("left");
_root.status = 2;
}
if (Key.isDown(Key.DOWN) && (_root.status == 2)) {
this.gotoAndStop("sit left");
xmov = 0;
}
if (Key.isDown(Key.DOWN) && (_root.status == 1)) {
this.gotoAndStop("sit right");
xmov = 0;
}
if (Key.isDown(Key.UP) && (_root.status == 2)) {
this.gotoAndStop("front left");
xmov = 0;
}
if (Key.isDown(Key.UP) && (_root.status == 1)) {
this.gotoAndStop("front right");
xmov = 0;
}
this.collision_detection();
if (xmin >= math.abs(xmov)) {
xmov = 0;
guy.gotoAndStop(1);
}
_y = (_y + ymov);
_x = (_x + xmov);
if (wait_time < delay) {
this.gotoAndStop("waiting");
}
if (950 < this._y) {
this._parent.man.got_hit();
}
}
}
onClipEvent (keyDown) {
delay = 0;
if (_currentframe == 27) {
this.gotoAndStop("front");
}
}
Instance of Symbol 432 MovieClip in Frame 200
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p3_room2");
}
}
Instance of Symbol 332 MovieClip "timer" in Frame 200
onClipEvent (load) {
function renew() {
time = new Date();
master = time.gettime();
}
renew();
}
onClipEvent (enterFrame) {
if (_root.stop != "yes") {
time = new Date();
timer = int((time.getTime() - master) / 1000);
}
}
Instance of Symbol 440 MovieClip "getready" in Frame 200
onClipEvent (load) {
this.gotoAndPlay("three");
}
Instance of Symbol 348 MovieClip in Frame 200
onClipEvent (enterFrame) {
_root.bonus = int(100 - _root.timer.timer);
}
Instance of Symbol 442 MovieClip "musicbox" in Frame 200
onClipEvent (load) {
this.gotoAndStop("room3");
}
Frame 208
stop();
Instance of Symbol 151 MovieClip in Frame 208
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 208
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 208
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 208
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 208
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 208
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 208
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 208
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 208
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 208
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 208
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 443 MovieClip in Frame 208
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p3_room3");
}
}
Instance of Symbol 355 MovieClip in Frame 208
onClipEvent (load) {
_parent.man._x = 0;
done = yes;
}
Frame 216
stop();
Instance of Symbol 151 MovieClip in Frame 216
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 216
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 216
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 216
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 216
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 216
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 358 MovieClip in Frame 216
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 15;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 216
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 445 MovieClip in Frame 216
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p3_room4");
}
}
Instance of Symbol 360 MovieClip in Frame 216
onClipEvent (load) {
_parent.man._x = 1;
done = yes;
}
Frame 225
stop();
Instance of Symbol 362 MovieClip in Frame 225
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 225
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 225
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 225
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 225
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 225
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 225
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 225
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 225
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 447 MovieClip in Frame 225
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p3_room5");
}
}
Instance of Symbol 365 MovieClip in Frame 225
onClipEvent (load) {
_parent.man._x = 2;
done = yes;
}
Frame 235
stop();
Instance of Symbol 449 MovieClip in Frame 235
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision2) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
this._y = _parent.man._y;
}
Instance of Symbol 151 MovieClip in Frame 235
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 235
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 235
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 235
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 235
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 235
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 235
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 450 MovieClip in Frame 235
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p3_room6");
}
}
Instance of Symbol 370 MovieClip in Frame 235
onClipEvent (load) {
_parent.man._x = 3;
done = yes;
}
Frame 245
stop();
Instance of Symbol 151 MovieClip in Frame 245
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 245
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 245
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 452 MovieClip in Frame 245
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision2) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
this._y = _parent.man._y;
this._x = 0;
}
Instance of Symbol 372 MovieClip in Frame 245
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 245
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 245
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 245
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 245
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 245
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 245
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 245
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 245
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 245
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 453 MovieClip in Frame 245
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("level3 complete");
}
}
Instance of Symbol 375 MovieClip in Frame 245
onClipEvent (load) {
_parent.man._x = 4;
done = yes;
}
Frame 260
Mouse.show();
stop();
unloadMovieNum (10);
_root.musicbox.gotoAndStop("stop");
stop = "yes";
Instance of Symbol 393 MovieClip in Frame 260
onClipEvent (enterFrame) {
_root.bonus = int(100 - _root.timer.timer);
}
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.bonus = 0;
}
}
Instance of Symbol 396 MovieClip in Frame 260
onClipEvent (enterFrame) {
if (0 < _root.bonus) {
_root.totalscore = int(_root.score + _root.bonus);
}
}
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.totalscore = _root.score + 0;
}
}
onClipEvent (enterFrame) {
if (_root.bonus == 0) {
_root.totalscore = _root.score + 0;
}
}
Frame 300
status = 0;
hbar = 100;
loadMovieNum ("music4.swf", 10);
stop();
Mouse.hide();
_root.health.gotoAndStop("full");
stop = "no";
_root.score = _root.totalscore;
Instance of Symbol 105 MovieClip in Frame 300
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Frame 300
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Frame 300
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 300
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 300
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Frame 300
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Frame 300
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 468 MovieClip in Frame 300
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this.gotoAndStop("gotit");
_root.score = _root.score + 100;
done = "yes";
}
}
Instance of Symbol 469 MovieClip "man" in Frame 300
onClipEvent (load) {
function got_hit() {
this.gotoAndPlay("dead");
dead = "yes";
}
g = 0.8;
jump_fx = new Sound();
jump_fx.attachSound("jump_fx");
movie_height = 290;
movie_width = 780;
left = -5;
xmin = 0.3;
right = movie_width;
jump = -15;
dead = "";
go_space = "yes";
total_tiles = 13;
hor_mov = 4;
friction = 0.7;
delay = 0;
wait_time = 350;
}
onClipEvent (enterFrame) {
function collision_detection() {
var i = 0;
while (total_tiles >= (++i)) {
if (((((this._parent["tile" + i]._y < (this._y + ymov)) && ((this._y + ymov) < (this._parent["tile" + i]._y + this._parent["tile" + i]._height))) && (this._parent["tile" + i]._x < (this._x + this._width))) && (this._x < (this._parent["tile" + i]._x + this._parent["tile" + i]._width))) && (ymov >= 0)) {
ymov = 0;
standing = "yes";
this._y = this._parent["tile" + i]._y;
}
}
}
if (dead != "yes") {
delay++;
ymov = ymov + g;
xmov = xmov * friction;
if ((((Key.isDown(Key.SPACE) && (Key.isDown(Key.RIGHT))) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("right jump");
xmov = hor_mov + 10;
friction = 0.9;
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
friction = 0.7;
xmov = 0;
}
if ((((Key.isDown(Key.SPACE) && (_root.status == 1)) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("right jump");
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
}
if ((((Key.isDown(Key.SPACE) && (Key.isDown(Key.LEFT))) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("jump left");
xmov = (-hor_mov) - 10;
friction = 0.9;
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
friction = 0.7;
xmov = 0;
}
if ((((Key.isDown(Key.SPACE) && (_root.status == 2)) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
this.gotoAndPlay("jump left");
jump_fx.start();
go_space = "no";
standing = "no";
ymov = jump;
} else if (Key.isDown(Key.SPACE) != true) {
go_space = "yes";
}
if (((Key.isDown(Key.RIGHT) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
if (((this._x + this._width) + hor_mov) < right) {
xmov = hor_mov;
guy.play();
} else {
xmov = 0;
this._x = right - this._width;
}
this.gotoAndStop("right");
_root.status = 1;
}
if (((Key.isDown(Key.LEFT) && (go_space == "yes")) && (standing == "yes")) && (g >= math.abs(ymov))) {
if (left < (this._x - hor_mov)) {
xmov = -hor_mov;
guy.play();
} else {
xmov = 0;
this._x = left;
}
this.gotoAndStop("left");
_root.status = 2;
}
if (Key.isDown(Key.DOWN) && (_root.status == 2)) {
this.gotoAndStop("sit left");
xmov = 0;
}
if (Key.isDown(Key.DOWN) && (_root.status == 1)) {
this.gotoAndStop("sit right");
xmov = 0;
}
if (Key.isDown(Key.UP) && (_root.status == 2)) {
this.gotoAndStop("front left");
xmov = 0;
}
if (Key.isDown(Key.UP) && (_root.status == 1)) {
this.gotoAndStop("front right");
xmov = 0;
}
this.collision_detection();
if (xmin >= math.abs(xmov)) {
xmov = 0;
guy.gotoAndStop(1);
}
_y = (_y + ymov);
_x = (_x + xmov);
if (wait_time < delay) {
this.gotoAndStop("waiting");
}
if (950 < this._y) {
this._parent.man.got_hit();
}
}
}
onClipEvent (keyDown) {
delay = 0;
if (_currentframe == 27) {
this.gotoAndStop("front");
}
}
Instance of Symbol 470 MovieClip in Frame 300
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p4_room2");
}
}
Instance of Symbol 332 MovieClip "timer" in Frame 300
onClipEvent (load) {
function renew() {
time = new Date();
master = time.gettime();
}
renew();
}
onClipEvent (enterFrame) {
if (_root.stop != "yes") {
time = new Date();
timer = int((time.getTime() - master) / 1000);
}
}
Instance of Symbol 478 MovieClip "getready" in Frame 300
onClipEvent (load) {
this.gotoAndPlay("four");
}
Instance of Symbol 348 MovieClip in Frame 300
onClipEvent (enterFrame) {
_root.bonus = int(100 - _root.timer.timer);
}
Instance of Symbol 480 MovieClip "musicbox" in Frame 300
onClipEvent (load) {
this.gotoAndStop("room4");
}
Frame 308
stop();
Instance of Symbol 151 MovieClip in Frame 308
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 308
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 308
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 308
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 308
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 308
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 308
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 308
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 308
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 308
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 308
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 308
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 308
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 308
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 228 MovieClip in Frame 308
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 350 MovieClip in Frame 308
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 10;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 481 MovieClip in Frame 308
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p4_room3");
}
}
Instance of Symbol 355 MovieClip in Frame 308
onClipEvent (load) {
_parent.man._x = 0;
done = yes;
}
Frame 316
stop();
Instance of Symbol 357 MovieClip in Frame 316
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 316
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 357 MovieClip in Frame 316
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 3;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 358 MovieClip in Frame 316
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 15;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 358 MovieClip in Frame 316
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 15;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 483 MovieClip in Frame 316
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p4_room4");
}
}
Instance of Symbol 360 MovieClip in Frame 316
onClipEvent (load) {
_parent.man._x = 1;
done = yes;
}
Frame 325
stop();
Instance of Symbol 485 MovieClip in Frame 325
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
this._y = _parent.man._y;
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 325
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 325
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 325
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 362 MovieClip in Frame 325
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 4;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 363 MovieClip in Frame 325
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 20;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 486 MovieClip in Frame 325
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p4_room5");
}
}
Instance of Symbol 365 MovieClip in Frame 325
onClipEvent (load) {
_parent.man._x = 2;
done = yes;
}
Frame 335
stop();
Instance of Symbol 449 MovieClip in Frame 335
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision2) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision2) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
this._y = _parent.man._y;
}
Instance of Symbol 151 MovieClip in Frame 335
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 335
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 335
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 367 MovieClip in Frame 335
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 25;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 368 MovieClip in Frame 335
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 488 MovieClip in Frame 335
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("p4_room6");
}
}
Instance of Symbol 370 MovieClip in Frame 335
onClipEvent (load) {
_parent.man._x = 3;
done = yes;
}
Frame 345
stop();
Instance of Symbol 485 MovieClip in Frame 345
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
onClipEvent (enterFrame) {
this._y = _parent.man._y;
}
Instance of Symbol 151 MovieClip in Frame 345
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 151 MovieClip in Frame 345
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 345
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 345
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 345
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 373 MovieClip in Frame 345
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 30;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 372 MovieClip in Frame 345
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 6;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 490 MovieClip in Frame 345
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this)) {
_root.gotoAndStop("level4 complete");
}
}
Instance of Symbol 375 MovieClip in Frame 345
onClipEvent (load) {
_parent.man._x = 4;
done = yes;
}
Frame 360
Mouse.show();
stop();
unloadMovieNum (10);
_root.musicbox.gotoAndStop("stop");
stop = "yes";
Instance of Symbol 393 MovieClip in Frame 360
onClipEvent (enterFrame) {
_root.bonus = int(100 - _root.timer.timer);
}
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.bonus = 0;
}
}
Instance of Symbol 396 MovieClip in Frame 360
onClipEvent (enterFrame) {
if (0 < _root.bonus) {
_root.totalscore = int(_root.score + _root.bonus);
}
}
onClipEvent (enterFrame) {
if (_root.bonus < 0) {
_root.totalscore = _root.score + 0;
}
}
onClipEvent (enterFrame) {
if (_root.bonus == 0) {
_root.totalscore = _root.score + 0;
}
}
Frame 401
stop();
Mouse.show();
unloadMovieNum (10);
_root.musicbox.gotoAndStop("stop");
_root.hitanimation = _root.hitanimation + 1;
if (_root.hitanimation == 5) {
_root.hitanimation = 1;
}
stop = "yes";
Frame 412
stop();
Mouse.show();
unloadMovieNum (10);
_root.musicbox.gotoAndStop("stop");
_root.score = _root.totalscore;
Frame 425
stop();
Instance of Symbol 604 MovieClip in Frame 425
onClipEvent (load) {
sk_url = "http://www.ultimatearcade.com/cgi-bin/shuster.pl";
script_timeout = 20;
game_title = "MisterShuster";
game_author = "UA";
my_name = "";
attempt_to_collect_name = 1;
my_score = "_root.score";
additional_data_name = new array();
additional_data_name["0"] = "";
additional_data_name["1"] = "";
additional_data_name["2"] = "";
additional_data_name["3"] = "";
additional_data_name["4"] = "";
additional_data_name["5"] = "";
additional_data = new array();
additional_data["0"] = "";
additional_data["1"] = "";
additional_data["2"] = "";
additional_data["3"] = "";
additional_data["4"] = "";
additional_data["5"] = "";
scores_to_return = 100;
scores_per_person = 5;
anonymous_name = "MisterShuster";
sort_scores_in_reverse = "false";
}
Frame 432
stop();
stopAllSounds();
Instance of Symbol 606 MovieClip in Frame 432
onClipEvent (load) {
sk_url = "http://www.ultimatearcade.com/cgi-bin/shuster.pl";
script_timeout = 30;
game_title = "MisterShuster";
game_author = "UA";
my_name = "";
attempt_to_collect_name = 0;
my_score = "";
additional_data_name = new array();
additional_data_name["0"] = "";
additional_data_name["1"] = "";
additional_data_name["2"] = "";
additional_data_name["3"] = "";
additional_data_name["4"] = "";
additional_data_name["5"] = "";
additional_data = new array();
additional_data["0"] = "";
additional_data["1"] = "";
additional_data["2"] = "";
additional_data["3"] = "";
additional_data["4"] = "";
additional_data["5"] = "";
scores_to_return = 100;
scores_per_person = 5;
anonymous_name = "";
sort_scores_in_reverse = "false";
}
Frame 436
gotoAndStop (10);
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 5
stop();
stopAllSounds();
Symbol 52 MovieClip Frame 10
stop();
Symbol 52 MovieClip Frame 25
stop();
Symbol 52 MovieClip Frame 40
stop();
Symbol 52 MovieClip Frame 55
stop();
Symbol 59 Button
on (release) {
gotoAndStop (6);
}
Symbol 63 Button
on (release) {
_root.rules._visible = 1;
}
Symbol 67 Button
on (release) {
_root.license._visible = 1;
}
Symbol 71 Button
on (release) {
_root.credits._visible = 1;
}
Symbol 90 Button
on (release) {
gotoAndStop (1);
_root.rules._visible = 0;
}
Symbol 100 Button
on (release) {
nextFrame();
}
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 2
stop();
Instance of Symbol 105 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 147 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (load) {
chime_fx = new sound();
chime_fx.attachSound("chime_fx");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 5;
chime_fx.start();
chime_fx.setVolume(50);
done = "yes";
}
}
Instance of Symbol 151 MovieClip in Symbol 153 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this._parent.man.collision.hitTest(this.collision) && (done != "yes")) {
this._parent.health.gotoAndPlay("one");
done = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "90")) {
this._parent.health.gotoAndPlay("two");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "80")) {
this._parent.health.gotoAndPlay("three");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "70")) {
this._parent.health.gotoAndPlay("four");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "60")) {
this._parent.health.gotoAndPlay("five");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "50")) {
this._parent.health.gotoAndPlay("six");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "40")) {
this._parent.health.gotoAndPlay("seven");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "30")) {
this._parent.health.gotoAndPlay("eight");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "20")) {
this._parent.health.gotoAndPlay("nine");
done = "yes";
stop = "yes";
}
if (this._parent.man.collision.hitTest(this.collision) && (_parent.hbar == "10")) {
this._parent.health.gotoAndPlay("ten");
done = "yes";
stop = "yes";
}
}
Symbol 153 MovieClip Frame 3
stop();
Symbol 153 MovieClip Frame 4
gotoAndStop (1);
Symbol 154 Button
on (release) {
_root.credits._visible = 0;
}
Symbol 158 Button
on (release) {
getURL ("http://www.ultimatearcade.com", "_blank");
}
Symbol 168 Button
on (press) {
tellTarget ("buttonlogic") {
gotoAndPlay ("up");
};
}
on (release, releaseOutside) {
tellTarget ("scrollhandle") {
gotoAndStop (1);
};
tellTarget ("buttonlogic") {
gotoAndStop ("stop");
};
}
Symbol 169 Button
on (press) {
tellTarget ("buttonlogic") {
gotoAndPlay ("down");
};
}
on (release, releaseOutside) {
tellTarget ("scrollhandle") {
gotoAndStop (1);
};
tellTarget ("buttonlogic") {
gotoAndStop ("stop");
};
}
Symbol 172 Button
on (press) {
gotoAndPlay (3);
startDrag ("", false, myx, ../:top, myx, ../:bottom);
}
on (release, releaseOutside) {
gotoAndStop (1);
stopDrag();
}
Symbol 173 MovieClip Frame 1
if (loaded eq "") {
myx = Number(_x) + 1;
loaded = "done";
}
stop();
Symbol 173 MovieClip Frame 3
Set("../:amount", (((_y - ../:top) / ../:scrolllength) * ../:height) - (_y - ../:top));
setProperty("../text", _y , ../:originally - ../:amount);
Symbol 173 MovieClip Frame 5
gotoAndPlay (3);
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 2
if (Number(Number(../:top) + Number(../:speed / (../:height / ../:scrolllength))) < Number(getProperty("../scrollhandle", _y))) {
setProperty("../scrollhandle", _y , getProperty("../scrollhandle", _y) - (../:speed / (../:height / ../:scrolllength)));
} else {
setProperty("../scrollhandle", _y , ../:top);
}
tellTarget ("../scrollhandle") {
gotoAndPlay (3);
};
Symbol 175 MovieClip Frame 3
gotoAndPlay (2);
Symbol 175 MovieClip Frame 4
if (Number(getProperty("../scrollhandle", _y)) < Number(../:bottom - (../:speed / (../:height / ../:scrolllength)))) {
setProperty("../scrollhandle", _y , Number(getProperty("../scrollhandle", _y)) + Number(../:speed / (../:height / ../:scrolllength)));
} else {
setProperty("../scrollhandle", _y , ../:bottom);
}
tellTarget ("../scrollhandle") {
gotoAndPlay (3);
};
Symbol 175 MovieClip Frame 5
gotoAndPlay (4);
Symbol 179 Button
on (release) {
_root.license._visible = 0;
}
Symbol 180 MovieClip Frame 1
top = "-144.7";
scrolllength = "135.7";
speed = "15";
bottom = Number(top) + Number(scrolllength);
amount = "0";
height = getProperty("text", _height);
originally = getProperty("text", _y);
Symbol 203 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("start");
}
Symbol 206 MovieClip Frame 155
stop();
Symbol 223 MovieClip Frame 71
stop();
Instance of Symbol 105 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Instance of Symbol 105 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 1;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 2
play();
Instance of Symbol 228 MovieClip in Symbol 235 MovieClip Frame 461
onClipEvent (load) {
fx1 = new sound();
fx1.attachSound("fx1");
}
onClipEvent (enterFrame) {
if (this._parent.man.hitTest(this) && (done != "yes")) {
this._visible = 0;
_root.score = _root.score + 2;
fx1.start();
fx1.setVolume(50);
done = "yes";
}
}
Symbol 235 MovieClip Frame 673
_root.gotoAndPlay("start");
stop();
Symbol 279 MovieClip Frame 50
_root.gotoAndStop("game over");
Symbol 281 MovieClip Frame 50
_root.gotoAndStop("game over");
Symbol 285 MovieClip Frame 50
_root.gotoAndStop("game over");
Symbol 290 MovieClip Frame 50
_root.gotoAndStop("game over");
Symbol 291 MovieClip Frame 1
stop();
Symbol 291 MovieClip Frame 2
stop();
Symbol 291 MovieClip Frame 10
stop();
Symbol 291 MovieClip Frame 20
stop();
Symbol 291 MovieClip Frame 30
stop();
Symbol 292 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 15
stop();
Symbol 292 MovieClip Frame 30
stop();
Symbol 292 MovieClip Frame 45
stop();
Symbol 292 MovieClip Frame 60
stop();
Symbol 292 MovieClip Frame 75
stop();
Symbol 292 MovieClip Frame 90
stop();
Symbol 292 MovieClip Frame 121
gotoAndStop (60);
Symbol 292 MovieClip Frame 151
gotoAndStop (75);
Symbol 292 MovieClip Frame 212
stop();
Instance of Symbol 291 MovieClip "dude_hit" in Symbol 292 MovieClip Frame 212
onClipEvent (enterFrame) {
if (_root.hitanimation == 1) {
this.gotoAndStop("hit1");
done = yes;
}
if (_root.hitanimation == 2) {
this.gotoAndStop("hit2");
done = yes;
}
if (_root.hitanimation == 3) {
this.gotoAndStop("hit3");
done = yes;
}
if (_root.hitanimation == 4) {
this.gotoAndStop("hit4");
done = yes;
}
}
Symbol 307 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 10
play();
Symbol 307 MovieClip Frame 25
stop();
_parent.hbar = 90;
Symbol 307 MovieClip Frame 26
_parent.hbar = 85;
Symbol 307 MovieClip Frame 40
stop();
_parent.hbar = 80;
Symbol 307 MovieClip Frame 41
_parent.hbar = 75;
Symbol 307 MovieClip Frame 55
stop();
_parent.hbar = 70;
Symbol 307 MovieClip Frame 56
_parent.hbar = 65;
Symbol 307 MovieClip Frame 69
stop();
_parent.hbar = 60;
Symbol 307 MovieClip Frame 70
_parent.hbar = 55;
Symbol 307 MovieClip Frame 84
stop();
_parent.hbar = 50;
Symbol 307 MovieClip Frame 85
_parent.hbar = 45;
Symbol 307 MovieClip Frame 99
stop();
_parent.hbar = 40;
Symbol 307 MovieClip Frame 100
_parent.hbar = 35;
Symbol 307 MovieClip Frame 114
stop();
_parent.hbar = 30;
Symbol 307 MovieClip Frame 115
_parent.hbar = 25;
Symbol 307 MovieClip Frame 129
stop();
_parent.hbar = 20;
Symbol 307 MovieClip Frame 130
_parent.hbar = 15;
Symbol 307 MovieClip Frame 144
stop();
_parent.hbar = 10;
Symbol 307 MovieClip Frame 145
stop();
_parent.hbar = 0;
stop();
_parent.man.got_hit();
done = "yes";
Symbol 316 Button
on (release) {
_root.musicbox.gotoAndStop("stop");
gotoAndStop (2);
}
Symbol 318 Button
on (release) {
_root.musicbox.gotoAndStop("room1");
gotoAndStop (1);
}
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 2
stop();
Symbol 328 MovieClip Frame 1
time = getTimer();
Symbol 328 MovieClip Frame 2
elapsed = getTimer() - time;
rate = int(Number(1000 / elapsed) + 0.5);
setProperty("bar", _x , Number(rate) + 417);
gotoAndPlay (1);
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
play();
Symbol 345 MovieClip Frame 45
stop();
Symbol 345 MovieClip Frame 51
play();
Symbol 345 MovieClip Frame 95
stop();
_root.stop = "no";
Symbol 345 MovieClip Frame 101
play();
Symbol 345 MovieClip Frame 145
stop();
_root.stop = "no";
Symbol 345 MovieClip Frame 151
play();
Symbol 345 MovieClip Frame 194
stop();
_root.stop = "no";
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 5
stop();
stopAllSounds();
Symbol 349 MovieClip Frame 10
stop();
Symbol 349 MovieClip Frame 25
stop();
Symbol 349 MovieClip Frame 40
stop();
Symbol 349 MovieClip Frame 55
stop();
Symbol 390 Button
on (release) {
_root.gotoAndStop("p2_room1");
}
Symbol 391 MovieClip Frame 15
stop();
Symbol 401 Button
on (release) {
_root.musicbox.gotoAndStop("stop");
gotoAndStop (2);
}
Symbol 402 Button
on (release) {
_root.musicbox.gotoAndStop("room2");
gotoAndStop (1);
}
Symbol 403 MovieClip Frame 1
stop();
Symbol 403 MovieClip Frame 2
stop();
Symbol 405 MovieClip Frame 1
stop();
Symbol 405 MovieClip Frame 2
play();
Symbol 405 MovieClip Frame 45
stop();
Symbol 405 MovieClip Frame 51
play();
Symbol 405 MovieClip Frame 95
stop();
_root.stop = "no";
Symbol 405 MovieClip Frame 101
play();
Symbol 405 MovieClip Frame 145
stop();
_root.stop = "no";
Symbol 405 MovieClip Frame 151
play();
Symbol 405 MovieClip Frame 194
stop();
_root.stop = "no";
Symbol 407 MovieClip Frame 1
stop();
Symbol 407 MovieClip Frame 5
stop();
stopAllSounds();
Symbol 407 MovieClip Frame 10
stop();
Symbol 407 MovieClip Frame 25
stop();
Symbol 407 MovieClip Frame 40
stop();
Symbol 407 MovieClip Frame 55
stop();
Symbol 428 Button
on (release) {
_root.gotoAndStop("p3_room1");
}
Symbol 429 MovieClip Frame 15
stop();
Symbol 436 Button
on (release) {
_root.musicbox.gotoAndStop("stop");
gotoAndStop (2);
}
Symbol 437 Button
on (release) {
_root.musicbox.gotoAndStop("room3");
gotoAndStop (1);
}
Symbol 438 MovieClip Frame 1
stop();
Symbol 438 MovieClip Frame 2
stop();
Symbol 440 MovieClip Frame 1
stop();
Symbol 440 MovieClip Frame 2
play();
Symbol 440 MovieClip Frame 45
stop();
Symbol 440 MovieClip Frame 51
play();
Symbol 440 MovieClip Frame 95
stop();
_root.stop = "no";
Symbol 440 MovieClip Frame 101
play();
Symbol 440 MovieClip Frame 145
stop();
_root.stop = "no";
Symbol 440 MovieClip Frame 151
play();
Symbol 440 MovieClip Frame 194
stop();
_root.stop = "no";
Symbol 442 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 5
stop();
stopAllSounds();
Symbol 442 MovieClip Frame 10
stop();
Symbol 442 MovieClip Frame 25
stop();
Symbol 442 MovieClip Frame 40
stop();
Symbol 442 MovieClip Frame 55
stop();
Symbol 458 Button
on (release) {
_root.gotoAndStop("p4_room1");
}
Symbol 459 MovieClip Frame 15
stop();
Symbol 466 MovieClip Frame 41
stop();
Symbol 468 MovieClip Frame 8
gotoAndPlay (1);
Symbol 468 MovieClip Frame 9
stop();
Symbol 469 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 15
stop();
Symbol 469 MovieClip Frame 30
stop();
Symbol 469 MovieClip Frame 45
stop();
Symbol 469 MovieClip Frame 60
stop();
Symbol 469 MovieClip Frame 75
stop();
Symbol 469 MovieClip Frame 90
stop();
Symbol 469 MovieClip Frame 121
gotoAndStop (60);
Symbol 469 MovieClip Frame 151
gotoAndStop (75);
Symbol 469 MovieClip Frame 212
stop();
Instance of Symbol 291 MovieClip "dude_hit" in Symbol 469 MovieClip Frame 212
onClipEvent (enterFrame) {
if (_root.hitanimation == 1) {
this.gotoAndStop("hit1");
done = yes;
}
if (_root.hitanimation == 2) {
this.gotoAndStop("hit2");
done = yes;
}
if (_root.hitanimation == 3) {
this.gotoAndStop("hit3");
done = yes;
}
if (_root.hitanimation == 4) {
this.gotoAndStop("hit4");
done = yes;
}
}
Symbol 474 Button
on (release) {
_root.musicbox.gotoAndStop("stop");
gotoAndStop (2);
}
Symbol 475 Button
on (release) {
_root.musicbox.gotoAndStop("room4");
gotoAndStop (1);
}
Symbol 476 MovieClip Frame 1
stop();
Symbol 476 MovieClip Frame 2
stop();
Symbol 478 MovieClip Frame 1
stop();
Symbol 478 MovieClip Frame 2
play();
Symbol 478 MovieClip Frame 45
stop();
Symbol 478 MovieClip Frame 51
play();
Symbol 478 MovieClip Frame 95
stop();
_root.stop = "no";
Symbol 478 MovieClip Frame 101
play();
Symbol 478 MovieClip Frame 145
stop();
_root.stop = "no";
Symbol 478 MovieClip Frame 151
play();
Symbol 478 MovieClip Frame 194
stop();
_root.stop = "no";
Symbol 480 MovieClip Frame 1
stop();
Symbol 480 MovieClip Frame 5
stop();
stopAllSounds();
Symbol 480 MovieClip Frame 10
stop();
Symbol 480 MovieClip Frame 25
stop();
Symbol 480 MovieClip Frame 40
stop();
Symbol 480 MovieClip Frame 55
stop();
Symbol 495 Button
on (release) {
_root.gotoAndStop("win");
}
Symbol 496 MovieClip Frame 15
stop();
Symbol 514 Button
on (release) {
_root.gotoAndPlay("reset");
}
Symbol 515 Button
on (release) {
_root.gotoAndStop("highscore");
}
Symbol 516 MovieClip Frame 15
stop();
Symbol 540 MovieClip Frame 60
stop();
Symbol 554 MovieClip Frame 283
stop();
Symbol 559 Button
on (release) {
play();
}
Symbol 563 MovieClip Frame 1
setProperty(this, _visible , 0);
Symbol 573 Button
on (release) {
if (submitted eq "") {
submitted = "done";
if ((substring(wordbank, 1, 1)) ne ",") {
wordbank = ("," add wordbank) add ",";
}
comma = 0;
r = length(wordbank);
count = 1;
while (Number(r) >= Number(count)) {
if ((substring(wordbank, count, 1)) eq ",") {
comma = Number(comma) + 1;
Set("num" add comma, count);
}
count = Number(count) + 1;
}
count = 1;
while (Number(comma) >= Number(count)) {
Set("bad" add count, substring(wordbank, eval ("num" add count) + 1, (eval ("num" add (count + 1)) - eval ("num" add count)) - 1));
count = Number(count) + 1;
}
badwords = comma - 1;
short = _parent.my_name;
length = length(short);
l = 1;
while (Number(length) >= Number(l)) {
Set("w" add l, ord(substring(short, l, 1)));
if ((eval ("w" add l) >= 65) and (90 >= eval ("w" add l))) {
Set("w" add l, chr(eval ("w" add l) + 32));
} else {
Set("w" add l, chr(eval ("w" add l)));
}
l = Number(l) + 1;
}
l = 1;
short = "";
while (Number(length) >= Number(l)) {
short = short add eval ("w" add l);
l = Number(l) + 1;
}
m = 1;
n = length(_parent.my_name);
while (Number(badwords) >= Number(m)) {
if (n >= length(eval ("bad" add m))) {
v = 1;
while (((n - length(eval ("bad" add m))) + 1) >= v) {
if ((substring(short, v, length(eval ("bad" add m)))) eq eval ("bad" add m)) {
_parent.my_name = "Nice Guy";
}
v = Number(v) + 1;
}
}
m = Number(m) + 1;
}
play();
}
}
Symbol 580 Button
on (release) {
getURL ("http://www.k2w.f2s.com/software/", "k2w");
}
Symbol 595 Button
on (release) {
_root.gotoAndPlay(1);
}
Symbol 598 Button
on (press) {
scrollaction.up = true;
}
on (rollOut, release, dragOut, releaseOutside) {
scrollaction.up = false;
}
Symbol 599 Button
on (press) {
scrollaction.down = true;
}
on (rollOut, release, dragOut, releaseOutside) {
scrollaction.down = false;
}
Symbol 600 MovieClip Frame 1
var sk_url = _parent._parent.sk_url;
var return_type = "PLAIN";
var game_title = _parent._parent.game_title;
var game_author = _parent._parent.game_author;
var script_timeout = _parent._parent.script_timeout;
var my_name = _parent._parent.my_name;
if (my_name == "") {
my_name = _parent._parent.anonymous_name;
}
var my_score = _parent._parent.my_score;
i = 0;
while (_parent._parent.additional_data.length >= i) {
if (eval (_parent._parent.additional_data[i]) != "") {
Set(_parent._parent.additional_data_name[i], eval (_parent._parent.additional_data[i]));
}
i++;
}
var scores_to_return = _parent._parent.scores_to_return;
var scores_per_person = _parent._parent.scores_per_person;
var anonymous_name = _parent._parent.anonymous_name;
var sort_scores_in_reverse = _parent._parent.sort_scores_in_reverse;
_parent.rank = "";
_parent.name = "Loading";
_parent.score = "";
_parent.message_text = "";
script_timeout = (getTimer() / 1000) + script_timeout;
loadVariables (sk_url, this, "POST");
play();
Symbol 600 MovieClip Frame 2
test_timeout = getTimer() / 1000;
if (sk_done == "yes") {
sk_done = "no";
_parent.name = "";
gotoAndPlay (4);
} else if (error != null) {
_parent.name = error;
stop();
} else if (test_timeout >= script_timeout) {
_parent.name = "This script has\rtimed out.";
stop();
} else {
if (_parent.name == "Loading....") {
_parent.name = "Loading";
} else {
_parent.name = _parent.name + ".";
}
play();
}
Symbol 600 MovieClip Frame 3
prevFrame();
Symbol 600 MovieClip Frame 4
var i = 1;
var match = 0;
while (eval ("score_" + i)) {
_parent.rank = _parent.rank + (i + newline);
_parent.name = _parent.name + (eval ("name_" + i) + newline);
_parent.score = _parent.score + (eval ("score_" + i) + newline);
if (((escape(my_name) == eval ("name_" + i)) && (my_score == eval ("score_" + i))) && (match == 0)) {
match = i;
}
i++;
}
var scores_returned = (i - 1);
if (!score_1) {
_parent.name = "No data yet.";
stop();
}
play();
Symbol 600 MovieClip Frame 5
var n = "";
if (match == 1) {
n = "st";
} else if (match == 2) {
n = "nd";
} else if (match == 3) {
n = "rd";
} else if (20 >= match) {
n = "th";
} else if (Number(match.toString().substr(match.toString().length - 1)) == 1) {
n = "st";
} else if (Number(match.toString().substr(match.toString().length - 1)) == 2) {
n = "nd";
} else if (Number(match.toString().substr(match.toString().length - 1)) == 3) {
n = "rd";
} else {
n = "th";
}
if ((match == 0) && (my_score != null)) {
_parent.message_text = "Sorry.\rYou did not make the\rhigh scores list.";
} else if (my_score == null) {
_parent.message_text = "\rViewing Scores.";
} else {
_parent.message_text = ((((("Congratulations!\rYour ranking is " + match) + n) + newline) + "out of ") + scores_returned) + " scores!";
_parent.rank.scroll = match - 3;
_parent.name.scroll = match - 3;
_parent.score.scroll = match - 3;
}
stop();
Symbol 601 MovieClip Frame 1
if (up == true) {
_parent.rank.scroll = _parent.rank.scroll - 1;
_parent.name.scroll = _parent.name.scroll - 1;
_parent.score.scroll = _parent.score.scroll - 1;
} else if (down == true) {
_parent.rank.scroll = _parent.rank.scroll + 1;
_parent.name.scroll = _parent.name.scroll + 1;
_parent.score.scroll = _parent.score.scroll + 1;
}
play();
Symbol 601 MovieClip Frame 2
prevFrame();
Symbol 603 MovieClip Frame 1
title_text = "High Scores for " + _parent.game_title;
stop();
Symbol 603 MovieClip Frame 2
stop();
Symbol 604 MovieClip Frame 1
gotoAndStop (2);
Symbol 604 MovieClip Frame 2
var my_name = eval (my_name);
if ((my_name == "") or (my_name == null)) {
my_name = anonymous_name;
}
var my_score = eval (my_score);
if (my_name != anonymous_name) {
board.gotoAndStop(2);
} else if (attempt_to_collect_name == 0) {
board.gotoAndStop(2);
} else {
my_name = "";
}
stop();
Symbol 606 MovieClip Frame 1
gotoAndStop (2);
Symbol 606 MovieClip Frame 2
var my_name = eval (my_name);
if ((my_name == "") or (my_name == null)) {
my_name = anonymous_name;
}
my_name != anonymous_name;
var my_score = eval (my_score);
if (my_name != anonymous_name) {
board2.gotoAndStop(2);
} else if (attempt_to_collect_name == 0) {
board2.gotoAndStop(2);
} else {
my_name = "";
}
stop();