Frame 2
stop();
this.start_mc.start_btn.onRelease = function () {
gotoAndPlay (3);
};
Frame 3
percent = Math.floor((this.getBytesLoaded() / this.getBytesTotal()) * 100);
loding_bar._xscale = percent * 2;
Frame 4
if (percent < 100) {
gotoAndPlay (3);
} else {
play();
}
Frame 5
function display(a, b) {
i = 0;
i = 1;
while (i <= 8) {
_root[a + i]._visible = b;
i++;
}
}
_focusrect = false;
Stage.showMenu = false;
display("icon", false);
display("about", false);
display("get", false);
about_back._visible = false;
close_btn._visible = false;
cover._visible = false;
haisenban_mc._visible = false;
kamiirerutoko_mc._visible = false;
mozi_back._visible = false;
mozi_about._visible = false;
mozi_doa._visible = false;
mozi_tugi._visible = false;
_global.item = false;
_global.aboutkinsi = false;
_global.senkaku = false;
_global.teppan_hazusu == false;
_global.a = 8;
_global.s = 1;
_global.d = 2;
_global.f = 16;
_global.g = 4;
_root.onEnterFrame = function () {
_global.suuti = (((a + s) + d) + f) + g;
};
_global.ryoumen = false;
_global.teppantaosu = false;
this.about_btn.onRelease = function () {
_root.mozi_back._visible = false;
_root.mozi_doa._visible = false;
_root.mozi_tugi._visible = false;
if ((!(item === false)) && (aboutkinsi == false)) {
display("about", false);
about_back._visible = true;
close_btn._visible = true;
_root[item]._visible = true;
}
};
i = 1;
while (i <= 18) {
this["icon" + i].id = i;
this["icon" + i].onRelease = function () {
if ((this._alpha == 100) && (this._currentframe == 1)) {
this.gotoAndStop(2);
_global.item = "about" + this.id;
} else if ((this._alpha == 100) && (this._currentframe == 2)) {
this.gotoAndStop(1);
_global.item = false;
}
};
this["icon" + i].onEnterFrame = function () {
if (!(item === ("about" + this.id))) {
this.gotoAndStop(1);
} else if (item == ("about" + this.id)) {
this.gotoAndStop(2);
}
};
i++;
}
this.close_btn.onRelease = function () {
about_back._visible = false;
close_btn._visible = false;
display("about", false);
mozi_back._visible = false;
mozi_about._visible = false;
};
Frame 6
this.hidari_btn.onRelease = function () {
_root.mozi_back._visible = false;
_root.mozi_doa._visible = false;
gotoAndStop ("angle4");
};
this.migi_btn.onRelease = function () {
_root.mozi_back._visible = false;
_root.mozi_doa._visible = false;
if ((icon1._visible == true) && (icon2._visible == true)) {
gotoAndStop ("angle2nasi");
} else if (icon1._visible == true) {
gotoAndStop ("angle2kote");
} else if (icon2._visible == true) {
gotoAndStop ("angle2dora");
} else {
gotoAndStop ("angle2all");
}
};
this.doa_totte.onRelease = function () {
if (item == "about8") {
_root.koukaon.gotoAndPlay("k_tukeru");
_root.mozi_back._visible = false;
_root.mozi_doa._visible = false;
_root.mozi_tugi._visible = false;
gotoAndStop ("ryoumen_haru");
_global.ryoumen = true;
}
};
stop();
Frame 7
this.get_dora.onRelease = function () {
get1._visible = true;
_root.koukaon.gotoAndPlay("k_get");
if (icon2._visible == true) {
gotoAndStop ("angle2nasi");
} else {
gotoAndStop ("angle2kote");
}
};
this.get1.onRelease = function () {
get1._visible = false;
icon1._visible = true;
};
this.get_kote.onRelease = function () {
get2._visible = true;
_root.koukaon.gotoAndPlay("k_get");
if (icon1._visible == true) {
gotoAndStop ("angle2nasi");
} else {
gotoAndStop ("angle2dora");
}
};
this.get2.onRelease = function () {
get2._visible = false;
icon2._visible = true;
};
this.hidari_btn.onRelease = function () {
if (ryoumen == false) {
gotoAndStop ("angle1");
} else {
gotoAndStop ("ryoumen_haru");
}
};
this.migi_btn.onRelease = function () {
gotoAndStop ("angle3ari");
};
this.midorihako_idou.onRelease = function () {
if (icon5._visible == false) {
gotoAndStop ("midori_hako");
}
};
this.idou_kami.onRelease = function () {
_root.kamiirerutoko_mc._visible = true;
};
this.tanakami_btn.onRelease = function () {
gotoAndStop ("tana_kami");
};
Frame 8
this.get_dora.onRelease = function () {
get1._visible = true;
_root.koukaon.gotoAndPlay("k_get");
if (icon2._visible == true) {
gotoAndStop ("angle2nasi");
} else {
gotoAndStop ("angle2kote");
}
};
this.get1.onRelease = function () {
get1._visible = false;
icon1._visible = true;
};
this.hidari_btn.onRelease = function () {
if (ryoumen == false) {
gotoAndStop ("angle1");
} else {
gotoAndStop ("ryoumen_haru");
}
};
this.migi_btn.onRelease = function () {
gotoAndStop ("angle3ari");
};
this.midorihako_idou.onRelease = function () {
if (icon5._visible == false) {
gotoAndStop ("midori_hako");
}
};
this.idou_kami.onRelease = function () {
_root.kamiirerutoko_mc._visible = true;
};
this.tanakami_btn.onRelease = function () {
gotoAndStop ("tana_kami");
};
Frame 9
this.get_kote.onRelease = function () {
get2._visible = true;
_root.koukaon.gotoAndPlay("k_get");
if (icon1._visible == true) {
gotoAndStop ("angle2nasi");
} else {
gotoAndStop ("angle2dora");
}
};
this.get2.onRelease = function () {
get2._visible = false;
icon2._visible = true;
};
this.hidari_btn.onRelease = function () {
if (ryoumen == false) {
gotoAndStop ("angle1");
} else {
gotoAndStop ("ryoumen_haru");
}
};
this.migi_btn.onRelease = function () {
if ((teppan_hazusu == true) && (teppantaosu == false)) {
gotoAndStop ("angle3nasi");
} else if (teppantaosu == true) {
gotoAndStop ("teppan_taoreru");
} else {
gotoAndStop ("angle3ari");
}
};
this.midorihako_idou.onRelease = function () {
if (icon5._visible == false) {
gotoAndStop ("midori_hako");
}
};
this.idou_kami.onRelease = function () {
_root.kamiirerutoko_mc._visible = true;
};
this.tanakami_btn.onRelease = function () {
gotoAndStop ("tana_kami");
};
Frame 10
this.hidari_btn.onRelease = function () {
if (ryoumen == false) {
gotoAndStop ("angle1");
} else {
gotoAndStop ("ryoumen_haru");
}
};
this.migi_btn.onRelease = function () {
if ((teppan_hazusu == true) && (teppantaosu == false)) {
gotoAndStop ("angle3nasi");
} else if (teppantaosu == true) {
gotoAndStop ("teppan_taoreru");
} else {
gotoAndStop ("angle3ari");
}
};
this.midorihako_idou.onRelease = function () {
if (icon5._visible == false) {
gotoAndStop ("midori_hako");
}
};
this.idou_kami.onRelease = function () {
_root.kamiirerutoko_mc._visible = true;
};
this.tanakami_btn.onRelease = function () {
gotoAndStop ("tana_kami");
};
Frame 11
this.hidari_btn.onRelease = function () {
if ((icon1._visible == true) && (icon2._visible == true)) {
gotoAndStop ("angle2nasi");
} else if (icon1._visible == true) {
gotoAndStop ("angle2kote");
} else if (icon2._visible == true) {
gotoAndStop ("angle2dora");
} else {
gotoAndStop ("angle2all");
}
};
this.migi_btn.onRelease = function () {
gotoAndStop ("angle4");
};
this.teppan_nezi.onRelease = function () {
if (item == "about1") {
_root.koukaon.gotoAndPlay("k_tukeru");
nextFrame();
_global.teppan_hazusu = true;
}
};
Frame 12
this.hidari_btn.onRelease = function () {
if ((icon1._visible == true) && (icon2._visible == true)) {
gotoAndStop ("angle2nasi");
} else if (icon1._visible == true) {
gotoAndStop ("angle2kote");
} else if (icon2._visible == true) {
gotoAndStop ("angle2dora");
} else {
gotoAndStop ("angle2all");
}
};
this.migi_btn.onRelease = function () {
gotoAndStop ("angle4");
};
this.haisenban_btn.onRelease = function () {
haisenban_mc._visible = true;
};
this.teppantaoreru_btn.onRelease = function () {
_root.koukaon.gotoAndPlay("k_taosu");
gotoAndStop ("teppan_taoreru");
_global.teppantaosu = true;
};
Frame 13
this.hidari_btn.onRelease = function () {
if ((teppan_hazusu == true) && (teppantaosu == false)) {
gotoAndStop ("angle3nasi");
} else if (teppantaosu == true) {
gotoAndStop ("teppan_taoreru");
} else {
gotoAndStop ("angle3ari");
}
};
this.migi_btn.onRelease = function () {
if (ryoumen == false) {
gotoAndStop ("angle1");
} else {
gotoAndStop ("ryoumen_haru");
}
};
this.hikidasiue_btn.onRelease = function () {
gotoAndStop ("hikidasi_ue");
};
this.hikidasinaka_btn.onRelease = function () {
gotoAndStop ("hikidasi_naka");
};
this.hikidasisita_btn.onRelease = function () {
gotoAndStop ("hikidasi_sita");
};
this.sokumen_btn.onRelease = function () {
gotoAndStop ("sokumen");
};
Frame 15
this.modoru_btn.onRelease = function () {
gotoAndStop ("angle4");
};
Frame 16
this.modoru_btn.onRelease = function () {
gotoAndStop ("angle4");
};
Frame 18
this.hidari_btn.onRelease = function () {
_root.mozi_back._visible = false;
_root.mozi_doa._visible = false;
_root.mozi_tugi._visible = false;
gotoAndStop ("angle4");
};
this.migi_btn.onRelease = function () {
_root.mozi_back._visible = false;
_root.mozi_doa._visible = false;
_root.mozi_tugi._visible = false;
if ((icon1._visible == true) && (icon2._visible == true)) {
gotoAndStop ("angle2nasi");
} else if (icon1._visible == true) {
gotoAndStop ("angle2kote");
} else if (icon2._visible == true) {
gotoAndStop ("angle2dora");
} else {
gotoAndStop ("angle2all");
}
};
this.to_ending.onRelease = function () {
if (item == "about2") {
_root.koukaon.gotoAndPlay("k_tukeru");
_root.mozi_back._visible = false;
_root.mozi_doa._visible = false;
_root.mozi_tugi._visible = false;
gotoAndStop ("ending");
}
};
Frame 19
this.modoru_btn.onRelease = function () {
if ((icon1._visible == true) && (icon2._visible == true)) {
gotoAndStop ("angle2nasi");
} else if (icon1._visible == true) {
gotoAndStop ("angle2kote");
} else if (icon2._visible == true) {
gotoAndStop ("angle2dora");
} else {
gotoAndStop ("angle2all");
}
};
Frame 20
this.modoru_btn.onRelease = function () {
gotoAndStop ("angle4");
};
Frame 21
this.hidari_btn.onRelease = function () {
if ((icon1._visible == true) && (icon2._visible == true)) {
gotoAndStop ("angle2nasi");
} else if (icon1._visible == true) {
gotoAndStop ("angle2kote");
} else if (icon2._visible == true) {
gotoAndStop ("angle2dora");
} else {
gotoAndStop ("angle2all");
}
};
this.migi_btn.onRelease = function () {
gotoAndStop ("angle4");
};
this.haisenban_btn.onRelease = function () {
haisenban_mc._visible = true;
};
this.teppankami_btn.onRelease = function () {
gotoAndStop ("teppankami");
};
Frame 22
this.modoru_btn.onRelease = function () {
gotoAndStop ("teppan_taoreru");
};
Symbol 45 MovieClip Frame 1
stop();
Symbol 49 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 1
stop();
Symbol 76 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 1
this.modoru.onRelease = function () {
_root.haisenban_mc._visible = false;
};
this.suuti_zyuu.onEnterFrame = function () {
this.gotoAndStop(Math.floor(suuti / 10) + 1);
};
this.suuti_iti.onEnterFrame = function () {
this.gotoAndStop((suuti % 10) + 1);
};
this.bar_mc.onEnterFrame = function () {
this._yscale = suuti * 4;
};
this.light_ki.onEnterFrame = function () {
if (suuti == 6) {
this.gotoAndStop(2);
}
};
this.light_ao.onEnterFrame = function () {
if ((suuti == 27) && (_root.haisenban_mc.light_ki._currentframe == 2)) {
this.gotoAndStop(2);
}
};
this.light_aka.onEnterFrame = function () {
if ((suuti == 26) && (_root.haisenban_mc.light_ao._currentframe == 2)) {
this.gotoAndStop(2);
_root.haisenban_mc.gotoAndPlay(2);
}
};
this.ao_btn.onRelease = function () {
if ((_root.haisenban_mc.sen_ao._currentframe == 3) && (item == "about3")) {
_global.a = 0;
_root.haisenban_mc.sen_ao.gotoAndStop(2);
} else if ((_root.haisenban_mc.sen_ao._currentframe == 2) && (item == "about7")) {
_global.a = 8;
_root.haisenban_mc.sen_ao.gotoAndStop(3);
} else if ((_root.haisenban_mc.sen_ao._currentframe == 1) && (item == "about3")) {
_global.a = 0;
_root.haisenban_mc.sen_ao.gotoAndStop(2);
}
};
this.mizu_btn.onRelease = function () {
if ((_root.haisenban_mc.sen_mizu._currentframe == 3) && (item == "about3")) {
_global.s = 0;
_root.haisenban_mc.sen_mizu.gotoAndStop(2);
} else if ((_root.haisenban_mc.sen_mizu._currentframe == 2) && (item == "about7")) {
_global.s = 1;
_root.haisenban_mc.sen_mizu.gotoAndStop(3);
} else if ((_root.haisenban_mc.sen_mizu._currentframe == 1) && (item == "about3")) {
_global.s = 0;
_root.haisenban_mc.sen_mizu.gotoAndStop(2);
}
};
this.midori_btn.onRelease = function () {
if ((_root.haisenban_mc.sen_midori._currentframe == 3) && (item == "about3")) {
_global.d = 0;
_root.haisenban_mc.sen_midori.gotoAndStop(2);
} else if ((_root.haisenban_mc.sen_midori._currentframe == 2) && (item == "about7")) {
_global.d = 2;
_root.haisenban_mc.sen_midori.gotoAndStop(3);
} else if ((_root.haisenban_mc.sen_midori._currentframe == 1) && (item == "about3")) {
_global.d = 0;
_root.haisenban_mc.sen_midori.gotoAndStop(2);
}
};
this.ki_btn.onRelease = function () {
if ((_root.haisenban_mc.sen_ki._currentframe == 3) && (item == "about3")) {
_global.f = 0;
_root.haisenban_mc.sen_ki.gotoAndStop(2);
} else if ((_root.haisenban_mc.sen_ki._currentframe == 2) && (item == "about7")) {
_global.f = 16;
_root.haisenban_mc.sen_ki.gotoAndStop(3);
} else if ((_root.haisenban_mc.sen_ki._currentframe == 1) && (item == "about3")) {
_global.f = 0;
_root.haisenban_mc.sen_ki.gotoAndStop(2);
}
};
this.ore_btn.onRelease = function () {
if ((_root.haisenban_mc.sen_ore._currentframe == 3) && (item == "about3")) {
_global.g = 0;
_root.haisenban_mc.sen_ore.gotoAndStop(2);
} else if ((_root.haisenban_mc.sen_ore._currentframe == 2) && (item == "about7")) {
_global.g = 4;
_root.haisenban_mc.sen_ore.gotoAndStop(3);
} else if ((_root.haisenban_mc.sen_ore._currentframe == 1) && (item == "about3")) {
_global.g = 0;
_root.haisenban_mc.sen_ore.gotoAndStop(2);
}
};
stop();
Symbol 105 MovieClip Frame 21
this.modoru.onRelease = function () {
_root.haisenban_mc._visible = false;
};
this.shutoku_btn.onRelease = function () {
_root.haisenban_mc.nextFrame();
};
stop();
Symbol 105 MovieClip Frame 22
this.get_ryoumen.onRelease = function () {
_root.haisenban_mc.nextFrame();
_root.icon8._visible = true;
};
Symbol 105 MovieClip Frame 23
this.modoru.onRelease = function () {
_root.haisenban_mc._visible = false;
};
Symbol 113 MovieClip Frame 1
this.kokoniireru.onRelease = function () {
if (item == "about6") {
gotoAndPlay (2);
_root.icon6._alpha = 20;
_global.item = false;
}
};
this.modoru_btn.onRelease = function () {
_root.kamiirerutoko_mc._visible = false;
};
stop();
Symbol 113 MovieClip Frame 30
this.get_binite.onRelease = function () {
nextFrame();
};
this.modoru_btn.onRelease = function () {
_root.kamiirerutoko_mc._visible = false;
};
stop();
Symbol 113 MovieClip Frame 31
this.modoru_btn.onRelease = function () {
nextFrame();
_root.icon7._visible = true;
};
Symbol 113 MovieClip Frame 32
this.modoru_btn.onRelease = function () {
_root.kamiirerutoko_mc._visible = false;
};
Symbol 119 MovieClip Frame 1
this.mozi_btn.onRelease = function () {
_root.mozi_back._visible = true;
_root.mozi_about._visible = true;
_root.mozi_about.gotoAndStop(8);
};
Symbol 121 MovieClip Frame 1
this.mozi_btn.onRelease = function () {
_root.mozi_back._visible = true;
_root.mozi_about._visible = true;
_root.mozi_about.gotoAndStop(7);
};
Symbol 124 MovieClip Frame 1
this.mozi_btn.onRelease = function () {
_root.mozi_back._visible = true;
_root.mozi_about._visible = true;
_root.mozi_about.gotoAndStop(6);
};
Symbol 127 MovieClip Frame 1
this.mozi_btn.onRelease = function () {
_root.mozi_back._visible = true;
_root.mozi_about._visible = true;
_root.mozi_about.gotoAndStop(5);
};
Symbol 150 MovieClip Frame 1
this.uragaesi_btn.onRelease = function () {
_root.koukaon.gotoAndPlay("k_uragaesi");
_root.mozi_back._visible = false;
_root.mozi_about._visible = false;
if (senkaku == false) {
nextFrame();
} else {
gotoAndStop ("senhiita_kami");
}
};
this.mozi_omote.onRelease = function () {
_root.mozi_back._visible = true;
_root.mozi_about._visible = true;
_root.mozi_about.gotoAndStop(4);
};
stop();
Symbol 150 MovieClip Frame 2
this.uragaesi_btn.onRelease = function () {
_root.koukaon.gotoAndPlay("k_uragaesi");
prevFrame();
};
this.kotetukeru_btn.onRelease = function () {
if (item == "about2") {
nextFrame();
_root.icon2._alpha = 20;
_global.item = false;
}
};
Symbol 150 MovieClip Frame 3
this.kote_toru.onRelease = function () {
prevFrame();
_root.icon2._alpha = 100;
};
this.senhiku_btn.onRelease = function () {
if (item == "about5") {
gotoAndPlay (4);
}
};
Symbol 150 MovieClip Frame 4
_global.senkaku = true;
_root.close_btn._visible = false;
Symbol 150 MovieClip Frame 190
_root.close_btn._visible = true;
_root.icon2._alpha = 100;
this.hasamide_btn.onRelease = function () {
if (item == "about3") {
gotoAndPlay ("kiru");
_root.about4.ugoku_hasami1.gotoAndPlay(2);
}
};
this.uragaesi_btn.onRelease = function () {
_root.koukaon.gotoAndPlay("k_uragaesi");
gotoAndStop (1);
};
stop();
Symbol 150 MovieClip Frame 191
_root.close_btn._visible = false;
Symbol 150 MovieClip Frame 230
_root.about4.ugoku_hasami2.gotoAndPlay(2);
Symbol 150 MovieClip Frame 270
_root.icon4._alpha = 20;
_root.icon6._visible = true;
_global.item = "about6";
Symbol 150 MovieClip Frame 271
this.kittaato_back.onRelease = function () {
_root.about_back._visible = false;
_root.about4._visible = false;
};
stop();
Symbol 153 MovieClip Frame 1
this.mozi_btn.onRelease = function () {
_root.mozi_back._visible = true;
_root.mozi_about._visible = true;
_root.mozi_about.gotoAndStop(3);
};
Symbol 155 MovieClip Frame 1
this.mozi_btn.onRelease = function () {
_root.mozi_back._visible = true;
_root.mozi_about._visible = true;
_root.mozi_about.gotoAndStop(2);
};
Symbol 157 MovieClip Frame 1
this.mozi_btn.onRelease = function () {
_root.mozi_back._visible = true;
_root.mozi_about._visible = true;
_root.mozi_about.gotoAndStop(1);
};
Symbol 159 MovieClip Frame 1
this.mozi_close.onRelease = function () {
_root.mozi_back._visible = false;
_root.mozi_about._visible = false;
_root.mozi_doa._visible = false;
_root.mozi_close._visible = false;
};
Symbol 168 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 181 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 9
stop();
Symbol 203 MovieClip Frame 14
stop();
Symbol 203 MovieClip Frame 23
stop();
Symbol 203 MovieClip Frame 34
stop();
Symbol 203 MovieClip Frame 44
stop();
Symbol 247 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 1
this.onEnterFrame = function () {
if (((((((((((_root.hikidasi_mc.ao_hako.btn1._currentframe == 2) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.reset_btn._visible = false;
this.open_btn._visible = true;
} else {
this.reset_btn._visible = true;
this.open_btn._visible = false;
}
};
this.btn1.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
}
};
this.btn2.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
}
};
this.btn3.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
}
};
this.btn4.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
}
};
this.btn5.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn1._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
}
};
this.btn6.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn2._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
}
};
this.btn7.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if (((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn3._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn8._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
}
};
this.btn8.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn4._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
}
};
this.btn9.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn5._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
}
};
this.btn10.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(2);
} else if ((((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn6._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn9._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn11._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
}
};
this.btn11.onRelease = function () {
_root.koukaon.gotoAndPlay("k_btn");
if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 1)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 1)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(2);
} else if (((this._currentframe == 1) && (_root.hikidasi_mc.ao_hako.btn7._currentframe == 2)) && (_root.hikidasi_mc.ao_hako.btn10._currentframe == 2)) {
this.gotoAndStop(2);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
}
};
this.reset_btn.onRelease = function () {
_root.hikidasi_mc.ao_hako.btn1.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn2.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn3.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn4.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn5.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn6.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn7.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn8.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn9.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn10.gotoAndStop(1);
_root.hikidasi_mc.ao_hako.btn11.gotoAndStop(1);
};
this.open_btn.onRelease = function () {
_root.hikidasi_mc.gotoAndStop("hasami_get");
};
stop();
Symbol 264 MovieClip Frame 1
this.modoru.onRelease = function () {
_root.gotoAndStop("angle4");
};
this.hikidasi_nuku.onRelease = function () {
gotoAndPlay (2);
};
this.aohako_kakudai.onRelease = function () {
if (_root.icon3._visible == false) {
gotoAndStop ("aohako");
}
};
stop();
Symbol 264 MovieClip Frame 2
this.kami.onEnterFrame = function () {
if (_root.icon4._visible == true) {
this._visible = false;
}
};
Symbol 264 MovieClip Frame 30
this.modoru.onRelease = function () {
_root.gotoAndStop("angle4");
};
this.kami.onRelease = function () {
gotoAndStop ("kami_get");
};
stop();
Symbol 264 MovieClip Frame 31
this.close_btn.onRelease = function () {
gotoAndStop (1);
};
Symbol 264 MovieClip Frame 32
this.hasami.onRelease = function () {
nextFrame();
};
Symbol 264 MovieClip Frame 33
this.get_close.onRelease = function () {
gotoAndStop (1);
_root.icon3._visible = true;
};
Symbol 264 MovieClip Frame 34
this.get_back.onRelease = function () {
gotoAndStop ("hikidasi_nasi");
_root.icon4._visible = true;
kami._visible = false;
};
Symbol 284 MovieClip Frame 1
this.midori_open.onRelease = function () {
if (((_root.midorihako_mc.hyaku._currentframe == 6) && (_root.midorihako_mc.zyuu._currentframe == 7)) && (_root.midorihako_mc.iti._currentframe == 4)) {
_root.midorihako_mc.nextFrame();
}
};
this.hyaku_ue.onRelease = function () {
_root.midorihako_mc.hyaku.nextFrame();
};
this.hyaku_sita.onRelease = function () {
_root.midorihako_mc.hyaku.prevFrame();
};
this.zyuu_ue.onRelease = function () {
_root.midorihako_mc.zyuu.nextFrame();
};
this.zyuu_sita.onRelease = function () {
_root.midorihako_mc.zyuu.prevFrame();
};
this.iti_ue.onRelease = function () {
_root.midorihako_mc.iti.nextFrame();
};
this.iti_sita.onRelease = function () {
_root.midorihako_mc.iti.prevFrame();
};
this.close_btn.onRelease = function () {
if ((icon1._visible == true) && (icon2._visible == true)) {
_root.gotoAndStop("angle2nasi");
} else if (icon1._visible == true) {
_root.gotoAndStop("angle2kote");
} else if (icon2._visible == true) {
_root.gotoAndStop("angle2dora");
} else {
_root.gotoAndStop("angle2all");
}
};
stop();
Symbol 284 MovieClip Frame 2
this.get_enpitu.onRelease = function () {
nextFrame();
};
Symbol 284 MovieClip Frame 3
this.get_back.onRelease = function () {
_root.icon5._visible = true;
if ((_root.icon1._visible == true) && (_root.icon2._visible == true)) {
_root.gotoAndStop("angle2nasi");
} else if (_root.icon1._visible == true) {
_root.gotoAndStop("angle2kote");
} else if (_root.icon2._visible == true) {
_root.gotoAndStop("angle2dora");
} else {
_root.gotoAndStop("angle2all");
}
};
Symbol 305 MovieClip Frame 80
stop();