Frame 1
this.onEnterFrame = function () {
total = _root.getBytesTotal();
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
loader.gotoAndStop(percent);
loader.dynprcent.text = percent + "%";
loader.dynprcent = percent + "%";
if (loaded >= total) {
delete onEnterFrame;
gotoAndPlay(_currentframe + 1);
}
};
stop();
Instance of Symbol 12 MovieClip "loader" in Frame 1
on (release) {
getURL ("http://gamcore.com/", "_blank");
}
Frame 2
function playBGMData(_nType) {
mcMusicPlayer._playBGMData(_nType);
}
nGameKey = 7001001 /* 0x6AD3A9 */;
_root.szPath = "Data/";
menu_cm = new ContextMenu();
menu_cm.builtInItems.forward_back = false;
menu_cm.builtInItems.loop = false;
menu_cm.builtInItems.play = false;
menu_cm.builtInItems.print = false;
menu_cm.builtInItems.quality = true;
menu_cm.builtInItems.rewind = false;
menu_cm.builtInItems.zoom = true;
_root.menu = menu_cm;
fscommand ("showmenu", "false");
loadMovie (_root.szPath + "_CMPFFB.swf", mcMusicPlayer);
_root.flg_jump = 0;
_root.dataUserInput = new CUserInputData();
_root.szText = new String("");
_root.szDebug = new String("");
_root.szUrlLink = "http://gamcore.com/";
this.onEnterFrame = function () {
if (mcMusicPlayer.nGameKey == nGameKey) {
total = mcMusicPlayer.getBytesTotal();
loaded = mcMusicPlayer.getBytesLoaded();
if (loaded >= total) {
delete onEnterFrame;
gotoAndPlay(_currentframe + 1);
}
}
};
stop();
Instance of Symbol 28 MovieClip in Frame 2
on (release) {
getURL (_root.szUrlLink, "_blank");
}
Frame 3
this.gotoAndPlay("title");
Frame 4
this.gotoAndPlay(_currentframe - 1);
Frame 5
_root.flg_jump = 0;
_root.flg_menuselect = 0;
Frame 6
if (_root.flg_jump == 2) {
switch (_root.flg_menuselect) {
case 1 :
_root.playBGMData(-1);
this.gotoAndPlay("charselect");
break;
case 4 :
this.getURL("http://www.alles.or.jp/~uir/index1.htm", "_blank");
this.gotoAndPlay("title");
break;
case 5 :
_root.setFlagData(true);
this.gotoAndPlay("title");
break;
}
}
Frame 7
this.gotoAndPlay(_currentframe - 1);
Frame 8
_root.flg_jump = 0;
_root.flg_menuselect = 0;
loadMovie (_root.szPath + "_JGECSTM.swf", mcLoader);
this.onEnterFrame = function () {
if (mcLoader.nGameKey == nGameKey) {
total = mcLoader.getBytesTotal();
loaded = mcLoader.getBytesLoaded();
percent = int((loaded / total) * 100);
loader.gotoAndStop(percent);
loader.dynprcent.text = percent + "%";
loader.dynprcent = percent + "%";
if (loaded >= total) {
delete onEnterFrame;
gotoAndPlay(_currentframe + 1);
}
}
};
loader.gotoAndStop(1);
loader.dynprcent.text = "0%";
loader.dynprcent = "0%";
stop();
Instance of Symbol 12 MovieClip "loader" in Frame 8
on (release) {
getURL (_root.szUrlLink, "_blank");
}
Frame 9
mcLoader.gotoAndPlay("gallery");
Frame 10
if (_root.flg_jump != 0) {
unloadMovie (mcLoader);
_root.gotoAndPlay("title");
}
Frame 11
this.gotoAndPlay(_currentframe - 1);
Frame 12
_root.flg_jump = 0;
_root.flg_menuselect = 0;
Frame 13
if (_root.flg_jump != 0) {
_root.gotoAndPlay("title");
}
Frame 14
this.gotoAndPlay(_currentframe - 1);
Frame 15
_root.playBGMData(2);
Frame 16
_root.flg_jump = 0;
_root.flg_menuselect = 0;
Frame 17
if (_root.flg_jump == 2) {
switch (_root.flg_menuselect) {
case 1 :
case 2 :
case 3 :
case 4 :
gotoAndPlay("game_char" + _root.flg_menuselect);
break;
case 5 :
_root.playBGMData(-1);
gotoAndPlay ("title");
break;
}
}
Frame 18
this.gotoAndPlay(_currentframe - 1);
Frame 19
function getMemberlistName(nChar) {
switch (nChar) {
case 1 :
return("ps_view01");
case 2 :
return("ps_view02");
case 3 :
return("ps_view03");
case 4 :
return("ps_view04");
case 5 :
return("ps_view05");
case 6 :
return("ps_view06");
}
return("");
}
function InitChar(dataChar) {
switch (dataChar.nCharType) {
case 1 :
dataChar.szName = "\u7E54\u59EB";
dataChar.nMaxHP = 5000;
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 30;
dataChar.nDiffCatch = 30;
dataChar.nDiffBiyaku = 30;
dataChar.nDiffGas = 30;
dataChar.vnResist = [0, 20, 30, 40, 0, 30, 70, 50, 60, 20];
dataChar.vnFeel = [20, 50, 20, 100, 100, 0, 0, 0, 100, 100];
dataChar.vbReAttack = [false, false, false, false, false, false, false, false, false, false];
break;
case 2 :
dataChar.szName = "\u4E71\u83CA";
dataChar.nMaxHP = 5000;
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 160;
dataChar.nDiffCatch = 60;
dataChar.nDiffBiyaku = 20;
dataChar.nDiffGas = 80;
dataChar.vnResist = [20, 70, 60, 90, 100, 40, 100, 100, 100, 100];
dataChar.vnFeel = [0, 80, 10, 100, 140, 0, 80, 0, 120, 100];
dataChar.vbReAttack = [false, false, false, true, false, false, true, true, true, false];
break;
case 3 :
dataChar.szName = "\u30CD\u30E0";
dataChar.nMaxHP = 5000;
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 50;
dataChar.nDiffCatch = 30;
dataChar.nDiffBiyaku = 100;
dataChar.nDiffGas = 100;
dataChar.vnResist = [10, 30, 30, 30, 30, 10, 80, 60, 50, 50];
dataChar.vnFeel = [0, 0, 0, 0, 50, 0, 140, 120, 0, 100];
dataChar.vbReAttack = [false, true, true, false, true, false, false, false, false, true];
break;
case 4 :
dataChar.szName = "\u591C\u4E00";
dataChar.nMaxHP = 5000;
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 100;
dataChar.nDiffCatch = 300;
dataChar.nDiffBiyaku = 80;
dataChar.nDiffGas = 20;
dataChar.vnResist = [180, 220, 240, 240, 70, 90, 260, 90, 240, 50];
dataChar.vnFeel = [0, 0, 0, 120, 140, 0, 0, 50, 150, 150];
dataChar.vbReAttack = [true, true, true, true, false, false, false, false, true, false];
}
}
function InitPartyChar(dataChar) {
switch (dataChar.nCharType) {
case 1 :
dataChar.nMaxHP = 600;
dataChar.szName = "\u9053\u5177\u4F7F\u3044";
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 45;
dataChar.nHold = 40;
dataChar.nSleep = 0;
break;
case 2 :
dataChar.nMaxHP = 400;
dataChar.szName = "\u62D8\u675F\u5177\u4F7F\u3044";
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 72;
dataChar.nHold = 70;
dataChar.nSleep = 0;
break;
case 3 :
dataChar.nMaxHP = 500;
dataChar.szName = "\u5A9A\u85AC\u4F7F\u3044";
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 54;
dataChar.nHold = 60;
dataChar.nSleep = 0;
break;
case 4 :
dataChar.nMaxHP = 500;
dataChar.szName = "\u30AC\u30B9\u4F7F\u3044";
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 90;
dataChar.nHold = 40;
dataChar.nSleep = 0;
break;
case 5 :
dataChar.nMaxHP = 300;
dataChar.szName = "\u696D\u5E2B";
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 126;
dataChar.nHold = 30;
dataChar.nSleep = 0;
break;
case 6 :
dataChar.nMaxHP = 700;
dataChar.szName = "\u5927\u7537";
dataChar.nCurHP = dataChar.nMaxHP;
dataChar.nSpeed = 0;
dataChar.nAttack = 45;
dataChar.nHold = 100;
dataChar.nSleep = 0;
}
}
_root.flg_jump = 0;
_root.flg_menuselect = 0;
ii = 0;
while (i < 3) {
_root.dataParty[i].nCharType = 0;
i++;
}
_root.flg_playercnt = 0;
Frame 20
switch (_root.flg_jump) {
case 1 :
switch (_root.flg_menuselect) {
case 1 :
case 2 :
case 3 :
case 4 :
case 5 :
case 6 :
switch (_root.flg_playercnt) {
case 0 :
_root.dataParty[0].nCharType = _root.flg_menuselect;
init_obj = {_x:88, _y:447, _rotation:0, _alpha:100};
_root.ps_base.mc_member.attachMovie(_root.getMemberlistName(_root.dataParty[0].nCharType), "mc_member1", 1, init_obj);
_root.flg_playercnt++;
_root.flg_jump = 0;
break;
case 1 :
_root.dataParty[1].nCharType = _root.flg_menuselect;
init_obj = {_x:88, _y:490, _rotation:0, _alpha:100};
_root.ps_base.mc_member.attachMovie(_root.getMemberlistName(_root.dataParty[1].nCharType), "mc_member2", 2, _root.init_obj);
_root.flg_playercnt++;
_root.flg_jump = 0;
break;
case 2 :
_root.dataParty[2].nCharType = _root.flg_menuselect;
init_obj = {_x:88, _y:533, _rotation:0, _alpha:100};
_root.ps_base.mc_member.attachMovie(_root.getMemberlistName(_root.dataParty[2].nCharType), "mc_member3", 3, _root.init_obj);
_root.flg_playercnt++;
_root.flg_jump = 2;
}
break;
case 10 :
_root.dataChar.nCharType = 0;
_root.flg_jump = 2;
break;
case 11 :
_root.flg_playercnt = 0;
_root.flg_jump = -1;
break;
}
_root.flg_menuselect = 0;
break;
case 3 :
InitChar(_root.dataChar);
i = 0;
while (i < 3) {
_root.InitPartyChar(_root.dataParty[i]);
i++;
}
_root.InitSequence();
switch (_root.dataChar.nCharType) {
case 0 :
this.gotoAndPlay("_charselect");
break;
case 1 :
_root._sound.stop();
this.gotoAndPlay("game_orihime");
break;
case 2 :
_root._sound.stop();
this.gotoAndPlay("game_rangiku");
break;
case 3 :
_root._sound.stop();
this.gotoAndPlay("game_nemu");
break;
case 4 :
_root._sound.stop();
this.gotoAndPlay("game_yoruichi");
}
}
Frame 21
this.gotoAndPlay(_currentframe - 1);
Frame 22
_root.flg_jump = 0;
_root.nChaptorSelect = 0;
Frame 23
if (_root.flg_jump == 2) {
switch (_root.nChaptorSelect) {
case 0 :
case 1 :
case 2 :
case 3 :
case 4 :
case 5 :
case 6 :
case 7 :
case 8 :
case 9 :
case 10 :
case 11 :
case 12 :
case 13 :
case 14 :
gotoAndPlay(_currentframe + 2);
break;
default :
gotoAndPlay ("_charselect");
}
}
Frame 24
this.gotoAndPlay(_currentframe - 1);
Frame 25
_root.flg_jump = 0;
loadMovie (_root.szPath + "_CMPFFC01.swf", mcLoader);
this.onEnterFrame = function () {
if (mcLoader.nGameKey == nGameKey) {
total = mcLoader.getBytesTotal();
loaded = mcLoader.getBytesLoaded();
percent = int((loaded / total) * 100);
loader.gotoAndStop(percent);
loader.dynprcent.text = percent + "%";
loader.dynprcent = percent + "%";
if (loaded >= total) {
delete onEnterFrame;
gotoAndPlay(_currentframe + 1);
}
}
};
loader.gotoAndStop(1);
loader.dynprcent.text = "0%";
loader.dynprcent = "0%";
stop();
Instance of Symbol 12 MovieClip "loader" in Frame 25
on (release) {
getURL (_root.szUrlLink, "_blank");
}
Frame 26
mcLoader.gotoAndPlay("game");
Frame 27
switch (_root.flg_jump) {
case 1 :
case 2 :
unloadMovie (mcLoader);
gotoAndPlay ("title");
break;
case 3 :
unloadMovie (mcLoader);
gotoAndPlay ("title");
break;
case 0 :
}
Frame 28
gotoAndPlay(_currentframe - 1);
Frame 29
_root.flg_jump = 0;
_root.nChaptorSelect = 0;
Frame 30
if (_root.flg_jump == 2) {
switch (_root.nChaptorSelect) {
case 0 :
case 1 :
case 2 :
case 3 :
case 4 :
case 5 :
case 6 :
case 7 :
case 8 :
case 9 :
case 10 :
case 11 :
case 12 :
case 13 :
case 14 :
gotoAndPlay(_currentframe + 2);
break;
default :
gotoAndPlay ("_charselect");
}
}
Frame 31
this.gotoAndPlay(_currentframe - 1);
Frame 32
_root.flg_jump = 0;
loadMovie (_root.szPath + "_CMPFFC02.swf", mcLoader);
this.onEnterFrame = function () {
if (mcLoader.nGameKey == nGameKey) {
total = mcLoader.getBytesTotal();
loaded = mcLoader.getBytesLoaded();
percent = int((loaded / total) * 100);
loader.gotoAndStop(percent);
loader.dynprcent.text = percent + "%";
loader.dynprcent = percent + "%";
if (loaded >= total) {
delete onEnterFrame;
gotoAndPlay(_currentframe + 1);
}
}
};
loader.gotoAndStop(1);
loader.dynprcent.text = "0%";
loader.dynprcent = "0%";
stop();
Instance of Symbol 12 MovieClip "loader" in Frame 32
on (release) {
getURL (_root.szUrlLink, "_blank");
}
Frame 33
mcLoader.gotoAndPlay("game");
Frame 34
switch (_root.flg_jump) {
case 1 :
case 2 :
unloadMovie (mcLoader);
gotoAndPlay ("title");
break;
case 3 :
unloadMovie (mcLoader);
gotoAndPlay ("title");
break;
case 0 :
}
Frame 35
gotoAndPlay(_currentframe - 1);
Frame 36
_root.flg_jump = 0;
_root.nChaptorSelect = 0;
Frame 37
if (_root.flg_jump == 2) {
switch (_root.nChaptorSelect) {
case 0 :
case 1 :
case 2 :
case 3 :
case 4 :
case 5 :
case 6 :
case 7 :
case 8 :
case 9 :
case 10 :
case 11 :
case 12 :
case 13 :
case 14 :
case 15 :
gotoAndPlay(_currentframe + 2);
break;
default :
gotoAndPlay ("_charselect");
}
}
Frame 38
this.gotoAndPlay(_currentframe - 1);
Frame 39
_root.flg_jump = 0;
loadMovie (_root.szPath + "_CMPFFC03.swf", mcLoader);
this.onEnterFrame = function () {
if (mcLoader.nGameKey == nGameKey) {
total = mcLoader.getBytesTotal();
loaded = mcLoader.getBytesLoaded();
percent = int((loaded / total) * 100);
loader.gotoAndStop(percent);
loader.dynprcent.text = percent + "%";
loader.dynprcent = percent + "%";
if (loaded >= total) {
delete onEnterFrame;
gotoAndPlay(_currentframe + 1);
}
}
};
loader.gotoAndStop(1);
loader.dynprcent.text = "0%";
loader.dynprcent = "0%";
stop();
Instance of Symbol 12 MovieClip "loader" in Frame 39
on (release) {
getURL (_root.szUrlLink, "_blank");
}
Frame 40
mcLoader.gotoAndPlay("game");
Frame 41
switch (_root.flg_jump) {
case 1 :
case 2 :
unloadMovie (mcLoader);
gotoAndPlay ("title");
break;
case 3 :
unloadMovie (mcLoader);
gotoAndPlay ("title");
break;
case 0 :
}
Frame 42
gotoAndPlay(_currentframe - 1);
Frame 43
_root.flg_jump = 0;
_root.nChaptorSelect = 0;
Frame 44
if (_root.flg_jump == 2) {
switch (_root.nChaptorSelect) {
case 0 :
case 1 :
case 2 :
case 3 :
case 4 :
case 5 :
case 6 :
case 7 :
case 8 :
case 9 :
case 10 :
case 11 :
case 12 :
case 13 :
case 14 :
case 15 :
gotoAndPlay(_currentframe + 2);
break;
default :
gotoAndPlay ("_charselect");
}
}
Frame 45
this.gotoAndPlay(_currentframe - 1);
Frame 46
_root.flg_jump = 0;
loadMovie (_root.szPath + "_CMPFFC04.swf", mcLoader);
this.onEnterFrame = function () {
if (mcLoader.nGameKey == nGameKey) {
total = mcLoader.getBytesTotal();
loaded = mcLoader.getBytesLoaded();
percent = int((loaded / total) * 100);
loader.gotoAndStop(percent);
loader.dynprcent.text = percent + "%";
loader.dynprcent = percent + "%";
if (loaded >= total) {
delete onEnterFrame;
gotoAndPlay(_currentframe + 1);
}
}
};
loader.gotoAndStop(1);
loader.dynprcent.text = "0%";
loader.dynprcent = "0%";
stop();
Instance of Symbol 12 MovieClip "loader" in Frame 46
on (release) {
getURL (_root.szUrlLink, "_blank");
}
Frame 47
mcLoader.gotoAndPlay("game");
Frame 48
switch (_root.flg_jump) {
case 1 :
case 2 :
unloadMovie (mcLoader);
gotoAndPlay ("title");
break;
case 3 :
unloadMovie (mcLoader);
gotoAndPlay ("title");
break;
case 0 :
}
Frame 49
gotoAndPlay(_currentframe - 1);
Symbol 2 MovieClip [black_out] Frame 28
this.stop();
Symbol 3 MovieClip [black_in] Frame 28
this.stop();
Symbol 23 Button
on (release) {
gotoAndPlay ("title");
}
Symbol 27 MovieClip Frame 40
gotoAndPlay ("loop");
Symbol 33 Button
on (release) {
_root.flg_menuselect = 1;
_root.flg_jump = 1;
}
Symbol 38 Button
on (release) {
_root.flg_menuselect = 1;
_root.flg_jump = 1;
}
Symbol 40 MovieClip Frame 51
_root.playBGMData(1);
Symbol 40 MovieClip Frame 53
if (_root.flg_jump != 1) {
this.gotoAndPlay(_currentframe - 1);
} else {
nCnt = 0;
}
Symbol 40 MovieClip Frame 58
if (nCnt < 30) {
nCnt++;
gotoAndPlay(_currentframe - 1);
}
Symbol 40 MovieClip Frame 85
_root.flg_jump = 2;
stop();
Symbol 59 MovieClip Frame 13
stop();
Symbol 66 MovieClip Frame 13
stop();
Symbol 73 MovieClip Frame 13
stop();
Symbol 80 MovieClip Frame 13
stop();
Symbol 81 MovieClip Frame 1
function setAnimation(_nType) {
switch (_nType) {
case 1 :
case 2 :
case 3 :
case 4 :
this.gotoAndStop(_nType + 1);
break;
default :
this.gotoAndStop(1);
}
}
stop();
Symbol 87 Button
on (release) {
_root.flg_menuselect = 5;
_root.flg_jump = 1;
}
Symbol 90 Button
on (release) {
_root.flg_menuselect = 4;
_root.flg_jump = 1;
}
on (rollOver) {
cs_anime.setAnimation(4);
cs_anime2.setAnimation(4);
}
Symbol 91 Button
on (release) {
_root.flg_menuselect = 2;
_root.flg_jump = 1;
}
on (rollOver) {
cs_anime.setAnimation(2);
cs_anime2.setAnimation(2);
}
Symbol 92 Button
on (release) {
_root.flg_menuselect = 3;
_root.flg_jump = 1;
}
on (rollOver) {
cs_anime.setAnimation(3);
cs_anime2.setAnimation(3);
}
Symbol 93 Button
on (release) {
_root.flg_menuselect = 1;
_root.flg_jump = 1;
}
on (rollOver) {
cs_anime.setAnimation(1);
cs_anime2.setAnimation(1);
}
Symbol 94 MovieClip Frame 13
stop();
Symbol 95 MovieClip Frame 13
stop();
Symbol 96 MovieClip Frame 13
stop();
Symbol 97 MovieClip Frame 13
stop();
Symbol 98 MovieClip Frame 1
function setAnimation(_nType) {
switch (_nType) {
case 1 :
case 2 :
case 3 :
case 4 :
this.gotoAndStop(_nType + 1);
break;
default :
this.gotoAndStop(1);
}
}
stop();
Symbol 99 MovieClip Frame 52
if (_root.flg_jump != 1) {
gotoAndPlay(_currentframe - 1);
} else {
nCnt = 0;
if (_root.flg_menuselect == 5) {
gotoAndPlay(_currentframe + 6);
}
}
Symbol 99 MovieClip Frame 57
if (nCnt < 15) {
nCnt++;
gotoAndPlay(_currentframe - 1);
}
Symbol 99 MovieClip Frame 86
_root.flg_jump = 2;
stop();
Symbol 130 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 1;
}
Symbol 131 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 2;
}
Symbol 132 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 3;
}
Symbol 133 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 4;
}
Symbol 134 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 5;
}
Symbol 135 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 6;
}
Symbol 136 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 7;
}
Symbol 137 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 8;
}
Symbol 138 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 9;
}
Symbol 139 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 10;
}
Symbol 140 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 11;
}
Symbol 141 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 12;
}
Symbol 142 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 13;
}
Symbol 143 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 20;
}
Symbol 144 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 14;
}
Symbol 145 MovieClip Frame 1
if (_root.data_sysflg.data.mmflag01) {
gotoAndPlay ("root1");
} else {
gotoAndPlay ("end");
}
Symbol 145 MovieClip Frame 27
gotoAndPlay(_currentframe - 1);
Symbol 145 MovieClip Frame 59
nCnt = 0;
_root.playBGMData(-1);
Symbol 145 MovieClip Frame 61
if (nCnt < 30) {
nCnt++;
gotoAndPlay(_currentframe - 1);
} else {
_root.flg_jump = 2;
stop();
}
Symbol 152 Button
on (release) {
_nFrame = _parent.mcLoader.gm_system._currentframe;
if (_nFrame >= 3) {
Click();
}
}
Symbol 157 Button
on (release) {
_nFrame = _parent.mcLoader.gm_system._currentframe - 1;
if (_nFrame < 3) {
_nFrame = 3;
}
_parent.mcLoader.gm_system.gotoAndStop("_nFrame");
}
Symbol 162 Button
on (release) {
_nFrame = _parent.mcLoader.gm_system._currentframe - 10;
if (_nFrame < 3) {
_nFrame = 3;
}
_parent.mcLoader.gm_system.gotoAndStop("_nFrame");
}
Symbol 167 Button
on (release) {
_nFrame = _parent.mcLoader.gm_system._currentframe;
if (_nFrame >= 3) {
_parent.mcLoader.gm_system.gotoAndStop(_parent.mcLoader.gm_system._currentframe + 10);
}
}
Symbol 172 Button
on (release) {
setAutoExe(false);
gotoAndStop ("nontext");
_parent.mcLoader.gm_system.setTextWindow(false);
}
Symbol 177 Button
on (release) {
setAutoExe(true);
}
Symbol 178 MovieClip Frame 90
_parent.Click();
Symbol 179 Button
on (release) {
setAutoExe(false);
}
Symbol 184 Button
on (release) {
gotoAndStop ("normal");
_parent.mcLoader.gm_system.setTextWindow(true);
}
Symbol 186 Button
on (release) {
gotoAndStop ("normal");
_parent.mcLoader.gm_system.setTextWindow(true);
}
Symbol 187 MovieClip Frame 1
function setAutoExe(_bFlg) {
bAuto = _bFlg;
sys_auto_btn._visible = !bAuto;
sys_auto_btn2._visible = bAuto;
if (bAuto) {
sys_timer.gotoAndPlay(1);
} else {
sys_timer.stop();
}
}
function Click() {
_parent.mcLoader.gm_system.ClickNext();
}
var bAuto = false;
sys_auto_btn2._visible = false;
sys_timer.stop();
stop();
Symbol 216 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 1;
}
Symbol 217 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 2;
}
Symbol 218 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 3;
}
Symbol 219 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 4;
}
Symbol 220 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 5;
}
Symbol 221 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 6;
}
Symbol 222 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 7;
}
Symbol 223 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 8;
}
Symbol 224 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 9;
}
Symbol 225 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 10;
}
Symbol 226 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 11;
}
Symbol 227 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 12;
}
Symbol 228 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 13;
}
Symbol 229 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 14;
}
Symbol 230 MovieClip Frame 1
if (_root.data_sysflg.data.mmflag02) {
gotoAndPlay ("root1");
} else {
gotoAndPlay ("end");
}
Symbol 230 MovieClip Frame 27
gotoAndPlay(_currentframe - 1);
Symbol 230 MovieClip Frame 58
_root.playBGMData(-1);
_root.flg_jump = 2;
stop();
Symbol 230 MovieClip Frame 59
nCnt = 0;
_root.playBGMData(-1);
Symbol 230 MovieClip Frame 61
if (nCnt < 30) {
nCnt++;
gotoAndPlay(_currentframe - 1);
} else {
_root.flg_jump = 2;
stop();
}
Symbol 263 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 1;
}
Symbol 264 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 2;
}
Symbol 265 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 3;
}
Symbol 266 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 4;
}
Symbol 267 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 5;
}
Symbol 268 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 6;
}
Symbol 269 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 7;
}
Symbol 270 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 8;
}
Symbol 271 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 9;
}
Symbol 272 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 10;
}
Symbol 273 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 11;
}
Symbol 274 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 12;
}
Symbol 275 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 13;
}
Symbol 276 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 14;
}
Symbol 277 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 15;
}
Symbol 278 MovieClip Frame 1
if (_root.data_sysflg.data.mmflag03) {
gotoAndPlay ("root1");
} else {
gotoAndPlay ("end");
}
Symbol 278 MovieClip Frame 27
gotoAndPlay(_currentframe - 1);
Symbol 278 MovieClip Frame 58
_root.playBGMData(-1);
_root.flg_jump = 2;
stop();
Symbol 278 MovieClip Frame 59
nCnt = 0;
_root.playBGMData(-1);
Symbol 278 MovieClip Frame 61
if (nCnt < 30) {
nCnt++;
gotoAndPlay(_currentframe - 1);
} else {
_root.flg_jump = 2;
stop();
}
Symbol 309 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 1;
}
Symbol 310 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 2;
}
Symbol 311 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 3;
}
Symbol 312 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 4;
}
Symbol 313 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 5;
}
Symbol 314 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 6;
}
Symbol 315 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 7;
}
Symbol 316 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 8;
}
Symbol 317 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 9;
}
Symbol 318 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 10;
}
Symbol 319 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 11;
}
Symbol 320 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 12;
}
Symbol 321 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 13;
}
Symbol 322 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 14;
}
Symbol 323 Button
on (release) {
gotoAndPlay(_currentframe + 2);
_root.nChaptorSelect = 15;
}
Symbol 324 MovieClip Frame 1
if (_root.data_sysflg.data.mmflag04) {
gotoAndPlay ("root1");
} else {
gotoAndPlay ("end");
}
Symbol 324 MovieClip Frame 27
gotoAndPlay(_currentframe - 1);
Symbol 324 MovieClip Frame 58
_root.playBGMData(-1);
_root.flg_jump = 2;
stop();
Symbol 324 MovieClip Frame 59
nCnt = 0;
_root.playBGMData(-1);
Symbol 324 MovieClip Frame 61
if (nCnt < 30) {
nCnt++;
gotoAndPlay(_currentframe - 1);
} else {
_root.flg_jump = 2;
stop();
}