Frame 1
Stage.showMenu = false;
Instance of Symbol 36 MovieClip in Frame 1
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Frame 347
stop();
Frame 348
pee = false;
Frame 360
stopAllSounds();
gotoAndPlay (374);
Frame 361
stop();
gotoAndStop (404);
pie = false;
Frame 362
stop();
gotoAndStop (406);
pie = false;
Frame 390
stopAllSounds();
Frame 391
stopAllSounds();
Frame 392
stopAllSounds();
Frame 393
stopAllSounds();
Frame 394
stopAllSounds();
Frame 395
stopAllSounds();
Frame 396
stopAllSounds();
Frame 397
stopAllSounds();
Frame 398
stopAllSounds();
Frame 399
stopAllSounds();
Frame 400
stopAllSounds();
Frame 401
stop();
_root.pee = false;
_root.health = 100;
_root.score = 0;
_root.kill = 0;
_root.coin = 0;
_root.bosskill = 0;
_root.score2 = 0;
_root.kill2 = 0;
_root.coin2 = 0;
_root.score3 = 0;
_root.kill3 = 0;
_root.coin3 = 0;
_root.minibosshealth1 = 20;
_root.minibosshealth2 = 20;
_root.minibosshealth3 = 20;
_root.replay.gotoAndStop(1);
if (Key.isDown(13)) {
nextFrame();
}
stop();
_root.pie = false;
Instance of Symbol 150 MovieClip "enemy" in Frame 401
onClipEvent (enterFrame) {
if (_root.Shell.hitTest(_root.enemy)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 160 MovieClip "Shell" in Frame 401
onClipEvent (enterFrame) {
if ((_root.Hero.hitTest(_root.Shell) and Key.isDown(16)) and (_root.Hero._xscale < 0)) {
gotoAndStop (3);
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
} else if (_root.enemy.hitTest(_root.Shell)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 171 MovieClip in Frame 401
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Frame 401
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Frame 401
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Frame 401
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 247 MovieClip "Hero" in Frame 401
onClipEvent (enterFrame) {
if (Key.isDown(37) and (pie == false)) {
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop(2);
} else if (Key.isDown(39) and (pie == false)) {
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop(2);
} else if ((_root.Shell.hitTest(_root.Hero) and Key.isDown(16)) and (pie == false)) {
this.gotoAndStop(10);
} else if (Key.isDown(16) and (jumping == false)) {
this.gotoAndStop(4);
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else if ((_root.health < 10) && (death == false)) {
this.gotoAndStop(8);
pie = true;
} else {
pie = false;
this.gotoAndStop(1);
}
}
onClipEvent (load) {
grav_y = 0;
jumping = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (!jumping)) and (pie == false)) {
grav_y = 20;
jumping = true;
this.gotoAndStop(6);
}
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else if (Key.isDown(40)) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (load) {
death = false;
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (_root.enemy.side.hitTest(_root.Hero)) {
gotoAndStop (11);
_root.health = _root.health - 10;
if (_root.hero._x > _root.enemy._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.hero._x < _root.enemy._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
Instance of Symbol 302 MovieClip in Frame 401
onClipEvent (enterFrame) {
if (_root.health == 100) {
this.gotoAndStop(1);
}
if (_root.health == 90) {
this.gotoAndStop(2);
}
if (_root.health == 80) {
this.gotoAndStop(3);
}
if (_root.health == 70) {
this.gotoAndStop(4);
}
if (_root.health == 60) {
this.gotoAndStop(5);
}
if (_root.health == 50) {
this.gotoAndStop(6);
}
if (_root.health == 40) {
this.gotoAndStop(7);
}
if (_root.health == 30) {
this.gotoAndStop(8);
}
if (_root.health == 20) {
this.gotoAndStop(9);
}
if (_root.health == 10) {
this.gotoAndStop(10);
}
if (_root.health == 0) {
this.gotoAndStop(11);
}
}
Frame 402
level = 1;
if (_root.goback == 5) {
gotoAndStop (1);
}
stop();
Instance of Symbol 352 MovieClip "ground" in Frame 402
/* no clip actions */
Instance of Symbol 363 MovieClip "enemy1" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy2" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy4" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy6" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy7" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy8" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy11" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy12" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy14" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy15" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 372 MovieClip "enemy3" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy9" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy10" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy13" in Frame 402
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 247 MovieClip "Hero" in Frame 402
onClipEvent (enterFrame) {
_root.bosslife.bosskill = 0;
if ((Key.isDown(37) and (pie == false)) and (health >= 0)) {
standing = false;
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop(2);
} else if (((Key.isDown(39) and (pie == false)) and (scrollwalk == false)) and (health >= 0)) {
standing = false;
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop(2);
} else if (((Key.isDown(39) and (pie == false)) and (scrollwalk == true)) and (health >= 0)) {
this._xscale = 100;
this.gotoAndStop(2);
} else if (((_root.Shell.hitTest(_root.Hero) and Key.isDown(17)) and (pie == false)) and (health >= 0)) {
this.gotoAndStop(10);
} else if (((Key.isDown(16) and (jumping == false)) and (pie == false)) and (health >= 0)) {
this.gotoAndStop(4);
} else if ((Key.isDown(40) and (pie == false)) and (health >= 0)) {
this.gotoAndStop(5);
} else if (((_root.health < 10) && (death == false)) && (jumping == false)) {
this.gotoAndStop(8);
pie = true;
} else if ((_root.Hero._y > 450) and (_root.health > 0)) {
pie = true;
_root.poop.gotoAndPlay(2);
_root.replay.gotoAndStop(2);
} else {
pie = false;
standing = true;
this.gotoAndStop(1);
}
}
onClipEvent (load) {
grav_y = 0;
jumping = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (!jumping)) and (pie == false)) {
grav_y = 20;
jumping = true;
this.gotoAndStop(6);
}
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else {
jumping = true;
this.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this._x <= 0) {
this.gotoAndStop(12);
this._x = 50;
}
}
onClipEvent (load) {
death = false;
}
onClipEvent (enterFrame) {
if (((_root.Hero._x > 250) and Key.isDown(39)) and (pie == false)) {
_root.ground._x = _root.ground._x - 10;
_root.ground2._x = _root.ground2._x - 5;
_root.enemy1._x = _root.enemy1._x - 10;
_root.enemy2._x = _root.enemy2._x - 10;
_root.enemy3._x = _root.enemy3._x - 10;
_root.enemy4._x = _root.enemy4._x - 10;
_root.enemy5._x = _root.enemy5._x - 10;
_root.enemy8._x = _root.enemy8._x - 10;
_root.enemy10._x = _root.enemy10._x - 10;
_root.enemy11._x = _root.enemy11._x - 10;
_root.enemy13._x = _root.enemy13._x - 10;
_root.enemy15._x = _root.enemy15._x - 10;
_root.enemy25._x = _root.enemy25._x - 10;
_root.hint._x = _root.hint._x - 10;
_root.coins._x = _root.coins._x - 10;
_root.fdsaf._x = _root.fdsaf._x - 5;
_root.scenery._x = _root.scenery._x - 10;
scrollwalk = true;
} else {
scrollwalk = false;
}
}
onClipEvent (enterFrame) {
if (_root.ground.end.hitTest(_root.Hero)) {
_root.gotoAndStop(403);
}
}
onClipEvent (enterFrame) {
if (_root.hint.hitTest(this)) {
_root.hint.gotoAndStop(2);
pie = true;
}
}
onClipEvent (enterFrame) {
if (_root.health < 10) {
pie = true;
}
}
Instance of Symbol 383 MovieClip "hint" in Frame 402
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Frame 403
stop();
Instance of Symbol 363 MovieClip "enemy4" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy6" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy7" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy8" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy11" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy12" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy14" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy15" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 372 MovieClip "enemy3" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy9" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy10" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy13" in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x + speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x + speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x + speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip in Frame 403
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x + speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if ((this.side.hitTest(_root.Hero) and (dead == false)) and (pie == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if ((_root.Hero._x > this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 50;
}
if ((_root.Hero._x < this._x) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 50;
} else if (_root.health < 10) {
pie = true;
}
} else {
pie = false;
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (pie == false)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
Instance of Symbol 363 MovieClip "BOSS" in Frame 403
onClipEvent (enterFrame) {
speed = 5;
urgent = false;
jumping = false;
dead = false;
if ((_root.bosslife.bosskill >= 10) and (jumping == false)) {
jumping = true;
_root.bosslife.gotoAndStop(2);
} else {
jumping = false;
}
}
onClipEvent (enterFrame) {
if (((this._x < 550) and (dead == false)) and (urgent == false)) {
this._x = this._x + speed;
} else if (_root.urgent == true) {
this._x = this._x - speed;
}
}
onClipEvent (enterFrame) {
if (_root.bosslife.bosshealth == 30) {
_root.urgent = true;
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero) and (_root.bosslife.bosshealth > 10)) {
this.gotoAndStop(3);
_root.bosslife.bosshealth = _root.bosslife.bosshealth - 10;
_root.Hero_x = _root.Hero_x - 50;
_root.Hero_y = _root.Hero_y - 50;
} else if (_root.Hero.hitTest(_root.BOSS.head) and (_root.bosslife.bosshealth < 30)) {
_root.bosslife.bosshealth = _root.bosslife.bosshealth - 10;
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
onClipEvent (enterFrame) {
if ((_root.bosslife.bosshealth < 10) and (_root.bosslife.bosskill > 9)) {
_root.replay.gotoAndStop(3);
this._x = this._x - 5;
}
}
Instance of Symbol 247 MovieClip "Hero" in Frame 403
onClipEvent (enterFrame) {
if (Key.isDown(37) and (pie == false)) {
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop(2);
} else if (Key.isDown(39) and (pie == false)) {
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop(2);
} else if ((_root.Shell.hitTest(_root.Hero) and Key.isDown(17)) and (pie == false)) {
this.gotoAndStop(10);
} else if ((Key.isDown(16) and (jumping == false)) and (pie == false)) {
this.gotoAndStop(4);
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else if (((_root.health < 10) && (death == false)) && (jumping == false)) {
this.gotoAndStop(8);
pie = true;
dead = true;
} else {
pie = false;
this.gotoAndStop(1);
}
}
onClipEvent (load) {
grav_y = 0;
jumping = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (!jumping)) and (pie == false)) {
grav_y = 20;
jumping = true;
this.gotoAndStop(6);
}
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else if (Key.isDown(40)) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (load) {
death = false;
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (_root.enemy.side.hitTest(_root.Hero)) {
gotoAndStop (11);
_root.health = _root.health - 10;
if (_root.hero._x > _root.enemy._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.hero._x < _root.enemy._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.health < 10) {
pie = true;
}
}
Instance of Symbol 302 MovieClip in Frame 403
onClipEvent (enterFrame) {
if (_root.health == 100) {
gotoAndStop (1);
}
if (_root.health == 90) {
gotoAndStop (2);
}
if (_root.health == 80) {
gotoAndStop (3);
}
if (_root.health == 70) {
gotoAndStop (4);
}
if (_root.health == 60) {
gotoAndStop (5);
}
if (_root.health == 50) {
gotoAndStop (6);
}
if (_root.health == 40) {
gotoAndStop (7);
}
if (_root.health == 30) {
gotoAndStop (8);
}
if (_root.health == 20) {
gotoAndStop (9);
}
if (_root.health == 10) {
gotoAndStop (10);
}
if (_root.health == 0) {
gotoAndStop (11);
}
}
Frame 404
if ((_root.health < 100) or (_root.score > 0)) {
health = 100;
}
_root.score2 = 0;
_root.kill2 = 0;
_root.coin2 = 0;
_root.bosslife2 = 200;
_root.pee = true;
_root.bee = false;
_root.see = false;
level = 2;
pie = false;
poopy = false;
_root.replay.gotoAndStop(1);
stop();
Instance of Symbol 363 MovieClip "enemy1" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy33" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy36" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy38" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 372 MovieClip "enemy23" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy22" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy21" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy26" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy25" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy24" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy27" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy28" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy29" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy30" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 363 MovieClip "enemy37" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy32" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy35" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 302 MovieClip in Frame 404
onClipEvent (enterFrame) {
if (_root.health == 100) {
gotoAndStop (1);
}
if (_root.health == 90) {
gotoAndStop (2);
}
if (_root.health == 80) {
gotoAndStop (3);
}
if (_root.health == 70) {
gotoAndStop (4);
}
if (_root.health == 60) {
gotoAndStop (5);
}
if (_root.health == 50) {
gotoAndStop (6);
}
if (_root.health == 40) {
gotoAndStop (7);
}
if (_root.health == 30) {
gotoAndStop (8);
}
if (_root.health == 20) {
gotoAndStop (9);
}
if (_root.health == 10) {
gotoAndStop (10);
}
if (_root.health == 0) {
gotoAndStop (11);
}
}
Instance of Symbol 363 MovieClip "pepper" in Frame 404
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 247 MovieClip "Hero" in Frame 404
onClipEvent (enterFrame) {
_root.bosslife.bosskill = 0;
if (Key.isDown(37) and (pie == false)) {
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop(2);
} else if ((Key.isDown(39) and (pie == false)) and (scrollwalk == false)) {
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop(2);
} else if ((Key.isDown(39) and (pie == false)) and (scrollwalk == true)) {
this._xscale = 100;
this.gotoAndStop(2);
} else if ((_root.Shell.hitTest(_root.Hero) and Key.isDown(17)) and (pie == false)) {
this.gotoAndStop(10);
} else if ((Key.isDown(16) and (jumping == false)) and (pie == false)) {
this.gotoAndStop(4);
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else if (((_root.health < 10) && (death == false)) && (jumping == false)) {
this.gotoAndStop(8);
pie = true;
} else if ((_root.Hero._y > 450) and (_root.health > 0)) {
pie = true;
_root.poop.gotoAndPlay(2);
_root.replay.gotoAndStop(2);
} else {
pie = false;
this.gotoAndStop(1);
}
}
onClipEvent (load) {
grav_y = 0;
jumping = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (!jumping)) and (pie == false)) {
grav_y = 20;
jumping = true;
this.gotoAndStop(6);
}
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 49, true)) {
grav_y = 0;
jumping = false;
} else if (Key.isDown(40)) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this._x <= 0) {
this.gotoAndStop(12);
this._x = 50;
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 49, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (load) {
death = false;
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (_root.ground.side.hitTest(_root.Hero)) {
_root.Hero._x = _root.Hero._x + 10;
if (_root.ground.sidepie.hitTest(_root.Hero)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
}
}
onClipEvent (enterFrame) {
if (((_root.Hero._x > 250) and Key.isDown(39)) and (pie == false)) {
_root.ground._x = _root.ground._x - 10;
_root.ground2._x = _root.ground2._x - 5;
_root.ground3._x = _root.ground3._x - 10;
_root.enemy21._x = _root.enemy21._x - 10;
_root.enemy22._x = _root.enemy22._x - 10;
_root.enemy23._x = _root.enemy23._x - 10;
_root.enemy24._x = _root.enemy24._x - 10;
_root.enemy25._x = _root.enemy25._x - 10;
_root.enemy26._x = _root.enemy26._x - 10;
_root.enemy27._x = _root.enemy27._x - 10;
_root.enemy28._x = _root.enemy28._x - 10;
_root.enemy29._x = _root.enemy29._x - 10;
_root.enemy30._x = _root.enemy30._x - 10;
_root.enemy31._x = _root.enemy31._x - 10;
_root.enemy32._x = _root.enemy32._x - 10;
_root.enemy33._x = _root.enemy33._x - 10;
_root.enemy34._x = _root.enemy34._x - 10;
_root.enemy35._x = _root.enemy35._x - 10;
_root.enemy36._x = _root.enemy36._x - 10;
_root.enemy37._x = _root.enemy37._x - 10;
_root.enemy38._x = _root.enemy38._x - 10;
_root.enemy39._x = _root.enemy39._x - 10;
_root.enemy40._x = _root.enemy40._x - 10;
_root.pepper._x = _root.pepper._x - 10;
_root.stuff._x = _root.stuff._x - 10;
scrollwalk = true;
} else {
scrollwalk = false;
}
}
onClipEvent (enterFrame) {
if (_root.ground.end.hitTest(_root.Hero)) {
_root.nextFrame();
}
}
onClipEvent (enterFrame) {
if (_root.health < 10) {
pie = true;
}
}
Frame 405
stop();
Instance of Symbol 363 MovieClip "enemy7" in Frame 405
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy8" in Frame 405
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy12" in Frame 405
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy14" in Frame 405
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 363 MovieClip "enemy15" in Frame 405
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
Instance of Symbol 372 MovieClip "enemy9" in Frame 405
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy13" in Frame 405
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 550) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (Key.isDown(37)) {
_root.Hero._x = _root.Hero._x + 50;
}
if (Key.isDown(39)) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 247 MovieClip "Hero" in Frame 405
onClipEvent (enterFrame) {
if (Key.isDown(37) and (pie == false)) {
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop(2);
} else if (Key.isDown(39) and (pie == false)) {
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop(2);
} else if ((_root.Shell.hitTest(_root.Hero) and Key.isDown(17)) and (pie == false)) {
this.gotoAndStop(10);
} else if ((Key.isDown(16) and (jumping == false)) and (pie == false)) {
this.gotoAndStop(4);
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else if (((_root.health < 10) && (death == false)) && (jumping == false)) {
this.gotoAndStop(8);
pie = true;
dead = true;
} else {
pie = false;
this.gotoAndStop(1);
}
}
onClipEvent (load) {
grav_y = 0;
jumping = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (!jumping)) and (pie == false)) {
grav_y = 20;
jumping = true;
this.gotoAndStop(6);
}
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else if (Key.isDown(40)) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (this._x >= 550) {
this._x = 10;
} else if (this._x <= 0) {
this._x = 540;
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (load) {
death = false;
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (_root.enemy.side.hitTest(_root.Hero)) {
gotoAndStop (11);
_root.health = _root.health - 10;
if (_root.hero._x > _root.enemy._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.hero._x < _root.enemy._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (_root.BOSS3.attacking.side.hitTest(_root.Hero)) {
gotoAndStop (11);
_root.health = _root.health - 10;
_root.Hero._x = _root.Hero._x + 50;
}
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (_root.BOSS3.attacking.side2.hitTest(_root.Hero)) {
gotoAndStop (11);
_root.health = _root.health - 10;
_root.Hero._x = _root.Hero._x - 50;
}
}
}
onClipEvent (enterFrame) {
if (_root.health < 10) {
pie = true;
}
}
Instance of Symbol 463 MovieClip "BOSS3" in Frame 405
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(_root.BOSS3.attacking.head)) {
_root.BOSS3.attacking.gotoAndPlay(25);
}
if (_root.Hero.hitTest(_root.BOSS3.attacking.head)) {
_root.yep.gotoAndPlay(2);
}
if (_root.Hero.hitTest(_root.BOSS3.attacking.head)) {
_root.Hero.gotoAndStop(1);
_root.bosshealth = _root.bosshealth - 10;
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
grav_y = 20;
if (_root.Hero.hitTest(_root.BOSS3.attacking.head) and (_root.bosshealth < 20)) {
_root.bosshealth = _root.bosshealth - 10;
_root.BOSS3.attacking.gotoAndPlay(46);
}
}
}
onClipEvent (enterFrame) {
if (_root.health == 0) {
_root.BOSS3.gotoAndStop(4);
}
}
Instance of Symbol 475 MovieClip in Frame 405
onClipEvent (enterFrame) {
if (_root.bosshealth == 150) {
gotoAndStop (1);
}
if (_root.bosshealth == 140) {
gotoAndStop (2);
}
if (_root.bosshealth == 130) {
gotoAndStop (3);
}
if (_root.bosshealth == 120) {
gotoAndStop (4);
}
if (_root.bosshealth == 110) {
gotoAndStop (5);
}
if (_root.bosshealth == 100) {
gotoAndStop (6);
}
if (_root.bosshealth == 90) {
gotoAndStop (7);
}
if (_root.bosshealth == 80) {
gotoAndStop (8);
}
if (_root.bosshealth == 70) {
gotoAndStop (9);
}
if (_root.bosshealth == 60) {
gotoAndStop (10);
}
if (_root.bosshealth == 50) {
gotoAndStop (11);
}
if (_root.bosshealth == 40) {
gotoAndStop (12);
}
if (_root.bosshealth == 30) {
gotoAndStop (13);
}
if (_root.bosshealth == 20) {
gotoAndStop (14);
}
if (_root.bosshealth == 10) {
gotoAndStop (15);
}
if (_root.bosshealth == 0) {
gotoAndStop (16);
}
}
Instance of Symbol 477 MovieClip in Frame 405
onClipEvent (enterFrame) {
if (_root.bosshealth <= 140) {
this.gotoAndStop(2);
}
}
Frame 406
_root.pee = false;
health = 100;
_root.score3 = 0;
_root.kill3 = 0;
_root.coin3 = 0;
_root.bee = true;
_root.pee = false;
_root.see = false;
level = 3;
bosshealth = 100;
_root.minibosshealth1 = 20;
_root.minibosshealth2 = 20;
_root.minibosshealth3 = 20;
_root.replay.gotoAndStop(1);
stop();
Instance of Symbol 363 MovieClip "enemy21" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy22" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy71" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy24" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy25" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy26" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy27" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy28" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy29" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy30" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy31" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy32" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy33" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy34" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 372 MovieClip "enemy35" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy36" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy37" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy38" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy39" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy40" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy41" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 372 MovieClip "enemy42" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 363 MovieClip "enemy61" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy23" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 363 MovieClip "enemy51" in Frame 406
onClipEvent (load) {
dead = false;
speed = 4;
}
onClipEvent (enterFrame) {
if ((this._x < 575) and (dead == false)) {
this._x = this._x - speed;
} else if (dead == true) {
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.side.hitTest(_root.Hero) and (dead == false)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
}
onClipEvent (enterFrame) {
if (this.head.hitTest(_root.Hero)) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Instance of Symbol 247 MovieClip "Hero" in Frame 406
onClipEvent (enterFrame) {
_root.bosslife.bosskill = 0;
if (Key.isDown(37) and (pie == false)) {
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop(2);
} else if ((Key.isDown(39) and (pie == false)) and (scrollwalk == false)) {
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop(2);
} else if ((Key.isDown(39) and (pie == false)) and (scrollwalk == true)) {
this._xscale = 100;
this.gotoAndStop(2);
} else if ((_root.Shell.hitTest(_root.Hero) and Key.isDown(17)) and (pie == false)) {
this.gotoAndStop(10);
} else if ((Key.isDown(16) and (jumping == false)) and (pie == false)) {
this.gotoAndStop(4);
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else if (((_root.health < 10) && (death == false)) && (jumping == false)) {
this.gotoAndStop(8);
pie = true;
} else if ((_root.Hero._y > 450) and (_root.health > 0)) {
pie = true;
_root.poop.gotoAndPlay(2);
_root.replay.gotoAndStop(2);
} else {
pie = false;
this.gotoAndStop(1);
}
}
onClipEvent (load) {
grav_y = 0;
jumping = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (!jumping)) and (pie == false)) {
grav_y = 20;
jumping = true;
this.gotoAndStop(6);
}
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(3);
}
if (_root.ground3.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
onClipEvent (enterFrame) {
if (this._x <= 0) {
this.gotoAndStop(12);
this._x = 50;
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (_root.ground3.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
onClipEvent (load) {
death = false;
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (_root.ground.side.hitTest(_root.Hero) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 10;
if (_root.ground.sidepie.hitTest(_root.Hero) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
}
}
onClipEvent (enterFrame) {
if (((_root.Hero._x > 250) and Key.isDown(39)) and (pie == false)) {
_root.ground._x = _root.ground._x - 10;
_root.ground2._x = _root.ground2._x - 10;
_root.ground3._x = _root.ground3._x - 10;
_root.ground4._x = _root.ground4._x - 10;
_root.enemy21._x = _root.enemy21._x - 10;
_root.enemy22._x = _root.enemy22._x - 10;
_root.enemy23._x = _root.enemy23._x - 10;
_root.enemy24._x = _root.enemy24._x - 10;
_root.enemy25._x = _root.enemy25._x - 10;
_root.enemy26._x = _root.enemy26._x - 10;
_root.enemy27._x = _root.enemy27._x - 10;
_root.enemy28._x = _root.enemy28._x - 10;
_root.enemy29._x = _root.enemy29._x - 10;
_root.enemy30._x = _root.enemy30._x - 10;
_root.enemy33._x = _root.enemy33._x - 10;
_root.enemy34._x = _root.enemy34._x - 10;
_root.enemy35._x = _root.enemy35._x - 10;
_root.enemy36._x = _root.enemy36._x - 10;
_root.enemy37._x = _root.enemy37._x - 10;
_root.enemy38._x = _root.enemy38._x - 10;
_root.enemy39._x = _root.enemy39._x - 10;
_root.enemy51._x = _root.enemy51._x - 10;
_root.enemy61._x = _root.enemy61._x - 10;
_root.enemy71._x = _root.enemy71._x - 10;
_root.enemy40._x = _root.enemy40._x - 10;
_root.enemy41._x = _root.enemy41._x - 10;
_root.enemy42._x = _root.enemy42._x - 10;
_root.miniboss1._x = _root.miniboss1._x - 10;
_root.miniboss2._x = _root.miniboss2._x - 10;
_root.miniboss3._x = _root.miniboss3._x - 10;
_root.water1._x = _root.water1._x - 10;
_root.water2._x = _root.water2._x - 10;
_root.water3._x = _root.water3._x - 10;
_root.damn._x = _root.damn._x - 2;
_root.damn2._x = _root.damn2._x - 2;
_root.pipe._x = _root.pipe._x - 10;
_root.pillars._x = _root.pillars._x - 10;
scrollwalk = true;
} else {
scrollwalk = false;
}
}
onClipEvent (enterFrame) {
if (_root.ground4.final.hitTest(_root.Hero)) {
_root.gotoAndPlay(407);
}
}
onClipEvent (enterFrame) {
if (_root.health < 10) {
pie = true;
}
}
Frame 408
_root._quality = "HIGH";
Instance of Symbol 302 MovieClip in Frame 408
onClipEvent (enterFrame) {
if (_root.health == 100) {
gotoAndStop (1);
}
if (_root.health == 90) {
gotoAndStop (2);
}
if (_root.health == 80) {
gotoAndStop (3);
}
if (_root.health == 70) {
gotoAndStop (4);
}
if (_root.health == 60) {
gotoAndStop (5);
}
if (_root.health == 50) {
gotoAndStop (6);
}
if (_root.health == 40) {
gotoAndStop (7);
}
if (_root.health == 30) {
gotoAndStop (8);
}
if (_root.health == 20) {
gotoAndStop (9);
}
if (_root.health == 10) {
gotoAndStop (10);
}
if (_root.health == 0) {
gotoAndStop (11);
}
}
Instance of Symbol 302 MovieClip in Frame 408
onClipEvent (enterFrame) {
if (_root.bosshealth == 100) {
gotoAndStop (1);
}
if (_root.bosshealth == 90) {
gotoAndStop (2);
}
if (_root.bosshealth == 80) {
gotoAndStop (3);
}
if (_root.bosshealth == 70) {
gotoAndStop (4);
}
if (_root.bosshealth == 60) {
gotoAndStop (5);
}
if (_root.bosshealth == 50) {
gotoAndStop (6);
}
if (_root.bosshealth == 40) {
gotoAndStop (7);
}
if (_root.bosshealth == 30) {
gotoAndStop (8);
}
if (_root.bosshealth == 20) {
gotoAndStop (9);
}
if (_root.bosshealth == 10) {
gotoAndStop (10);
}
if (_root.bosshealth == 0) {
gotoAndStop (11);
}
}
Frame 414
_root.bosshealth = 100;
stop();
dude = false;
Instance of Symbol 247 MovieClip "Hero" in Frame 414
onClipEvent (enterFrame) {
_root.bosslife.bosskill = 0;
if (Key.isDown(37) and (pie == false)) {
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop(2);
} else if (Key.isDown(39) and (pie == false)) {
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop(2);
} else if ((_root.Shell.hitTest(_root.Hero) and Key.isDown(16)) and (pie == false)) {
this.gotoAndStop(10);
} else if ((Key.isDown(16) and (jumping == false)) and (pie == false)) {
this.gotoAndStop(4);
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else if (((_root.health < 10) && (death == false)) && (jumping == false)) {
this.gotoAndStop(8);
} else {
pie = false;
this.gotoAndStop(1);
}
}
onClipEvent (load) {
grav_y = 0;
jumping = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(38) && (!jumping)) and (pie == false)) {
grav_y = 20;
jumping = true;
this.gotoAndStop(6);
}
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
} else if (Key.isDown(40) and (pie == false)) {
this.gotoAndStop(5);
} else {
this.gotoAndStop(3);
}
if (_root.ground3.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
}
}
onClipEvent (enterFrame) {
if (this._x <= 30) {
this.gotoAndStop(12);
this._x = 80;
}
}
onClipEvent (enterFrame) {
if (_root.health < 10) {
pie = true;
}
if (this._x >= 550) {
this.gotoAndStop(12);
this._x = 500;
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
} else {
jumping = true;
}
}
onClipEvent (enterFrame) {
if (_root.ground3.hitTest(this._x, this._y + 45, true)) {
grav_y = 0;
jumping = false;
}
}
onClipEvent (load) {
death = false;
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (_root.ground.side.hitTest(_root.Hero) and (pie == false)) {
_root.Hero._x = _root.Hero._x + 10;
if (_root.ground.sidepie.hitTest(_root.Hero) and (pie == false)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
}
}
onClipEvent (enterFrame) {
if ((_root.health > 0) and _root.death.hitTest(_root.Hero)) {
pie = true;
_root.poop.gotoAndPlay(2);
_root.replay.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.ground.final.hitTest(_root.Hero) and (pie == false)) {
_root.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.hitTest(_root.bowser.attack1.fireball1)) {
gotoAndStop (14);
_root.bowser.attack1.fireball1.gotoAndStop(2);
_root.health = _root.health - 10;
}
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.hitTest(_root.bowser.attack2.fireball2)) {
gotoAndStop (11);
_root.health = _root.health - 10;
_root.Hero._y = _root.Hero._y - 50;
}
}
}
onClipEvent (enterFrame) {
if (_root.health > 0) {
if (this.hitTest(_root.bowser.pie)) {
gotoAndStop (11);
_root.health = _root.health - 10;
_root.Hero._x = _root.Hero._x - 50;
}
}
}
Instance of Symbol 160 MovieClip "Shell" in Frame 414
onClipEvent (enterFrame) {
if (((_root.Hero.hitTest(_root.Shell) and Key.isDown(16)) and (_root.Hero._xscale > 1)) and (_root.dude == false)) {
gotoAndStop (3);
_root.dude = true;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
this._x = this._x + 5;
} else if (_root.bowser.pie2.hitTest(_root.Shell)) {
_root.bowser.gotoAndStop(4);
_root.bosshealth = _root.bosshealth - 10;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
this._x = this._x - 5;
}
}
Instance of Symbol 566 MovieClip "bowser" in Frame 414
onClipEvent (enterFrame) {
if (_root.bosshealth == 0) {
_root.pie = true;
_root.Shell.gotoAndStop(2);
this.gotoAndStop(6);
} else if (_root.health < 10) {
this.gotoAndStop(1);
}
}
Frame 1249
stop();
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.kill3 > 0) and (_root.kill3 <= 8)) {
gotoAndStop (1);
} else if ((_root.kill3 > 8) and (_root.kill3 <= 11)) {
gotoAndStop (2);
} else if ((_root.kill3 > 11) and (_root.kill3 <= 14)) {
gotoAndStop (3);
} else if ((_root.kill3 > 14) and (_root.kill3 <= 18)) {
gotoAndStop (4);
} else if ((_root.kill3 > 18) and (_root.kill3 <= 21)) {
gotoAndStop (5);
} else if ((_root.kill3 > 21) and (_root.kill3 <= 23)) {
gotoAndStop (6);
} else if (_root.kill3 > 23) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.coin3 > 0) and (_root.coin3 <= 7)) {
gotoAndStop (1);
} else if ((_root.coin3 > 7) and (_root.coin3 <= 10)) {
gotoAndStop (2);
} else if ((_root.coin3 > 10) and (_root.coin3 <= 13)) {
gotoAndStop (3);
} else if ((_root.coin3 > 13) and (_root.coin3 <= 16)) {
gotoAndStop (4);
} else if ((_root.coin3 > 16) and (_root.coin3 <= 19)) {
gotoAndStop (5);
} else if ((_root.coin3 > 19) and (_root.coin3 <= 22)) {
gotoAndStop (6);
} else if (_root.coin3 > 22) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.score3 > 0) and (_root.score3 <= 4200)) {
gotoAndStop (1);
} else if ((_root.score3 > 4200) and (_root.score3 <= 4700)) {
gotoAndStop (2);
} else if ((_root.score3 > 4700) and (_root.score3 <= 5200)) {
gotoAndStop (3);
} else if ((_root.score3 > 5200) and (_root.score3 <= 5700)) {
gotoAndStop (4);
} else if ((_root.score3 > 5700) and (_root.score3 <= 6200)) {
gotoAndStop (5);
} else if ((_root.score3 > 6200) and (_root.score3 <= 6500)) {
gotoAndStop (6);
} else if (_root.score3 > 6500) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.kill > 0) and (_root.kill <= 5)) {
gotoAndStop (1);
} else if ((_root.kill > 5) and (_root.kill <= 8)) {
gotoAndStop (2);
} else if ((_root.kill > 8) and (_root.kill <= 11)) {
gotoAndStop (3);
} else if ((_root.kill > 11) and (_root.kill <= 15)) {
gotoAndStop (4);
} else if ((_root.kill > 15) and (_root.kill <= 18)) {
gotoAndStop (5);
} else if ((_root.kill > 18) and (_root.kill <= 20)) {
gotoAndStop (6);
} else if (_root.kill > 20) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.coin > 0) and (_root.coin <= 4)) {
gotoAndStop (1);
} else if ((_root.coin > 4) and (_root.coin <= 7)) {
gotoAndStop (2);
} else if ((_root.coin > 7) and (_root.coin <= 10)) {
gotoAndStop (3);
} else if ((_root.coin > 10) and (_root.coin <= 13)) {
gotoAndStop (4);
} else if ((_root.coin > 13) and (_root.coin <= 16)) {
gotoAndStop (5);
} else if ((_root.coin > 16) and (_root.coin <= 19)) {
gotoAndStop (6);
} else if (_root.coin > 19) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.score > 0) and (_root.score <= 3000)) {
gotoAndStop (1);
} else if ((_root.score > 3000) and (_root.score <= 3500)) {
gotoAndStop (2);
} else if ((_root.score > 3500) and (_root.score <= 4000)) {
gotoAndStop (3);
} else if ((_root.score > 4000) and (_root.score <= 4500)) {
gotoAndStop (4);
} else if ((_root.score > 4500) and (_root.score <= 5000)) {
gotoAndStop (5);
} else if ((_root.score > 5000) and (_root.score <= 5300)) {
gotoAndStop (6);
} else if (_root.score > 5300) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.kill2 > 0) and (_root.kill2 <= 8)) {
gotoAndStop (1);
} else if ((_root.kill2 > 8) and (_root.kill2 <= 11)) {
gotoAndStop (2);
} else if ((_root.kill2 > 11) and (_root.kill2 <= 13)) {
gotoAndStop (3);
} else if ((_root.kill2 > 13) and (_root.kill2 <= 15)) {
gotoAndStop (4);
} else if ((_root.kill2 > 15) and (_root.kill2 <= 17)) {
gotoAndStop (5);
} else if ((_root.kill2 > 17) and (_root.kill2 <= 19)) {
gotoAndStop (6);
} else if (_root.kill2 > 19) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.coin2 > 0) and (_root.coin2 <= 7)) {
gotoAndStop (1);
} else if ((_root.coin2 > 7) and (_root.coin2 <= 10)) {
gotoAndStop (2);
} else if ((_root.coin2 > 10) and (_root.coin2 <= 13)) {
gotoAndStop (3);
} else if ((_root.coin2 > 13) and (_root.coin2 <= 16)) {
gotoAndStop (4);
} else if ((_root.coin2 > 16) and (_root.coin2 <= 19)) {
gotoAndStop (5);
} else if ((_root.coin2 > 19) and (_root.coin2 <= 22)) {
gotoAndStop (6);
} else if (_root.coin2 > 22) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Frame 1249
onClipEvent (enterFrame) {
if ((_root.score2 > 0) and (_root.score2 <= 1250)) {
gotoAndStop (1);
} else if ((_root.score2 > 1250) and (_root.score2 <= 1500)) {
gotoAndStop (2);
} else if ((_root.score2 > 1500) and (_root.score2 <= 1750)) {
gotoAndStop (3);
} else if ((_root.score2 > 1750) and (_root.score2 <= 2000)) {
gotoAndStop (4);
} else if ((_root.score2 > 2000) and (_root.score2 <= 2250)) {
gotoAndStop (5);
} else if ((_root.score2 > 2250) and (_root.score2 <= 2500)) {
gotoAndStop (6);
} else if (_root.score2 > 2500) {
gotoAndStop (7);
}
}
Symbol 6 Button
on (release) {
_root._quality = "HIGH";
}
Symbol 10 Button
on (release) {
_root._quality = "MEDIUM";
}
Symbol 13 Button
on (release) {
_root._quality = "LOW";
}
Symbol 23 Button
on (release) {
_root.play();
}
Symbol 24 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 24 MovieClip Frame 2
gotoAndPlay (1);
Symbol 36 MovieClip Frame 1
stop();
Symbol 36 MovieClip Frame 2
stop();
Symbol 46 Button
on (release) {
gotoAndStop (347);
}
Instance of Symbol 63 MovieClip in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
scrollwalk = false;
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
scrollwalk = false;
_root.Hero._x = _root.Hero._x + 10;
}
}
Symbol 114 Button
on (release) {
play();
}
Symbol 122 MovieClip Frame 75
gotoAndPlay (55);
Symbol 148 MovieClip Frame 4
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 2
stop();
_root.score = _root.score - -100;
_root.kill = _root.kill - -1;
Symbol 154 MovieClip Frame 16
stop();
Symbol 158 MovieClip Frame 90
_root.dude = false;
_root.Shell.gotoAndStop(1);
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
stop();
Symbol 160 MovieClip Frame 3
_root.Hero.gotoAndStop(1);
Symbol 170 MovieClip Frame 10
stop();
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 2
stop();
_root.score = _root.score - -50;
_root.coin = _root.coin - -1;
Symbol 176 Button
on (release) {
_root.music.gotoAndStop(3);
gotoAndPlay (402);
}
Symbol 198 Button
on (release) {
getURL ("http://www.rcimaginations.net", "_blank");
}
Symbol 228 MovieClip Frame 24
stop();
_root.replay.gotoAndStop(2);
_root.replay2._x + 187.4;
Symbol 236 MovieClip Frame 25
gotoAndPlay (1);
Symbol 241 MovieClip Frame 20
stop();
Symbol 246 MovieClip Frame 17
gotoAndPlay (407);
Symbol 247 MovieClip Frame 1
_root.poopy = false;
stop();
Symbol 247 MovieClip Frame 2
stop();
Symbol 247 MovieClip Frame 3
stop();
Symbol 247 MovieClip Frame 4
stop();
Symbol 247 MovieClip Frame 5
stop();
Symbol 247 MovieClip Frame 6
stop();
Symbol 247 MovieClip Frame 7
stop();
Symbol 247 MovieClip Frame 8
stop();
_root.head.gotoAndStop(2);
Symbol 247 MovieClip Frame 9
stop();
Symbol 247 MovieClip Frame 10
stop();
Symbol 247 MovieClip Frame 11
_root.poopy = true;
stop();
Symbol 247 MovieClip Frame 12
stop();
Symbol 247 MovieClip Frame 13
stop();
Symbol 247 MovieClip Frame 14
stop();
Symbol 247 MovieClip Frame 15
stop();
Symbol 247 MovieClip Frame 16
_root.pipe = true;
stop();
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
stop();
Symbol 262 MovieClip Frame 3
stop();
Symbol 262 MovieClip Frame 4
stop();
Symbol 262 MovieClip Frame 5
stop();
Symbol 262 MovieClip Frame 6
stop();
Symbol 262 MovieClip Frame 7
stop();
Symbol 267 MovieClip Frame 1
stopAllSounds();
Symbol 267 MovieClip Frame 41
stop();
Symbol 272 Button
on (release) {
_root.gotoAndStop(401);
}
Symbol 276 Button
on (release) {
_root.nextFrame();
}
Symbol 286 MovieClip Frame 7
stop();
Symbol 287 MovieClip Frame 147
stop();
Symbol 288 MovieClip Frame 1
stop();
Symbol 288 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "rank" in Symbol 288 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.kill > 0) and (_root.kill <= 5)) {
gotoAndStop (1);
} else if ((_root.kill > 5) and (_root.kill <= 8)) {
gotoAndStop (2);
} else if ((_root.kill > 8) and (_root.kill <= 11)) {
gotoAndStop (3);
} else if ((_root.kill > 11) and (_root.kill <= 15)) {
gotoAndStop (4);
} else if ((_root.kill > 15) and (_root.kill <= 18)) {
gotoAndStop (5);
} else if ((_root.kill > 18) and (_root.kill <= 20)) {
gotoAndStop (6);
} else if (_root.kill > 20) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 288 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.coin > 0) and (_root.coin <= 4)) {
gotoAndStop (1);
} else if ((_root.coin > 4) and (_root.coin <= 7)) {
gotoAndStop (2);
} else if ((_root.coin > 7) and (_root.coin <= 10)) {
gotoAndStop (3);
} else if ((_root.coin > 10) and (_root.coin <= 13)) {
gotoAndStop (4);
} else if ((_root.coin > 13) and (_root.coin <= 16)) {
gotoAndStop (5);
} else if ((_root.coin > 16) and (_root.coin <= 19)) {
gotoAndStop (6);
} else if (_root.coin > 19) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 288 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.score > 0) and (_root.score <= 3000)) {
gotoAndStop (1);
} else if ((_root.score > 3000) and (_root.score <= 3500)) {
gotoAndStop (2);
} else if ((_root.score > 3500) and (_root.score <= 4000)) {
gotoAndStop (3);
} else if ((_root.score > 4000) and (_root.score <= 4500)) {
gotoAndStop (4);
} else if ((_root.score > 4500) and (_root.score <= 5000)) {
gotoAndStop (5);
} else if ((_root.score > 5000) and (_root.score <= 5300)) {
gotoAndStop (6);
} else if (_root.score > 5300) {
gotoAndStop (7);
}
}
Symbol 288 MovieClip Frame 3
stop();
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 2
stop();
Symbol 302 MovieClip Frame 3
stop();
Symbol 302 MovieClip Frame 4
stop();
Symbol 302 MovieClip Frame 5
stop();
Symbol 302 MovieClip Frame 6
stop();
Symbol 302 MovieClip Frame 7
stop();
Symbol 302 MovieClip Frame 8
stop();
Symbol 302 MovieClip Frame 9
stop();
Symbol 302 MovieClip Frame 10
stop();
Symbol 302 MovieClip Frame 11
stop();
Symbol 304 MovieClip Frame 1
stopAllSounds();
Symbol 304 MovieClip Frame 2
stop();
Symbol 304 MovieClip Frame 3
stop();
Symbol 350 MovieClip Frame 1
stop();
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
scrollwalk = false;
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
scrollwalk = false;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
scrollwalk = false;
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
scrollwalk = false;
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
scrollwalk = false;
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
scrollwalk = false;
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._y = _root.Hero._y + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._y = _root.Hero._y + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._y = _root.Hero._y + 10;
}
}
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
stop();
Symbol 361 MovieClip Frame 10
stop();
Symbol 362 MovieClip Frame 22
_root.BOSS.gotoAndStop(1);
Symbol 363 MovieClip Frame 1
if (_root.pie == true) {
gotoAndStop (4);
}
if (_root.poopy == true) {
gotoAndStop (4);
}
stop();
Instance of Symbol 354 MovieClip "head" in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.health == 0) {
this.gotoAndStop(2);
}
}
Symbol 363 MovieClip Frame 2
dead = true;
_root.bosslife.bosskill = _root.bosslife.bosskill - -1;
_root.Hero.gotoAndStop(1);
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
grav_y = 20;
if ((level = 1)) {
_root.kill = _root.kill - -1;
}
_root.score = _root.score - -200;
if ((level = 2)) {
_root.kill2 = _root.kill2 - -1;
}
_root.score2 = _root.score2 - -200;
if ((_root.level = 3)) {
_root.kill3 = _root.kill3 - -1;
}
_root.score3 = _root.score3 - -200;
stop();
Instance of Symbol 361 MovieClip in Symbol 363 MovieClip Frame 2
onClipEvent (enterFrame) {
jumping = true;
if (_root.ground.hitTest(this._x, this._y + 50, true)) {
grav_y = 0;
jumping = false;
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
}
Symbol 363 MovieClip Frame 3
stop();
_root.Hero.gotoAndStop(1);
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
grav_y = 20;
stop();
Symbol 363 MovieClip Frame 4
stop();
Symbol 371 MovieClip Frame 10
stop();
Symbol 372 MovieClip Frame 1
if (_root.pie == true) {
gotoAndStop (3);
}
stop();
Symbol 372 MovieClip Frame 2
dead = true;
_root.bosslife.bosskill = _root.bosslife.bosskill - -1;
_root.Hero.gotoAndStop(1);
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
grav_y = 20;
if ((level = 1)) {
_root.kill = _root.kill - -1;
}
_root.score = _root.score - -300;
if ((level = 2)) {
_root.kill2 = _root.kill2 - -1;
}
if ((_root.level = 3)) {
_root.kill3 = _root.kill3 - -1;
}
_root.score3 = _root.score3 - -300;
stop();
_root.Hero.gotoAndStop(1);
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
_root.Hero._y = _root.Hero._y - 10;
grav_y = 20;
Instance of Symbol 371 MovieClip in Symbol 372 MovieClip Frame 2
onClipEvent (enterFrame) {
jumping = true;
}
onClipEvent (enterFrame) {
if (jumping == true) {
grav_y = grav_y - 2;
if (grav_y <= -10) {
grav_y = -10;
}
this._y = this._y - grav_y;
}
}
Symbol 372 MovieClip Frame 3
stop();
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 171 MovieClip in Symbol 373 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Symbol 382 Button
on (release) {
this.gotoAndStop(3);
}
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 2
stop();
Symbol 383 MovieClip Frame 3
stop();
Symbol 392 MovieClip Frame 26
stop();
Symbol 402 MovieClip Frame 67
stop();
Symbol 411 MovieClip Frame 1
stop();
Symbol 411 MovieClip Frame 2
stop();
Instance of Symbol 302 MovieClip in Symbol 411 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.bosslife.bosshealth == 100) {
gotoAndStop (1);
}
if (_root.bosslife.bosshealth == 90) {
gotoAndStop (2);
}
if (_root.bosslife.bosshealth == 80) {
gotoAndStop (3);
}
if (_root.bosslife.bosshealth == 70) {
gotoAndStop (4);
}
if (_root.bosslife.bosshealth == 60) {
gotoAndStop (5);
}
if (_root.bosslife.bosshealth == 50) {
gotoAndStop (6);
}
if (_root.bosslife.bosshealth == 40) {
gotoAndStop (7);
}
if (_root.bosslife.bosshealth == 30) {
gotoAndStop (8);
}
if (_root.bosslife.bosshealth == 20) {
gotoAndStop (9);
}
if (_root.bosslife.bosshealth == 10) {
gotoAndStop (10);
}
if (_root.bosslife.bosshealth == 0) {
gotoAndStop (11);
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 428 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 433 MovieClip in Symbol 434 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this) and (_root.health > 0)) {
_root.Hero.gotoAndStop(11);
_root.health = _root.health - 10;
if (_root.Hero._x > this._x) {
_root.Hero._x = _root.Hero._x + 50;
}
if (_root.Hero._x < this._x) {
_root.Hero._x = _root.Hero._x - 50;
}
}
}
Instance of Symbol 350 MovieClip "end" in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(_root.ground.end)) {
nextFrame();
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 15;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._y = _root.Hero._y + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._y = _root.Hero._y + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._y = _root.Hero._y + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._y = _root.Hero._y + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 435 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._y = _root.Hero._y + 10;
}
}
Symbol 436 MovieClip Frame 1
stop();
Symbol 436 MovieClip Frame 2
stop();
_root.score2 = _root.score2 - -50;
_root.coin2 = _root.coin2 - -1;
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 436 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Symbol 440 Button
on (release) {
_root.gotoAndStop(361);
}
Symbol 441 MovieClip Frame 1
stop();
Symbol 441 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "rank" in Symbol 441 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.kill2 > 0) and (_root.kill2 <= 5)) {
gotoAndStop (1);
} else if ((_root.kill2 > 5) and (_root.kill2 <= 8)) {
gotoAndStop (2);
} else if ((_root.kill2 > 8) and (_root.kill2 <= 11)) {
gotoAndStop (3);
} else if ((_root.kill2 > 11) and (_root.kill2 <= 15)) {
gotoAndStop (4);
} else if ((_root.kill2 > 15) and (_root.kill2 <= 18)) {
gotoAndStop (5);
} else if ((_root.kill2 > 18) and (_root.kill2 <= 20)) {
gotoAndStop (6);
} else if (_root.kill2 > 20) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 441 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.coin2 > 0) and (_root.coin2 <= 6)) {
gotoAndStop (1);
} else if ((_root.coin2 > 6) and (_root.coin2 <= 9)) {
gotoAndStop (2);
} else if ((_root.coin2 > 9) and (_root.coin2 <= 12)) {
gotoAndStop (3);
} else if ((_root.coin2 > 12) and (_root.coin2 <= 15)) {
gotoAndStop (4);
} else if ((_root.coin2 > 15) and (_root.coin2 <= 18)) {
gotoAndStop (5);
} else if ((_root.coin2 > 18) and (_root.coin2 <= 21)) {
gotoAndStop (6);
} else if (_root.coin2 > 21) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 441 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.score2 > 0) and (_root.score2 <= 3200)) {
gotoAndStop (1);
} else if ((_root.score2 > 3200) and (_root.score2 <= 3700)) {
gotoAndStop (2);
} else if ((_root.score2 > 3700) and (_root.score2 <= 4200)) {
gotoAndStop (3);
} else if ((_root.score2 > 4200) and (_root.score2 <= 4700)) {
gotoAndStop (4);
} else if ((_root.score2 > 4700) and (_root.score2 <= 5200)) {
gotoAndStop (5);
} else if ((_root.score2 > 5200) and (_root.score2 <= 5500)) {
gotoAndStop (6);
} else if (_root.score2 > 5500) {
gotoAndStop (7);
}
}
Symbol 441 MovieClip Frame 3
stop();
Symbol 447 MovieClip Frame 26
stop();
Symbol 455 MovieClip Frame 44
attack = random(3);
if (attack == 0) {
_root.BOSS3.gotoAndStop(2);
}
_root.BOSS3.attacking.gotoAndPlay(1);
if (attack == 1) {
_root.BOSS3.gotoAndStop(1);
}
_root.BOSS3.attacking.gotoAndPlay(1);
if (attack == 2) {
_root.BOSS3.gotoAndStop(3);
}
_root.BOSS3.attacking.gotoAndPlay(1);
Symbol 455 MovieClip Frame 134
stop();
_root.kill2 = _root.kill2 - -3;
_root.replay.gotoAndStop(3);
Symbol 456 MovieClip Frame 44
attack = random(3);
if (attack == 0) {
_root.BOSS3.gotoAndStop(2);
}
_root.BOSS3.attacking.gotoAndPlay(1);
if (attack == 1) {
_root.BOSS3.gotoAndStop(1);
}
_root.BOSS3.attacking.gotoAndPlay(1);
if (attack == 2) {
_root.BOSS3.gotoAndStop(3);
}
_root.BOSS3.attacking.gotoAndPlay(1);
Symbol 456 MovieClip Frame 124
stop();
_root.kill2 = _root.kill2 - -3;
_root.replay.gotoAndStop(3);
Symbol 457 MovieClip Frame 44
attack = random(3);
if (attack == 0) {
_root.BOSS3.gotoAndStop(2);
}
_root.BOSS3.attacking.gotoAndPlay(1);
if (attack == 1) {
_root.BOSS3.gotoAndStop(1);
}
_root.BOSS3.attacking.gotoAndPlay(1);
if (attack == 2) {
_root.BOSS3.gotoAndStop(3);
}
_root.BOSS3.attacking.gotoAndPlay(1);
Symbol 457 MovieClip Frame 124
stop();
_root.kill2 = _root.kill2 - -3;
_root.replay.gotoAndStop(3);
Symbol 462 MovieClip Frame 44
attack = random(3);
if (attack == 0) {
_root.BOSS3.gotoAndStop(2);
}
_root.BOSS3.attacking.gotoAndPlay(1);
if (attack == 1) {
_root.BOSS3.gotoAndStop(1);
}
_root.BOSS3.attacking.gotoAndPlay(1);
if (attack == 2) {
_root.BOSS3.gotoAndStop(3);
}
_root.BOSS3.attacking.gotoAndPlay(1);
Symbol 462 MovieClip Frame 124
stop();
_root.kill2 = _root.kill2 - -3;
_root.replay.gotoAndStop(3);
Symbol 463 MovieClip Frame 1
stop();
Symbol 463 MovieClip Frame 2
stop();
Symbol 463 MovieClip Frame 3
stop();
Symbol 463 MovieClip Frame 4
stop();
Symbol 463 MovieClip Frame 5
stop();
Symbol 467 MovieClip Frame 1
stop();
Symbol 467 MovieClip Frame 2
Symbol 467 MovieClip Frame 8
this.gotoAndStop(1);
Symbol 468 Button
on (release) {
_root.gotoAndStop(361);
}
Symbol 469 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "rank" in Symbol 469 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.kill2 > 0) and (_root.kill2 <= 8)) {
gotoAndStop (1);
} else if ((_root.kill2 > 8) and (_root.kill2 <= 11)) {
gotoAndStop (2);
} else if ((_root.kill2 > 11) and (_root.kill2 <= 13)) {
gotoAndStop (3);
} else if ((_root.kill2 > 13) and (_root.kill2 <= 15)) {
gotoAndStop (4);
} else if ((_root.kill2 > 15) and (_root.kill2 <= 17)) {
gotoAndStop (5);
} else if ((_root.kill2 > 17) and (_root.kill2 <= 19)) {
gotoAndStop (6);
} else if (_root.kill2 > 19) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 469 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.coin2 > 0) and (_root.coin2 <= 7)) {
gotoAndStop (1);
} else if ((_root.coin2 > 7) and (_root.coin2 <= 10)) {
gotoAndStop (2);
} else if ((_root.coin2 > 10) and (_root.coin2 <= 13)) {
gotoAndStop (3);
} else if ((_root.coin2 > 13) and (_root.coin2 <= 16)) {
gotoAndStop (4);
} else if ((_root.coin2 > 16) and (_root.coin2 <= 19)) {
gotoAndStop (5);
} else if ((_root.coin2 > 19) and (_root.coin2 <= 22)) {
gotoAndStop (6);
} else if (_root.coin2 > 22) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 469 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.score2 > 0) and (_root.score2 <= 1250)) {
gotoAndStop (1);
} else if ((_root.score2 > 1250) and (_root.score2 <= 1500)) {
gotoAndStop (2);
} else if ((_root.score2 > 1500) and (_root.score2 <= 1750)) {
gotoAndStop (3);
} else if ((_root.score2 > 1750) and (_root.score2 <= 2000)) {
gotoAndStop (4);
} else if ((_root.score2 > 2000) and (_root.score2 <= 2250)) {
gotoAndStop (5);
} else if ((_root.score2 > 2250) and (_root.score2 <= 2500)) {
gotoAndStop (6);
} else if (_root.score2 > 2500) {
gotoAndStop (7);
}
}
Symbol 469 MovieClip Frame 3
stop();
Symbol 475 MovieClip Frame 1
stop();
Symbol 475 MovieClip Frame 2
stop();
Symbol 475 MovieClip Frame 3
stop();
Symbol 475 MovieClip Frame 4
stop();
Symbol 475 MovieClip Frame 5
stop();
Symbol 475 MovieClip Frame 6
stop();
Symbol 475 MovieClip Frame 7
stop();
Symbol 475 MovieClip Frame 8
stop();
Symbol 475 MovieClip Frame 9
stop();
Symbol 475 MovieClip Frame 10
stop();
Symbol 475 MovieClip Frame 11
stop();
Symbol 475 MovieClip Frame 12
stop();
Symbol 475 MovieClip Frame 13
stop();
Symbol 475 MovieClip Frame 14
stop();
Symbol 475 MovieClip Frame 15
stop();
Symbol 475 MovieClip Frame 16
stop();
Symbol 477 MovieClip Frame 1
stop();
Symbol 477 MovieClip Frame 2
stop();
Instance of Symbol 63 MovieClip in Symbol 488 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x - 10;
}
}
Instance of Symbol 63 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Symbol 490 MovieClip Frame 1
stop();
Symbol 490 MovieClip Frame 2
stop();
_root.score3 = _root.score3 - -50;
_root.coin3 = _root.coin3 - -1;
Symbol 492 MovieClip Frame 1
stop();
Symbol 492 MovieClip Frame 2
stop();
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 63 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
_root.Hero._x = _root.Hero._x + 10;
}
}
Instance of Symbol 490 MovieClip in Symbol 496 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.Hero.hitTest(this)) {
this.gotoAndStop(2);
}
}
Symbol 498 MovieClip Frame 1
stop();
Symbol 506 Button
on (release) {
_root.gotoAndStop(362);
}
Symbol 508 MovieClip Frame 1
stop();
Symbol 508 MovieClip Frame 2
_root.pie = true;
stop();
Instance of Symbol 262 MovieClip "rank" in Symbol 508 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.kill3 > 0) and (_root.kill3 <= 5)) {
gotoAndStop (1);
} else if ((_root.kill3 > 5) and (_root.kill3 <= 8)) {
gotoAndStop (2);
} else if ((_root.kill3 > 8) and (_root.kill3 <= 11)) {
gotoAndStop (3);
} else if ((_root.kill3 > 11) and (_root.kill3 <= 15)) {
gotoAndStop (4);
} else if ((_root.kill3 > 15) and (_root.kill3 <= 18)) {
gotoAndStop (5);
} else if ((_root.kill3 > 18) and (_root.kill3 <= 20)) {
gotoAndStop (6);
} else if (_root.kill3 > 20) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 508 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.coin3 > 0) and (_root.coin3 <= 6)) {
gotoAndStop (1);
} else if ((_root.coin3 > 6) and (_root.coin3 <= 9)) {
gotoAndStop (2);
} else if ((_root.coin3 > 9) and (_root.coin3 <= 12)) {
gotoAndStop (3);
} else if ((_root.coin3 > 12) and (_root.coin3 <= 15)) {
gotoAndStop (4);
} else if ((_root.coin3 > 15) and (_root.coin3 <= 18)) {
gotoAndStop (5);
} else if ((_root.coin3 > 18) and (_root.coin3 <= 21)) {
gotoAndStop (6);
} else if (_root.coin3 > 21) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 508 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.score3 > 0) and (_root.score3 <= 3200)) {
gotoAndStop (1);
} else if ((_root.score3 > 3200) and (_root.score3 <= 3700)) {
gotoAndStop (2);
} else if ((_root.score3 > 3700) and (_root.score3 <= 4200)) {
gotoAndStop (3);
} else if ((_root.score3 > 4200) and (_root.score3 <= 4700)) {
gotoAndStop (4);
} else if ((_root.score3 > 4700) and (_root.score3 <= 5200)) {
gotoAndStop (5);
} else if ((_root.score3 > 5200) and (_root.score3 <= 5500)) {
gotoAndStop (6);
} else if (_root.score3 > 5500) {
gotoAndStop (7);
}
}
Symbol 508 MovieClip Frame 3
stop();
Symbol 510 MovieClip Frame 26
stop();
Symbol 535 MovieClip Frame 12
stop();
attack = random(4);
if (attack == 1) {
_root.bowser.gotoAndStop(1);
}
if ((attack = 2)) {
_root.bowser.gotoAndStop(2);
}
if ((attack = 3)) {
_root.bowser.gotoAndStop(3);
}
if (attack < 3) {
_root.bowser.gotoAndStop(5);
}
Symbol 546 MovieClip Frame 2
stop();
Symbol 547 MovieClip Frame 1
stop();
Symbol 547 MovieClip Frame 2
stop();
Symbol 548 MovieClip Frame 27
stop();
attack = random(4);
if (attack == 1) {
_root.bowser.gotoAndStop(1);
}
if ((attack = 2)) {
_root.bowser.gotoAndStop(2);
}
if ((attack = 3)) {
_root.bowser.gotoAndStop(3);
}
if (attack < 3) {
_root.bowser.gotoAndStop(5);
}
Symbol 549 MovieClip Frame 30
stop();
attack = random(4);
if (attack == 1) {
_root.bowser.gotoAndStop(1);
}
if ((attack = 2)) {
_root.bowser.gotoAndStop(2);
}
if ((attack = 3)) {
_root.bowser.gotoAndStop(3);
}
if (attack < 3) {
_root.bowser.gotoAndStop(5);
}
Symbol 554 MovieClip Frame 19
_root.bowser.gotoAndStop(1);
Symbol 560 MovieClip Frame 22
stop();
attack = random(4);
if (attack == 1) {
_root.bowser.gotoAndStop(1);
}
if ((attack = 2)) {
_root.bowser.gotoAndStop(2);
}
if ((attack = 3)) {
_root.bowser.gotoAndStop(3);
}
if (attack < 3) {
_root.bowser.gotoAndStop(5);
}
Symbol 565 MovieClip Frame 50
_root.gotoAndPlay(415);
Symbol 566 MovieClip Frame 1
stop();
Symbol 566 MovieClip Frame 2
stop();
Symbol 566 MovieClip Frame 3
stop();
Symbol 566 MovieClip Frame 4
stop();
Symbol 566 MovieClip Frame 5
stop();
Symbol 566 MovieClip Frame 6
stop();
_root.kill3 = _root.kill3 - -1;
Symbol 568 MovieClip Frame 40
stop();
Symbol 571 MovieClip Frame 148
stop();
Symbol 575 MovieClip Frame 1
stop();
Symbol 575 MovieClip Frame 2
stop();
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.kill3 > 0) and (_root.kill3 <= 8)) {
gotoAndStop (1);
} else if ((_root.kill3 > 8) and (_root.kill3 <= 11)) {
gotoAndStop (2);
} else if ((_root.kill3 > 11) and (_root.kill3 <= 14)) {
gotoAndStop (3);
} else if ((_root.kill3 > 14) and (_root.kill3 <= 18)) {
gotoAndStop (4);
} else if ((_root.kill3 > 18) and (_root.kill3 <= 21)) {
gotoAndStop (5);
} else if ((_root.kill3 > 21) and (_root.kill3 <= 23)) {
gotoAndStop (6);
} else if (_root.kill3 > 23) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.coin3 > 0) and (_root.coin3 <= 7)) {
gotoAndStop (1);
} else if ((_root.coin3 > 7) and (_root.coin3 <= 10)) {
gotoAndStop (2);
} else if ((_root.coin3 > 10) and (_root.coin3 <= 13)) {
gotoAndStop (3);
} else if ((_root.coin3 > 13) and (_root.coin3 <= 16)) {
gotoAndStop (4);
} else if ((_root.coin3 > 16) and (_root.coin3 <= 19)) {
gotoAndStop (5);
} else if ((_root.coin3 > 19) and (_root.coin3 <= 22)) {
gotoAndStop (6);
} else if (_root.coin3 > 22) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 2
onClipEvent (enterFrame) {
if ((_root.score3 > 0) and (_root.score3 <= 4200)) {
gotoAndStop (1);
} else if ((_root.score3 > 4200) and (_root.score3 <= 4700)) {
gotoAndStop (2);
} else if ((_root.score3 > 4700) and (_root.score3 <= 5200)) {
gotoAndStop (3);
} else if ((_root.score3 > 5200) and (_root.score3 <= 5700)) {
gotoAndStop (4);
} else if ((_root.score3 > 5700) and (_root.score3 <= 6200)) {
gotoAndStop (5);
} else if ((_root.score3 > 6200) and (_root.score3 <= 6500)) {
gotoAndStop (6);
} else if (_root.score3 > 6500) {
gotoAndStop (7);
}
}
Symbol 575 MovieClip Frame 3
stop();
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.kill > 0) and (_root.kill <= 5)) {
gotoAndStop (1);
} else if ((_root.kill > 5) and (_root.kill <= 8)) {
gotoAndStop (2);
} else if ((_root.kill > 8) and (_root.kill <= 11)) {
gotoAndStop (3);
} else if ((_root.kill > 11) and (_root.kill <= 15)) {
gotoAndStop (4);
} else if ((_root.kill > 15) and (_root.kill <= 18)) {
gotoAndStop (5);
} else if ((_root.kill > 18) and (_root.kill <= 20)) {
gotoAndStop (6);
} else if (_root.kill > 20) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.coin > 0) and (_root.coin <= 6)) {
gotoAndStop (1);
} else if ((_root.coin > 6) and (_root.coin <= 9)) {
gotoAndStop (2);
} else if ((_root.coin > 9) and (_root.coin <= 12)) {
gotoAndStop (3);
} else if ((_root.coin > 12) and (_root.coin <= 15)) {
gotoAndStop (4);
} else if ((_root.coin > 15) and (_root.coin <= 18)) {
gotoAndStop (5);
} else if ((_root.coin > 18) and (_root.coin <= 21)) {
gotoAndStop (6);
} else if (_root.coin > 21) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.score > 0) and (_root.score <= 3200)) {
gotoAndStop (1);
} else if ((_root.score > 3200) and (_root.score <= 3700)) {
gotoAndStop (2);
} else if ((_root.score > 3700) and (_root.score <= 4200)) {
gotoAndStop (3);
} else if ((_root.score > 4200) and (_root.score <= 4700)) {
gotoAndStop (4);
} else if ((_root.score > 4700) and (_root.score <= 5200)) {
gotoAndStop (5);
} else if ((_root.score > 5200) and (_root.score <= 5500)) {
gotoAndStop (6);
} else if (_root.score > 5500) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.kill2 > 0) and (_root.kill2 <= 5)) {
gotoAndStop (1);
} else if ((_root.kill2 > 5) and (_root.kill2 <= 8)) {
gotoAndStop (2);
} else if ((_root.kill2 > 8) and (_root.kill2 <= 11)) {
gotoAndStop (3);
} else if ((_root.kill2 > 11) and (_root.kill2 <= 15)) {
gotoAndStop (4);
} else if ((_root.kill2 > 15) and (_root.kill2 <= 18)) {
gotoAndStop (5);
} else if ((_root.kill2 > 18) and (_root.kill2 <= 20)) {
gotoAndStop (6);
} else if (_root.kill2 > 20) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.coin2 > 0) and (_root.coin2 <= 6)) {
gotoAndStop (1);
} else if ((_root.coin2 > 6) and (_root.coin2 <= 9)) {
gotoAndStop (2);
} else if ((_root.coin2 > 9) and (_root.coin2 <= 12)) {
gotoAndStop (3);
} else if ((_root.coin2 > 12) and (_root.coin2 <= 15)) {
gotoAndStop (4);
} else if ((_root.coin2 > 15) and (_root.coin2 <= 18)) {
gotoAndStop (5);
} else if ((_root.coin2 > 18) and (_root.coin2 <= 21)) {
gotoAndStop (6);
} else if (_root.coin2 > 21) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.score2 > 0) and (_root.score2 <= 3200)) {
gotoAndStop (1);
} else if ((_root.score2 > 3200) and (_root.score2 <= 3700)) {
gotoAndStop (2);
} else if ((_root.score2 > 3700) and (_root.score2 <= 4200)) {
gotoAndStop (3);
} else if ((_root.score2 > 4200) and (_root.score2 <= 4700)) {
gotoAndStop (4);
} else if ((_root.score2 > 4700) and (_root.score2 <= 5200)) {
gotoAndStop (5);
} else if ((_root.score2 > 5200) and (_root.score2 <= 5500)) {
gotoAndStop (6);
} else if (_root.score2 > 5500) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.kill3 > 0) and (_root.kill3 <= 5)) {
gotoAndStop (1);
} else if ((_root.kill3 > 5) and (_root.kill3 <= 8)) {
gotoAndStop (2);
} else if ((_root.kill3 > 8) and (_root.kill3 <= 11)) {
gotoAndStop (3);
} else if ((_root.kill3 > 11) and (_root.kill3 <= 15)) {
gotoAndStop (4);
} else if ((_root.kill3 > 15) and (_root.kill3 <= 18)) {
gotoAndStop (5);
} else if ((_root.kill3 > 18) and (_root.kill3 <= 20)) {
gotoAndStop (6);
} else if (_root.kill3 > 20) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.coin3 > 0) and (_root.coin3 <= 6)) {
gotoAndStop (1);
} else if ((_root.coin3 > 6) and (_root.coin3 <= 9)) {
gotoAndStop (2);
} else if ((_root.coin3 > 9) and (_root.coin3 <= 12)) {
gotoAndStop (3);
} else if ((_root.coin3 > 12) and (_root.coin3 <= 15)) {
gotoAndStop (4);
} else if ((_root.coin3 > 15) and (_root.coin3 <= 18)) {
gotoAndStop (5);
} else if ((_root.coin3 > 18) and (_root.coin3 <= 21)) {
gotoAndStop (6);
} else if (_root.coin3 > 21) {
gotoAndStop (7);
}
}
Instance of Symbol 262 MovieClip "rank" in Symbol 575 MovieClip Frame 3
onClipEvent (enterFrame) {
if ((_root.score3 > 0) and (_root.score3 <= 3200)) {
gotoAndStop (1);
} else if ((_root.score3 > 3200) and (_root.score3 <= 3700)) {
gotoAndStop (2);
} else if ((_root.score3 > 3700) and (_root.score3 <= 4200)) {
gotoAndStop (3);
} else if ((_root.score3 > 4200) and (_root.score3 <= 4700)) {
gotoAndStop (4);
} else if ((_root.score3 > 4700) and (_root.score3 <= 5200)) {
gotoAndStop (5);
} else if ((_root.score3 > 5200) and (_root.score3 <= 5500)) {
gotoAndStop (6);
} else if (_root.score3 > 5500) {
gotoAndStop (7);
}
}
Symbol 692 Button
on (release) {
getURL ("mailto:chunkymonkey4u2@rcimaginations.net", "_blank", "POST");
}
Symbol 697 Button
on (release) {
getURL ("https://www.paypal.com/xclick/business=rcimaginations%40hotmail.com&no_note=1&tax=0¤cy_code=USD", "_blank");
}
Symbol 702 Button
on (release) {
getURL ("mailto:chunkymonkey4u2@rcimaginations.net", "", "POST");
}
Symbol 704 Button
on (release) {
gotoAndStop (401);
}