Instance of Symbol 7 MovieClip in Frame 3
onClipEvent (load) {
_root.stop();
par = 0;
bar._xscale = 1;
}
onClipEvent (enterFrame) {
par = parseInt((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (par == 0) {
par = 1;
} else if (par >= 100) {
par = 100;
_root.gotoAndPlay("start");
}
bar._xscale = par;
}
Frame 32
function addlog(newlog) {
if (pSWF.log_view == 1) {
with (pSWF) {
log.text = log.text + newlog;
log.setTextFormat(log_tf);
}
}
}
function checker(url) {
with (pSWF) {
pSWF.ready = 0;
pSWF.list = allow.split(" ").join("").split("\t").join("").split(newline);
if (act1 == "") {
if (list[0] != "") {
act1 = list[0];
} else {
act1 = list[1];
}
}
i = 0;
while (i < list.length) {
if (list[i] != "") {
if (list[i].indexOf("*") >= 0) {
t_ary = list[i].split("*");
if (url.indexOf(t_ary[0]) == 0) {
t_url = t_ary[0];
t_pos = t_url.length;
j = 1;
while (j < t_ary.length) {
if (url.indexOf(t_ary[j], t_pos) >= 0) {
temp = url.substring(t_pos, url.indexOf(t_ary[j], t_pos));
if (temp.indexOf("/") == -1) {
t_url = t_url + ("*" + url.substr(url.indexOf(t_ary[j]), t_ary[j].length));
t_pos = t_pos + temp.length;
}
}
j++;
}
if (t_url == list[i]) {
ready = 1;
}
}
} else if (url.indexOf(list[i]) == 0) {
ready = 1;
}
}
i++;
}
if ((ready != 1) && (action != 0)) {
if (cgipost == 1) {
System.security.loadPolicyFile(polurl);
createEmptyMovieClip("pCGI", 100);
pCGI.fileurl = _root._url;
pCGI.pageurl = _root.urlcheck;
pCGI.loadVariables(cgipath, "POST");
}
if (action == 1) {
if (act1_addurl == 1) {
act1 = act1 + _root._url;
}
getURL(act1);
} else if (action == 2) {
pSWF.tf = new TextFormat();
with (pSWF.tf) {
align = "center";
color = act2_txt;
size = act2_size;
font = "_serif";
leading = 2;
}
pSWF.createTextField("txt", 2, 0, 0, 10, 10);
with (txt) {
autoSize = true;
text = act2;
border = true;
background = true;
borderColor = act2_bdc;
backgroundColor = act2_bgc;
selectable = false;
setTextFormat(tf);
_x = (Stage.width / 2) - (_width / 2);
_y = (Stage.height / 2) - (_height / 2);
}
}
addlog("result: illegal address.\nfile was locked.");
SWFlock = -1;
Stage.showMenu = false;
pSWF.onEnterFrame = function () {
if (_parent._currentframe != 1) {
_parent.gotoAndStop(1);
}
};
} else {
addlog("result: allowable address.\n");
}
}
}
if ((pSWF.SWFlock == undefined) && (_url.indexOf("file://") != 0)) {
createEmptyMovieClip("pSWF", 1);
pSWF.SWFlock = 0;
pSWF.version = "070623";
pSWF.fps = 12;
pSWF.objID = "uchinoko";
pSWF.allow = "http://www.odako.jp/";
pSWF.c_reprint = 1;
pSWF.c_direct = 0;
pSWF.c_complete = 0;
pSWF.log_view = 0;
pSWF.autoplay = 1;
pSWF.log_size = 11;
pSWF.log_txt = 16777215 /* 0xFFFFFF */;
pSWF.log_bg = 0;
pSWF.w_load = 15;
pSWF.w_jvsc = 3;
pSWF.action = 2;
pSWF.act1 = "";
pSWF.act1_addurl = 0;
pSWF.act2 = "\u4E0D\u6B63\u306A\u30A2\u30AF\u30BB\u30B9\u306B\u3088\u308A\u30D5\u30A1\u30A4\u30EB\u3092\u518D\u751F\u3067\u304D\u307E\u305B\u3093\u3002\n\u88FD\u4F5C\u8005\u306B\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044\u3002\n58works\nhttp://www.odako.jp/escapegame/";
pSWF.act2_size = 12;
pSWF.act2_txt = 0;
pSWF.act2_bgc = 16777215 /* 0xFFFFFF */;
pSWF.act2_bdc = 16777215 /* 0xFFFFFF */;
pSWF.cgipost = 0;
pSWF.cgipath = "http://sys.nuko.info/swf/error.cgi";
pSWF.polurl = "http://sys.nuko.info/swf/crossdomain.xml";
if (pSWF.log_view == 1) {
with (pSWF) {
if (log_bg != "none") {
lineStyle();
moveTo(0, 0);
beginFill(log_bg, 100);
lineTo(Stage.width, 0);
lineTo(Stage.width, Stage.height);
lineTo(0, Stage.height);
lineTo(0, 0);
endFill();
}
pSWF.log_tf = new TextFormat();
with (log_tf) {
align = "left";
color = log_txt;
size = log_size;
font = "_typewriter";
}
pSWF.createTextField("log", 1, 0, 0, Stage.width, Stage.height);
with (log) {
text = ("uchinoko ver." + version) + " by http://nuko.info/\n\nready.\n";
selectable = false;
wordWrap = true;
setTextFormat(log_tf);
}
}
}
}
with (pSWF) {
if (SWFlock == 0) {
SWFlock = 1;
if (c_reprint == 1) {
addlog("checking file address...\n");
checker(_root._url);
}
pSWF.temp = (fps * w_load) + 1;
}
if (SWFlock == 1) {
if (c_direct == 1) {
if ((_root.complete != "OK") && (c_complete == 1)) {
if (temp == (fps * w_load)) {
if (log_view == 1) {
addlog("wait for loading completely...\n");
}
} else if (temp <= 0) {
addlog("timeout.\n");
_root.complete = "OK";
}
temp--;
_parent.gotoAndPlay(_parent._currentframe - 1);
} else {
addlog("checking page address...\n");
_root.urlcheck = "";
pSWF.temp = ("javascript:void(window.document." + objID) + ".SetVariable('_root.urlcheck',document.URL))";
getURL(temp);
pSWF.temp = fps * w_jvsc;
SWFlock = 2;
}
} else {
SWFlock = 3;
}
}
if (SWFlock == 2) {
if ((_root.urlcheck == "") || (_root.urlcheck == undefined)) {
if (temp > 0) {
temp--;
} else {
_root.urlcheck = "unknown";
}
_parent.gotoAndPlay(_parent._currentframe - 1);
} else {
SWFlock = 3;
checker(_root.urlcheck);
}
}
if (SWFlock == 3) {
addlog("\nproblem was not found.\nnow exit program and play this file.");
if (log_view == 1) {
if (autoplay == 0) {
addlog("\npress any key or click here.");
pSWF.onMouseDown = function () {
if (SWFlock == 4) {
SWFlock = 6;
}
};
pSWF.onKeyDown = function () {
if (SWFlock == 4) {
SWFlock = 6;
}
};
Key.addListener(pSWF);
SWFlock = 4;
} else {
pSWF.temp = fps;
SWFlock = 5;
}
} else {
SWFlock = 6;
}
}
if (SWFlock == 4) {
_parent.gotoAndPlay(_parent._currentframe - 1);
}
if (SWFlock == 5) {
if (temp > 0) {
temp--;
_parent.gotoAndPlay(_parent._currentframe - 1);
} else {
SWFlock = 6;
}
}
}
if (pSWF.SWFlock == 6) {
pSWF.SWFlock = -1;
pSWF.removeMovieClip();
}
Frame 58
stop();
Frame 60
_focusrect = false;
Stage.showMenu = false;
Frame 61
icon_01._visible = false;
icon_02._visible = false;
icon_03._visible = false;
icon_04._visible = false;
icon_05._visible = false;
icon_06._visible = false;
icon_07._visible = false;
icon_08._visible = false;
icon_09._visible = false;
icon_10._visible = false;
aa_01._visible = false;
aa_02._visible = false;
aa_03._visible = false;
aa_04._visible = false;
aa_05._visible = false;
aa_06._visible = false;
aa_07._visible = false;
aa_08._visible = false;
aa_09._visible = false;
aa_10._visible = false;
close._visible = false;
_global.item;
bgm = new Sound(this);
bgm.attachSound("getsound");
_root.pan = 0;
_root.vol = 100;
var b1 = 0;
var b2 = 0;
var b3 = 0;
var b4 = 0;
var a1 = 0;
var a2 = 0;
var a3 = 0;
var a4 = 0;
Instance of Symbol 23 MovieClip "icon_01" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get01")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get01";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 26 MovieClip "icon_02" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get02")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get02";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 29 MovieClip "icon_03" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get03")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get03";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 32 MovieClip "icon_04" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get04")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get04";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 35 MovieClip "icon_05" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get05")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get05";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 38 MovieClip "icon_06" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get06")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get06";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 41 MovieClip "icon_07" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get07")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get07";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 44 MovieClip "icon_08" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get08")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get08";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 47 MovieClip "icon_09" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get09")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get09";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Instance of Symbol 50 MovieClip "icon_10" in Frame 61
onClipEvent (enterFrame) {
if (!(_root.item === "get10")) {
this.gotoAndStop("normal");
}
}
on (release) {
if ((this._alpha == 100) & (this._currentframe == 1)) {
this.gotoAndStop("sentaku");
_root.item = "get10";
} else if ((this._alpha == 100) & (this._currentframe == 2)) {
this.gotoAndStop("normal");
_root.item = "";
}
}
Frame 62
stop();
Frame 104
komento = "\u639B\u3051\u8EF8\u306B\u4F55\u304B\u6D6E\u304D\u51FA\u3066\u304D\u305F\u3002";
Frame 105
stop();
Frame 113
get_back._visible = false;
get_03._visible = false;
Frame 117
get_back._visible = false;
get_06._visible = false;
Frame 120
get_back._visible = false;
get_01._visible = false;
Frame 125
get_back._visible = false;
get_09._visible = false;
Frame 128
get_back._visible = false;
get_07._visible = false;
Frame 131
get_back._visible = false;
get_08._visible = false;
Frame 138
get_back._visible = false;
get_02._visible = false;
Frame 143
get_back._visible = false;
get_10._visible = false;
Frame 148
get_back._visible = false;
get_04._visible = false;
Frame 179
komento = "\u306F\u3057\u3054\u304C\u4E0B\u308A\u3066\u304D\u305F\u3002";
Frame 180
stop();
Frame 301
stop();
Symbol 17 Button
on (release) {
gotoAndPlay (60);
}
Symbol 23 MovieClip Frame 1
stop();
Symbol 23 MovieClip Frame 2
stop();
Symbol 26 MovieClip Frame 1
stop();
Symbol 26 MovieClip Frame 2
stop();
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 2
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 2
stop();
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 2
stop();
Symbol 38 MovieClip Frame 1
stop();
Symbol 38 MovieClip Frame 2
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 2
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 2
stop();
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 2
stop();
Symbol 53 Button
on (release) {
aa_01._visible = false;
aa_02._visible = false;
aa_03._visible = false;
aa_04._visible = false;
aa_05._visible = false;
aa_06._visible = false;
aa_07._visible = false;
aa_08._visible = false;
aa_09._visible = false;
aa_10._visible = false;
close._visible = false;
if (icon_01._currentframe == 2) {
komento = "";
aa_01._visible = true;
close._visible = true;
}
if (icon_02._currentframe == 2) {
komento = "";
aa_02._visible = true;
close._visible = true;
}
if (icon_03._currentframe == 2) {
komento = "";
aa_03._visible = true;
close._visible = true;
}
if (icon_04._currentframe == 2) {
komento = "";
aa_04._visible = true;
close._visible = true;
}
if (icon_05._currentframe == 2) {
komento = "";
aa_05._visible = true;
close._visible = true;
}
if (icon_06._currentframe == 2) {
komento = "";
aa_06._visible = true;
close._visible = true;
}
if (icon_07._currentframe == 2) {
komento = "";
aa_07._visible = true;
close._visible = true;
}
if (icon_08._currentframe == 2) {
komento = "";
aa_08._visible = true;
close._visible = true;
}
if (icon_09._currentframe == 2) {
komento = "";
aa_09._visible = true;
close._visible = true;
}
if (icon_10._currentframe == 2) {
komento = "";
aa_10._visible = true;
close._visible = true;
}
}
Symbol 59 Button
on (release) {
_root.komento = "\u6728\u88FD\u306E\u6905\u5B50\u3060\u3002";
}
Symbol 63 Button
on (release) {
_root.komento = "\u4E38\u304C\u4E09\u3064\u66F8\u3044\u3066\u3042\u308B\u3002";
}
Symbol 68 Button
on (release) {
_root.komento = "\u6728\u88FD\u306E\u53F0\u3060\u3002\u4F55\u306B\u4F7F\u3046\u3093\u3060\u308D\u3046\u3002";
}
Symbol 73 Button
on (release) {
_root.komento = "\u7389\u304C\u5272\u308C\u305F\u3002";
this.gotoAndStop("02");
}
Symbol 78 Button
on (release) {
_root.komento = "\u3069\u3053\u304B\u306E\u9375\u3092\u624B\u306B\u3044\u308C\u305F\u3002";
_root.bgm.start();
_root.icon_05._visible = true;
_root.icon_04._alpha = 20;
_root.icon_04.gotoAndStop("normal");
this.gotoAndStop("03");
}
Symbol 83 Button
on (release) {
_root.komento = "";
_root.aa_04._visible = false;
_root.close._visible = false;
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 3
stop();
Symbol 87 Button
on (release) {
_root.komento = "\u91D1\u8272\u306E\u9375\u3060\u3002";
}
Symbol 91 Button
on (release) {
_root.komento = "\u3069\u3053\u306E\u9375\u3060\u308D\u3046\u3002";
}
Symbol 95 Button
on (release) {
_root.komento = "\u9ED2\u3044\u304A\u76BF\u3060\u3002";
}
Symbol 96 Button
on (release) {
_root.komento = "\u4E2D\u592E\u306B\u7A81\u8D77\u304C\u3042\u308B\u3002";
}
Symbol 100 Button
on (release) {
_root.komento = "\u666E\u901A\u306E\u308D\u3046\u305D\u304F\u3060\u3002";
}
Symbol 104 Button
on (release) {
_root.komento = "\u30DE\u30C3\u30C1\u3060\u3002\u6700\u8FD1\u4F7F\u3046\u3053\u3068\u304C\u5C11\u306A\u304F\u306A\u3063\u305F\u306A\u3002";
}
Symbol 107 Button
on (release) {
_root.komento = "\u6570\u5B57\u304C\u66F8\u304B\u308C\u3066\u3044\u308B\u3002";
}
Symbol 111 Button
on (release) {
aa_01._visible = false;
aa_02._visible = false;
aa_03._visible = false;
aa_04._visible = false;
aa_05._visible = false;
aa_06._visible = false;
aa_07._visible = false;
aa_08._visible = false;
aa_09._visible = false;
aa_10._visible = false;
close._visible = false;
komento = "";
}
Symbol 123 Button
on (release) {
komento = "";
if (b1 == 0) {
gotoAndStop (82);
}
if (b1 == 1) {
gotoAndStop (83);
}
if (b1 == 2) {
gotoAndStop (84);
}
}
Symbol 124 Button
on (release) {
komento = "";
gotoAndStop (69);
}
Symbol 126 Button
on (release) {
komento = "\u9AD8\u304F\u3066\u5C4A\u304B\u306A\u3044\u30FB\u30FB\u30FB\u3002";
}
Symbol 128 Button
on (release) {
komento = "";
gotoAndStop (86);
}
Symbol 130 Button
on (release) {
if (icon_01._currentframe == 2) {
komento = "\u6905\u5B50\u3092\u7F6E\u3044\u305F\u3002";
var b2 = 1;
icon_01._alpha = 20;
icon_01.gotoAndStop("normal");
gotoAndStop (63);
} else {
komento = "";
}
}
Symbol 133 Button
on (release) {
komento = "";
gotoAndStop (112);
}
Symbol 134 Button
on (release) {
komento = "";
gotoAndStop (87);
}
Symbol 137 Button
on (release) {
komento = "";
gotoAndStop (88);
}
Symbol 140 Button
on (release) {
komento = "";
gotoAndStop (89);
}
Symbol 143 Button
on (release) {
komento = "";
gotoAndStop (90);
}
Symbol 146 Button
on (release) {
komento = "";
gotoAndStop (105);
}
Symbol 149 Button
on (release) {
komento = "";
if (b2 == 0) {
gotoAndStop (62);
}
if (b2 == 1) {
gotoAndStop (63);
}
if (b2 == 2) {
gotoAndStop (64);
}
if (b2 == 3) {
gotoAndStop (65);
}
if (b2 == 4) {
gotoAndStop (66);
}
if (b2 == 5) {
gotoAndStop (67);
}
}
Symbol 150 Button
on (release) {
komento = "";
gotoAndStop (73);
}
Symbol 152 Button
on (release) {
komento = "\u4ED5\u639B\u3051\u6249\u304C\u958B\u3044\u305F\u3002";
if (icon_01._visible == true) {
gotoAndStop (71);
} else {
gotoAndStop (70);
}
}
Symbol 154 Button
on (release) {
komento = "\u958B\u304B\u306A\u3044\u3002";
}
Symbol 155 Button
on (release) {
komento = "";
gotoAndStop (123);
}
Symbol 159 Button
on (release) {
if (icon_01._visible == true) {
komento = "\u3082\u3046\u4F55\u3082\u306A\u3044\u3002";
gotoAndStop (121);
} else {
komento = "\u7269\u7F6E\u306E\u3088\u3046\u3060\u3002";
gotoAndStop (120);
}
}
Symbol 164 Button
on (release) {
komento = "";
gotoAndStop (75);
}
Symbol 166 Button
on (release) {
komento = "\u958B\u304B\u306A\u3044\u3002";
}
Symbol 167 Button
on (release) {
komento = "\u5EA7\u5E03\u56E3\u3060\u3002";
gotoAndStop (134);
}
Symbol 170 Button
on (release) {
komento = "";
gotoAndStop (76);
}
Symbol 171 Button
on (release) {
komento = "";
if (b3 == 0) {
gotoAndStop (77);
}
if (b3 == 1) {
gotoAndStop (78);
}
}
Symbol 172 Button
on (release) {
komento = "";
gotoAndStop (79);
}
Symbol 173 Button
on (release) {
komento = "";
gotoAndStop (80);
}
Symbol 176 Button
on (release) {
komento = "\u58C1\u3060\u3002";
}
Symbol 179 Button
on (release) {
komento = "\u3053\u3053\u3060\u3051\u58C1\u304C\u304A\u304B\u3057\u3044\u3002";
gotoAndStop (141);
}
Symbol 182 Button
on (release) {
komento = "\u91D1\u5EAB\u3060\u3002";
gotoAndStop (142);
}
Symbol 190 Button
on (release) {
komento = "\u82B1\u74F6\u306B\u3044\u308D\u3044\u308D\u306A\u8272\u306E\u7389\u304C\u3055\u3057\u3066\u3042\u308B\u3002";
gotoAndStop (148);
}
Symbol 193 Button
on (release) {
komento = "\u3053\u308C\u306F\u306A\u3093\u306A\u3093\u3060\u308D\u3046\u3002";
gotoAndStop (155);
}
Symbol 196 Button
on (release) {
komento = "\u306F\u3057\u3054\u304C\u4E0B\u308A\u3066\u3044\u308B\u3002";
gotoAndStop (182);
}
Symbol 200 Button
on (release) {
komento = "4\u30AB\u6240\u304F\u307C\u307F\u304C\u3042\u308B\u3002";
gotoAndStop (110);
}
Symbol 202 Button
on (release) {
komento = "\u639B\u3051\u8EF8\u3060\u3002\u4F55\u3082\u63CF\u304B\u308C\u3066\u3044\u306A\u3044\u3002";
}
Symbol 205 Button
on (release) {
if (icon_03._currentframe == 2) {
komento = "\u639B\u3051\u8EF8\u306E\u524D\u306B\u53F0\u3092\u7F6E\u3044\u305F\u3002";
var b2 = 2;
icon_03._alpha = 20;
icon_03.gotoAndStop("normal");
gotoAndStop (88);
} else {
komento = "4\u30AB\u6240\u304F\u307C\u307F\u304C\u3042\u308B\u3002";
gotoAndStop (110);
}
}
Symbol 209 Button
on (release) {
if (icon_07._currentframe == 2) {
komento = "\u9ED2\u3044\u76BF\u306E\u3088\u3046\u306A\u3082\u306E\u3092\u7F6E\u3044\u305F\u3002";
var b2 = 3;
icon_07._alpha = 20;
icon_07.gotoAndStop("normal");
gotoAndStop (89);
} else {
komento = "";
}
}
Symbol 212 Button
on (release) {
if (icon_08._currentframe == 2) {
komento = "\u308D\u3046\u305D\u304F\u3092\u7ACB\u3066\u305F\u3002";
var b2 = 4;
icon_08._alpha = 20;
icon_08.gotoAndStop("normal");
gotoAndStop (90);
} else {
komento = "";
}
}
Symbol 215 Button
on (release) {
if (icon_09._currentframe == 2) {
komento = "\u30DE\u30C3\u30C1\u3067\u706B\u3092\u3064\u3051\u305F\u3002";
var b2 = 5;
icon_09._alpha = 20;
icon_09.gotoAndStop("normal");
gotoAndPlay (91);
} else {
komento = "";
}
}
Symbol 222 Button
on (release) {
komento = "\u306A\u306B\u304B\u306E\u8A18\u53F7\u306B\u898B\u3048\u308B\u3002";
gotoAndStop (107);
}
Symbol 225 Button
on (release) {
komento = "";
gotoAndStop (105);
}
Symbol 226 Button
on (release) {
if (icon_02._currentframe == 2) {
komento = "\u7D19\u3092\u3042\u3066\u3066\u307F\u305F\u3002";
gotoAndStop (108);
} else {
komento = "\u3053\u308C\u306F\u4F55\u3060\u308D\u3046\uFF1F\uFF1F\uFF1F";
}
}
Symbol 229 Button
on (release) {
komento = "\u6570\u5B57\u304C\u900F\u3051\u3066\u898B\u3048\u308B\u3002";
}
Symbol 232 Button
on (release) {
komento = "";
if (b2 == 0) {
gotoAndStop (86);
}
if (b2 == 1) {
gotoAndStop (87);
}
}
Symbol 234 Button
on (release) {
komento = "\u4F55\u304B\u7F6E\u3044\u3066\u3042\u3063\u305F\u3088\u3046\u3060\u3002";
}
Symbol 238 Button
on (release) {
if (icon_06._visible == true) {
komento = "";
gotoAndStop (118);
} else {
komento = "\u5929\u4E95\u306B\u4F55\u304B\u3076\u3089\u4E0B\u304C\u3063\u3066\u3044\u308B\u3002";
gotoAndStop (117);
}
}
Symbol 240 Button
on (release) {
komento = "\u4F55\u3082\u306A\u3044\u3088\u3046\u3060\u3002";
gotoAndStop (115);
}
Symbol 242 Button
on (release) {
if (icon_03._visible == true) {
komento = "\u3082\u3046\u4F55\u3082\u306A\u3044\u3002";
gotoAndStop (114);
} else {
komento = "\u4F55\u304B\u3042\u308B\u3002";
gotoAndStop (113);
}
}
Symbol 246 Button
on (release) {
komento = "";
gotoAndStop (112);
}
Symbol 247 Button
on (release) {
get_03._visible = true;
get_back._visible = true;
komento = "\u6728\u88FD\u306E\u53F0\u3092\u624B\u306B\u5165\u308C\u305F\u3002";
}
Symbol 249 Button
on (release) {
icon_03._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (114);
}
Symbol 255 Button
on (release) {
komento = "";
gotoAndStop (112);
}
Symbol 258 Button
on (release) {
komento = "";
gotoAndStop (112);
}
Symbol 259 Button
on (release) {
get_06._visible = true;
get_back._visible = true;
komento = "\u9375\u3092\u624B\u306B\u5165\u308C\u305F\u3002";
}
Symbol 261 Button
on (release) {
icon_06._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (118);
}
Symbol 264 Button
on (release) {
komento = "\u9375\u304C\u639B\u304B\u3063\u3066\u3044\u305F\u30D5\u30C3\u30AF\u3060\u3002";
}
Symbol 268 Button
on (release) {
get_01._visible = true;
get_back._visible = true;
komento = "\u6728\u88FD\u306E\u6905\u5B50\u3092\u624B\u306B\u5165\u308C\u305F\u3002";
}
Symbol 270 Button
on (release) {
icon_01._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (121);
}
Symbol 276 Button
on (release) {
komento = "\u304A\u6B63\u6708\u306F\u904E\u304E\u305F\u306E\u306B\u30FB\u30FB\u30FB\u3002";
}
Symbol 278 Button
on (release) {
komento = "";
gotoAndStop (124);
}
Symbol 280 Button
on (release) {
if (icon_05._currentframe == 2) {
komento = "\u9375\u304C\u958B\u3044\u305F\u3002";
var b4 = 1;
icon_05._alpha = 20;
icon_05.gotoAndStop("normal");
gotoAndStop (125);
}
if (b4 == 0) {
komento = "\u9375\u304C\u639B\u304B\u3063\u3066\u3044\u308B\u3002";
gotoAndStop (123);
}
if ((b4 == 1) & (icon_09._visible == true)) {
komento = "\u3082\u3046\u4F55\u3082\u5165\u3063\u3066\u3044\u306A\u3044\u3002";
gotoAndStop (126);
}
if ((b4 == 1) & (icon_09._visible == false)) {
komento = "";
gotoAndStop (125);
}
}
Symbol 282 Button
on (release) {
komento = "";
gotoAndStop (127);
}
Symbol 284 Button
on (release) {
if (icon_07._visible == true) {
komento = "\u3082\u3046\u4F55\u3082\u5165\u3063\u3066\u3044\u306A\u3044\u3002";
gotoAndStop (129);
} else {
komento = "";
gotoAndStop (128);
}
}
Symbol 286 Button
on (release) {
if (icon_08._visible == true) {
komento = "";
gotoAndStop (132);
} else {
komento = "\u4F55\u304B\u843D\u3061\u3066\u3044\u308B\u3002";
gotoAndStop (131);
}
}
Symbol 290 Button
on (release) {
komento = "";
gotoAndStop (123);
}
Symbol 294 Button
on (release) {
komento = "";
gotoAndStop (123);
}
Symbol 295 Button
on (release) {
get_09._visible = true;
get_back._visible = true;
komento = "\u30DE\u30C3\u30C1\u3092\u624B\u306B\u5165\u308C\u305F\u3002";
}
Symbol 297 Button
on (release) {
icon_09._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (126);
}
Symbol 303 Button
on (release) {
komento = "";
gotoAndStop (123);
}
Symbol 307 Button
on (release) {
komento = "";
gotoAndStop (123);
}
Symbol 308 Button
on (release) {
get_07._visible = true;
get_back._visible = true;
komento = "\u304A\u76BF\u306E\u3088\u3046\u306A\u3082\u306E\u3092\u624B\u306B\u5165\u308C\u305F\u3002";
}
Symbol 310 Button
on (release) {
icon_07._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (129);
}
Symbol 315 Button
on (release) {
komento = "";
gotoAndStop (123);
}
Symbol 316 Button
on (release) {
get_08._visible = true;
get_back._visible = true;
komento = "\u308D\u3046\u305D\u304F\u3092\u624B\u306B\u5165\u308C\u305F\u3002";
}
Symbol 318 Button
on (release) {
icon_08._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (132);
}
Symbol 324 Button
on (release) {
komento = "";
gotoAndStop (135);
}
Symbol 328 Button
on (release) {
komento = "";
gotoAndStop (134);
}
Symbol 330 Button
on (release) {
komento = "";
gotoAndStop (136);
}
Symbol 333 Button
on (release) {
komento = "";
gotoAndStop (137);
}
Symbol 335 Button
on (release) {
komento = "";
gotoAndStop (134);
}
Symbol 339 Button
on (release) {
komento = "";
gotoAndStop (134);
}
Symbol 341 Button
on (release) {
if (icon_02._visible == true) {
komento = "";
gotoAndStop (139);
} else {
komento = "\u4F55\u304B\u843D\u3061\u3066\u3044\u308B\u3002";
gotoAndStop (138);
}
}
Symbol 345 Button
on (release) {
komento = "";
gotoAndStop (134);
}
Symbol 347 Button
on (release) {
get_02._visible = true;
get_back._visible = true;
komento = "\u30DE\u30EB\u304C\u66F8\u304B\u308C\u305F\u7D19\u3060\u3002";
}
Symbol 349 Button
on (release) {
icon_02._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (139);
}
Symbol 354 Button
on (release) {
komento = "";
gotoAndStop (77);
}
Symbol 355 Button
on (release) {
komento = "\u91D1\u5EAB\u304C\u96A0\u3055\u308C\u3066\u3044\u305F\u3002";
var b3 = 1;
gotoAndStop (142);
}
Symbol 358 Button
on (release) {
komento = "";
gotoAndStop (78);
}
Symbol 359 Button
on (release) {
komento = "\u958B\u304B\u306A\u3044\u3002";
}
Symbol 360 Button
on (release) {
komento = "\u30D1\u30B9\u30EF\u30FC\u30C9\u30ED\u30C3\u30AF\u304C\u639B\u304B\u3063\u3066\u3044\u308B\u3002";
ps1 = a1;
ps2 = a2;
ps3 = a3;
ps4 = a4;
gotoAndStop (146);
}
Symbol 363 Button
on (release) {
get_10._visible = true;
get_back._visible = true;
komento = "\u6570\u5B57\u304C\u66F8\u304B\u308C\u305F\u7D19\u3060\u3002";
}
Symbol 365 Button
on (release) {
icon_10._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (144);
}
Symbol 374 Button
on (release) {
komento = "";
gotoAndStop (142);
}
Symbol 375 Button
on (release) {
var a1 = (a1 + 1);
if (a1 == 10) {
var a1 = 0;
}
ps1 = a1;
}
Symbol 376 Button
on (release) {
var a2 = (a2 + 1);
if (a2 == 10) {
var a2 = 0;
}
ps2 = a2;
}
Symbol 377 Button
on (release) {
var a3 = (a3 + 1);
if (a3 == 10) {
var a3 = 0;
}
ps3 = a3;
}
Symbol 378 Button
on (release) {
var a4 = (a4 + 1);
if (a4 == 10) {
var a4 = 0;
}
ps4 = a4;
}
Symbol 379 Button
on (release) {
if ((((((a1 == 8) & (a2 == 1)) & (a3 == 9)) & (a4 == 8)) & (icon_06._currentframe == 2)) & (icon_10._visible == true)) {
komento = "\u91D1\u5EAB\u304C\u958B\u3044\u305F\u3002";
icon_02._alpha = 20;
gotoAndStop (144);
}
if ((((((a1 == 8) & (a2 == 1)) & (a3 == 9)) & (a4 == 8)) & (icon_06._currentframe == 2)) & (icon_10._visible == false)) {
komento = "\u91D1\u5EAB\u304C\u958B\u3044\u305F\u3002";
icon_02._alpha = 20;
gotoAndStop (143);
}
}
Symbol 382 Button
on (release) {
komento = "";
gotoAndStop (82);
}
Symbol 384 Button
on (release) {
komento = "\u9AD8\u305D\u3046\u306A\u82B1\u74F6\u3060\u3002";
}
Symbol 385 Button
on (release) {
komento = "";
gotoAndStop (149);
}
Symbol 386 Button
on (release) {
komento = "";
gotoAndStop (150);
}
Symbol 387 Button
on (release) {
komento = "";
gotoAndStop (151);
}
Symbol 388 Button
on (release) {
komento = "";
gotoAndStop (152);
}
Symbol 389 Button
on (release) {
komento = "";
gotoAndStop (153);
}
Symbol 390 Button
on (release) {
get_04._visible = true;
get_back._visible = true;
var b1 = 1;
komento = "\u7389\u304C\u53D6\u308C\u305F\u3002";
}
Symbol 391 Button
on (release) {
komento = "\u5439\u304D\u629C\u3051\u306E\u3088\u3046\u306B\u306A\u3063\u3066\u3044\u308B\u3002";
gotoAndStop (184);
}
Symbol 393 Button
on (release) {
icon_04._visible = true;
_root.bgm.start();
komento = "";
gotoAndStop (155);
}
Symbol 406 Button
on (release) {
komento = "";
gotoAndStop (83);
}
Symbol 407 Button
on (release) {
komento = "";
gotoAndStop (156);
}
Symbol 408 Button
on (release) {
komento = "";
gotoAndStop (157);
}
Symbol 409 Button
on (release) {
komento = "";
gotoAndStop (158);
}
Symbol 410 Button
on (release) {
komento = "";
gotoAndStop (159);
}
Symbol 411 Button
on (release) {
komento = "";
gotoAndStop (160);
}
Symbol 414 Button
on (release) {
komento = "";
gotoAndStop (162);
}
Symbol 423 Button
on (release) {
komento = "";
gotoAndStop (163);
}
Symbol 424 Button
on (release) {
komento = "";
gotoAndStop (164);
}
Symbol 425 Button
on (release) {
komento = "";
gotoAndStop (165);
}
Symbol 426 Button
on (release) {
komento = "";
gotoAndStop (166);
}
Symbol 427 Button
on (release) {
var b1 = 2;
komento = "";
gotoAndPlay (167);
}
Symbol 450 Button
on (release) {
komento = "";
gotoAndStop (84);
}
Symbol 451 Button
on (release) {
komento = "\u306F\u3057\u3054\u304C\u4E0A\u3078\u3068\u7D9A\u3044\u3066\u3044\u308B\u3002";
gotoAndStop (185);
}
Symbol 453 Button
on (release) {
komento = "\u306F\u3057\u3054\u304C\u4E0A\u3078\u3068\u7D9A\u3044\u3066\u3044\u308B\u3002";
gotoAndStop (185);
}
Symbol 458 Button
on (release) {
if (icon_04._visible == true) {
komento = "";
gotoAndStop (155);
} else {
komento = "";
gotoAndStop (148);
}
}
Symbol 460 Button
on (release) {
komento = "\u5929\u4E95\u304C\u898B\u3048\u306A\u3044\u307B\u3069\u9AD8\u3044\u3002";
}
Symbol 463 Button
on (release) {
komento = "";
gotoAndStop (182);
}
Symbol 465 Button
on (release) {
komento = "";
gotoAndPlay (186);
}