Frame 6
stop();
stop();
Frame 7
stopAllSounds();
Frame 32
Frame 44
stop();
health.text = 10;
stop();
Instance of Symbol 116 MovieClip in Frame 44
onClipEvent (load) {
enemyspeed = 2;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
if (!dead) {
if (enemydir == "right") {
enemystepsright = enemystepsright + 1;
this._xscale = -100;
this._x = this._x + enemyspeed;
} else if (enemydir == "left") {
enemystepsleft = enemystepsleft + 1;
this._xscale = 100;
this._x = this._x - enemyspeed;
}
if (enemystepsright == 100) {
enemystepsright = 0;
enemydir = "left";
} else if (enemystepsleft == 100) {
enemystepsleft = 0;
enemydir = "right";
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 116 MovieClip in Frame 44
onClipEvent (load) {
enemyspeed = 2;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
if (!dead) {
if (enemydir == "right") {
enemystepsright = enemystepsright + 1;
this._xscale = -100;
this._x = this._x + enemyspeed;
} else if (enemydir == "left") {
enemystepsleft = enemystepsleft + 1;
this._xscale = 100;
this._x = this._x - enemyspeed;
}
if (enemystepsright == 100) {
enemystepsright = 0;
enemydir = "left";
} else if (enemystepsleft == 100) {
enemystepsleft = 0;
enemydir = "right";
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 116 MovieClip in Frame 44
onClipEvent (load) {
enemyspeed = 2;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
if (!dead) {
if (enemydir == "right") {
enemystepsright = enemystepsright + 1;
this._xscale = -100;
this._x = this._x + enemyspeed;
} else if (enemydir == "left") {
enemystepsleft = enemystepsleft + 1;
this._xscale = 100;
this._x = this._x - enemyspeed;
}
if (enemystepsright == 100) {
enemystepsright = 0;
enemydir = "left";
} else if (enemystepsleft == 100) {
enemystepsleft = 0;
enemydir = "right";
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 149 MovieClip "char" in Frame 44
onClipEvent (load) {
jumping = false;
speed = 0;
healthX = _root.health._x;
scoreX = _root.score._x;
Xpos = this._x;
Ypos = this._y;
maxmove = 15;
_root.maxshoottime = 100;
}
onClipEvent (enterFrame) {
_x = (Xpos - _root._x);
_root.score._x = scoreX - _root._x;
_root.health._x = healthX - _root._x;
if ((!_root.ground.hitTest(this._x, this._y, true)) && (!jumping)) {
this._y = this._y + 6;
}
if (!_root.shooting) {
_root.timer = 0;
_root.mvsp = _xscale / 20;
}
if (_root.dead) {
this.gotoAndStop("dead");
} else {
speed = speed * 0.85;
if ((dir == "right") && (!_root.leftblock.hitTest(this._x + 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (speed > 0) {
dir = "right";
} else if (speed < 0) {
dir = "left";
}
if ((dir == "left") && (!_root.rightblock.hitTest(this._x - 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (Key.isDown(37)) {
if (speed > (-maxmove)) {
speed--;
}
this.gotoAndStop("run");
this._xscale = -100;
} else if (Key.isDown(39)) {
if (speed < maxmove) {
speed++;
}
this._xscale = 100;
this.gotoAndStop("run");
} else if (Key.isDown(17)) {
this.gotoAndStop("attack");
attacking = true;
speed = 0;
} else if (Key.isDown(32)) {
if ((_root.gotgun == true) && (!_root.shooting)) {
_root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x, _y:_root.char._y - 25});
_root.shooting = true;
with (_root.bulleter) {
onEnterFrame = function () {
var _local1 = _root;
if (_local1.timer > _local1.maxshoottime) {
_local1.shooting = false;
unloadMovie(this);
}
_local1.timer++;
_x = _x + _local1.mvsp;
};
}
attacking = true;
speed = 0;
this.gotoAndStop("shoot");
}
} else if (((speed < 1) && (speed > -1)) && (!attacking)) {
speed = 0;
this.gotoAndStop("idle");
}
if (Key.isDown(38) && (!jumping)) {
jumping = true;
}
if (jumping) {
this.gotoAndStop("jump");
this._y = this._y - jump;
jump = jump - 0.5;
if (jump < 0) {
falling = true;
}
if (jump < -15) {
jump = -15;
}
}
if (_root.ground.hitTest(this._x, this._y, true) && (falling)) {
jump = 12;
jumping = false;
falling = false;
}
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 17) {
attacking = false;
}
}
Frame 45
stop();
stop();
Frame 46
stop();
health.text = 10;
stop();
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 116 MovieClip in Frame 46
onClipEvent (load) {
enemyspeed = 2;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
if (!dead) {
if (enemydir == "right") {
enemystepsright = enemystepsright + 1;
this._xscale = -100;
this._x = this._x + enemyspeed;
} else if (enemydir == "left") {
enemystepsleft = enemystepsleft + 1;
this._xscale = 100;
this._x = this._x - enemyspeed;
}
if (enemystepsright == 100) {
enemystepsright = 0;
enemydir = "left";
} else if (enemystepsleft == 100) {
enemystepsleft = 0;
enemydir = "right";
}
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 116 MovieClip in Frame 46
onClipEvent (load) {
enemyspeed = 2;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
if (!dead) {
if (enemydir == "right") {
enemystepsright = enemystepsright + 1;
this._xscale = -100;
this._x = this._x + enemyspeed;
} else if (enemydir == "left") {
enemystepsleft = enemystepsleft + 1;
this._xscale = 100;
this._x = this._x - enemyspeed;
}
if (enemystepsright == 100) {
enemystepsright = 0;
enemydir = "left";
} else if (enemystepsleft == 100) {
enemystepsleft = 0;
enemydir = "right";
}
}
}
Instance of Symbol 116 MovieClip in Frame 46
onClipEvent (load) {
enemyspeed = 2;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
if (!dead) {
if (enemydir == "right") {
enemystepsright = enemystepsright + 1;
this._xscale = -100;
this._x = this._x + enemyspeed;
} else if (enemydir == "left") {
enemystepsleft = enemystepsleft + 1;
this._xscale = 100;
this._x = this._x - enemyspeed;
}
if (enemystepsright == 100) {
enemystepsright = 0;
enemydir = "left";
} else if (enemystepsleft == 100) {
enemystepsleft = 0;
enemydir = "right";
}
}
}
Instance of Symbol 116 MovieClip in Frame 46
onClipEvent (load) {
enemyspeed = 2;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
if (!dead) {
if (enemydir == "right") {
enemystepsright = enemystepsright + 1;
this._xscale = -100;
this._x = this._x + enemyspeed;
} else if (enemydir == "left") {
enemystepsleft = enemystepsleft + 1;
this._xscale = 100;
this._x = this._x - enemyspeed;
}
if (enemystepsright == 100) {
enemystepsright = 0;
enemydir = "left";
} else if (enemystepsleft == 100) {
enemystepsleft = 0;
enemydir = "right";
}
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 172 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.gotgun = true;
unloadMovie (this);
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 149 MovieClip "char" in Frame 46
onClipEvent (load) {
jumping = false;
speed = 0;
healthX = _root.health._x;
scoreX = _root.score._x;
Xpos = this._x;
Ypos = this._y;
maxmove = 15;
_root.maxshoottime = 50;
}
onClipEvent (enterFrame) {
_x = (Xpos - _root._x);
_root.score._x = scoreX - _root._x;
_root.health._x = healthX - _root._x;
if ((!_root.ground_2.hitTest(this._x, this._y, true)) && (!jumping)) {
this._y = this._y + 6;
}
if (!_root.shooting) {
_root.timer = 0;
_root.mvsp = _xscale / 20;
}
if (_root.dead) {
this.gotoAndStop("dead");
} else {
speed = speed * 0.85;
if ((dir == "right") && (!_root.leftblock_2.hitTest(this._x + 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (speed > 0) {
dir = "right";
} else if (speed < 0) {
dir = "left";
}
if ((dir == "left") && (!_root.rightblock_2.hitTest(this._x - 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (Key.isDown(37)) {
if (speed > (-maxmove)) {
speed--;
}
this.gotoAndStop("run");
this._xscale = -100;
} else if (Key.isDown(39)) {
if (speed < maxmove) {
speed++;
}
this._xscale = 100;
this.gotoAndStop("run");
} else if (Key.isDown(17)) {
this.gotoAndStop("attack");
attacking = true;
speed = 0;
} else if (Key.isDown(32)) {
if ((_root.gotgun == true) && (!_root.shooting)) {
_root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x, _y:_root.char._y - 25});
_root.shooting = true;
with (_root.bulleter) {
onEnterFrame = function () {
var _local1 = _root;
if (_local1.timer > _local1.maxshoottime) {
_local1.shooting = false;
unloadMovie(this);
}
_local1.timer++;
_x = _x + _local1.mvsp;
};
}
attacking = true;
speed = 0;
this.gotoAndStop("shoot");
}
} else if (((speed < 1) && (speed > -1)) && (!attacking)) {
speed = 0;
this.gotoAndStop("idle");
}
if (Key.isDown(38) && (!jumping)) {
jumping = true;
}
if (jumping) {
this.gotoAndStop("jump");
this._y = this._y - jump;
jump = jump - 0.5;
if (jump < 0) {
falling = true;
}
if (jump < -15) {
jump = -15;
}
}
if (_root.ground_2.hitTest(this._x, this._y, true) && (falling)) {
jump = 12;
jumping = false;
falling = false;
}
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 17) {
attacking = false;
}
}
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Frame 47
stop();
stop();
Frame 48
stop();
health.text = 10;
stop();
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 116 MovieClip in Frame 48
onClipEvent (load) {
enemyspeed = 2;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
if (!dead) {
if (enemydir == "right") {
enemystepsright = enemystepsright + 1;
this._xscale = -100;
this._x = this._x + enemyspeed;
} else if (enemydir == "left") {
enemystepsleft = enemystepsleft + 1;
this._xscale = 100;
this._x = this._x - enemyspeed;
}
if (enemystepsright == 100) {
enemystepsright = 0;
enemydir = "left";
} else if (enemystepsleft == 100) {
enemystepsleft = 0;
enemydir = "right";
}
}
}
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 149 MovieClip "char" in Frame 48
onClipEvent (load) {
jumping = false;
gotgun = true;
speed = 0;
healthX = _root.health._x;
scoreX = _root.score._x;
Xpos = this._x;
Ypos = this._y;
maxmove = 15;
_root.maxshoottime = 50;
}
onClipEvent (enterFrame) {
_x = (Xpos - _root._x);
_root.score._x = scoreX - _root._x;
_root.health._x = healthX - _root._x;
if ((!_root.ground_3.hitTest(this._x, this._y, true)) && (!jumping)) {
this._y = this._y + 6;
}
if (!_root.shooting) {
_root.timer = 0;
_root.mvsp = _xscale / 20;
}
if (_root.dead) {
this.gotoAndStop("dead");
} else {
speed = speed * 0.85;
if ((dir == "right") && (!_root.leftblock_3.hitTest(this._x + 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (speed > 0) {
dir = "right";
} else if (speed < 0) {
dir = "left";
}
if ((dir == "left") && (!_root.rightblock_3.hitTest(this._x - 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (Key.isDown(37)) {
if (speed > (-maxmove)) {
speed--;
}
this.gotoAndStop("run");
this._xscale = -100;
} else if (Key.isDown(39)) {
if (speed < maxmove) {
speed++;
}
this._xscale = 100;
this.gotoAndStop("run");
} else if (Key.isDown(17)) {
this.gotoAndStop("attack");
attacking = true;
speed = 0;
} else if (Key.isDown(32)) {
if ((_root.gotgun == true) && (!_root.shooting)) {
_root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x, _y:_root.char._y - 25});
_root.shooting = true;
with (_root.bulleter) {
onEnterFrame = function () {
var _local1 = _root;
if (_local1.timer > _local1.maxshoottime) {
_local1.shooting = false;
unloadMovie(this);
}
_local1.timer++;
_x = _x + _local1.mvsp;
};
}
attacking = true;
speed = 0;
this.gotoAndStop("shoot");
}
} else if (((speed < 1) && (speed > -1)) && (!attacking)) {
speed = 0;
this.gotoAndStop("idle");
}
if (Key.isDown(38) && (!jumping)) {
jumping = true;
}
if (jumping) {
this.gotoAndStop("jump");
this._y = this._y - jump;
jump = jump - 0.5;
if (jump < 0) {
falling = true;
}
if (jump < -15) {
jump = -15;
}
}
if (_root.ground_3.hitTest(this._x, this._y, true) && (falling)) {
jump = 12;
jumping = false;
falling = false;
}
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 17) {
attacking = false;
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
_root.health.text++;
unloadMovie (this);
}
}
Frame 49
stop();
stop();
Frame 50
stop();
Frame 89
stop();
Frame 90
stop();
health.text = 10;
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 253 MovieClip "char_2" in Frame 90
onClipEvent (load) {
jumping = false;
speed = 0;
healthX = _root.health._x;
scoreX = _root.score._x;
Xpos = this._x;
Ypos = this._y;
maxmove = 15;
_root.maxshoottime = 50;
}
onClipEvent (enterFrame) {
_x = (Xpos - _root._x);
_root.score._x = scoreX - _root._x;
_root.health._x = healthX - _root._x;
if ((!_root.ground_4.hitTest(this._x, this._y, true)) && (!jumping)) {
this._y = this._y + 6;
}
if (!_root.shooting) {
_root.timer = 0;
_root.mvsp = _xscale / 20;
}
if (_root.dead) {
this.gotoAndStop("dead");
} else {
speed = speed * 0.85;
if ((dir == "right") && (!_root.leftblock_4.hitTest(this._x + 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (speed > 0) {
dir = "right";
} else if (speed < 0) {
dir = "left";
}
if ((dir == "left") && (!_root.rightblock_4.hitTest(this._x - 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (Key.isDown(37)) {
if (speed > (-maxmove)) {
speed--;
}
this.gotoAndStop("run");
this._xscale = -100;
} else if (Key.isDown(39)) {
if (speed < maxmove) {
speed++;
}
this._xscale = 100;
this.gotoAndStop("run");
} else if (Key.isDown(17)) {
this.gotoAndStop("attack");
attacking = true;
speed = 0;
} else if (Key.isDown(32)) {
if ((_root.gotgun == true) && (!_root.shooting)) {
_root.attachMovie("bullet", "bulleter", 1, {_x:_root.char_2._x, _y:_root.char_2._y - 25});
_root.shooting = true;
with (_root.bulleter) {
onEnterFrame = function () {
var _local1 = _root;
if (_local1.timer > _local1.maxshoottime) {
_local1.shooting = false;
unloadMovie(this);
}
_local1.timer++;
_x = _x + _local1.mvsp;
};
}
attacking = true;
speed = 0;
this.gotoAndStop("shoot");
}
} else if (((speed < 1) && (speed > -1)) && (!attacking)) {
speed = 0;
this.gotoAndStop("idle");
}
if (Key.isDown(38) && (!jumping)) {
jumping = true;
}
if (jumping) {
this.gotoAndStop("jump");
this._y = this._y - jump;
jump = jump - 0.5;
if (jump < 0) {
falling = true;
}
if (jump < -15) {
jump = -15;
}
}
if (_root.ground_4.hitTest(this._x, this._y, true) && (falling)) {
jump = 12;
jumping = false;
falling = false;
}
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 17) {
attacking = false;
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char_2.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
}
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char_2.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
}
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char_2.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
}
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char_2.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
}
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char_2.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.health.text++;
unloadMovie (this);
}
}
Frame 91
stop();
Frame 92
stop();
health.text = 500;
Instance of Symbol 283 MovieClip "gun" in Frame 92
onClipEvent (enterFrame) {
myRadians = Math.atan2(_root.char_2_1._y, _root.char_2_1._x);
myDegrees = Math.round((myRadians * 180) / Math.PI);
_root.yChange = Math.round(_root.char_2_1._y);
_root.xChange = Math.round(_root.char_2_1._x);
this._rotation = myDegrees + 90;
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 253 MovieClip "char_2_1" in Frame 92
onClipEvent (load) {
jumping = false;
speed = 0;
healthX = _root.health._x;
scoreX = _root.score._x;
Xpos = this._x;
Ypos = this._y;
maxmove = 15;
_root.maxshoottime = 50;
}
onClipEvent (enterFrame) {
_x = (Xpos - _root._x);
_root.score._x = scoreX - _root._x;
_root.health._x = healthX - _root._x;
if ((!_root.ground_5.hitTest(this._x, this._y, true)) && (!jumping)) {
this._y = this._y + 6;
}
if (!_root.shooting) {
_root.timer = 0;
_root.mvsp = _xscale / 20;
}
if (_root.dead) {
this.gotoAndStop("dead");
} else {
speed = speed * 0.85;
if ((dir == "right") && (!_root.leftblock_5.hitTest(this._x + 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (speed > 0) {
dir = "right";
} else if (speed < 0) {
dir = "left";
}
if ((dir == "left") && (!_root.rightblock_5.hitTest(this._x - 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (Key.isDown(37)) {
if (speed > (-maxmove)) {
speed--;
}
this.gotoAndStop("run");
this._xscale = -100;
} else if (Key.isDown(39)) {
if (speed < maxmove) {
speed++;
}
this._xscale = 100;
this.gotoAndStop("run");
} else if (Key.isDown(17)) {
this.gotoAndStop("attack");
attacking = true;
speed = 0;
} else if (Key.isDown(32)) {
if ((_root.gotgun == true) && (!_root.shooting)) {
_root.attachMovie("bullet", "bulleter", 1, {_x:_root.char_2._x, _y:_root.char_2._y - 25});
_root.shooting = true;
with (_root.bulleter) {
onEnterFrame = function () {
var _local1 = _root;
if (_local1.timer > _local1.maxshoottime) {
_local1.shooting = false;
unloadMovie(this);
}
_local1.timer++;
_x = _x + _local1.mvsp;
};
}
attacking = true;
speed = 0;
this.gotoAndStop("shoot");
}
} else if (((speed < 1) && (speed > -1)) && (!attacking)) {
speed = 0;
this.gotoAndStop("idle");
}
if (Key.isDown(38) && (!jumping)) {
jumping = true;
}
if (jumping) {
this.gotoAndStop("jump");
this._y = this._y - jump;
jump = jump - 0.5;
if (jump < 0) {
falling = true;
}
if (jump < -15) {
jump = -15;
}
}
if (_root.ground_5.hitTest(this._x, this._y, true) && (falling)) {
jump = 12;
jumping = false;
falling = false;
}
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 17) {
attacking = false;
}
}
Instance of Symbol 299 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root.health.text = _root.health.text - 1;
}
}
}
Instance of Symbol 269 MovieClip in Frame 92
onClipEvent (load) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
enemydir = "left";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2_1)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char_2.speed = 0;
}
}
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
}
Frame 93
stop();
_x = 0;
_y = 0;
Frame 94
stop();
health.text = 10;
Instance of Symbol 253 MovieClip "char_2" in Frame 94
onClipEvent (load) {
jumping = false;
speed = 0;
Xpos = this._x;
Ypos = this._y;
maxmove = 15;
_root.maxshoottime = 50;
}
onClipEvent (enterFrame) {
_x = (Xpos - _root._x);
_root._y = (this._y * -1) + 150;
_root.score._x = scoreX - _root._x;
_root.health._x = healthX - _root._x;
if ((!_root.ground_4.hitTest(this._x, this._y, true)) && (!jumping)) {
this._y = this._y + 6;
}
if (!_root.shooting) {
_root.timer = 0;
_root.mvsp = _xscale / 20;
}
if (_root.dead) {
this.gotoAndStop("dead");
} else {
speed = speed * 0.85;
if ((dir == "right") && (!_root.leftblock_4.hitTest(this._x + 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (speed > 0) {
dir = "right";
} else if (speed < 0) {
dir = "left";
}
if ((dir == "left") && (!_root.rightblock_4.hitTest(this._x - 20, this._y, true))) {
_root.health._x = _root.health._x + speed;
_root.score._x = _root.score._x + speed;
this._x = this._x + speed;
_root._x = _root._x - speed;
}
if (Key.isDown(37)) {
if (speed > (-maxmove)) {
speed--;
}
this.gotoAndStop("run");
this._xscale = -100;
} else if (Key.isDown(39)) {
if (speed < maxmove) {
speed++;
}
this._xscale = 100;
this.gotoAndStop("run");
} else if (Key.isDown(17)) {
this.gotoAndStop("attack");
attacking = true;
speed = 0;
} else if (Key.isDown(32)) {
if ((_root.gotgun == true) && (!_root.shooting)) {
_root.attachMovie("bullet", "bulleter", 1, {_x:_root.char_2._x, _y:_root.char_2._y - 25});
_root.shooting = true;
with (_root.bulleter) {
onEnterFrame = function () {
var _local1 = _root;
if (_local1.timer > _local1.maxshoottime) {
_local1.shooting = false;
unloadMovie(this);
}
_local1.timer++;
_x = _x + _local1.mvsp;
};
}
attacking = true;
speed = 0;
this.gotoAndStop("shoot");
}
} else if (((speed < 1) && (speed > -1)) && (!attacking)) {
speed = 0;
this.gotoAndStop("idle");
}
if (Key.isDown(38) && (!jumping)) {
jumping = true;
}
if (jumping) {
this.gotoAndStop("jump");
this._y = this._y - jump;
jump = jump - 0.5;
if (jump < 0) {
falling = true;
}
if (jump < -15) {
jump = -15;
}
}
if (_root.ground_4.hitTest(this._x, this._y, true) && (falling)) {
jump = 12;
jumping = false;
falling = false;
}
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 17) {
attacking = false;
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Instance of Symbol 313 MovieClip in Frame 94
onClipEvent (enterFrame) {
if (this.hitTest(_root.char_2)) {
_root.gotoAndPlay(95);
}
}
Frame 95
stop();
_x = 0;
_y = 0;
Frame 109
stop();
Frame 110
stop();
Frame 111
stop();
Frame 112
stop();
Frame 113
stop();
Frame 114
stop();
Frame 115
stop();
Frame 116
stop();
Frame 117
stop();
_x = 0;
_y = 0;
Symbol 41 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 50 Button
on (release) {
_root.play(5);
}
Symbol 52 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 52 MovieClip Frame 2
gotoAndPlay (1);
Symbol 94 Button
on (press) {
gotoAndPlay (7);
stopAllSounds();
}
Symbol 95 Button
on (press) {
gotoAndPlay (109);
}
Symbol 96 Button
on (press) {
gotoAndPlay (114);
}
Symbol 98 Button
on (press) {
gotoAndPlay (112);
}
Symbol 100 Button
on (press) {
gotoAndPlay (116);
}
Symbol 105 MovieClip Frame 13
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 2
stop();
Symbol 117 Button
on (press) {
gotoAndPlay (45);
_root._x = 0;
}
Symbol 143 Button
on (press) {
_root._x = 0;
_root.health.text = 10;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
_root.dead = false;
gotoAndPlay (1);
}
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
stop();
Symbol 149 MovieClip Frame 3
stop();
Symbol 149 MovieClip Frame 4
stop();
Symbol 149 MovieClip Frame 5
stop();
Symbol 149 MovieClip Frame 6
stop();
Symbol 158 Button
on (press) {
gotoAndPlay (46);
}
Symbol 170 Button
on (press) {
gotoAndPlay (47);
_root._x = 0;
}
Instance of Symbol 185 MovieClip in Symbol 186 MovieClip Frame 45
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Symbol 191 Button
on (press) {
gotoAndPlay (48);
}
Instance of Symbol 199 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.char)) {
if (_root.health.text <= 0) {
_root.dead = true;
}
if (!_root.dead) {
_root._x = 0;
_root.health.text = _root.health.text - 5;
_root.char._x = _root.char.startX;
_root.char._y = _root.char.startY + (Stage.height / 2);
_root.char.speed = 0;
}
}
}
Symbol 202 Button
on (press) {
gotoAndPlay (49);
_root._x = 0;
stopAllSounds();
}
Symbol 208 Button
on (press) {
gotoAndPlay (50);
}
Symbol 213 Button
on (press) {
gotoAndPlay (51);
}
Symbol 221 MovieClip Frame 122
stop();
Symbol 225 MovieClip Frame 65
stop();
Symbol 231 Button
on (press) {
gotoAndPlay (89);
}
Symbol 251 Button
on (press) {
_root._x = 0;
_root.health.text = 10;
_root.char_2._x = _root.char_2.startX;
_root.char_2._y = _root.char_2.startY + (Stage.height / 2);
_root.char_2.speed = 0;
_root.dead = false;
gotoAndPlay (1);
}
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
stop();
Symbol 253 MovieClip Frame 3
stop();
Symbol 253 MovieClip Frame 4
stop();
Symbol 253 MovieClip Frame 5
stop();
Symbol 253 MovieClip Frame 6
stop();
Instance of Symbol 262 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.dead) {
stop();
}
}
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
stop();
Symbol 270 Button
on (press) {
gotoAndPlay (115);
_root._x = 0;
}
Symbol 272 Button
on (press) {
gotoAndPlay (92);
}
Symbol 280 MovieClip Frame 151
gotoAndPlay (100);
Symbol 299 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 45
_root.gotoAndPlay(93);
stopAllSounds();
Symbol 305 Button
on (press) {
gotoAndPlay (94);
}
Symbol 319 MovieClip Frame 37
stop();
Symbol 325 MovieClip Frame 456
_root.gotoAndPlay(6);
stopAllSounds();
Symbol 327 Button
on (press) {
gotoAndPlay (6);
}
Symbol 329 Button
on (press) {
gotoAndPlay (110);
}
Symbol 336 Button
on (press) {
gotoAndPlay (109);
}
Symbol 338 Button
on (press) {
gotoAndPlay (111);
}
Symbol 340 Button
on (press) {
gotoAndPlay (6);
stopAllSounds();
}
Symbol 343 Button
on (press) {
gotoAndPlay (113);
}
Symbol 346 Button
on (press) {
gotoAndPlay (6);
stopAllSounds();
}
Symbol 354 Button
on (press) {
gotoAndPlay (91);
}
Symbol 359 Button
on (press) {
if (textbox.text.indexOf("luke farris") != -1) {
_root.gotoAndStop(117);
} else {
_root.gotoAndStop(116);
}
stopAllSounds();
}
Symbol 360 Button
on (release) {
gotoAndPlay (6);
stopAllSounds();
}
Symbol 370 Button
on (press) {
gotoAndPlay (93);
}
Symbol 371 Button
on (press) {
gotoAndPlay (91);
}
Symbol 372 Button
on (press) {
gotoAndPlay (89);
}
Symbol 373 Button
on (press) {
gotoAndPlay (47);
}
Symbol 374 Button
on (press) {
gotoAndPlay (45);
}
Symbol 375 Button
on (press) {
gotoAndPlay (44);
}