Frame 1
ifFrameLoaded (2117) {
gotoAndPlay (7);
}
total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
percent = Math.floor((loaded / total) * 100);
_root.bar._yscale = percent;
_root.bar2._xscale = percent;
Frame 2
gotoAndPlay(_currentframe - 1);
Frame 7
stop();
stopAllSounds();
Frame 36
if (Key.isDown(32)) {
gotoAndPlay (1253);
}
Frame 1253
_global.hpmax_mona = 645;
_global.hpmax_giko = 501;
_global.hpmax_si = 439;
_global.hp_mona = 645;
_global.hp_giko = 501;
_global.hp_si = 439;
_global.hpmax_kuma = 6500;
_global.hp_kuma = 6500;
_global.mpmax_si = 22;
_global.mp_si = 22;
_global.time_mona = 70;
_global.time_giko = 30;
_global.time_si = 25;
_global.time_kuma = 10;
_global.enemy = "\u30AA\u30DE\u30A8\u30AF\u30DE\u30FC";
_global.targx_kuma = 90;
_global.targy_kuma = 160;
_global.targx_mona = 405;
_global.targy_mona = 120;
_global.targx_giko = 390;
_global.targy_giko = 50;
_global.targx_si = 420;
_global.targy_si = 190;
_global.ready_mona = 0;
_global.ready_giko = 0;
_global.ready_si = 0;
_global.ready_kuma = 0;
Frame 1256
this.gotoAndPlay("main");
Instance of Symbol 353 MovieClip in Frame 1269
onClipEvent (load) {
this.gotoAndStop("now_zsa");
}
Instance of Symbol 386 MovieClip "mona" in Frame 1269
onClipEvent (load) {
this.gotoAndStop("run");
}
Instance of Symbol 434 MovieClip "si" in Frame 1276
onClipEvent (load) {
this.gotoAndStop("now_run");
}
Frame 1285
menu.gotoAndPlay("main");
Instance of Symbol 293 MovieClip "menu" in Frame 1285
onClipEvent (enterFrame) {
}
Instance of Symbol 386 MovieClip "mona" in Frame 1286
onClipEvent (load) {
this.gotoAndStop("magic");
}
Instance of Symbol 353 MovieClip in Frame 1297
onClipEvent (load) {
this.gotoAndStop("now_wait");
}
Instance of Symbol 386 MovieClip "mona" in Frame 1298
onClipEvent (load) {
this.gotoAndStop("wait");
}
Instance of Symbol 434 MovieClip "si" in Frame 1298
onClipEvent (load) {
this.gotoAndStop("now_wait");
}
Instance of Symbol 353 MovieClip "giko" in Frame 1301
onClipEvent (load) {
_global.locatex_giko = this._x;
_global.locatey_giko = this._y;
this.gotoAndStop("now_wait");
}
Instance of Symbol 386 MovieClip "mona" in Frame 1301
onClipEvent (load) {
_global.locatex_mona = this._x;
_global.locatey_mona = this._y;
this.gotoAndStop("wait");
}
Instance of Symbol 434 MovieClip "si" in Frame 1301
onClipEvent (load) {
_global.locatex_si = this._x;
_global.locatey_si = this._y;
this.gotoAndStop("now_wait");
}
Instance of Symbol 386 MovieClip "mona" in Frame 1399
onClipEvent (load) {
this.gotoAndStop("run");
}
Instance of Symbol 386 MovieClip "mona" in Frame 1407
onClipEvent (load) {
this.gotoAndStop("magic");
}
Instance of Symbol 353 MovieClip in Frame 1420
onClipEvent (load) {
this.gotoAndStop("now_attack");
}
Instance of Symbol 434 MovieClip "si" in Frame 1420
onClipEvent (load) {
this.gotoAndStop("now_attack");
}
Instance of Symbol 353 MovieClip in Frame 1444
onClipEvent (load) {
this.gotoAndStop("wait");
}
Instance of Symbol 386 MovieClip "mona" in Frame 1444
onClipEvent (load) {
this.gotoAndStop("run2");
}
Instance of Symbol 434 MovieClip "si" in Frame 1444
onClipEvent (load) {
this.gotoAndStop("wait");
}
Instance of Symbol 386 MovieClip "mona" in Frame 1452
onClipEvent (load) {
this.gotoAndStop("wait");
}
Frame 1485
stop();
Instance of Symbol 540 MovieClip in Frame 1485
onClipEvent (keyDown) {
if (Key.isDown(32)) {
_root.gotoAndPlay("key_end");
}
}
Instance of Symbol 540 MovieClip in Frame 1486
/* no clip actions */
Instance of Symbol 437 MovieClip in Frame 1516
onClipEvent (enterFrame) {
if (_global.hp_kuma > 0) {
if ((_global.time_kuma > 120) && (_global.ready_kuma == 0)) {
_global.actiontime_kuma = 40;
_global.ready_kuma = 1;
} else if (_global.ready_kuma == 1) {
_global.actiontime_kuma--;
if (_global.actiontime_kuma > 0) {
} else {
_global.actiontime_mona = _global.actiontime_mona + 1;
_global.actiontime_giko = _global.actiontime_giko + 1;
_global.actiontime_si = _global.actiontime_si + 1;
if (_global.actiontime_kuma == 0) {
_global.targ_kuma = random(3) + 1;
if ((_global.targ_kuma == 1) && (_global.hp_giko == 0)) {
_global.targ_kuma = 2;
}
if ((_global.targ_kuma == 2) && (_global.hp_mona == 0)) {
_global.targ_kuma = 3;
}
if ((_global.targ_kuma == 3) && (_global.hp_si == 0)) {
_global.targ_kuma = 1;
}
if ((_global.targ_kuma == 1) && (_global.hp_giko == 0)) {
_global.targ_kuma = 2;
}
} else if (_global.actiontime_kuma > -13) {
if ((_global.actiontime_kuma > -3) || ((global.actiontime_kuma < -9) && (global.actiontime_kuma >= -12))) {
this.gotoAndStop("attack");
} else {
this.gotoAndStop("wait");
}
} else if (_global.actiontime_kuma > -30) {
if (_global.targ_kuma == 1) {
_global.ouch_giko = 1;
} else if (_global.targ_kuma == 2) {
_global.ouch_mona = 1;
} else if (_global.targ_kuma == 3) {
_global.ouch_si = 1;
}
} else if (_global.actiontime_kuma == -30) {
_global.ouch_giko = 0;
_global.ouch_mona = 0;
_global.ouch_si = 0;
if (_global.targ_kuma == 1) {
_global.damage = random(25) + 120;
_root.num._x = _global.locatex_giko + 20;
_root.num._y = _global.locatey_giko + 20;
_root.num.gotoAndStop("minus");
_global.hp_giko = _global.hp_giko - _global.damage;
if (_global.hp_giko <= 0) {
_global.hp_giko = 0;
}
} else if (_global.targ_kuma == 2) {
_global.damage = random(28) + 130;
_root.num._x = _global.locatex_mona + 20;
_root.num._y = _global.locatey_mona + 20;
_root.num.gotoAndStop("minus");
_global.hp_mona = _global.hp_mona - _global.damage;
if (_global.hp_mona <= 0) {
_global.hp_mona = 0;
}
} else if (_global.targ_kuma == 3) {
_global.damage = random(25) + 130;
_root.num._x = _global.locatex_si + 20;
_root.num._y = _global.locatey_si + 20;
_root.num.gotoAndStop("minus");
_global.hp_si = _global.hp_si - _global.damage;
if (_global.hp_si <= 0) {
_global.hp_si = 0;
}
}
_global.ready_kuma = 0;
_global.time_kuma = 0;
}
}
}
}
}
Instance of Symbol 353 MovieClip "giko_battle" in Frame 1518
onClipEvent (enterFrame) {
if (_global.hp_giko <= 0) {
_global.time_giko = 0;
_global.ready_giko = 0;
this.gotoAndStop("down");
} else if (_global.ouch_giko == 1) {
this.gotoAndStop("damage2");
} else if (_global.ready_giko == 0) {
if (_global.hp_giko < (_global.hpmax_giko / 10)) {
this.gotoAndStop("pinch");
} else {
this.gotoAndStop("wait");
}
} else if (_global.ready_giko == 1) {
dx = (_global.locatex_giko - _global.gikogo_x) - 100;
dy = (_global.locatey_giko - _global.gikogo_y) - 20;
_global.actiontime_giko--;
if (_global.actiontime_giko > 0) {
this.gotoAndStop("ready");
} else {
_global.actiontime_mona = _global.actiontime_mona + 1;
_global.actiontime_si = _global.actiontime_si + 1;
_global.actiontime_kuma = _global.actiontime_kuma + 1;
if (_global.actiontime_giko == 0) {
this.gotoAndStop("run");
} else if (_global.actiontime_giko > -10) {
this._x = this._x - (dx / 15);
this._y = this._y - (dy / 15);
} else if (_global.actiontime_giko > -15) {
this.gotoAndStop("attack1a");
this._x = this._x - (dx / 15);
this._y = this._y - (dy / 15);
} else if (_global.actiontime_giko == -15) {
this.gotoAndStop("attack1b");
this._x = _global.gikogo_x + 100;
this._y = _global.gikogo_y + 20;
_root.fxs._x = _global.gikogo_x + 70;
_root.fxs._y = _global.gikogo_y + 20;
_root.fxs.gotoAndStop("spear");
_root.num._x = _global.gikogo_x + 70;
_root.num._y = _global.gikogo_y + 20;
_global.damage = random(45) + 270;
_root.num.gotoAndStop("minus");
} else if (_global.actiontime_giko > -35) {
} else if (_global.actiontime_giko == -35) {
this.gotoAndStop("run2");
} else if (_global.actiontime_giko > -45) {
this._x = this._x + (dx / 10);
this._y = this._y + (dy / 10);
} else if (_global.actiontime_giko == -45) {
this.gotoAndStop("wait");
this._x = _global.locatex_giko;
this._y = _global.locatey_giko;
if (_global.targ_giko == 0) {
_global.hp_kuma = _global.hp_kuma - _global.damage;
if (_global.hp_kuma < 0) {
_global.hp_kuma = 0;
}
} else if (_global.targ_giko == 1) {
_global.hp_giko = _global.hp_giko - _global.damage;
if (_global.hp_giko < 0) {
_global.hp_giko = 0;
}
} else if (_global.targ_giko == 2) {
_global.hp_mona = _global.hp_mona - _global.damage;
if (_global.hp_mona < 0) {
_global.hp_mona = 0;
}
} else if (_global.targ_giko == 3) {
_global.hp_si = _global.hp_si - _global.damage;
if (_global.hp_si < 0) {
_global.hp_si = 0;
}
}
_global.time_giko = 0;
_global.ready_giko = 0;
}
}
} else if (_global.ready_giko == 2) {
_global.actiontime_giko--;
if (_global.actiontime_giko > 0) {
this.gotoAndStop("ready");
} else {
_global.actiontime_mona = _global.actiontime_mona + 1;
_global.actiontime_si = _global.actiontime_si + 1;
_global.actiontime_kuma = _global.actiontime_kuma + 1;
if (_global.actiontime_giko > -55) {
this.gotoAndStop("ready");
_global.special = ("" + _global.zsaget) + "\u30B2\u30C3\u30C8";
} else if (_global.actiontime_giko == -55) {
this.gotoAndStop("zsa");
} else if (_global.actiontime_giko > -75) {
this._x = this._x - 30;
} else if (_global.actiontime_giko == -75) {
this._x = _global.locatex_giko + 300;
_root.num._x = _global.locatex_kuma + 150;
_root.num._y = _global.locatey_kuma + 200;
_global.damage = _global.zsaget;
_root.num.gotoAndStop("minus");
} else if (_global.actiontime_giko > -85) {
this._x = this._x - 30;
} else if (_global.actiontime_giko == -85) {
this._x = _global.locatex_giko;
this.gotoAndStop("wait");
} else if (_global.actiontime_giko == -105) {
_global.hp_kuma = _global.hp_kuma - _global.damage;
if (_global.hp_kuma < 0) {
_global.hp_kuma = 0;
}
_global.time_giko = 0;
_global.ready_giko = 0;
_global.actiontime_giko = 0;
}
}
}
}
Instance of Symbol 386 MovieClip "mona_battle" in Frame 1518
onClipEvent (enterFrame) {
if (_global.hp_mona <= 0) {
_global.time_mona = 0;
_global.ready_mona = 0;
this.gotoAndStop("down");
} else if (_global.ouch_mona == 1) {
this.gotoAndStop("damage2");
} else if (_global.ready_mona == 0) {
if (_global.hp_mona < (_global.hpmax_mona / 10)) {
this.gotoAndStop("pinch");
} else {
this.gotoAndStop("wait");
}
} else {
dx = (_global.locatex_mona - _global.monago_x) - 100;
dy = (_global.locatey_mona - _global.monago_y) - 20;
_global.actiontime_mona--;
if (_global.actiontime_mona > 0) {
this.gotoAndStop("ready");
} else {
_global.actiontime_giko = _global.actiontime_giko + 1;
_global.actiontime_si = _global.actiontime_si + 1;
_global.actiontime_kuma = _global.actiontime_kuma + 1;
if (_global.actiontime_mona == 0) {
this.gotoAndStop("run");
} else if (_global.actiontime_mona > -12) {
this._x = this._x - (dx / 15);
this._y = this._y - (dy / 15);
} else if (_global.actiontime_mona > -15) {
this.gotoAndStop("attack1a");
this._x = this._x - (dx / 15);
this._y = this._y - (dy / 15);
} else if (_global.actiontime_mona == -15) {
this.gotoAndStop("attack1b");
this._x = _global.monago_x + 100;
this._y = _global.monago_y + 20;
_root.fxs._x = _global.monago_x + 70;
_root.fxs._y = _global.smonago_y + 20;
_root.fxs.gotoAndStop("sword");
_global.damage = random(50) + 300;
_root.num._x = _global.monago_x + 70;
_root.num._y = _global.monago_y + 20;
_root.num.gotoAndStop("minus");
} else if (_global.actiontime_mona > -35) {
} else if (_global.actiontime_mona == -35) {
this.gotoAndStop("run2");
} else if (_global.actiontime_mona > -45) {
this._x = this._x + (dx / 10);
this._y = this._y + (dy / 10);
} else if (_global.actiontime_mona == -45) {
this.gotoAndStop("wait");
this._x = _global.locatex_mona;
this._y = _global.locatey_mona;
_global.time_mona = 0;
_global.ready_mona = 0;
if (_global.targ_mona == 0) {
_global.hp_kuma = _global.hp_kuma - _global.damage;
if (_global.hp_kuma < 0) {
_global.hp_kuma = 0;
}
} else if (_global.targ_mona == 1) {
_global.hp_giko = _global.hp_giko - _global.damage;
if (_global.hp_giko < 0) {
_global.hp_giko = 0;
}
} else if (_global.targ_mona == 2) {
_global.hp_mona = _global.hp_mona - _global.damage;
if (_global.hp_mona < 0) {
_global.hp_mona = 0;
}
} else if (_global.targ_mona == 3) {
_global.hp_si = _global.hp_si - _global.damage;
if (_global.hp_si < 0) {
_global.hp_si = 0;
}
}
}
}
}
}
Instance of Symbol 434 MovieClip "si_battle" in Frame 1518
onClipEvent (enterFrame) {
if (_global.hp_si <= 0) {
_global.time_si = 0;
_global.ready_si = 0;
this.gotoAndStop("down");
} else if (_global.ouch_si == 1) {
this.gotoAndStop("damage2");
} else if (_global.ready_si == 0) {
if (_global.hp_si < (_global.hpmax_si / 10)) {
this.gotoAndStop("pinch");
} else {
this.gotoAndStop("wait");
}
} else if (_global.ready_si == 1) {
dx = (_global.locatex_si - _global.sigo_x) - 120;
dy = (_global.locatey_si - _global.sigo_y) - 20;
_global.actiontime_si--;
if (_global.actiontime_si > 0) {
this.gotoAndStop("ready");
} else {
_global.actiontime_giko = _global.actiontime_giko + 1;
_global.actiontime_mona = _global.actiontime_mona + 1;
_global.actiontime_kuma = _global.actiontime_kuma + 1;
if (_global.actiontime_si == 0) {
this.gotoAndStop("run");
} else if (_global.actiontime_si > -12) {
this._x = this._x - (dx / 15);
this._y = this._y - (dy / 15);
} else if (_global.actiontime_si > -15) {
this.gotoAndStop("attack1a");
this._x = this._x - (dx / 15);
this._y = this._y - (dy / 15);
} else if (_global.actiontime_si == -15) {
_root.fxs._x = _global.sigo_x + 70;
_root.fxs._y = _global.sigo_y + 20;
_root.fxs.gotoAndStop("rod");
_root.num._x = _global.sigo_x + 70;
_root.num._y = _global.sigo_y + 20;
_global.damage = random(15) + 42;
_root.num.gotoAndStop("minus");
} else if (_global.actiontime_si > -35) {
this.gotoAndStop("attack1b");
this._x = _global.sigo_x + 120;
this._y = _global.sigo_y + 20;
} else if (_global.actiontime_si == -35) {
this.gotoAndStop("run2");
} else if (_global.actiontime_si > -45) {
this._x = this._x + (dx / 10);
this._y = this._y + (dy / 10);
} else if (_global.actiontime_si == -45) {
this.gotoAndStop("wait");
this._x = _global.locatex_si;
this._y = _global.locatey_si;
_global.time_si = 0;
_global.ready_si = 0;
if (_global.targ_si == 0) {
_global.hp_kuma = _global.hp_kuma - _global.damage;
if (_global.hp_kuma < 0) {
_global.hp_kuma = 0;
}
} else if (_global.targ_si == 1) {
_global.hp_giko = _global.hp_giko - _global.damage;
if (_global.hp_giko < 0) {
_global.hp_giko = 0;
}
} else if (_global.targ_si == 2) {
_global.hp_mona = _global.hp_mona - _global.damage;
if (_global.hp_mona < 0) {
_global.hp_mona = 0;
}
} else if (_global.targ_si == 3) {
_global.hp_si = _global.hp_si - _global.damage;
if (_global.hp_si < 0) {
_global.hp_si = 0;
}
}
}
}
} else if (_global.ready_si == 2) {
_global.actiontime_si--;
if (_global.actiontime_si > 0) {
this.gotoAndStop("ready");
} else {
_global.actiontime_giko = _global.actiontime_giko + 1;
_global.actiontime_mona = _global.actiontime_mona + 1;
_global.actiontime_kuma = _global.actiontime_kuma + 1;
if (_global.actiontime_si == 0) {
this.gotoAndStop("run");
} else if (_global.actiontime_si > -10) {
this._x = this._x - 7;
} else if (_global.actiontime_si > -45) {
this.gotoAndStop("magic");
} else if (_global.actiontime_si == -45) {
_root.fxs._x = _global.sigo_x + 70;
_root.fxs._y = _global.sigo_y + 20;
_root.fxs.gotoAndStop("cure");
} else if (_global.actiontime_si > -100) {
this.gotoAndStop("wait");
} else if (_global.actiontime_si == -100) {
_root.num._x = _global.sigo_x + 70;
_root.num._y = _global.sigo_y + 20;
_global.cure = random(70) + 250;
_root.num.gotoAndStop("plus");
this.gotoAndStop("run2");
} else if (_global.actiontime_si > -110) {
this._x = this._x + 7;
} else if (_global.actiontime_si == -110) {
this.gotoAndStop("wait");
this._x = _global.locatex_si;
this._y = _global.locatey_si;
_global.time_si = 0;
_global.ready_si = 0;
if (_global.targ_si == 0) {
_global.hp_kuma = _global.hp_kuma + _global.cure;
if (_global.hp_kuma > _global.hpmax_kuma) {
_global.hp_kuma = _global.hpmax_kuma;
}
} else if (_global.targ_si == 1) {
_global.hp_giko = _global.hp_giko + _global.cure;
if (_global.hp_giko > _global.hpmax_giko) {
_global.hp_giko = _global.hpmax_giko;
}
} else if (_global.targ_si == 2) {
_global.hp_mona = _global.hp_mona + _global.cure;
if (_global.hp_mona > _global.hpmax_mona) {
_global.hp_mona = _global.hpmax_mona;
}
} else if (_global.targ_si == 3) {
_global.hp_si = _global.hp_si + _global.cure;
if (_global.hp_si > _global.hpmax_si) {
_global.hp_si = _global.hpmax_si;
}
}
_global.mp_si = _global.mp_si - 3;
if (_global.mp_si < 0) {
_global.mp_si = 0;
}
}
}
}
}
Instance of Symbol 565 MovieClip "fxs" in Frame 1518
onClipEvent (enterFrame) {
if (_global.fx_end == 1) {
_global.fx_end = 0;
this.gotoAndStop("none");
}
}
Instance of Symbol 574 MovieClip "num" in Frame 1518
onClipEvent (enterFrame) {
if (_global.num_end == 1) {
_global.num_end = 0;
this.gotoAndStop("off");
}
}
onClipEvent (load) {
this.gotoAndStop("off");
}
Instance of Symbol 579 MovieClip in Frame 1518
onClipEvent (enterFrame) {
if (((_global.ready_si == 2) && (_global.actiontime_si < -15)) && (_global.actiontime_si > -45)) {
_global.special = "\u30B1\u30A2\u30EB";
this.gotoAndStop("on");
} else if (((_global.ready_giko == 2) && (_global.actiontime_giko < 0)) && (_global.actiontime_giko > -55)) {
this.gotoAndStop("on");
} else {
this.gotoAndStop("off");
}
}
Frame 1519
_global.time_mona = _global.time_mona + 0.5;
_global.time_giko = _global.time_giko + 0.5;
_global.time_si = _global.time_si + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
if (((_global.hp_mona <= 0) && (_global.hp_giko <= 0)) && (_global.hp_si <= 0)) {
gotoAndPlay (1800);
} else if (_global.hp_kuma <= 0) {
gotoAndPlay (1912);
} else if ((_global.time_mona > 100) && (_global.ready_mona == 0)) {
gotoAndPlay (1525);
} else if ((_global.time_giko > 100) && (_global.ready_giko == 0)) {
gotoAndPlay (1601);
} else if ((_global.time_si > 100) && (_global.ready_si == 0)) {
gotoAndPlay (1691);
} else {
gotoAndPlay (1518);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1524
onClipEvent (load) {
this.gotoAndPlay("open2");
}
onClipEvent (enterFrame) {
}
Instance of Symbol 581 MovieClip in Frame 1524
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (_global.select < 3) {
_global.select++;
this._y = this._y + 28;
} else {
_global.select = 0;
this._y = this._y - 84;
}
} else if (Key.isDown(38)) {
if (_global.select > 0) {
_global.select--;
this._y = this._y - 28;
} else {
_global.select = 3;
this._y = this._y + 84;
}
} else if (Key.isDown(32)) {
if (_global.select == 0) {
_root.gotoAndPlay("targ_attack_mona");
}
} else if (Key.isDown(16)) {
_root.gotoAndPlay("end_mona");
}
}
onClipEvent (load) {
_global.who = "mona";
_global.select = 0;
}
Frame 1526
_global.time_giko = _global.time_giko + 0.5;
_global.time_si = _global.time_si + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
if ((_global.hp_mona <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("end_mona");
} else {
gotoAndPlay (1525);
}
Instance of Symbol 581 MovieClip in Frame 1529
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (_global.targ_mona == 0) {
_global.targ_mona = 1;
this._x = _global.targx_giko;
this._y = _global.targy_giko;
} else if (_global.targ_mona == 1) {
_global.targ_mona = 2;
this._x = _global.targx_mona;
this._y = _global.targy_mona;
} else if (_global.targ_mona == 2) {
_global.targ_mona = 3;
this._x = _global.targx_si;
this._y = _global.targy_si;
}
} else if (Key.isDown(37)) {
if (_global.targ_mona == 1) {
_global.targ_mona = 0;
this._x = _global.targx_kuma;
this._y = _global.targy_kuma;
} else if (_global.targ_mona == 2) {
_global.targ_mona = 1;
this._x = _global.targx_giko;
this._y = _global.targy_giko;
} else if (_global.targ_mona == 3) {
_global.targ_mona = 2;
this._x = _global.targx_mona;
this._y = _global.targy_mona;
}
} else if (Key.isDown(32)) {
if ((_global.targ_mona == 0) && (_global.hp_kuma > 0)) {
_global.ready_mona = 1;
_global.actiontime_mona = 40;
_global.monago_x = _global.targx_kuma;
_global.monago_y = _global.targy_kuma;
_root.gotoAndPlay("end_mona");
} else if ((_global.targ_mona == 1) && (_global.hp_giko > 0)) {
_global.ready_mona = 1;
_global.actiontime_mona = 40;
_global.monago_x = _global.targx_giko;
_global.monago_y = _global.targy_giko;
_root.gotoAndPlay("end_mona");
} else if ((_global.targ_mona == 2) && (_global.hp_mona > 0)) {
_global.ready_mona = 1;
_global.actiontime_mona = 40;
_global.monago_x = _global.targx_mona;
_global.monago_y = _global.targy_mona;
_root.gotoAndPlay("end_mona");
} else if ((_global.targ_mona == 3) && (_global.hp_si > 0)) {
_global.ready_mona = 1;
_global.actiontime_mona = 40;
_global.monago_x = _global.targx_si;
_global.monago_y = _global.targy_si;
_root.gotoAndPlay("end_mona");
}
} else if (Key.isDown(16)) {
_root.gotoAndPlay("select_mona");
}
}
onClipEvent (load) {
_global.targ_mona = 0;
this._x = _global.targx_kuma;
this._y = _global.targy_kuma;
}
Frame 1532
_global.time_giko = _global.time_giko + 0.5;
_global.time_si = _global.time_si + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
if ((_global.hp_mona <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("select_mona");
} else {
gotoAndPlay (1531);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1543
onClipEvent (load) {
this.gotoAndPlay("close2");
}
onClipEvent (enterFrame) {
_global.time_giko = _global.time_giko + 0.5;
_global.time_si = _global.time_si + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
}
Frame 1562
if (((_global.hp_mona <= 0) && (_global.hp_giko <= 0)) && (_global.hp_si <= 0)) {
gotoAndPlay (1800);
} else if (_global.hp_kuma <= 0) {
gotoAndPlay (1912);
} else if ((_global.time_si > 100) && (_global.ready_si == 0)) {
gotoAndPlay (1691);
} else if ((_global.time_giko > 100) && (_global.ready_giko == 0)) {
gotoAndPlay (1601);
} else {
gotoAndPlay (1518);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1600
onClipEvent (load) {
this.gotoAndPlay("open2");
}
onClipEvent (enterFrame) {
}
Instance of Symbol 581 MovieClip in Frame 1600
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (_global.select < 3) {
_global.select++;
this._y = this._y + 28;
} else {
_global.select = 0;
this._y = this._y - 84;
}
} else if (Key.isDown(38)) {
if (_global.select > 0) {
_global.select--;
this._y = this._y - 28;
} else {
_global.select = 3;
this._y = this._y + 84;
}
} else if (Key.isDown(32)) {
if (_global.select == 0) {
_root.gotoAndPlay("targ_attack_giko");
} else if (_global.select == 1) {
_root.gotoAndPlay("zsa_giko");
}
} else if (Key.isDown(16)) {
_root.gotoAndPlay("end_giko");
}
}
onClipEvent (load) {
_global.who = "giko";
_global.select = 0;
}
Frame 1602
_global.time_mona = _global.time_mona + 0.5;
_global.time_si = _global.time_si + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
if ((_global.hp_giko <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("end_giko");
} else {
gotoAndPlay (1601);
}
Instance of Symbol 581 MovieClip in Frame 1605
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (_global.targ_giko == 0) {
_global.targ_giko = 1;
this._x = _global.targx_giko;
this._y = _global.targy_giko;
} else if (_global.targ_giko == 1) {
_global.targ_giko = 2;
this._x = _global.targx_mona;
this._y = _global.targy_mona;
} else if (_global.targ_giko == 2) {
_global.targ_giko = 3;
this._x = _global.targx_si;
this._y = _global.targy_si;
}
} else if (Key.isDown(37)) {
if (_global.targ_giko == 1) {
_global.targ_giko = 0;
this._x = _global.targx_kuma;
this._y = _global.targy_kuma;
} else if (_global.targ_giko == 2) {
_global.targ_giko = 1;
this._x = _global.targx_giko;
this._y = _global.targy_giko;
} else if (_global.targ_giko == 3) {
_global.targ_giko = 2;
this._x = _global.targx_mona;
this._y = _global.targy_mona;
}
} else if (Key.isDown(32)) {
if ((_global.targ_giko == 0) && (_global.hp_kuma > 0)) {
_global.ready_giko = 1;
_global.actiontime_giko = 40;
_global.gikogo_x = _global.targx_kuma;
_global.gikogo_y = _global.targy_kuma;
_root.gotoAndPlay("end_giko");
} else if ((_global.targ_giko == 1) && (_global.hp_giko > 0)) {
_global.ready_giko = 1;
_global.actiontime_giko = 40;
_global.gikogo_x = _global.targx_giko;
_global.gikogo_y = _global.targy_giko;
_root.gotoAndPlay("end_giko");
} else if ((_global.targ_giko == 2) && (_global.hp_mona > 0)) {
_global.ready_giko = 1;
_global.actiontime_giko = 40;
_global.gikogo_x = _global.targx_mona;
_global.gikogo_y = _global.targy_mona;
_root.gotoAndPlay("end_giko");
} else if ((_global.targ_giko == 3) && (_global.targ_si > 0)) {
_global.ready_giko = 1;
_global.actiontime_giko = 40;
_global.gikogo_x = _global.targx_si;
_global.gikogo_y = _global.targy_si;
_root.gotoAndPlay("end_giko");
}
} else if (Key.isDown(16)) {
_root.gotoAndPlay("select_giko");
}
}
onClipEvent (load) {
_global.targ_giko = 0;
this._x = _global.targx_kuma;
this._y = _global.targy_kuma;
}
Frame 1608
_global.time_mona = _global.time_mona + 0.5;
_global.time_si = _global.time_si + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
if ((_global.hp_giko <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("select_giko");
} else {
gotoAndPlay (1607);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1612
onClipEvent (load) {
this.gotoAndPlay("open1");
}
onClipEvent (enterFrame) {
}
Instance of Symbol 581 MovieClip in Frame 1617
onClipEvent (enterFrame) {
if (_global.hp_giko <= 0) {
_root.gotoAndPlay("end_zsa_giko2");
}
}
onClipEvent (keyDown) {
if (Key.isDown(32)) {
_global.ready_giko = 2;
_global.actiontime = 40;
gotoAndPlay (1621);
} else if (Key.isDown(16)) {
gotoAndPlay (1634);
}
}
Instance of Symbol 587 MovieClip in Frame 1617
onClipEvent (keyDown) {
if (Key.isDown(32)) {
_global.push = 1;
_global.ready_giko = 2;
_root.gotoAndPlay("end_zsa_giko");
} else if (Key.isDown(16)) {
_root.gotoAndPlay("end_zsa_giko2");
}
}
onClipEvent (load) {
_global.push = 0;
}
Frame 1619
_global.time_mona = _global.time_mona + 0.5;
_global.time_si = _global.time_si + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
if ((_global.hp_giko <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("end_zsa_giko2");
} else {
gotoAndPlay (1618);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1633
onClipEvent (load) {
this.gotoAndPlay("close1");
}
onClipEvent (enterFrame) {
}
Frame 1639
if (_global.ready_giko == 0) {
gotoAndPlay (1601);
} else if (_global.ready_giko == 2) {
_global.actiontime_giko = 20;
gotoAndPlay (1646);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1639
onClipEvent (load) {
this.gotoAndPlay("open2");
}
onClipEvent (enterFrame) {
}
Instance of Symbol 293 MovieClip "menu" in Frame 1645
onClipEvent (load) {
this.gotoAndPlay("close2");
}
onClipEvent (enterFrame) {
_global.time_mona = _global.time_mona + 0.5;
_global.time_si = _global.time_si + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
}
Frame 1664
if (((_global.hp_mona <= 0) && (_global.hp_giko <= 0)) && (_global.hp_si <= 0)) {
gotoAndPlay (1800);
} else if (_global.hp_kuma <= 0) {
gotoAndPlay (1912);
} else if ((_global.time_mona > 100) && (_global.ready_mona == 0)) {
gotoAndPlay (1525);
} else if ((_global.time_si > 100) && (_global.ready_si == 0)) {
gotoAndPlay (1691);
} else {
gotoAndPlay (1518);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1665
onClipEvent (enterFrame) {
}
Instance of Symbol 293 MovieClip "menu" in Frame 1690
onClipEvent (load) {
this.gotoAndPlay("open2");
}
onClipEvent (enterFrame) {
}
Instance of Symbol 581 MovieClip in Frame 1690
onClipEvent (keyDown) {
if (Key.isDown(40)) {
if (_global.select < 3) {
_global.select++;
this._y = this._y + 28;
} else {
_global.select = 0;
this._y = this._y - 84;
}
} else if (Key.isDown(38)) {
if (_global.select > 0) {
_global.select--;
this._y = this._y - 28;
} else {
_global.select = 3;
this._y = this._y + 84;
}
} else if (Key.isDown(32)) {
if (_global.select == 0) {
_root.gotoAndPlay("targ_attack_si");
} else if (_global.select == 1) {
_root.gotoAndPlay("sel_magic_si");
}
} else if (Key.isDown(16)) {
_root.gotoAndPlay("end_si");
}
}
onClipEvent (load) {
_global.who = "si";
_global.select = 0;
}
Frame 1692
_global.time_giko = _global.time_giko + 0.5;
_global.time_mona = _global.time_mona + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
if ((_global.hp_si <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("end_si");
} else {
gotoAndPlay (1691);
}
Instance of Symbol 581 MovieClip in Frame 1695
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (_global.targ_si == 0) {
_global.targ_si = 1;
this._x = _global.targx_giko;
this._y = _global.targy_giko;
} else if (_global.targ_si == 1) {
_global.targ_si = 2;
this._x = _global.targx_mona;
this._y = _global.targy_mona;
} else if (_global.targ_si == 2) {
_global.targ_si = 3;
this._x = _global.targx_si;
this._y = _global.targy_si;
}
} else if (Key.isDown(37)) {
if (_global.targ_si == 1) {
_global.targ_si = 0;
this._x = _global.targx_kuma;
this._y = _global.targy_kuma;
} else if (_global.targ_si == 2) {
_global.targ_si = 1;
this._x = _global.targx_giko;
this._y = _global.targy_giko;
} else if (_global.targ_si == 3) {
_global.targ_si = 2;
this._x = _global.targx_mona;
this._y = _global.targy_mona;
}
} else if (Key.isDown(32)) {
if ((_global.targ_si == 0) && (_global.hp_kuma > 0)) {
_global.ready_si = 1;
_global.sigo_x = _global.targx_kuma;
_global.sigo_y = _global.targy_kuma;
_global.actiontime_si = 40;
_root.gotoAndPlay("end_si");
} else if ((_global.targ_si == 1) && (_global.hp_giko > 0)) {
_global.ready_si = 1;
_global.actiontime_si = 40;
_global.sigo_x = _global.targx_giko;
_global.sigo_y = _global.targy_giko;
_root.gotoAndPlay("end_si");
} else if ((_global.targ_si == 2) && (_global.hp_mona > 0)) {
_global.ready_si = 1;
_global.actiontime_si = 40;
_global.sigo_x = _global.targx_mona;
_global.sigo_y = _global.targy_mona;
_root.gotoAndPlay("end_si");
} else if ((_global.targ_si == 3) && (_global.hp_si > 0)) {
_global.ready_si = 1;
_global.actiontime_si = 40;
_global.sigo_x = _global.targx_si;
_global.sigo_y = _global.targy_si;
_root.gotoAndPlay("end_si");
}
} else if (Key.isDown(16)) {
_root.gotoAndPlay("select_si");
}
}
onClipEvent (load) {
_global.targ_si = 0;
this._x = _global.targx_kuma;
this._y = _global.targy_kuma;
}
Frame 1698
_global.time_giko = _global.time_giko + 0.5;
_global.time_mona = _global.time_mona + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
if ((_global.hp_si <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("select_si");
} else {
gotoAndPlay (1697);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1704
onClipEvent (load) {
this.gotoAndPlay("open4");
}
onClipEvent (enterFrame) {
}
Instance of Symbol 581 MovieClip in Frame 1704
onClipEvent (keyDown) {
if (Key.isDown(32) && (_global.mp_si >= 3)) {
_root.gotoAndPlay("targ_magic_si");
} else if (Key.isDown(16)) {
_root.gotoAndPlay("end_magic_si");
}
}
onClipEvent (enterFrame) {
_global.mp = _global.mp_si;
_global.mpmax = _global.mpmax_si;
_global.mpcost = 3;
}
Frame 1706
if ((_global.hp_si <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("end_magic_si");
} else {
gotoAndPlay (1705);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1711
onClipEvent (load) {
this.gotoAndPlay("close4b");
}
onClipEvent (enterFrame) {
}
Instance of Symbol 581 MovieClip in Frame 1711
onClipEvent (keyDown) {
if (Key.isDown(39)) {
if (_global.targ_si == 0) {
_global.targ_si = 1;
this._x = _global.targx_giko;
this._y = _global.targy_giko;
} else if (_global.targ_si == 1) {
_global.targ_si = 2;
this._x = _global.targx_mona;
this._y = _global.targy_mona;
} else if (_global.targ_si == 2) {
_global.targ_si = 3;
this._x = _global.targx_si;
this._y = _global.targy_si;
}
} else if (Key.isDown(37)) {
if (_global.targ_si == 1) {
_global.targ_si = 0;
this._x = _global.targx_kuma;
this._y = _global.targy_kuma;
} else if (_global.targ_si == 2) {
_global.targ_si = 1;
this._x = _global.targx_giko;
this._y = _global.targy_giko;
} else if (_global.targ_si == 3) {
_global.targ_si = 2;
this._x = _global.targx_mona;
this._y = _global.targy_mona;
}
} else if (Key.isDown(32)) {
if ((_global.targ_si == 0) && (_global.hp_kuma > 0)) {
_global.ready_si = 2;
_global.sigo_x = _global.targx_kuma;
_global.sigo_y = _global.targy_kuma;
_global.actiontime_si = 40;
_root.gotoAndPlay("end_magic_si");
} else if ((_global.targ_si == 1) && (_global.hp_giko > 0)) {
_global.ready_si = 2;
_global.actiontime_si = 40;
_global.sigo_x = _global.targx_giko;
_global.sigo_y = _global.targy_giko;
_root.gotoAndPlay("end_magic_si");
} else if ((_global.targ_si == 2) && (_global.hp_mona > 0)) {
_global.ready_si = 2;
_global.actiontime_si = 40;
_global.sigo_x = _global.targx_mona;
_global.sigo_y = _global.targy_mona;
_root.gotoAndPlay("end_magic_si");
} else if ((_global.targ_si == 3) && (_global.hp_si > 0)) {
_global.ready_si = 2;
_global.actiontime_si = 40;
_global.sigo_x = _global.targx_si;
_global.sigo_y = _global.targy_si;
_root.gotoAndPlay("end_magic_si");
}
} else if (Key.isDown(16)) {
_root.gotoAndPlay("sel_magic_si");
}
}
onClipEvent (load) {
_global.targ_si = 3;
this._x = _global.targx_si;
this._y = _global.targy_si;
}
Frame 1713
if ((_global.hp_si <= 0) || (_global.hp_kuma <= 0)) {
_root.gotoAndPlay("sel_magic_si");
} else {
gotoAndPlay (1712);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1718
onClipEvent (load) {
this.gotoAndPlay("close4");
}
onClipEvent (enterFrame) {
}
Frame 1725
if (_global.ready_si == 0) {
gotoAndPlay (1691);
} else if (_global.ready_si == 2) {
gotoAndPlay (1742);
}
Instance of Symbol 293 MovieClip "menu" in Frame 1741
onClipEvent (load) {
this.gotoAndPlay("close2");
}
onClipEvent (enterFrame) {
_global.time_giko = _global.time_giko + 0.5;
_global.time_mona = _global.time_mona + 0.5;
_global.time_kuma = _global.time_kuma + 0.5;
}
Frame 1761
if (((_global.hp_mona <= 0) && (_global.hp_giko <= 0)) && (_global.hp_si <= 0)) {
gotoAndPlay (1800);
} else if (_global.hp_kuma <= 0) {
gotoAndPlay (1912);
} else if ((_global.time_giko > 100) && (_global.ready_giko == 0)) {
gotoAndPlay (1601);
} else if ((_global.time_mona > 100) && (_global.ready_mona == 0)) {
gotoAndPlay (1525);
} else {
gotoAndPlay (1518);
}
Frame 1898
stopAllSounds();
stop();
Frame 1912
_global.enemy = "";
Instance of Symbol 437 MovieClip in Frame 1912
onClipEvent (enterFrame) {
if ((_global.time_kuma > 120) && (_global.ready_kuma == 0)) {
_global.actiontime_kuma = 40;
_global.ready_kuma = 1;
} else if (_global.ready_kuma == 1) {
_global.actiontime_kuma--;
if (_global.actiontime_kuma > 0) {
} else {
_global.actiontime_mona = _global.actiontime_mona + 1;
_global.actiontime_giko = _global.actiontime_giko + 1;
_global.actiontime_si = _global.actiontime_si + 1;
if (_global.actiontime_kuma == 0) {
_global.targ_kuma = random(3) + 1;
if ((_global.targ_kuma == 1) && (_global.hp_giko == 0)) {
_global.targ_kuma = 2;
}
if ((_global.targ_kuma == 2) && (_global.hp_mona == 0)) {
_global.targ_kuma = 3;
}
if ((_global.targ_kuma == 3) && (_global.hp_si == 0)) {
_global.targ_kuma = 1;
}
if ((_global.targ_kuma == 1) && (_global.hp_giko == 0)) {
_global.targ_kuma = 2;
}
} else if (_global.actiontime_kuma > -13) {
if ((_global.actiontime_kuma > -3) || ((global.actiontime_kuma < -9) && (global.actiontime_kuma >= -12))) {
this.gotoAndStop("attack");
} else {
this.gotoAndStop("wait");
}
} else if (_global.actiontime_kuma > -30) {
if (_global.targ_kuma == 1) {
_global.ouch_giko = 1;
} else if (_global.targ_kuma == 2) {
_global.ouch_mona = 1;
} else if (_global.targ_kuma == 3) {
_global.ouch_si = 1;
}
} else if (_global.actiontime_kuma == -30) {
_global.ouch_giko = 0;
_global.ouch_mona = 0;
_global.ouch_si = 0;
if (_global.targ_kuma == 1) {
_global.damage = random(25) + 120;
_root.num._x = _global.locatex_giko + 20;
_root.num._y = _global.locatey_giko + 20;
_root.num.gotoAndStop("minus");
_global.hp_giko = _global.hp_giko - _global.damage;
if (_global.hp_giko <= 0) {
_global.hp_giko = 0;
}
} else if (_global.targ_kuma == 2) {
_global.damage = random(28) + 130;
_root.num._x = _global.locatex_mona + 20;
_root.num._y = _global.locatey_mona + 20;
_root.num.gotoAndStop("minus");
_global.hp_mona = _global.hp_mona - _global.damage;
if (_global.hp_mona <= 0) {
_global.hp_mona = 0;
}
} else if (_global.targ_kuma == 3) {
_global.damage = random(25) + 130;
_root.num._x = _global.locatex_si + 20;
_root.num._y = _global.locatey_si + 20;
_root.num.gotoAndStop("minus");
_global.hp_si = _global.hp_si - _global.damage;
if (_global.hp_si <= 0) {
_global.hp_si = 0;
}
}
_global.ready_kuma = 0;
_global.time_kuma = 0;
}
}
}
}
Instance of Symbol 353 MovieClip "giko_battle" in Frame 1968
onClipEvent (load) {
if (_global.hp_giko > 0) {
this.gotoAndStop("win");
} else {
this.gotoAndStop("down");
}
}
Instance of Symbol 386 MovieClip "mona_battle" in Frame 1968
onClipEvent (load) {
if (_global.hp_mona > 0) {
this.gotoAndStop("win");
} else {
this.gotoAndStop("down");
}
}
Instance of Symbol 434 MovieClip "si_battle" in Frame 1968
onClipEvent (load) {
if (_global.hp_si > 0) {
this.gotoAndStop("win");
} else {
this.gotoAndStop("down");
}
}
Frame 2153
stop();
Symbol 14 Button
on (release) {
gotoAndPlay (8);
}
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 4
stop();
Symbol 193 MovieClip Frame 7
stop();
Symbol 193 MovieClip Frame 10
stop();
Symbol 203 MovieClip Frame 2
stop();
Symbol 203 MovieClip Frame 4
stop();
Instance of Symbol 280 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) {
if (mp_si > 3) {
this.gotoAndStop("ok");
} else {
this.gotoAndStop("ng");
}
}
Symbol 293 MovieClip Frame 1
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Instance of Symbol 193 MovieClip in Symbol 293 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop("none");
}
Instance of Symbol 203 MovieClip "bar_giko" in Symbol 293 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 203 MovieClip "bar_si" in Symbol 293 MovieClip Frame 1
/* no clip actions */
Symbol 293 MovieClip Frame 5
gotoAndPlay(_currentframe - 1);
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Symbol 293 MovieClip Frame 6
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Instance of Symbol 193 MovieClip in Symbol 293 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_global.who == "mona") {
this.gotoAndStop("mona");
} else if (_global.who == "giko") {
this.gotoAndStop("giko");
} else if (_global.who == "si") {
this.gotoAndStop("si");
}
}
Symbol 293 MovieClip Frame 10
gotoAndPlay(_currentframe - 1);
Symbol 293 MovieClip Frame 15
gotoAndPlay(_currentframe - 1);
Symbol 293 MovieClip Frame 16
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Instance of Symbol 218 MovieClip "command" in Symbol 293 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_global.who == "mona") {
this.gotoAndStop("command_mona");
} else if (_global.who == "giko") {
this.gotoAndStop("command_giko");
} else if (_global.who == "si") {
this.gotoAndStop("command_si");
}
}
Symbol 293 MovieClip Frame 20
gotoAndPlay(_currentframe - 1);
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Symbol 293 MovieClip Frame 21
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Instance of Symbol 218 MovieClip "command" in Symbol 293 MovieClip Frame 21
onClipEvent (enterFrame) {
if (_global.who == "mona") {
this.gotoAndStop("command_mona");
} else if (_global.who == "giko") {
this.gotoAndStop("command_giko");
} else if (_global.who == "si") {
this.gotoAndStop("command_si");
}
}
Symbol 293 MovieClip Frame 25
gotoAndPlay(_currentframe - 1);
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Symbol 293 MovieClip Frame 26
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Symbol 293 MovieClip Frame 30
gotoAndPlay(_currentframe - 1);
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Symbol 293 MovieClip Frame 31
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Instance of Symbol 193 MovieClip in Symbol 293 MovieClip Frame 31
onClipEvent (enterFrame) {
this.gotoAndStop("none");
}
Symbol 293 MovieClip Frame 35
gotoAndPlay(_currentframe - 1);
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Symbol 293 MovieClip Frame 36
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Instance of Symbol 193 MovieClip in Symbol 293 MovieClip Frame 36
onClipEvent (enterFrame) {
if (_global.who == "mona") {
this.gotoAndStop("mona");
} else if (_global.who == "giko") {
this.gotoAndStop("giko");
} else if (_global.who == "si") {
this.gotoAndStop("si");
}
}
Symbol 293 MovieClip Frame 40
gotoAndPlay(_currentframe - 1);
Symbol 293 MovieClip Frame 45
gotoAndPlay(_currentframe - 1);
Symbol 293 MovieClip Frame 46
if (_global.time_si < 100) {
bar_si.gotoAndStop("bar_gray");
bar_si._width = 102.8 * (_global.time_si / 100);
bar_si._x = 161.6 + (51.4 * (_global.time_si / 100));
} else {
bar_si.gotoAndStop("bar_yellow");
}
if (_global.time_mona < 100) {
bar_mona.gotoAndStop("bar_gray");
bar_mona._width = 102.8 * (_global.time_mona / 100);
bar_mona._x = 161.6 + (51.4 * (_global.time_mona / 100));
} else {
bar_mona.gotoAndStop("bar_yellow");
}
if (_global.time_giko < 100) {
bar_giko.gotoAndStop("bar_gray");
bar_giko._width = 102.8 * (_global.time_giko / 100);
bar_giko._x = 161.6 + (51.4 * (_global.time_giko / 100));
} else {
bar_giko.gotoAndStop("bar_yellow");
}
Symbol 293 MovieClip Frame 50
gotoAndPlay(_currentframe - 1);
Symbol 343 MovieClip Frame 145
stop();
Symbol 353 MovieClip Frame 1
stop();
Symbol 353 MovieClip Frame 4
stop();
Symbol 353 MovieClip Frame 7
stop();
Symbol 353 MovieClip Frame 10
stop();
Symbol 353 MovieClip Frame 13
stop();
Symbol 353 MovieClip Frame 16
stop();
Symbol 353 MovieClip Frame 19
stop();
Symbol 353 MovieClip Frame 22
stop();
Symbol 353 MovieClip Frame 25
stop();
Symbol 353 MovieClip Frame 28
stop();
Symbol 353 MovieClip Frame 31
stop();
Symbol 353 MovieClip Frame 34
stop();
Symbol 353 MovieClip Frame 37
stop();
Symbol 353 MovieClip Frame 40
stop();
Symbol 353 MovieClip Frame 43
stop();
Symbol 385 MovieClip Frame 190
stop();
Symbol 386 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 2
stop();
Symbol 386 MovieClip Frame 3
stop();
Symbol 386 MovieClip Frame 4
stop();
Symbol 386 MovieClip Frame 5
stop();
Symbol 386 MovieClip Frame 6
stop();
Symbol 386 MovieClip Frame 7
stop();
Symbol 386 MovieClip Frame 8
stop();
Symbol 386 MovieClip Frame 9
stop();
Symbol 386 MovieClip Frame 10
stop();
Symbol 386 MovieClip Frame 11
stop();
Symbol 386 MovieClip Frame 12
stop();
Symbol 424 MovieClip Frame 134
stop();
Symbol 434 MovieClip Frame 1
stop();
Symbol 434 MovieClip Frame 2
stop();
Symbol 434 MovieClip Frame 3
stop();
Symbol 434 MovieClip Frame 4
stop();
Symbol 434 MovieClip Frame 5
stop();
Instance of Symbol 401 MovieClip in Symbol 434 MovieClip Frame 5
/* no clip actions */
Symbol 434 MovieClip Frame 6
stop();
Symbol 434 MovieClip Frame 7
stop();
Symbol 434 MovieClip Frame 8
stop();
Symbol 434 MovieClip Frame 9
stop();
Symbol 434 MovieClip Frame 10
stop();
Symbol 434 MovieClip Frame 11
stop();
Symbol 434 MovieClip Frame 12
stop();
Symbol 434 MovieClip Frame 13
stop();
Symbol 434 MovieClip Frame 14
stop();
Symbol 434 MovieClip Frame 15
stop();
Symbol 437 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 2
stop();
Symbol 540 MovieClip Frame 40
stop();
Symbol 544 MovieClip Frame 10
_global.fx_end = 1;
stop();
Symbol 548 MovieClip Frame 10
_global.fx_end;
stop();
Symbol 559 MovieClip Frame 26
_global.fx_end = 1;
stop();
Symbol 563 MovieClip Frame 10
_global.fx_end = 1;
stop();
Symbol 565 MovieClip Frame 1
stop();
Symbol 565 MovieClip Frame 4
stop();
Symbol 565 MovieClip Frame 7
stop();
Symbol 565 MovieClip Frame 10
stop();
Symbol 565 MovieClip Frame 13
stop();
Symbol 568 MovieClip Frame 1
Symbol 569 MovieClip Frame 25
_global.num_end = 1;
stop();
Symbol 573 MovieClip Frame 25
_global.num_end = 1;
stop();
Symbol 574 MovieClip Frame 6
stop();
Symbol 574 MovieClip Frame 11
stop();
Symbol 579 MovieClip Frame 3
stop();
Symbol 579 MovieClip Frame 6
gotoAndPlay (4);
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 1
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 3
if (_global.push == 1) {
stop();
_global.zsaget = 50;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 3
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 6
if (_global.push == 1) {
stop();
_global.zsaget = 100;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 6
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 9
if (_global.push == 1) {
stop();
_global.zsaget = 150;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 9
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 12
if (_global.push == 1) {
stop();
_global.zsaget = 250;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 12
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 15
if (_global.push == 1) {
stop();
_global.zsaget = 2;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 15
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 18
if (_global.push == 1) {
stop();
_global.zsaget = 500;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 18
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 21
if (_global.push == 1) {
stop();
_global.zsaget = 777;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 21
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 24
if (_global.push == 1) {
stop();
_global.zsaget = 2;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 24
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 25
if (_global.push == 1) {
_global.push = 2;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 25
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 26
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 27
if (_global.push == 2) {
stop();
_global.zsaget = 1000;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 27
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 587 MovieClip Frame 30
if (_global.push == 1) {
stop();
_global.zsaget = 2;
}
Instance of Symbol 584 MovieClip "slot" in Symbol 587 MovieClip Frame 30
onClipEvent (keyDown) {
if (Key.isDown(32)) {
push = 1;
}
}
onClipEvent (load) {
push = 0;
}
Symbol 595 Button
on (release) {
gotoAndPlay (36);
}
Symbol 597 Button
on (release) {
stopAllSounds();
gotoAndPlay (36);
}