Frame 3
stop();
Frame 4
_global.ska = 1;
_global.pan = 1;
_global.bura = 1;
_global.huku = 1;
_global.kutu = 1;
_global.sox = 1;
_global.momi = 0;
_global.ashi = 1;
_global.ude = 1;
_global.yoru = 0;
_global.otovol = 30;
_global.koevol = 30;
Frame 6
stop();
Instance of Symbol 300 MovieClip [■フェードイン] "kuro" in Frame 7
onClipEvent (load) {
this.swapDepths(99);
}
Instance of Symbol 78 MovieClip [デバッグ用状態表示] "debug" in Frame 7
onClipEvent (load) {
gotoAndPlay("off");
}
on (keyPress "R") {
this._parent.gotoAndPlay("\u30AA\u30FC\u30D7\u30CB\u30F3\u30B0");
}
on (keyPress "P") {
this._parent.main.player.p_stamina = 500;
}
on (keyPress "E") {
this._parent.main.player.p_kando = this._parent.main.player.p_kando + 40;
_global.kando = _global.kando + 20;
}
Instance of Symbol 210 MovieClip [●予感コマンド] "yokan" in Frame 7
onClipEvent (load) {
key_x = 0;
}
onClipEvent (enterFrame) {
if ((!key_x) && (Key.isDown(88))) {
if (this._alpha != 0) {
this._alpha = 0;
} else {
this._alpha = 80;
}
}
if (key_x && (Key.isDown(88))) {
}
key_x = Key.isDown(88);
}
Instance of Symbol 4 MovieClip [●●メイン●●] "main" in Frame 7
onClipEvent (load) {
_root.kuro.gotoAndPlay("on");
_global.game_pause = 0;
key_space = 0;
this._x = (this.player.player._x * -1) + 100;
this.GamePause = function () {
if ((Key.isDown(Key.SPACE) && (!key_space)) && (_global.battle == 1)) {
if (_global.game_pause != 0) {
if (_global.game_pause == 1) {
this._parent.volsetting.gotoAndPlay("off");
this._parent.pausehyouzi.gotoAndPlay("off");
_global.game_pause = 2;
}
} else {
this._parent.volsetting.gotoAndPlay("on");
this._parent.pausehyouzi.gotoAndPlay("on");
_global.game_pause = 1;
}
}
key_space = Key.isDown(Key.SPACE);
};
this.CameraMove = function () {
this._x = (this.player.player._x * -1) + 100;
if (0 >= this._x) {
if (this._x < -1600) {
this._x = -1600;
}
} else {
this._x = 0;
}
};
}
onClipEvent (enterFrame) {
CameraMove();
GamePause();
}
Frame 8
stop();
Frame 34
stop();
Symbol 19998 MovieClip [アオクマシーロゴ] Frame 61
this._parent.gotoAndPlay("\u30AA\u30FC\u30D7\u30CB\u30F3\u30B0");
Symbol 19998 MovieClip [アオクマシーロゴ] Frame 63
stop();
Instance of Symbol 92 MovieClip [乗算影] "kage" in Symbol 4 MovieClip [●●メイン●●] Frame 1
onClipEvent (load) {
this.swapDepths(5);
if (_global.yoru != 1) {
gotoAndPlay("\u663C");
} else {
gotoAndPlay("\u591C");
}
}
Instance of Symbol 14 MovieClip [判定用空スプライト] "hantei" in Symbol 4 MovieClip [●●メイン●●] Frame 1
onClipEvent (load) {
this.DebugHyouzi = function () {
this._parent._parent.debug.hyouzi = "\u4F4D\u7F6E: " + this._parent.player.player._x;
this._parent._parent.debug.joutai = "\u72B6\u614B: " + this._parent.player.step;
this._parent._parent.debug.ossan = "\u304A\u3063\u3055\u3093: " + this._parent.enemy.step;
this._parent._parent.debug.p_state = "\u611F\u5EA6: " + _global.kando;
};
this.ShoutotuHantei = function () {
_global.kyori = this._parent.enemy._x - this._parent.player.player._x;
if (this._parent.player.player.p_collider.hitTest(this._parent.enemy.enemy.e_collider)) {
this._parent.player.player._x = this._parent.player.player._x - 10;
}
if (this._parent.player.player.p_collider.hitTest(this._parent.enemy.enemy.e_collider2)) {
this._parent.player.player._x = this._parent.player.player._x - 10;
}
if (this._parent.player.player.p_collider.hitTest(this._parent.leftwall.collider)) {
if (!((_global.kando < 100) || (0 < this._parent.player.p_stamina))) {
this._parent.gotoAndPlay("\u30A8\u30C3\u30C1\u30B7\u30FC\u30F3");
} else {
this._parent.player.player._x = this._parent.player.player._x + 10;
}
}
if (this._parent.enemy.enemy.e_collider.hitTest(this._parent.leftwall.collider)) {
this._parent.enemy._x = this._parent.enemy._x + 10;
}
if (this._parent.player.player.p_collider.hitTest(this._parent.rightwall.collider)) {
this._parent.player.player._x = this._parent.player.player._x - 10;
}
if (this._parent.enemy.enemy.e_collider.hitTest(this._parent.rightwall.collider)) {
this._parent.enemy._x = this._parent.enemy._x - 10;
}
if (this._parent.enemy.enemy.e_collider2.hitTest(this._parent.rightwall.collider)) {
this._parent.enemy._x = this._parent.enemy._x - 10;
}
};
}
onClipEvent (enterFrame) {
if (_global.game_pause == 2) {
_global.game_pause = 0;
}
DebugHyouzi();
ShoutotuHantei();
_global.kando = (this._parent.player.p_kando / this._parent.player.p_kando_max) * 100;
}
Instance of Symbol 8 MovieClip [読み込み用空スプライト] "player" in Symbol 4 MovieClip [●●メイン●●] Frame 1
onClipEvent (load) {
_global.battle = 1;
this.player._x = 800;
this.swapDepths(1);
key_code_up = Key.UP;
key_code_down = Key.DOWN;
key_code_left = Key.LEFT;
key_code_right = Key.RIGHT;
key_code_punch = 90;
key_code_yokan = 88;
keyIsDownZ = false;
onKeyDown = function () {
keyCheck();
};
onKeyUp = function () {
keyCheck();
};
this.ZkeyCheck = function () {
if (!keyIsDownZ) {
if (Key.isDown(key_code_punch) && (0 < p_stamina)) {
p_teikou++;
p_stamina = p_stamina - p_cost_teikou;
}
}
keyIsDownZ = Key.isDown(90);
};
p_stamina = 500;
p_stamina_max = 500;
p_kaihuku = 0.5;
p_cost_punchj = 8;
p_cost_punchs = 16;
p_cost_kick = 40;
p_cost_teikou = 15;
p_jab_damage = 3;
p_straight_damage = 6;
p_highkick_damage = 38;
p_hiza_damage = 8;
p_kando = 0;
p_kando_max = 200;
p_kandoup_l = 1;
p_kandoup_m = 1.2;
p_kandoup_h = 1.4;
step_stand_init = 1;
step_stand_exec = 2;
step_walk_init = 3;
step_walk_exec = 4;
step_punchj_init = 5;
step_punchj_exec = 6;
step_punchs_init = 7;
step_punchs_exec = 8;
step_kick_init = 9;
step_kick_exec = 10;
step_tukamare_init = 20;
step_tukamare_exec = 21;
step_stempty_init = 22;
step_stempty_exec = 23;
step_tukitobashi_init = 24;
step_tukitobashi_exec = 25;
step_tukamareudeage_init = 26;
step_tukamareudeage_exec = 27;
step_momare_init = 28;
step_momare_exec = 29;
step_chikubi_init = 30;
step_chikubi_exec = 31;
step_shitasawarare_init = 32;
step_shitasawarare_exec = 33;
step_shitasawararepin_init = 34;
step_shitasawararepin_exec = 35;
step_uenugasare_init = 36;
step_uenugasare_exec = 37;
step_buranugasare_init = 38;
step_buranugasare_exec = 39;
step_skanugasare_init = 40;
step_skanugasare_exec = 41;
step_panhipparare_init = 42;
step_panhipparare_exec = 43;
step_pannugasare_init = 44;
step_pannugasare_exec = 45;
step_stop = 100;
step_stop_exec = 100;
step = step_stand_init;
my_dx = 0;
count = 0;
this.StandMati = function () {
if (!(Key.isDown(key_code_left) || (Key.isDown(key_code_right)))) {
if (!(Key.isDown(key_code_punch) && (Key.isDown(key_code_down)))) {
if (!(Key.isDown(key_code_punch) && (Key.isDown(key_code_up)))) {
if (Key.isDown(key_code_punch)) {
step = step_punchj_init;
}
} else {
step = step_kick_init;
}
} else {
step = step_punchs_init;
}
} else {
step = step_walk_init;
}
};
this.WalkInit = function () {
if (!Key.isDown(key_code_right)) {
if (Key.isDown(key_code_left)) {
this.player.gotoAndPlay("\u5DE6\u79FB\u52D5");
step = step_walk_exec;
}
} else {
this.player.gotoAndPlay("\u53F3\u79FB\u52D5");
step = step_walk_exec;
}
};
this.walkExec = function () {
if (!(Key.isDown(key_code_punch) && (0 < p_stamina))) {
if (!Key.isDown(key_code_right)) {
if (!Key.isDown(key_code_left)) {
step = step_stand_init;
} else {
if (0 < my_dx) {
this.player.gotoAndPlay("\u5DE6\u79FB\u52D5");
}
my_dx = my_dx - 1;
if (-4 >= my_dx) {
my_dx = -4;
}
this.player._x = this.player._x + my_dx;
}
} else {
if (my_dx < 0) {
this.player.gotoAndPlay("\u53F3\u79FB\u52D5");
}
my_dx = my_dx + 1;
if (my_dx >= 5) {
my_dx = 5;
}
this.player._x = this.player._x + my_dx;
}
} else {
step = step_punchj_init;
}
};
this.StaminaKaihuku = function () {
p_stamina = p_stamina + p_kaihuku;
if (p_stamina_max < p_stamina) {
p_stamina = p_stamina_max;
}
};
this.JabInit = function () {
_root.jon.start();
p_stamina = p_stamina - p_cost_punchj;
count = 0;
this.player.gotoAndPlay("\u30B8\u30E3\u30D6");
this._parent.koesousa.gotoAndPlay("\u30B8\u30E3\u30D6");
step = step_punchj_exec;
};
this.JabExec = function () {
count++;
if (!(((count >= 4) && (7 >= count)) && (Key.isDown(key_code_punch)))) {
if (!(((count >= 8) && (Key.isDown(key_code_punch))) && (0 < p_stamina))) {
if (12 < count) {
step = step_stand_init;
}
} else {
this.player.gotoAndPlay("\u5F85\u6A5F");
step = step_punchj_init;
}
} else {
step = step_punchs_init;
}
};
this.StraightInit = function () {
_root.son.start();
p_stamina = p_stamina - p_cost_punchs;
count = 0;
this.player.gotoAndPlay("\u30B9\u30C8\u30EC\u30FC\u30C8");
this._parent.koesousa.gotoAndPlay("\u30B9\u30C8\u30EC\u30FC\u30C8");
step = step_punchs_exec;
};
this.StraightExec = function () {
count++;
if (((6 < count) && (Key.isDown(key_code_punch))) && (Key.isDown(key_code_up))) {
step = step_kick_init;
}
if (14 < count) {
step = step_stand_init;
}
};
this.HighkickInit = function () {
this.swapDepths(3);
_root.kon.start();
p_stamina = p_stamina - p_cost_kick;
count = 0;
this.player.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.player.gotoAndPlay("\u30CF\u30A4\u30AD\u30C3\u30AF");
this._parent.koesousa.gotoAndPlay("\u30CF\u30A4\u30AD\u30C3\u30AF");
step = step_kick_exec;
};
this.HighkickExec = function () {
count++;
if ((((16 < count) && (Key.isDown(key_code_punch))) && (Key.isDown(key_code_up))) && (0 < p_stamina)) {
step = step_kick_init;
}
if (20 < count) {
this.swapDepths(1);
step = step_stand_init;
}
};
this.TsukamareInit = function () {
this.player._x = this._parent.enemy._x - 80;
p_teikou = 0;
this.player.gotoAndPlay("\u3064\u304B\u307E\u308C");
this._parent.koesousa.gotoAndPlay("\u3064\u304B\u307E\u308C");
step = step_tukamare_exec;
};
this.TsukamareExec = function () {
count++;
ZkeyCheck();
if (10 >= p_teikou) {
if (60 < count) {
step = step_tukamareudeage_init;
}
} else {
p_teikou = 0;
step = step_tukitobashi_init;
}
};
this.TsukamareudeageInit = function () {
count = 0;
this.player.gotoAndPlay("\u3064\u304B\u307E\u308C\u3046\u3067\u3042\u3052");
this._parent.koesousa.gotoAndPlay("\u3046\u3067\u3042\u3052");
this._parent._parent.yokan.gotoAndPlay("on");
step = step_tukamareudeage_exec;
};
this.TsukamareudeageExec = function () {
count++;
ZkeyCheck();
if (10 >= p_teikou) {
if (10 < count) {
if (!Key.isDown(key_code_up)) {
if (!Key.isDown(key_code_down)) {
if (!Key.isDown(key_code_left)) {
if (!Key.isDown(key_code_right)) {
if (180 < count) {
this._parent._parent.yokan.gotoAndPlay("off");
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
step = step_shitasawarare_init;
} else {
step = step_momare_init;
}
}
} else {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_shitasawarare_init;
}
} else {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_momare_init;
}
} else if (_global.ska == 1) {
step = step_skanugasare_init;
}
} else if (_global.huku != 1) {
if (_global.bura == 1) {
step = step_buranugasare_init;
}
} else {
step = step_uenugasare_init;
}
}
} else {
p_teikou = 0;
step = step_tukitobashi_init;
}
};
this.MuneMomareInit = function () {
count = 0;
this.player.gotoAndPlay("\u3080\u306D\u3082\u307E\u308C");
step = step_momare_exec;
};
this.MuneMomareExec = function () {
count++;
ZkeyCheck();
if (10 >= p_teikou) {
if (count != 20) {
if (20 < count) {
if (!Key.isDown(key_code_up)) {
if (!Key.isDown(key_code_down)) {
if (!((Key.isDown(key_code_left) && (_global.huku == 0)) && (_global.bura == 0))) {
if (Key.isDown(key_code_right)) {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_shitasawarare_init;
}
} else {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_chikubi_init;
}
} else if (_global.ska == 1) {
step = step_skanugasare_init;
}
} else if (_global.huku != 1) {
if (_global.bura == 1) {
step = step_buranugasare_init;
}
} else {
step = step_uenugasare_init;
}
}
} else {
this._parent._parent.yokan.gotoAndPlay("on");
}
} else {
p_teikou = 0;
step = step_tukitobashi_init;
}
};
this.ChikubiSemerareInit = function () {
count = 0;
this.player.gotoAndPlay("\u3061\u304F\u3073\u305B\u3081\u3089\u308C");
step = step_chikubi_exec;
};
this.ChikubiSemerareExec = function () {
count++;
ZkeyCheck();
if (10 >= p_teikou) {
if (count != 20) {
if (20 < count) {
if (!Key.isDown(key_code_down)) {
if (!Key.isDown(key_code_left)) {
if (Key.isDown(key_code_right)) {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_shitasawarare_init;
}
} else {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_momare_init;
}
} else if (_global.ska == 1) {
step = step_skanugasare_init;
}
}
} else {
this._parent._parent.yokan.gotoAndPlay("on");
}
} else {
p_teikou = 0;
step = step_tukitobashi_init;
}
};
this.TukitobashiInit = function () {
count = 0;
this._parent._parent.yokan.gotoAndPlay("off");
this.player.gotoAndPlay("\u3064\u304D\u3068\u3070\u3057");
this._parent.koesousa.gotoAndPlay("\u3064\u304D\u3068\u3070\u3057");
step = step_tukitobashi_exec;
};
this.TukitobashiExec = function () {
count++;
if (20 < count) {
step = step_stand_init;
}
};
this.ShitaSawarareInit = function () {
count = 0;
this.player.gotoAndPlay("\u3057\u305F\u3055\u308F\u3089\u308C");
step = step_shitasawarare_exec;
};
this.ShitaSawarareExec = function () {
count++;
ZkeyCheck();
if (10 >= p_teikou) {
if (count != 20) {
if (20 < count) {
if (!Key.isDown(key_code_up)) {
if (!Key.isDown(key_code_down)) {
if (!Key.isDown(key_code_left)) {
if (Key.isDown(key_code_right) && (_global.pan == 1)) {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_shitasawararepin_init;
}
} else if (_global.pan != 1) {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_momare_init;
} else {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_panhipparare_init;
}
} else if (_global.ska == 1) {
step = step_skanugasare_init;
}
} else if (_global.huku != 1) {
if (_global.bura == 1) {
step = step_buranugasare_init;
}
} else {
step = step_uenugasare_init;
}
}
} else {
this._parent._parent.yokan.gotoAndPlay("on");
}
} else {
p_teikou = 0;
step = step_tukitobashi_init;
}
};
this.ShitaSawararepinInit = function () {
count = 0;
this.player.gotoAndPlay("\u3057\u305F\u3055\u308F\u3089\u308C\u30D1\u30F3\u30C4\u30A4\u30F3");
step = step_shitasawararepin_exec;
};
this.ShitaSawararepinExec = function () {
count++;
ZkeyCheck();
if (10 >= p_teikou) {
if (count != 20) {
if (20 < count) {
if (!Key.isDown(key_code_up)) {
if (!Key.isDown(key_code_down)) {
if (Key.isDown(key_code_left)) {
if (_global.pan != 1) {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_momare_init;
} else {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_panhipparare_init;
}
}
} else if (_global.ska == 1) {
step = step_skanugasare_init;
}
} else if (_global.huku != 1) {
if (_global.bura == 1) {
step = step_buranugasare_init;
}
} else {
step = step_uenugasare_init;
}
}
} else {
this._parent._parent.yokan.gotoAndPlay("on");
}
} else {
p_teikou = 0;
step = step_tukitobashi_init;
}
};
this.UeNugasareInit = function () {
count = 0;
_global.huku = 0;
this._parent._parent.yokan.gotoAndPlay("off");
this.player.gotoAndPlay("\u3046\u3048\u306C\u304C\u3055\u308C");
this._parent.koesousa.gotoAndPlay("\u3046\u3048\u306C\u304C\u3055\u308C");
step = step_uenugasare_exec;
};
this.UeNugasareExec = function () {
count++;
if (30 < count) {
count = 0;
this.player.gotoAndPlay("\u3046\u3067\u3042\u3052\u30AD\u30FC\u30D7");
this._parent._parent.yokan.gotoAndPlay("on");
step = step_tukamareudeage_exec;
}
};
this.BuraNugasareInit = function () {
count = 0;
_global.bura = 0;
this._parent._parent.yokan.gotoAndPlay("off");
this.player.gotoAndPlay("\u30D6\u30E9\u306C\u304C\u3055\u308C");
this._parent.koesousa.gotoAndPlay("\u30D6\u30E9\u306C\u304C\u3055\u308C");
step = step_buranugasare_exec;
};
this.BuraNugasareExec = function () {
count++;
if (30 < count) {
count = 0;
this.player.gotoAndPlay("\u3046\u3067\u3042\u3052\u30AD\u30FC\u30D7");
this._parent._parent.yokan.gotoAndPlay("on");
step = step_tukamareudeage_exec;
}
};
this.SkaNugasareInit = function () {
count = 0;
_global.ska = 0;
this._parent._parent.yokan.gotoAndPlay("off");
this.player.gotoAndPlay("\u30B9\u30AB\u30FC\u30C8\u306C\u304C\u3055\u308C");
this._parent.koesousa.gotoAndPlay("\u30B9\u30AB\u30FC\u30C8\u306C\u304C\u3055\u308C");
step = step_skanugasare_exec;
};
this.SkaNugasareExec = function () {
count++;
if (30 < count) {
count = 0;
this.player.gotoAndPlay("\u3046\u3067\u3042\u3052\u30AD\u30FC\u30D7\u30B9\u30AB\u30FC\u30C8\u3051\u3057");
this._parent._parent.yokan.gotoAndPlay("on");
step = step_tukamareudeage_exec;
}
};
this.PanNugasareInit = function () {
count = 0;
this._parent._parent.yokan.gotoAndPlay("off");
this.player.gotoAndPlay("\u30D1\u30F3\u30C4\u306C\u304C\u3055\u308C");
this._parent.koesousa.gotoAndPlay("\u30D1\u30F3\u30C4\u306C\u304C\u3055\u308C");
_global.pan = 0;
step = step_pannugasare_exec;
};
this.PanNugasareExec = function () {
count++;
if (30 < count) {
count = 0;
this.player.gotoAndPlay("\u3046\u3067\u3042\u3052\u30AD\u30FC\u30D7");
this._parent._parent.yokan.gotoAndPlay("on");
step = step_tukamareudeage_exec;
}
};
this.PanHipparareInit = function () {
count = 0;
this.player.gotoAndPlay("\u30D1\u30F3\u30C4\u3072\u3063\u3071\u3089\u308C");
step = step_panhipparare_exec;
};
this.PanHipparareExec = function () {
count++;
ZkeyCheck();
if (10 >= p_teikou) {
if (count != 20) {
if (20 < count) {
if (!Key.isDown(key_code_up)) {
if (!Key.isDown(key_code_down)) {
if (!Key.isDown(key_code_left)) {
if (Key.isDown(key_code_right)) {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_shitasawarare_init;
}
} else {
this._parent._parent.yokan.gotoAndPlay("off");
step = step_momare_init;
}
} else {
step = step_pannugasare_init;
}
} else if (_global.huku != 1) {
if (_global.bura == 1) {
step = step_buranugasare_init;
}
} else {
step = step_uenugasare_init;
}
}
} else {
this._parent._parent.yokan.gotoAndPlay("on");
}
} else {
p_teikou = 0;
step = step_tukitobashi_init;
}
};
this.StEmptyExec = function () {
if (Key.isDown(key_code_left) || (Key.isDown(key_code_right))) {
step = step_walk_init;
}
};
}
onClipEvent (enterFrame) {
if (_global.game_pause != 1) {
if (_step != step_stop) {
if (step != step_stand_init) {
if (step != step_stand_exec) {
if (step != step_walk_init) {
if (step != step_walk_exec) {
if (step != step_kick_init) {
if (step != step_kick_exec) {
if (step != step_punchj_init) {
if (step != step_punchj_exec) {
if (step != step_punchs_init) {
if (step != step_punchs_exec) {
if (step != step_tukamare_init) {
if (step != step_tukamare_exec) {
if (step != step_tukamareudeage_init) {
if (step != step_tukamareudeage_exec) {
if (step != step_tukitobashi_init) {
if (step != step_tukitobashi_exec) {
if (step != step_momare_init) {
if (step != step_momare_exec) {
if (step != step_chikubi_init) {
if (step != step_chikubi_exec) {
if (step != step_shitasawarare_init) {
if (step != step_shitasawarare_exec) {
if (step != step_shitasawararepin_init) {
if (step != step_shitasawararepin_exec) {
if (step != step_uenugasare_init) {
if (step != step_uenugasare_exec) {
if (step != step_buranugasare_init) {
if (step != step_buranugasare_exec) {
if (step != step_skanugasare_init) {
if (step != step_skanugasare_exec) {
if (step != step_panhipparare_init) {
if (step != step_panhipparare_exec) {
if (step != step_pannugasare_init) {
if (step != step_pannugasare_exec) {
if (step == step_stempty_exec) {
if (p_stamina >= 0) {
step = step_stand_init;
} else {
StaminaKaihuku();
StEmptyExec();
}
}
} else {
PanNugasareExec();
StaminaKaihuku();
}
} else {
PanNugasareInit();
}
} else {
PanHipparareExec();
StaminaKaihuku();
}
} else {
PanHipparareInit();
}
} else {
SkaNugasareExec();
StaminaKaihuku();
}
} else {
SkaNugasareInit();
}
} else {
BuraNugasareExec();
StaminaKaihuku();
}
} else {
BuraNugasareInit();
}
} else {
UeNugasareExec();
StaminaKaihuku();
}
} else {
UeNugasareInit();
}
} else {
ShitaSawararepinExec();
StaminaKaihuku();
}
} else {
ShitaSawararepinInit();
}
} else {
ShitaSawarareExec();
StaminaKaihuku();
}
} else {
ShitaSawarareInit();
}
} else {
ChikubiSemerareExec();
StaminaKaihuku();
}
} else {
ChikubiSemerareInit();
}
} else {
MuneMomareExec();
StaminaKaihuku();
}
} else {
MuneMomareInit();
}
} else {
TukitobashiExec();
}
} else {
TukitobashiInit();
}
} else {
TsukamareudeageExec();
StaminaKaihuku();
}
} else {
TsukamareudeageInit();
StaminaKaihuku();
}
} else {
TsukamareExec();
StaminaKaihuku();
}
} else {
TsukamareInit();
}
} else {
StraightExec();
}
} else {
StraightInit();
}
} else {
JabExec();
}
} else {
JabInit();
}
} else {
HighkickExec();
}
} else {
HighkickInit();
}
} else {
walkExec();
}
} else {
WalkInit();
}
} else if (0 >= p_stamina) {
my_dx = 0;
StaminaKaihuku();
step = step_stempty_exec;
} else {
my_dx = 0;
StaminaKaihuku();
StandMati();
}
} else {
this.swapDepths(1);
this.player.gotoAndPlay("\u5F85\u6A5F");
step = step_stand_exec;
}
} else {
this.player.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.stop();
}
} else {
this.stop();
}
}
Instance of Symbol 8 MovieClip [読み込み用空スプライト] "enemy" in Symbol 4 MovieClip [●●メイン●●] Frame 1
onClipEvent (load) {
this.swapDepths(2);
step_stand_init = 1;
step_stand_exec = 2;
step_walk_init = 3;
step_walk_exec = 4;
step_hitj_init = 5;
step_hitj_exec = 6;
step_hits_init = 7;
step_hits_exec = 8;
step_guard_init = 9;
step_guard_exec = 10;
step_stand_wait = 11;
step_tukami_init = 12;
step_tukami_exec = 13;
step_tukamiai_init = 14;
step_tukamiai_exec = 15;
step_hitk_init = 16;
step_hitk_exec = 17;
step_hith_init = 18;
step_hith_exec = 19;
step_tukitobasare_init = 20;
step_tukitobasare_exec = 21;
step_tukamiudeage_init = 22;
step_tukamiudeage_exec = 23;
step_munemomi_init = 24;
step_munemomi_exec = 25;
step_chikubiseme_init = 26;
step_chikubiseme_exec = 27;
step_shitasawari_init = 28;
step_shitasawari_exec = 29;
step_shitasawaripin_init = 30;
step_shitasawaripin_exec = 31;
step_uenugashi_init = 32;
step_uenugashi_exec = 33;
step_buranugashi_init = 34;
step_buranugashi_exec = 35;
step_skanugashi_init = 36;
step_skanugashi_exec = 37;
step_panhippari_init = 38;
step_panhippari_exec = 39;
step_pannugashi_init = 40;
step_pannugashi_exec = 41;
step_enemyko_init = 42;
step_enemyko_exec = 43;
step_h_init = 100;
step_h_exec = 101;
step = step_stand_init;
e_stamina = 500;
count = 0;
this.JabHitInit = function () {
_root.jhiton.start();
this._parent.effect.gotoAndPlay("\u30B8\u30E3\u30D6");
if (_global.kyori < 80) {
this._x = this._x - (_global.kyori - 80);
}
count = 0;
e_stamina = e_stamina - this._parent.player.p_jab_damage;
this.enemy.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.enemy.gotoAndPlay("\u30B8\u30E3\u30D6\u3042\u305F\u308A");
step = step_hitj_exec;
};
this.JabHitExec = function () {
count++;
if (3 < count) {
rand = Math.floor(Math.random() * 3) + 1;
if (rand != 1) {
step = step_stand_init;
} else {
step = step_guard_init;
}
}
};
this.StraightHitInit = function () {
_root.shiton.start();
this._parent.effect.gotoAndPlay("\u30B9\u30C8\u30EC\u30FC\u30C8");
if (_global.kyori < 110) {
this._x = this._x - (_global.kyori - 110);
}
e_stamina = e_stamina - this._parent.player.p_straight_damage;
count = 0;
this.enemy.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.enemy.gotoAndPlay("\u30B9\u30C8\u30EC\u30FC\u30C8\u3042\u305F\u308A");
step = step_hits_exec;
};
this.StraightHitExec = function () {
count++;
if (10 < count) {
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
step = step_stand_init;
} else {
step = step_guard_init;
}
}
};
this.HighkickHitInit = function () {
_root.khiton.start();
this._parent.effect.gotoAndPlay("\u30CF\u30A4\u30AD\u30C3\u30AF");
if (_global.kyori < 110) {
this._x = this._x - (_global.kyori - 110);
}
e_stamina = e_stamina - this._parent.player.p_highkick_damage;
if (0 < e_stamina) {
count = 0;
this.enemy.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.enemy.gotoAndPlay("\u30CF\u30A4\u30AD\u30C3\u30AF\u3042\u305F\u308A");
step = step_hitk_exec;
} else {
this.enemy.gotoAndPlay("\u8CA0\u3051");
step = step_enemyko_init;
}
};
this.HighkickHitExec = function () {
count++;
if (count == 5) {
this._parent.player.swapDepths(1);
}
if (12 < count) {
step = step_guard_init;
}
};
this.HizaHitInit = function () {
_root.shiton.start();
this._parent.effect.gotoAndPlay("\u30CF\u30A4\u30AD\u30C3\u30AF\u3072\u3056");
if (_global.kyori < 110) {
this._x = this._x - (_global.kyori - 110);
}
e_stamina = e_stamina - this._parent.player.p_hiza_damage;
count = 0;
this.enemy.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.enemy.gotoAndPlay("\u30B9\u30C8\u30EC\u30FC\u30C8\u3042\u305F\u308A");
step = step_hith_exec;
};
this.HizaHitExec = function () {
count++;
if (18 < count) {
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
step = step_stand_init;
} else {
step = step_guard_init;
}
}
};
this.FarDistance = function () {
if (this._parent.player.step == 10) {
step = step_guard_init;
}
count++;
if (12 < count) {
count = 0;
rand = Math.floor(Math.random() * 3) + 1;
if (rand != 1) {
} else {
step = step_walk_init;
}
}
};
this.NearDistance = function () {
if (!(((this._parent.player.step == 6) || (this._parent.player.step == 8)) || (this._parent.player.step == 10))) {
if (this._parent.player.step != 4) {
rand = Math.floor(Math.random() * 5) + 1;
count = 0;
if (rand != 1) {
if (rand < 3) {
step = step_stand_wait;
} else {
step = step_tukami_init;
}
} else {
step = step_guard_init;
}
} else {
step = step_tukami_init;
}
} else {
step = step_guard_init;
}
};
this.NearWait = function () {
count++;
if (!(((this._parent.player.step == 6) || (this._parent.player.step == 8)) || (this._parent.player.step == 10))) {
if (this._parent.player.step != 4) {
if (24 < count) {
step = step_stand_exec;
}
} else {
step = step_tukami_init;
}
} else {
step = step_guard_init;
}
};
this.WalkExec = function () {
if (150 >= _global.kyori) {
step = step_stand_init;
} else {
if (((this._parent.player.step == 6) || (this._parent.player.step == 8)) || (this._parent.player.step == 10)) {
rand = Math.floor(Math.random() * 3) + 1;
if (rand != 1) {
} else {
step = step_guard_init;
}
}
this._x = this._x - 3;
this.enemy.gotoAndPlay("\u8FD1\u3065\u304F");
}
};
this.GuardExec = function () {
count++;
if (!this.enemy.guard.gkarada.e_guard.hitTest(this._parent.player.player.punchj_collider)) {
if (!this.enemy.guard.gkarada.e_guard.hitTest(this._parent.player.player.punchs_collider)) {
if (!this.enemy.guard.gkarada.e_guard.hitTest(this._parent.player.player.highkick_collider)) {
if (24 < count) {
step = step_stand_init;
count = 0;
}
} else {
_root.sguardon.start();
this._parent.oto.gotoAndPlay("\u30AC\u30FC\u30C9\uFF12");
this._parent.player.player.highkick_collider._y = -100;
this._x = this._x + 10;
count = 0;
}
} else {
_root.sguardon.start();
this._parent.oto.gotoAndPlay("\u30AC\u30FC\u30C9\uFF12");
this._parent.player.player.punchs_collider._y = -100;
this._x = this._x + 10;
count = 0;
}
} else {
_root.jguardon.start();
this._parent.oto.gotoAndPlay("\u30AC\u30FC\u30C9");
this._parent.player.player.punchj_collider._y = -100;
this._x = this._x + 8;
count = 0;
}
};
this.TukamiInit = function () {
this._x = this._x - 10;
count = 0;
this.enemy.gotoAndPlay("\u3064\u304B\u307F");
_root.ossanbasa.start();
step = step_tukami_exec;
};
this.TukamiExec = function () {
count++;
if (!this.enemy.tukami.e_tukami.hitTest(this._parent.player.player.p_collider)) {
if (24 < count) {
count = 0;
step = step_stand_exec;
}
} else {
step = step_tukamiai_init;
}
};
this.TukamiaiInit = function () {
count = 0;
this.enemy.gotoAndPlay("\u3064\u304B\u307F\u6210\u529F");
this._parent.player.step = 20;
step = step_tukamiai_exec;
};
this.TukamiaiExec = function () {
if (this._parent.player.step != 24) {
if (this._parent.player.step == 26) {
step = step_tukamiudeage_init;
}
} else {
step = step_tukitobasare_init;
}
};
this.TukamiudeageInit = function () {
count = 0;
this.enemy.gotoAndPlay("\u3064\u304B\u307F\u3046\u3067\u3042\u3052");
step = step_tukamiudeage_exec;
};
this.TukamiudeageExec = function () {
if (this._parent.player.step != 24) {
if (this._parent.player.step != 28) {
if (this._parent.player.step != 32) {
if (this._parent.player.step != 36) {
if (this._parent.player.step != 38) {
if (this._parent.player.step != 40) {
if (this._parent.player.step != 42) {
if (this._parent.player.step == 44) {
step = step_pannugashi_init;
}
} else {
step = step_panhippari_init;
}
} else {
step = step_skanugashi_init;
}
} else {
step = step_buranugashi_init;
}
} else {
step = step_uenugashi_init;
}
} else {
step = step_shitasawari_init;
}
} else {
step = step_munemomi_init;
}
} else {
step = step_tukitobasare_init;
}
};
this.MuneMomiInit = function () {
this.enemy.gotoAndPlay("\u3080\u306D\u3082\u307F");
step = step_munemomi_exec;
};
this.MuneMomiExec = function () {
if (this._parent.player.step != 24) {
if (this._parent.player.step != 32) {
if (this._parent.player.step != 36) {
if (this._parent.player.step != 38) {
if (this._parent.player.step != 40) {
if (this._parent.player.step != 42) {
if (this._parent.player.step != 44) {
if (this._parent.player.step == 30) {
step = step_chikubiseme_init;
}
} else {
step = step_pannugashi_init;
}
} else {
step = step_panhippari_init;
}
} else {
step = step_skanugashi_init;
}
} else {
step = step_buranugashi_init;
}
} else {
step = step_uenugashi_init;
}
} else {
step = step_shitasawari_init;
}
} else {
step = step_tukitobasare_init;
}
};
this.ChikubiSemeInit = function () {
this.enemy.gotoAndPlay("\u3061\u304F\u3073\u305B\u3081");
step = step_chikubiseme_exec;
};
this.ChikubiSemeExec = function () {
if (this._parent.player.step != 24) {
if (this._parent.player.step != 28) {
if (this._parent.player.step != 32) {
if (this._parent.player.step != 36) {
if (this._parent.player.step != 38) {
if (this._parent.player.step != 40) {
if (this._parent.player.step != 42) {
if (this._parent.player.step == 44) {
step = step_pannugashi_init;
}
} else {
step = step_panhippari_init;
}
} else {
step = step_skanugashi_init;
}
} else {
step = step_buranugashi_init;
}
} else {
step = step_uenugashi_init;
}
} else {
step = step_shitasawari_init;
}
} else {
step = step_munemomi_init;
}
} else {
step = step_tukitobasare_init;
}
};
this.ShitaSawariInit = function () {
this.enemy.gotoAndPlay("\u3057\u305F\u3055\u308F\u308A");
step = step_shitasawari_exec;
};
this.ShitaSawariExec = function () {
if (this._parent.player.step != 24) {
if (this._parent.player.step != 28) {
if (this._parent.player.step != 34) {
if (this._parent.player.step != 32) {
if (this._parent.player.step != 36) {
if (this._parent.player.step != 38) {
if (this._parent.player.step != 40) {
if (this._parent.player.step != 42) {
if (this._parent.player.step == 44) {
step = step_pannugashi_init;
}
} else {
step = step_panhippari_init;
}
} else {
step = step_skanugashi_init;
}
} else {
step = step_buranugashi_init;
}
} else {
step = step_uenugashi_init;
}
} else {
step = step_shitasawari_init;
}
} else {
step = step_shitasawaripin_init;
}
} else {
step = step_munemomi_init;
}
} else {
step = step_tukitobasare_init;
}
};
this.PanHippariInit = function () {
this.enemy.gotoAndPlay("\u30D1\u30F3\u30C4\u3072\u3063\u3071\u308A");
step = step_panhippari_exec;
};
this.PanHippariExec = function () {
if (this._parent.player.step != 24) {
if (this._parent.player.step != 28) {
if (this._parent.player.step != 32) {
if (this._parent.player.step != 36) {
if (this._parent.player.step != 38) {
if (this._parent.player.step != 40) {
if (this._parent.player.step != 42) {
if (this._parent.player.step == 44) {
step = step_pannugashi_init;
}
} else {
step = step_panhippari_init;
}
} else {
step = step_skanugashi_init;
}
} else {
step = step_buranugashi_init;
}
} else {
step = step_uenugashi_init;
}
} else {
step = step_shitasawari_init;
}
} else {
step = step_munemomi_init;
}
} else {
step = step_tukitobasare_init;
}
};
this.ShitaSawaripinInit = function () {
this.enemy.gotoAndPlay("\u3057\u305F\u3055\u308F\u308A\u30D1\u30F3\u30C4\u30A4\u30F3");
step = step_shitasawaripin_exec;
};
this.ShitaSawaripinExec = function () {
if (this._parent.player.step != 24) {
if (this._parent.player.step != 28) {
if (this._parent.player.step != 32) {
if (this._parent.player.step != 36) {
if (this._parent.player.step != 38) {
if (this._parent.player.step != 40) {
if (this._parent.player.step != 42) {
if (this._parent.player.step == 44) {
step = step_pannugashi_init;
}
} else {
step = step_panhippari_init;
}
} else {
step = step_skanugashi_init;
}
} else {
step = step_buranugashi_init;
}
} else {
step = step_uenugashi_init;
}
} else {
step = step_shitasawari_init;
}
} else {
step = step_munemomi_init;
}
} else {
step = step_tukitobasare_init;
}
};
this.UeNugashiInit = function () {
count = 0;
this.enemy.gotoAndPlay("\u3046\u3048\u306C\u304C\u3057");
step = step_uenugashi_exec;
};
this.UeNugashiExec = function () {
count++;
if (count != 16) {
if (30 < count) {
this.enemy.gotoAndPlay("\u3064\u304B\u307F\u3046\u3067\u3042\u3052\u30AD\u30FC\u30D7");
step = step_tukamiudeage_exec;
}
} else {
_root.oto_shb.start();
}
};
this.BuraNugashiInit = function () {
count = 0;
this.enemy.gotoAndPlay("\u30D6\u30E9\u306C\u304C\u3057");
step = step_buranugashi_exec;
};
this.BuraNugashiExec = function () {
count++;
if (30 < count) {
this.enemy.gotoAndPlay("\u3064\u304B\u307F\u3046\u3067\u3042\u3052\u30AD\u30FC\u30D7");
step = step_tukamiudeage_exec;
}
};
this.SkaNugashiInit = function () {
count = 0;
_root.oto_skc.start();
this.enemy.gotoAndPlay("\u30B9\u30AB\u30FC\u30C8\u306C\u304C\u3057");
step = step_skanugashi_exec;
};
this.SkaNugashiExec = function () {
count++;
if (count != 20) {
if (30 < count) {
this.enemy.gotoAndPlay("\u3064\u304B\u307F\u3046\u3067\u3042\u3052\u30AD\u30FC\u30D7");
step = step_tukamiudeage_exec;
}
} else {
_root.oto_skb.start();
}
};
this.PanNugashiInit = function () {
count = 0;
this.enemy.gotoAndPlay("\u30D1\u30F3\u30C4\u306C\u304C\u3057");
step = step_pannugashi_exec;
};
this.PanNugashiExec = function () {
count++;
if (30 < count) {
this.enemy.gotoAndPlay("\u3064\u304B\u307F\u3046\u3067\u3042\u3052\u30AD\u30FC\u30D7");
step = step_tukamiudeage_exec;
}
};
this.TukitobasareInit = function () {
this._x = this._x - 10;
count = 0;
this.enemy.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.enemy.gotoAndPlay("\u30B9\u30C8\u30EC\u30FC\u30C8\u3042\u305F\u308A");
_root.ossanbasa.start();
step = step_tukitobasare_exec;
};
this.TukitobasareExec = function () {
count++;
this._x = this._x + 3;
if (20 < count) {
count = 0;
step = step_stand_exec;
}
};
this.HInit = function () {
this.enemy.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.enemy.gotoAndPlay("\u30BA\u30DC\u30F3\u8131\u304E");
step = step_h_exec;
};
this.HExec = function () {
};
}
onClipEvent (enterFrame) {
if (_global.game_pause != 1) {
if (step != step_h_init) {
if (step != step_h_exec) {
if (!(this.enemy.e_collider.hitTest(this._parent.player.player.punchj_collider) && (step != step_hitj_exec))) {
if (step != step_hitj_exec) {
if (!(this.enemy.e_collider.hitTest(this._parent.player.player.punchs_collider) && (step != step_hits_exec))) {
if (step != step_hits_exec) {
if (!(this.enemy.e_headcollider.hitTest(this._parent.player.player.highkick_collider) && (step != step_hitk_exec))) {
if (step != step_hitk_exec) {
if (!(this.enemy.e_collider.hitTest(this._parent.player.player.hiza_collider) && (step != step_hith_exec))) {
if (step != step_hith_exec) {
if (step != step_stand_init) {
if (step != step_stand_exec) {
if (step != step_stand_wait) {
if (step != step_guard_init) {
if (step != step_guard_exec) {
if (!((step == step_walk_init) && (150 < _global.kyori))) {
if (step != step_walk_exec) {
if (step != step_tukitobasare_init) {
if (step != step_tukitobasare_exec) {
if (step != step_tukami_init) {
if (step != step_tukamiudeage_init) {
if (step != step_tukamiudeage_exec) {
if (step != step_tukami_exec) {
if (step != step_tukamiai_init) {
if (step != step_tukamiai_exec) {
if (step != step_munemomi_init) {
if (step != step_munemomi_exec) {
if (step != step_chikubiseme_init) {
if (step != step_chikubiseme_exec) {
if (step != step_shitasawari_init) {
if (step != step_shitasawari_exec) {
if (step != step_shitasawaripin_init) {
if (step != step_shitasawaripin_exec) {
if (step != step_uenugashi_init) {
if (step != step_uenugashi_exec) {
if (step != step_buranugashi_init) {
if (step != step_buranugashi_exec) {
if (step != step_skanugashi_init) {
if (step != step_skanugashi_exec) {
if (step != step_pannugashi_init) {
if (step != step_pannugashi_exec) {
if (step != step_panhippari_init) {
if (step == step_panhippari_exec) {
PanHippariExec();
}
} else {
PanHippariInit();
}
} else {
PanNugashiExec();
}
} else {
PanNugashiInit();
}
} else {
SkaNugashiExec();
}
} else {
SkaNugashiInit();
}
} else {
BuraNugashiExec();
}
} else {
BuraNugashiInit();
}
} else {
UeNugashiExec();
}
} else {
UeNugashiInit();
}
} else {
ShitaSawaripinExec();
}
} else {
ShitaSawaripinInit();
}
} else {
ShitaSawariExec();
}
} else {
ShitaSawariInit();
}
} else {
ChikubiSemeExec();
}
} else {
ChikubiSemeInit();
}
} else {
MuneMomiExec();
}
} else {
MuneMomiInit();
}
} else {
TukamiaiExec();
}
} else {
TukamiaiInit();
}
} else {
TukamiExec();
}
} else {
TukamiudeageExec();
}
} else {
TukamiudeageInit();
}
} else {
TukamiInit();
}
} else {
TukitobasareExec();
}
} else {
TukitobasareInit();
}
} else {
WalkExec();
}
} else {
step = step_walk_exec;
}
} else {
GuardExec();
}
} else {
this.enemy.gotoAndPlay("\u30AC\u30FC\u30C9");
step = step_guard_exec;
}
} else {
NearWait();
}
} else if (150 >= _global.kyori) {
NearDistance();
} else {
FarDistance();
}
} else {
count = 0;
this.enemy.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
this.enemy.gotoAndPlay("\u5F85\u6A5F");
step = step_stand_exec;
}
} else {
HizaHitExec();
}
} else {
HizaHitInit();
}
} else {
HighkickHitExec();
}
} else {
HighkickHitInit();
}
} else {
StraightHitExec();
}
} else {
StraightHitInit();
}
} else {
JabHitExec();
}
} else {
JabHitInit();
}
} else {
HExec();
}
} else {
HInit();
}
} else {
this.stop();
}
}
Instance of Symbol 56 MovieClip [攻撃エフェクト] "effect" in Symbol 4 MovieClip [●●メイン●●] Frame 1
onClipEvent (load) {
this.swapDepths(6);
this.EffectPos = function () {
this._x = this._parent.player.player._x + 320;
};
}
onClipEvent (enterFrame) {
EffectPos();
}
Symbol 4 MovieClip [●●メイン●●] Frame 1
_root.jon = new Sound(koukaon);
_root.jon.attachSound("oto_j");
_root.jhiton = new Sound(koukaon);
_root.jhiton.attachSound("oto_jhit");
_root.son = new Sound(koukaon);
_root.son.attachSound("oto_s");
_root.shiton = new Sound(koukaon);
_root.shiton.attachSound("oto_shit");
_root.kon = new Sound(koukaon);
_root.kon.attachSound("oto_k");
_root.khiton = new Sound(koukaon);
_root.khiton.attachSound("oto_khit");
_root.jguardon = new Sound(koukaon);
_root.jguardon.attachSound("oto_jguard");
_root.sguardon = new Sound(koukaon);
_root.sguardon.attachSound("oto_sguard");
_root.kutuoto = new Sound(koukaon);
_root.kutuoto.attachSound("oto_aruki");
_root.ossankutuoto = new Sound(koukaon);
_root.ossankutuoto.attachSound("oto_ossanasi");
_root.ossanbasa = new Sound(koukaon);
_root.ossanbasa.attachSound("oto_ossanbasa");
_root.oto_skc = new Sound(koukaon);
_root.oto_skc.attachSound("oto_skachack");
_root.oto_skb = new Sound(koukaon);
_root.oto_skb.attachSound("oto_skabasa");
_root.oto_shb = new Sound(koukaon);
_root.oto_shb.attachSound("oto_seihukubasa");
_root.kuchu = new Sound(koukaon);
_root.kuchu.attachSound("oto_kuchu");
_root.pansuri = new Sound(koukaon);
_root.pansuri.attachSound("oto_pansuri");
_root.pannuga = new Sound(koukaon);
_root.pannuga.attachSound("oto_pannuga");
_root.pachu1 = new Sound(koukaon);
_root.pachu1.attachSound("oto_pachu1");
_root.pachu2 = new Sound(koukaon);
_root.pachu2.attachSound("oto_pachu2");
_root.dopyu1 = new Sound(koukaon);
_root.dopyu1.attachSound("oto_dopyu1");
_root.dopyu2 = new Sound(koukaon);
_root.dopyu2.attachSound("oto_dopyu2");
_root.k_ko = new Sound(koukaon);
_root.k_ko.attachSound("oto_ko");
_root.k_hun = new Sound(koe);
_root.k_hun.attachSound("koe_hun");
_root.k_ha = new Sound(koe);
_root.k_ha.attachSound("koe_ha");
_root.k_ha2 = new Sound(koe);
_root.k_ha2.attachSound("koe_ha2");
_root.k_ha3 = new Sound(koe);
_root.k_ha3.attachSound("koe_ha3");
_root.k_tei = new Sound(koe);
_root.k_tei.attachSound("koe_tei");
_root.k_taa = new Sound(koe);
_root.k_taa.attachSound("koe_taa");
_root.k_ike = new Sound(koe);
_root.k_ike.attachSound("koe_ike");
_root.k_iya = new Sound(koe);
_root.k_iya.attachSound("koe_iya");
_root.k_kono = new Sound(koe);
_root.k_kono.attachSound("koe_kono");
_root.k_suu1 = new Sound(koe);
_root.k_suu1.attachSound("koe_suu1");
_root.k_suu2 = new Sound(koe);
_root.k_suu2.attachSound("koe_suu2");
_root.k_suu3 = new Sound(koe);
_root.k_suu3.attachSound("koe_suu3");
_root.k_haku1 = new Sound(koe);
_root.k_haku1.attachSound("koe_haku1");
_root.k_haku2 = new Sound(koe);
_root.k_haku2.attachSound("koe_haku2");
_root.k_haku3 = new Sound(koe);
_root.k_haku3.attachSound("koe_haku3");
_root.k_hyaa = new Sound(koe);
_root.k_hyaa.attachSound("koe_hyaa");
_root.k_aegi1 = new Sound(koe);
_root.k_aegi1.attachSound("koe_aegi1");
_root.k_aegi2 = new Sound(koe);
_root.k_aegi2.attachSound("koe_aegi2");
_root.k_aegi3 = new Sound(koe);
_root.k_aegi3.attachSound("koe_aegi3");
_root.k_aegi4 = new Sound(koe);
_root.k_aegi4.attachSound("koe_aegi4");
_root.k_aegi5 = new Sound(koe);
_root.k_aegi5.attachSound("koe_aegi5");
_root.k_aegi6 = new Sound(koe);
_root.k_aegi6.attachSound("koe_aegi6");
_root.k_aegi7 = new Sound(koe);
_root.k_aegi7.attachSound("koe_aegi7");
_root.k_aegi8 = new Sound(koe);
_root.k_aegi8.attachSound("koe_aegi8");
_root.k_aegi9 = new Sound(koe);
_root.k_aegi9.attachSound("koe_aegi9");
_root.k_aegi10 = new Sound(koe);
_root.k_aegi10.attachSound("koe_aegi10");
_root.k_aegi11 = new Sound(koe);
_root.k_aegi11.attachSound("koe_aegi11");
_root.k_aegi12 = new Sound(koe);
_root.k_aegi12.attachSound("koe_aegi12");
_root.k_aegi13 = new Sound(koe);
_root.k_aegi13.attachSound("koe_aegi13");
_root.k_aegi14 = new Sound(koe);
_root.k_aegi14.attachSound("koe_aegi14");
_root.k_hikaeme1 = new Sound(koe);
_root.k_hikaeme1.attachSound("koe_hikaeme1");
_root.k_hikaeme2 = new Sound(koe);
_root.k_hikaeme2.attachSound("koe_hikaeme2");
_root.k_hikaeme3 = new Sound(koe);
_root.k_hikaeme3.attachSound("koe_hikaeme3");
_root.k_hikaeme4 = new Sound(koe);
_root.k_hikaeme4.attachSound("koe_hikaeme4");
_root.k_hikaeme5 = new Sound(koe);
_root.k_hikaeme5.attachSound("koe_hikaeme5");
_root.k_hikaeme6 = new Sound(koe);
_root.k_hikaeme6.attachSound("koe_hikaeme6");
_root.k_hikaeme7 = new Sound(koe);
_root.k_hikaeme7.attachSound("koe_hikaeme7");
_root.k_hikaeme8 = new Sound(koe);
_root.k_hikaeme8.attachSound("koe_hikaeme8");
_root.k_hikaeme9 = new Sound(koe);
_root.k_hikaeme9.attachSound("koe_hikaeme9");
_root.k_hikaeme10 = new Sound(koe);
_root.k_hikaeme10.attachSound("koe_hikaeme10");
_root.k_hikaeme11 = new Sound(koe);
_root.k_hikaeme11.attachSound("koe_hikaeme11");
_root.k_hikaeme12 = new Sound(koe);
_root.k_hikaeme12.attachSound("koe_hikaeme12");
_root.k_hikaeme13 = new Sound(koe);
_root.k_hikaeme13.attachSound("koe_hikaeme13");
_root.k_hikaeme14 = new Sound(koe);
_root.k_hikaeme14.attachSound("koe_hikaeme14");
_root.k_hikaeme15 = new Sound(koe);
_root.k_hikaeme15.attachSound("koe_hikaeme15");
_root.k_hagesi1 = new Sound(koe);
_root.k_hagesi1.attachSound("koe_hagesi1");
_root.k_hagesi2 = new Sound(koe);
_root.k_hagesi2.attachSound("koe_hagesi2");
_root.k_hagesi3 = new Sound(koe);
_root.k_hagesi3.attachSound("koe_hagesi3");
_root.k_hagesi4 = new Sound(koe);
_root.k_hagesi4.attachSound("koe_hagesi4");
_root.k_hagesi5 = new Sound(koe);
_root.k_hagesi5.attachSound("koe_hagesi5");
_root.k_hagesi6 = new Sound(koe);
_root.k_hagesi6.attachSound("koe_hagesi6");
_root.k_hagesi7 = new Sound(koe);
_root.k_hagesi7.attachSound("koe_hagesi7");
_root.k_hagesi8 = new Sound(koe);
_root.k_hagesi8.attachSound("koe_hagesi8");
_root.k_hagesi9 = new Sound(koe);
_root.k_hagesi9.attachSound("koe_hagesi9");
_root.k_hagesi10 = new Sound(koe);
_root.k_hagesi10.attachSound("koe_hagesi10");
_root.k_hagesi11 = new Sound(koe);
_root.k_hagesi11.attachSound("koe_hagesi11");
_root.k_hagesi12 = new Sound(koe);
_root.k_hagesi12.attachSound("koe_hagesi12");
_root.k_iku1 = new Sound(koe);
_root.k_iku1.attachSound("koe_iku1");
_root.k_iku2 = new Sound(koe);
_root.k_iku2.attachSound("koe_iku2");
_root.k_iku3 = new Sound(koe);
_root.k_iku3.attachSound("koe_iku3");
_root.k_iku4 = new Sound(koe);
_root.k_iku4.attachSound("koe_iku4");
_root.k_iku5 = new Sound(koe);
_root.k_iku5.attachSound("koe_iku5");
_root.k_iku1 = new Sound(koe);
_root.k_ikuiku.attachSound("koe_ikuiku");
_root.jon.setVolume(_global.otovol);
_root.k_hun.setVolume(_global.koevol);
var loader = new MovieClipLoader();
loader.loadClip("data/Player.swf", player);
loader.loadClip("data/Ossan.swf", enemy);
Symbol 4 MovieClip [●●メイン●●] Frame 3
stop();
Instance of Symbol 14 MovieClip [判定用空スプライト] "hantei2" in Symbol 4 MovieClip [●●メイン●●] Frame 4
onClipEvent (load) {
this.ZubonOroshi = function () {
if (!this._parent.enemy.enemy.e_collider.hitTest(this._parent.znugihantei.collider)) {
} else {
this._parent.enemy.step = 100;
this._parent.gotoAndPlay("\u30BA\u30DC\u30F3\u304A\u308D\u3057\uFF12");
}
};
}
onClipEvent (enterFrame) {
if (_global.game_pause == 2) {
_global.game_pause = 0;
}
ZubonOroshi();
}
Symbol 4 MovieClip [●●メイン●●] Frame 4
_global.battle = 0;
this._parent.vbar.gotoAndPlay("off");
this._parent.sbar.gotoAndPlay("off");
var loader = new MovieClipLoader();
loader.loadClip("data/Shoumen.swf", shoumen);
Symbol 4 MovieClip [●●メイン●●] Frame 5
player.player.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
player.step = 100;
shoumen.main.gotoAndPlay("\u7ACB\u3061\u3064\u304F\u3057\u5F85\u6A5F");
_root.k_aegi12.start();
Symbol 4 MovieClip [●●メイン●●] Frame 7
stop();
Symbol 4 MovieClip [●●メイン●●] Frame 8
player.removeMovieClip();
Symbol 4 MovieClip [●●メイン●●] Frame 13
shoumen.main.gotoAndPlay("\u7ACB\u3061\u3064\u304F\u3057\u3042\u3048\u304E");
Symbol 4 MovieClip [●●メイン●●] Frame 34
_root.oto_skb.start();
Symbol 4 MovieClip [●●メイン●●] Frame 37
_root.k_hyaa.start();
_global.kando = 117;
Instance of Symbol 294 MovieClip [シーン選択ズボンおろし後] "firstsentaku" in Symbol 4 MovieClip [●●メイン●●] Frame 38
onClipEvent (load) {
this.swapDepths(60);
}
Symbol 4 MovieClip [●●メイン●●] Frame 39
stop();
Instance of Symbol 92 MovieClip [乗算影] in Symbol 4 MovieClip [●●メイン●●] Frame 40
onClipEvent (load) {
if (_global.yoru != 1) {
gotoAndPlay("\u663C");
} else {
gotoAndPlay("\u591C");
}
}
Symbol 4 MovieClip [●●メイン●●] Frame 40
enemy.removeMovieClip();
shoumen.removeMovieClip();
tachiback.removeMovieClip();
kage.removeMovieClip();
firstsentaku.removeMovieClip();
var loader = new MovieClipLoader();
loader.loadClip("data/Shoumen.swf", shoumenfuck);
this._x = 0;
Symbol 4 MovieClip [●●メイン●●] Frame 42
shoumenfuck.main.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D");
Symbol 4 MovieClip [●●メイン●●] Frame 44
stop();
Symbol 4 MovieClip [●●メイン●●] Frame 45
shoumen.removeMovieClip();
enemy.removeMovieClip();
firstsentaku.removeMovieClip();
kage.removeMovieClip();
this._parent.vbar.gotoAndPlay("off");
this._parent.sbar.gotoAndPlay("off");
var loader = new MovieClipLoader();
loader.loadClip("data/Standback.swf", tachiback);
this._x = 0;
Symbol 4 MovieClip [●●メイン●●] Frame 47
stop();
Symbol 4 MovieClip [●●メイン●●] Frame 48
tachiback.removeMovieClip();
this._parent.vbar.gotoAndPlay("off");
this._parent.sbar.gotoAndPlay("off");
var loader = new MovieClipLoader();
loader.loadClip("data/Standback.swf", tachibackki);
this._x = -2600;
Symbol 4 MovieClip [●●メイン●●] Frame 50
tachibackki.main.gotoAndPlay("\u901A\u5E38");
Symbol 4 MovieClip [●●メイン●●] Frame 52
stop();
Symbol 4 MovieClip [●●メイン●●] Frame 53
tachibackki.removeMovieClip();
this._parent.vbar.gotoAndPlay("off");
this._parent.sbar.gotoAndPlay("off");
var loader = new MovieClipLoader();
loader.loadClip("data/Frontstandback.swf", tachibackbura);
this._x = -1100;
Symbol 4 MovieClip [●●メイン●●] Frame 55
tachibackbura.main.gotoAndPlay("\u901A\u5E38");
Symbol 4 MovieClip [●●メイン●●] Frame 57
stop();
Symbol 4 MovieClip [●●メイン●●] Frame 58
tachibackbura.removeMovieClip();
this._parent.vbar.gotoAndPlay("off");
this._parent.sbar.gotoAndPlay("off");
var loader = new MovieClipLoader();
loader.loadClip("data/Shoumen.swf", shoumenki);
this._x = -2600;
Symbol 4 MovieClip [●●メイン●●] Frame 60
shoumenki.main.gotoAndPlay("\u901A\u5E38");
Symbol 4 MovieClip [●●メイン●●] Frame 62
stop();
Symbol 22 MovieClip [敵あるき] Frame 1
this._parent._x = this._parent._x - 10;
Symbol 22 MovieClip [敵あるき] Frame 2
gotoAndPlay("\u8FD1\u3065\u304F");
Symbol 22 MovieClip [敵あるき] Frame 3
stop();
Symbol 10 MovieClip [あたり判定スプライト] Frame 2
stop();
Symbol 18 MovieClip [壁] Frame 2
stop();
Symbol 26 MovieClip [プレイヤー移動] Frame 16
gotoAndPlay("\u53F3\u79FB\u52D5");
Symbol 26 MovieClip [プレイヤー移動] Frame 18
stop();
Symbol 26 MovieClip [プレイヤー移動] Frame 24
gotoAndPlay("\u5DE6\u79FB\u52D5");
Symbol 26 MovieClip [プレイヤー移動] Frame 26
stop();
Symbol 92 MovieClip [乗算影] Frame 2
stop();
Symbol 92 MovieClip [乗算影] Frame 4
stop();
Instance of Symbol 212 MovieClip [▲上] in Symbol 240 MovieClip [予感まとめ] Frame 1
onClipEvent (load) {
if (_global.huku != 1) {
if (_global.bura != 1) {
gotoAndPlay("off");
} else {
gotoAndPlay("\u30D6\u30E9");
}
} else {
gotoAndPlay("\u5236\u670D");
}
}
Instance of Symbol 218 MovieClip [←左] in Symbol 240 MovieClip [予感まとめ] Frame 1
onClipEvent (load) {
if (!(((_root.main.player.step == 29) && (_global.bura == 0)) && (_global.huku == 0))) {
if (!(((_global.pan == 1) && (_root.main.player.step == 33)) || (_root.main.player.step == 35))) {
if (!(((((_root.main.player.step == 30) || (_root.main.player.step == 27)) || (_root.main.player.step == 33)) || (_root.main.player.step == 31)) || (_root.main.player.step == 43))) {
gotoAndPlay("off");
} else {
gotoAndPlay("\u3080\u306D\u3082\u307E\u308C");
}
} else {
gotoAndPlay("\u3072\u3063\u3071\u308A");
}
} else {
gotoAndPlay("\u3061\u304F\u3073");
}
}
Instance of Symbol 216 MovieClip [→右] in Symbol 240 MovieClip [予感まとめ] Frame 1
onClipEvent (load) {
if (!((_root.main.player.step == 33) && (_global.pan == 1))) {
if (!((((_root.main.player.step == 27) || (_root.main.player.step == 29)) || (_root.main.player.step == 31)) || (_root.main.player.step == 43))) {
gotoAndPlay("off");
} else {
gotoAndPlay("\u3057\u305F");
}
} else {
gotoAndPlay("\u30D1\u30F3\u30C4\u306E\u4E2D");
}
}
Instance of Symbol 214 MovieClip [▼下] in Symbol 240 MovieClip [予感まとめ] Frame 1
onClipEvent (load) {
if (_root.main.player.step != 43) {
if (_global.ska != 1) {
gotoAndPlay("off");
} else {
gotoAndPlay("\u30B9\u30AB\u30FC\u30C8");
}
} else {
gotoAndPlay("\u30D1\u30F3\u30C4\u306C\u304C\u3057");
}
}
Symbol 240 MovieClip [予感まとめ] Frame 2
stop();
Symbol 210 MovieClip [●予感コマンド] Frame 2
stop();
Instance of Symbol 240 MovieClip [予感まとめ] "yokanmatome" in Symbol 210 MovieClip [●予感コマンド] Frame 3
onClipEvent (load) {
this._alpha = 20;
}
Symbol 210 MovieClip [●予感コマンド] Frame 4
if (yokanmatome._alpha < 100) {
yokanmatome._alpha = yokanmatome._alpha + 10;
gotoAndPlay("\u30D5\u30A7\u30FC\u30C9\u30A4\u30F3");
}
Symbol 210 MovieClip [●予感コマンド] Frame 6
stop();
Symbol 212 MovieClip [▲上] Frame 2
stop();
Symbol 212 MovieClip [▲上] Frame 4
stop();
Symbol 212 MovieClip [▲上] Frame 6
stop();
Symbol 214 MovieClip [▼下] Frame 2
stop();
Symbol 214 MovieClip [▼下] Frame 4
stop();
Symbol 214 MovieClip [▼下] Frame 6
stop();
Symbol 216 MovieClip [→右] Frame 2
stop();
Symbol 216 MovieClip [→右] Frame 4
stop();
Symbol 216 MovieClip [→右] Frame 6
stop();
Symbol 218 MovieClip [←左] Frame 2
stop();
Symbol 218 MovieClip [←左] Frame 4
stop();
Symbol 218 MovieClip [←左] Frame 6
stop();
Symbol 218 MovieClip [←左] Frame 8
stop();
Instance of Symbol 34 MovieClip [スタミナバー可変] "ossanbar" in Symbol 128 MovieClip [■おっさん体力バー] Frame 1
onClipEvent (load) {
gotoAndPlay("\u304A\u3063\u3055\u3093");
this.StaminaBarE = function () {
this._xscale = this._parent._parent.main.enemy.e_stamina * 50;
if (this._xscale < 0) {
this._xscale = 0;
}
};
}
onClipEvent (enterFrame) {
StaminaBarE();
}
Symbol 128 MovieClip [■おっさん体力バー] Frame 2
stop();
Symbol 128 MovieClip [■おっさん体力バー] Frame 4
stop();
Instance of Symbol 34 MovieClip [スタミナバー可変] "kandobar" in Symbol 122 MovieClip [■感度バー] Frame 2
onClipEvent (load) {
gotoAndPlay("\u611F\u5EA6");
this.KandoBar = function () {
this._xscale = _global.kando * 250;
if (this._xscale < 0) {
this._xscale = 0;
}
};
}
onClipEvent (enterFrame) {
KandoBar();
}
Symbol 122 MovieClip [■感度バー] Frame 2
kandobar.setMask(barmask);
Symbol 122 MovieClip [■感度バー] Frame 4
stop();
Symbol 122 MovieClip [■感度バー] Frame 6
stop();
Instance of Symbol 34 MovieClip [スタミナバー可変] "staminabar" in Symbol 82 MovieClip [■スタミナバー] Frame 1
onClipEvent (load) {
this.StaminaBar = function () {
this._xscale = this._parent._parent.main.player.p_stamina * 50;
if (this._xscale < 0) {
this._xscale = 0;
}
};
}
onClipEvent (enterFrame) {
StaminaBar();
}
Symbol 82 MovieClip [■スタミナバー] Frame 2
stop();
Symbol 82 MovieClip [■スタミナバー] Frame 4
stop();
Symbol 300 MovieClip [■フェードイン] Frame 2
stop();
Symbol 300 MovieClip [■フェードイン] Frame 39
gotoAndPlay("off");
Symbol 300 MovieClip [■フェードイン] Frame 41
stop();
Instance of Symbol 298 MovieClip [●まえから] in Symbol 294 MovieClip [シーン選択ズボンおろし後] Frame 41
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D");
}
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
if (Key.isDown(37)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
} else {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D");
}
}
Instance of Symbol 296 MovieClip [●うしろから] in Symbol 294 MovieClip [シーン選択ズボンおろし後] Frame 41
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
Symbol 294 MovieClip [シーン選択ズボンおろし後] Frame 42
stop();
Symbol 306 MovieClip [◎中出しボタン] Frame 2
stop();
Symbol 306 MovieClip [◎中出しボタン] Frame 4
stop();
Symbol 338 MovieClip [▼もっとゆっくり] Frame 2
stop();
Symbol 20000 Button
on (release) {
gotoAndPlay("\u30E1\u30CB\u30E5\u30FC");
}
Symbol 20001 Button
on (press) {
this._parent.gotoAndPlay("\u30D0\u30C8\u30EB\u30B7\u30FC\u30F3");
}
on () {
}
Symbol 20002 Button
on (press) {
gotoAndPlay("\u64CD\u4F5C\u8AAC\u660E");
}
on () {
}
Symbol 20003 Button
on (press) {
gotoAndPlay("\u7740\u8863\u8A2D\u5B9A");
}
on () {
}
Symbol 20004 Button
on (press) {
gotoAndPlay("\u3042\u3089\u3059\u3058");
}
on () {
}
Symbol 20005 Button
on (release) {
gotoAndPlay("\u6557\u5317\u6761\u4EF6");
}
Symbol 20006 Button
on (release) {
gotoAndPlay("\u30E1\u30CB\u30E5\u30FC");
}
Symbol 20007 Button
on (press) {
gotoAndPlay("\u30E1\u30CB\u30E5\u30FC");
}
on () {
}
Symbol 20008 Button
on (release) {
gotoAndPlay("\u30E1\u30CB\u30E5\u30FC");
}
Symbol 404 MovieClip [●オープニングタイトル] Frame 14
stop();
Symbol 404 MovieClip [●オープニングタイトル] Frame 16
stop();
Symbol 404 MovieClip [●オープニングタイトル] Frame 18
stop();
Symbol 404 MovieClip [●オープニングタイトル] Frame 20
stop();
Symbol 404 MovieClip [●オープニングタイトル] Frame 701
gotoAndPlay("\u30E1\u30CB\u30E5\u30FC");
Symbol 404 MovieClip [●オープニングタイトル] Frame 703
stop();
Instance of Symbol 452 MovieClip [制服] in Symbol 404 MovieClip [●オープニングタイトル] Frame 704
onClipEvent (load) {
if (_global.huku != 1) {
gotoAndPlay("off");
} else {
gotoAndPlay("on");
}
}
Instance of Symbol 454 MovieClip [ブラジャー] in Symbol 404 MovieClip [●オープニングタイトル] Frame 704
onClipEvent (load) {
if (_global.bura != 1) {
gotoAndPlay("off");
} else {
gotoAndPlay("on");
}
}
Instance of Symbol 456 MovieClip [スカート] in Symbol 404 MovieClip [●オープニングタイトル] Frame 704
onClipEvent (load) {
if (_global.ska != 1) {
gotoAndPlay("off");
} else {
gotoAndPlay("on");
}
}
Instance of Symbol 458 MovieClip [パンツ] in Symbol 404 MovieClip [●オープニングタイトル] Frame 704
onClipEvent (load) {
if (_global.pan != 1) {
gotoAndPlay("off");
} else {
gotoAndPlay("on");
}
}
Instance of Symbol 460 MovieClip [ソックス] in Symbol 404 MovieClip [●オープニングタイトル] Frame 704
onClipEvent (load) {
if (_global.sox != 1) {
if (_global.sox != 2) {
gotoAndPlay("off");
} else {
gotoAndPlay("\u30CB\u30FC\u30BD");
}
} else {
gotoAndPlay("\u30CF\u30A4\u30BD");
}
}
Instance of Symbol 462 MovieClip [クツ] in Symbol 404 MovieClip [●オープニングタイトル] Frame 704
onClipEvent (load) {
if (_global.kutu != 1) {
gotoAndPlay("off");
} else {
gotoAndPlay("on");
}
}
Instance of Symbol 464 MovieClip [昼夜判定] in Symbol 404 MovieClip [●オープニングタイトル] Frame 704
onClipEvent (load) {
if (_global.yoru != 1) {
gotoAndPlay("\u663C");
} else {
gotoAndPlay("\u591C");
}
}
Symbol 404 MovieClip [●オープニングタイトル] Frame 705
stop();
Symbol 336 MovieClip [▲もっと激しく] Frame 2
stop();
Symbol 298 MovieClip [●まえから] Frame 2
stop();
Symbol 298 MovieClip [●まえから] Frame 4
stop();
Symbol 296 MovieClip [●うしろから] Frame 2
stop();
Symbol 296 MovieClip [●うしろから] Frame 4
stop();
Symbol 350 MovieClip [▲トイレ2] Frame 2
stop();
Symbol 318 MovieClip [▲ブランコの前] Frame 2
stop();
Symbol 344 MovieClip [▼トイレ] Frame 2
stop();
Symbol 340 MovieClip [▼木の下] Frame 2
stop();
Symbol 20009 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.tachibackki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20010 Button
on (press) {
if (_global.ude != 1) {
_global.ude = 1;
this._parent.tachibackki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
} else {
_global.ude = 2;
this._parent.tachibackki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20011 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.tachibackki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20012 Button
on (press) {
if (_global.ude != 1) {
_global.ude = 1;
this._parent.tachibackki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
} else {
_global.ude = 2;
this._parent.tachibackki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Instance of Symbol 306 MovieClip [◎中出しボタン] in Symbol 346 MovieClip [■立ちバック木メニュー] Frame 1
on (rollOver) {
gotoAndPlay("on");
}
on (rollOut) {
gotoAndPlay("off");
}
on (press) {
this._parent._parent.tachibackki.main.gotoAndPlay("\u767A\u5C04");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u5F8C");
}
on (releaseOutside) {
gotoAndPlay("off");
}
Instance of Symbol 336 MovieClip [▲もっと激しく] in Symbol 346 MovieClip [■立ちバック木メニュー] Frame 1
on (press) {
this._parent._parent.tachibackki.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._parent._parent.tachibackki.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
}
Symbol 346 MovieClip [■立ちバック木メニュー] Frame 2
stop();
Instance of Symbol 338 MovieClip [▼もっとゆっくり] in Symbol 346 MovieClip [■立ちバック木メニュー] Frame 3
on (press) {
this._parent._parent.tachibackki.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._parent._parent.tachibackki.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
}
Symbol 346 MovieClip [■立ちバック木メニュー] Frame 4
stop();
Instance of Symbol 298 MovieClip [●まえから] in Symbol 346 MovieClip [■立ちバック木メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D\u6728");
}
Instance of Symbol 296 MovieClip [●うしろから] in Symbol 346 MovieClip [■立ちバック木メニュー] Frame 85
onClipEvent (load) {
gotoAndPlay("\u3053\u306E\u307E\u307E");
}
on (press) {
this._parent._parent.tachibackki.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
if (Key.isDown(37)) {
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
} else {
this._parent._parent.tachibackki.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
}
Instance of Symbol 318 MovieClip [▲ブランコの前] in Symbol 346 MovieClip [■立ちバック木メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u30D6\u30E9\u30F3\u30B3\u524D");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u30D6\u30E9\u30F3\u30B3\u524D");
}
}
Instance of Symbol 340 MovieClip [▼木の下] in Symbol 346 MovieClip [■立ちバック木メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
}
Symbol 346 MovieClip [■立ちバック木メニュー] Frame 86
stop();
Symbol 20013 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.tachibackbura.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20014 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.tachibackbura.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Instance of Symbol 306 MovieClip [◎中出しボタン] in Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 1
on (rollOver) {
gotoAndPlay("on");
}
on (rollOut) {
gotoAndPlay("off");
}
on (press) {
this._parent._parent.tachibackbura.main.gotoAndPlay("\u767A\u5C04");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u5F8C");
}
on (releaseOutside) {
gotoAndPlay("off");
}
Instance of Symbol 336 MovieClip [▲もっと激しく] in Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 1
on (press) {
this._parent._parent.tachibackbura.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._parent._parent.tachibackbura.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
}
Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 2
stop();
Instance of Symbol 338 MovieClip [▼もっとゆっくり] in Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 3
on (press) {
this._parent._parent.tachibackbura.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._parent._parent.tachibackbura.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
}
Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 4
stop();
Instance of Symbol 296 MovieClip [●うしろから] in Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 85
onClipEvent (load) {
gotoAndPlay("\u3053\u306E\u307E\u307E");
}
on (press) {
this._parent._parent.tachibackbura.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
if (Key.isDown(37)) {
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
} else {
this._parent._parent.tachibackbura.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
}
Instance of Symbol 350 MovieClip [▲トイレ2] in Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
}
Instance of Symbol 340 MovieClip [▼木の下] in Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u6728");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u6728");
}
}
Symbol 348 MovieClip [■立ちバックブランコ前メニュー] Frame 86
stop();
Symbol 20015 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.tachiback.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20016 Button
on (press) {
if (_global.ude != 1) {
_global.ude = 1;
this._parent.tachiback.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
} else {
_global.ude = 2;
this._parent.tachiback.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20017 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.tachiback.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20018 Button
on (press) {
if (_global.ude != 1) {
_global.ude = 1;
this._parent.tachiback.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
} else {
_global.ude = 2;
this._parent.tachiback.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Instance of Symbol 306 MovieClip [◎中出しボタン] in Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 1
on (rollOver) {
gotoAndPlay("on");
}
on (rollOut) {
gotoAndPlay("off");
}
on (press) {
this._parent._parent.tachiback.main.gotoAndPlay("\u767A\u5C04");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u5F8C");
}
on (releaseOutside) {
gotoAndPlay("off");
}
Instance of Symbol 336 MovieClip [▲もっと激しく] in Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 1
on (press) {
this._parent._parent.tachiback.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._parent._parent.tachiback.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
}
Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 2
stop();
Instance of Symbol 338 MovieClip [▼もっとゆっくり] in Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 3
on (press) {
this._parent._parent.tachiback.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._parent._parent.tachiback.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
}
Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 4
stop();
Instance of Symbol 298 MovieClip [●まえから] in Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D");
}
Instance of Symbol 296 MovieClip [●うしろから] in Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 85
onClipEvent (load) {
gotoAndPlay("\u3053\u306E\u307E\u307E");
}
on (press) {
this._parent._parent.tachiback.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
if (Key.isDown(37)) {
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
} else {
this._parent._parent.tachiback.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
}
Instance of Symbol 318 MovieClip [▲ブランコの前] in Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u30D6\u30E9\u30F3\u30B3\u524D");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u30D6\u30E9\u30F3\u30B3\u524D");
}
}
Instance of Symbol 340 MovieClip [▼木の下] in Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u6728");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u6728");
}
}
Symbol 316 MovieClip [■立ちバック壁メニュー] Frame 86
stop();
Symbol 20019 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20020 Button
on (press) {
if (_global.momi != 1) {
if (_global.momi != 2) {
_global.momi = 1;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
} else {
_global.momi = 0;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
} else {
_global.momi = 2;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20021 Button
on (press) {
if (_global.ashi != 1) {
_global.ashi = 1;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
} else {
_global.ashi = 2;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20022 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20023 Button
on (press) {
if (_global.momi != 1) {
if (_global.momi != 2) {
_global.momi = 1;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
} else {
_global.momi = 0;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
} else {
_global.momi = 2;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20024 Button
on (press) {
if (_global.ashi != 1) {
_global.ashi = 1;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
} else {
_global.ashi = 2;
this._parent.shoumenki.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Instance of Symbol 306 MovieClip [◎中出しボタン] in Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 1
on (rollOver) {
gotoAndPlay("on");
}
on (rollOut) {
gotoAndPlay("off");
}
on (press) {
this._parent._parent.shoumenki.main.gotoAndPlay("\u767A\u5C04");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u5F8C");
}
on (releaseOutside) {
gotoAndPlay("off");
}
Instance of Symbol 336 MovieClip [▲もっと激しく] in Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 1
on (press) {
this._parent._parent.shoumenki.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._parent._parent.shoumenki.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
}
Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 2
stop();
Instance of Symbol 338 MovieClip [▼もっとゆっくり] in Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 3
on (press) {
this._parent._parent.shoumenki.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._parent._parent.shoumenki.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
}
Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 4
stop();
Instance of Symbol 298 MovieClip [●まえから] in Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 85
onClipEvent (load) {
gotoAndPlay("\u3053\u306E\u307E\u307E");
}
on (press) {
this._parent._parent.shoumenki.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
if (Key.isDown(37)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u6728");
}
} else {
this._parent._parent.shoumenki.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
}
Instance of Symbol 296 MovieClip [●うしろから] in Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u6728");
}
Instance of Symbol 318 MovieClip [▲ブランコの前] in Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u30D6\u30E9\u30F3\u30B3\u524D");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u30D6\u30E9\u30F3\u30B3\u524D");
}
}
Instance of Symbol 344 MovieClip [▼トイレ] in Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D");
}
}
Symbol 342 MovieClip [■立ち正常位木メニュー] Frame 86
stop();
Symbol 20025 Button
on (press) {
if (_global.momi != 1) {
if (_global.momi != 2) {
_global.momi = 1;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
} else {
_global.momi = 0;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
} else {
_global.momi = 2;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20026 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20027 Button
on (press) {
if (_global.ashi != 1) {
_global.ashi = 1;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
} else {
_global.ashi = 2;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20028 Button
on (press) {
if (_global.pan != 1) {
} else {
_global.pan = 2;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20029 Button
on (press) {
if (_global.momi != 1) {
if (_global.momi != 2) {
_global.momi = 1;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
} else {
_global.momi = 0;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
} else {
_global.momi = 2;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Symbol 20030 Button
on (press) {
if (_global.ashi != 1) {
_global.ashi = 1;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
} else {
_global.ashi = 2;
this._parent.shoumenfuck.main.gotoAndPlay("\u30EA\u30BB\u30C3\u30C8\u306F\u3052\u3057\u304F");
}
}
on (rollOver) {
gotoAndPlay("");
}
on (rollOut) {
gotoAndPlay("");
}
on (release) {
gotoAndPlay("");
}
on (releaseOutside) {
gotoAndPlay("");
}
on () {
}
Instance of Symbol 306 MovieClip [◎中出しボタン] in Symbol 308 MovieClip [■立ち正常位メニュー] Frame 1
on (rollOver) {
gotoAndPlay("on");
}
on (rollOut) {
gotoAndPlay("off");
}
on (press) {
this._parent._parent.shoumenfuck.main.gotoAndPlay("\u767A\u5C04");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u5F8C");
}
on (releaseOutside) {
gotoAndPlay("off");
}
Instance of Symbol 336 MovieClip [▲もっと激しく] in Symbol 308 MovieClip [■立ち正常位メニュー] Frame 1
on (press) {
this._parent._parent.shoumenfuck.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._parent._parent.shoumenfuck.main.gotoAndPlay("\u306F\u3052\u3057\u304F");
this._parent.gotoAndPlay("\u306F\u3052\u3057\u304F");
}
}
Symbol 308 MovieClip [■立ち正常位メニュー] Frame 2
stop();
Instance of Symbol 338 MovieClip [▼もっとゆっくり] in Symbol 308 MovieClip [■立ち正常位メニュー] Frame 3
on (press) {
this._parent._parent.shoumenfuck.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
this._parent._parent.shoumenfuck.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u3084\u3055\u3057\u304F");
}
}
Symbol 308 MovieClip [■立ち正常位メニュー] Frame 4
stop();
Instance of Symbol 298 MovieClip [●まえから] in Symbol 308 MovieClip [■立ち正常位メニュー] Frame 85
onClipEvent (load) {
gotoAndPlay("\u3053\u306E\u307E\u307E");
}
on (press) {
this._parent._parent.shoumenfuck.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
if (Key.isDown(37)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
} else {
this._parent._parent.shoumenfuck.main.gotoAndPlay("\u901A\u5E38");
this._parent.gotoAndPlay("\u4E2D\u51FA\u3057\u524D");
}
}
Instance of Symbol 296 MovieClip [●うしろから] in Symbol 308 MovieClip [■立ち正常位メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF");
}
Instance of Symbol 318 MovieClip [▲ブランコの前] in Symbol 308 MovieClip [■立ち正常位メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u30D6\u30E9\u30F3\u30B3\u524D");
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u30D0\u30C3\u30AF\u30D6\u30E9\u30F3\u30B3\u524D");
}
}
Instance of Symbol 340 MovieClip [▼木の下] in Symbol 308 MovieClip [■立ち正常位メニュー] Frame 85
on (press) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D\u6728");
}
onClipEvent (enterFrame) {
if (Key.isDown(40)) {
_root.kuro.gotoAndPlay("on");
this._parent._parent.gotoAndPlay("\u7ACB\u3061\u6B63\u5E38\u4F4D\u6728");
}
}
Symbol 308 MovieClip [■立ち正常位メニュー] Frame 86
stop();
Symbol 354 MovieClip [ますく] Frame 2
stop();
Symbol 20031 Button
on (press) {
_global.huku = 0;
gotoAndPlay("off");
}
on () {
}
Symbol 20032 Button
on (press) {
_global.huku = 1;
gotoAndPlay("on");
}
on () {
}
Symbol 452 MovieClip [制服] Frame 2
stop();
Symbol 452 MovieClip [制服] Frame 4
stop();
Symbol 20033 Button
on (press) {
_global.bura = 0;
gotoAndPlay("off");
}
on () {
}
Symbol 20034 Button
on (press) {
_global.bura = 1;
gotoAndPlay("on");
}
on () {
}
Symbol 454 MovieClip [ブラジャー] Frame 2
stop();
Symbol 454 MovieClip [ブラジャー] Frame 4
stop();
Symbol 20035 Button
on (press) {
_global.ska = 0;
gotoAndPlay("off");
}
on () {
}
Symbol 20036 Button
on (press) {
_global.ska = 1;
gotoAndPlay("on");
}
on () {
}
Symbol 456 MovieClip [スカート] Frame 2
stop();
Symbol 456 MovieClip [スカート] Frame 4
stop();
Symbol 20037 Button
on (press) {
_global.sox = 2;
gotoAndPlay("\u30CB\u30FC\u30BD");
}
on () {
}
Symbol 20038 Button
on (press) {
_global.sox = 0;
gotoAndPlay("off");
}
on () {
}
Symbol 20039 Button
on (press) {
_global.sox = 1;
gotoAndPlay("\u30CF\u30A4\u30BD");
}
on () {
}
Symbol 460 MovieClip [ソックス] Frame 2
stop();
Symbol 460 MovieClip [ソックス] Frame 4
stop();
Symbol 460 MovieClip [ソックス] Frame 6
stop();
Symbol 20040 Button
on (press) {
_global.kutu = 0;
gotoAndPlay("off");
}
on () {
}
Symbol 20041 Button
on (press) {
_global.kutu = 1;
gotoAndPlay("on");
}
on () {
}
Symbol 462 MovieClip [クツ] Frame 2
stop();
Symbol 462 MovieClip [クツ] Frame 4
stop();
Symbol 20042 Button
on (press) {
_global.yoru = 0;
gotoAndPlay("\u663C");
}
on () {
}
Symbol 20043 Button
on (press) {
_global.yoru = 1;
gotoAndPlay("\u591C");
}
on () {
}
Symbol 464 MovieClip [昼夜判定] Frame 2
stop();
Symbol 464 MovieClip [昼夜判定] Frame 4
stop();
Symbol 486 MovieClip [CLICK] Frame 2
stop();
Symbol 20044 Button
on (press) {
_global.pan = 0;
gotoAndPlay("off");
}
on () {
}
Symbol 20045 Button
on (press) {
_global.pan = 1;
gotoAndPlay("on");
}
on () {
}
Symbol 458 MovieClip [パンツ] Frame 2
stop();
Symbol 458 MovieClip [パンツ] Frame 4
stop();
Symbol 34 MovieClip [スタミナバー可変] Frame 2
stop();
Symbol 34 MovieClip [スタミナバー可変] Frame 4
stop();
Symbol 34 MovieClip [スタミナバー可変] Frame 6
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 2
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 3
_root.k_hun.stop();
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
_root.k_ha3.start();
} else {
_root.k_ha.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 5
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 6
_root.k_hun.stop();
rand = Math.floor(Math.random() * 3) + 1;
if (rand != 1) {
_root.k_ha2.start();
} else {
_root.k_hun.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 8
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 9
_root.k_hun.stop();
rand = Math.floor(Math.random() * 3) + 1;
if (rand != 1) {
if (rand != 2) {
_root.k_ike.start();
} else {
_root.k_taa.start();
}
} else {
_root.k_tei.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 11
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 12
_root.k_hun.stop();
rand = Math.floor(Math.random() * 3) + 1;
if (rand != 1) {
if (rand != 2) {
_root.k_aegi14.start();
} else {
_root.k_aegi12.start();
}
} else {
_root.k_hyaa.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 14
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 15
rand = Math.floor(Math.random() * 10) + 1;
if (rand != 1) {
if (rand != 2) {
if (rand != 3) {
} else {
_root.k_hun.stop();
_root.k_suu3.start();
}
} else {
_root.k_hun.stop();
_root.k_suu2.start();
}
} else {
_root.k_hun.stop();
_root.k_suu1.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 17
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 18
_root.k_hun.stop();
rand = Math.floor(Math.random() * 3) + 1;
if (rand != 1) {
if (rand != 2) {
_root.k_haku3.start();
} else {
_root.k_haku2.start();
}
} else {
_root.k_haku1.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 20
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 21
_root.k_hun.stop();
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
_root.k_kono.start();
} else {
_root.k_iya.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 23
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 24
_root.k_hun.stop();
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
_root.k_aegi13.start();
} else {
_root.k_aegi11.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 26
stop();
Instance of Symbol 230 MovieClip [■うえぬがされ声] in Symbol 136 MovieClip [●声操作用スプライト] Frame 27
onClipEvent (load) {
gotoAndPlay("on");
}
onClipEvent (enterFrame) {
if (_global.game_pause != 0) {
if (_global.game_pause != 1) {
if (_global.game_pause == 2) {
this.play();
}
} else {
this.stop();
}
}
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 29
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 30
_root.k_hun.stop();
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
_root.k_aegi4.start();
} else {
_root.k_aegi7.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 32
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 33
_root.k_hun.stop();
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
_root.k_aegi2.start();
} else {
_root.k_aegi3.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 35
stop();
Symbol 136 MovieClip [●声操作用スプライト] Frame 36
_root.k_hun.stop();
rand = Math.floor(Math.random() * 3) + 1;
if (rand != 1) {
_root.k_aegi4.start();
} else {
_root.k_hyaa.start();
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 38
stop();
Instance of Symbol 274 MovieClip [■ひかえめあえぎ声] in Symbol 136 MovieClip [●声操作用スプライト] Frame 39
onClipEvent (load) {
gotoAndPlay("on\u3093");
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 40
stop();
Instance of Symbol 274 MovieClip [■ひかえめあえぎ声] in Symbol 136 MovieClip [●声操作用スプライト] Frame 41
onClipEvent (load) {
gotoAndPlay("on\u3042");
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 42
stop();
Instance of Symbol 272 MovieClip [■ふつうあえぎ声] in Symbol 136 MovieClip [●声操作用スプライト] Frame 43
onClipEvent (load) {
gotoAndPlay("on");
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 44
stop();
Instance of Symbol 392 MovieClip [■はげしくあえぎ声] in Symbol 136 MovieClip [●声操作用スプライト] Frame 45
onClipEvent (load) {
gotoAndPlay("on");
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 46
stop();
Instance of Symbol 394 MovieClip [■絶頂声] in Symbol 136 MovieClip [●声操作用スプライト] Frame 47
onClipEvent (load) {
gotoAndPlay("on");
}
Symbol 136 MovieClip [●声操作用スプライト] Frame 48
stop();
Symbol 274 MovieClip [■ひかえめあえぎ声] Frame 2
stop();
Symbol 274 MovieClip [■ひかえめあえぎ声] Frame 3
_root.k_hun.stop();
rand = Math.floor(Math.random() * 8) + 1;
if (rand != 1) {
if (rand != 2) {
if (rand != 3) {
if (rand != 4) {
if (rand != 5) {
if (rand != 6) {
if (rand != 7) {
if (rand == 8) {
_root.k_hikaeme12.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme11.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme10.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme7.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme5.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme4.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme2.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme1.start();
this._parent.gotoAndPlay("off");
}
Symbol 274 MovieClip [■ひかえめあえぎ声] Frame 104
stop();
Symbol 274 MovieClip [■ひかえめあえぎ声] Frame 105
_root.k_hun.stop();
rand = Math.floor(Math.random() * 7) + 1;
if (rand != 1) {
if (rand != 2) {
if (rand != 3) {
if (rand != 4) {
if (rand != 5) {
if (rand != 6) {
if (rand == 7) {
_root.k_hikaeme15.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme14.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme13.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme9.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme8.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme6.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hikaeme3.start();
this._parent.gotoAndPlay("off");
}
Symbol 274 MovieClip [■ひかえめあえぎ声] Frame 206
stop();
Symbol 394 MovieClip [■絶頂声] Frame 2
stop();
Symbol 394 MovieClip [■絶頂声] Frame 3
_root.k_hun.stop();
rand = Math.floor(Math.random() * 5) + 1;
if (rand != 1) {
if (rand != 2) {
if (rand != 3) {
if (rand != 4) {
if (rand == 5) {
_root.k_iku5.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_iku4.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_iku3.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_iku2.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_iku1.start();
this._parent.gotoAndPlay("off");
}
Symbol 394 MovieClip [■絶頂声] Frame 104
stop();
Symbol 392 MovieClip [■はげしくあえぎ声] Frame 2
stop();
Symbol 392 MovieClip [■はげしくあえぎ声] Frame 3
_root.k_hun.stop();
rand = Math.floor(Math.random() * 12) + 1;
if (rand != 1) {
if (rand != 2) {
if (rand != 3) {
if (rand != 4) {
if (rand != 5) {
if (rand != 6) {
if (rand != 7) {
if (rand != 8) {
if (rand != 9) {
if (rand != 10) {
if (rand != 11) {
if (rand == 12) {
_root.k_hagesi12.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi11.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi10.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi9.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi8.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi7.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi6.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi5.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi4.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi3.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi2.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_hagesi1.start();
this._parent.gotoAndPlay("off");
}
Symbol 392 MovieClip [■はげしくあえぎ声] Frame 104
stop();
Symbol 272 MovieClip [■ふつうあえぎ声] Frame 2
stop();
Symbol 272 MovieClip [■ふつうあえぎ声] Frame 3
_root.k_hun.stop();
rand = Math.floor(Math.random() * 14) + 1;
if (rand != 1) {
if (rand != 2) {
if (rand != 3) {
if (rand != 4) {
if (rand != 5) {
if (rand != 6) {
if (rand != 7) {
if (rand != 8) {
if (rand != 9) {
if (rand != 10) {
if (rand != 11) {
if (rand != 12) {
if (rand != 13) {
if (rand == 14) {
_root.k_aegi14.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi13.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi12.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi11.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi10.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi9.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi8.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi7.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi6.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi5.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi4.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi3.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi2.start();
this._parent.gotoAndPlay("off");
}
} else {
_root.k_aegi1.start();
this._parent.gotoAndPlay("off");
}
Symbol 272 MovieClip [■ふつうあえぎ声] Frame 104
stop();
Symbol 230 MovieClip [■うえぬがされ声] Frame 2
stop();
Symbol 230 MovieClip [■うえぬがされ声] Frame 3
_root.k_hun.stop();
rand = Math.floor(Math.random() * 2) + 1;
if (rand != 1) {
_root.k_aegi6.start();
} else {
_root.k_aegi5.start();
}
Symbol 230 MovieClip [■うえぬがされ声] Frame 23
_root.k_hun.stop();
_root.k_haku1.start();
this._parent.gotoAndPlay("off");
Symbol 230 MovieClip [■うえぬがされ声] Frame 25
stop();
Symbol 54 MovieClip [声] Frame 3
stop();
Symbol 38 MovieClip [効果音] Frame 3
stop();
Symbol 56 MovieClip [攻撃エフェクト] Frame 2
stop();
Instance of Symbol 114 MovieClip [エフェクト] in Symbol 56 MovieClip [攻撃エフェクト] Frame 3
onClipEvent (load) {
gotoAndPlay("\u30B8\u30E3\u30D6");
}
Symbol 56 MovieClip [攻撃エフェクト] Frame 14
stop();
Instance of Symbol 114 MovieClip [エフェクト] in Symbol 56 MovieClip [攻撃エフェクト] Frame 15
onClipEvent (load) {
gotoAndPlay("\u30B9\u30C8\u30EC\u30FC\u30C8");
}
Symbol 56 MovieClip [攻撃エフェクト] Frame 26
stop();
Instance of Symbol 114 MovieClip [エフェクト] in Symbol 56 MovieClip [攻撃エフェクト] Frame 27
onClipEvent (load) {
gotoAndPlay("\u30CF\u30A4\u30AD\u30C3\u30AF");
}
Symbol 56 MovieClip [攻撃エフェクト] Frame 38
stop();
Instance of Symbol 114 MovieClip [エフェクト] in Symbol 56 MovieClip [攻撃エフェクト] Frame 39
onClipEvent (load) {
gotoAndPlay("\u30CF\u30A4\u30AD\u30C3\u30AF\u3072\u3056");
}
Symbol 56 MovieClip [攻撃エフェクト] Frame 50
stop();
Symbol 78 MovieClip [デバッグ用状態表示] Frame 2
stop();
Symbol 78 MovieClip [デバッグ用状態表示] Frame 4
stop();
Symbol 70 MovieClip [ボリュームバーボイス] Frame 2
stop();
Symbol 60 MovieClip [ボリュームバー効果音] Frame 2
stop();
Symbol 88 MovieClip [EMPTY表示] Frame 25
if (0 < this._parent._parent.main.player.p_stamina) {
gotoAndPlay("off");
} else {
gotoAndPlay("on");
}
Symbol 88 MovieClip [EMPTY表示] Frame 27
stop();
Symbol 88 MovieClip [EMPTY表示] Frame 64
if (0 >= this._parent._parent.main.player.p_stamina) {
gotoAndPlay("on2");
} else {
gotoAndPlay("off");
}
Symbol 88 MovieClip [EMPTY表示] Frame 66
gotoAndPlay("on2");
Symbol 88 MovieClip [EMPTY表示] Frame 67
stop();
Symbol 74 MovieClip [ポーズ表示] Frame 2
stop();
Symbol 74 MovieClip [ポーズ表示] Frame 4
stop();
Symbol 20046 Button
on (press) {
gotoAndPlay("hyouzi");
}
on () {
}
Symbol 20047 Button
on (press) {
gotoAndPlay("on");
}
on () {
}
Symbol 20048 Button
on (press) {
_root.jhiton.start();
}
on () {
}
Symbol 20049 Button
on (press) {
_root.k_hun.start();
}
on () {
}
Symbol 64 MovieClip [音量設定画面] Frame 2
stop();
Symbol 64 MovieClip [音量設定画面] Frame 4
stop();
Instance of Symbol 60 MovieClip [ボリュームバー効果音] in Symbol 64 MovieClip [音量設定画面] Frame 5
on (press) {
this.startDrag(false, 132, 61, 232, 61);
}
on (release, releaseOutside) {
this.stopDrag();
}
onClipEvent (mouseMove) {
updateAfterEvent(mouse);
}
onClipEvent (load) {
_x = _global.otovol + 132;
_global.otovol = _x - 132;
_root.jon.setVolume(_global.otovol);
}
onClipEvent (enterFrame) {
_global.otovol = _x - 132;
_root.jon.setVolume(_global.otovol);
}
Instance of Symbol 70 MovieClip [ボリュームバーボイス] in Symbol 64 MovieClip [音量設定画面] Frame 5
on (press) {
this.startDrag(false, 132, 107, 232, 107);
}
on (release, releaseOutside) {
this.stopDrag();
}
onClipEvent (mouseMove) {
updateAfterEvent(mouse);
}
onClipEvent (load) {
_x = _global.koevol + 132;
_global.koevol = _x - 132;
_root.k_hun.setVolume(_global.koevol);
}
onClipEvent (enterFrame) {
_global.koevol = _x - 132;
_root.k_hun.setVolume(_global.koevol);
}
Symbol 64 MovieClip [音量設定画面] Frame 6
stop();
Symbol 114 MovieClip [エフェクト] Frame 8
stop();
Symbol 114 MovieClip [エフェクト] Frame 17
stop();
Symbol 114 MovieClip [エフェクト] Frame 39
stop();
Symbol 114 MovieClip [エフェクト] Frame 48
stop();
Symbol 20050 Button
on (press) {
gotoAndPlay("\u30AA\u30FC\u30D7\u30CB\u30F3\u30B0");
}
on () {
}