Frame 1
stop();
Instance of Symbol 29 MovieClip "bar" in Frame 1
onClipEvent (load) {
_root.stop();
totalSize = _root.getBytesTotal();
barWidth = _parent.barBase._width;
this._width = 0;
}
onClipEvent (enterFrame) {
rate = _root.getBytesLoaded() / totalSize;
this._width = barWidth * rate;
if (rate >= 1) {
_root.play();
}
}
Frame 2
stop();
soundObject1 = new Sound(this);
soundObject1.attachSound("title.mp3");
soundObject1.start(0, 10);
Frame 3
soundObject2 = new Sound(this);
soundObject2.attachSound("selct.mp3");
soundObject3 = new Sound(this);
soundObject3.attachSound("reload.mp3");
soundObject2.start(0, 10);
stop();
Frame 4
_root.soundObject2.stop();
Frame 5
_global.bar = 10;
_global.iisuu = 0;
_global.uwansuu = 0;
_global.matasuu = 0;
_global.Maxcombo = 0;
Instance of Symbol 78 MovieClip in Frame 5
onClipEvent (keyDown) {
presskey = Key.getCode();
if (presskey == 38) {
presskey = 0;
gotoAndPlay (74);
} else if (presskey == 40) {
presskey = 0;
this.gotoAndPlay(115);
} else if (presskey == 37) {
presskey = 0;
this.gotoAndPlay(160);
} else if (presskey == 39) {
presskey = 0;
this.gotoAndPlay(205);
} else if (presskey == 32) {
presskey = 0;
this.gotoAndPlay(250);
}
}
Instance of Symbol 82 MovieClip "left" in Frame 5
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 5
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down" in Frame 5
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 87 MovieClip "right" in Frame 5
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 89 MovieClip "space1" in Frame 5
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 91 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.up1)) {
_global.uwansuu++;
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_root.combo = 0;
_parent.up1.gotoAndPlay(60);
}
}
Instance of Symbol 91 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.right1)) {
_global.uwansuu++;
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_root.combo = 0;
_parent.right1.gotoAndPlay(60);
}
}
Instance of Symbol 91 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.space1)) {
_global.uwansuu++;
_global.bar--;
_root.combo = 0;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.space1.gotoAndPlay(60);
}
}
Instance of Symbol 91 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.down1)) {
_global.uwansuu++;
_global.bar--;
_root.combo = 0;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.down1.gotoAndPlay(60);
}
}
Instance of Symbol 91 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (this.hitTest(_parent.left1)) {
_global.uwansuu++;
_global.bar--;
_root.combo = 0;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.left1.gotoAndPlay(60);
}
}
Instance of Symbol 105 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(38)) {
if (this.hitTest(_parent.ii3)) {
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_global.iisuu++;
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan3)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan3_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.upMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (this.hitTest(_parent.ii4)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan4)) {
_parent.effectMC.gotoAndPlay(204);
_global.uwansuu++;
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan4_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.rightMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(32)) {
if (this.hitTest(_parent.ii5)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan5)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan5_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.spaceMC.play();
}
}
Instance of Symbol 129 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_global.bar == 1) {
this.gotoAndStop(2);
} else if (_global.bar == 2) {
this.gotoAndStop(3);
} else if (_global.bar == 3) {
this.gotoAndStop(4);
} else if (_global.bar == 4) {
this.gotoAndStop(5);
} else if (_global.bar == 5) {
this.gotoAndStop(6);
} else if (_global.bar == 6) {
this.gotoAndStop(7);
} else if (_global.bar == 7) {
this.gotoAndStop(8);
} else if (_global.bar == 8) {
this.gotoAndStop(9);
} else if (_global.bar == 9) {
this.gotoAndStop(10);
} else if (_global.bar == 10) {
this.gotoAndStop(11);
} else if (_global.bar == 11) {
this.gotoAndStop(12);
} else if (_global.bar == 12) {
this.gotoAndStop(13);
} else if (_global.bar == 13) {
this.gotoAndStop(14);
} else if (_global.bar == 14) {
this.gotoAndStop(15);
} else if (_global.bar == 15) {
this.gotoAndStop(16);
} else if (_global.bar == 16) {
this.gotoAndStop(17);
} else if (_global.bar == 17) {
this.gotoAndStop(18);
} else if (_global.bar == 18) {
this.gotoAndStop(19);
} else if (_global.bar == 19) {
this.gotoAndStop(20);
} else if (_global.bar == 20) {
this.gotoAndStop(21);
}
}
Instance of Symbol 105 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (this.hitTest(_parent.ii1)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan1)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan1_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.leftMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (load) {
_parent.combo = 0;
}
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (this.hitTest(_parent.ii2)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan2)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan2_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.downMC.play();
}
}
Instance of Symbol 83 MovieClip "up1" in Frame 673
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 834
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 89 MovieClip "space1" in Frame 971
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 82 MovieClip "left1" in Frame 1152
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 1312
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 82 MovieClip "left1" in Frame 1354
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 1394
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down1" in Frame 1474
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 82 MovieClip "left1" in Frame 1511
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down1" in Frame 1553
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 87 MovieClip "right1" in Frame 1592
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 1634
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 87 MovieClip "right1" in Frame 1673
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 1713
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 82 MovieClip "left1" in Frame 1754
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down1" in Frame 1793
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 87 MovieClip "right1" in Frame 1833
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down1" in Frame 1872
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 2032
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up2" in Frame 2053
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up3" in Frame 2074
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 82 MovieClip "left1" in Frame 2095
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 87 MovieClip "right1" in Frame 2095
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 105 MovieClip in Frame 2245
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(38)) {
if (this.hitTest(_parent.ii3)) {
_global.bar++;
_global.iisuu++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.up2.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.up2.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan3)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.up2.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan3_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.upMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2245
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (this.hitTest(_parent.ii4)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan4)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan4_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.rightMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2245
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(32)) {
if (this.hitTest(_parent.ii5)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan5)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan5_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.spaceMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2245
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (this.hitTest(_parent.ii1)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan1)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan1_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.leftMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2245
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (this.hitTest(_parent.ii2)) {
_global.bar++;
_global.iisuu++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.down2.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.down2.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan2)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.down2.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan2_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.downMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2266
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(38)) {
if (this.hitTest(_parent.ii3)) {
_global.bar++;
_global.iisuu++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.up3.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.up3.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan3)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.up3.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan3_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.upMC.play();
}
}
Instance of Symbol 91 MovieClip in Frame 2269
onClipEvent (enterFrame) {
if (this.hitTest(_parent.up2)) {
_global.uwansuu++;
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_root.combo = 0;
_parent.up2.gotoAndPlay(60);
}
}
Instance of Symbol 91 MovieClip in Frame 2288
onClipEvent (enterFrame) {
if (this.hitTest(_parent.up3)) {
_global.uwansuu++;
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_root.combo = 0;
_parent.up3.gotoAndPlay(60);
}
}
Frame 2289
Instance of Symbol 105 MovieClip in Frame 2289
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(38)) {
if (this.hitTest(_parent.ii3)) {
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_global.iisuu++;
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan3)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan3_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.upMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2289
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (this.hitTest(_parent.ii4)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan4)) {
_parent.effectMC.gotoAndPlay(204);
_global.uwansuu++;
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan4_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.rightMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2289
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(32)) {
if (this.hitTest(_parent.ii5)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan5)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan5_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.spaceMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2289
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (this.hitTest(_parent.ii1)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan1)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan1_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.leftMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2289
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (this.hitTest(_parent.ii2)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan2)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan2_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.downMC.play();
}
}
Instance of Symbol 91 MovieClip in Frame 2310
onClipEvent (enterFrame) {
if (this.hitTest(_parent.up1)) {
_global.uwansuu++;
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_root.combo = 0;
_parent.up1.gotoAndPlay(60);
}
}
Instance of Symbol 85 MovieClip "down1" in Frame 2353
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down2" in Frame 2374
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down3" in Frame 2395
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 82 MovieClip "left1" in Frame 2416
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 87 MovieClip "right1" in Frame 2416
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 105 MovieClip in Frame 2565
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(38)) {
if (this.hitTest(_parent.ii3)) {
_global.bar++;
_global.iisuu++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan3)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan3_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.upMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2565
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (this.hitTest(_parent.ii4)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan4)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan4_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.rightMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2565
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(32)) {
if (this.hitTest(_parent.ii5)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan5)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan5_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.spaceMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2565
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (this.hitTest(_parent.ii1)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan1)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan1_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.leftMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2565
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (this.hitTest(_parent.ii2)) {
_global.bar++;
_global.iisuu++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.down2.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.down2.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan2)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.down2.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan2_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.downMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2586
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (this.hitTest(_parent.ii2)) {
_global.bar++;
_global.iisuu++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.down3.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.down3.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan2)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.down3.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan2_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.downMC.play();
}
}
Instance of Symbol 91 MovieClip in Frame 2589
onClipEvent (enterFrame) {
if (this.hitTest(_parent.down2)) {
_global.uwansuu++;
_global.bar--;
_root.combo = 0;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.down2.gotoAndPlay(60);
}
}
Instance of Symbol 87 MovieClip "right1" in Frame 2591
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Frame 2609
Instance of Symbol 105 MovieClip in Frame 2609
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(38)) {
if (this.hitTest(_parent.ii3)) {
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_global.iisuu++;
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan3)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.up1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan3_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.upMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2609
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (this.hitTest(_parent.ii4)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan4)) {
_parent.effectMC.gotoAndPlay(204);
_global.uwansuu++;
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.right1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan4_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.rightMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2609
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(32)) {
if (this.hitTest(_parent.ii5)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan5)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.space1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan5_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.spaceMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2609
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (this.hitTest(_parent.ii1)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan1)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.left1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan1_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.leftMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 2609
onClipEvent (enterFrame) {
if (_global.Maxcombo < _parent.combo) {
_global.Maxcombo = _parent.combo;
}
}
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (this.hitTest(_parent.ii2)) {
_global.iisuu++;
_global.bar++;
if (_global.bar > 20) {
_global.bar = 20;
}
_parent.combo++;
_parent.effectMC.gotoAndPlay(2);
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2)) {
_global.matasuu++;
_parent.effectMC.gotoAndPlay(103);
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan2)) {
_global.uwansuu++;
_parent.effectMC.gotoAndPlay(204);
_global.bar--;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.combo = 0;
_parent.down1.gotoAndPlay(2);
} else if (this.hitTest(_parent.uwan2_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.downMC.play();
}
}
Instance of Symbol 91 MovieClip in Frame 2612
onClipEvent (enterFrame) {
if (this.hitTest(_parent.down3)) {
_global.uwansuu++;
_global.bar--;
_root.combo = 0;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.down3.gotoAndPlay(60);
}
}
Instance of Symbol 91 MovieClip in Frame 2628
onClipEvent (enterFrame) {
if (this.hitTest(_parent.down1)) {
_global.uwansuu++;
_global.bar--;
_root.combo = 0;
if (_global.bar < 0) {
_global.bar = 0;
}
_parent.down1.gotoAndPlay(60);
}
}
Instance of Symbol 89 MovieClip "space1" in Frame 2688
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down1" in Frame 2754
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 87 MovieClip "right1" in Frame 2911
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 89 MovieClip "space1" in Frame 3031
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down1" in Frame 3071
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up3" in Frame 3227
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 89 MovieClip "space1" in Frame 3327
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 82 MovieClip "left1" in Frame 3388
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 3427
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 83 MovieClip "up1" in Frame 3544
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 85 MovieClip "down1" in Frame 3699
onClipEvent (enterFrame) {
_y = (_y - 2);
}
Instance of Symbol 97 MovieClip "downMC" in Frame 4125
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (this.hitTest(_parent.ii2)) {
_root.combo++;
_parent.effectMC.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.mata2_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan2)) {
_parent.effectMC.gotoAndPlay(204);
} else if (this.hitTest(_parent.uwan2_2)) {
_parent.effectMC.gotoAndPlay(204);
}
this.play();
}
}
Instance of Symbol 105 MovieClip in Frame 4125
onClipEvent (keyDown) {
if (Key.isDown(38)) {
if (this.hitTest(_parent.ii3)) {
_root.combo++;
_parent.effectMC.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata3)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.mata3_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan3)) {
_parent.effectMC.gotoAndPlay(204);
} else if (this.hitTest(_parent.uwan3_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.upMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 4125
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (this.hitTest(_parent.ii4)) {
_root.combo++;
_parent.effectMC.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata4)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.mata4_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan4)) {
_parent.effectMC.gotoAndPlay(204);
} else if (this.hitTest(_parent.uwan4_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.rightMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 4125
onClipEvent (keyDown) {
if (Key.isDown(32)) {
if (this.hitTest(_parent.ii5)) {
_root.combo++;
_parent.effectMC.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata5)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.mata5_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan5)) {
_parent.effectMC.gotoAndPlay(204);
} else if (this.hitTest(_parent.uwan5_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.spaceMC.play();
}
}
Instance of Symbol 91 MovieClip in Frame 4125
onClipEvent (enterFrame) {
if (this.hitTest(_parent.left1)) {
_global.bar--;
_root.combo = 0;
_parent.left1.gotoAndPlay(60);
}
}
Instance of Symbol 105 MovieClip in Frame 4125
onClipEvent (keyDown) {
if (Key.isDown(37)) {
if (this.hitTest(_parent.ii1)) {
_root.combo++;
_parent.effectMC.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata1)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.mata1_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan1)) {
_parent.effectMC.gotoAndPlay(204);
} else if (this.hitTest(_parent.uwan1_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.leftMC.play();
}
}
Instance of Symbol 105 MovieClip in Frame 4125
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (this.hitTest(_parent.ii2)) {
_root.combo++;
_parent.effectMC.gotoAndPlay(2);
} else if (this.hitTest(_parent.mata2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.mata2_2)) {
_parent.effectMC.gotoAndPlay(103);
} else if (this.hitTest(_parent.uwan2)) {
_parent.effectMC.gotoAndPlay(204);
} else if (this.hitTest(_parent.uwan2_2)) {
_parent.effectMC.gotoAndPlay(204);
}
_parent.downMC.play();
}
}
Frame 4217
soundObject4 = new Sound(this);
soundObject4.attachSound("result_hifi.mp3");
soundObject4.start(0, 30);
Instance of Symbol 97 MovieClip in Frame 4217
onClipEvent (load) {
_global.score = (((_global.iisuu * 10) + (_global.matasuu * 5)) - (_global.uwansuu * 9)) + (_global.Maxcombo * 7);
}
Frame 4218
stop();
Instance of Symbol 97 MovieClip in Frame 4218
onClipEvent (load) {
_global.score = (((_global.iisuu * 10) + (_global.matasuu * 5)) - (_global.uwansuu * 9)) + (_global.Maxcombo * 7);
if (_global.score >= 600) {
_parent.rank.gotoAndStop(6);
} else if (_global.score >= 500) {
_parent.rank.gotoAndStop(5);
} else if (_global.score >= 400) {
_parent.rank.gotoAndStop(4);
} else if (_global.score >= 300) {
_parent.rank.gotoAndStop(3);
} else if (_global.score >= 200) {
_parent.rank.gotoAndStop(2);
}
}
Symbol 37 Button
on (release) {
_root.soundObject1.stop();
gotoAndPlay (3);
}
on (keyPress "<Enter>") {
_root.soundObject1.stop();
gotoAndPlay (3);
}
Symbol 53 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 44
gotoAndPlay (1);
Symbol 55 Button
on (release) {
soundObject3.start();
right_select.play();
tokei.play();
onigiri.play();
kan.play();
nan.play();
}
on (keyPress "<Right>") {
soundObject3.start();
right_select.play();
tokei.play();
onigiri.play();
kan.play();
nan.play();
}
on (keyPress "<Enter>") {
gotoAndPlay (4);
}
Symbol 58 MovieClip Frame 1
stop();
Symbol 59 Button
on (release) {
soundObject3.start();
left_select.play();
tokei.gotoAndPlay(51);
onigiri.play();
kan.play();
nan.play();
}
on (keyPress "<Left>") {
soundObject3.start();
left_select.play();
tokei.gotoAndPlay(51);
onigiri.play();
kan.play();
nan.play();
}
Symbol 62 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 1
stop();
Symbol 78 MovieClip Frame 60
gotoAndPlay (1);
Symbol 78 MovieClip Frame 70
Symbol 78 MovieClip Frame 109
gotoAndPlay (1);
Symbol 78 MovieClip Frame 155
gotoAndPlay (1);
Symbol 78 MovieClip Frame 199
gotoAndPlay (1);
Symbol 78 MovieClip Frame 244
gotoAndPlay (1);
Symbol 78 MovieClip Frame 289
gotoAndPlay (1);
Symbol 82 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
Symbol 103 MovieClip Frame 1
stop();
Symbol 103 MovieClip Frame 101
gotoAndStop (1);
Symbol 103 MovieClip Frame 202
gotoAndStop (1);
Symbol 103 MovieClip Frame 303
gotoAndStop (1);
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
stop();
Symbol 129 MovieClip Frame 3
stop();
Symbol 129 MovieClip Frame 4
stop();
Symbol 129 MovieClip Frame 5
stop();
Symbol 129 MovieClip Frame 6
stop();
Symbol 129 MovieClip Frame 7
stop();
Symbol 129 MovieClip Frame 8
stop();
Symbol 129 MovieClip Frame 9
stop();
Symbol 129 MovieClip Frame 10
stop();
Symbol 129 MovieClip Frame 11
stop();
Symbol 129 MovieClip Frame 12
stop();
Symbol 129 MovieClip Frame 13
stop();
Symbol 129 MovieClip Frame 14
stop();
Symbol 129 MovieClip Frame 15
stop();
Symbol 129 MovieClip Frame 16
stop();
Symbol 129 MovieClip Frame 17
stop();
Symbol 129 MovieClip Frame 18
stop();
Symbol 129 MovieClip Frame 19
stop();
Symbol 129 MovieClip Frame 20
stop();
Symbol 129 MovieClip Frame 21
stop();
Symbol 169 Button
on (keyPress "<Enter>") {
_root.soundObject4.stop();
gotoAndPlay (2);
}
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 190 MovieClip Frame 3
stop();
Symbol 190 MovieClip Frame 4
stop();
Symbol 190 MovieClip Frame 5
stop();
Symbol 190 MovieClip Frame 6
stop();