Frame 1
DORO = 0;
KIKA = 0;
KANE = 0;
BOKA = 0;
shot = 0;
this.stop();
Frame 2
ATTACKSound = new Sound();
ATTACKSound.attachSound("ATTACK");
HITSound = new Sound();
HITSound.attachSound("HIT");
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1)) {
_root.gotoAndPlay(6);
}
}
Instance of Symbol 39 MovieClip in Frame 2
onClipEvent (load) {
this.LIFE = 25;
}
onClipEvent (enterFrame) {
if (0 < this.LIFE) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this.LIFE = this.LIFE - 1;
_root.P1.A1.play();
}
}
}
Instance of Symbol 42 MovieClip in Frame 2
onClipEvent (load) {
this.LIFE = 1000;
}
onClipEvent (enterFrame) {
if (0 < this.LIFE) {
if (this.hitTest(_root.P1.A1)) {
_root.KANE = _root.KANE + 1000;
this.LIFE = this.LIFE - 1;
_root.P1.A1.play();
}
}
}
Instance of Symbol 39 MovieClip in Frame 2
onClipEvent (load) {
this.LIFE = 25;
}
onClipEvent (enterFrame) {
if (0 < this.LIFE) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this.LIFE = this.LIFE - 1;
_root.P1.A1.play();
}
}
}
Instance of Symbol 84 MovieClip "P1" in Frame 2
onClipEvent (load) {
this.LEFT = false;
this.attack = true;
}
onClipEvent (enterFrame) {
if (this.attack == true) {
if (Key.isDown(88)) {
this.attack = false;
this.gotoAndPlay("dash");
}
}
}
onClipEvent (enterFrame) {
if (this.LEFT == false) {
this._xscale = 80;
} else {
this._xscale = -80;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this.LEFT = false;
if (501 < this._x) {
this._x = 504;
} else {
this._x = this._x + 3;
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.LEFT)) {
this.LEFT = true;
if (this._x < 50) {
this._x = 47;
} else {
this._x = this._x - 3;
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.UP)) {
if (this._y < 90) {
this._y = 87;
} else {
this._y = this._y - 3;
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
if (130 < this._x) {
if (370 < this._y) {
this._y = 373;
} else {
this._y = this._y + 3;
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.DOWN)) {
if (this._x < 130) {
this._y = this._y + 3;
}
}
}
onClipEvent (enterFrame) {
if (this.attack == true) {
if (Key.isDown(90)) {
this.attack = false;
this.gotoAndPlay("attack");
}
}
}
Instance of Symbol 99 MovieClip "P2" in Frame 2
onClipEvent (enterFrame) {
if (0 < _root.DORO) {
this.SAGE = true;
} else if (0 < _root.KIKA) {
this.SAGE = true;
} else if (0 < _root.KANE) {
this.SAGE = true;
} else if (0 < _root.BOKA) {
this.SAGE = true;
}
}
onClipEvent (enterFrame) {
if (this.LEFT == false) {
this._xscale = 80;
} else {
this._xscale = -80;
}
}
onClipEvent (enterFrame) {
if (this._x < _root.P1._x) {
this.LEFT = false;
} else {
this.LEFT = true;
}
}
Instance of Symbol 104 MovieClip "po" in Frame 2
onClipEvent (enterFrame) {
if (this.SAGE == false) {
if (69 < _root.DORO) {
this.SAGE = true;
this.gotoAndPlay(2);
} else if (19 < _root.BOKA) {
this.SAGE = true;
this.gotoAndPlay(2);
}
}
}
onClipEvent (load) {
this.DEPTH = 0;
}
onClipEvent (enterFrame) {
if (this.LEFT == false) {
this._xscale = 80;
} else {
this._xscale = -80;
}
}
onClipEvent (enterFrame) {
if (this._x < _root.P1._x) {
this.LEFT = false;
} else {
this.LEFT = true;
}
}
onClipEvent (load) {
this.SAGE = false;
}
Frame 4
this.gotoAndStop(3);
Frame 7
this.gotoAndStop(6);
Frame 10
this.gotoAndStop(9);
Frame 13
this.gotoAndStop(11);
Symbol 5 MovieClip Frame 1
this.stop();
Symbol 5 MovieClip Frame 2
this.stop();
Symbol 6 MovieClip [shotB] Frame 1
this._y = _root.po._y - 20;
if (_root.po.LEFT == false) {
this._x = _root.po._x + 20;
this.gotoAndPlay(2);
}
if (_root.po.LEFT == true) {
this._x = _root.po._x - 20;
this.gotoAndPlay(11);
}
Symbol 6 MovieClip [shotB] Frame 2
this._x = this._x + 10;
Instance of Symbol 5 MovieClip in Symbol 6 MovieClip [shotB] Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.hit)) {
_root.gotoAndPlay(11);
this._parent.removeMovieClip();
}
}
Symbol 6 MovieClip [shotB] Frame 3
this._x = this._x + 10;
Symbol 6 MovieClip [shotB] Frame 4
this._x = this._x + 10;
Symbol 6 MovieClip [shotB] Frame 5
this._x = this._x + 10;
Symbol 6 MovieClip [shotB] Frame 6
this._x = this._x + 10;
Symbol 6 MovieClip [shotB] Frame 7
this._x = this._x + 10;
Symbol 6 MovieClip [shotB] Frame 8
this._x = this._x + 10;
Symbol 6 MovieClip [shotB] Frame 9
this._x = this._x + 10;
Symbol 6 MovieClip [shotB] Frame 10
if (550 < this._x) {
this.removeMovieClip();
} else {
this.gotoAndPlay(2);
}
Symbol 6 MovieClip [shotB] Frame 11
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 12
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 13
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 14
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 15
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 16
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 17
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 18
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 19
this._x = this._x - 10;
Symbol 6 MovieClip [shotB] Frame 20
if (this._x < 0) {
this.removeMovieClip();
} else {
this.gotoAndPlay(11);
}
Symbol 13 Button
on (press) {
this.play();
}
Symbol 20 Button
on (press) {
_quality = "high";
}
Symbol 23 Button
on (press) {
_quality = "medium";
}
Symbol 26 Button
on (press) {
_quality = "low";
}
Symbol 30 MovieClip Frame 1
this.stop();
Symbol 30 MovieClip Frame 2
this.stop();
Symbol 34 MovieClip Frame 1
this.stop();
Symbol 34 MovieClip Frame 2
this.stop();
Symbol 35 MovieClip Frame 1
this.stop();
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this.LIFE = 10;
}
onClipEvent (enterFrame) {
if (0 < this.LIFE) {
if (this.hitTest(_root.P1.A1)) {
this.LIFE = this.LIFE - 1;
_root.HITSound.start();
_root.P1.A1.play();
}
}
}
onClipEvent (enterFrame) {
if (this.LIFE == 0) {
if (this.hitTest(_root.P1.A1)) {
_root.HITSound.start();
_root.KIKA = _root.KIKA + 1;
this._parent.play();
}
}
}
Symbol 35 MovieClip Frame 2
this.stop();
Symbol 37 MovieClip Frame 1
this.stop();
Symbol 37 MovieClip Frame 2
this.stop();
Symbol 38 MovieClip Frame 1
this.stop();
Instance of Symbol 37 MovieClip in Symbol 38 MovieClip Frame 1
onClipEvent (load) {
this.LIFE = 8;
}
onClipEvent (enterFrame) {
if (0 < this.LIFE) {
if (this.hitTest(_root.P1.A1)) {
this.LIFE = this.LIFE - 1;
_root.HITSound.start();
_root.P1.A1.play();
}
}
}
onClipEvent (enterFrame) {
if (this.LIFE == 0) {
if (this.hitTest(_root.P1.A1)) {
_root.HITSound.start();
_root.KIKA = _root.KIKA + 1;
this._parent.play();
}
}
}
Symbol 38 MovieClip Frame 2
this.stop();
Symbol 39 MovieClip Frame 1
this.stop();
Symbol 39 MovieClip Frame 2
this.stop();
Symbol 42 MovieClip Frame 1
this.stop();
Symbol 42 MovieClip Frame 2
this.stop();
Symbol 44 MovieClip Frame 1
this.stop();
Symbol 44 MovieClip Frame 2
this.stop();
Symbol 45 MovieClip Frame 1
this.stop();
Symbol 45 MovieClip Frame 2
this.stop();
Symbol 46 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 46 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this._parent.play();
}
}
Symbol 46 MovieClip Frame 2
this.stop();
Instance of Symbol 45 MovieClip in Symbol 46 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P2.hit)) {
this._parent.gotoAndStop(1);
}
}
Symbol 48 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 48 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this._parent.play();
}
}
Symbol 48 MovieClip Frame 2
this.stop();
Instance of Symbol 45 MovieClip in Symbol 48 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P2.hit)) {
this._parent.gotoAndStop(1);
}
}
Symbol 50 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 50 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this._parent.play();
}
}
Symbol 50 MovieClip Frame 2
this.stop();
Instance of Symbol 45 MovieClip in Symbol 50 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P2.hit)) {
this._parent.gotoAndStop(1);
}
}
Symbol 51 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this._parent.play();
}
}
Symbol 51 MovieClip Frame 2
this.stop();
Instance of Symbol 45 MovieClip in Symbol 51 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P2.hit)) {
this._parent.gotoAndStop(1);
}
}
Symbol 52 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 52 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this._parent.play();
}
}
Symbol 52 MovieClip Frame 2
this.stop();
Instance of Symbol 45 MovieClip in Symbol 52 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P2.hit)) {
this._parent.gotoAndStop(1);
}
}
Symbol 53 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this._parent.play();
}
}
Symbol 53 MovieClip Frame 2
this.stop();
Instance of Symbol 45 MovieClip in Symbol 53 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P2.hit)) {
this._parent.gotoAndStop(1);
}
}
Symbol 55 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this._parent.play();
}
}
Symbol 55 MovieClip Frame 2
this.stop();
Instance of Symbol 45 MovieClip in Symbol 55 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P2.hit)) {
this._parent.gotoAndStop(1);
}
}
Symbol 58 MovieClip Frame 1
this.stop();
Instance of Symbol 44 MovieClip in Symbol 58 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.DORO = _root.DORO + 1;
this._parent.play();
}
}
Symbol 58 MovieClip Frame 2
this.stop();
Instance of Symbol 45 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P2.hit)) {
this._parent.gotoAndStop(1);
}
}
Symbol 62 MovieClip Frame 1
this.stop();
Symbol 62 MovieClip Frame 2
this.stop();
Symbol 69 MovieClip Frame 30
this.gotoAndPlay(1);
Symbol 73 MovieClip Frame 30
this.gotoAndPlay(1);
Symbol 76 MovieClip Frame 1
this.stop();
Symbol 76 MovieClip Frame 2
this.stop();
Symbol 84 MovieClip Frame 1
this.attack = true;
Symbol 84 MovieClip Frame 30
this.gotoAndPlay(1);
Symbol 84 MovieClip Frame 35
_root.ATTACKSound.start();
Symbol 84 MovieClip Frame 41
this.attack = true;
this.gotoAndPlay(1);
Symbol 84 MovieClip Frame 42
if (this.LEFT == false) {
if (495 < this._x) {
this._x = 504;
} else {
this._x = this._x + 9;
}
}
if (this.LEFT == true) {
if (this._x < 56) {
this._x = 47;
} else {
this._x = this._x - 9;
}
}
Symbol 84 MovieClip Frame 43
if (this.LEFT == false) {
if (495 < this._x) {
this._x = 504;
} else {
this._x = this._x + 9;
}
}
if (this.LEFT == true) {
if (this._x < 56) {
this._x = 47;
} else {
this._x = this._x - 9;
}
}
Symbol 84 MovieClip Frame 44
if (this.LEFT == false) {
if (495 < this._x) {
this._x = 504;
} else {
this._x = this._x + 9;
}
}
if (this.LEFT == true) {
if (this._x < 56) {
this._x = 47;
} else {
this._x = this._x - 9;
}
}
Symbol 84 MovieClip Frame 45
if (this.LEFT == false) {
if (495 < this._x) {
this._x = 504;
} else {
this._x = this._x + 9;
}
}
if (this.LEFT == true) {
if (this._x < 56) {
this._x = 47;
} else {
this._x = this._x - 9;
}
}
Symbol 84 MovieClip Frame 46
if (this.LEFT == false) {
if (495 < this._x) {
this._x = 504;
} else {
this._x = this._x + 9;
}
}
if (this.LEFT == true) {
if (this._x < 56) {
this._x = 47;
} else {
this._x = this._x - 9;
}
}
Symbol 84 MovieClip Frame 47
if (this.LEFT == false) {
if (495 < this._x) {
this._x = 504;
} else {
this._x = this._x + 9;
}
}
if (this.LEFT == true) {
if (this._x < 56) {
this._x = 47;
} else {
this._x = this._x - 9;
}
}
Symbol 84 MovieClip Frame 48
if (this.LEFT == false) {
if (495 < this._x) {
this._x = 504;
} else {
this._x = this._x + 9;
}
}
if (this.LEFT == true) {
if (this._x < 56) {
this._x = 47;
} else {
this._x = this._x - 9;
}
}
Symbol 84 MovieClip Frame 49
if (this.LEFT == false) {
if (495 < this._x) {
this._x = 504;
} else {
this._x = this._x + 9;
}
}
if (this.LEFT == true) {
if (this._x < 56) {
this._x = 47;
} else {
this._x = this._x - 9;
}
}
Symbol 84 MovieClip Frame 50
this.attack = true;
this.gotoAndPlay(1);
Symbol 85 MovieClip Frame 1
this.stop();
Symbol 85 MovieClip Frame 2
this.stop();
Symbol 87 MovieClip Frame 1
this.stop();
Symbol 87 MovieClip Frame 2
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 3
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 4
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 5
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 6
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 7
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 8
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 9
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 10
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 11
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 12
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 13
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 14
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 15
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 16
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 17
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 18
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 19
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 20
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 21
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 22
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 23
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 24
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 25
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 26
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 27
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 28
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 29
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 30
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 31
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 32
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 33
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 34
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 35
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 36
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 37
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 38
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 39
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 40
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 41
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 42
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 43
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 44
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 45
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 46
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 47
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 48
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 49
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 50
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 51
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 52
this._parent._alpha = 10;
Symbol 87 MovieClip Frame 53
this._parent._alpha = 100;
Symbol 87 MovieClip Frame 54
this.gotoAndPlay(1);
Symbol 90 MovieClip Frame 30
this.gotoAndPlay(1);
Symbol 96 MovieClip Frame 1
this.stop();
Symbol 96 MovieClip Frame 2
this.stop();
Instance of Symbol 96 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) {
if (0 < _root.DORO) {
this.gotoAndStop(2);
} else if (0 < _root.KIKA) {
this.gotoAndStop(2);
} else if (0 < _root.KANE) {
this.gotoAndStop(2);
} else if (0 < _root.BOKA) {
this.gotoAndStop(2);
}
}
Symbol 97 MovieClip Frame 30
this.gotoAndPlay(1);
Instance of Symbol 85 MovieClip "hit" in Symbol 99 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._parent.SAGE == true) {
if (this.hitTest(_root.P1.hit)) {
_root.gotoAndPlay(8);
}
}
}
Instance of Symbol 87 MovieClip "HAGE" in Symbol 99 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.BOKA = _root.BOKA + 1;
_root.HITSound.start();
_root.P1.A1.gotoAndStop(2);
this._parent.gotoAndPlay("damage");
}
}
Symbol 99 MovieClip Frame 5
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 6
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 7
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 8
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 9
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 10
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 11
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 12
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 13
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 14
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 15
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 16
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 17
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 18
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 19
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 20
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 21
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 22
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 23
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 24
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 25
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 26
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 27
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 28
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 29
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 30
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 31
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 32
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 33
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 34
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 35
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 36
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 37
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 38
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 2.4;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 2.4;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 2.4;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 2.4;
}
}
Symbol 99 MovieClip Frame 60
this.gotoAndPlay(1);
Symbol 99 MovieClip Frame 61
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 99 MovieClip Frame 62
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 99 MovieClip Frame 63
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 99 MovieClip Frame 64
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 99 MovieClip Frame 65
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 99 MovieClip Frame 66
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 99 MovieClip Frame 67
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 99 MovieClip Frame 68
this.HAGE.play();
this.gotoAndPlay(1);
Symbol 100 MovieClip Frame 1
this.stop();
Symbol 100 MovieClip Frame 2
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 3
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 4
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 5
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 6
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 7
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 8
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 9
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 10
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 11
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 12
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 13
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 14
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 15
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 16
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 17
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 18
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 19
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 20
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 21
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 22
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 23
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 24
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 25
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 26
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 27
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 28
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 29
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 30
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 31
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 32
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 33
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 34
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 35
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 36
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 37
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 38
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 39
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 40
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 41
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 42
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 43
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 44
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 45
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 46
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 47
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 48
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 49
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 50
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 51
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 52
this._parent._alpha = 10;
Symbol 100 MovieClip Frame 53
this._parent._alpha = 100;
Symbol 100 MovieClip Frame 54
this.gotoAndPlay(1);
Symbol 104 MovieClip Frame 1
this.stop();
Symbol 104 MovieClip Frame 2
this._y = this._y - 5;
Instance of Symbol 100 MovieClip "HAGE" in Symbol 104 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.P1.A1)) {
_root.BOKA = _root.BOKA + 1;
_root.P1.A1.gotoAndStop(2);
_root.HITSound.start();
this._parent.gotoAndPlay("damage");
}
}
Symbol 104 MovieClip Frame 3
this._y = this._y - 5;
Symbol 104 MovieClip Frame 4
this._y = this._y - 5;
Symbol 104 MovieClip Frame 5
this._y = this._y - 5;
Symbol 104 MovieClip Frame 6
this._y = this._y - 5;
Symbol 104 MovieClip Frame 7
this._y = this._y - 5;
Symbol 104 MovieClip Frame 8
this._y = this._y - 5;
Symbol 104 MovieClip Frame 9
this._y = this._y - 5;
Symbol 104 MovieClip Frame 10
this._y = this._y - 5;
Symbol 104 MovieClip Frame 11
this._y = this._y - 5;
Symbol 104 MovieClip Frame 12
this._y = this._y - 5;
Symbol 104 MovieClip Frame 13
this._y = this._y - 5;
Symbol 104 MovieClip Frame 14
this._y = this._y - 5;
Symbol 104 MovieClip Frame 15
this._y = this._y - 5;
Symbol 104 MovieClip Frame 16
if (99 < _root.DORO) {
this.gotoAndPlay(90);
}
if (19 < _root.BOKA) {
this.gotoAndPlay(90);
}
Symbol 104 MovieClip Frame 20
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 21
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 22
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 23
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 24
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 25
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 26
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 27
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 28
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 29
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 30
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 31
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 32
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 33
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 34
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 35
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 36
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 37
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 38
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 80
this.gotoAndPlay(16);
Symbol 104 MovieClip Frame 81
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 104 MovieClip Frame 82
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 104 MovieClip Frame 83
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 104 MovieClip Frame 84
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 104 MovieClip Frame 85
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 104 MovieClip Frame 86
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 104 MovieClip Frame 87
if (this._x < _root.P1._x) {
if (60 < this._x) {
this._x = this._x - 10;
} else {
this._x = 50;
}
}
if (_root.P1._x < this._x) {
if (this._x < 490) {
this._x = this._x + 10;
} else {
this._x = 500;
}
}
Symbol 104 MovieClip Frame 88
this.HAGE.play();
this.gotoAndPlay(16);
Symbol 104 MovieClip Frame 89
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 90
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 91
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 92
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 93
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 94
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 95
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 96
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 97
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 98
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 99
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 100
if (this.SAGE == true) {
if (_root.P1._y < this._y) {
this._y = this._y - 1.8;
}
}
if (this.SAGE == true) {
if (this._y < _root.P1._y) {
this._y = this._y + 1.8;
}
}
if (this.SAGE == true) {
if (_root.P1._x < this._x) {
this._x = this._x - 1.8;
}
}
if (this.SAGE == true) {
if (this._x < _root.P1._x) {
this._x = this._x + 1.8;
}
}
Symbol 104 MovieClip Frame 101
_root.attachMovie("shotB", "P2shot", ++DEPTH);
newshot = eval (_root.P2shot);
newshot._name = "P2shot" + _root.SHOT;
this.DEPTH = this.DEPTH + 1;
_root.SHOT = _root.SHOT + 1;
Symbol 104 MovieClip Frame 102
this.gotoAndPlay(17);
Symbol 114 Button
on (press) {
DORO = 0;
KIKA = 0;
KANE = 0;
BOKA = 0;
this.gotoAndPlay(2);
}