Frame 3
createEmptyMovieClip("stage_mask", 12345);
with (stage_mask) {
lineStyle();
beginFill(0, 100);
moveTo(0, 0);
lineTo(Stage.width, 0);
lineTo(Stage.width, Stage.height);
lineTo(0, Stage.height);
lineTo(0, 0);
endFill();
}
_root.setMask(stage_mask);
_root.w = 800;
_root.h = 600;
_root.title = 0;
_root.LV01 = 10;
_root.LV02 = 5;
Frame 4
_root.SE = true;
_root.VOICE = true;
_root.BGM = true;
_root.se_onoff = "SE : ON";
_root.voice_onoff = "VOICE : ON";
_root.bgm_onoff = "BGM : ON";
bgm_TITLE = new Sound();
_root.bgm_TITLE.attachSound("BGM_TITLE");
bgm_WIN = new Sound();
_root.bgm_WIN.attachSound("BGM_WIN");
bgm_PINCH = new Sound();
_root.bgm_PINCH.attachSound("BGM_PINCH");
se_HIT01 = new Sound();
_root.se_HIT01.attachSound("HIT01");
se_HIT02 = new Sound();
_root.se_HIT02.attachSound("HIT02");
se_HIT03 = new Sound();
_root.se_HIT03.attachSound("HIT03");
se_HIT11 = new Sound();
_root.se_HIT11.attachSound("HIT11");
se_GUARD01 = new Sound();
_root.se_GUARD01.attachSound("GUARD01");
se_DWN01 = new Sound();
_root.se_DWN01.attachSound("DWN01");
se_PI01 = new Sound();
_root.se_PI01.attachSound("PI01");
se_SWING01 = new Sound();
_root.se_SWING01.attachSound("SWING01");
se_SWING02 = new Sound();
_root.se_SWING01.attachSound("SWING02");
se_GONG01 = new Sound();
_root.se_GONG01.attachSound("GONG01");
_root.se_GONG01.setVolume(70);
vo_DAMAGE01 = new Sound();
vo_DAMAGE01.attachSound("DMG01");
vo_DAMAGE02 = new Sound();
vo_DAMAGE02.attachSound("DMG02");
vo_DAMAGE02.setVolume(100);
vo_DAMAGE03 = new Sound();
vo_DAMAGE03.attachSound("DMG03");
vo_DAMAGE03.setVolume(100);
vo_DAMAGE04 = new Sound();
vo_DAMAGE04.attachSound("DMG04");
vo_DAMAGE04.setVolume(100);
vo_DAMAGE05 = new Sound();
vo_DAMAGE05.attachSound("DMG05");
vo_KO01 = new Sound();
vo_KO01.attachSound("KO01");
vo_KO01.setVolume(70);
Frame 5
_root.win01 = 0;
_root.win02 = 0;
_root.win03 = 0;
_root.win_cnt = 0;
Frame 6
if (_root.BGM == true) {
_root.bgm_TITLE.start(0, 999);
}
Frame 7
stop();
Frame 8
stop();
Frame 20
if (_root.win_cnt == 3) {
gotoAndPlay("ENDING");
}
Instance of Symbol 288 MovieClip [SelectLose01] in Frame 21
onClipEvent (load) {
_x = 400;
_y = 200;
if (_root.win01 != 0) {
this._xscale = 100;
this._yscale = 100;
} else {
this._xscale = 0;
this._yscale = 0;
}
}
Instance of Symbol 290 MovieClip [SelectLose02] in Frame 21
onClipEvent (load) {
_x = 150;
_y = 200;
if (_root.win02 != 0) {
this._xscale = 100;
this._yscale = 100;
} else {
this._xscale = 0;
this._yscale = 0;
}
}
Instance of Symbol 292 MovieClip [SelectLose03] in Frame 21
onClipEvent (load) {
_x = 650;
_y = 200;
if (_root.win03 != 0) {
this._xscale = 100;
this._yscale = 100;
} else {
this._xscale = 0;
this._yscale = 0;
}
}
Frame 21
stop();
Frame 22
if (_root.title != 0) {
gotoAndPlay("VS_01_LOOP");
} else if (_root.win01 != 0) {
gotoAndPlay("SELECT_ENEMY");
} else {
gotoAndPlay("TITLE");
}
Frame 23
stop();
Frame 24
if (_root.title != 0) {
gotoAndPlay("VS_02_LOOP");
} else if (_root.win02 != 0) {
gotoAndPlay("SELECT_ENEMY");
} else {
gotoAndPlay("TITLE");
}
Frame 25
stop();
Frame 26
if (_root.title != 0) {
gotoAndPlay("VS_03_LOOP");
} else if (_root.win03 != 0) {
gotoAndPlay("SELECT_ENEMY");
} else {
gotoAndPlay("TITLE");
}
Frame 27
stop();
Frame 218
stop();
Frame 219
stop();
Symbol 20000 Button
on (press) {
_root.count = 0;
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.youHP = _root.youHP - _root.eneATK;
if (0 >= _root.youHP) {
_root.youHP = 0;
gotoAndPlay("LOSE");
} else {
tmp = Math.random() * 2;
if (1 < tmp) {
gotoAndPlay("ATTACK2");
} else {
gotoAndPlay("ATTACK");
}
}
}
on () {
}
Symbol 20001 Button
on (release) {
gotoAndPlay("PIYO_LU");
}
Symbol 20002 Button
on (release) {
gotoAndPlay("PIYO_RU");
}
Symbol 20003 Button
on (release) {
gotoAndPlay("PIYO_LD");
}
Symbol 20004 Button
on (release) {
gotoAndPlay("PIYO_RD");
}
Symbol 20005 Button
on (release) {
gotoAndPlay("KO");
}
Symbol 20006 Button
on (release) {
gotoAndPlay("_root.SELECT_ENEMY_MAIN");
}
Symbol 200 MovieClip [VS_03] Frame 11
_root.eneHPMAX = 100;
_root.eneHP = _root.eneHPMAX;
_root.youHPMAX = 100;
_root.youHP = _root.youHPMAX;
_root.combo = 0;
_root.comboMAX = 100;
_root.youATK = 9;
_root.eneATK = 8;
_root.count = 0;
_root.eneAGRBase = 36;
if (_root.win_cnt != 0) {
if (_root.win_cnt == 1) {
_root.eneAGRBase = _root.eneAGRBase + _root.LV02;
}
} else {
_root.eneAGRBase = _root.eneAGRBase + _root.LV01;
}
_root.eneAGRRnd = 11;
_root.eneAGR = _root.eneAGRBase;
_root.HITCNTMAX = 0;
_root.HITCNT = 0;
Symbol 200 MovieClip [VS_03] Frame 12
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
}
Symbol 200 MovieClip [VS_03] Frame 13
gotoAndPlay("BATTLE_START");
Symbol 200 MovieClip [VS_03] Frame 14
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 200 MovieClip [VS_03] Frame 50
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 200 MovieClip [VS_03] Frame 81
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 200 MovieClip [VS_03] Frame 112
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 200 MovieClip [VS_03] Frame 143
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 200 MovieClip [VS_03] Frame 174
if (_root.BGM == true) {
_root.bgm_TITLE.start(0, 999);
}
Symbol 200 MovieClip [VS_03] Frame 175
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Instance of Symbol 28 MovieClip [target] "target" in Symbol 200 MovieClip [VS_03] Frame 176
onClipEvent (load) {
_x = _root.tx;
_y = _root.ty;
this._xscale = 0;
this._yscale = 0;
}
onClipEvent (enterFrame) {
_root.count = _root.count + 1;
this._xscale = (_root.count / _root.eneAGR) * 30;
this._yscale = this._xscale;
if (_root.eneAGR < _root.count) {
_root.count = 0;
_root.youHP = _root.youHP - _root.eneATK;
if (0 >= _root.youHP) {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.youHP = 0;
gotoAndPlay("_root.VS_03.LOSE");
} else {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
tmp = Math.random() * 2;
if (1 < tmp) {
gotoAndPlay("_root.VS_03.ATTACK2");
} else {
gotoAndPlay("_root.VS_03.ATTACK");
}
}
}
hitpertmp = (_root.count / _root.eneAGR) - (_root.combo / _root.comboMAX);
if (hitpertmp >= 0) {
if (1 < hitpertmp) {
hitpertmp = 1;
}
} else {
hitpertmp = 0;
}
_root.hitper = int((1 - hitpertmp) * 100);
}
on (press) {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.HITCNT = _root.HITCNT + 1;
if (_root.hitper >= int(Math.random() * 100)) {
if (_root.combo < _root.comboMAX) {
_root.combo = _root.combo + 5;
if (_root.comboMAX < _root.combo) {
_root.combo = _root.comboMAX;
}
}
_root.eneHP = _root.eneHP - _root.youATK;
if (_root.eneHP < 0) {
_root.eneHP = 0;
}
if ((_root.w / 2) >= _root.tx) {
if ((_root.h / 2) >= _root.ty) {
gotoAndPlay("_root.VS_03.DAMAGE1");
} else {
gotoAndPlay("_root.VS_03.DAMAGE3");
}
} else if ((_root.h / 2) >= _root.ty) {
gotoAndPlay("_root.VS_03.DAMAGE2");
} else {
gotoAndPlay("_root.VS_03.DAMAGE4");
}
} else {
if (_root.combo < _root.comboMAX) {
_root.combo = _root.combo + 10;
if (_root.comboMAX < _root.combo) {
_root.combo = _root.comboMAX;
}
}
if (0 < _root.eneHP) {
if (_root.SE == true) {
_root.se_GUARD01.start();
}
if ((_root.w / 2) >= _root.tx) {
gotoAndPlay("_root.VS_03.GUARD_L");
} else {
gotoAndPlay("_root.VS_03.GUARD_R");
}
} else {
gotoAndPlay("_root.VS_03.DAMAGE4");
}
}
}
Symbol 200 MovieClip [VS_03] Frame 177
gotoAndPlay("BATTLE_LOOP");
Symbol 200 MovieClip [VS_03] Frame 178
stop();
Symbol 200 MovieClip [VS_03] Frame 199
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 200 MovieClip [VS_03] Frame 200
gotoAndPlay("BATTLE");
Symbol 200 MovieClip [VS_03] Frame 201
stop();
Symbol 200 MovieClip [VS_03] Frame 222
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 200 MovieClip [VS_03] Frame 223
gotoAndPlay("BATTLE");
Symbol 200 MovieClip [VS_03] Frame 224
stop();
Symbol 200 MovieClip [VS_03] Frame 225
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 200 MovieClip [VS_03] Frame 236
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 200 MovieClip [VS_03] Frame 252
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 200 MovieClip [VS_03] Frame 253
gotoAndPlay("BATTLE");
Symbol 200 MovieClip [VS_03] Frame 254
stop();
Symbol 200 MovieClip [VS_03] Frame 255
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 200 MovieClip [VS_03] Frame 266
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 200 MovieClip [VS_03] Frame 282
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 200 MovieClip [VS_03] Frame 283
gotoAndPlay("BATTLE");
Symbol 200 MovieClip [VS_03] Frame 284
stop();
Symbol 200 MovieClip [VS_03] Frame 285
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 200 MovieClip [VS_03] Frame 296
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 200 MovieClip [VS_03] Frame 312
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 200 MovieClip [VS_03] Frame 313
gotoAndPlay("BATTLE");
Symbol 200 MovieClip [VS_03] Frame 314
stop();
Symbol 200 MovieClip [VS_03] Frame 315
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 200 MovieClip [VS_03] Frame 326
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 200 MovieClip [VS_03] Frame 342
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 200 MovieClip [VS_03] Frame 343
gotoAndPlay("BATTLE");
Symbol 200 MovieClip [VS_03] Frame 344
stop();
Symbol 200 MovieClip [VS_03] Frame 345
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 200 MovieClip [VS_03] Frame 366
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 200 MovieClip [VS_03] Frame 367
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 200 MovieClip [VS_03] Frame 368
gotoAndPlay("BATTLE");
Symbol 200 MovieClip [VS_03] Frame 369
stop();
Symbol 200 MovieClip [VS_03] Frame 370
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 200 MovieClip [VS_03] Frame 391
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 200 MovieClip [VS_03] Frame 392
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 200 MovieClip [VS_03] Frame 393
gotoAndPlay("BATTLE");
Symbol 200 MovieClip [VS_03] Frame 394
stop();
Symbol 200 MovieClip [VS_03] Frame 395
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 200 MovieClip [VS_03] Frame 416
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 200 MovieClip [VS_03] Frame 477
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 200 MovieClip [VS_03] Frame 598
_root.title = 0;
gotoAndPlay("_root.BGM_START");
Symbol 200 MovieClip [VS_03] Frame 599
stop();
Symbol 200 MovieClip [VS_03] Frame 601
_root.count = _root.count + 0.25;
if (_root.count >= _root.eneAGR) {
_root.eneHP = _root.eneHPMAX / 5;
_root.count = 0;
if (_root.BGM == true) {
_root.bgm_PINCH.stop();
}
gotoAndPlay("BATTLE_BREAK");
}
Symbol 200 MovieClip [VS_03] Frame 602
gotoAndPlay("PIYO_LOOP");
Symbol 200 MovieClip [VS_03] Frame 603
stop();
Symbol 200 MovieClip [VS_03] Frame 604
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 200 MovieClip [VS_03] Frame 610
if (_root.VOICE == true) {
tmp = int(Math.random() * 5);
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 200 MovieClip [VS_03] Frame 621
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 200 MovieClip [VS_03] Frame 622
stop();
Symbol 200 MovieClip [VS_03] Frame 623
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 200 MovieClip [VS_03] Frame 629
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 200 MovieClip [VS_03] Frame 640
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 200 MovieClip [VS_03] Frame 641
stop();
Symbol 200 MovieClip [VS_03] Frame 642
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 200 MovieClip [VS_03] Frame 648
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 200 MovieClip [VS_03] Frame 659
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 200 MovieClip [VS_03] Frame 660
stop();
Symbol 200 MovieClip [VS_03] Frame 661
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 200 MovieClip [VS_03] Frame 667
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 200 MovieClip [VS_03] Frame 678
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 200 MovieClip [VS_03] Frame 679
stop();
Symbol 200 MovieClip [VS_03] Frame 680
if (_root.BGM == true) {
_root.bgm_PINCH.stop();
}
Symbol 200 MovieClip [VS_03] Frame 686
if (_root.SE == true) {
_root.se_HIT11.start();
}
Symbol 200 MovieClip [VS_03] Frame 767
if (_root.VOICE == true) {
_root.vo_KO01.start();
}
Symbol 200 MovieClip [VS_03] Frame 858
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 200 MovieClip [VS_03] Frame 889
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 200 MovieClip [VS_03] Frame 900
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 200 MovieClip [VS_03] Frame 911
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 200 MovieClip [VS_03] Frame 922
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 200 MovieClip [VS_03] Frame 953
if (_root.BGM == true) {
_root.bgm_WIN.start(0, 1);
}
Symbol 200 MovieClip [VS_03] Frame 954
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 200 MovieClip [VS_03] Frame 955
_root.win03 = 1;
_root.win_cnt++;
Symbol 200 MovieClip [VS_03] Frame 956
HIT_RESULT = _root.HITCNT / _root.HITCNTMAX;
HIT_RESULT = HIT_RESULT * 100;
Symbol 200 MovieClip [VS_03] Frame 977
stop();
Symbol 200 MovieClip [VS_03] Frame 1023
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 20007 Button
on (press) {
_root.count = 0;
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.youHP = _root.youHP - _root.eneATK;
if (0 >= _root.youHP) {
_root.youHP = 0;
gotoAndPlay("LOSE");
} else {
tmp = Math.random() * 2;
if (1 < tmp) {
gotoAndPlay("ATTACK2");
} else {
gotoAndPlay("ATTACK");
}
}
}
on () {
}
Symbol 20008 Button
on (release) {
gotoAndPlay("PIYO_LU");
}
Symbol 20009 Button
on (release) {
gotoAndPlay("PIYO_RU");
}
Symbol 20010 Button
on (release) {
gotoAndPlay("PIYO_LD");
}
Symbol 20011 Button
on (release) {
gotoAndPlay("PIYO_RD");
}
Symbol 20012 Button
on (release) {
gotoAndPlay("KO");
}
Symbol 20013 Button
on (release) {
gotoAndPlay("_root.SELECT_ENEMY_MAIN");
}
Symbol 198 MovieClip [VS_02] Frame 11
_root.eneHPMAX = 100;
_root.eneHP = _root.eneHPMAX;
_root.youHPMAX = 100;
_root.youHP = _root.youHPMAX;
_root.combo = 0;
_root.comboMAX = 100;
_root.youATK = 12;
_root.eneATK = 13;
_root.count = 0;
_root.eneAGRBase = 30;
_root.eneAGR = _root.eneAGRBase;
if (_root.win_cnt != 0) {
if (_root.win_cnt == 1) {
_root.eneAGRBase = _root.eneAGRBase + _root.LV02;
}
} else {
_root.eneAGRBase = _root.eneAGRBase + _root.LV01;
}
_root.eneAGRRnd = 5;
_root.HITCNTMAX = 0;
_root.HITCNT = 0;
Symbol 198 MovieClip [VS_02] Frame 12
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
}
Symbol 198 MovieClip [VS_02] Frame 13
gotoAndPlay("BATTLE_START");
Symbol 198 MovieClip [VS_02] Frame 14
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 198 MovieClip [VS_02] Frame 50
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 198 MovieClip [VS_02] Frame 81
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 198 MovieClip [VS_02] Frame 112
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 198 MovieClip [VS_02] Frame 143
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 198 MovieClip [VS_02] Frame 174
if (_root.BGM == true) {
_root.bgm_TITLE.start(0, 999);
}
Symbol 198 MovieClip [VS_02] Frame 175
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Instance of Symbol 28 MovieClip [target] "target" in Symbol 198 MovieClip [VS_02] Frame 176
onClipEvent (load) {
_x = _root.tx;
_y = _root.ty;
this._xscale = 0;
this._yscale = 0;
}
onClipEvent (enterFrame) {
_root.count = _root.count + 1;
this._xscale = (_root.count / _root.eneAGR) * 30;
this._yscale = this._xscale;
if (_root.eneAGR < _root.count) {
_root.count = 0;
_root.youHP = _root.youHP - _root.eneATK;
if (0 >= _root.youHP) {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.youHP = 0;
gotoAndPlay("_root.VS_01.LOSE");
} else {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
tmp = Math.random() * 2;
if (1 < tmp) {
gotoAndPlay("_root.VS_02.ATTACK2");
} else {
gotoAndPlay("_root.VS_02.ATTACK");
}
}
}
hitpertmp = (_root.count / _root.eneAGR) - (_root.combo / _root.comboMAX);
if (hitpertmp >= 0) {
if (1 < hitpertmp) {
hitpertmp = 1;
}
} else {
hitpertmp = 0;
}
_root.hitper = int((1 - hitpertmp) * 100);
}
on (press) {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.HITCNT = _root.HITCNT + 1;
if (_root.hitper >= int(Math.random() * 100)) {
if (_root.combo < _root.comboMAX) {
_root.combo = _root.combo + 5;
if (_root.comboMAX < _root.combo) {
_root.combo = _root.comboMAX;
}
}
_root.eneHP = _root.eneHP - _root.youATK;
if (_root.eneHP < 0) {
_root.eneHP = 0;
}
if ((_root.w / 2) >= _root.tx) {
if ((_root.h / 2) >= _root.ty) {
gotoAndPlay("_root.VS_02.DAMAGE1");
} else {
gotoAndPlay("_root.VS_02.DAMAGE3");
}
} else if ((_root.h / 2) >= _root.ty) {
gotoAndPlay("_root.VS_02.DAMAGE2");
} else {
gotoAndPlay("_root.VS_02.DAMAGE4");
}
} else {
if (_root.combo < _root.comboMAX) {
_root.combo = _root.combo + 10;
if (_root.comboMAX < _root.combo) {
_root.combo = _root.comboMAX;
}
}
if (0 < _root.eneHP) {
if (_root.SE == true) {
_root.se_GUARD01.start();
}
if ((_root.w / 2) >= _root.tx) {
gotoAndPlay("_root.VS_02.GUARD_L");
} else {
gotoAndPlay("_root.VS_02.GUARD_R");
}
} else {
gotoAndPlay("_root.VS_02.DAMAGE4");
}
}
}
Symbol 198 MovieClip [VS_02] Frame 177
gotoAndPlay("BATTLE_LOOP");
Symbol 198 MovieClip [VS_02] Frame 178
stop();
Symbol 198 MovieClip [VS_02] Frame 199
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 198 MovieClip [VS_02] Frame 200
gotoAndPlay("BATTLE");
Symbol 198 MovieClip [VS_02] Frame 201
stop();
Symbol 198 MovieClip [VS_02] Frame 222
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 198 MovieClip [VS_02] Frame 223
gotoAndPlay("BATTLE");
Symbol 198 MovieClip [VS_02] Frame 224
stop();
Symbol 198 MovieClip [VS_02] Frame 225
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 198 MovieClip [VS_02] Frame 236
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 198 MovieClip [VS_02] Frame 252
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 198 MovieClip [VS_02] Frame 253
gotoAndPlay("BATTLE");
Symbol 198 MovieClip [VS_02] Frame 254
stop();
Symbol 198 MovieClip [VS_02] Frame 255
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 198 MovieClip [VS_02] Frame 266
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 198 MovieClip [VS_02] Frame 282
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 198 MovieClip [VS_02] Frame 283
gotoAndPlay("BATTLE");
Symbol 198 MovieClip [VS_02] Frame 284
stop();
Symbol 198 MovieClip [VS_02] Frame 285
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 198 MovieClip [VS_02] Frame 296
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 198 MovieClip [VS_02] Frame 312
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 198 MovieClip [VS_02] Frame 313
gotoAndPlay("BATTLE");
Symbol 198 MovieClip [VS_02] Frame 314
stop();
Symbol 198 MovieClip [VS_02] Frame 315
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 198 MovieClip [VS_02] Frame 326
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 198 MovieClip [VS_02] Frame 342
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 198 MovieClip [VS_02] Frame 343
gotoAndPlay("BATTLE");
Symbol 198 MovieClip [VS_02] Frame 344
stop();
Symbol 198 MovieClip [VS_02] Frame 345
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 198 MovieClip [VS_02] Frame 366
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 198 MovieClip [VS_02] Frame 367
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 198 MovieClip [VS_02] Frame 368
gotoAndPlay("BATTLE");
Symbol 198 MovieClip [VS_02] Frame 369
stop();
Symbol 198 MovieClip [VS_02] Frame 370
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 198 MovieClip [VS_02] Frame 391
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 198 MovieClip [VS_02] Frame 392
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 198 MovieClip [VS_02] Frame 393
gotoAndPlay("BATTLE");
Symbol 198 MovieClip [VS_02] Frame 394
stop();
Symbol 198 MovieClip [VS_02] Frame 395
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 198 MovieClip [VS_02] Frame 416
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 198 MovieClip [VS_02] Frame 477
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 198 MovieClip [VS_02] Frame 598
_root.title = 0;
gotoAndPlay("_root.BGM_START");
Symbol 198 MovieClip [VS_02] Frame 599
stop();
Symbol 198 MovieClip [VS_02] Frame 601
_root.count = _root.count + 0.25;
if (_root.count >= _root.eneAGR) {
_root.eneHP = _root.eneHPMAX / 5;
_root.count = 0;
if (_root.BGM == true) {
_root.bgm_PINCH.stop();
}
gotoAndPlay("BATTLE_BREAK");
}
Symbol 198 MovieClip [VS_02] Frame 602
gotoAndPlay("PIYO_LOOP");
Symbol 198 MovieClip [VS_02] Frame 603
stop();
Symbol 198 MovieClip [VS_02] Frame 604
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 198 MovieClip [VS_02] Frame 610
if (_root.VOICE == true) {
tmp = int(Math.random() * 5);
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 198 MovieClip [VS_02] Frame 621
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 198 MovieClip [VS_02] Frame 622
stop();
Symbol 198 MovieClip [VS_02] Frame 623
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 198 MovieClip [VS_02] Frame 629
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 198 MovieClip [VS_02] Frame 640
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 198 MovieClip [VS_02] Frame 641
stop();
Symbol 198 MovieClip [VS_02] Frame 642
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 198 MovieClip [VS_02] Frame 648
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 198 MovieClip [VS_02] Frame 659
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 198 MovieClip [VS_02] Frame 660
stop();
Symbol 198 MovieClip [VS_02] Frame 661
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 198 MovieClip [VS_02] Frame 667
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 198 MovieClip [VS_02] Frame 678
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 198 MovieClip [VS_02] Frame 679
stop();
Symbol 198 MovieClip [VS_02] Frame 680
if (_root.BGM == true) {
_root.bgm_PINCH.stop();
}
Symbol 198 MovieClip [VS_02] Frame 686
if (_root.SE == true) {
_root.se_HIT11.start();
}
Symbol 198 MovieClip [VS_02] Frame 767
if (_root.VOICE == true) {
_root.vo_KO01.start();
}
Symbol 198 MovieClip [VS_02] Frame 858
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 198 MovieClip [VS_02] Frame 889
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 198 MovieClip [VS_02] Frame 900
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 198 MovieClip [VS_02] Frame 911
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 198 MovieClip [VS_02] Frame 922
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 198 MovieClip [VS_02] Frame 953
if (_root.BGM == true) {
_root.bgm_WIN.start(0, 1);
}
Symbol 198 MovieClip [VS_02] Frame 954
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 198 MovieClip [VS_02] Frame 955
_root.win02 = 1;
_root.win_cnt++;
Symbol 198 MovieClip [VS_02] Frame 956
HIT_RESULT = _root.HITCNT / _root.HITCNTMAX;
HIT_RESULT = HIT_RESULT * 100;
Symbol 198 MovieClip [VS_02] Frame 977
stop();
Symbol 198 MovieClip [VS_02] Frame 1023
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 20014 Button
on (press) {
_root.count = 0;
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.youHP = _root.youHP - _root.eneATK;
if (0 >= _root.youHP) {
_root.youHP = 0;
gotoAndPlay("LOSE");
} else {
tmp = Math.random() * 2;
if (1 < tmp) {
gotoAndPlay("ATTACK2");
} else {
gotoAndPlay("ATTACK");
}
}
}
on () {
}
Symbol 20015 Button
on (release) {
gotoAndPlay("PIYO_LU");
}
Symbol 20016 Button
on (release) {
gotoAndPlay("PIYO_RU");
}
Symbol 20017 Button
on (release) {
gotoAndPlay("PIYO_LD");
}
Symbol 20018 Button
on (release) {
gotoAndPlay("PIYO_RD");
}
Symbol 20019 Button
on (release) {
gotoAndPlay("KO");
}
Symbol 20020 Button
on (release) {
gotoAndPlay("_root.SELECT_ENEMY_MAIN");
}
Symbol 18 MovieClip [VS_01] Frame 11
_root.eneHPMAX = 100;
_root.eneHP = _root.eneHPMAX;
_root.youHPMAX = 100;
_root.youHP = _root.youHPMAX;
_root.combo = 0;
_root.comboMAX = 100;
_root.youATK = 10;
_root.eneATK = 10;
_root.count = 0;
_root.eneAGRBase = 33;
_root.eneAGR = _root.eneAGRBase;
if (_root.win_cnt != 0) {
if (_root.win_cnt == 1) {
_root.eneAGRBase = _root.eneAGRBase + _root.LV02;
}
} else {
_root.eneAGRBase = _root.eneAGRBase + _root.LV01;
}
_root.eneAGRRnd = 8;
_root.HITCNTMAX = 0;
_root.HITCNT = 0;
Symbol 18 MovieClip [VS_01] Frame 12
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
}
Symbol 18 MovieClip [VS_01] Frame 13
gotoAndPlay("BATTLE_START");
Symbol 18 MovieClip [VS_01] Frame 14
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 18 MovieClip [VS_01] Frame 50
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 18 MovieClip [VS_01] Frame 81
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 18 MovieClip [VS_01] Frame 112
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 18 MovieClip [VS_01] Frame 143
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 18 MovieClip [VS_01] Frame 174
if (_root.BGM == true) {
_root.bgm_TITLE.start(0, 999);
}
Symbol 18 MovieClip [VS_01] Frame 175
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Instance of Symbol 28 MovieClip [target] "target" in Symbol 18 MovieClip [VS_01] Frame 176
onClipEvent (load) {
_x = _root.tx;
_y = _root.ty;
this._xscale = 0;
this._yscale = 0;
}
onClipEvent (enterFrame) {
_root.count = _root.count + 1;
this._xscale = (_root.count / _root.eneAGR) * 30;
this._yscale = this._xscale;
if (_root.eneAGR < _root.count) {
_root.count = 0;
_root.youHP = _root.youHP - _root.eneATK;
if (0 >= _root.youHP) {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.youHP = 0;
gotoAndPlay("_root.VS_01.LOSE");
} else {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
tmp = Math.random() * 2;
if (1 < tmp) {
gotoAndPlay("_root.VS_01.ATTACK2");
} else {
gotoAndPlay("_root.VS_01.ATTACK");
}
}
}
hitpertmp = (_root.count / _root.eneAGR) - (_root.combo / _root.comboMAX);
if (hitpertmp >= 0) {
if (1 < hitpertmp) {
hitpertmp = 1;
}
} else {
hitpertmp = 0;
}
_root.hitper = int((1 - hitpertmp) * 100);
}
on (press) {
_root.HITCNTMAX = _root.HITCNTMAX + 1;
_root.HITCNT = _root.HITCNT + 1;
if (_root.hitper >= int(Math.random() * 100)) {
if (_root.combo < _root.comboMAX) {
_root.combo = _root.combo + 5;
if (_root.comboMAX < _root.combo) {
_root.combo = _root.comboMAX;
}
}
_root.eneHP = _root.eneHP - _root.youATK;
if (_root.eneHP < 0) {
_root.eneHP = 0;
}
if ((_root.w / 2) >= _root.tx) {
if ((_root.h / 2) >= _root.ty) {
gotoAndPlay("_root.VS_01.DAMAGE1");
} else {
gotoAndPlay("_root.VS_01.DAMAGE3");
}
} else if ((_root.h / 2) >= _root.ty) {
gotoAndPlay("_root.VS_01.DAMAGE2");
} else {
gotoAndPlay("_root.VS_01.DAMAGE4");
}
} else {
if (_root.combo < _root.comboMAX) {
_root.combo = _root.combo + 10;
if (_root.comboMAX < _root.combo) {
_root.combo = _root.comboMAX;
}
}
if (0 < _root.eneHP) {
if (_root.SE == true) {
_root.se_GUARD01.start();
}
if ((_root.w / 2) >= _root.tx) {
gotoAndPlay("_root.VS_01.GUARD_L");
} else {
gotoAndPlay("_root.VS_01.GUARD_R");
}
} else {
gotoAndPlay("_root.VS_01.DAMAGE4");
}
}
}
Symbol 18 MovieClip [VS_01] Frame 177
gotoAndPlay("BATTLE_LOOP");
Symbol 18 MovieClip [VS_01] Frame 178
stop();
Symbol 18 MovieClip [VS_01] Frame 199
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 18 MovieClip [VS_01] Frame 200
gotoAndPlay("BATTLE");
Symbol 18 MovieClip [VS_01] Frame 201
stop();
Symbol 18 MovieClip [VS_01] Frame 222
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 18 MovieClip [VS_01] Frame 223
gotoAndPlay("BATTLE");
Symbol 18 MovieClip [VS_01] Frame 224
stop();
Symbol 18 MovieClip [VS_01] Frame 225
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 18 MovieClip [VS_01] Frame 236
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 18 MovieClip [VS_01] Frame 252
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 18 MovieClip [VS_01] Frame 253
gotoAndPlay("BATTLE");
Symbol 18 MovieClip [VS_01] Frame 254
stop();
Symbol 18 MovieClip [VS_01] Frame 255
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 18 MovieClip [VS_01] Frame 266
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 18 MovieClip [VS_01] Frame 282
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 18 MovieClip [VS_01] Frame 283
gotoAndPlay("BATTLE");
Symbol 18 MovieClip [VS_01] Frame 284
stop();
Symbol 18 MovieClip [VS_01] Frame 285
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 18 MovieClip [VS_01] Frame 296
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 18 MovieClip [VS_01] Frame 312
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 18 MovieClip [VS_01] Frame 313
gotoAndPlay("BATTLE");
Symbol 18 MovieClip [VS_01] Frame 314
stop();
Symbol 18 MovieClip [VS_01] Frame 315
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 18 MovieClip [VS_01] Frame 326
if (_root.VOICE == true) {
tmp = Math.random() * 3;
if (1 < tmp) {
if (2 < tmp) {
_root.vo_DAMAGE03.start();
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 18 MovieClip [VS_01] Frame 342
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 18 MovieClip [VS_01] Frame 343
gotoAndPlay("BATTLE");
Symbol 18 MovieClip [VS_01] Frame 344
stop();
Symbol 18 MovieClip [VS_01] Frame 345
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 18 MovieClip [VS_01] Frame 366
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 18 MovieClip [VS_01] Frame 367
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 18 MovieClip [VS_01] Frame 368
gotoAndPlay("BATTLE");
Symbol 18 MovieClip [VS_01] Frame 369
stop();
Symbol 18 MovieClip [VS_01] Frame 370
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 18 MovieClip [VS_01] Frame 391
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 18 MovieClip [VS_01] Frame 392
_root.count = 0;
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
_root.eneAGR = _root.eneAGRBase - int(Math.random() * _root.eneAGRRnd);
if (0 < _root.eneHP) {
gotoAndPlay("BATTLE");
} else {
if (_root.BGM == true) {
_root.bgm_TITLE.stop();
_root.bgm_PINCH.start(0, 999);
}
gotoAndPlay("PIYO");
}
Symbol 18 MovieClip [VS_01] Frame 393
gotoAndPlay("BATTLE");
Symbol 18 MovieClip [VS_01] Frame 394
stop();
Symbol 18 MovieClip [VS_01] Frame 395
if (_root.SE == true) {
_root.se_HIT02.start();
}
Symbol 18 MovieClip [VS_01] Frame 416
_root.combo = _root.combo - 50;
if (_root.combo < 0) {
_root.combo = 0;
}
Symbol 18 MovieClip [VS_01] Frame 477
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 18 MovieClip [VS_01] Frame 598
_root.title = 0;
gotoAndPlay("_root.BGM_START");
Symbol 18 MovieClip [VS_01] Frame 599
stop();
Symbol 18 MovieClip [VS_01] Frame 601
_root.count = _root.count + 0.25;
if (_root.count >= _root.eneAGR) {
_root.eneHP = _root.eneHPMAX / 5;
_root.count = 0;
if (_root.BGM == true) {
_root.bgm_PINCH.stop();
}
gotoAndPlay("BATTLE_BREAK");
}
Symbol 18 MovieClip [VS_01] Frame 602
gotoAndPlay("PIYO_LOOP");
Symbol 18 MovieClip [VS_01] Frame 603
stop();
Symbol 18 MovieClip [VS_01] Frame 604
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 18 MovieClip [VS_01] Frame 610
if (_root.VOICE == true) {
tmp = int(Math.random() * 5);
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 18 MovieClip [VS_01] Frame 621
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 18 MovieClip [VS_01] Frame 622
stop();
Symbol 18 MovieClip [VS_01] Frame 623
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 18 MovieClip [VS_01] Frame 629
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 18 MovieClip [VS_01] Frame 640
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 18 MovieClip [VS_01] Frame 641
stop();
Symbol 18 MovieClip [VS_01] Frame 642
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 18 MovieClip [VS_01] Frame 648
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 18 MovieClip [VS_01] Frame 659
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 18 MovieClip [VS_01] Frame 660
stop();
Symbol 18 MovieClip [VS_01] Frame 661
if (_root.SE == true) {
_root.se_HIT01.start();
}
Symbol 18 MovieClip [VS_01] Frame 667
if (_root.VOICE == true) {
tmp = Math.random() * 5;
if (1 < tmp) {
if (2 < tmp) {
if (3 < tmp) {
if (4 < tmp) {
_root.vo_DAMAGE05.start();
} else {
_root.vo_DAMAGE04.start();
}
} else {
_root.vo_DAMAGE03.start();
}
} else {
_root.vo_DAMAGE02.start();
}
} else {
_root.vo_DAMAGE01.start();
}
}
Symbol 18 MovieClip [VS_01] Frame 678
_root.count = _root.count - (_root.eneAGR / 15);
if (_root.count < 0) {
_root.count = 0;
}
_root.tx = 220 + int(Math.random() * (_root.w - 440));
_root.ty = 100 + int(Math.random() * (_root.h - 200));
gotoAndPlay("PIYO");
Symbol 18 MovieClip [VS_01] Frame 679
stop();
Symbol 18 MovieClip [VS_01] Frame 680
if (_root.BGM == true) {
_root.bgm_PINCH.stop();
}
Symbol 18 MovieClip [VS_01] Frame 686
if (_root.SE == true) {
_root.se_HIT11.start();
}
Symbol 18 MovieClip [VS_01] Frame 767
if (_root.VOICE == true) {
_root.vo_KO01.start();
}
Symbol 18 MovieClip [VS_01] Frame 858
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 18 MovieClip [VS_01] Frame 889
if (_root.SE == true) {
_root.se_DWN01.start();
}
Symbol 18 MovieClip [VS_01] Frame 900
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 18 MovieClip [VS_01] Frame 911
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 18 MovieClip [VS_01] Frame 922
if (_root.SE == true) {
_root.se_GONG01.start();
}
Symbol 18 MovieClip [VS_01] Frame 953
if (_root.BGM == true) {
_root.bgm_WIN.start(0, 1);
}
Symbol 18 MovieClip [VS_01] Frame 954
if (_root.SE == true) {
_root.se_SWING01.start();
}
Symbol 18 MovieClip [VS_01] Frame 955
_root.win01 = 1;
_root.win_cnt = _root.win_cnt + 1;
Symbol 18 MovieClip [VS_01] Frame 956
HIT_RESULT = _root.HITCNT / _root.HITCNTMAX;
HIT_RESULT = HIT_RESULT * 100;
Symbol 18 MovieClip [VS_01] Frame 977
stop();
Symbol 18 MovieClip [VS_01] Frame 1023
if (_root.SE == true) {
_root.se_DWN01.start();
}
Instance of Symbol 48 MovieClip [wh_guage] "time" in Symbol 64 MovieClip [自機ゲージ] Frame 1
onClipEvent (load) {
this._x = 30;
this._y = 410;
this._xscale = 150;
this._yscale = 0;
}
onClipEvent (enterFrame) {
this._yscale = 4000 * (_root.combo / _root.comboMAX);
if (this._yscale < 0) {
this._yscale = 0;
}
}
Instance of Symbol 44 MovieClip [h_guage] "life" in Symbol 64 MovieClip [自機ゲージ] Frame 1
onClipEvent (load) {
this._x = 75;
this._y = 430;
this._yscale = 4200;
}
onClipEvent (enterFrame) {
this._yscale = 4200 * (_root.youHP / _root.youHPMAX);
if (this._yscale < 0) {
this._yscale = 0;
}
}
Instance of Symbol 48 MovieClip [wh_guage] "time" in Symbol 60 MovieClip [敵ゲージ] Frame 1
onClipEvent (load) {
this._x = 105;
this._y = 410;
this._xscale = 150;
this._yscale = 4000;
}
onClipEvent (enterFrame) {
this._yscale = 4000 * (_root.count / _root.eneAGR);
if (this._yscale < 0) {
this._yscale = 0;
}
}
Instance of Symbol 44 MovieClip [h_guage] "life" in Symbol 60 MovieClip [敵ゲージ] Frame 1
onClipEvent (load) {
this._x = 45;
this._y = 430;
this._yscale = 4200;
}
onClipEvent (enterFrame) {
this._yscale = 4200 * (_root.eneHP / _root.eneHPMAX);
if (this._yscale < 0) {
this._yscale = 0;
}
}
Symbol 148 MovieClip [SELECT_ENEMY] Frame 1
stop();
Symbol 20021 Button
on (press) {
if (_root.SE == true) {
se_PI01.start();
}
gotoAndPlay("SELECT_ENEMY");
}
on () {
}
Symbol 20022 Button
on (press) {
if (_root.SE != false) {
_root.se_onoff = "SE : OFF";
_root.SE = false;
} else {
_root.SE = true;
_root.se_onoff = "SE : ON";
se_PI01.start();
}
}
on () {
}
Symbol 20023 Button
on (press) {
if (_root.VOICE != false) {
_root.voice_onoff = "VOICE : OFF";
_root.VOICE = false;
} else {
_root.VOICE = true;
_root.voice_onoff = "VOICE : ON";
}
}
on () {
}
Symbol 20024 Button
on (press) {
if (_root.BGM != false) {
_root.BGM = false;
_root.bgm_onoff = "BGM : OFF";
_root.bgm_TITLE.stop();
} else {
_root.BGM = true;
_root.bgm_onoff = "BGM : ON";
_root.bgm_TITLE.start(0, 999);
}
}
on () {
}
Symbol 20025 Button
on (press) {
if (_root.SE == true) {
se_PI01.start();
}
gotoAndPlay("CREDIT");
}
on () {
}
Symbol 20026 Button
on (release) {
gotoAndPlay("BGM_START");
}
Symbol 20027 Button
on (press) {
if (_root.win01 == 0) {
if (_root.SE == true) {
se_PI01.start();
}
_root.title = 1;
gotoAndPlay("VS_01");
}
}
on () {
}
Symbol 20028 Button
on (press) {
if (_root.win02 == 0) {
if (_root.SE == true) {
se_PI01.start();
}
_root.title = 1;
gotoAndPlay("VS_02");
}
}
on () {
}
Symbol 20029 Button
on (press) {
if (_root.win03 == 0) {
if (_root.SE == true) {
se_PI01.start();
}
_root.title = 1;
gotoAndPlay("VS_03");
}
}
on () {
}
Symbol 20030 Button
on (release) {
gotoAndPlay("PROG_INI");
}
Symbol 20031 Button
on (release) {
gotoAndPlay("ENDING_COLOR");
}
Symbol 20032 Button
on (release) {
gotoAndPlay("_root.PROG_INI");
}
Symbol 20033 Button
on (release) {
gotoAndPlay("ENDING_MONO");
}