Frame 71
stop();
Frame 76
totalB = this.getBytesTotal();
KB = int(totalB / 1024);
Frame 77
loadB = this.getBytesLoaded();
percent = int((loadB / totalB) * 100);
bar.gotoAndStop(_root.percent);
Frame 78
if (percent < 100) {
gotoAndPlay (77);
} else {
gotoAndPlay (79);
}
Frame 794
gotoAndPlay (796);
Frame 795
stop();
Frame 894
gotoAndPlay (895);
Frame 895
if (count == 4) {
tellTarget ("_root.door") {
setProperty("_root.door", _x , "60");
setProperty("_root.door", _y , "50");
gotoAndPlay (2);
Set("/:count", /:count + 1);
};
}
Instance of Symbol 180 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 182 MovieClip in Frame 895
onClipEvent (load) {
a = 4;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 390) {
a = -a;
}
if (320 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 180 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 184 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouch") {
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndPlay (20);
};
tellTarget ("_root.hurt circle") {
setProperty("_root.hurt circle", _x , _root.hero._x);
setProperty("_root.hurt circle", _y , _root.hero._y);
};
} else {
setProperty("_root.hurt circle", _x , "100");
setProperty("_root.hurt circle", _y , "-400");
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "700");
}
}
Instance of Symbol 180 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 185 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash", _x , xx);
setProperty("_root.bounsflash", _y , yy);
}
}
Instance of Symbol 186 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash2") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash2", _x , xx);
setProperty("_root.bounsflash2", _y , yy);
}
}
Instance of Symbol 187 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash3") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash3", _x , xx);
setProperty("_root.bounsflash3", _y , yy);
}
}
Instance of Symbol 188 MovieClip in Frame 895
onClipEvent (load) {
a = 2;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 520) {
a = -a;
}
if (300 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 189 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash4") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash4", _x , xx);
setProperty("_root.bounsflash4", _y , yy);
}
}
Instance of Symbol 198 MovieClip "door" in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
setProperty("_root.goin", _x , "60");
setProperty("_root.goin", _y , "45");
setProperty("_root.hero", _x , "100");
setProperty("_root.hero", _y , "-700");
tellTarget ("_root.goin") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 180 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 199 MovieClip in Frame 895
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouch") {
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndPlay (20);
};
tellTarget ("_root.hurt circle2") {
setProperty("_root.hurt circle2", _x , _root.hero._x);
setProperty("_root.hurt circle2", _y , _root.hero._y);
};
} else {
setProperty("_root.hurt circle2", _x , "100");
setProperty("_root.hurt circle2", _y , "-100");
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "700");
}
}
Instance of Symbol 211 MovieClip "hero" in Frame 895
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
if (360 < _y) {
_y = "320";
}
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (20 >= this._x) {
this._x = "20";
}
if (this._x >= 580) {
this._x = "580";
}
if (Key.isdown(Key.Right)) {
this._x = this._x + 5;
_root.test = "2";
tellTarget ("_root.hero") {
gotoAndStop (4);
};
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.test = "1";
tellTarget ("_root.hero") {
gotoAndStop (2);
};
}
if (Key.isDown(Key.UP) and (ladder eq "on")) {
this._y = this._y - 5;
tellTarget ("_root.hero") {
gotoAndStop (1);
};
}
if (Key.isDown(Key.DOWN)) {
_root.test = "3";
tellTarget ("_root.hero") {
gotoAndPlay (10);
};
}
if (Key.isDown(Key.DOWN) and (ladder eq "on")) {
this._y = this._y + 5;
}
if (10 >= this._x) {
this._x = 10;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 6;
jumping = true;
}
if (Key.isDown(Key.SPACE) && (!jumping)) {
_root.test = "5";
tellTarget ("_root.hero") {
gotoAndPlay (50);
};
platform = "no";
vel_y = 28;
jumping = true;
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
ladder = "off";
platform = "off";
gravity = "on";
}
Frame 914
gotoAndPlay (895);
Frame 918
gotoAndPlay (1878);
Frame 919
gotoAndPlay (920);
Set("/:count", 0);
Frame 1018
gotoAndPlay (1019);
Frame 1019
if (life == 3) {
tellTarget ("_root.life01") {
gotoAndStop (1);
};
} else if (life == 2) {
tellTarget ("_root.life01") {
gotoAndStop (2);
};
} else if (life == 1) {
tellTarget ("_root.life01") {
gotoAndStop (3);
};
}
if (count == 4) {
tellTarget ("_root.door") {
setProperty("_root.door", _x , "60");
setProperty("_root.door", _y , "50");
gotoAndPlay (2);
Set("/:count", /:count + 1);
};
}
Instance of Symbol 180 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 291 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 293 MovieClip in Frame 1019
onClipEvent (load) {
a = 3;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 150) {
a = -a;
}
if (200 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 294 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.lifebar") {
nextFrame();
};
tellTarget ("_root.ouch") {
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "447");
play();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.hero") {
gotoAndPlay (20);
};
tellTarget ("_root.hurt circle") {
setProperty("_root.hurt circle", _x , _root.hero._x);
setProperty("_root.hurt circle", _y , _root.hero._y);
};
} else {
setProperty("_root.hurt circle", _x , "100");
setProperty("_root.hurt circle", _y , "-400");
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "700");
}
}
Instance of Symbol 295 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash", _x , xx);
setProperty("_root.bounsflash", _y , yy);
}
}
Instance of Symbol 296 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash2") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash2", _x , xx);
setProperty("_root.bounsflash2", _y , yy);
}
}
Instance of Symbol 297 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash3") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash3", _x , xx);
setProperty("_root.bounsflash3", _y , yy);
}
}
Instance of Symbol 298 MovieClip in Frame 1019
onClipEvent (load) {
a = 2;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 300) {
a = -a;
}
if (325 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 299 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash4") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash4", _x , xx);
setProperty("_root.bounsflash4", _y , yy);
}
}
Instance of Symbol 300 MovieClip "door" in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
setProperty("_root.goin", _x , "60");
setProperty("_root.goin", _y , "45");
setProperty("_root.hero", _x , "100");
setProperty("_root.hero", _y , "-700");
tellTarget ("_root.goin") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 180 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 301 MovieClip in Frame 1019
onClipEvent (load) {
a = 4;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 500) {
a = -a;
}
if (420 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 303 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero.ladder = "off";
}
_root.hero.ladder = "on";
_root.hero.gravity = "off";
}
}
Instance of Symbol 180 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 306 MovieClip in Frame 1019
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero.ladder = "off";
}
_root.hero.ladder = "on";
_root.hero.gravity = "off";
}
}
Instance of Symbol 308 MovieClip "badthing01" in Frame 1019
onClipEvent (load) {
a = 7;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 470) {
a = -a;
}
if (590 >= this._x) {
a = -a;
}
_x = (_x + a);
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.badthing01") {
gotoAndStop (2);
};
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouch1") {
setProperty("_root.ouch1", _x , "255");
setProperty("_root.ouch1", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndPlay (20);
};
tellTarget ("_root.hurt circle") {
setProperty("_root.hurt circle3", _x , _root.hero._x);
setProperty("_root.hurt circle3", _y , _root.hero._y);
};
} else {
tellTarget ("_root.badthing01") {
gotoAndStop (1);
};
setProperty("_root.hurt circle3", _x , "100");
setProperty("_root.hurt circle3", _y , "-400");
setProperty("_root.ouch1", _x , "255");
setProperty("_root.ouch1", _y , "700");
}
}
Instance of Symbol 309 MovieClip "badthing02" in Frame 1019
onClipEvent (load) {
a = 6;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 20) {
a = -a;
}
if (590 >= this._x) {
a = -a;
}
_x = (_x + a);
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.badthing02") {
gotoAndStop (2);
};
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouch2") {
setProperty("_root.ouch2", _x , "255");
setProperty("_root.ouch2", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndStop (20);
};
tellTarget ("_root.hurt circle4") {
setProperty("_root.hurt circle4", _x , _root.hero._x);
setProperty("_root.hurt circle4", _y , _root.hero._y);
};
} else {
tellTarget ("_root.badthing02") {
gotoAndStop (1);
};
setProperty("_root.hurt circle4", _x , "100");
setProperty("_root.hurt circle4", _y , "-400");
setProperty("_root.ouch2", _x , "255");
setProperty("_root.ouch2", _y , "700");
}
}
Instance of Symbol 310 MovieClip "hero" in Frame 1019
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
if (360 < _y) {
_y = "320";
}
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (20 >= this._x) {
this._x = "20";
}
if (this._x >= 580) {
this._x = "580";
}
if (Key.isdown(Key.Right)) {
this._x = this._x + 5;
_root.test = "2";
tellTarget ("_root.hero") {
gotoAndStop (4);
};
}
if (Key.isdown(Key.left)) {
this._x = this._x - 5;
_root.test = "1";
tellTarget ("_root.hero") {
gotoAndStop (2);
};
}
if (Key.isDown(Key.UP) and (ladder eq "on")) {
this._y = this._y - 5;
tellTarget ("_root.hero") {
gotoAndStop (35);
};
}
if (Key.isDown(Key.DOWN) and (ladder eq "on")) {
_root.test = "3";
tellTarget ("_root.hero") {
gotoAndPlay (35);
};
}
if (10 >= this._x) {
this._x = 10;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 6;
jumping = true;
}
if (Key.isDown(Key.SPACE) && (!jumping)) {
_root.test = "5";
tellTarget ("_root.hero") {
gotoAndPlay (50);
};
platform = "no";
vel_y = 28;
jumping = true;
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
ladder = "off";
platform = "off";
gravity = "on";
}
Frame 1038
gotoAndPlay (1019);
Frame 1043
gotoAndPlay (1044);
Set("/:count", 0);
Frame 1143
if (life == 3) {
tellTarget ("_root.life01") {
gotoAndStop (1);
};
} else if (life == 2) {
tellTarget ("_root.life01") {
gotoAndStop (2);
};
} else if (life == 1) {
tellTarget ("_root.life01") {
gotoAndStop (3);
};
}
if (count == 4) {
tellTarget ("_root.door") {
setProperty("_root.door", _x , "60");
setProperty("_root.door", _y , "50");
gotoAndPlay (2);
Set("/:count", /:count + 1);
};
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 336 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.lifebar") {
nextFrame();
};
tellTarget ("_root.ouch") {
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "447");
play();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.hero") {
gotoAndPlay (20);
};
tellTarget ("_root.hurt circleb") {
setProperty("_root.hurt circleb", _x , _root.hero._x);
setProperty("_root.hurt circleb", _y , _root.hero._y);
};
} else {
setProperty("_root.hurt circleb", _x , "100");
setProperty("_root.hurt circleb", _y , "-400");
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "700");
}
}
Instance of Symbol 337 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash", _x , xx);
setProperty("_root.bounsflash", _y , yy);
}
}
Instance of Symbol 338 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash2") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash2", _x , xx);
setProperty("_root.bounsflash2", _y , yy);
}
}
Instance of Symbol 339 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash3") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash3", _x , xx);
setProperty("_root.bounsflash3", _y , yy);
}
}
Instance of Symbol 340 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
xx = _x;
yy = _y;
if (hitTest(_root.hero)) {
this.gotoAndStop(2);
tellTarget ("_root.bounsflash4") {
gotoAndPlay (2);
tellTarget ("_root.bounus") {
gotoAndPlay (2);
};
};
setProperty("_root.bounsflash4", _x , xx);
setProperty("_root.bounsflash4", _y , yy);
}
}
Instance of Symbol 341 MovieClip "door" in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
setProperty("_root.goin", _x , "60");
setProperty("_root.goin", _y , "45");
setProperty("_root.hero", _x , "100");
setProperty("_root.hero", _y , "-700");
tellTarget ("_root.goin") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 342 MovieClip "badthing02" in Frame 1143
onClipEvent (load) {
a = 3;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 20) {
a = -a;
}
if (590 >= this._x) {
a = -a;
}
_x = (_x + a);
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.badthing02") {
gotoAndStop (2);
};
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouch2") {
setProperty("_root.ouch2", _x , "255");
setProperty("_root.ouch2", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndStop (20);
};
tellTarget ("_root.hurt circle4") {
setProperty("_root.hurt circle4", _x , _root.hero._x);
setProperty("_root.hurt circle4", _y , _root.hero._y);
};
} else {
tellTarget ("_root.badthing02") {
gotoAndStop (1);
};
setProperty("_root.hurt circle4", _x , "100");
setProperty("_root.hurt circle4", _y , "-400");
setProperty("_root.ouch2", _x , "255");
setProperty("_root.ouch2", _y , "700");
}
}
Instance of Symbol 343 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.lifebar") {
nextFrame();
};
tellTarget ("_root.ouch") {
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "447");
play();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.hero") {
gotoAndPlay (20);
};
tellTarget ("_root.hurt circlec") {
setProperty("_root.hurt circlec", _x , _root.hero._x);
setProperty("_root.hurt circlec", _y , _root.hero._y);
};
} else {
setProperty("_root.hurt circlec", _x , "100");
setProperty("_root.hurt circlec", _y , "-400");
setProperty("_root.ouch", _x , "255");
setProperty("_root.ouch", _y , "700");
}
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 345 MovieClip in Frame 1143
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero.ladder = "off";
}
_root.hero.ladder = "on";
_root.hero.gravity = "off";
}
}
Instance of Symbol 342 MovieClip "badthing01" in Frame 1143
onClipEvent (load) {
a = 3;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 20) {
a = -a;
}
if (590 >= this._x) {
a = -a;
}
_x = (_x + a);
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
tellTarget ("_root.badthing02") {
gotoAndStop (2);
};
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouch2") {
setProperty("_root.ouch2", _x , "255");
setProperty("_root.ouch2", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndStop (20);
};
tellTarget ("_root.hurt circle4") {
setProperty("_root.hurt circle4", _x , _root.hero._x);
setProperty("_root.hurt circle4", _y , _root.hero._y);
};
} else {
tellTarget ("_root.badthing02") {
gotoAndStop (1);
};
setProperty("_root.hurt circle4", _x , "100");
setProperty("_root.hurt circle4", _y , "-400");
setProperty("_root.ouch2", _x , "255");
setProperty("_root.ouch2", _y , "700");
}
}
Instance of Symbol 347 MovieClip in Frame 1143
onClipEvent (load) {
a = 2;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 10) {
a = -a;
}
if (250 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 348 MovieClip in Frame 1143
onClipEvent (load) {
a = 3;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 150) {
a = -a;
}
if (320 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 349 MovieClip "hero" in Frame 1143
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
if (360 < _y) {
_y = "320";
}
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (20 >= this._x) {
this._x = "20";
}
if (this._x >= 580) {
this._x = "580";
}
if (Key.isdown(Key.Right)) {
this._x = this._x + 5;
_root.test = "2";
tellTarget ("_root.hero") {
gotoAndStop (4);
};
}
if (Key.isdown(Key.left)) {
this._x = this._x - 5;
_root.test = "1";
tellTarget ("_root.hero") {
gotoAndStop (2);
};
}
if (Key.isDown(Key.UP) and (ladder eq "on")) {
this._y = this._y - 5;
tellTarget ("_root.hero") {
gotoAndStop (35);
};
}
if (Key.isDown(Key.DOWN) and (ladder eq "on")) {
_root.test = "3";
tellTarget ("_root.hero") {
gotoAndPlay (35);
};
}
if (Key.isDown(Key.DOWN) and (ladder eq "on")) {
this._y = this._y + 5;
}
if (10 >= this._x) {
this._x = 10;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 6;
jumping = true;
}
if (Key.isDown(Key.SPACE) && (!jumping)) {
_root.test = "5";
tellTarget ("_root.hero") {
gotoAndPlay (50);
};
platform = "no";
vel_y = 28;
jumping = true;
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
ladder = "off";
platform = "off";
gravity = "on";
}
Instance of Symbol 362 MovieClip in Frame 1143
onClipEvent (load) {
t = 1;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
_x = (_x + (-a));
_y = (_y + t);
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
setProperty("_root.hero", _x , _root.hero._x - 20);
setProperty("_root.hero", _y , _root.hero._y - 10);
tellTarget ("_root.badthing01") {
gotoAndStop (2);
};
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouchb") {
setProperty("_root.ouchb", _x , "255");
setProperty("_root.ouchb", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndStop (20);
};
tellTarget ("_root.hurt circlea") {
setProperty("_root.hurt circlea", _x , _root.hero._x);
setProperty("_root.hurt circlea", _y , _root.hero._y);
};
} else {
tellTarget ("_root.badthing01") {
gotoAndStop (1);
};
setProperty("_root.hurt circlea", _x , "100");
setProperty("_root.hurt circlea", _y , "-400");
setProperty("_root.ouchb", _x , "255");
setProperty("_root.ouchb", _y , "700");
if (_y >= 500) {
_x = 525;
_y = 41.5;
t = 1;
a = random(10);
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
}
t = t + 1;
}
}
Instance of Symbol 363 MovieClip in Frame 1143
onClipEvent (load) {
t = 2;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
_x = (_x + (-a));
_y = (_y + t);
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
setProperty("_root.hero", _x , _root.hero._x - 20);
setProperty("_root.hero", _y , _root.hero._y - 10);
tellTarget ("_root.badthing01") {
gotoAndStop (2);
};
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouch1") {
setProperty("_root.oucha", _x , "255");
setProperty("_root.oucha", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndStop (20);
};
tellTarget ("_root.hurt circled") {
setProperty("_root.hurt circled", _x , _root.hero._x);
setProperty("_root.hurt circled", _y , _root.hero._y);
};
} else {
tellTarget ("_root.badthing01") {
gotoAndStop (1);
};
setProperty("_root.hurt circled", _x , "100");
setProperty("_root.hurt circled", _y , "-400");
setProperty("_root.oucha", _x , "255");
setProperty("_root.oucha", _y , "700");
if (_y >= 700) {
_x = 525;
_y = 41.5;
t = 1;
a = random(20);
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
}
t = t + 1;
}
}
Instance of Symbol 364 MovieClip in Frame 1143
onClipEvent (load) {
t = 1;
}
onClipEvent (enterFrame) {
tellTarget ("") {
};
m_bounds = new Object();
m_bounds = this.getBounds(_root);
_x = (_x + (-a));
_y = (_y + t);
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
setProperty("_root.hero", _x , _root.hero._x - 20);
setProperty("_root.hero", _y , _root.hero._y - 10);
tellTarget ("_root.badthing01") {
gotoAndStop (2);
};
tellTarget ("_root.lifebar") {
nextFrame();
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
};
tellTarget ("_root.ouchc") {
setProperty("_root.ouchc", _x , "255");
setProperty("_root.ouchc", _y , "447");
play();
};
tellTarget ("_root.hero") {
gotoAndStop (20);
};
tellTarget ("_root.hurt circlee") {
setProperty("_root.hurt circlee", _x , _root.hero._x);
setProperty("_root.hurt circlee", _y , _root.hero._y);
};
} else {
tellTarget ("_root.badthing01") {
gotoAndStop (1);
};
setProperty("_root.hurt circlee", _x , "100");
setProperty("_root.hurt circlee", _y , "-400");
setProperty("_root.ouchc", _x , "255");
setProperty("_root.ouchc", _y , "700");
if (_y >= 600) {
_x = 525;
_y = 41.5;
t = 1;
a = random(40);
tellTarget ("_root.hurtsound") {
gotoAndPlay (2);
};
}
t = t + 1;
}
}
Frame 1162
gotoAndPlay (1143);
Frame 1167
gotoAndPlay (1168);
Set("/:count", 0);
Frame 1266
gotoAndPlay (1267);
Frame 1267
if (_root.hit == 1) {
setProperty("_root.ice knife", _x , "d");
}
if (life == 3) {
tellTarget ("_root.life01") {
gotoAndStop (1);
};
} else if (life == 2) {
tellTarget ("_root.life01") {
gotoAndStop (2);
};
} else if (life == 1) {
tellTarget ("_root.life01") {
gotoAndStop (3);
};
}
Instance of Symbol 180 MovieClip in Frame 1267
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1267
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1267
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1267
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1267
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1267
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 385 MovieClip in Frame 1267
onClipEvent (load) {
a = 7;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 10) {
a = -a;
}
if (500 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 386 MovieClip in Frame 1267
onClipEvent (load) {
a = 6;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 190) {
a = -a;
}
if (450 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 387 MovieClip in Frame 1267
onClipEvent (load) {
a = 5;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 10) {
a = -a;
}
if (500 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 390 MovieClip "hero" in Frame 1267
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
if ((263 < _x) and (_y < 60)) {
tellTarget ("/") {
gotoAndPlay ("go");
};
}
if (420 < _y) {
_y = "324";
}
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (20 >= this._x) {
this._x = "20";
}
if (this._x >= 580) {
this._x = "580";
}
if (Key.isdown(Key.Right)) {
this._x = this._x + 5;
_root.test = "2";
tellTarget ("_root.hero") {
gotoAndStop (4);
};
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.test = "1";
tellTarget ("_root.hero") {
gotoAndStop (2);
};
}
if (Key.isDown(Key.UP) and (ladder eq "on")) {
this._y = this._y - 5;
tellTarget ("_root.hero") {
gotoAndStop (1);
};
}
if (10 >= this._x) {
this._x = 10;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 6;
jumping = true;
}
if (Key.isDown(Key.SPACE) && (!jumping)) {
_root.test = "5";
tellTarget ("_root.hero") {
gotoAndPlay (50);
};
platform = "no";
vel_y = 31;
jumping = true;
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
ladder = "off";
platform = "off";
gravity = "on";
}
Frame 1296
gotoAndPlay (1267);
Frame 1297
gotoAndPlay (1298);
Instance of Symbol 180 MovieClip in Frame 1298
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1298
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1298
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1298
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Frame 1507
gotoAndPlay (1509);
Frame 1509
if (life == 3) {
tellTarget ("_root.life01") {
gotoAndStop (1);
};
} else if (life == 2) {
tellTarget ("_root.life01") {
gotoAndStop (2);
};
} else if (life == 1) {
tellTarget ("_root.life01") {
gotoAndStop (3);
};
}
if (_root.hit == 1) {
setProperty("_root.ice knife", _x , "d");
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 423 MovieClip in Frame 1509
onClipEvent (enterFrame) {
if (360 < _y) {
_y = "320";
}
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 425 MovieClip in Frame 1509
onClipEvent (load) {
a = 6;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 100) {
a = -a;
}
if (500 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 426 MovieClip in Frame 1509
onClipEvent (load) {
a = 4;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 200) {
a = -a;
}
if (500 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 427 MovieClip in Frame 1509
onClipEvent (load) {
a = 6;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 190) {
a = -a;
}
if (550 >= this._x) {
a = -a;
}
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._x = _root.hero._x + (a * 1.5);
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
_x = (_x + a);
}
Instance of Symbol 180 MovieClip in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymin - 28;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 15)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 428 MovieClip "king" in Frame 1509
onClipEvent (load) {
a = 2;
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (this._x >= 250) {
a = -a;
}
if (450 >= this._x) {
a = -a;
}
_x = (_x + a);
}
Instance of Symbol 429 MovieClip "hero" in Frame 1509
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (420 < _y) {
_y = "324";
}
if (20 >= this._x) {
this._x = "20";
}
if (this._x >= 580) {
this._x = "580";
}
if (Key.isdown(Key.Right)) {
this._x = this._x + 5;
_root.test = "2";
tellTarget ("_root.hero") {
gotoAndStop (4);
};
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.test = "1";
tellTarget ("_root.hero") {
gotoAndStop (2);
};
}
if (Key.isDown(Key.UP) and (ladder eq "on")) {
this._y = this._y - 5;
tellTarget ("_root.hero") {
gotoAndStop (1);
};
}
if (10 >= this._x) {
this._x = 10;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 6;
jumping = true;
}
if (Key.isDown(Key.SPACE) && (!jumping)) {
_root.test = "5";
tellTarget ("_root.hero") {
gotoAndPlay (50);
};
platform = "no";
vel_y = 28;
jumping = true;
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
ladder = "off";
platform = "off";
gravity = "on";
}
Instance of Symbol 430 MovieClip "wmissle" in Frame 1509
onClipEvent (load) {
}
onClipEvent (enterFrame) {
s1 = _root.king._x - _root.hero._x;
s2 = _root.king._y - _root.hero._y;
r = Math.sqrt((s1 * s1) + (s2 * s2));
theta = Math.atan2(s2, s1);
ax = s1 / r;
ay = s2 / r;
a = 7;
m_bounds = new Object();
m_bounds = this.getBounds(_root);
_x = (_x - (ax * a));
_y = (_y - (ay * a));
if (_y >= 500) {
tellTarget ("_root.king") {
gotoAndStop (15);
};
}
if (hitTest(_root.hero)) {
tellTarget ("_root.hurtsound!") {
gotoAndPlay (2);
};
_root.hero._x = _root.hero._x - (s1 / 15);
_root.kinghurt2._x = _root.hero._x;
_root.kinghurt2._y = _root.hero._y + 10;
tellTarget ("_root.ouch!") {
setProperty("_root.ouch!", _x , "255");
setProperty("_root.ouch!", _y , "447");
play();
};
tellTarget ("_root.lifebar01") {
nextFrame();
};
tellTarget ("_root.kinghurt2") {
gotoAndStop (2);
};
tellTarget ("_root.hero") {
gotoAndStop (20);
};
} else {
setProperty("_root.ouch!", _x , "255");
setProperty("_root.ouch!", _y , "700");
tellTarget ("_root.hero") {
tellTarget ("_root.kinghurt2") {
gotoAndStop (1);
};
};
}
if (((_y >= 600) or (_x < -200)) or (700 < _x)) {
tellTarget ("_root.king") {
gotoAndPlay (24);
};
_x = _root.king._x;
_y = _root.king._y;
}
}
Instance of Symbol 435 MovieClip "ice knife" in Frame 1509
onClipEvent (load) {
a = 10;
tellTarget ("_root.ice knife") {
gotoAndPlay (17);
};
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
_root.hit = "1";
}
}
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (600 < _x) {
_root.hit = "0";
_x = "160";
tellTarget ("_root.ice knife") {
gotoAndPlay (2);
};
}
if (_root.hit == 1) {
_x = (_x + a);
}
if (hitTest(_root.king)) {
tellTarget ("_root.kinglifebar") {
nextFrame();
};
tellTarget ("_root.hurtsound!") {
gotoAndPlay (2);
};
_root.kinghurt._x = _root.king._x;
_root.kinghurt._y = _root.king._y;
tellTarget ("_root.kinghurt") {
gotoAndStop (2);
};
tellTarget ("_root.king") {
gotoAndPlay (34);
};
} else {
tellTarget ("_root.kinghurt") {
gotoAndStop (1);
};
}
}
Instance of Symbol 443 MovieClip "kinglifebar" in Frame 1509
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
_x = _root.king._x;
}
Frame 1538
gotoAndPlay (1509);
Frame 1539
gotoAndPlay (1540);
Frame 1877
fscommand ("quit");
Frame 1878
stop();
Symbol 12 MovieClip Frame 70
stop();
Symbol 21 Button
on (release) {
getURL ("http://www.venix.idv.tw/", "_blank");
}
Symbol 26 MovieClip Frame 1
stop();
stop();
Symbol 26 MovieClip Frame 2
stop();
/:count++;
Symbol 28 MovieClip Frame 1
stop();
stop();
Symbol 28 MovieClip Frame 2
stop();
/:count++;
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 2
stop();
/:count++;
Symbol 32 MovieClip Frame 1
stop();
stop();
Symbol 32 MovieClip Frame 2
stop();
/:count++;
Symbol 52 Button
on (release) {
gotoAndPlay (76);
}
Symbol 56 Button
on (release) {
gotoAndPlay (795);
}
Symbol 81 Button
on (release) {
gotoAndPlay (796);
}
Symbol 98 MovieClip Frame 71
stop();
Symbol 100 MovieClip Frame 100
stop();
Symbol 110 MovieClip Frame 1
stop();
stop();
Symbol 110 MovieClip Frame 2
stop();
/:count++;
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 2
stop();
/:count++;
Symbol 112 MovieClip Frame 1
stop();
stop();
Symbol 112 MovieClip Frame 2
stop();
/:count++;
Symbol 113 MovieClip Frame 1
stop();
stop();
Symbol 113 MovieClip Frame 2
stop();
/:count++;
Symbol 157 Button
on (release) {
gotoAndStop (71);
}
Symbol 185 MovieClip Frame 1
stop();
stop();
Symbol 185 MovieClip Frame 2
stop();
/:count++;
Symbol 186 MovieClip Frame 1
stop();
stop();
Symbol 186 MovieClip Frame 2
stop();
/:count++;
Symbol 187 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 2
stop();
/:count++;
Symbol 189 MovieClip Frame 1
stop();
stop();
Symbol 189 MovieClip Frame 2
stop();
/:count++;
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 15
stop();
Symbol 202 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 1
stop();
stop();
Symbol 211 MovieClip Frame 2
stop();
Symbol 211 MovieClip Frame 3
stop();
stop();
Symbol 211 MovieClip Frame 4
stop();
Symbol 211 MovieClip Frame 13
stop();
Symbol 211 MovieClip Frame 20
stop();
Symbol 211 MovieClip Frame 56
gotoAndStop (1);
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 8
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 30
tellTarget ("/") {
gotoAndStop ("1-1");
};
stop();
Symbol 238 MovieClip Frame 1
stop();
Symbol 238 MovieClip Frame 5
stop();
Symbol 240 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 1
Set("_root.:life", "3");
stop();
Symbol 249 MovieClip Frame 2
xx = _root.hero._x;
yy = _root.hero._y;
tellTarget ("_root.deathspot") {
gotoAndPlay (2);
};
setProperty("_root.deathspot", _x , xx);
setProperty("_root.deathspot", _y , yy);
setProperty("_root.hero", _x , "100");
setProperty("_root.hero", _y , "-700");
tellTarget ("_root.hero") {
gotoAndPlay (1);
};
tellTarget ("_root.newlife") {
gotoAndPlay (2);
};
Set("_root.:life", "2");
stop();
Symbol 249 MovieClip Frame 3
xx = _root.hero._x;
yy = _root.hero._y;
tellTarget ("_root.deathspot") {
gotoAndPlay (2);
};
setProperty("_root.deathspot", _x , xx);
setProperty("_root.deathspot", _y , yy);
setProperty("_root.hero", _x , "100");
setProperty("_root.hero", _y , "-700");
tellTarget ("_root.hero") {
gotoAndPlay (1);
};
tellTarget ("_root.newlife") {
gotoAndPlay (2);
};
Set("_root.:life", "1");
stop();
Symbol 249 MovieClip Frame 4
xx = _root.hero._x;
yy = _root.hero._y;
tellTarget ("_root.deathspot") {
gotoAndPlay (2);
};
setProperty("_root.deathspot", _x , xx);
setProperty("_root.deathspot", _y , yy);
setProperty("_root.hero", _x , "100");
setProperty("_root.hero", _y , "-700");
tellTarget ("_root.hero") {
gotoAndPlay (1);
};
Set("_root.:life", "0");
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 39
tellTarget ("_root.life01") {
nextFrame();
};
gotoAndPlay (1);
Symbol 265 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 25
if (_root.:life == 0) {
tellTarget ("/") {
gotoAndStop ("over01");
};
}
stop();
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 2
if (_root.:life == 0) {
tellTarget ("/") {
gotoAndPlay ("over");
};
}
Symbol 270 MovieClip Frame 42
setProperty("_root.hero", _x , "35");
setProperty("_root.hero", _y , "324.7");
stop();
Symbol 295 MovieClip Frame 1
stop();
stop();
Symbol 295 MovieClip Frame 2
stop();
/:count++;
Symbol 296 MovieClip Frame 1
stop();
stop();
Symbol 296 MovieClip Frame 2
stop();
/:count++;
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 2
stop();
/:count++;
Symbol 299 MovieClip Frame 1
stop();
stop();
Symbol 299 MovieClip Frame 2
stop();
/:count++;
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 15
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 2
stop();
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 2
stop();
Symbol 310 MovieClip Frame 1
stop();
stop();
Symbol 310 MovieClip Frame 2
stop();
Symbol 310 MovieClip Frame 3
stop();
stop();
Symbol 310 MovieClip Frame 4
stop();
Symbol 310 MovieClip Frame 13
stop();
Symbol 310 MovieClip Frame 20
stop();
Symbol 310 MovieClip Frame 56
gotoAndStop (1);
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 30
tellTarget ("/") {
gotoAndStop ("2-1");
};
stop();
Symbol 327 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 30
tellTarget ("_root.life01") {
nextFrame();
};
gotoAndPlay (1);
Symbol 337 MovieClip Frame 1
stop();
stop();
Symbol 337 MovieClip Frame 2
stop();
/:count++;
Symbol 338 MovieClip Frame 1
stop();
stop();
Symbol 338 MovieClip Frame 2
stop();
/:count++;
Symbol 339 MovieClip Frame 1
stop();
Symbol 339 MovieClip Frame 2
stop();
/:count++;
Symbol 340 MovieClip Frame 1
stop();
stop();
Symbol 340 MovieClip Frame 2
stop();
/:count++;
Symbol 341 MovieClip Frame 1
stop();
Symbol 341 MovieClip Frame 15
stop();
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 2
stop();
Symbol 349 MovieClip Frame 1
stop();
stop();
Symbol 349 MovieClip Frame 2
stop();
Symbol 349 MovieClip Frame 3
stop();
stop();
Symbol 349 MovieClip Frame 4
stop();
Symbol 349 MovieClip Frame 13
stop();
Symbol 349 MovieClip Frame 20
stop();
Symbol 349 MovieClip Frame 56
gotoAndStop (1);
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 30
tellTarget ("/") {
gotoAndStop ("3-1");
};
stop();
Symbol 377 MovieClip Frame 1
stop();
Symbol 377 MovieClip Frame 2
stop();
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
stop();
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 2
stop();
Symbol 385 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 1
stop();
Symbol 387 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 1
stop();
Symbol 390 MovieClip Frame 2
stop();
Symbol 390 MovieClip Frame 3
stop();
Symbol 390 MovieClip Frame 4
stop();
Symbol 390 MovieClip Frame 13
stop();
Symbol 390 MovieClip Frame 20
stop();
Symbol 390 MovieClip Frame 56
gotoAndStop (1);
Symbol 393 MovieClip Frame 1
stop();
Symbol 393 MovieClip Frame 2
stop();
Symbol 396 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 2
stop();
Symbol 408 MovieClip Frame 14
gotoAndPlay (2);
Symbol 408 MovieClip Frame 33
gotoAndPlay (1);
Symbol 420 MovieClip Frame 14
gotoAndPlay (2);
Symbol 420 MovieClip Frame 33
gotoAndPlay (1);
Symbol 421 MovieClip Frame 1
stop();
Symbol 422 MovieClip Frame 14
gotoAndPlay (2);
Symbol 422 MovieClip Frame 33
gotoAndPlay (1);
Symbol 425 MovieClip Frame 1
stop();
Symbol 426 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 14
gotoAndPlay (2);
Symbol 428 MovieClip Frame 33
gotoAndPlay (1);
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 2
stop();
Symbol 429 MovieClip Frame 3
stop();
Symbol 429 MovieClip Frame 4
stop();
Symbol 429 MovieClip Frame 13
stop();
Symbol 429 MovieClip Frame 20
stop();
Symbol 429 MovieClip Frame 56
gotoAndStop (1);
Symbol 435 MovieClip Frame 1
stop();
Symbol 435 MovieClip Frame 17
stop();
Symbol 435 MovieClip Frame 25
stop();
Symbol 439 MovieClip Frame 1
stop();
Symbol 439 MovieClip Frame 4
stop();
Symbol 443 MovieClip Frame 1
stop();
Symbol 443 MovieClip Frame 70
tellTarget ("/") {
gotoAndPlay ("success");
};
Symbol 453 MovieClip Frame 25
stop();
Symbol 468 MovieClip Frame 70
stop();
Symbol 482 Button
on (release) {
fscommand ("quit");
}
Symbol 484 Button
on (release) {
gotoAndPlay (79);
}