Frame 1
function fuCharaSetPosition(strName) {
this[strName]._x = this.nSetX;
this[strName]._y = this.nSetY;
}
function fuCountReset() {
this.nCount = 0;
}
function fuChangeScene(strLabel) {
this.gotoAndStop(strLabel);
this.fuCountReset();
}
function fuChangeCursol(strLabel) {
this.mcCursol._x = _root._xmouse;
this.mcCursol._y = _root._ymouse;
this.mcCursol.gotoAndStop(strLabel);
}
function fuChangeStyle(strLabel) {
this.bStyle = !this.bStyle;
this.fuChangeScene(strLabel);
}
function fuSetAuto(strTarget) {
if (this.bAuto == true) {
this[strTarget].gotoAndStop(2);
} else {
this[strTarget].gotoAndStop(1);
}
}
function fuChangeAuto() {
this.bAuto = !this.bAuto;
}
function fuChackFlag(strFNum, strBNum) {
if (this["bFlag" + strFNum] == false) {
this["bFlag" + strFNum] = true;
this["bu" + strBNum]._visible = true;
}
}
function fuFlagReset() {
this.bFlag07 = false;
this.bFlag08 = false;
this.bFlag09 = false;
this.bFlag10 = false;
this.bFlag11 = false;
}
function fuGetSpeed(nPlus) {
var _local2 = this.nSpeed;
_local2 = _local2 + nPlus;
if (_local2 < 1) {
_local2 = 3;
} else if (_local2 > 3) {
_local2 = 1;
}
return(_local2);
}
function fuChangeSpeed(strTarget, nNum) {
this.nSpeed = nNum;
this[strTarget].gotoAndPlay("laSpeed" + nNum);
this.fuCountReset();
}
function fuSePlay(nNum) {
if (this.bSe == true) {
this.mcSe.soSe.attachSound("se" + nNum);
this.mcSe.soSe.start();
}
}
function fuSeChange() {
this.bSe = !this.bSe;
if (this.bSe == false) {
this.mcSe.soSe.stop();
}
}
function fuLoading() {
_root.onEnterFrame = function () {
var _local4 = _root.getBytesLoaded();
var _local3 = _root.getBytesTotal();
if (_local4 >= _local3) {
_root.strMesse = "END";
this.fuChangeScene("la00");
delete _root.onEnterFrame;
} else {
this.gotoAndStop(1);
_root.strMesse = Math.floor((100 / _local3) * _local4) + "%";
}
};
}
this.strTitle = "\u3046\u305F\u223D\u304B\u305F";
this.strVersion = "Beta 0.90";
this.strDate = "2006/10/28";
this.bStyle = false;
this.bAuto = false;
this.bSe = false;
this.nSpeed = 1;
this.nCount = 0;
this.nSetX = 220;
this.nSetY = 0;
this.bFlag07 = false;
this.bFlag08 = false;
this.bFlag09 = false;
this.bFlag10 = false;
this.bFlag11 = false;
this.strScene = "mcChara00";
this.fuLoading();
Frame 2
this.fuCharaSetPosition("mcChara00");
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la01as");
};
this.bu01.onRelease = function () {
this._parent.fuChangeScene("la01an");
};
this.bu02.onRelease = function () {
this._parent.fuChangeScene("la02an");
};
Frame 3
this.stop();
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la01an");
};
Frame 4
this.strScene = "mcChara01an";
this.fuCharaSetPosition("mcChara01an");
this.fuChangeSpeed("mcChara01an", this.nSpeed);
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la01as");
};
this.bu02.onRelease = function () {
this._parent.fuChangeScene("la02an");
};
Frame 5
this.stop();
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la02an");
};
Frame 6
this.fuCharaSetPosition("mcChara02an");
this.stop();
Frame 7
this.fuCharaSetPosition("mcChara03as");
this.stop();
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la03an");
};
Frame 8
this.fuCharaSetPosition("mcChara03an");
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la03as");
};
this.bu03.onRelease = function () {
this._parent.fuChangeScene("la04an");
};
Frame 9
this.stop();
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la04an");
};
Frame 10
this.fuCharaSetPosition("mcChara04an");
this.stop();
Frame 11
this.stop();
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la05an");
};
Frame 12
this.fuCharaSetPosition("mcChara05");
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la05as");
};
this.bu04.onRelease = function () {
this._parent.fuChangeScene("la05an");
};
Frame 13
this.fuCharaSetPosition("mcChara05an");
this.stop();
Frame 14
this.stop();
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la06an");
};
Frame 15
this.fuCharaSetPosition("mcChara06an");
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu05._visible = true;
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la06as");
};
this.bu05.onRelease = function () {
this._parent.fuChangeScene("la07an");
};
Frame 16
this.stop();
this.bu06._visible = this.bFlag08;
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la07an");
};
this.bu06.onRelease = function () {
this._parent.fuChangeScene("la08as");
};
Frame 17
this.bFlag07 = true;
this.strScene = "mcChara07an";
this.fuCharaSetPosition("mcChara07an");
this.fuChangeSpeed("mcChara07an", this.nSpeed);
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu06._visible = true;
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la07as");
};
this.bu06.onRelease = function () {
this._parent.fuChangeScene("la08an");
};
Frame 18
this.stop();
this.bu07._visible = this.bFlag09;
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la08an");
};
this.bu05.onRelease = function () {
this._parent.fuChangeScene("la07as");
};
this.bu07.onRelease = function () {
this._parent.fuChangeScene("la09as");
};
Frame 19
this.bFlag08 = true;
this.strScene = "mcChara08an";
this.fuCharaSetPosition("mcChara08an");
this.fuChangeSpeed("mcChara08an", this.nSpeed);
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu05._visible = true;
this.bu07._visible = true;
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la08as");
};
this.bu05.onRelease = function () {
this._parent.fuChangeScene("la07an");
};
this.bu07.onRelease = function () {
this._parent.fuChangeScene("la09an");
};
Frame 20
this.stop();
this.bu06._visible = this.bFlag08;
this.bu08._visible = this.bFlag10;
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la09an");
};
this.bu06.onRelease = function () {
this._parent.fuChangeScene("la08as");
};
this.bu08.onRelease = function () {
this._parent.fuChangeScene("la10as");
};
Frame 21
this.bFlag09 = true;
this.strScene = "mcChara09an";
this.fuCharaSetPosition("mcChara09an");
this.fuChangeSpeed("mcChara09an", this.nSpeed);
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu06._visible = true;
this.bu08._visible = true;
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la09as");
};
this.bu06.onRelease = function () {
this._parent.fuChangeScene("la08an");
};
this.bu08.onRelease = function () {
this._parent.fuChangeScene("la10an");
};
Frame 22
this.stop();
this.bu07._visible = this.bFlag09;
this.bu09._visible = this.bFlag11;
this.bu12.onRelease = function () {
this._parent.fuChangeStyle("la10an");
};
this.bu07.onRelease = function () {
this._parent.fuChangeScene("la09as");
};
this.bu09.onRelease = function () {
this._parent.fuChangeScene("la11an");
};
Frame 23
this.bFlag10 = true;
this.strScene = "mcChara10an";
this.fuCharaSetPosition("mcChara10an");
this.fuChangeSpeed("mcChara10an", this.nSpeed);
this.stop();
this.fuSetAuto("mc13");
this.mc13.onRelease = function () {
this._parent.fuChangeAuto();
this._parent.fuSetAuto("mc13");
};
this.bu07._visible = true;
this.bu09._visible = true;
this.bu11.onRelease = function () {
this._parent.fuChangeStyle("la10as");
};
this.bu07.onRelease = function () {
this._parent.fuChangeScene("la09an");
};
this.bu09.onRelease = function () {
this._parent.fuChangeScene("la11an");
};
Frame 24
this.fuCharaSetPosition("mcChara11an");
this.stop();
this.bu10.onRelease = function () {
this._parent.fuFlagReset();
if (this._parent.bStyle == true) {
this._parent.fuChangeScene("la01as");
} else {
this._parent.fuChangeScene("la00");
}
};
Symbol 26 MovieClip Frame 1
this.buNext.onRelease = function () {
var _local2 = this._parent._currentframe;
_local2++;
if (_local2 > this._parent._totalframes) {
_local2 = 1;
}
this._parent.gotoAndStop(_local2);
};
this.stop();
Symbol 28 MovieClip Frame 1
this.soSe = new Sound(this);
this.stop();
Symbol 43 MovieClip Frame 1
this.stop();
Symbol 47 MovieClip Frame 1
this.stop();
Symbol 70 MovieClip Frame 1
this.stop();
Symbol 70 MovieClip Frame 10
nRanX = Math.floor(Math.random() * 5);
if (nRanX == 0) {
this.gotoAndPlay(11);
} else {
this.gotoAndPlay(2);
}
Symbol 70 MovieClip Frame 17
this.gotoAndPlay(2);
Symbol 71 MovieClip Frame 1
function fuChangeScene() {
_root.fuChangeScene("la02as");
}
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackHit() {
if (this.mcHit1.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strHit = "Hit1";
return(true);
}
if (this.mcHit2.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strHit = "Hit2";
return(true);
}
this.strHit = "Not";
return(false);
}
function fuChackHit2() {
if (this.mcHit2.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.fuChangeCursol("Not");
this.fuChangeScene();
}
}
function fuChackAnime() {
var _local4 = this.mcBase._currentframe;
var _local3 = _local4;
var _local5 = _root._ymouse - this.nOldY;
if (_local5 < (-this.nSetY)) {
if (this.arUp1[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arUp2[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local5 > this.nSetY) {
if (this.arDown1[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arDown2[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
if (_local3 <= 0) {
_local3 = this.mcBase._totalframes;
} else if (_local3 > this.mcBase._totalframes) {
_local3 = 1;
}
this.mcHit1.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
}
_root.fuCharaSetPosition(this._name);
this.nSetY = 15;
this.nOldY = 0;
this.bMouse = false;
this.strHit = "Not";
this.arUp1 = new Array(true, true, false, true, true, true);
this.arUp2 = new Array(true, true, false, false, false, true);
this.arDown1 = new Array(true, true, true, true, true, false);
this.arDown2 = new Array(false, false, true, true, true, false);
this.mcHit1._visible = false;
this.mcHit2._visible = false;
this.mcHit1.stop();
this.mcHit2.stop();
this.mcEyes.stop();
this.mcBase.stop();
this.stop();
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
if (fuChackHit() == true) {
fuChangeCursol("Not");
if (strHit == "Hit1") {
bMouse = true;
mcEyes.gotoAndPlay(2);
nOldY = _root._ymouse;
} else {
fuChangeScene();
}
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChackAnime();
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
mcEyes.gotoAndStop(1);
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 75 MovieClip Frame 9
nRanX = Math.floor(Math.random() * 5);
if (nRanX == 0) {
this.gotoAndPlay(11);
} else {
this.gotoAndPlay(1);
}
Symbol 75 MovieClip Frame 16
this.gotoAndPlay(1);
Symbol 80 MovieClip Frame 25
if (_root.bAuto == true) {
if (_root.nCount >= 5) {
_root.fuChangeScene("la02an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed1");
}
} else {
this.gotoAndPlay("laSpeed1");
}
Symbol 80 MovieClip Frame 38
if (_root.bAuto == true) {
if (_root.nCount >= 10) {
_root.fuChangeScene("la02an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed2");
}
} else {
this.gotoAndPlay("laSpeed2");
}
Symbol 80 MovieClip Frame 45
if (_root.bAuto == true) {
if (_root.nCount >= 15) {
_root.fuChangeScene("la02an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed3");
}
} else {
this.gotoAndPlay("laSpeed3");
}
Symbol 84 MovieClip Frame 1
function fuSpButton(nNum) {
_root.fuChangeSpeed(_root.strScene, _root.fuGetSpeed(nNum));
}
this.stop();
this.buPlus.onRelease = function () {
this._parent.fuSpButton(1);
};
this.buMinus.onRelease = function () {
this._parent.fuSpButton(-1);
};
Symbol 116 MovieClip Frame 23
this._parent.fuChangeScene();
Symbol 117 MovieClip Frame 1
function fuChangeScene() {
_root.fuChangeScene("la03as");
}
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackHit() {
if (strScene == "1st") {
if (this.mcHit1.hitTest(_root._xmouse, _root._ymouse, true) == true) {
return(true);
}
} else if (strScene == "2nd") {
if (this.mcHit2.hitTest(_root._xmouse, _root._ymouse, true) == true) {
return(true);
}
}
}
function fuChackAnime() {
var _local3 = this.mcBase._currentframe;
var _local4 = _root._ymouse - this.nOldY;
if (strScene == "1st") {
if (_local4 > this.nSetY) {
this.nOldY = _root._ymouse;
_local3++;
if (_local3 >= 5) {
_local3 = 5;
}
this.mcHit1.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
}
} else if (strScene == "2nd") {
if (_local4 > this.nSetY) {
this.nOldY = _root._ymouse;
_local3++;
if (_local3 < 8) {
this.mcHit2.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
} else {
this.mcBase.gotoAndPlay(_local3);
this.strScene = "Next";
}
}
}
}
function fuChackScene() {
var _local2 = this.mcBase._currentframe;
if (_local2 == 5) {
this.strScene = "2nd";
}
}
_root.fuCharaSetPosition(this._name);
this.bMouse = true;
this.strScene = "1st";
this.nOldY = 0;
this.nSetY = 30;
this.mcHit1._visible = false;
this.mcHit2._visible = false;
this.mcBase.stop();
this.mcHit1.stop();
this.mcHit2.stop();
this.stop();
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
if (fuChackHit() == true) {
bMouse = true;
nOldY = _root._ymouse;
fuChangeCursol("Not");
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChackAnime();
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
fuChackScene();
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 118 MovieClip Frame 40
if (_root.bAuto == true) {
_root.fuChangeScene("la04an");
} else {
_root.fuChangeScene("la03an");
}
Symbol 126 MovieClip Frame 2
_root.fuChangeScene("la04as");
Symbol 133 MovieClip Frame 9
nRanX = Math.floor(Math.random() * 5);
if (nRanX == 0) {
this.gotoAndPlay("laEye2");
} else {
this.gotoAndPlay("laEye1");
}
Symbol 133 MovieClip Frame 16
this.gotoAndPlay("laEye1");
Symbol 134 MovieClip Frame 12
if (_root.bAuto == true) {
_root.fuChangeScene("la04an");
} else {
this.stop();
}
Symbol 165 MovieClip Frame 19
this._parent.fuChangeScene();
Symbol 166 MovieClip Frame 1
function fuChangeScene() {
_root.fuChangeScene("la05as");
}
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackHit() {
if (strScene == "1st") {
if (this.mcHit.hitTest(_root._xmouse, _root._ymouse, true) == true) {
return(true);
}
}
}
function fuChackAnime() {
var _local3 = this.mcBase._currentframe;
var _local4 = _root._ymouse - this.nOldY;
if (strScene == "1st") {
if (_local4 > this.nSetY) {
this.nOldY = _root._ymouse;
_local3++;
if (_local3 < 7) {
this.mcHit.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
} else {
this.mcHit.gotoAndStop(_local3);
this.mcBase.gotoAndPlay(_local3);
this.strScene = "Next";
}
}
}
}
_root.fuCharaSetPosition(this._name);
this.bMouse = false;
this.strScene = "1st";
this.nOldY = 0;
this.nSetY = 40;
this.mcHit._visible = false;
this.mcBase.stop();
this.mcHit.stop();
this.stop();
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
if (fuChackHit() == true) {
bMouse = true;
nOldY = _root._ymouse;
fuChangeCursol("Not");
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChackAnime();
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 167 MovieClip Frame 40
if (_root.bAuto == true) {
_root.fuChangeScene("la05an");
} else {
_root.fuChangeScene("la05");
}
Symbol 193 MovieClip Frame 1
function fuChangeScene() {
_root.fuChangeScene("la06as");
}
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackHit() {
if (this.mcHit1.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "L";
return(true);
}
if (this.mcHit2.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "R";
return(true);
}
this.strPoint = "N";
return(false);
}
function fuChackAnime() {
var _local3 = this.mcBase._currentframe;
var _local4 = _root._xmouse - this.nOldX;
if (strPoint == "L") {
if (_local4 < (-this.nSetX)) {
this.nOldX = _root._xmouse;
_local3++;
if (_local3 >= 7) {
this.fuChangeScene();
}
this.mcHit1.gotoAndStop(_local3);
this.mcHit2.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
}
} else if (strPoint == "R") {
if (_local4 > this.nSetX) {
this.nOldX = _root._xmouse;
_local3++;
if (_local3 >= 6) {
this.fuChangeScene();
}
this.mcHit1.gotoAndStop(_local3);
this.mcHit2.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
}
}
}
_root.fuCharaSetPosition(this._name);
bMouse = false;
this.strPoint = "N";
this.nOldX = 0;
this.nSetX = 40;
this.mcHit1._visible = false;
this.mcHit2._visible = false;
this.mcBase.stop();
this.mcHit1.stop();
this.mcHit2.stop();
this.stop();
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
if (fuChackHit() == true) {
bMouse = true;
nOldX = _root._xmouse;
fuChangeCursol("Not");
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChackAnime();
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 194 MovieClip Frame 2
if (_root.bAuto == true) {
_root.fuChangeScene("la05an");
} else {
this.stop();
}
Symbol 200 MovieClip Frame 24
if (_root.bAuto == false) {
_root.fuChangeScene("la06an");
}
Symbol 200 MovieClip Frame 37
_root.fuChangeScene("la07an");
Symbol 203 MovieClip Frame 1
function fuChangeScene() {
_root.fuChangeScene("la07as");
}
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackHit() {
return(this.mcHit.hitTest(_root._xmouse, _root._ymouse, true));
}
_root.fuCharaSetPosition(this._name);
this.nSetY = 15;
this.nOldY = 0;
this.bMouse = false;
this.mcHit._visible = false;
this.mcHit.stop();
this.mcBase.stop();
this.stop();
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
bMouse = true;
fuChangeCursol("Not");
if (fuChackHit() == true) {
fuChangeScene();
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 204 MovieClip Frame 11
if (_root.bAuto == true) {
_root.fuChangeScene("la07an");
} else {
this.stop();
}
Symbol 217 MovieClip Frame 1
function fuChangeScene() {
_root.fuChangeScene("laChara08as");
}
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackFlag() {
if (_root.bFlag08 == false) {
this.nEro++;
if (this.nEro >= this.nEroMax) {
_root.fuChackFlag("08", "06");
}
}
}
function fuChackHit() {
return(this.mcHit.hitTest(_root._xmouse, _root._ymouse, true));
}
function fuChackAnime() {
var _local9 = new Array(true, true, false, true, true, true);
var _local7 = new Array(true, true, false, false, false, true);
var _local8 = new Array(true, true, true, true, true, false);
var _local6 = new Array(false, false, true, true, true, false);
var _local4 = this.mcBase._currentframe;
var _local3 = _local4;
var _local5 = _root._ymouse - this.nOldY;
if (_local5 < (-this.nSetY)) {
if (_local9[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (_local7[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local5 > this.nSetY) {
if (_local8[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (_local6[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
if (_local3 <= 0) {
_local3 = this.mcBase._totalframes;
this.fuChackFlag();
} else if (_local3 > this.mcBase._totalframes) {
_local3 = 1;
this.fuChackFlag();
}
this.mcHit.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
}
_root.fuCharaSetPosition(this._name);
this.nSetY = 15;
this.nOldY = 0;
this.nEro = 0;
this.nEroMax = 20;
this.bMouse = false;
this.mcHit._visible = false;
this.mcHit.stop();
this.mcBase.stop();
this.stop();
if (_root.bFlag07 == false) {
this.bMouse = true;
_root.bFlag07 = true;
}
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
if (fuChackHit() == true) {
bMouse = true;
nOldY = _root._ymouse;
fuChangeCursol("Not");
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChackAnime();
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 225 MovieClip Frame 25
if (_root.bAuto == true) {
if (_root.nCount >= 5) {
_root.fuChangeScene("la08an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed1");
}
} else {
this.gotoAndPlay("laSpeed1");
}
Symbol 225 MovieClip Frame 38
if (_root.bAuto == true) {
if (_root.nCount >= 10) {
_root.fuChangeScene("la08an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed2");
}
} else {
this.gotoAndPlay("laSpeed2");
}
Symbol 225 MovieClip Frame 45
if (_root.bAuto == true) {
if (_root.nCount >= 15) {
_root.fuChangeScene("la08an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed3");
}
} else {
this.gotoAndPlay("laSpeed3");
}
Symbol 253 MovieClip Frame 1
this.stop();
Symbol 253 MovieClip Frame 10
nRanX = Math.floor(Math.random() * 5);
if (nRanX == 1) {
this.gotoAndPlay("laEye3");
} else {
this.gotoAndPlay("laEye2");
}
Symbol 253 MovieClip Frame 17
this.gotoAndPlay("laEye2");
Symbol 254 MovieClip Frame 1
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackFlag() {
if (_root.bFlag09 == false) {
this.nEro++;
if (this.nEro >= this.nEroMax) {
_root.fuChackFlag("09", "07");
}
}
}
function fuChackHit() {
if (this.mcHit1.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "L";
return(true);
}
if (this.mcHit2.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "R";
return(true);
}
this.strPoint = "N";
return(false);
}
function fuChackAnime() {
var _local4 = this.mcBase._currentframe;
var _local3 = _local4;
var _local5 = _root._ymouse - this.nOldY;
if (this.strPoint == "L") {
if (_local5 < (-this.nSetY)) {
if (this.arUp11[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arUp12[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local5 > this.nSetY) {
if (this.arDown11[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arDown12[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
} else if (this.strPoint == "R") {
if (_local5 < (-this.nSetY)) {
if (this.arUp21[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arUp22[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local5 > this.nSetY) {
if (this.arDown21[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arDown22[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
}
if (_local3 <= 0) {
_local3 = this.mcBase._totalframes;
this.fuChackFlag();
} else if (_local3 > this.mcBase._totalframes) {
_local3 = 1;
this.fuChackFlag();
}
this.mcHit1.gotoAndStop(_local3);
this.mcHit2.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
}
_root.fuCharaSetPosition(this._name);
this.nSetY = 15;
this.nOldY = 0;
this.nEro = 0;
this.nEroMax = 20;
this.bMouse = false;
this.strPoint = "N";
this.arUp11 = new Array(true, true, false, true, true, true);
this.arUp12 = new Array(true, true, false, false, false, true);
this.arDown11 = new Array(true, true, true, true, true, false);
this.arDown12 = new Array(false, false, true, true, true, false);
this.arUp21 = new Array(true, true, true, true, true, false);
this.arUp22 = new Array(false, false, true, true, true, false);
this.arDown21 = new Array(true, true, false, true, true, true);
this.arDown22 = new Array(true, true, false, false, false, true);
this.mcHit1._visible = false;
this.mcHit2._visible = false;
this.mcHit1.stop();
this.mcHit2.stop();
this.mcEyes.stop();
this.mcBase.stop();
this.stop();
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
if (fuChackHit() == true) {
bMouse = true;
mcEyes.gotoAndPlay(2);
nOldY = _root._ymouse;
fuChangeCursol("Not");
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChackAnime();
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
mcEyes.gotoAndStop(1);
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 258 MovieClip Frame 9
nRanX = Math.floor(Math.random() * 5);
if (nRanX == 1) {
this.gotoAndPlay("laEye3");
} else {
this.gotoAndPlay("laEye2");
}
Symbol 258 MovieClip Frame 16
this.gotoAndPlay("laEye2");
Symbol 265 MovieClip Frame 25
if (_root.bAuto == true) {
if (_root.nCount >= 5) {
_root.fuChangeScene("la09an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed1");
}
} else {
this.gotoAndPlay("laSpeed1");
}
Symbol 265 MovieClip Frame 37
if (_root.bAuto == true) {
if (_root.nCount >= 10) {
_root.fuChangeScene("la09an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed2");
}
} else {
this.gotoAndPlay("laSpeed2");
}
Symbol 265 MovieClip Frame 44
if (_root.bAuto == true) {
if (_root.nCount >= 15) {
_root.fuChangeScene("la09an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed3");
}
} else {
this.gotoAndPlay("laSpeed3");
}
Symbol 293 MovieClip Frame 1
function fuChangeScene() {
_root.fuChangeScene("laChara10as");
}
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackFlag() {
if (_root.bFlag10 == false) {
this.nEro++;
if (this.nEro >= this.nEroMax) {
_root.fuChackFlag("10", "08");
}
}
}
function fuChackHit() {
if (this.mcHit1.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "L";
return(true);
}
if (this.mcHit2.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "R";
return(true);
}
if (this.mcHit3.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "D";
return(true);
}
this.strPoint = "N";
return(false);
}
function fuChackAnime() {
var _local4 = this.mcBase._currentframe;
var _local3 = _local4;
var _local6 = _root._xmouse - this.nOldX;
var _local5 = _root._ymouse - this.nOldY;
_local6 = (_local6 + _local5) / 2;
if (this.strPoint == "L") {
if (_local5 < (-this.nSetY)) {
if (this.arUp11[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arUp12[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local5 > this.nSetY) {
if (this.arDown11[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arDown12[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
} else if (this.strPoint == "R") {
if (_local5 < (-this.nSetY)) {
if (this.arUp21[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arUp22[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local5 > this.nSetY) {
if (this.arDown21[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arDown22[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
} else if (this.strPoint == "D") {
if (_local6 < (-this.nSetX)) {
if (this.arUp31[_local4 - 1] == true) {
this.nOldX = _root._xmouse;
this.nOldY = _root._ymouse;
if (this.arUp32[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local6 > this.nSetX) {
if (this.arDown31[_local4 - 1] == true) {
this.nOldX = _root._xmouse;
this.nOldY = _root._ymouse;
if (this.arDown32[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
}
if (_local3 <= 0) {
_local3 = this.mcBase._totalframes;
this.fuChackFlag();
} else if (_local3 > this.mcBase._totalframes) {
_local3 = 1;
this.fuChackFlag();
}
this.mcHit1.gotoAndStop(_local3);
this.mcHit2.gotoAndStop(_local3);
this.mcHit3.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
}
_root.fuCharaSetPosition(this._name);
this.nSetX = 20;
this.nSetY = 15;
this.nOldX = 0;
this.nOldY = 0;
this.nEro = 0;
this.nEroMax = 20;
this.bMouse = false;
this.strPoint = "N";
this.arUp11 = new Array(true, true, false, true, true, true);
this.arUp12 = new Array(true, true, false, false, false, true);
this.arDown11 = new Array(true, true, true, true, true, false);
this.arDown12 = new Array(false, false, true, true, true, false);
this.arUp21 = new Array(true, true, true, true, true, false);
this.arUp22 = new Array(false, false, true, true, true, false);
this.arDown21 = new Array(true, true, false, true, true, true);
this.arDown22 = new Array(true, true, false, false, false, true);
this.arUp31 = new Array(true, true, true, false, true, true);
this.arUp32 = new Array(true, true, true, false, false, false);
this.arDown31 = new Array(false, true, true, true, true, true);
this.arDown32 = new Array(false, false, false, true, true, true);
this.mcHit1._visible = false;
this.mcHit2._visible = false;
this.mcHit3._visible = false;
this.mcHit1.stop();
this.mcHit2.stop();
this.mcHit3.stop();
this.mcBase.stop();
this.stop();
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
if (fuChackHit() == true) {
bMouse = true;
nOldX = _root._xmouse;
nOldY = _root._ymouse;
fuChangeCursol("Not");
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChackAnime();
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 297 MovieClip Frame 25
if (_root.bAuto == true) {
if (_root.nCount >= 5) {
_root.fuChangeScene("la10an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed1");
}
} else {
this.gotoAndPlay("laSpeed1");
}
Symbol 297 MovieClip Frame 38
if (_root.bAuto == true) {
if (_root.nCount >= 10) {
_root.fuChangeScene("la10an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed2");
}
} else {
this.gotoAndPlay("laSpeed2");
}
Symbol 297 MovieClip Frame 45
if (_root.bAuto == true) {
if (_root.nCount >= 15) {
_root.fuChangeScene("la10an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed3");
}
} else {
this.gotoAndPlay("laSpeed3");
}
Symbol 316 MovieClip Frame 1
function fuChangeScene() {
_root.fuChangeScene("la11an");
}
function fuChangeCursol(strLabel) {
_root.fuChangeCursol("la" + strLabel);
}
function fuChackCursol() {
if (this.fuChackHit() == true) {
this.fuChangeCursol("Hit");
} else {
this.fuChangeCursol("Not");
}
}
function fuChackFlag() {
if (_root.bFlag11 == false) {
this.nEro++;
if (this.nEro >= this.nEroMax) {
_root.fuChackFlag("11", "09");
}
} else {
this.nEro++;
if (this.nEro >= this.nEroFin) {
this.fuChangeScene();
}
}
}
function fuChackHit() {
if (this.mcHit1.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "L";
return(true);
}
if (this.mcHit2.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "R";
return(true);
}
if (this.mcHit3.hitTest(_root._xmouse, _root._ymouse, true) == true) {
this.strPoint = "D";
return(true);
}
this.strPoint = "N";
return(false);
}
function fuChackAnime() {
var _local4 = this.mcBase._currentframe;
var _local3 = _local4;
var _local6 = _root._xmouse - this.nOldX;
var _local5 = _root._ymouse - this.nOldY;
_local6 = (_local6 + _local5) / 2;
if (this.strPoint == "L") {
if (_local5 < (-this.nSetY)) {
if (this.arUp11[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arUp12[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local5 > this.nSetY) {
if (this.arDown11[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arDown12[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
} else if (this.strPoint == "R") {
if (_local5 < (-this.nSetY)) {
if (this.arUp21[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arUp22[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local5 > this.nSetY) {
if (this.arDown21[_local4 - 1] == true) {
this.nOldY = _root._ymouse;
if (this.arDown22[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
} else if (this.strPoint == "D") {
if (_local6 < (-this.nSetX)) {
if (this.arUp31[_local4 - 1] == true) {
this.nOldX = _root._xmouse;
this.nOldY = _root._ymouse;
if (this.arUp32[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
} else if (_local6 > this.nSetX) {
if (this.arDown31[_local4 - 1] == true) {
this.nOldX = _root._xmouse;
this.nOldY = _root._ymouse;
if (this.arDown32[_local4 - 1] == true) {
_local3++;
} else {
_local3--;
}
}
}
}
if (_local3 <= 0) {
_local3 = this.mcBase._totalframes;
this.fuChackFlag();
} else if (_local3 > this.mcBase._totalframes) {
_local3 = 1;
this.fuChackFlag();
}
this.mcHit1.gotoAndStop(_local3);
this.mcHit2.gotoAndStop(_local3);
this.mcHit3.gotoAndStop(_local3);
this.mcBase.gotoAndStop(_local3);
}
_root.fuCharaSetPosition(this._name);
this.nSetX = 20;
this.nSetY = 15;
this.nOldX = 0;
this.nOldY = 0;
this.nEro = 0;
this.nEroMax = 20;
this.nEroFin = 50;
this.bMouse = false;
this.strPoint = "N";
this.arUp11 = new Array(true, true, false, true, true, true);
this.arUp12 = new Array(true, true, false, false, false, true);
this.arDown11 = new Array(true, true, true, true, true, false);
this.arDown12 = new Array(false, false, true, true, true, false);
this.arUp21 = new Array(true, true, true, true, true, false);
this.arUp22 = new Array(false, false, true, true, true, false);
this.arDown21 = new Array(true, true, false, true, true, true);
this.arDown22 = new Array(true, true, false, false, false, true);
this.arUp31 = new Array(true, true, true, false, true, true);
this.arUp32 = new Array(true, true, true, false, false, false);
this.arDown31 = new Array(false, true, true, true, true, true);
this.arDown32 = new Array(false, false, false, true, true, true);
this.mcHit1._visible = false;
this.mcHit2._visible = false;
this.mcHit3._visible = false;
this.mcHit1.stop();
this.mcHit2.stop();
this.mcHit3.stop();
this.mcBase.stop();
this.stop();
this.obMouse = new Object();
this.obMouse.onMouseDown = function () {
if (fuChackHit() == true) {
bMouse = true;
nOldX = _root._xmouse;
nOldY = _root._ymouse;
fuChangeCursol("Not");
}
};
this.obMouse.onMouseMove = function () {
if (bMouse == true) {
fuChackAnime();
fuChangeCursol("Not");
} else {
fuChackCursol();
}
};
this.obMouse.onMouseUp = function () {
bMouse = false;
fuChangeCursol("Not");
};
Mouse.addListener(this.obMouse);
Symbol 320 MovieClip Frame 25
if (_root.bAuto == true) {
if (_root.nCount >= 5) {
_root.fuChangeScene("la11an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed1");
}
} else {
this.gotoAndPlay("laSpeed1");
}
Symbol 320 MovieClip Frame 38
if (_root.bAuto == true) {
if (_root.nCount >= 10) {
_root.fuChangeScene("la11an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed2");
}
} else {
this.gotoAndPlay("laSpeed2");
}
Symbol 320 MovieClip Frame 45
if (_root.bAuto == true) {
if (_root.nCount >= 15) {
_root.fuChangeScene("la11an");
} else {
_root.nCount++;
this.gotoAndPlay("laSpeed3");
}
} else {
this.gotoAndPlay("laSpeed3");
}
Symbol 351 MovieClip Frame 10
_root.fuSePlay(1);
Symbol 351 MovieClip Frame 16
_root.fuSePlay(1);
Symbol 351 MovieClip Frame 22
_root.fuSePlay(1);
Symbol 351 MovieClip Frame 28
_root.fuSePlay(1);
Symbol 351 MovieClip Frame 67
if (_root.bAuto == true) {
_root.fuFlagReset();
_root.fuChangeScene("la01an");
} else {
this.stop();
}