Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
_root.music.gotoAndStop(5);
level = 1;
Instance of Symbol 143 MovieClip "ground" in Frame 5
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
Instance of Symbol 184 MovieClip "enemy" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 184 MovieClip "enemy2" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 184 MovieClip "enemy3" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 222 MovieClip "enemy1" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 222 MovieClip "enemy4" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 222 MovieClip "enemy5" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 222 MovieClip "enemy6" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 222 MovieClip "enemy7" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 184 MovieClip "enemy8" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 184 MovieClip "enemy9" in Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 255 MovieClip "hero" in Frame 5
onClipEvent (enterFrame) {
speed = 10;
}
onClipEvent (enterFrame) {
if (_x < 200) {
this._x = this._x + 4;
_root.ground._x = _root.ground._x + 4;
}
if (_x < 180) {
this._x = this._x + 6;
_root.ground._x = _root.ground._x + 6;
}
if (_x < 160) {
this._x = this._x + 8;
_root.ground._x = _root.ground._x + 8;
}
if (_x < 70) {
this._x = this._x + 16;
_root.ground._x = _root.ground._x + 16;
}
if (_x > 300) {
this._x = this._x - 4;
_root.ground._x = _root.ground._x - 4;
}
if (_x > 350) {
this._x = this._x - 6;
_root.ground._x = _root.ground._x - 6;
}
if (_x > 390) {
this._x = this._x - 8;
_root.ground._x = _root.ground._x - 8;
if (_x > 480) {
this._x = this._x - 16;
_root.ground._x = _root.ground._x - 16;
}
}
if (_y < 50) {
this._y = this._y + 8;
_root.ground._y = _root.ground._y + 8;
}
if (_y < 100) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y < 150) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y > 250) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 300) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 350) {
this._y = this._y - 16;
_root.ground._y = _root.ground._y - 16;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.hero.standing.gotoAndPlay(25);
}
gotoAndStop(state);
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
state = 1;
}
if (Key.isDown(37)) {
state = 1;
}
if (Key.isDown(83)) {
state = 3;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 10;
_root.jumpkey = Key.isDown(83);
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 2;
} else if (_root.jumpkey) {
gravity = -29;
} else {
gravity = 0;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (air == true) {
state = 3;
}
if (_root.ground.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
state = 3;
}
if (air == false) {
state = 1;
}
if (_x < 100) {
_x = (_x + run);
}
if (_x > 450) {
_x = (_x - run);
}
}
onClipEvent (enterFrame) {
if (_y > 1000) {
_root.life.gotoAndStop(_root.life._currentframe - 1);
_root.black.gotoAndPlay(1);
_root.hero.HP.gotoAndStop(1);
_root.HPno = 100;
_root.hero._x = 260;
_root.hero._y = -100;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
this._xscale = -42;
state = 2;
}
if (Key.isDown(37)) {
_x = (_x - speed);
this._xscale = 42;
state = 2;
}
if ((air == true) && (Key.isDown(37))) {
state = 3;
}
if ((air == true) && (Key.isDown(39))) {
state = 3;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) && (air == true)) {
_root.hero.jumping.gotoAndPlay(7);
}
}
Instance of Symbol 276 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.hero.hitTest(_root.ground.end)) {
_root.ground.end.gotoAndStop(2);
this.gotoAndPlay(2);
}
}
Frame 6
stop();
_root.music.gotoAndStop(3);
Frame 7
stop();
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(7);
level = 2;
Instance of Symbol 320 MovieClip "ground" in Frame 7
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
Instance of Symbol 184 MovieClip "enemy" in Frame 7
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 184 MovieClip "enemy2" in Frame 7
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 222 MovieClip "enemy1" in Frame 7
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 255 MovieClip "hero" in Frame 7
onClipEvent (enterFrame) {
speed = 10;
}
onClipEvent (enterFrame) {
if (_x < 200) {
this._x = this._x + 4;
_root.ground._x = _root.ground._x + 4;
}
if (_x < 180) {
this._x = this._x + 6;
_root.ground._x = _root.ground._x + 6;
}
if (_x < 160) {
this._x = this._x + 8;
_root.ground._x = _root.ground._x + 8;
}
if (_x < 70) {
this._x = this._x + 16;
_root.ground._x = _root.ground._x + 16;
}
if (_x > 300) {
this._x = this._x - 4;
_root.ground._x = _root.ground._x - 4;
}
if (_x > 350) {
this._x = this._x - 6;
_root.ground._x = _root.ground._x - 6;
}
if (_x > 390) {
this._x = this._x - 8;
_root.ground._x = _root.ground._x - 8;
if (_x > 480) {
this._x = this._x - 16;
_root.ground._x = _root.ground._x - 16;
}
}
if (_y < 50) {
this._y = this._y + 8;
_root.ground._y = _root.ground._y + 8;
}
if (_y < 100) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y < 150) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y > 250) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 300) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 350) {
this._y = this._y - 16;
_root.ground._y = _root.ground._y - 16;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.hero.standing.gotoAndPlay(25);
}
gotoAndStop(state);
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
state = 1;
}
if (Key.isDown(37)) {
state = 1;
}
if (Key.isDown(83)) {
state = 3;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 10;
_root.jumpkey = Key.isDown(83);
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 2;
} else if (_root.jumpkey) {
gravity = -29;
} else {
gravity = 0;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (air == true) {
state = 3;
}
if (_root.ground.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
state = 3;
}
if (air == false) {
state = 1;
}
if (_x < 100) {
_x = (_x + run);
}
if (_x > 450) {
_x = (_x - run);
}
}
onClipEvent (enterFrame) {
if (_y > 1000) {
_root.life.gotoAndStop(_root.life._currentframe - 1);
_root.black.gotoAndPlay(1);
_root.hero.HP.gotoAndStop(1);
_root.HPno = 100;
_root.hero._x = 260;
_root.hero._y = -100;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
this._xscale = -42;
state = 2;
}
if (Key.isDown(37)) {
_x = (_x - speed);
this._xscale = 42;
state = 2;
}
if ((air == true) && (Key.isDown(37))) {
state = 3;
}
if ((air == true) && (Key.isDown(39))) {
state = 3;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) && (air == true)) {
_root.hero.jumping.gotoAndPlay(7);
}
}
Instance of Symbol 276 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.hero.hitTest(_root.ground.end)) {
_root.ground.end.gotoAndStop(2);
this.gotoAndPlay(2);
}
}
Frame 8
stop();
_root.music.gotoAndStop(3);
Frame 9
stop();
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(7);
level = 3;
Instance of Symbol 341 MovieClip "ground" in Frame 9
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
Instance of Symbol 184 MovieClip "enemy1" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 184 MovieClip "enemy3" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 184 MovieClip "enemy2" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "enemy5" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "enemy6" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "enemy4" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "enemy" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "afro" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "afro1" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "afro2" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "afro4" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "afro5" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "afro6" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "afro7" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "afro3" in Frame 9
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 255 MovieClip "hero" in Frame 9
onClipEvent (enterFrame) {
speed = 10;
}
onClipEvent (enterFrame) {
if (_x < 200) {
this._x = this._x + 4;
_root.ground._x = _root.ground._x + 4;
}
if (_x < 180) {
this._x = this._x + 6;
_root.ground._x = _root.ground._x + 6;
}
if (_x < 160) {
this._x = this._x + 8;
_root.ground._x = _root.ground._x + 8;
}
if (_x < 70) {
this._x = this._x + 16;
_root.ground._x = _root.ground._x + 16;
}
if (_x > 300) {
this._x = this._x - 4;
_root.ground._x = _root.ground._x - 4;
}
if (_x > 350) {
this._x = this._x - 6;
_root.ground._x = _root.ground._x - 6;
}
if (_x > 390) {
this._x = this._x - 8;
_root.ground._x = _root.ground._x - 8;
if (_x > 480) {
this._x = this._x - 16;
_root.ground._x = _root.ground._x - 16;
}
}
if (_y < 50) {
this._y = this._y + 8;
_root.ground._y = _root.ground._y + 8;
}
if (_y < 100) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y < 150) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y > 250) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 300) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 350) {
this._y = this._y - 16;
_root.ground._y = _root.ground._y - 16;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.hero.standing.gotoAndPlay(25);
}
gotoAndStop(state);
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
state = 1;
}
if (Key.isDown(37)) {
state = 1;
}
if (Key.isDown(83)) {
state = 3;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 10;
_root.jumpkey = Key.isDown(83);
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 2;
} else if (_root.jumpkey) {
gravity = -29;
} else {
gravity = 0;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (air == true) {
state = 3;
}
if (_root.ground.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
state = 3;
}
if (air == false) {
state = 1;
}
if (_x < 100) {
_x = (_x + run);
}
if (_x > 450) {
_x = (_x - run);
}
}
onClipEvent (enterFrame) {
if (_y > 700) {
_root.ground._x = 4850;
_root.ground._y = 10;
this._y = 10;
_root.HP.nolife.gotoAndStop(_root.HP.nolife._currentframe - 1);
_root.black.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
this._xscale = -42;
state = 2;
}
if (Key.isDown(37)) {
_x = (_x - speed);
this._xscale = 42;
state = 2;
}
if ((air == true) && (Key.isDown(37))) {
state = 3;
}
if ((air == true) && (Key.isDown(39))) {
state = 3;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) && (air == true)) {
_root.hero.jumping.gotoAndPlay(7);
}
}
Instance of Symbol 276 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.hero.hitTest(_root.ground.end)) {
_root.ground.end.gotoAndStop(2);
this.gotoAndPlay(2);
}
}
Frame 10
stop();
_root.music.gotoAndStop(3);
Frame 11
stop();
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(9);
level = 4;
Instance of Symbol 501 MovieClip "ground" in Frame 11
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
Instance of Symbol 532 MovieClip "enemy" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 532 MovieClip "enemy1" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 532 MovieClip "enemy2" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 532 MovieClip "enemy3" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 532 MovieClip "enemy4" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 532 MovieClip "enemy5" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 532 MovieClip "enemy6" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 532 MovieClip "enemy7" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "enemy8" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 396 MovieClip "enemy9" in Frame 11
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 255 MovieClip "hero" in Frame 11
onClipEvent (enterFrame) {
speed = 10;
}
onClipEvent (enterFrame) {
if (_x < 200) {
this._x = this._x + 4;
_root.ground._x = _root.ground._x + 4;
}
if (_x < 180) {
this._x = this._x + 6;
_root.ground._x = _root.ground._x + 6;
}
if (_x < 160) {
this._x = this._x + 8;
_root.ground._x = _root.ground._x + 8;
}
if (_x < 70) {
this._x = this._x + 16;
_root.ground._x = _root.ground._x + 16;
}
if (_x > 300) {
this._x = this._x - 4;
_root.ground._x = _root.ground._x - 4;
}
if (_x > 350) {
this._x = this._x - 6;
_root.ground._x = _root.ground._x - 6;
}
if (_x > 390) {
this._x = this._x - 8;
_root.ground._x = _root.ground._x - 8;
if (_x > 480) {
this._x = this._x - 16;
_root.ground._x = _root.ground._x - 16;
}
}
if (_y < 50) {
this._y = this._y + 8;
_root.ground._y = _root.ground._y + 8;
}
if (_y < 100) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y < 150) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y > 250) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 300) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 350) {
this._y = this._y - 16;
_root.ground._y = _root.ground._y - 16;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.hero.standing.gotoAndPlay(25);
}
gotoAndStop(state);
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
state = 1;
}
if (Key.isDown(37)) {
state = 1;
}
if (Key.isDown(83)) {
state = 3;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 10;
_root.jumpkey = Key.isDown(83);
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 2;
} else if (_root.jumpkey) {
gravity = -29;
} else {
gravity = 0;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (air == true) {
state = 3;
}
if (_root.ground.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
state = 3;
}
if (air == false) {
state = 1;
}
if (_x < 100) {
_x = (_x + run);
}
if (_x > 450) {
_x = (_x - run);
}
}
onClipEvent (enterFrame) {
if (_y > 700) {
_root.ground._x = 4100;
_root.ground._y = 10;
this._y = 10;
_root.HP.nolife.gotoAndStop(_root.HP.nolife._currentframe - 1);
_root.black.gotoAndPlay(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
this._xscale = -42;
state = 2;
}
if (Key.isDown(37)) {
_x = (_x - speed);
this._xscale = 42;
state = 2;
}
if ((air == true) && (Key.isDown(37))) {
state = 3;
}
if ((air == true) && (Key.isDown(39))) {
state = 3;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) && (air == true)) {
_root.hero.jumping.gotoAndPlay(7);
}
}
Instance of Symbol 276 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.hero.hitTest(_root.ground.end)) {
_root.ground.end.gotoAndStop(2);
this.gotoAndPlay(2);
}
}
Frame 12
stop();
_root.music.gotoAndStop(3);
Frame 13
stop();
_root.black.gotoAndPlay(1);
_root.music.gotoAndStop(9);
level = 5;
Instance of Symbol 549 MovieClip "ground" in Frame 13
onClipEvent (load) {
speed = 7;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
Instance of Symbol 596 MovieClip "boss" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 631 MovieClip "enemy" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy1" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy2" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy3" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy4" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 7);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 7);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy5" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy6" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy7" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 6.5);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 6.5);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy8" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 8);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 8);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 631 MovieClip "enemy9" in Frame 13
onClipEvent (enterFrame) {
this._y = this._y + 20;
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 3;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (this.area.hitTest(_root.hero)) {
enemyrun = true;
}
}
onClipEvent (enterFrame) {
if (!this.area.hitTest(_root.hero)) {
enemyrun = false;
}
}
onClipEvent (enterFrame) {
if (enemyrun == false) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 0);
this.legs.gotoAndStop(1);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 0);
this.legs.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (enemyrun == true) {
if (_root.hero._x > (_x + 35)) {
this._xscale = -100;
_x = (_x + 8);
this.legs.gotoAndStop(2);
}
if (_root.hero._x < (_x - 35)) {
this._xscale = 100;
_x = (_x - 8);
this.legs.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
speed = _root.ground.speed;
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
_x = (_x + speed);
}
if (Key.isDown(39)) {
_x = (_x - speed);
}
if (Key.isDown(39) && (Key.isDown(37))) {
_x = (_x - speed);
}
}
onClipEvent (enterFrame) {
if (_root.hero._x < 200) {
this._x = this._x + 4;
}
if (_root.hero._x < 180) {
this._x = this._x + 6;
}
if (_root.hero._x < 160) {
this._x = this._x + 8;
}
if (_root.hero._x < 70) {
this._x = this._x + 16;
}
if (_root.hero._x > 300) {
this._x = this._x - 4;
}
if (_root.hero._x > 350) {
this._x = this._x - 6;
}
if (_root.hero._x > 390) {
this._x = this._x - 8;
}
if (_root.hero._x > 480) {
this._x = this._x - 16;
}
if (_root.hero._y < 50) {
this._y = this._y + 8;
}
if (_root.hero._y < 100) {
this._y = this._y + 4;
}
if (_root.hero._y < 150) {
this._y = this._y + 4;
}
if (_root.hero._y > 250) {
this._y = this._y - 4;
}
if (_root.hero._y > 300) {
this._y = this._y - 4;
}
if (_root.hero._y > 350) {
this._y = this._y - 16;
}
}
onClipEvent (enterFrame) {
if (this.attack.one.hit.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
onClipEvent (enterFrame) {
this.area._yscale = 1000;
this.area._xscale = 1000;
}
onClipEvent (enterFrame) {
if (_y > 1000) {
this.gotoAndStop(2);
}
}
Instance of Symbol 255 MovieClip "hero" in Frame 13
onClipEvent (enterFrame) {
speed = 10;
}
onClipEvent (enterFrame) {
if (_x < 200) {
this._x = this._x + 4;
_root.ground._x = _root.ground._x + 4;
}
if (_x < 180) {
this._x = this._x + 6;
_root.ground._x = _root.ground._x + 6;
}
if (_x < 160) {
this._x = this._x + 8;
_root.ground._x = _root.ground._x + 8;
}
if (_x < 70) {
this._x = this._x + 16;
_root.ground._x = _root.ground._x + 16;
}
if (_x > 300) {
this._x = this._x - 4;
_root.ground._x = _root.ground._x - 4;
}
if (_x > 350) {
this._x = this._x - 6;
_root.ground._x = _root.ground._x - 6;
}
if (_x > 390) {
this._x = this._x - 8;
_root.ground._x = _root.ground._x - 8;
if (_x > 480) {
this._x = this._x - 16;
_root.ground._x = _root.ground._x - 16;
}
}
if (_y < 50) {
this._y = this._y + 8;
_root.ground._y = _root.ground._y + 8;
}
if (_y < 100) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y < 150) {
this._y = this._y + 4;
_root.ground._y = _root.ground._y + 4;
}
if (_y > 250) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 300) {
this._y = this._y - 4;
_root.ground._y = _root.ground._y - 4;
}
if (_y > 350) {
this._y = this._y - 16;
_root.ground._y = _root.ground._y - 16;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.hero.standing.gotoAndPlay(25);
}
gotoAndStop(state);
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
state = 1;
}
if (Key.isDown(37)) {
state = 1;
}
if (Key.isDown(83)) {
state = 3;
}
}
onClipEvent (enterFrame) {
this._y = this._y + 10;
_root.jumpkey = Key.isDown(83);
_root.hitground = _root.ground.ground.hitTest(_x, _y, true);
if (!_root.hitground) {
gravity = gravity + 2;
} else if (_root.jumpkey) {
gravity = -29;
} else {
gravity = 0;
}
_y = (_y + gravity);
}
onClipEvent (enterFrame) {
if (air == true) {
state = 3;
}
if (_root.ground.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
state = 3;
}
if (air == false) {
state = 1;
}
if (_x < 100) {
_x = (_x + run);
}
if (_x > 450) {
_x = (_x - run);
}
}
onClipEvent (enterFrame) {
if (_y > 1000) {
_root.life.gotoAndStop(_root.life._currentframe - 1);
_root.black.gotoAndPlay(1);
_root.hero.HP.gotoAndStop(1);
_root.HPno = 100;
_root.hero._x = 260;
_root.hero._y = -100;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
_x = (_x + speed);
this._xscale = -42;
state = 2;
}
if (Key.isDown(37)) {
_x = (_x - speed);
this._xscale = 42;
state = 2;
}
if ((air == true) && (Key.isDown(37))) {
state = 3;
}
if ((air == true) && (Key.isDown(39))) {
state = 3;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65) && (air == true)) {
_root.hero.jumping.gotoAndPlay(7);
}
}
Instance of Symbol 276 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.hero.hitTest(_root.ground.end)) {
_root.ground.end.gotoAndStop(2);
this.gotoAndPlay(2);
}
}
Frame 14
stop();
Frame 15
stop();
_root.music.gotoAndStop(13);
Frame 16
stop();
_root.music.gotoAndStop(3);
Symbol 8 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 8 MovieClip Frame 3
_root.music.gotoAndStop(3);
_root.gotoAndStop(2);
Symbol 10 Button
on (press) {
getURL ("http://nuthead.deviantart.com/", "_blank");
}
Symbol 19 MovieClip Frame 1
stopAllSounds();
stop();
Symbol 19 MovieClip Frame 2
stop();
Symbol 19 MovieClip Frame 3
stopAllSounds();
gotoAndStop (2);
Symbol 19 MovieClip Frame 4
stop();
Symbol 19 MovieClip Frame 5
stopAllSounds();
gotoAndStop (4);
Symbol 19 MovieClip Frame 6
stop();
Symbol 19 MovieClip Frame 7
stopAllSounds();
gotoAndStop (6);
Symbol 19 MovieClip Frame 8
stop();
Symbol 19 MovieClip Frame 9
stopAllSounds();
gotoAndStop (8);
Symbol 19 MovieClip Frame 10
stop();
Symbol 19 MovieClip Frame 11
stopAllSounds();
gotoAndStop (10);
Symbol 19 MovieClip Frame 12
stop();
Symbol 19 MovieClip Frame 13
stopAllSounds();
gotoAndStop (12);
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 2
_root.tr.gotoAndStop(2);
Symbol 68 MovieClip Frame 3
nolife = 1;
stop();
_root.gotoAndStop(16);
Symbol 68 MovieClip Frame 4
stop();
Symbol 68 MovieClip Frame 5
stop();
Symbol 68 MovieClip Frame 6
stop();
Symbol 68 MovieClip Frame 7
stop();
Symbol 68 MovieClip Frame 8
stop();
Symbol 68 MovieClip Frame 39
stop();
Symbol 69 MovieClip Frame 1
stop();
Symbol 69 MovieClip Frame 15
gotoAndStop (1);
_root.HP.nolife.gotoAndStop(_root.HP.nolife._currentframe - 1);
_root.black.gotoAndPlay(1);
_root.hero._x = 260;
_root.hero._y = 0;
Symbol 72 Button
on (press) {
gotoAndStop (5);
_root.HP.nolife.gotoAndStop(5);
}
Symbol 75 Button
on (press) {
gotoAndPlay (3);
}
Symbol 78 Button
on (press) {
gotoAndStop (4);
}
Symbol 82 Button
on (release) {
gotoAndStop (2);
}
Symbol 85 Button
on (press) {
_quality = "HIGH";
}
Symbol 88 Button
on (press) {
_quality = "MEDIUM";
}
Symbol 91 Button
on (press) {
_quality = "LOW";
}
Symbol 92 Button
on (press) {
getURL ("http://the-titan.deviantart.com/", "_blank");
}
Symbol 95 Button
on (press) {
gotoAndStop (2);
}
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 2
stop();
Symbol 130 MovieClip Frame 1
_root.doll.gotoAndStop(root.doll._currentframe + 1);
Symbol 130 MovieClip Frame 21
stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 2
stop();
Symbol 135 MovieClip Frame 11
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 2
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
stop();
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 124 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._x = _root.hero._x + 1;
}
}
Instance of Symbol 131 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 136 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.HP.gotoAndStop(1);
this.gotoAndStop(2);
}
}
Instance of Symbol 139 MovieClip "ground" in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) {
_root.enemy._y = _root.enemy._y - 1;
}
while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) {
_root.enemy1._y = _root.enemy1._y - 1;
}
while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) {
_root.enemy2._y = _root.enemy2._y - 1;
}
while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) {
_root.enemy3._y = _root.enemy3._y - 1;
}
while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) {
_root.enemy4._y = _root.enemy4._y - 1;
}
while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) {
_root.enemy5._y = _root.enemy5._y - 1;
}
while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) {
_root.enemy6._y = _root.enemy6._y - 1;
}
while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) {
_root.enemy7._y = _root.enemy7._y - 1;
}
while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) {
_root.enemy8._y = _root.enemy8._y - 1;
}
while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) {
_root.enemy9._y = _root.enemy9._y - 1;
}
}
Instance of Symbol 142 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy4._x = 650;
_root.enemy4._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy5._x = 650;
_root.enemy5._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy6._x = 650;
_root.enemy6._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy7._x = 650;
_root.enemy7._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy8._x = 650;
_root.enemy8._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 143 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy9._x = 650;
_root.enemy9._y = 250;
this.gotoAndStop(2);
}
}
Symbol 144 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
stop();
Symbol 144 MovieClip Frame 3
_parent.gotoAndStop(2);
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
var colorful = new Color("_parent");
colorful.setRGB(10040064);
Symbol 149 MovieClip Frame 3
colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
_parent.diearea.gotoAndStop(_parent.diearea._currentframe + 1);
Symbol 149 MovieClip Frame 4
gotoAndStop (1);
Symbol 159 MovieClip Frame 1
stop();
_root.hero._visible = true;
Symbol 159 MovieClip Frame 2
_root.hero._visible = true;
_root.HP.gotoAndStop(_root.HP._currentframe + 1);
var colorful = new Color("_root.hero");
colorful.setRGB(10040064);
Symbol 159 MovieClip Frame 4
_root.hero._visible = false;
colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 159 MovieClip Frame 5
_root.hero._visible = true;
Symbol 159 MovieClip Frame 6
_root.hero._visible = false;
Symbol 159 MovieClip Frame 7
_root.hero._visible = true;
Symbol 159 MovieClip Frame 8
_root.hero._visible = false;
Symbol 159 MovieClip Frame 9
_root.hero._visible = true;
Symbol 159 MovieClip Frame 10
_root.hero._visible = false;
Symbol 159 MovieClip Frame 11
_root.hero._visible = true;
Symbol 159 MovieClip Frame 12
_root.hero._visible = false;
Symbol 159 MovieClip Frame 13
_root.hero._visible = true;
Symbol 159 MovieClip Frame 14
_root.hero._visible = false;
Symbol 159 MovieClip Frame 15
_root.hero._visible = true;
Symbol 159 MovieClip Frame 16
_root.hero._visible = true;
Symbol 159 MovieClip Frame 17
stop();
_root.hero._visible = true;
Symbol 160 MovieClip Frame 7
_parent._parent.legs._visible = true;
Symbol 160 MovieClip Frame 8
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 161 MovieClip Frame 1
stop();
Instance of Symbol 153 MovieClip in Symbol 161 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 161 MovieClip Frame 2
_parent.shield.gotoAndStop(1);
_parent.legs._visible = false;
Symbol 161 MovieClip Frame 9
gotoAndStop (1);
Symbol 172 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 2
stop();
Symbol 183 MovieClip Frame 9
stop();
Symbol 184 MovieClip Frame 1
stop();
Instance of Symbol 149 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.standing.attack.hit.hitTest(this.hit)) {
_root.hero.standing.attack.hit.gotoAndStop(2);
this.gotoAndPlay(2);
}
if (_root.hero.jumping.fly.hit.hitTest(this.hit)) {
this.gotoAndPlay(2);
_root.hero.jumping.fly.hit.gotoAndStop(2);
}
}
Symbol 184 MovieClip Frame 2
stop();
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 2
stop();
Symbol 185 MovieClip Frame 3
stop();
Symbol 185 MovieClip Frame 4
_parent.gotoAndStop(2);
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
var colorful = new Color("_parent");
colorful.setRGB(10040064);
Symbol 188 MovieClip Frame 3
colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
_parent.diearea.gotoAndStop(_parent.diearea._currentframe + 1);
Symbol 188 MovieClip Frame 4
gotoAndStop (1);
Symbol 193 MovieClip Frame 1
stop();
_root.hero._visible = true;
Symbol 193 MovieClip Frame 2
_root.hero._visible = true;
_root.HP.gotoAndStop(_root.HP._currentframe + 1);
Symbol 193 MovieClip Frame 3
_root.hero._visible = false;
Symbol 193 MovieClip Frame 4
_root.hero._visible = true;
Symbol 193 MovieClip Frame 5
_root.hero._visible = false;
Symbol 193 MovieClip Frame 6
_root.hero._visible = true;
Symbol 193 MovieClip Frame 7
_root.hero._visible = false;
Symbol 193 MovieClip Frame 8
_root.hero._visible = true;
Symbol 193 MovieClip Frame 9
_root.hero._visible = false;
Symbol 193 MovieClip Frame 10
_root.hero._visible = true;
Symbol 193 MovieClip Frame 11
_root.hero._visible = false;
Symbol 193 MovieClip Frame 12
_root.hero._visible = true;
Symbol 193 MovieClip Frame 13
_root.hero._visible = false;
Symbol 193 MovieClip Frame 14
_root.hero._visible = true;
Symbol 193 MovieClip Frame 15
_root.hero._visible = false;
Symbol 193 MovieClip Frame 16
_root.hero._visible = true;
Symbol 193 MovieClip Frame 17
_root.hero._visible = false;
Symbol 193 MovieClip Frame 18
_root.hero._visible = true;
Symbol 193 MovieClip Frame 19
_root.hero._visible = false;
Symbol 193 MovieClip Frame 20
_root.hero._visible = true;
Symbol 193 MovieClip Frame 21
_root.hero._visible = false;
Symbol 193 MovieClip Frame 22
_root.hero._visible = true;
Symbol 193 MovieClip Frame 23
_root.hero._visible = false;
Symbol 193 MovieClip Frame 24
stop();
_root.hero._visible = true;
Symbol 197 MovieClip Frame 7
_parent._parent.legs._visible = true;
Symbol 197 MovieClip Frame 8
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 198 MovieClip Frame 1
stop();
Instance of Symbol 190 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 198 MovieClip Frame 2
_parent.shield.gotoAndStop(1);
_parent.legs._visible = false;
Symbol 198 MovieClip Frame 9
gotoAndStop (1);
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 221 MovieClip Frame 10
stop();
Symbol 222 MovieClip Frame 1
stop();
Instance of Symbol 188 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.standing.attack.hit.hitTest(this.hit)) {
_root.hero.standing.attack.hit.gotoAndStop(2);
this.gotoAndPlay(2);
}
if (_root.hero.jumping.fly.hit.hitTest(this.hit)) {
this.gotoAndPlay(2);
_root.hero.jumping.fly.hit.gotoAndStop(2);
}
}
Symbol 222 MovieClip Frame 2
stop();
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Symbol 234 MovieClip Frame 5
stop();
_parent.gotoAndPlay(1);
Symbol 235 MovieClip Frame 10
gotoAndPlay (1);
Symbol 235 MovieClip Frame 31
gotoAndPlay (1);
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
stop();
Symbol 253 MovieClip Frame 2
stop();
Symbol 254 MovieClip Frame 5
stop();
Symbol 254 MovieClip Frame 9
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
stop();
Symbol 255 MovieClip Frame 3
stop();
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 21
stop();
Instance of Symbol 275 MovieClip in Symbol 276 MovieClip Frame 21
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.gotoAndStop(_root._currentframe + 1);
}
}
Symbol 278 MovieClip Frame 84
stop();
Symbol 280 MovieClip Frame 26
stop();
Symbol 287 Button
on (press) {
_root.gotoAndStop(_root._currentframe + 1);
}
Instance of Symbol 115 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 315 MovieClip in Symbol 316 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 124 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._x = _root.hero._x + 1;
}
}
Instance of Symbol 294 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 294 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 294 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 311 MovieClip "ground" in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) {
_root.enemy._y = _root.enemy._y - 1;
}
while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) {
_root.enemy1._y = _root.enemy1._y - 1;
}
while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) {
_root.enemy2._y = _root.enemy2._y - 1;
}
}
Instance of Symbol 131 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 136 MovieClip in Symbol 320 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.HP.gotoAndStop(1);
this.gotoAndStop(2);
}
}
Symbol 322 MovieClip Frame 84
stop();
Symbol 339 MovieClip Frame 21
stop();
Symbol 340 MovieClip Frame 1
stop();
Instance of Symbol 338 MovieClip in Symbol 340 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.HP.nolife.gotoAndStop(_root.HP.nolife._currentframe + 1);
_parent.gotoAndStop(2);
}
}
Symbol 340 MovieClip Frame 2
stop();
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 334 MovieClip "ground" in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) {
_root.enemy._y = _root.enemy._y - 1;
}
while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) {
_root.enemy1._y = _root.enemy1._y - 1;
}
while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) {
_root.enemy2._y = _root.enemy2._y - 1;
}
while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) {
_root.enemy3._y = _root.enemy3._y - 1;
}
while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) {
_root.enemy4._y = _root.enemy4._y - 1;
}
while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) {
_root.enemy5._y = _root.enemy5._y - 1;
}
while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) {
_root.enemy6._y = _root.enemy6._y - 1;
}
while (this.hitTest(_root.afro._x, _root.afro._y, true)) {
_root.afro._y = _root.afro._y - 1;
}
while (this.hitTest(_root.afro1._x, _root.afro1._y, true)) {
_root.afro1._y = _root.afro1._y - 1;
}
while (this.hitTest(_root.afro2._x, _root.afro2._y, true)) {
_root.afro2._y = _root.afro2._y - 1;
}
while (this.hitTest(_root.afro3._x, _root.afro3._y, true)) {
_root.afro3._y = _root.afro3._y - 1;
}
while (this.hitTest(_root.afro4._x, _root.afro4._y, true)) {
_root.afro4._y = _root.afro4._y - 1;
}
while (this.hitTest(_root.afro5._x, _root.afro5._y, true)) {
_root.afro5._y = _root.afro5._y - 1;
}
while (this.hitTest(_root.afro6._x, _root.afro6._y, true)) {
_root.afro6._y = _root.afro6._y - 1;
}
while (this.hitTest(_root.afro7._x, _root.afro7._y, true)) {
_root.afro7._y = _root.afro7._y - 1;
}
}
Instance of Symbol 124 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._x = _root.hero._x + 1;
}
}
Instance of Symbol 336 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) {
_root.enemy5._x = _root.enemy5._x - 1;
}
while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) {
_root.enemy1._x = _root.enemy1._x - 1;
}
}
Instance of Symbol 131 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy2._x = 600;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy4._x = 650;
_root.enemy4._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy6._x = 650;
_root.enemy6._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy._x = 650;
_root.enemy._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.afro._x = 650;
_root.afro._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.afro1._x = 650;
_root.afro1._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.afro2._x = 650;
_root.afro2._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.afro4._x = 650;
_root.afro4._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.afro3._x = 650;
_root.afro3._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.afro5._x = 650;
_root.afro5._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.afro6._x = 650;
_root.afro6._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 341 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.afro7._x = 650;
_root.afro7._y = 250;
this.gotoAndStop(2);
}
}
Symbol 353 MovieClip Frame 1
stop();
_root.hero._visible = true;
Symbol 353 MovieClip Frame 2
_root.hero._visible = true;
_root.HP.gotoAndStop(_root.HP._currentframe + 1);
Symbol 353 MovieClip Frame 3
_root.hero._visible = false;
Symbol 353 MovieClip Frame 4
_root.hero._visible = true;
Symbol 353 MovieClip Frame 5
_root.hero._visible = false;
Symbol 353 MovieClip Frame 6
_root.hero._visible = true;
Symbol 353 MovieClip Frame 7
_root.hero._visible = false;
Symbol 353 MovieClip Frame 8
_root.hero._visible = true;
Symbol 353 MovieClip Frame 9
_root.hero._visible = false;
Symbol 353 MovieClip Frame 10
_root.hero._visible = true;
Symbol 353 MovieClip Frame 11
_root.hero._visible = false;
Symbol 353 MovieClip Frame 12
_root.hero._visible = true;
Symbol 353 MovieClip Frame 13
_root.hero._visible = false;
Symbol 353 MovieClip Frame 14
_root.hero._visible = true;
Symbol 353 MovieClip Frame 15
_root.hero._visible = false;
Symbol 353 MovieClip Frame 16
_root.hero._visible = true;
Symbol 353 MovieClip Frame 17
_root.hero._visible = false;
Symbol 353 MovieClip Frame 18
_root.hero._visible = true;
Symbol 353 MovieClip Frame 19
_root.hero._visible = false;
Symbol 353 MovieClip Frame 20
_root.hero._visible = true;
Symbol 353 MovieClip Frame 21
_root.hero._visible = false;
Symbol 353 MovieClip Frame 22
_root.hero._visible = true;
Symbol 353 MovieClip Frame 23
_root.hero._visible = false;
Symbol 353 MovieClip Frame 24
stop();
_root.hero._visible = true;
Symbol 354 MovieClip Frame 4
_parent._parent.legs._visible = true;
Symbol 354 MovieClip Frame 5
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 355 MovieClip Frame 1
stop();
Instance of Symbol 344 MovieClip in Symbol 355 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 355 MovieClip Frame 2
_parent.shield.gotoAndStop(1);
_parent.legs._visible = false;
Symbol 355 MovieClip Frame 7
gotoAndStop (1);
Symbol 375 MovieClip Frame 1
stop();
Symbol 375 MovieClip Frame 2
stop();
Symbol 395 MovieClip Frame 10
stop();
Symbol 396 MovieClip Frame 1
stop();
Instance of Symbol 149 MovieClip in Symbol 396 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.standing.attack.hit.hitTest(this.hit)) {
_root.hero.standing.attack.hit.gotoAndStop(2);
this.gotoAndPlay(2);
}
if (_root.hero.jumping.fly.hit.hitTest(this.hit)) {
this.gotoAndPlay(2);
_root.hero.jumping.fly.hit.gotoAndStop(2);
}
}
Symbol 396 MovieClip Frame 2
stop();
Symbol 398 MovieClip Frame 84
stop();
Instance of Symbol 489 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero._y = _root.hero._y + 20;
}
}
Instance of Symbol 422 MovieClip "ground" in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) {
_root.enemy._y = _root.enemy._y - 1;
}
while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) {
_root.enemy1._y = _root.enemy1._y - 1;
}
while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) {
_root.enemy2._y = _root.enemy2._y - 1;
}
while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) {
_root.enemy3._y = _root.enemy3._y - 1;
}
while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) {
_root.enemy4._y = _root.enemy4._y - 1;
}
while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) {
_root.enemy5._y = _root.enemy5._y - 1;
}
while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) {
_root.enemy6._y = _root.enemy6._y - 1;
}
while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) {
_root.enemy7._y = _root.enemy7._y - 1;
}
while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) {
_root.enemy8._y = _root.enemy8._y - 1;
}
while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) {
_root.enemy9._y = _root.enemy9._y - 1;
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 115 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 494 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 495 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 496 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
_root.hero.hit.gotoAndPlay(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 131 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hit)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 498 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) {
_root.enemy._x = _root.enemy._x + 1;
}
while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) {
_root.enemy1._x = _root.enemy1._x + 1;
}
while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) {
_root.enemy2._x = _root.enemy2._x + 1;
}
while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) {
_root.enemy3._x = _root.enemy3._x + 1;
}
while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) {
_root.enemy4._x = _root.enemy4._x + 1;
}
while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) {
_root.enemy5._x = _root.enemy5._x + 1;
}
while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) {
_root.enemy6._x = _root.enemy6._x + 1;
}
while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) {
_root.enemy7._x = _root.enemy7._x + 1;
}
while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) {
_root.enemy8._x = _root.enemy8._x + 1;
}
while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) {
_root.enemy9._x = _root.enemy9._x + 1;
}
}
Instance of Symbol 500 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) {
_root.enemy._x = _root.enemy._x - 1;
}
while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) {
_root.enemy1._x = _root.enemy1._x - 1;
}
while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) {
_root.enemy2._x = _root.enemy2._x - 1;
}
while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) {
_root.enemy3._x = _root.enemy3._x - 1;
}
while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) {
_root.enemy4._x = _root.enemy4._x - 1;
}
while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) {
_root.enemy5._x = _root.enemy5._x - 1;
}
while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) {
_root.enemy6._x = _root.enemy6._x - 1;
}
while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) {
_root.enemy7._x = _root.enemy7._x - 1;
}
while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) {
_root.enemy8._x = _root.enemy8._x - 1;
}
while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) {
_root.enemy9._x = _root.enemy9._x - 1;
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy._x = 650;
_root.enemy._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy1._x = 650;
_root.enemy1._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy2._x = 650;
_root.enemy2._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy3._x = 650;
_root.enemy3._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy4._x = 650;
_root.enemy4._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy5._x = 650;
_root.enemy5._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy6._x = 650;
_root.enemy6._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy7._x = 650;
_root.enemy7._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy8._x = 650;
_root.enemy8._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 142 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.enemy9._x = 650;
_root.enemy9._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 136 MovieClip in Symbol 501 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.HP.gotoAndStop(1);
this.gotoAndStop(2);
}
}
Symbol 510 MovieClip Frame 4
_parent._parent.legs._visible = true;
Symbol 510 MovieClip Frame 5
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 511 MovieClip Frame 1
stop();
Instance of Symbol 504 MovieClip in Symbol 511 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 511 MovieClip Frame 2
_parent.legs._visible = false;
Symbol 511 MovieClip Frame 7
gotoAndStop (1);
Symbol 521 MovieClip Frame 1
stop();
Symbol 521 MovieClip Frame 2
stop();
Symbol 522 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 20
gotoAndStop (1);
Symbol 523 MovieClip Frame 1
stop();
Symbol 531 MovieClip Frame 7
stop();
Symbol 532 MovieClip Frame 1
stop();
Instance of Symbol 523 MovieClip "enemyhit" in Symbol 532 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.standing.attack.hit.hitTest(this)) {
_root.hero.standing.attack.hit.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
if (_root.hero.jumping.fly.hit.hitTest(this)) {
this.gotoAndPlay(2);
_parent.gotoAndPlay(2);
_root.hero.jumping.fly.hit.gotoAndStop(2);
}
}
Symbol 532 MovieClip Frame 2
stop();
Symbol 534 MovieClip Frame 84
stop();
Instance of Symbol 142 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.music.gotoAndStop(11);
_root.boss.area._yscale = 1000;
_root.boss.area._xscale = 1000;
_root.enemy1._x = 600;
_root.enemy1._y = 250;
_root.enemy._x = 650;
_root.enemy._y = 250;
_root.enemy2._x = 590;
_root.enemy2._y = 250;
_root.enemy3._x = 700;
_root.enemy3._y = 250;
_root.enemy4._x = 610;
_root.enemy4._y = 250;
_root.enemy5._x = 620;
_root.enemy5._y = 250;
_root.enemy6._x = 630;
_root.enemy6._y = 250;
_root.enemy7._x = 710;
_root.enemy7._y = 250;
_root.enemy8._x = 590;
_root.enemy8._y = 250;
_root.enemy9._x = 580;
_root.enemy9._y = 250;
this.gotoAndStop(2);
}
}
Instance of Symbol 136 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_root.HP.gotoAndStop(1);
this.gotoAndStop(2);
}
}
Instance of Symbol 544 MovieClip "ground" in Symbol 549 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._y = _root.hero._y - 1;
}
while (this.hitTest(_root.enemy._x, _root.enemy._y, true)) {
_root.enemy._y = _root.enemy._y - 1;
}
while (this.hitTest(_root.enemy1._x, _root.enemy1._y, true)) {
_root.enemy1._y = _root.enemy1._y - 1;
}
while (this.hitTest(_root.enemy2._x, _root.enemy2._y, true)) {
_root.enemy2._y = _root.enemy2._y - 1;
}
while (this.hitTest(_root.enemy3._x, _root.enemy3._y, true)) {
_root.enemy3._y = _root.enemy3._y - 1;
}
while (this.hitTest(_root.enemy4._x, _root.enemy4._y, true)) {
_root.enemy4._y = _root.enemy4._y - 1;
}
while (this.hitTest(_root.enemy5._x, _root.enemy5._y, true)) {
_root.enemy5._y = _root.enemy5._y - 1;
}
while (this.hitTest(_root.enemy6._x, _root.enemy6._y, true)) {
_root.enemy6._y = _root.enemy6._y - 1;
}
while (this.hitTest(_root.enemy7._x, _root.enemy7._y, true)) {
_root.enemy7._y = _root.enemy7._y - 1;
}
while (this.hitTest(_root.enemy8._x, _root.enemy8._y, true)) {
_root.enemy8._y = _root.enemy8._y - 1;
}
while (this.hitTest(_root.enemy9._x, _root.enemy9._y, true)) {
_root.enemy9._y = _root.enemy9._y - 1;
}
while (this.hitTest(_root.boss._x, _root.boss._y, true)) {
_root.boss._y = _root.boss._y - 1;
}
}
Instance of Symbol 546 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._x = _root.hero._x - 1;
}
}
Instance of Symbol 548 MovieClip in Symbol 549 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.hero._x, _root.hero._y, true)) {
_root.hero._x = _root.hero._x + 1;
}
}
Symbol 550 MovieClip Frame 1
stop();
Symbol 550 MovieClip Frame 2
stop();
Symbol 550 MovieClip Frame 3
stop();
Symbol 550 MovieClip Frame 4
stop();
Symbol 550 MovieClip Frame 5
stop();
Symbol 550 MovieClip Frame 6
stop();
Symbol 550 MovieClip Frame 7
stop();
Symbol 550 MovieClip Frame 8
stop();
Symbol 550 MovieClip Frame 9
stop();
Symbol 550 MovieClip Frame 10
stop();
Symbol 550 MovieClip Frame 11
stop();
Symbol 550 MovieClip Frame 12
stop();
Symbol 550 MovieClip Frame 13
stop();
Symbol 550 MovieClip Frame 14
stop();
Symbol 550 MovieClip Frame 15
_parent.gotoAndStop(2);
Symbol 553 MovieClip Frame 1
_parent._visible = true;
stop();
colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 553 MovieClip Frame 2
_parent._visible = false;
var colorful = new Color("_parent");
colorful.setRGB(10040064);
Symbol 553 MovieClip Frame 3
_parent._visible = true;
_parent.diearea.gotoAndStop(_parent.diearea._currentframe + 1);
Symbol 553 MovieClip Frame 4
_parent._visible = false;
colorful.setTransform({ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0});
Symbol 553 MovieClip Frame 5
_parent._visible = true;
Symbol 553 MovieClip Frame 6
_parent._visible = false;
Symbol 553 MovieClip Frame 7
_parent._visible = true;
Symbol 553 MovieClip Frame 8
_parent._visible = false;
Symbol 553 MovieClip Frame 9
_parent._visible = true;
Symbol 553 MovieClip Frame 10
_parent._visible = false;
Symbol 553 MovieClip Frame 11
_parent._visible = true;
Symbol 553 MovieClip Frame 12
_parent._visible = false;
Symbol 553 MovieClip Frame 13
_parent._visible = true;
Symbol 553 MovieClip Frame 14
gotoAndStop (1);
Symbol 566 MovieClip Frame 10
_parent._parent.legs._visible = true;
Symbol 567 MovieClip Frame 1
stop();
Instance of Symbol 556 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 567 MovieClip Frame 2
_parent.legs._visible = false;
Symbol 567 MovieClip Frame 12
gotoAndStop (1);
Symbol 578 MovieClip Frame 1
stop();
Symbol 578 MovieClip Frame 2
stop();
Symbol 595 MovieClip Frame 15
_root.enemy1.gotoAndStop(4);
_root.enemy.gotoAndStop(4);
_root.enemy2.gotoAndStop(4);
_root.enemy3.gotoAndStop(4);
_root.enemy4.gotoAndStop(4);
_root.enemy5.gotoAndStop(4);
_root.enemy6.gotoAndStop(4);
_root.enemy7.gotoAndStop(4);
_root.enemy8.gotoAndStop(4);
_root.enemy9.gotoAndStop(4);
Symbol 595 MovieClip Frame 46
stopAllSounds();
Symbol 595 MovieClip Frame 81
_root.gotoAndStop(15);
Symbol 596 MovieClip Frame 1
stop();
Instance of Symbol 553 MovieClip in Symbol 596 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.standing.attack.hit.hitTest(this.hit)) {
_root.hero.standing.attack.hit.gotoAndStop(2);
this.gotoAndPlay(2);
}
if (_root.hero.jumping.fly.hit.hitTest(this.hit)) {
this.gotoAndPlay(2);
_root.hero.jumping.fly.hit.gotoAndStop(2);
}
}
Symbol 596 MovieClip Frame 2
stop();
Symbol 603 MovieClip Frame 4
_parent._parent.legs._visible = true;
Symbol 603 MovieClip Frame 5
_root.hero.attack.handattack.gotoAndStop(1);
Symbol 604 MovieClip Frame 1
stop();
Instance of Symbol 598 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hitTest(this)) {
_parent.gotoAndPlay(2);
}
}
Symbol 604 MovieClip Frame 2
_parent.legs._visible = false;
Symbol 604 MovieClip Frame 7
gotoAndStop (1);
Symbol 614 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 2
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 20
gotoAndStop (1);
Symbol 616 MovieClip Frame 1
stop();
Symbol 623 MovieClip Frame 55
_parent.gotoAndStop(3);
Symbol 630 MovieClip Frame 7
stop();
Symbol 631 MovieClip Frame 1
stop();
Instance of Symbol 616 MovieClip "enemyhit" in Symbol 631 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.standing.attack.hit.hitTest(this)) {
_root.hero.standing.attack.hit.gotoAndStop(2);
_parent.gotoAndPlay(2);
}
if (_root.hero.jumping.fly.hit.hitTest(this)) {
this.gotoAndPlay(2);
_parent.gotoAndPlay(2);
_root.hero.jumping.fly.hit.gotoAndStop(2);
}
}
Symbol 631 MovieClip Frame 2
stop();
Symbol 631 MovieClip Frame 3
this._x = random(550) - 600;
gotoAndStop (1);
Symbol 631 MovieClip Frame 4
stop();
Symbol 633 MovieClip Frame 84
stop();
Symbol 638 Button
on (release) {
gotoAndPlay (2);
}