Frame 2
stopAllSounds();
stop();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 43 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.pounded == 5) {
_root.gotoAndStop(4);
}
}
Instance of Symbol 47 MovieClip in Frame 4
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 47 MovieClip in Frame 4
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 47 MovieClip in Frame 4
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 47 MovieClip in Frame 4
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 47 MovieClip in Frame 4
onClipEvent (load) {
done = "no";
_root.pounded = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Frame 5
stop();
Instance of Symbol 43 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.pounded == 5) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 47 MovieClip in Frame 5
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 47 MovieClip in Frame 5
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 47 MovieClip in Frame 5
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 47 MovieClip in Frame 5
onClipEvent (load) {
done = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 47 MovieClip in Frame 5
onClipEvent (load) {
done = "no";
_root.pounded = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hammer.head)) {
if (this._y <= 335) {
this._y = this._y + 5;
_root.soundthing.gotoAndPlay(2);
} else if (done == "no") {
done = "yes";
_root.pounded = Number(_root.pounded) + 1;
}
}
}
Instance of Symbol 62 MovieClip "hammer" in Frame 5
onClipEvent (load) {
this.startDrag(true);
Mouse.hide();
}
Frame 6
Mouse.show();
stop();
Frame 7
stopAllSounds();
hit = 0;
stop();
Frame 8
stop();
Instance of Symbol 86 MovieClip in Frame 8
onClipEvent (load) {
cut = "no";
movespeed = 3;
this._xscale = 0;
this._yscale = 0;
}
onClipEvent (enterFrame) {
if (cut == "no") {
this._xscale = this._xscale + movespeed;
this._yscale = this._yscale + movespeed;
}
if (this.hitTest(_root.light.blade)) {
if (cut == "no") {
if (_yscale >= 99) {
cut = "yes";
this._rotation = _root.light._rotation;
this.gotoAndPlay(2);
movespeed = Number(this.movespeed) + 0.5;
}
}
} else if (cut == "no") {
if (_yscale >= 99) {
_root.guy.gotoAndPlay(2);
this.gotoAndStop("lastframe");
this._yscale = 0;
cut = "yes";
}
}
}
Instance of Symbol 91 MovieClip "light" in Frame 8
onClipEvent (load) {
this.startDrag(true);
Mouse.hide();
_rotation = 0;
rotation = 0;
}
onClipEvent (enterFrame) {
rotation = this._x - 275;
rotation = Number(rotation) / 3;
_rotation = rotation;
if (this._rotation >= 90) {
this._rotation = 90;
} else if (this._rotation <= -90) {
this._rotation = -90;
}
}
Frame 9
stopAllSounds();
eaten = 0;
miss = 0;
stop();
Frame 10
stop();
Instance of Symbol 121 MovieClip "ball" in Frame 10
onClipEvent (load) {
movespeed = 20;
_y = -50;
_x = 275;
}
onClipEvent (enterFrame) {
this._y = this._y + movespeed;
if (this.hitTest(_root.head.mouth)) {
_root.eaten = Number(_root.eaten) + 1;
this._x = random(450);
this._x = this._x + 50;
this._y = -50;
_root.head.gotoAndPlay(2);
movespeed = Number(movespeed) + 0.5;
_root.head.headspeed = Number(_root.head.headspeed) + 0.3;
}
if (this.hitTest(_root.head.chin)) {
_root.miss = Number(_root.miss) + 1;
_root.health.nextFrame();
this._x = random(450);
this._x = this._x + 50;
this._y = -50;
_root.head.gotoAndPlay(6);
movespeed = Number(movespeed) + 0.5;
_root.head.headspeed = Number(_root.head.headspeed) + 0.3;
}
if (this.hitTest(_root.head.fore)) {
_root.miss = Number(_root.miss) + 1;
_root.health.nextFrame();
this._x = random(450);
this._x = this._x + 50;
this._y = -50;
_root.head.gotoAndPlay(6);
movespeed = Number(movespeed) + 0.5;
_root.head.headspeed = Number(_root.head.headspeed) + 0.3;
}
}
Instance of Symbol 153 MovieClip "head" in Frame 10
onClipEvent (load) {
headspeed = 30;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + headspeed;
}
if (Key.isDown(37)) {
this._x = this._x - headspeed;
}
}
Instance of Symbol 155 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.head.mouth)) {
_root.head._x = _root.head._x + _root.head.headspeed;
}
}
Instance of Symbol 155 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.head.mouth)) {
_root.head._x = _root.head._x - 20;
}
}
Instance of Symbol 157 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball._x = random(450);
_root.ball._x = _root.ball._x + 50;
_root.ball._y = -50;
_root.ball.movespeed = Number(_root.ball.movespeed) + 0.5;
_root.head.headspeed = Number(_root.head.headspeed) + 0.3;
_root.miss = Number(_root.miss) + 1;
}
}
Frame 11
stop();
Frame 13
shot = 0;
escaped = 0;
stopAllSounds();
stop();
Frame 14
stop();
Instance of Symbol 191 MovieClip "stupid1" in Frame 14
onClipEvent (load) {
this._x = random(550);
this._y = random(400);
}
Instance of Symbol 194 MovieClip "stupid2" in Frame 14
onClipEvent (load) {
this._x = random(550);
this._y = random(400);
}
Instance of Symbol 197 MovieClip "stupid3" in Frame 14
onClipEvent (load) {
this._x = random(550);
this._y = random(400);
}
Instance of Symbol 202 MovieClip "gold" in Frame 14
onClipEvent (load) {
this._x = random(550);
this._y = random(400);
}
Instance of Symbol 213 MovieClip "crosshair" in Frame 14
onClipEvent (load) {
this.startDrag(true);
Mouse.hide();
}
Instance of Symbol 219 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.escaped == 5) {
_root.gotoAndPlay(15);
}
}
Frame 15
stop();
Mouse.show();
Frame 16
stopAllSounds();
stop();
Frame 17
stop();
gravity = 8;
if (bhealth != 1000000) {
bhealth = 100;
}
continues = 2;
Frame 18
stopAllSounds();
Frame 98
stop();
continuepoint = _currentframe;
gravity = 8;
stopAllSounds();
Instance of Symbol 265 MovieClip "ground" in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._y = _root.inuyasha._y - _root.gravity;
}
}
Instance of Symbol 268 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._x = 0;
_root.nextFrame();
}
}
Instance of Symbol 268 MovieClip in Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
Instance of Symbol 272 MovieClip "beam" in Frame 98
onClipEvent (load) {
beamdamage = "no";
}
onClipEvent (enterFrame) {
if (beamdamage == "yes") {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.hurt == "no") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 5;
this.gotoAndStop(1);
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
}
}
}
Instance of Symbol 289 MovieClip in Frame 98
onClipEvent (load) {
bdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.swing == "yes") {
if (bdead == "no") {
bdead = "yes";
this.gotoAndPlay("dead1");
}
} else if (bdead == "no") {
if (_root.inuyasha.stance == "right") {
_root.inuyasha._x = _root.inuyasha._x - 10;
} else {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
}
}
Instance of Symbol 359 MovieClip "inuyasha" in Frame 98
onClipEvent (load) {
stance = "right";
swing = "no";
duck = "no";
upcut = "no";
dodge = "no";
health = _root.bhealth;
hurt = "no";
hurttime = 0;
windscar = "no";
}
onClipEvent (enterFrame) {
if (_root.chargesetup == "yes") {
_root.chargesetup = "no";
windscar = "yes";
}
if (jump == "yes") {
if (dodge == "yes") {
if (stance == "right") {
this._x = this._x - 10;
} else {
this._x = this._x + 10;
}
}
this._y = this._y - jumpspeed;
if (this.hitTest(_root.ground) == false) {
jumpspeed = Number(jumpspeed) - 1;
if ((-jumpspeed) >= _root.gravity) {
jumpspeed = -_root.gravity;
}
} else {
jump = "no";
upcut = "no";
swing = "no";
dodge = "no";
}
}
this._y = this._y + _root.gravity;
if (Key.isDown(39)) {
if (this.hitTest(_root.ground) == true) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (windscar == "no") {
stance = "right";
_root.inuyasha.gotoAndStop(2);
_root.inuyasha._x = _root.inuyasha._x + 5;
} else {
stance = "right";
this.gotoAndStop(31);
_root.inuyasha._x = _root.inuyasha._x + 7;
}
}
}
} else {
stance = "right";
}
}
} else {
stance = "right";
if (upcut == "no") {
this._x = this._x + 5;
}
}
} else {
stance = "right";
if (upcut == "no") {
this._x = this._x + 5;
}
}
}
if (Key.isDown(37)) {
if (this.hitTest(_root.ground) == true) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (windscar == "no") {
stance = "left";
_root.inuyasha.gotoAndStop(4);
_root.inuyasha._x = _root.inuyasha._x - 5;
} else {
stance = "left";
this.gotoAndStop(33);
_root.inuyasha._x = _root.inuyasha._x - 7;
}
}
}
} else {
stance = "left";
}
}
} else {
stance = "left";
if (upcut == "no") {
this._x = this._x - 5;
}
}
} else {
stance = "left";
if (upcut == "no") {
this._x = this._x - 5;
}
}
}
if (Key.isDown(66)) {
if (this.hitTest(_root.ground)) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (hurt == "no") {
jump = "yes";
jumpspeed = 20;
}
}
}
}
}
if (Key.isDown(32)) {
if (this.hitTest(_root.ground)) {
if (duck == "no") {
if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(7);
} else {
swing = "yes";
this.gotoAndStop(28);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(8);
} else {
swing = "yes";
this.gotoAndStop(29);
}
}
}
} else if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(15);
} else {
swing = "yes";
this.gotoAndStop(28);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(16);
} else {
swing = "yes";
this.gotoAndStop(29);
}
}
}
} else if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(19);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(20);
}
}
}
}
if (Key.isDown(77)) {
if (this.hitTest(_root.ground)) {
if (duck == "no") {
if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(9);
} else {
swing = "yes";
this.gotoAndStop(36);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(10);
} else {
swing = "yes";
this.gotoAndStop(37);
}
}
}
} else if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(17);
} else {
swing = "yes";
this.gotoAndStop(42);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(18);
} else {
swing = "yes";
this.gotoAndStop(43);
}
}
}
} else if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(21);
} else {
swing = "yes";
this.gotoAndStop(44);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(22);
} else {
swing = "yes";
this.gotoAndStop(45);
}
}
}
}
if (Key.isDown(78)) {
if (this.hitTest(_root.ground)) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (hurt == "no") {
if (stance == "right") {
if (windscar == "no") {
swing = "yes";
jump = "yes";
jumpspeed = 27;
upcut = "yes";
this.gotoAndStop(11);
} else {
swing = "yes";
jump = "yes";
jumpspeed = 27;
upcut = "yes";
this.gotoAndStop(38);
}
} else if (windscar == "no") {
swing = "yes";
jump = "yes";
jumpspeed = 27;
upcut = "yes";
this.gotoAndStop(12);
} else {
swing = "yes";
jump = "yes";
jumpspeed = 27;
upcut = "yes";
this.gotoAndStop(39);
}
}
}
}
}
}
if (Key.isDown(40)) {
if (this.hitTest(_root.ground)) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (hurt == "no") {
if (stance == "right") {
duck = "yes";
this.gotoAndStop(13);
} else {
duck = "yes";
this.gotoAndStop(14);
}
}
}
}
}
} else {
duck = "no";
}
if (Key.isDown(86)) {
if (this.hitTest(_root.ground)) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (stance == "right") {
if (windscar == "no") {
dodge = "yes";
jump = "yes";
jumpspeed = 5;
swing = "yes";
this.gotoAndStop(23);
} else {
dodge = "yes";
jump = "yes";
jumpspeed = 5;
swing = "yes";
this.gotoAndStop(46);
}
} else if (windscar == "no") {
dodge = "yes";
jump = "yes";
jumpspeed = 5;
swing = "yes";
this.gotoAndStop(24);
} else {
dodge = "yes";
jump = "yes";
jumpspeed = 5;
swing = "yes";
this.gotoAndStop(47);
}
}
}
}
}
}
}
if (hurt == "yes") {
health = Number(health) - 2;
hurttime = Number(hurttime) - 1;
if (stance == "right") {
this._x = this._x - 2;
} else {
this._x = this._x + 2;
}
if (hurttime <= 1) {
hurt = "no";
}
swing = "no";
}
if (stance == "right") {
if (this.hitTest(_root.ground)) {
if (Key.isDown(39) == false) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (windscar == "no") {
this.gotoAndStop(1);
} else {
this.gotoAndStop(30);
}
}
}
} else if (windscar == "no") {
this.gotoAndStop(13);
} else {
this.gotoAndStop(40);
}
}
}
}
} else if (upcut == "no") {
if (swing == "no") {
if (dodge == "no") {
if (windscar == "no") {
this.gotoAndStop(5);
} else {
this.gotoAndStop(34);
}
}
}
} else if (jumpspeed >= 0) {
if (windscar == "no") {
this.gotoAndStop(11);
} else {
this.gotoAndStop(38);
}
} else if (windscar == "no") {
this.gotoAndStop(5);
} else {
this.gotoAndStop(34);
}
}
if (stance == "left") {
if (this.hitTest(_root.ground)) {
if (Key.isDown(37) == false) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (windscar == "no") {
this.gotoAndStop(3);
} else {
this.gotoAndStop(32);
}
}
}
} else if (windscar == "no") {
this.gotoAndStop(14);
} else {
this.gotoAndStop(41);
}
}
}
}
} else if (upcut == "no") {
if (swing == "no") {
if (dodge == "no") {
if (windscar == "no") {
this.gotoAndStop(6);
} else {
this.gotoAndStop(35);
}
}
}
} else if (jumpspeed >= 0) {
if (windscar == "no") {
this.gotoAndStop(12);
} else {
this.gotoAndStop(39);
}
} else if (windscar == "no") {
this.gotoAndStop(6);
} else {
this.gotoAndStop(35);
}
}
}
Instance of Symbol 398 MovieClip "thief2" in Frame 99
onClipEvent (load) {
tswing = "no";
thurt = "no";
tdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.jump == "yes") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
_root.inuyasha.jump = "yes";
_root.inuyasha.jumpspeed = 20;
}
}
}
}
if (_root.inuyasha.swing == "no") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
if (_root.inuyasha.jump == "no") {
tswing = "yes";
this.gotoAndStop(2);
}
}
}
} else {
_root.inuyasha.hurt = "yes";
_root.inuyasah.hurttime = 5;
if (_root.inuyasha.stance == "right") {
if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(48);
}
} else if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(26);
} else {
_root.inuyasha.gotoAndStop(49);
}
}
} else if (_root.inuyasha.dodge == "no") {
if (tdead == "no") {
this.gotoAndStop(4);
}
}
} else if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
this._x = this._x - 2;
}
}
}
if (thurt == "yes") {
tswing = "no";
}
if (tdead == "yes") {
tswing = "no";
}
}
Instance of Symbol 398 MovieClip in Frame 99
onClipEvent (load) {
tswing = "no";
thurt = "no";
tdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.jump == "yes") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
_root.inuyasha.jump = "yes";
_root.inuyasha.jumpspeed = 20;
}
}
}
}
if (_root.inuyasha.swing == "no") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
if (_root.inuyasha.jump == "no") {
tswing = "yes";
this.gotoAndStop(2);
}
}
}
} else {
_root.inuyasha.hurt = "yes";
_root.inuyasah.hurttime = 5;
if (_root.inuyasha.stance == "right") {
if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(48);
}
} else if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(26);
} else {
_root.inuyasha.gotoAndStop(49);
}
}
} else if (_root.inuyasha.dodge == "no") {
if (tdead == "no") {
this.gotoAndStop(4);
}
}
} else if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
this._x = this._x - 2;
}
}
}
if (thurt == "yes") {
tswing = "no";
}
if (tdead == "yes") {
tswing = "no";
}
}
Instance of Symbol 289 MovieClip in Frame 100
onClipEvent (load) {
bdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.swing == "yes") {
if (bdead == "no") {
bdead = "yes";
this.gotoAndPlay("dead1");
}
} else if (bdead == "no") {
if (_root.inuyasha.stance == "right") {
_root.inuyasha._x = _root.inuyasha._x - 10;
} else {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
}
}
Instance of Symbol 400 MovieClip in Frame 100
onClipEvent (load) {
bdead0 = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.swing == "yes") {
if (bdead0 == "no") {
bdead0 = "yes";
this.gotoAndPlay("dead1");
}
} else if (bdead0 == "no") {
if (_root.inuyasha.stance == "right") {
_root.inuyasha._x = _root.inuyasha._x - 10;
} else {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
}
}
Instance of Symbol 272 MovieClip "beam" in Frame 100
onClipEvent (load) {
beamdamage = "no";
}
onClipEvent (enterFrame) {
if (beamdamage == "yes") {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.hurt == "no") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 5;
this.gotoAndStop(1);
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
}
}
}
Instance of Symbol 272 MovieClip "beam2" in Frame 100
onClipEvent (load) {
beamdamage0 = "no";
}
onClipEvent (enterFrame) {
if (beamdamage0 == "yes") {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.hurt == "no") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 5;
this.gotoAndStop(1);
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
}
}
}
Instance of Symbol 402 MovieClip "ground" in Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._y = _root.inuyasha._y - _root.gravity;
}
}
Instance of Symbol 404 MovieClip "ditch" in Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if ((_root.inuyasha.stance = "right")) {
_root.inuyasha.gotoAndStop(5);
} else {
_root.inuyasha.gotoAndStop(6);
}
_root.inuyasha._y = _root.inuyasha._y + _root.gravity;
}
}
Instance of Symbol 268 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
stopAllSounds();
_root.gotoAndStop("death");
}
}
Instance of Symbol 268 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._x = _root.inuyasha._x + 5;
}
}
Instance of Symbol 268 MovieClip in Frame 101
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._x = _root.inuyasha._x - 5;
}
}
Instance of Symbol 398 MovieClip in Frame 101
onClipEvent (load) {
tswing = "no";
thurt = "no";
tdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.jump == "yes") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
_root.inuyasha.jump = "yes";
_root.inuyasha.jumpspeed = 20;
}
}
}
}
if (_root.inuyasha.swing == "no") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
if (_root.inuyasha.jump == "no") {
tswing = "yes";
this.gotoAndStop(2);
}
}
}
} else {
_root.inuyasha.hurt = "yes";
_root.inuyasah.hurttime = 5;
if (_root.inuyasha.stance == "right") {
if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(48);
}
} else if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(26);
} else {
_root.inuyasha.gotoAndStop(49);
}
}
} else if (_root.inuyasha.dodge == "no") {
if (tdead == "no") {
this.gotoAndStop(4);
}
}
} else if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
this._x = this._x - 2;
}
}
}
if (thurt == "yes") {
tswing = "no";
}
if (tdead == "yes") {
tswing = "no";
}
}
Instance of Symbol 265 MovieClip "ground" in Frame 102
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._y = _root.inuyasha._y - _root.gravity;
}
}
Instance of Symbol 398 MovieClip in Frame 102
onClipEvent (load) {
tswing = "no";
thurt = "no";
tdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.jump == "yes") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
_root.inuyasha.jump = "yes";
_root.inuyasha.jumpspeed = 20;
}
}
}
}
if (_root.inuyasha.swing == "no") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
if (_root.inuyasha.jump == "no") {
tswing = "yes";
this.gotoAndStop(2);
}
}
}
} else {
_root.inuyasha.hurt = "yes";
_root.inuyasah.hurttime = 5;
if (_root.inuyasha.stance == "right") {
if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(48);
}
} else if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(26);
} else {
_root.inuyasha.gotoAndStop(49);
}
}
} else if (_root.inuyasha.dodge == "no") {
if (tdead == "no") {
this.gotoAndStop(4);
}
}
} else if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
this._x = this._x - 2;
}
}
}
if (thurt == "yes") {
tswing = "no";
}
if (tdead == "yes") {
tswing = "no";
}
}
Instance of Symbol 398 MovieClip in Frame 102
onClipEvent (load) {
tswing = "no";
thurt = "no";
tdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.jump == "yes") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
_root.inuyasha.jump = "yes";
_root.inuyasha.jumpspeed = 20;
}
}
}
}
if (_root.inuyasha.swing == "no") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
if (_root.inuyasha.jump == "no") {
tswing = "yes";
this.gotoAndStop(2);
}
}
}
} else {
_root.inuyasha.hurt = "yes";
_root.inuyasah.hurttime = 5;
if (_root.inuyasha.stance == "right") {
if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(48);
}
} else if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(26);
} else {
_root.inuyasha.gotoAndStop(49);
}
}
} else if (_root.inuyasha.dodge == "no") {
if (tdead == "no") {
this.gotoAndStop(4);
}
}
} else if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
this._x = this._x - 2;
}
}
}
if (thurt == "yes") {
tswing = "no";
}
if (tdead == "yes") {
tswing = "no";
}
}
Instance of Symbol 398 MovieClip in Frame 102
onClipEvent (load) {
tswing = "no";
thurt = "no";
tdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.jump == "yes") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
_root.inuyasha.jump = "yes";
_root.inuyasha.jumpspeed = 20;
}
}
}
}
if (_root.inuyasha.swing == "no") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
if (_root.inuyasha.jump == "no") {
tswing = "yes";
this.gotoAndStop(2);
}
}
}
} else {
_root.inuyasha.hurt = "yes";
_root.inuyasah.hurttime = 5;
if (_root.inuyasha.stance == "right") {
if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(48);
}
} else if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(26);
} else {
_root.inuyasha.gotoAndStop(49);
}
}
} else if (_root.inuyasha.dodge == "no") {
if (tdead == "no") {
this.gotoAndStop(4);
}
}
} else if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
this._x = this._x - 2;
}
}
}
if (thurt == "yes") {
tswing = "no";
}
if (tdead == "yes") {
tswing = "no";
}
}
Instance of Symbol 409 MovieClip "ground" in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._y = _root.inuyasha._y - _root.gravity;
}
}
Instance of Symbol 404 MovieClip "ditch" in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if ((_root.inuyasha.stance = "right")) {
_root.inuyasha.gotoAndStop(5);
} else {
_root.inuyasha.gotoAndStop(6);
}
_root.inuyasha._y = _root.inuyasha._y + _root.gravity;
}
}
Instance of Symbol 268 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._x = _root.inuyasha._x + 5;
}
}
Instance of Symbol 268 MovieClip in Frame 103
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._x = _root.inuyasha._x - 5;
}
}
Instance of Symbol 289 MovieClip in Frame 103
onClipEvent (load) {
bdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.swing == "yes") {
if (bdead == "no") {
bdead = "yes";
this.gotoAndPlay("dead1");
}
} else if (bdead == "no") {
if (_root.inuyasha.stance == "right") {
_root.inuyasha._x = _root.inuyasha._x - 10;
} else {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
}
}
Instance of Symbol 272 MovieClip "beam" in Frame 103
onClipEvent (load) {
beamdamage = "no";
}
onClipEvent (enterFrame) {
if (beamdamage == "yes") {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.hurt == "no") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 5;
this.gotoAndStop(1);
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
}
}
}
Instance of Symbol 413 MovieClip "ground" in Frame 104
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._y = _root.inuyasha._y - _root.gravity;
}
}
Instance of Symbol 289 MovieClip in Frame 104
onClipEvent (load) {
bdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.swing == "yes") {
if (bdead == "no") {
bdead = "yes";
this.gotoAndPlay("dead1");
}
} else if (bdead == "no") {
if (_root.inuyasha.stance == "right") {
_root.inuyasha._x = _root.inuyasha._x - 10;
} else {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
}
}
Instance of Symbol 414 MovieClip in Frame 104
onClipEvent (load) {
bdead1 = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.swing == "yes") {
if (bdead1 == "no") {
bdead1 = "yes";
this.gotoAndPlay("dead1");
}
} else if (bdead1 == "no") {
if (_root.inuyasha.stance == "right") {
_root.inuyasha._x = _root.inuyasha._x - 10;
} else {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
}
}
Instance of Symbol 400 MovieClip in Frame 104
onClipEvent (load) {
bdead0 = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.swing == "yes") {
if (bdead0 == "no") {
bdead0 = "yes";
this.gotoAndPlay("dead1");
}
} else if (bdead0 == "no") {
if (_root.inuyasha.stance == "right") {
_root.inuyasha._x = _root.inuyasha._x - 10;
} else {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
}
}
Instance of Symbol 272 MovieClip "beam" in Frame 104
onClipEvent (load) {
beamdamage = "no";
}
onClipEvent (enterFrame) {
if (beamdamage == "yes") {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.hurt == "no") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 5;
this.gotoAndStop(1);
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
}
}
}
Instance of Symbol 272 MovieClip "beam2" in Frame 104
onClipEvent (load) {
beamdamage0 = "no";
}
onClipEvent (enterFrame) {
if (beamdamage0 == "yes") {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.hurt == "no") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 5;
this.gotoAndStop(1);
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
}
}
}
Instance of Symbol 272 MovieClip "beam3" in Frame 104
onClipEvent (load) {
beamdamage1 = "no";
}
onClipEvent (enterFrame) {
if (beamdamage1 == "yes") {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.hurt == "no") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 5;
this.gotoAndStop(1);
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
}
}
}
Instance of Symbol 417 MovieClip "slash" in Frame 105
onClipEvent (load) {
slashdamage = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (slashdamage == "yes") {
this.gotoAndStop(1);
_root.thief.gotoAndPlay("cheer");
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 10;
if (_root.inuyasha.stance == "right") {
if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(48);
}
} else if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(26);
} else {
_root.inuyasha.gotoAndStop(49);
}
}
}
}
Instance of Symbol 420 MovieClip "thief" in Frame 105
onClipEvent (load) {
critical = "no";
tdead = "no";
thurt = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.swing == "yes") {
if (_root.inuyasha.dodge == "no") {
if (thurt == "no") {
thurt = "yes";
this.gotoAndPlay("thurt");
}
} else if (tdead == "no") {
if (_root.inuyasha.stance == "left") {
_root.inuyasha._x = _root.inuyasha._x - 10;
} else {
_root.inuyasha._x = _root.inuyasha._x + 10;
}
}
} else if (tdead == "no") {
if (_root.inuyasha.stance == "right") {
_root.inuyasha._x = _root.inuyasha._x - 7;
} else {
_root.inuyasha._x = _root.inuyasha._x + 7;
}
}
}
}
Instance of Symbol 398 MovieClip in Frame 105
onClipEvent (load) {
tswing = "no";
thurt = "no";
tdead = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (_root.inuyasha.jump == "yes") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
_root.inuyasha.jump = "yes";
_root.inuyasha.jumpspeed = 20;
}
}
}
}
if (_root.inuyasha.swing == "no") {
if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
if (_root.inuyasha.jump == "no") {
tswing = "yes";
this.gotoAndStop(2);
}
}
}
} else {
_root.inuyasha.hurt = "yes";
_root.inuyasah.hurttime = 5;
if (_root.inuyasha.stance == "right") {
if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(48);
}
} else if (_root.inuyasha.windscar == "no") {
_root.inuyasha.gotoAndStop(26);
} else {
_root.inuyasha.gotoAndStop(49);
}
}
} else if (_root.inuyasha.dodge == "no") {
if (tdead == "no") {
this.gotoAndStop(4);
}
}
} else if (tswing == "no") {
if (thurt == "no") {
if (tdead == "no") {
this._x = this._x - 2;
}
}
}
if (thurt == "yes") {
tswing = "no";
}
if (tdead == "yes") {
tswing = "no";
}
}
Frame 106
stopAllSounds();
continuepoint = "seph";
gotoAndPlay (107);
Instance of Symbol 268 MovieClip in Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha._x = _root.inuyasha._x - 10;
}
}
Frame 107
gotoAndPlay (108);
Frame 168
stopAllSounds();
Frame 174
_root.inuyasha._x = 100;
Frame 272
stop();
Instance of Symbol 475 MovieClip "fire" in Frame 272
onClipEvent (load) {
firedamage = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (firedamage == "yes") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 10;
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
}
}
Instance of Symbol 470 MovieClip "seph" in Frame 272
onClipEvent (load) {
sswing = "no";
stired = "no";
tiretime = 0;
shealth = 300;
shurt = "no";
shurttime = 0;
magetime = 0;
smage = "no";
}
onClipEvent (enterFrame) {
if (_root.inuyasha._x >= 188) {
magetime = 0;
if (sswing == "no") {
if (stired == "no") {
if (shurt == "no") {
sswing = "yes";
this.gotoAndStop(2);
}
} else {
this.gotoAndStop(3);
}
}
} else if (stired == "no") {
if (sswing == "no") {
if (shurt == "no") {
if (smage == "no") {
this.gotoAndStop(1);
}
}
}
} else if (sswing == "no") {
if (shurt == "no") {
this.gotoAndStop(3);
tiretime = Number(tiretime) - 1;
if (tiretime == 0) {
stired = "no";
this.gotoAndStop(1);
}
}
}
if (this.hitTest(_root.inuyasha)) {
if (sswing == "no") {
if (stired == "yes") {
if (_root.inuyasha.swing == "yes") {
if (shurt == "no") {
if (_root.inuyasha.dodge == "no") {
shurt = "yes";
shurttime = 20;
stired = "no";
this.gotoAndStop(4);
}
}
} else if (stired == "no") {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 7;
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
} else {
_root.inuyasha._x = _root.inuyasha._x - 10;
}
}
}
}
if (shurt == "yes") {
shealth = Number(shealth) - 2;
shurttime = Number(shurttime) - 1;
if (shurttime <= 1) {
shurt = "no";
}
}
if (magetime == 4) {
if (sswing == "no") {
if (stired == "no") {
if (shurt == "no") {
magetime = 0;
smage = "yes";
this.gotoAndStop(5);
}
}
}
}
}
Frame 318
stopAllSounds();
Instance of Symbol 481 MovieClip "seph" in Frame 318
onClipEvent (load) {
shealth = 0;
}
Frame 356
stop();
Instance of Symbol 268 MovieClip in Frame 356
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
stopAllSounds();
_root.inuyasha._x = 0;
_root.nextFrame();
}
}
Instance of Symbol 485 MovieClip in Frame 357
onClipEvent (enterFrame) {
if (_root.inuyasha._x >= 263) {
_root.inuyasha.health = _root.bhealth;
_root.chargesetup = "yes";
_root.gotoAndPlay(358);
}
}
Instance of Symbol 488 MovieClip in Frame 357
onClipEvent (load) {
transport = "no";
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.inuyasha)) {
if (transport == "no") {
transport = "yes";
_root.gotoAndPlay("lvl1end");
}
}
}
Instance of Symbol 359 MovieClip "inuyasha" in Frame 358
onClipEvent (load) {
this.gotoAndStop(27);
}
Frame 378
stop();
gravity = 8;
Instance of Symbol 359 MovieClip "inuyasha" in Frame 378
onClipEvent (load) {
stance = "right";
swing = "no";
duck = "no";
upcut = "no";
dodge = "no";
health = _root.bhealth;
hurt = "no";
hurttime = 0;
windscar = "no";
}
onClipEvent (enterFrame) {
if (_root.chargesetup == "yes") {
_root.chargesetup = "no";
windscar = "yes";
}
if (jump == "yes") {
if (dodge == "yes") {
if (stance == "right") {
this._x = this._x - 10;
} else {
this._x = this._x + 10;
}
}
this._y = this._y - jumpspeed;
if (this.hitTest(_root.ground) == false) {
jumpspeed = Number(jumpspeed) - 1;
if ((-jumpspeed) >= _root.gravity) {
jumpspeed = -_root.gravity;
}
} else {
jump = "no";
upcut = "no";
swing = "no";
dodge = "no";
}
}
this._y = this._y + _root.gravity;
if (Key.isDown(39)) {
if (this.hitTest(_root.ground) == true) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (windscar == "no") {
stance = "right";
_root.inuyasha.gotoAndStop(2);
_root.inuyasha._x = _root.inuyasha._x + 5;
} else {
stance = "right";
this.gotoAndStop(31);
_root.inuyasha._x = _root.inuyasha._x + 7;
}
}
}
} else {
stance = "right";
}
}
} else {
stance = "right";
if (upcut == "no") {
this._x = this._x + 5;
}
}
} else {
stance = "right";
if (upcut == "no") {
this._x = this._x + 5;
}
}
}
if (Key.isDown(37)) {
if (this.hitTest(_root.ground) == true) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (windscar == "no") {
stance = "left";
_root.inuyasha.gotoAndStop(4);
_root.inuyasha._x = _root.inuyasha._x - 5;
} else {
stance = "left";
this.gotoAndStop(33);
_root.inuyasha._x = _root.inuyasha._x - 7;
}
}
}
} else {
stance = "left";
}
}
} else {
stance = "left";
if (upcut == "no") {
this._x = this._x - 5;
}
}
} else {
stance = "left";
if (upcut == "no") {
this._x = this._x - 5;
}
}
}
if (Key.isDown(66)) {
if (this.hitTest(_root.ground)) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (hurt == "no") {
jump = "yes";
jumpspeed = 20;
}
}
}
}
}
if (Key.isDown(32)) {
if (this.hitTest(_root.ground)) {
if (duck == "no") {
if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(7);
} else {
swing = "yes";
this.gotoAndStop(28);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(8);
} else {
swing = "yes";
this.gotoAndStop(29);
}
}
}
} else if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(15);
} else {
swing = "yes";
this.gotoAndStop(28);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(16);
} else {
swing = "yes";
this.gotoAndStop(29);
}
}
}
} else if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(19);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(20);
}
}
}
}
if (Key.isDown(77)) {
if (this.hitTest(_root.ground)) {
if (duck == "no") {
if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(9);
} else {
swing = "yes";
this.gotoAndStop(36);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(10);
} else {
swing = "yes";
this.gotoAndStop(37);
}
}
}
} else if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(17);
} else {
swing = "yes";
this.gotoAndStop(42);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(18);
} else {
swing = "yes";
this.gotoAndStop(43);
}
}
}
} else if (swing == "no") {
if (stance == "right") {
if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(21);
} else {
swing = "yes";
this.gotoAndStop(44);
}
}
} else if (hurt == "no") {
if (windscar == "no") {
swing = "yes";
this.gotoAndStop(22);
} else {
swing = "yes";
this.gotoAndStop(45);
}
}
}
}
if (Key.isDown(78)) {
if (this.hitTest(_root.ground)) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (hurt == "no") {
if (stance == "right") {
if (windscar == "no") {
swing = "yes";
jump = "yes";
jumpspeed = 27;
upcut = "yes";
this.gotoAndStop(11);
} else {
swing = "yes";
jump = "yes";
jumpspeed = 27;
upcut = "yes";
this.gotoAndStop(38);
}
} else if (windscar == "no") {
swing = "yes";
jump = "yes";
jumpspeed = 27;
upcut = "yes";
this.gotoAndStop(12);
} else {
swing = "yes";
jump = "yes";
jumpspeed = 27;
upcut = "yes";
this.gotoAndStop(39);
}
}
}
}
}
}
if (Key.isDown(40)) {
if (this.hitTest(_root.ground)) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (hurt == "no") {
if (stance == "right") {
duck = "yes";
this.gotoAndStop(13);
} else {
duck = "yes";
this.gotoAndStop(14);
}
}
}
}
}
} else {
duck = "no";
}
if (Key.isDown(86)) {
if (this.hitTest(_root.ground)) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (stance == "right") {
if (windscar == "no") {
dodge = "yes";
jump = "yes";
jumpspeed = 5;
swing = "yes";
this.gotoAndStop(23);
} else {
dodge = "yes";
jump = "yes";
jumpspeed = 5;
swing = "yes";
this.gotoAndStop(46);
}
} else if (windscar == "no") {
dodge = "yes";
jump = "yes";
jumpspeed = 5;
swing = "yes";
this.gotoAndStop(24);
} else {
dodge = "yes";
jump = "yes";
jumpspeed = 5;
swing = "yes";
this.gotoAndStop(47);
}
}
}
}
}
}
}
if (hurt == "yes") {
health = Number(health) - 2;
hurttime = Number(hurttime) - 1;
if (stance == "right") {
this._x = this._x - 2;
} else {
this._x = this._x + 2;
}
if (hurttime <= 1) {
hurt = "no";
}
swing = "no";
}
if (stance == "right") {
if (this.hitTest(_root.ground)) {
if (Key.isDown(39) == false) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (windscar == "no") {
this.gotoAndStop(1);
} else {
this.gotoAndStop(30);
}
}
}
} else if (windscar == "no") {
this.gotoAndStop(13);
} else {
this.gotoAndStop(40);
}
}
}
}
} else if (upcut == "no") {
if (swing == "no") {
if (dodge == "no") {
if (windscar == "no") {
this.gotoAndStop(5);
} else {
this.gotoAndStop(34);
}
}
}
} else if (jumpspeed >= 0) {
if (windscar == "no") {
this.gotoAndStop(11);
} else {
this.gotoAndStop(38);
}
} else if (windscar == "no") {
this.gotoAndStop(5);
} else {
this.gotoAndStop(34);
}
}
if (stance == "left") {
if (this.hitTest(_root.ground)) {
if (Key.isDown(37) == false) {
if (this.hitTest(_root.ditch) == false) {
if (swing == "no") {
if (duck == "no") {
if (dodge == "no") {
if (hurt == "no") {
if (windscar == "no") {
this.gotoAndStop(3);
} else {
this.gotoAndStop(32);
}
}
}
} else if (windscar == "no") {
this.gotoAndStop(14);
} else {
this.gotoAndStop(41);
}
}
}
}
} else if (upcut == "no") {
if (swing == "no") {
if (dodge == "no") {
if (windscar == "no") {
this.gotoAndStop(6);
} else {
this.gotoAndStop(35);
}
}
}
} else if (jumpspeed >= 0) {
if (windscar == "no") {
this.gotoAndStop(12);
} else {
this.gotoAndStop(39);
}
} else if (windscar == "no") {
this.gotoAndStop(6);
} else {
this.gotoAndStop(35);
}
}
}
Instance of Symbol 359 MovieClip in Frame 379
onClipEvent (load) {
if (windscar == "no") {
this.gotoAndStop(5);
} else {
this.gotoAndStop(34);
}
}
Instance of Symbol 359 MovieClip in Frame 418
onClipEvent (load) {
this.gotoAndStop(5);
}
Frame 419
stopAllSounds();
stop();
Frame 420
stop();
stopAllSounds();
if (continues == 0) {
gotoAndStop ("gameover");
}
Instance of Symbol 499 MovieClip in Frame 420
onClipEvent (load) {
this.startDrag(true);
}
Frame 421
stop();
Frame 423
stopAllSounds();
whacked = 0;
misses = 0;
Frame 424
stop();
Instance of Symbol 544 MovieClip "mallet" in Frame 424
onClipEvent (load) {
this.startDrag(true);
Mouse.hide();
}
Instance of Symbol 546 MovieClip in Frame 424
onClipEvent (enterFrame) {
if (_root.misses >= 10) {
_root.gotoAndPlay("loser");
}
}
Frame 425
stop();
Mouse.show();
Frame 426
stopAllSounds();
stop();
Frame 427
stopAllSounds();
stop();
Instance of Symbol 556 MovieClip "p2" in Frame 427
onClipEvent (enterFrame) {
if (this._x >= _root.ball._x) {
this._x = this._x - 4;
} else {
this._x = this._x + 4;
}
if (this._y >= _root.ball._y) {
this._y = this._y - 9;
} else {
this._y = this._y + 9;
}
}
Instance of Symbol 561 MovieClip "ball" in Frame 427
onClipEvent (load) {
xspeed = 0;
dir = "p1";
ballspeed = 2;
bounce = 0;
this._xscale = 5;
this._yscale = 5;
}
onClipEvent (enterFrame) {
this._y = this._y + bounce;
this._x = this._x + xspeed;
if (dir == "p1") {
this._xscale = this._xscale + ballspeed;
this._yscale = this._yscale + ballspeed;
if (this._yscale >= 99) {
if (this.hitTest(_root.p1)) {
this.gotoAndPlay(2);
dir = "p2";
bounce = 10;
if (this.hitTest(_root.p1.p11)) {
xspeed = -5;
}
if (this.hitTest(_root.p1.p12)) {
xspeed = -2;
}
if (this.hitTest(_root.p1.p13)) {
xspeed = 2;
}
if (this.hitTest(_root.p1.p14)) {
xspeed = 3;
}
} else {
_root.gotoAndStop("p2s");
}
}
} else {
this._xscale = this._xscale - ballspeed;
this._yscale = this._yscale - ballspeed;
if (this._yscale <= 6) {
if (this.hitTest(_root.p2)) {
dir = "p1";
this.gotoAndPlay(2);
} else {
_root.gotoAndStop("p1s");
}
}
}
bounce = Number(bounce) + 1;
if (bounce >= 23) {
bounce = 23;
}
}
Instance of Symbol 563 MovieClip in Frame 427
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball.xspeed = -_root.ball.xspeed;
_root.ball.gotoAndPlay(2);
}
}
Instance of Symbol 563 MovieClip in Frame 427
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball.xspeed = -_root.ball.xspeed;
_root.ball.gotoAndPlay(2);
}
}
Instance of Symbol 565 MovieClip in Frame 427
onClipEvent (enterFrame) {
if (this.hitTest(_root.ball)) {
_root.ball.bounce = -_root.ball.bounce;
_root.ball.gotoAndPlay(2);
}
}
Instance of Symbol 575 MovieClip "p1" in Frame 427
onClipEvent (load) {
this.startDrag(true);
Mouse.hide();
_rotation = 0;
rotation = 0;
}
onClipEvent (enterFrame) {
rotation = this._x - 275;
rotation = Number(rotation) / 3;
_rotation = rotation;
if (this._rotation >= 90) {
this._rotation = 90;
} else if (this._rotation <= -90) {
this._rotation = -90;
}
}
Frame 428
stop();
Mouse.show();
Frame 429
stop();
Mouse.show();
Frame 430
stopAllSounds();
stop();
Symbol 8 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
this.gotoAndPlay("loaded");
}
Symbol 8 MovieClip Frame 2
this.gotoAndPlay(1);
Symbol 8 MovieClip Frame 3
_root.gotoAndPlay(2);
Symbol 18 Button
on (release) {
_root.gotoAndPlay(3);
}
Symbol 19 Button
on (release) {
_root.gotoAndPlay(7);
}
Symbol 20 Button
on (release) {
_root.gotoAndPlay(9);
}
Symbol 21 Button
on (release) {
_root.gotoAndPlay(12);
}
Symbol 22 Button
on (release) {
_root.gotoAndPlay(16);
}
Symbol 23 Button
on (release) {
_root.gotoAndStop("whacka");
}
Symbol 24 Button
on (release) {
_root.gotoAndStop("ab3");
}
Symbol 27 Button
on (release) {
_root.gotoAndPlay("credits");
}
Symbol 31 Button
on (release) {
_root.gotoAndPlay(4);
}
Symbol 41 MovieClip Frame 80
_root.gotoAndPlay(4);
this.stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 66 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("menu");
}
Symbol 69 Button
on (release) {
_root.gotoAndPlay(3);
}
Symbol 73 Button
on (release) {
_root.gotoAndPlay(8);
}
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 9
_root.hit = Number(_root.hit) + 1;
Symbol 86 MovieClip Frame 10
this._x = random(450);
this._y = random(300);
this._x = this._x + 50;
this._y = this._y + 50;
this._xscale = 0;
this._yscale = 0;
cut = "no";
Symbol 96 Button
on (release) {
stopAllSounds();
_root.gotoAndPlay("menu");
}
Symbol 97 Button
on (release) {
_root.gotoAndPlay(9);
}
Symbol 98 Button
on (release) {
_root.gotoAndPlay(7);
}
Symbol 101 MovieClip Frame 1
stop();
Symbol 101 MovieClip Frame 2
Mouse.show();
_root.light._alpha = 0;
stop();
Symbol 104 Button
on (release) {
_root.gotoAndPlay("unbreak");
}
Symbol 135 MovieClip Frame 1
stop();
Symbol 135 MovieClip Frame 20
_root.gotoAndStop("death2");
Symbol 153 MovieClip Frame 1
stop();
Symbol 153 MovieClip Frame 5
this.gotoAndStop(1);
Symbol 153 MovieClip Frame 8
this.gotoAndPlay(1);
Symbol 162 Button
on (release) {
_root.gotoAndPlay("menu");
}
Symbol 166 Button
on (release) {
_root.gotoAndPlay(13);
}
Symbol 172 Button
on (release) {
_root.gotoAndPlay(14);
}
Symbol 180 MovieClip Frame 1
this.stop();
Symbol 184 Button
on (press) {
crosshair.gotoAndPlay(27);
}
Symbol 188 Button
on (press) {
this.gotoAndPlay(41);
_root.crosshair.gotoAndPlay(27);
}
Symbol 191 MovieClip Frame 40
_root.escaped = Number(_root.escaped) + 1;
this.gotoAndPlay(1);
Symbol 191 MovieClip Frame 41
_root.shot = Number(_root.shot) + 1;
Symbol 191 MovieClip Frame 120
_root.stupid1._x = random(550);
_root.stupid1._y = random(400);
this.gotoAndPlay(1);
Symbol 192 Button
on (press) {
this.gotoAndPlay(71);
_root.crosshair.gotoAndPlay(27);
}
Symbol 194 MovieClip Frame 70
_root.escaped = Number(_root.escaped) + 1;
this.gotoAndPlay(1);
Symbol 194 MovieClip Frame 71
_root.shot = Number(_root.shot) + 1;
Symbol 194 MovieClip Frame 120
_root.stupid2._x = random(550);
_root.stupid2._y = random(400);
this.gotoAndPlay(1);
Symbol 195 Button
on (press) {
this.gotoAndPlay(101);
_root.crosshair.gotoAndPlay(27);
}
Symbol 197 MovieClip Frame 100
_root.escaped = Number(_root.escaped) + 1;
this.gotoAndPlay(1);
Symbol 197 MovieClip Frame 101
_root.shot = Number(_root.shot) + 1;
Symbol 197 MovieClip Frame 160
_root.stupid3._x = random(550);
_root.stupid3._y = random(400);
this.gotoAndPlay(1);
Symbol 200 Button
on (release) {
this.gotoAndPlay(411);
_root.crosshair.gotoAndPlay(27);
}
Symbol 202 MovieClip Frame 410
this.gotoAndPlay(1);
Symbol 202 MovieClip Frame 411
_root.shot = Number(_root.shot) + 5;
_root.escaped = Number(_root.escaped) - 2;
if (_root.escaped <= 0) {
_root.escaped = Number(_root.escaped) + 2;
_root.shot = Number(_root.shot) + 2;
}
Symbol 202 MovieClip Frame 430
this.gotoAndPlay(1);
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 33
this.gotoAndPlay(1);
Symbol 221 Button
on (release) {
_root.gotoAndPlay(13);
}
Symbol 223 Button
on (release) {
_root.gotoAndPlay(17);
}
Symbol 229 Button
on (release) {
_root.gotoAndPlay("lvl1");
}
Symbol 248 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
_root.gamestart._alpha = 100;
_root.credits._alpha = 100;
this.gotoAndPlay(3);
}
if (PercentLoaded >= 16.9) {
_root.tutorial._alpha = 100;
}
if (PercentLoaded >= 17.9) {
_root.passwor._alpha = 100;
}
Symbol 248 MovieClip Frame 2
this.gotoAndPlay(1);
Symbol 248 MovieClip Frame 3
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 50
beamdamage = "no";
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
this.gotoAndStop(1);
Instance of Symbol 282 MovieClip in Symbol 286 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(2);
}
Symbol 289 MovieClip Frame 60
_root.beam.beamdamage = "yes";
_root.beam.gotoAndPlay(2);
Symbol 289 MovieClip Frame 64
this.gotoAndPlay(1);
Symbol 289 MovieClip Frame 76
this._alpha = 95;
Symbol 289 MovieClip Frame 77
this._alpha = 90;
Symbol 289 MovieClip Frame 78
this._alpha = 85;
Symbol 289 MovieClip Frame 79
this._alpha = 80;
Symbol 289 MovieClip Frame 80
this._alpha = 75;
Symbol 289 MovieClip Frame 81
this._alpha = 70;
Symbol 289 MovieClip Frame 82
this._alpha = 65;
Symbol 289 MovieClip Frame 83
this._alpha = 60;
Symbol 289 MovieClip Frame 84
this._alpha = 55;
Symbol 289 MovieClip Frame 85
this._alpha = 50;
Symbol 289 MovieClip Frame 86
this._alpha = 45;
Symbol 289 MovieClip Frame 87
this._alpha = 40;
Symbol 289 MovieClip Frame 88
this._alpha = 35;
Symbol 289 MovieClip Frame 89
this._alpha = 30;
Symbol 289 MovieClip Frame 90
this._alpha = 25;
Symbol 289 MovieClip Frame 91
this._alpha = 20;
Symbol 289 MovieClip Frame 92
this._alpha = 15;
Symbol 289 MovieClip Frame 93
this._alpha = 10;
Symbol 289 MovieClip Frame 94
this._alpha = 5;
Symbol 289 MovieClip Frame 95
this._alpha = 0;
Symbol 289 MovieClip Frame 96
stop();
Symbol 313 MovieClip Frame 12
if (_parent.stance == "right") {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
_parent.gotoAndStop(3);
}
Symbol 314 MovieClip Frame 12
if (_parent.stance == "right") {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
_parent.gotoAndStop(3);
}
Symbol 321 MovieClip Frame 10
if (_parent.stance == "right") {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
_parent.gotoAndStop(3);
}
Symbol 322 MovieClip Frame 10
if (_parent.stance == "right") {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
_parent.gotoAndStop(3);
}
Symbol 330 MovieClip Frame 60
stop();
Symbol 336 MovieClip Frame 15
if (_parent.stance == "right") {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
_parent.gotoAndStop(3);
}
Symbol 337 MovieClip Frame 15
if (_parent.stance == "right") {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
_parent.gotoAndStop(3);
}
Symbol 342 MovieClip Frame 10
if (_parent.stance == "right") {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
_parent.gotoAndStop(3);
}
Symbol 343 MovieClip Frame 10
if (_parent.stance == "right") {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
_parent.gotoAndStop(3);
}
Symbol 344 MovieClip Frame 7
if (_parent.stance == "right") {
if (_parent.hitTest(_root.ground)) {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
this.gotoAndStop(5);
}
} else if (_parent.hitTest(_root.ground)) {
_parent.swing = "no";
_parent.gotoAndStop(3);
} else {
_parent.swing = "no";
_parent.gotoAndStop(6);
}
Symbol 345 MovieClip Frame 7
if (_parent.stance == "right") {
if (_parent.hitTest(_root.ground)) {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
this.gotoAndStop(5);
}
} else if (_parent.hitTest(_root.ground)) {
_parent.swing = "no";
_parent.gotoAndStop(3);
} else {
_parent.swing = "no";
_parent.gotoAndStop(6);
}
Symbol 350 MovieClip Frame 10
if (_parent.stance == "right") {
if (_parent.hitTest(_root.ground)) {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
this.gotoAndStop(5);
}
} else if (_parent.hitTest(_root.ground)) {
_parent.swing = "no";
_parent.gotoAndStop(3);
} else {
_parent.swing = "no";
_parent.gotoAndStop(6);
}
Symbol 351 MovieClip Frame 10
if (_parent.stance == "right") {
if (_parent.hitTest(_root.ground)) {
_parent.swing = "no";
_parent.gotoAndStop(1);
} else {
_parent.swing = "no";
this.gotoAndStop(5);
}
} else if (_parent.hitTest(_root.ground)) {
_parent.swing = "no";
_parent.gotoAndStop(3);
} else {
_parent.swing = "no";
_parent.gotoAndStop(6);
}
Symbol 359 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 2
stop();
Symbol 359 MovieClip Frame 3
stop();
Symbol 359 MovieClip Frame 4
stop();
Symbol 359 MovieClip Frame 5
stop();
Symbol 359 MovieClip Frame 6
stop();
Symbol 359 MovieClip Frame 7
stop();
Symbol 359 MovieClip Frame 8
stop();
Symbol 359 MovieClip Frame 9
stop();
Symbol 359 MovieClip Frame 10
stop();
Symbol 359 MovieClip Frame 11
stop();
Symbol 359 MovieClip Frame 12
stop();
Symbol 359 MovieClip Frame 13
stop();
Symbol 359 MovieClip Frame 14
stop();
Symbol 359 MovieClip Frame 15
stop();
Symbol 359 MovieClip Frame 16
stop();
Symbol 359 MovieClip Frame 17
stop();
Symbol 359 MovieClip Frame 18
stop();
Symbol 359 MovieClip Frame 19
stop();
Symbol 359 MovieClip Frame 20
stop();
Symbol 359 MovieClip Frame 21
stop();
Symbol 359 MovieClip Frame 22
stop();
Symbol 359 MovieClip Frame 23
stop();
Symbol 359 MovieClip Frame 24
stop();
Symbol 359 MovieClip Frame 25
stop();
Symbol 359 MovieClip Frame 26
stop();
Symbol 359 MovieClip Frame 27
stop();
Symbol 359 MovieClip Frame 28
stop();
Symbol 359 MovieClip Frame 29
stop();
Symbol 359 MovieClip Frame 30
stop();
Symbol 359 MovieClip Frame 31
stop();
Symbol 359 MovieClip Frame 32
stop();
Symbol 359 MovieClip Frame 33
stop();
Symbol 359 MovieClip Frame 34
stop();
Symbol 359 MovieClip Frame 35
stop();
Symbol 359 MovieClip Frame 36
stop();
Symbol 359 MovieClip Frame 37
stop();
Symbol 359 MovieClip Frame 38
stop();
Symbol 359 MovieClip Frame 39
stop();
Symbol 359 MovieClip Frame 40
stop();
Symbol 359 MovieClip Frame 41
stop();
Symbol 359 MovieClip Frame 42
stop();
Symbol 359 MovieClip Frame 43
stop();
Symbol 359 MovieClip Frame 44
stop();
Symbol 359 MovieClip Frame 45
stop();
Symbol 359 MovieClip Frame 46
stop();
Symbol 359 MovieClip Frame 47
stop();
Symbol 359 MovieClip Frame 48
stop();
Symbol 359 MovieClip Frame 49
stop();
Symbol 363 MovieClip Frame 1
if (_root.inuyasha.health >= 0) {
setProperty(bar, _xscale , _root.inuyasha.health);
} else {
_root.gotoAndStop("death");
}
Symbol 363 MovieClip Frame 2
this.gotoAndPlay(1);
Instance of Symbol 371 MovieClip "ffbar" in Symbol 372 MovieClip Frame 1
onClipEvent (enterFrame) {
healthPercent = (_root.inuyasha.health / _root.bhealth) * 100;
setProperty(_root.ffbar, _xscale , healthPercent);
}
Symbol 385 MovieClip Frame 1
_parent.tswing = "yes";
Symbol 385 MovieClip Frame 13
_parent.tswing = "no";
_parent.gotoAndStop(1);
Symbol 390 MovieClip Frame 21
_parent.gotoAndStop(1);
Symbol 395 MovieClip Frame 1
_parent.thurt = "yes";
Symbol 395 MovieClip Frame 10
_parent.gotoAndStop(5);
Symbol 397 MovieClip Frame 1
_parent.tdead = "yes";
Symbol 398 MovieClip Frame 1
stop();
Symbol 398 MovieClip Frame 2
stop();
Symbol 398 MovieClip Frame 3
stop();
Symbol 398 MovieClip Frame 4
stop();
Symbol 398 MovieClip Frame 5
stop();
Symbol 400 MovieClip Frame 92
_root.beam2.beamdamage0 = "yes";
_root.beam2.gotoAndPlay(2);
Symbol 400 MovieClip Frame 96
this.gotoAndPlay(1);
Symbol 400 MovieClip Frame 108
this._alpha = 95;
Symbol 400 MovieClip Frame 109
this._alpha = 90;
Symbol 400 MovieClip Frame 110
this._alpha = 85;
Symbol 400 MovieClip Frame 111
this._alpha = 80;
Symbol 400 MovieClip Frame 112
this._alpha = 75;
Symbol 400 MovieClip Frame 113
this._alpha = 70;
Symbol 400 MovieClip Frame 114
this._alpha = 65;
Symbol 400 MovieClip Frame 115
this._alpha = 60;
Symbol 400 MovieClip Frame 116
this._alpha = 55;
Symbol 400 MovieClip Frame 117
this._alpha = 50;
Symbol 400 MovieClip Frame 118
this._alpha = 45;
Symbol 400 MovieClip Frame 119
this._alpha = 40;
Symbol 400 MovieClip Frame 120
this._alpha = 35;
Symbol 400 MovieClip Frame 121
this._alpha = 30;
Symbol 400 MovieClip Frame 122
this._alpha = 25;
Symbol 400 MovieClip Frame 123
this._alpha = 20;
Symbol 400 MovieClip Frame 124
this._alpha = 15;
Symbol 400 MovieClip Frame 125
this._alpha = 10;
Symbol 400 MovieClip Frame 126
this._alpha = 5;
Symbol 400 MovieClip Frame 127
this._alpha = 0;
Symbol 400 MovieClip Frame 128
stop();
Symbol 414 MovieClip Frame 159
_root.beam3.beamdamage1 = "yes";
_root.beam3.gotoAndPlay(2);
Symbol 414 MovieClip Frame 163
this.gotoAndPlay(1);
Symbol 414 MovieClip Frame 175
this._alpha = 95;
Symbol 414 MovieClip Frame 176
this._alpha = 90;
Symbol 414 MovieClip Frame 177
this._alpha = 85;
Symbol 414 MovieClip Frame 178
this._alpha = 80;
Symbol 414 MovieClip Frame 179
this._alpha = 75;
Symbol 414 MovieClip Frame 180
this._alpha = 70;
Symbol 414 MovieClip Frame 181
this._alpha = 65;
Symbol 414 MovieClip Frame 182
this._alpha = 60;
Symbol 414 MovieClip Frame 183
this._alpha = 55;
Symbol 414 MovieClip Frame 184
this._alpha = 50;
Symbol 414 MovieClip Frame 185
this._alpha = 45;
Symbol 414 MovieClip Frame 186
this._alpha = 40;
Symbol 414 MovieClip Frame 187
this._alpha = 35;
Symbol 414 MovieClip Frame 188
this._alpha = 30;
Symbol 414 MovieClip Frame 189
this._alpha = 25;
Symbol 414 MovieClip Frame 190
this._alpha = 20;
Symbol 414 MovieClip Frame 191
this._alpha = 15;
Symbol 414 MovieClip Frame 192
this._alpha = 10;
Symbol 414 MovieClip Frame 193
this._alpha = 5;
Symbol 414 MovieClip Frame 194
this._alpha = 0;
Symbol 414 MovieClip Frame 195
stop();
Symbol 417 MovieClip Frame 1
stop();
Symbol 420 MovieClip Frame 41
_root.slash.slashdamage = "yes";
_root.slash.gotoAndPlay(2);
Symbol 420 MovieClip Frame 53
this.gotoAndPlay(1);
Symbol 420 MovieClip Frame 74
if (critical == "no") {
this.gotoAndPlay(1);
} else {
this.gotoAndPlay(75);
}
Symbol 420 MovieClip Frame 135
_root.slash.slashdamage = "yes";
_root.slash.gotoAndPlay(2);
Symbol 420 MovieClip Frame 147
this.gotoAndPlay(75);
Symbol 420 MovieClip Frame 148
if (critical == "yes") {
tdead = "yes";
}
Symbol 420 MovieClip Frame 157
thurt = "no";
if (tdead == "yes") {
this.gotoAndPlay("thdead");
} else {
critical = "yes";
}
Symbol 420 MovieClip Frame 158
stop();
Symbol 422 MovieClip Frame 1
_root.continuepoint = _root._currentframe;
Symbol 422 MovieClip Frame 40
stop();
Symbol 433 MovieClip Frame 1
if (_root.seph.shealth >= 0) {
setProperty(sbar, _xscale , _root.seph.shealth);
} else {
_root.gotoAndPlay("sdeath");
}
Symbol 433 MovieClip Frame 2
this.gotoAndPlay(1);
Symbol 444 MovieClip Frame 1
stop();
Symbol 444 MovieClip Frame 2
stop();
Symbol 444 MovieClip Frame 3
stop();
Symbol 455 MovieClip Frame 39
_root.seph.magetime = Number(_root.seph.magetime) + 1;
Symbol 463 MovieClip Frame 18
if (this.hitTest(_root.inuyasha)) {
_root.inuyasha.hurt = "yes";
_root.inuyasha.hurttime = 15;
if (_root.inuyasha.stance == "right") {
_root.inuyasha.gotoAndStop(25);
} else {
_root.inuyasha.gotoAndStop(26);
}
}
Symbol 463 MovieClip Frame 45
_parent.gotoAndStop(3);
Instance of Symbol 444 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 444 MovieClip in Symbol 465 MovieClip Frame 3
onClipEvent (load) {
this.gotoAndStop(3);
}
Symbol 469 MovieClip Frame 25
_parent.smage = "no";
_root.fire.gotoAndPlay(2);
_root.fire.firedamage = "yes";
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
stop();
Symbol 470 MovieClip Frame 3
stop();
Instance of Symbol 464 MovieClip in Symbol 470 MovieClip Frame 3
onClipEvent (load) {
_root.seph.sswing = "no";
_root.seph.stired = "yes";
_root.seph.tiretime = 160;
}
onClipEvent (enterFrame) {
_root.seph.tiretime = Number(_root.seph.tiretime) - 1;
if (_root.seph.tiretime == 0) {
_root.seph.stired = "no";
_root.seph.gotoAndStop(1);
}
}
Symbol 470 MovieClip Frame 4
stop();
Symbol 470 MovieClip Frame 5
stop();
Symbol 475 MovieClip Frame 1
stop();
Symbol 481 MovieClip Frame 150
stop();
Symbol 495 Button
on (release) {
_root.continues = Number(_root.continues) - 1;
_root.gotoAndStop(_root.continuepoint);
}
on (releaseOutside) {
conmessage = "Not sure, eh?";
}
Symbol 497 MovieClip Frame 44
stop();
Symbol 502 Button
on (release) {
_root.gotoAndStop(1);
}
Symbol 503 MovieClip Frame 30
stop();
Symbol 505 Button
on (release) {
_root.gotoAndStop(424);
}
Symbol 509 Button
on (press) {
_root.mallet.gotoAndPlay(2);
}
Symbol 513 Button
on (press) {
this.gotoAndPlay(136);
_root.mallet.gotoAndPlay(2);
}
Symbol 525 MovieClip Frame 15
stop();
Symbol 526 MovieClip Frame 135
_root.misses = Number(_root.misses) + 1;
this.gotoAndPlay(1);
Symbol 526 MovieClip Frame 136
_root.whacked = Number(_root.whacked) + 1;
Symbol 527 Button
on (press) {
this.gotoAndPlay(89);
_root.mallet.gotoAndPlay(2);
}
Symbol 528 MovieClip Frame 88
_root.misses = Number(_root.misses) + 1;
this.gotoAndPlay(1);
Symbol 528 MovieClip Frame 89
_root.whacked = Number(_root.whacked) + 1;
Symbol 530 Button
on (press) {
this.gotoAndPlay(46);
_root.mallet.gotoAndPlay(2);
}
Symbol 531 MovieClip Frame 45
_root.misses = Number(_root.misses) + 1;
this.gotoAndPlay(1);
Symbol 531 MovieClip Frame 46
_root.whacked = Number(_root.whacked) + 1;
Symbol 532 Button
on (press) {
this.gotoAndPlay(80);
_root.mallet.gotoAndPlay(2);
}
Symbol 533 MovieClip Frame 79
_root.misses = Number(_root.misses) + 1;
this.gotoAndPlay(1);
Symbol 533 MovieClip Frame 80
_root.whacked = Number(_root.whacked) + 1;
Symbol 534 Button
on (press) {
this.gotoAndPlay(106);
_root.mallet.gotoAndPlay(2);
}
Symbol 535 MovieClip Frame 105
_root.misses = Number(_root.misses) + 1;
this.gotoAndPlay(1);
Symbol 535 MovieClip Frame 106
_root.whacked = Number(_root.whacked) + 1;
Symbol 544 MovieClip Frame 1
stop();
Symbol 544 MovieClip Frame 6
this.gotoAndStop(1);
Symbol 552 Button
on (release) {
_root.gotoAndPlay("abc");
}
Symbol 561 MovieClip Frame 1
stop();
Symbol 577 Button
on (release) {
_root.gotoAndPlay("abc");
}
Symbol 584 Button
on (release) {
_root.gotoAndPlay("menu");
}