Combined Code
movieClip 6 {
}
movieClip 9 {
}
movieClip 10 {
frame 1 {
this.stop();
}
}
movieClip 12 {
}
movieClip 13 {
frame 1 {
this.stop();
}
}
movieClip 14 {
frame 1 {
this.hitArea = area_mc;
area_mc._visible = false;
this.onRollOver = function () {
this.btn_mc.gotoAndStop(2);
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
this.onReleaseOutside = function () {
this.btn_mc.gotoAndStop(1);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
this.onRollOut = this.onReleaseOutside;
this.onRelease = function () {
_root.clearSI('All');
_root.mouseAll_mc.target_mc.gotoAndStop(1);
_root.gotoAndStop(_root.titleFrame);
};
}
frame 7 {
this.stop();
}
}
movieClip 19 {
}
movieClip 20 {
}
movieClip 21 {
frame 7 {
this.stop();
}
}
movieClip 22 gameOver_mc {
frame 5 {
this.stop();
this.objectPath.swapDepths(256);
this.objectPath.removeMovieClip();
}
}
movieClip 25 {
}
movieClip 29 {
}
movieClip 30 {
}
movieClip 33 {
}
movieClip 34 {
}
movieClip 37 {
}
movieClip 38 {
}
movieClip 39 {
frame 55 {
this.stop();
}
}
movieClip 40 timeOut_mc {
frame 10 {
this.stop();
this.objectPath.swapDepths(256);
this.objectPath.removeMovieClip();
}
}
frame 1 {
function timeOver(obj) {
_root.over_mc.attachMovie('timeOut_mc', 'timeOut_mc', 90, {'_x': 0, '_y': 0});
_root.timeOut_mc.objectPath = obj;
for (var v3 in obj.btnAll_mc) {
obj.btnAll_mc[v3].enabled = false;
}
for (v3 in obj.itemAll_mc) {
obj.itemAll_mc[v3].enabled = false;
}
obj.btnarea1_mc.btn_mc.enabled = false;
obj.btnarea2_mc.btn_mc.enabled = false;
obj.goodbye1_mc.enabled = false;
obj.goodbye2_mc.enabled = false;
_root.clearSI('All');
_root.mouseAll_mc.gotoAndStop(1);
_root.mouseAll_mc.mouse_mc.gotoAndStop(1);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
}
function pointOut(obj) {
_root.over_mc.attachMovie('gameOver_mc', 'gameOver_mc', 100, {'_x': 0, '_y': 0});
_root.gameOber_mc.objectPath = obj;
for (var v3 in obj.btnAll_mc) {
obj.btnAll_mc[v3].enabled = false;
}
for (v3 in obj.itemAll_mc) {
obj.itemAll_mc[v3].enabled = false;
}
obj.btnarea1_mc.btn_mc.enabled = false;
obj.btnarea2_mc.btn_mc.enabled = false;
obj.goodbye1_mc.enabled = false;
obj.goodbye2_mc.enabled = false;
_root.clearSI('All');
_root.mouseAll_mc.gotoAndStop(1);
_root.mouseAll_mc.mouse_mc.gotoAndStop(1);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
}
function clearSI(type) {
if (type == 'All') {
for (ite in _root.si_obj) {
clearInterval(_root.si_obj[ite]);
delete _root.si_obj[ite];
}
} else {
clearInterval(_root.si_obj[type]);
delete _root.si_obj[type];
}
}
function waitPlay(obj, si_str) {
obj.play();
clearInterval(_root.si_obj[si_str]);
delete _root.si_obj[si_str];
}
function waitGoStop(obj, num, si_str) {
obj.gotoAndStop(num);
obj.msg_mc.talk_txt.text = '';
clearInterval(_root.si_obj[si_str]);
delete _root.si_obj[si_str];
}
delete mouseAll_mc.onMouseMove;
delete mouseAll_mc.onMouseDown;
delete mouseAll_mc.onMouseUp;
this.mouseAll_mc.onMouseMove = function () {
this.target_mc._x = this._xmouse;
this.mouse_mc._x = this.target_mc._x;
this.target_mc._y = this._ymouse;
this.mouse_mc._y = this.target_mc._y;
updateAfterEvent();
};
this.mouseAll_mc.onMouseDown = function () {
this.mouse_mc.gotoAndStop(2);
this.target_mc._visible = false;
};
this.mouseAll_mc.onMouseUp = function () {
this.target_mc._visible = true;
this.mouse_mc.gotoAndStop(1);
};
Mouse.hide();
TimeRimit = 540000;
charaName = 'タク';
si_obj = new Object();
}
movieClip 41 {
frame 1 {
area_mc._visible = false;
}
}
movieClip 46 {
frame 1 {
this.stop();
}
}
movieClip 48 {
}
movieClip 49 {
}
movieClip 51 {
}
movieClip 52 {
}
movieClip 53 {
frame 1 {
this.stop();
}
}
movieClip 56 {
frame 1 {
this.stop();
}
}
movieClip 60 {
frame 1 {
this.stop();
}
}
movieClip 69 {
}
movieClip 72 {
}
movieClip 73 {
frame 1 {
this.stop();
}
}
movieClip 86 {
}
movieClip 87 {
frame 1 {
this.stop();
}
}
movieClip 91 {
frame 1 {
this.stop();
}
}
movieClip 96 {
frame 1 {
this.stop();
}
}
movieClip 97 {
frame 1 {
this.stop();
}
}
movieClip 1964 __Packages.datui2 {
#initclip
if (!_global.datui2) {
var v1 = function (move_obj, area_obj, btn_obj, pxel_obj) {
this.move_mc = move_obj;
this.area_mc = area_obj;
this.btn_mc = btn_obj;
if (pxel_obj != undefined) {
this.pxel_array = pxel_obj;
}
this.areaXYglobal._xpoint = this.area_mc._x;
this.areaXYglobal._ypoint = this.area_mc._y;
var path_str = '._parent';
while (eval(this.area_mc + path_str) != undefined) {
this.areaXYglobal._xpoint += (eval(this.area_mc + path_str))._x;
this.areaXYglobal._ypoint += (eval(this.area_mc + path_str))._y;
path_str += '._parent';
}
this.mcPath.move_mc = this.move_mc;
this.mcPath.area_mc = this.area_mc;
this.mcPath.btn_mc = this.btn_mc;
this.area_mc.mcPath = this.mcPath;
this.btn_mc.mcPath = this.mcPath;
this.btn_mc._alpha = 0;
this.area_mc._visible = false;
};
_global.datui2 = v1;
var v2 = v1.prototype;
v2.endFunction = function () {};
v2.allClear = function () {
delete this.btn_mc.onPress;
delete this.btn_mc.onRelease;
delete this.btn_mc.onRollOver;
delete this.btn_mc.onRollOut;
delete this.btn_mc.onReleaseOutside;
delete this.area_mc.autoBack;
delete this.btn_mc.autoBack;
delete this.move_mc.autoBackFrame;
delete this.move_mc.autoBackNumber;
delete this.btn_mc.btnRelease;
delete this.btn_mc.btnPress;
delete this.btn_mc.btnRollOver;
delete this.btn_mc.btnRollOut;
delete this.area_mc.pxel_array;
delete this.area_mc.endFunction;
delete this.area_mc.mcPath;
delete this.btn_mc.mcPath;
delete this.area_mc.areaXYglobal;
};
v2.upStart = function () {
if (this.pxel_array.length == 0) {
var v4 = Math.floor((this.area_mc._height / (this.move_mc._totalframes - 1)) * 10) / 10;
var v3 = 1;
while (v3 <= this.move_mc._totalframes - 1) {
this.pxel_array[v3 - 1] = (this.move_mc._totalframes - 1 - v3) * v4;
++v3;
}
}
this.area_mc.areaXYglobal = this.areaXYglobal;
this.area_mc.pxel_array = this.pxel_array;
this.area_mc.endFunction = this.endFunction;
this.area_mc.autoBack = this.autoBack;
this.btn_mc.autoBack = this.autoBack;
this.move_mc.autoBackFrame = this.autoBackFrame;
this.move_mc.autoBackNumber = 1;
this.btn_mc.btnPress = this.btnPress;
this.btn_mc.btnRelease = this.btnRelease;
this.btn_mc.btnRollOver = this.btnRollOver;
this.btn_mc.btnRollOut = this.btnRollOut;
this.btn_mc.onPress = function () {
this.gotoAndStop(this.btnPress);
if (this.autoBack) {
delete this.mcPath.move_mc.onEnterFrame;
this.mcPath.move_mc.BackNumber = 1;
}
this.mcPath.area_mc.onMouseMove = function () {
var v3 = this.pxel_array.length - 1;
while (v3 >= 0) {
if (_root._ymouse <= this.pxel_array[v3] + this.areaXYglobal._ypoint) {
this.mcPath.move_mc.gotoAndStop(v3 + 2);
break;
} else {
this.mcPath.move_mc.gotoAndStop(1);
}
--v3;
}
updateAfterEvent();
if (this.mcPath.move_mc._currentframe == this.mcPath.move_mc._totalframes) {
delete this.onMouseMove;
this.endFunction();
}
};
};
this.btn_mc.onReleaseOutside = function () {
this.gotoAndStop(this.btnRelease);
delete this.mcPath.area_mc.onMouseMove;
if (this.autoBack && this.mcPath.move_mc._currentframe != this.mcPath.move_mc._totalframes) {
this.mcPath.move_mc.onEnterFrame = function () {
if (this.autoBackNumber >= this.autoBackFrame) {
this.autoBackNumber = 1;
if (this._currentframe > 1) {
this.gotoAndStop(this._currentframe - 1);
} else {
delete this.onEnterFrame;
}
} else {
++this.autoBackNumber;
}
};
}
};
this.btn_mc.onRelease = this.btn_mc.onReleaseOutside;
this.btn_mc.onRollOver = function () {
this.gotoAndStop(this.btnRollOver);
};
this.btn_mc.onRollOut = function () {
this.gotoAndStop(this.btnRollOut);
};
};
v2.downStart = function () {
if (this.pxel_array.length == 0) {
var v4 = Math.floor((this.area_mc._height / (this.move_mc._totalframes - 1)) * 10) / 10;
var v3 = 1;
while (v3 <= this.move_mc._totalframes - 1) {
this.pxel_array[v3 - 1] = v3 * v4;
++v3;
}
}
this.area_mc.areaXYglobal = this.areaXYglobal;
this.area_mc.pxel_array = this.pxel_array;
this.area_mc.endFunction = this.endFunction;
this.area_mc.autoBack = this.autoBack;
this.btn_mc.autoBack = this.autoBack;
this.move_mc.autoBackFrame = this.autoBackFrame;
this.move_mc.autoBackNumber = 1;
this.btn_mc.btnPress = this.btnPress;
this.btn_mc.btnRelease = this.btnRelease;
this.btn_mc.btnRollOver = this.btnRollOver;
this.btn_mc.btnRollOut = this.btnRollOut;
this.btn_mc.onPress = function () {
this.gotoAndStop(this.btnPress);
if (this.autoBack) {
delete this.mcPath.move_mc.onEnterFrame;
this.mcPath.move_mc.BackNumber = 1;
}
this.mcPath.area_mc.onMouseMove = function () {
var v3 = this.pxel_array.length - 1;
while (v3 >= 0) {
if (_root._ymouse >= this.pxel_array[v3] + this.areaXYglobal._ypoint) {
this.mcPath.move_mc.gotoAndStop(v3 + 2);
break;
} else {
this.mcPath.move_mc.gotoAndStop(1);
}
--v3;
}
updateAfterEvent();
if (this.mcPath.move_mc._currentframe == this.mcPath.move_mc._totalframes) {
delete this.onMouseMove;
this.endFunction();
}
};
};
this.btn_mc.onReleaseOutside = function () {
this.gotoAndStop(this.btnRelease);
delete this.mcPath.area_mc.onMouseMove;
if (this.autoBack && this.mcPath.move_mc._currentframe != this.mcPath.move_mc._totalframes) {
this.mcPath.move_mc.onEnterFrame = function () {
if (this.autoBackNumber >= this.autoBackFrame) {
this.autoBackNumber = 1;
if (this._currentframe > 1) {
this.gotoAndStop(this._currentframe - 1);
} else {
delete this.onEnterFrame;
}
} else {
++this.autoBackNumber;
}
};
}
};
this.btn_mc.onRelease = this.btn_mc.onReleaseOutside;
this.btn_mc.onRollOver = function () {
this.gotoAndStop(this.btnRollOver);
};
this.btn_mc.onRollOut = function () {
this.gotoAndStop(this.btnRollOut);
};
};
v2.leftStart = function () {
if (this.pxel_array.length == 0) {
var v4 = Math.floor((this.area_mc._width / (this.move_mc._totalframes - 1)) * 10) / 10;
var v3 = 1;
while (v3 <= this.move_mc._totalframes - 1) {
this.pxel_array[v3 - 1] = (this.move_mc._totalframes - 1 - v3) * v4;
++v3;
}
}
this.area_mc.areaXYglobal = this.areaXYglobal;
this.area_mc.pxel_array = this.pxel_array;
this.area_mc.endFunction = this.endFunction;
this.area_mc.autoBack = this.autoBack;
this.btn_mc.autoBack = this.autoBack;
this.move_mc.autoBackFrame = this.autoBackFrame;
this.move_mc.autoBackNumber = 1;
this.btn_mc.btnPress = this.btnPress;
this.btn_mc.btnRelease = this.btnRelease;
this.btn_mc.btnRollOver = this.btnRollOver;
this.btn_mc.btnRollOut = this.btnRollOut;
this.btn_mc.onPress = function () {
this.gotoAndStop(this.btnPress);
if (this.autoBack) {
delete this.mcPath.move_mc.onEnterFrame;
this.mcPath.move_mc.BackNumber = 1;
}
this.mcPath.area_mc.onMouseMove = function () {
var v3 = this.pxel_array.length - 1;
while (v3 >= 0) {
if (_root._xmouse <= this.pxel_array[v3] + this.areaXYglobal._xpoint) {
this.mcPath.move_mc.gotoAndStop(v3 + 2);
break;
} else {
this.mcPath.move_mc.gotoAndStop(1);
}
--v3;
}
updateAfterEvent();
if (this.mcPath.move_mc._currentframe == this.mcPath.move_mc._totalframes) {
delete this.onMouseMove;
this.endFunction();
}
};
};
this.btn_mc.onReleaseOutside = function () {
this.gotoAndStop(this.btnRelease);
delete this.mcPath.area_mc.onMouseMove;
if (this.autoBack && this.mcPath.move_mc._currentframe != this.mcPath.move_mc._totalframes) {
this.mcPath.move_mc.onEnterFrame = function () {
if (this.autoBackNumber >= this.autoBackFrame) {
this.autoBackNumber = 1;
if (this._currentframe > 1) {
this.gotoAndStop(this._currentframe - 1);
} else {
delete this.onEnterFrame;
}
} else {
++this.autoBackNumber;
}
};
}
};
this.btn_mc.onRelease = this.btn_mc.onReleaseOutside;
this.btn_mc.onRollOver = function () {
this.gotoAndStop(this.btnRollOver);
};
this.btn_mc.onRollOut = function () {
this.gotoAndStop(this.btnRollOut);
};
};
v2.rightStart = function () {
if (this.pxel_array.length == 0) {
var v4 = Math.floor((this.area_mc._width / (this.move_mc._totalframes - 1)) * 10) / 10;
var v3 = 1;
while (v3 <= this.move_mc._totalframes - 1) {
this.pxel_array[v3 - 1] = v3 * v4;
++v3;
}
}
this.area_mc.areaXYglobal = this.areaXYglobal;
this.area_mc.pxel_array = this.pxel_array;
this.area_mc.endFunction = this.endFunction;
this.area_mc.autoBack = this.autoBack;
this.btn_mc.autoBack = this.autoBack;
this.move_mc.autoBackFrame = this.autoBackFrame;
this.move_mc.autoBackNumber = 1;
this.btn_mc.btnPress = this.btnPress;
this.btn_mc.btnRelease = this.btnRelease;
this.btn_mc.btnRollOver = this.btnRollOver;
this.btn_mc.btnRollOut = this.btnRollOut;
this.btn_mc.onPress = function () {
this.gotoAndStop(this.btnPress);
if (this.autoBack) {
delete this.mcPath.move_mc.onEnterFrame;
this.mcPath.move_mc.BackNumber = 1;
}
this.mcPath.area_mc.onMouseMove = function () {
var v3 = this.pxel_array.length - 1;
while (v3 >= 0) {
if (_root._xmouse >= this.pxel_array[v3] + this.areaXYglobal._xpoint) {
this.mcPath.move_mc.gotoAndStop(v3 + 2);
break;
} else {
this.mcPath.move_mc.gotoAndStop(1);
}
--v3;
}
updateAfterEvent();
if (this.mcPath.move_mc._currentframe == this.mcPath.move_mc._totalframes) {
delete this.onMouseMove;
this.endFunction();
}
};
};
this.btn_mc.onReleaseOutside = function () {
this.gotoAndStop(this.btnRelease);
delete this.mcPath.area_mc.onMouseMove;
if (this.autoBack && this.mcPath.move_mc._currentframe != this.mcPath.move_mc._totalframes) {
this.mcPath.move_mc.onEnterFrame = function () {
if (this.autoBackNumber >= this.autoBackFrame) {
this.autoBackNumber = 1;
if (this._currentframe > 1) {
this.gotoAndStop(this._currentframe - 1);
} else {
delete this.onEnterFrame;
}
} else {
++this.autoBackNumber;
}
};
}
};
this.btn_mc.onRelease = this.btn_mc.onReleaseOutside;
this.btn_mc.onRollOver = function () {
this.gotoAndStop(this.btnRollOver);
};
this.btn_mc.onRollOut = function () {
this.gotoAndStop(this.btnRollOut);
};
};
v2.mcPath = new Object();
v2.areaXYglobal = new Object();
v2.pxel_array = new Array();
v2.autoBack = true;
v2.autoBackFrame = 1;
v2.btnPress = 1;
v2.btnRelease = 1;
v2.btnRollOver = 1;
v2.btnRollOut = 1;
ASSetPropFlags(_global.datui2.prototype, null, 1);
}
#endinitclip
}
movieClip 1965 __Packages.datui {
#initclip
if (!_global.datui) {
var v1 = function (move_obj, area_obj, btn_obj, pxel_obj) {
this.move_mc = move_obj;
this.area_mc = area_obj;
this.btn_mc = btn_obj;
if (pxel_obj != undefined) {
this.pxel_array = pxel_obj;
}
this.areaXYglobal._xpoint = this.area_mc._x;
this.areaXYglobal._ypoint = this.area_mc._y;
var path_str = '._parent';
while (eval(this.area_mc + path_str) != undefined) {
this.areaXYglobal._xpoint += (eval(this.area_mc + path_str))._x;
this.areaXYglobal._ypoint += (eval(this.area_mc + path_str))._y;
path_str += '._parent';
}
this.mcPath.move_mc = this.move_mc;
this.mcPath.area_mc = this.area_mc;
this.mcPath.btn_mc = this.btn_mc;
this.area_mc.mcPath = this.mcPath;
this.btn_mc.mcPath = this.mcPath;
this.btn_mc._alpha = 0;
this.area_mc._visible = false;
};
_global.datui = v1;
var v2 = v1.prototype;
v2.endFunction = function () {};
v2.allClear = function () {
delete this.btn_mc.onPress;
delete this.btn_mc.onRelease;
delete this.btn_mc.onRollOver;
delete this.btn_mc.onRollOut;
delete this.btn_mc.onReleaseOutside;
delete this.area_mc.autoBack;
delete this.btn_mc.autoBack;
delete this.move_mc.autoBackFrame;
delete this.move_mc.autoBackNumber;
delete this.btn_mc.btnRelease;
delete this.btn_mc.btnPress;
delete this.btn_mc.btnRollOver;
delete this.btn_mc.btnRollOut;
delete this.area_mc.pxel_array;
delete this.area_mc.endFunction;
delete this.area_mc.mcPath;
delete this.btn_mc.mcPath;
delete this.area_mc.areaXYglobal;
};
v2.upStart = function () {
if (this.pxel_array.length == 0) {
var v4 = Math.floor((this.area_mc._height / (this.move_mc._totalframes - 1)) * 10) / 10;
var v3 = 1;
while (v3 <= this.move_mc._totalframes - 1) {
this.pxel_array[v3 - 1] = (this.move_mc._totalframes - 1 - v3) * v4;
++v3;
}
}
this.area_mc.areaXYglobal = this.areaXYglobal;
this.area_mc.pxel_array = this.pxel_array;
this.area_mc.endFunction = this.endFunction;
this.area_mc.autoBack = this.autoBack;
this.btn_mc.autoBack = this.autoBack;
this.move_mc.autoBackFrame = this.autoBackFrame;
this.move_mc.autoBackNumber = 1;
this.btn_mc.btnPress = this.btnPress;
this.btn_mc.btnRelease = this.btnRelease;
this.btn_mc.btnRollOver = this.btnRollOver;
this.btn_mc.btnRollOut = this.btnRollOut;
this.btn_mc.onPress = function () {
this.gotoAndStop(this.btnPress);
if (this.autoBack) {
delete this.mcPath.move_mc.onEnterFrame;
this.mcPath.move_mc.BackNumber = 1;
}
this.mcPath.area_mc.onMouseMove = function () {
var v3 = this.pxel_array.length - 1;
while (v3 >= 0) {
if (_root._ymouse <= this.pxel_array[v3] + this.areaXYglobal._ypoint) {
this.mcPath.move_mc.gotoAndStop(v3 + 2);
break;
} else {
this.mcPath.move_mc.gotoAndStop(1);
}
--v3;
}
updateAfterEvent();
if (this.mcPath.move_mc._currentframe == this.mcPath.move_mc._totalframes) {
delete this.onMouseMove;
this.endFunction();
}
};
};
this.btn_mc.onReleaseOutside = function () {
this.gotoAndStop(this.btnRelease);
delete this.mcPath.area_mc.onMouseMove;
if (this.autoBack && this.mcPath.move_mc._currentframe != this.mcPath.move_mc._totalframes) {
this.mcPath.move_mc.onEnterFrame = function () {
if (this.autoBackNumber >= this.autoBackFrame) {
this.autoBackNumber = 1;
if (this._currentframe > 1) {
this.gotoAndStop(this._currentframe - 1);
} else {
delete this.onEnterFrame;
}
} else {
++this.autoBackNumber;
}
};
}
};
this.btn_mc.onRelease = this.btn_mc.onReleaseOutside;
this.btn_mc.onRollOver = function () {
this.gotoAndStop(this.btnRollOver);
};
this.btn_mc.onRollOut = function () {
this.gotoAndStop(this.btnRollOut);
};
};
v2.downStart = function () {
if (this.pxel_array.length == 0) {
var v4 = Math.floor((this.area_mc._height / (this.move_mc._totalframes - 1)) * 10) / 10;
var v3 = 1;
while (v3 <= this.move_mc._totalframes - 1) {
this.pxel_array[v3 - 1] = v3 * v4;
++v3;
}
}
this.area_mc.areaXYglobal = this.areaXYglobal;
this.area_mc.pxel_array = this.pxel_array;
this.area_mc.endFunction = this.endFunction;
this.area_mc.autoBack = this.autoBack;
this.btn_mc.autoBack = this.autoBack;
this.move_mc.autoBackFrame = this.autoBackFrame;
this.move_mc.autoBackNumber = 1;
this.btn_mc.btnPress = this.btnPress;
this.btn_mc.btnRelease = this.btnRelease;
this.btn_mc.btnRollOver = this.btnRollOver;
this.btn_mc.btnRollOut = this.btnRollOut;
this.btn_mc.onPress = function () {
this.gotoAndStop(this.btnPress);
if (this.autoBack) {
delete this.mcPath.move_mc.onEnterFrame;
this.mcPath.move_mc.BackNumber = 1;
}
this.mcPath.area_mc.onMouseMove = function () {
var v3 = this.pxel_array.length - 1;
while (v3 >= 0) {
if (_root._ymouse >= this.pxel_array[v3] + this.areaXYglobal._ypoint) {
this.mcPath.move_mc.gotoAndStop(v3 + 2);
break;
} else {
this.mcPath.move_mc.gotoAndStop(1);
}
--v3;
}
updateAfterEvent();
if (this.mcPath.move_mc._currentframe == this.mcPath.move_mc._totalframes) {
delete this.onMouseMove;
this.endFunction();
}
};
};
this.btn_mc.onReleaseOutside = function () {
this.gotoAndStop(this.btnRelease);
delete this.mcPath.area_mc.onMouseMove;
if (this.autoBack && this.mcPath.move_mc._currentframe != this.mcPath.move_mc._totalframes) {
this.mcPath.move_mc.onEnterFrame = function () {
if (this.autoBackNumber >= this.autoBackFrame) {
this.autoBackNumber = 1;
if (this._currentframe > 1) {
this.gotoAndStop(this._currentframe - 1);
} else {
delete this.onEnterFrame;
}
} else {
++this.autoBackNumber;
}
};
}
};
this.btn_mc.onRelease = this.btn_mc.onReleaseOutside;
this.btn_mc.onRollOver = function () {
this.gotoAndStop(this.btnRollOver);
};
this.btn_mc.onRollOut = function () {
this.gotoAndStop(this.btnRollOut);
};
};
v2.leftStart = function () {
if (this.pxel_array.length == 0) {
var v4 = Math.floor((this.area_mc._width / (this.move_mc._totalframes - 1)) * 10) / 10;
var v3 = 1;
while (v3 <= this.move_mc._totalframes - 1) {
this.pxel_array[v3 - 1] = (this.move_mc._totalframes - 1 - v3) * v4;
++v3;
}
}
this.area_mc.areaXYglobal = this.areaXYglobal;
this.area_mc.pxel_array = this.pxel_array;
this.area_mc.endFunction = this.endFunction;
this.area_mc.autoBack = this.autoBack;
this.btn_mc.autoBack = this.autoBack;
this.move_mc.autoBackFrame = this.autoBackFrame;
this.move_mc.autoBackNumber = 1;
this.btn_mc.btnPress = this.btnPress;
this.btn_mc.btnRelease = this.btnRelease;
this.btn_mc.btnRollOver = this.btnRollOver;
this.btn_mc.btnRollOut = this.btnRollOut;
this.btn_mc.onPress = function () {
this.gotoAndStop(this.btnPress);
if (this.autoBack) {
delete this.mcPath.move_mc.onEnterFrame;
this.mcPath.move_mc.BackNumber = 1;
}
this.mcPath.area_mc.onMouseMove = function () {
var v3 = this.pxel_array.length - 1;
while (v3 >= 0) {
if (_root._xmouse <= this.pxel_array[v3] + this.areaXYglobal._xpoint) {
this.mcPath.move_mc.gotoAndStop(v3 + 2);
break;
} else {
this.mcPath.move_mc.gotoAndStop(1);
}
--v3;
}
updateAfterEvent();
if (this.mcPath.move_mc._currentframe == this.mcPath.move_mc._totalframes) {
delete this.onMouseMove;
this.endFunction();
}
};
};
this.btn_mc.onReleaseOutside = function () {
this.gotoAndStop(this.btnRelease);
delete this.mcPath.area_mc.onMouseMove;
if (this.autoBack && this.mcPath.move_mc._currentframe != this.mcPath.move_mc._totalframes) {
this.mcPath.move_mc.onEnterFrame = function () {
if (this.autoBackNumber >= this.autoBackFrame) {
this.autoBackNumber = 1;
if (this._currentframe > 1) {
this.gotoAndStop(this._currentframe - 1);
} else {
delete this.onEnterFrame;
}
} else {
++this.autoBackNumber;
}
};
}
};
this.btn_mc.onRelease = this.btn_mc.onReleaseOutside;
this.btn_mc.onRollOver = function () {
this.gotoAndStop(this.btnRollOver);
};
this.btn_mc.onRollOut = function () {
this.gotoAndStop(this.btnRollOut);
};
};
v2.rightStart = function () {
if (this.pxel_array.length == 0) {
var v4 = Math.floor((this.area_mc._width / (this.move_mc._totalframes - 1)) * 10) / 10;
var v3 = 1;
while (v3 <= this.move_mc._totalframes - 1) {
this.pxel_array[v3 - 1] = v3 * v4;
++v3;
}
}
this.area_mc.areaXYglobal = this.areaXYglobal;
this.area_mc.pxel_array = this.pxel_array;
this.area_mc.endFunction = this.endFunction;
this.area_mc.autoBack = this.autoBack;
this.btn_mc.autoBack = this.autoBack;
this.move_mc.autoBackFrame = this.autoBackFrame;
this.move_mc.autoBackNumber = 1;
this.btn_mc.btnPress = this.btnPress;
this.btn_mc.btnRelease = this.btnRelease;
this.btn_mc.btnRollOver = this.btnRollOver;
this.btn_mc.btnRollOut = this.btnRollOut;
this.btn_mc.onPress = function () {
this.gotoAndStop(this.btnPress);
if (this.autoBack) {
delete this.mcPath.move_mc.onEnterFrame;
this.mcPath.move_mc.BackNumber = 1;
}
this.mcPath.area_mc.onMouseMove = function () {
var v3 = this.pxel_array.length - 1;
while (v3 >= 0) {
if (_root._xmouse >= this.pxel_array[v3] + this.areaXYglobal._xpoint) {
this.mcPath.move_mc.gotoAndStop(v3 + 2);
break;
} else {
this.mcPath.move_mc.gotoAndStop(1);
}
--v3;
}
updateAfterEvent();
if (this.mcPath.move_mc._currentframe == this.mcPath.move_mc._totalframes) {
delete this.onMouseMove;
this.endFunction();
}
};
};
this.btn_mc.onReleaseOutside = function () {
this.gotoAndStop(this.btnRelease);
delete this.mcPath.area_mc.onMouseMove;
if (this.autoBack && this.mcPath.move_mc._currentframe != this.mcPath.move_mc._totalframes) {
this.mcPath.move_mc.onEnterFrame = function () {
if (this.autoBackNumber >= this.autoBackFrame) {
this.autoBackNumber = 1;
if (this._currentframe > 1) {
this.gotoAndStop(this._currentframe - 1);
} else {
delete this.onEnterFrame;
}
} else {
++this.autoBackNumber;
}
};
}
};
this.btn_mc.onRelease = this.btn_mc.onReleaseOutside;
this.btn_mc.onRollOver = function () {
this.gotoAndStop(this.btnRollOver);
};
this.btn_mc.onRollOut = function () {
this.gotoAndStop(this.btnRollOut);
};
};
v2.mcPath = new Object();
v2.areaXYglobal = new Object();
v2.pxel_array = new Array();
v2.autoBack = true;
v2.autoBackFrame = 1;
v2.btnPress = 1;
v2.btnRelease = 1;
v2.btnRollOver = 1;
v2.btnRollOut = 1;
ASSetPropFlags(_global.datui.prototype, null, 1);
}
#endinitclip
}
frame 2 {
this.stop();
clearSI('All');
my_sound.stop();
my_sound = new Sound();
titleFrame = 2;
helpFrame = 10;
over_mc.gameOver_mc.removeMovieClip();
over_mc.timeOut_mc.removeMovieClip();
}
movieClip 100 {
}
movieClip 101 {
frame 1 {
area_mc._visible = false;
}
frame 56 {
this.stop();
_root.nextFrame();
}
}
frame 3 {
title_mc._alpha = 0;
title_mc.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
this._alpha = 100;
delete this.onEnterFrame;
}
};
my_sound.stop();
my_sound.setVolume(0);
my_sound.attachSound('title_sound');
my_sound.start(0, 10000);
this.onEnterFrame = function () {
if (this.my_sound.getVolume() + 10 < 100) {
var v2 = this.my_sound.getVolume() + 10;
this.my_sound.setVolume(v2);
} else {
var v2 = 100;
this.my_sound.setVolume(v2);
delete this.onEnterFrame;
}
};
}
movieClip 104 {
}
movieClip 107 {
}
movieClip 114 {
frame 1 {
this.stop();
_root.si_obj.eyeStart = setInterval(_root.waitPlay, Math.random() * 2000 + 1000, this, 'eyeStart');
}
frame 9 {
this.gotoAndStop(1);
}
}
movieClip 121 {
frame 1 {
if (this.count < this.talkNum) {
this.play();
} else {
delete this.talkNum;
delete this.count;
this._parent.gotoAndStop(1);
}
}
frame 9 {
this.gotoAndPlay(1);
++this.count;
}
}
movieClip 122 {
frame 1 {
this.stop();
}
}
movieClip 127 {
frame 11 {
this._parent.nextFrame();
}
}
movieClip 130 {
frame 1 {
this.stop();
_root.si_obj.eyeNormal = setInterval(_root.waitPlay, Math.random() * 2000 + 1000, this, 'eyeNormal');
}
frame 9 {
this.gotoAndStop(1);
}
}
movieClip 131 {
frame 11 {
this._parent.gotoAndStop(1);
}
}
movieClip 132 {
frame 1 {
this.stop();
}
}
movieClip 135 {
}
movieClip 136 {
frame 1 {
this.stop();
}
}
movieClip 140 {
}
movieClip 141 {
}
movieClip 142 {
frame 1 {
help_mc.onRollOver = function () {
this.gotoAndStop(2);
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
help_mc.onReleaseOutside = function () {
this.gotoAndStop(1);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
help_mc.onRollOut = help_mc.onReleaseOutside;
help_mc.onRelease = function () {
_root.clearSI('All');
_root.mouseAll_mc.target_mc.gotoAndStop(1);
_root.gotoAndStop(_root.helpFrame);
};
girl_mc.body_mc.onRollOver = function () {
_root.clearSI('eyeStart');
this._parent.frameNum = this._parent.eyeStart._currentframe;
this._parent.gotoAndStop(2);
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(2);
};
body_mc.onReleaseOutside = function () {
this._parent.mouseAll_mc.gotoAndStop(1);
_root.clearSI('eyeNormal');
this._parent.gotoAndStop(4);
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
girl_mc.body_mc.onRollOut = body_mc.onReleaseOutside;
girl_mc.body_mc.onRelease = function () {
_root.clearSI('All');
for (var v3 in this._parent) {
this._parent[v3].enabled = false;
}
_root.nextFrame();
};
}
}
frame 4 {
talkStart_mc._alpha = 0;
talkStart_mc.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
this._alpha = 100;
delete this.onEnterFrame;
this.gotoAndStop(2);
_root.title_mc.swapDepths(_root.getNextHighestDepth());
_root.title_mc.removeMovieClip();
}
};
mouseAll_mc.target_mc.gotoAndStop(1);
this.onEnterFrame = function () {
if (this.my_sound.getVolume() - 10 > 0) {
var v2 = this.my_sound.getVolume() - 10;
this.my_sound.setVolume(v2);
} else {
var v2 = 0;
this.my_sound.setVolume(v2);
this.my_sound.stop();
this.my_sound.setVolume(100);
delete this.onEnterFrame;
}
};
}
movieClip 143 {
frame 1 {
this.stop();
}
}
movieClip 148 {
}
movieClip 153 {
}
movieClip 158 {
}
movieClip 163 {
}
movieClip 168 {
}
movieClip 173 {
}
movieClip 178 {
}
movieClip 183 {
}
movieClip 188 {
}
movieClip 191 {
}
movieClip 192 {
frame 1 {
this.stop();
maxFrame = 10;
}
}
movieClip 196 {
frame 1 {
talk_txt.embedFonts = true;
talk_txt.selectable = false;
}
}
movieClip 197 {
}
movieClip 198 {
frame 1 {
area_mc._visible = false;
}
frame 2 {
talk_mc.txt_mc.talk_txt.text = this._parent.talk_array[this.count];
}
frame 7 {
this.stop();
}
}
movieClip 201 {
}
movieClip 202 {
frame 1 {
this.stop();
}
frame 2 {
function talkMake(obj) {
obj.iconImage_array = [3, 3, 3, 3, 10, 10, 3, 3, 1, 1, 3, 3];
obj.image_array = [2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3];
obj.talk_array = new Array();
obj.talk_array.push('ãŠã£ãーã„ï¼\nå¾…ã¡ããŸã³ã‚ŒãŸã‚ˆï½žï¼');
obj.talk_array.push('ç´„æŸã‚‚何もã—ã¦ãªã„ã˜ã‚ƒãªã„ã‹ã£ã¦ï¼Ÿ');
obj.talk_array.push('' + _root.charaName + 'ã¨ã¯ç„¡ãã¦ã‚‚ã€' + _root.charaName + 'ã®ãŠæ¯ã•ã‚“ã¨ç´„æŸã—ãŸã‚“ã§ã™ãƒ¼ã€‚');
obj.talk_array.push('何ã§ã£ã¦ï½¥ï½¥ï½¥\n' + _root.charaName + 'ãŒä¸€äººã˜ã‚ƒå¿ƒé…ãªã‚“ã˜ã‚ƒãªã„ã®ï¼Ÿ');
obj.talk_array.push('一人ã§ã¯ãŠç•™å®ˆç•ªã‚‚ã§ããªã„ã‚“ã§ã¡ã‚…ã~。\nãŠå§‰ã¡ã‚ƒã‚“ãŒä¸€ç·’ã«ãŠç•™å®ˆç•ªã—ã¦ã‚ã’ã¾ã¡ã‚…ã‹ã‚‰ãー。');
obj.talk_array.push('ã‚€ã€ãªã«ã‚ˆãƒ¼ã€‚\n' + _root.charaName + 'ã®æ–¹ãŒå¹´ä¸Šã§ã‚‚ã€ã—ã£ã‹ã‚Šã—ã¦ã‚‹ã®ã¯ã‚ãŸã—ã もん。');
obj.talk_array.push('・・・ã£ã¦ã“らーã£ï¼\n何ã—よã†ã¨ã—ã¦ã‚‹ã®ã‚ˆï¼');
obj.talk_array.push('自分ãŒå¤§äººãªè¨¼æ‹ を見ã›ã¦ã‚„ã‚‹ã£ã¦ï½¥ï½¥ï½¥ï¼Ÿ\nã ã‚ã ã‚ã ã‚ï¼ãã‚“ãªã‚³ãƒˆã§ç¤ºã•ã‚Œã¦ã‚‚・・・');
obj.talk_array.push('ãƒã€ãƒã‚¬ã‚¦ã‚‚ã‚“ã£ï¼\n怖ããªã‚“ã‹ãªã„ã‚‚ã‚“ã£ï¼');
obj.talk_array.push('ãŠã“ã¡ã‚ƒã¾ãª' + _root.charaName + 'ã«ã¯ã€ã“ã†ã„ã†ã®ã¯ã¾ã æ—©ã„ã£ã¦ã‚³ãƒˆã ã‚‚ã‚“ï¼');
obj.talk_array.push('ã£ã¦ã¡ã‚‡ã£ã¨ã‰ï¼\nã‚ãŸã—ã®è©±èžã„ã¦ã‚‹ï¼ï¼Ÿ');
obj.talk_array.push('ドコã¤ã‚Œã¦ãã®ã‚ˆãƒ¼ã£ï¼');
}
this.stop();
talkMake(this);
talk_mc.count = 0;
charaIcon_mc.gotoAndStop(this.iconImage_array[talk_mc.count]);
chara1_mc.mouseAll_mc.gotoAndStop(2);
chara1_mc.mouseAll_mc.mouse_mc.count = 0;
chara1_mc.mouseAll_mc.mouse_mc.talkNum = Math.floor(talk_array[talk_mc.count].length / 5);
bg_mc.onRollOver = function () {
this._parent._parent.mouseAll_mc.target_mc.gotoAndStop(2);
};
bg_mc.onReleaseOutside = function () {
this._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
bg_mc.onRollOut = bg_mc.onReleaseOutside;
bg_mc.onRelease = function () {
if (this._parent.talk_mc.count == this._parent.talk_array.length - 1) {
_root.nextFrame();
for (var v3 in this._parent) {
this._parent[v3].enabled = false;
}
} else {
++this._parent.talk_mc.count;
talk_mc.gotoAndPlay(1);
this._parent.gotoAndStop(this._parent.image_array[this._parent.talk_mc.count]);
this._parent.charaIcon_mc.gotoAndStop(this._parent.iconImage_array[this._parent.talk_mc.count]);
if (this._parent._currentframe == 1) {
this._parent.chara1_mc.mouseAll_mc.gotoAndStop(2);
this._parent.chara1_mc.mouseAll_mc.mouse_mc.count = 0;
this._parent.chara1_mc.mouseAll_mc.mouse_mc.talkNum = Math.floor(this._parent.talk_array[this._parent.talk_mc.count].length / 5);
}
}
};
}
frame 3 {
this.stop();
_root.clearSI('eyeNormal');
chara1_mc.onEnterFrame = function () {
this._alpha -= 10;
if (this._alpha <= 0) {
delete this.onEnterFrame;
}
};
chara2_mc._alpha = 0;
chara2_mc.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
delete this.onEnterFrame;
}
};
}
}
frame 5 {
stage1._alpha = 0;
stage1.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
this._alpha = 100;
this._parent.talkStart_mc.swapDepths(_root.getNextHighestDepth());
this._parent.talkStart_mc.removeMovieClip();
_root.clearSI('All');
this.gotoAndStop(2);
delete this.onEnterFrame;
}
};
mouseAll_mc.target_mc.gotoAndStop(1);
}
movieClip 205 {
}
movieClip 210 {
frame 1 {
this.stop();
}
frame 3 {
this.gotoAndStop(1);
}
}
movieClip 215 {
frame 1 {
this.stop();
}
frame 3 {
this.gotoAndStop(1);
}
}
movieClip 220 {
frame 1 {
this.stop();
}
frame 3 {
this.gotoAndStop(1);
}
}
movieClip 221 {
frame 1 {
this.stop();
}
}
movieClip 226 {
frame 1 {
this.stop();
}
frame 3 {
this.gotoAndStop(1);
}
}
movieClip 233 {
frame 1 {
this.stop();
}
}
movieClip 240 {
frame 1 {
this.stop();
}
}
movieClip 245 {
frame 1 {
this.stop();
_root.si_obj.eyeStart = setInterval(_root.waitPlay, Math.random() * 2000 + 1000, this, 'eyeStart');
}
frame 9 {
this.gotoAndStop(1);
}
}
movieClip 246 {
frame 1 {
this.stop();
_root.si_obj.eyeStart = setInterval(_root.waitPlay, Math.random() * 2000 + 1000, this, 'eyeStart');
}
frame 7 {
this.gotoAndStop(1);
}
}
movieClip 247 {
frame 1 {
this.stop();
}
}
movieClip 254 {
frame 9 {
if (this.count < this.talkNum) {
this.gotoAndPlay(1);
++this.count;
} else {
this.count = 0;
this.gotoAndStop(1);
}
}
}
movieClip 257 {
}
movieClip 260 {
frame 1 {
this.stop();
}
}
movieClip 263 {
}
movieClip 264 {
}
movieClip 265 {
frame 1 {
top_mc.gotoAndStop(this._currentframe);
_root.clearSI('eyeStart');
this.stop();
}
frame 2 {
top_mc.gotoAndStop(this._currentframe);
_root.clearSI('eyeStart');
}
frame 3 {
mouse_mc.count = 0;
mouse_mc.talkNum = 3;
mouse_mc.gotoAndStop(1);
top_mc.gotoAndStop(this._currentframe);
toiki_mc._visible = false;
}
}
movieClip 267 {
}
movieClip 269 {
}
movieClip 271 {
}
movieClip 273 {
}
movieClip 275 {
}
movieClip 277 {
}
movieClip 279 {
}
movieClip 280 {
}
movieClip 281 {
frame 1 {
this.stop();
this.hitArea = area_mc;
area_mc._visible = false;
}
frame 1 {
this._parent.tyakudatu_mc._visible = false;
}
frame 2 {
this._parent.tyakudatu_mc._visible = true;
this._parent.tyakudatu_mc.gotoAndPlay(1);
}
}
movieClip 283 {
}
movieClip 285 {
}
movieClip 286 {
}
movieClip 287 {
frame 1 {
this.stop();
tyakudatu_mc._visible = false;
}
}
movieClip 288 {
frame 1 {
tyakudatu_mc._visible = false;
}
}
movieClip 293 {
}
movieClip 298 {
}
movieClip 299 {
}
movieClip 314 {
frame 1 {
this.stop();
}
}
movieClip 316 {
}
movieClip 318 {
}
movieClip 319 {
frame 1 {
this.stop();
}
frame 9 {
this.stop();
}
}
movieClip 320 {
frame 1 {
this.stop();
}
frame 2 {
delete this.onEnterFrame;
if (type1._currentframe < type1._totalframes) {
type1.play();
}
if (type2._currentframe < type2._totalframes) {
type2.play();
}
}
frame 3 {
delete this.onEnterFrame;
this.onEnterFrame = function () {
if (type1._currentframe > 1) {
type1.gotoAndStop(type1._currentframe - 1);
}
if (type2._currentframe > 1) {
type2.gotoAndStop(type2._currentframe - 1);
}
if (type1._currentframe == 1 && type2._currentframe == 1) {
delete this.onEnterFrame;
this.gotoAndStop(1);
}
};
}
}
movieClip 321 {
frame 1 {
this.stop();
waku_mc.gotoAndStop(3);
}
frame 2 {
waku_mc.gotoAndStop(2);
}
}
movieClip 322 {
}
movieClip 325 {
frame 1 {
this.stop();
}
}
movieClip 328 {
frame 1 {
hukidasi_txt.embedFonts = true;
hukidasi_txt.selectable = false;
}
}
movieClip 329 {
frame 1 {
this.stop();
}
frame 2 {
this.hukidasi_mc.hukidasi_txt.text = this.serihu_str;
}
frame 8 {
this.stop();
_root.si_obj.hukidasi_si = setInterval(_root.waitPlay, 1500, this, 'hukidasi_si');
}
frame 15 {
this.gotoAndStop(1);
}
}
movieClip 334 {
}
movieClip 339 {
}
movieClip 344 {
}
movieClip 349 {
}
movieClip 354 {
}
movieClip 359 {
}
movieClip 364 {
}
movieClip 369 {
}
movieClip 374 {
}
movieClip 377 {
}
movieClip 378 {
frame 1 {
this.stop();
}
}
movieClip 379 {
frame 1 {
this.stop();
btnAll_mc._alpha = 0;
btnarea1_mc.btn_mc._alpha = 0;
btnarea1_mc.area_mc._alpha = 0;
btnarea2_mc.btn_mc._alpha = 0;
btnarea2_mc.area_mc._alpha = 0;
itemAll_mc.btn7._visible = false;
nextBTN_mc._visible = false;
}
frame 2 {
function pointUP(obj, num) {
obj.info_obj.nowPoint += num;
if (obj.info_obj.nowPoint > obj.info_obj.pointMax) {
obj.info_obj.nowPoint = obj.info_obj.pointMax;
} else {
if (obj.info_obj.nowPoint < obj.info_obj.pointMin) {
obj.info_obj.nowPoint = obj.info_obj.pointMin;
}
}
obj.PointToLevel(obj.info_obj, obj.charaIcon_mc);
if (obj.info_obj.realLevel >= 7) {
obj.itemAll_mc.btn7._visible = true;
} else {
obj.itemAll_mc.btn7._visible = false;
}
if (obj.info_obj.charadankai == 1 && obj.info_obj.realLevel >= 4) {
obj.chara_mc.gotoAndStop(2);
obj.info_obj.charadankai = 2;
} else {
if (obj.info_obj.charadankai == 2 && obj.info_obj.realLevel >= 6) {
obj.chara_mc.gotoAndStop(3);
obj.info_obj.charadankai = 3;
}
}
if (obj.info_obj.charadankai == 3) {
obj.charaImage(obj.chara_mc, obj.info_obj.realLevel);
}
if (obj.info_obj.nowPoint == obj.info_obj.pointMin) {
_root.pointOut(obj);
}
}
function charaImage(obj, LV) {
if (LV >= 9) {
obj.mayu_mc.gotoAndStop(1);
obj.hoho_mc.gotoAndStop(2);
if (!obj.toiki_mc._visible) {
obj.toiki_mc._visible = true;
obj.toiki_mc.gotoAndPlay(1);
}
if (obj.eyeAll_mc._currentframe == 2) {
_root.clearSI('eyeStart');
obj.eyeAll_mc.gotoAndStop(1);
}
} else {
if (LV >= 8) {
obj.mayu_mc.gotoAndStop(2);
obj.hoho_mc.gotoAndStop(2);
if (!obj.toiki_mc._visible) {
obj.toiki_mc._visible = true;
obj.toiki_mc.gotoAndPlay(1);
}
if (obj.eyeAll_mc._currentframe == 2) {
_root.clearSI('eyeStart');
obj.eyeAll_mc.gotoAndStop(1);
}
} else {
if (LV >= 6) {
obj.mayu_mc.gotoAndStop(2);
obj.hoho_mc.gotoAndStop(2);
if (obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
}
if (obj.eyeAll_mc._currentframe == 1) {
_root.clearSI('eyeStart');
obj.eyeAll_mc.gotoAndStop(2);
}
} else {
if (LV >= 4) {
obj.mayu_mc.gotoAndStop(1);
obj.hoho_mc.gotoAndStop(1);
if (obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
}
if (obj.eyeAll_mc._currentframe == 2) {
_root.clearSI('eyeStart');
obj.eyeAll_mc.gotoAndStop(1);
}
} else {
if (LV >= 2) {
obj.mayu_mc.gotoAndStop(2);
obj.hoho_mc.gotoAndStop(1);
if (obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
}
if (obj.eyeAll_mc._currentframe == 1) {
_root.clearSI('eyeStart');
obj.eyeAll_mc.gotoAndStop(2);
}
} else {
obj.mayu_mc.gotoAndStop(1);
obj.hoho_mc.gotoAndStop(1);
if (obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
}
if (obj.eyeAll_mc._currentframe == 1) {
_root.clearSI('eyeStart');
obj.eyeAll_mc.gotoAndStop(2);
}
}
}
}
}
}
obj.mouse_mc.play();
}
function tattiEnabled(obj, btnObj) {
if (obj.length > 0) {
var v1 = 1;
while (v1 <= obj.length) {
btnObj['btn' + v1].enabled = obj[v1 - 1];
++v1;
}
} else {
var v1 = 1;
while (v1 <= 7) {
btnObj['btn' + v1].enabled = false;
++v1;
}
}
}
function btnEnabled(obj, btnAll) {
var v2 = 1;
while (v2 <= 7) {
btnAll['btn' + v2].enabled = true;
btnAll['btn' + v2].gotoAndStop(1);
++v2;
}
btnAll['btn' + _root.mouseAll_mc._currentframe].enabled = false;
btnAll['btn' + _root.mouseAll_mc._currentframe].gotoAndStop(3);
}
function endFunction1() {
var v2 = this._parent._parent;
v2._parent.mouseAll_mc.target_mc.gotoAndStop(1);
v2.datui1_datui.btn_mc._parent.tyakudatu_mc._visible = false;
v2.datui1_datui.allClear();
v2.datui1_datui.btn_mc.gotoAndStop(1);
delete v2.datui1_datui;
this._parent.swapDepths(4);
this._parent.removeMovieClip();
v2.info_obj.pointMax = v2.info_obj.PtoL_array[8];
v2.info_obj.dankai = 2;
v2.datui2_datui = new datui2(v2.chara_mc.pantu_mc, v2.btnarea2_mc.area_mc, v2.btnarea2_mc.btn_mc);
v2.datui2_datui.endFunction = v2.endFunction2;
v2.datui2_datui.btnRollOver = 2;
v2.datui2_datui.btn_mc._alpha = 100;
v2.datui2_datui.downStart();
v2.btnarea2_mc.btn_mc.enabled = true;
}
function endFunction2() {
var v3 = this._parent._parent;
v3._parent.mouseAll_mc.target_mc.gotoAndStop(1);
v3.datui2_datui.btn_mc._parent.tyakudatu_mc._visible = false;
v3.datui2_datui.allClear();
v3.datui2_datui.btn_mc.gotoAndStop(1);
delete v3.datui2_datui;
this._parent.swapDepths(5);
this._parent.removeMovieClip();
v3.info_obj.pointMax = v3.info_obj.PtoL_array[9];
v3.info_obj.dankai = 3;
v3.enabledInfo_array = new Array();
v3.enabledInfo_array[0] = [true, true, true, true, true, true, true];
v3.enabledInfo_array[1] = [true, true, true, true, true, true, true];
v3.enabledInfo_array[2] = [false, false, true, true, true, true, true];
v3.enabledInfo_array[3] = [false, true, true, true, true, true, true];
v3.enabledInfo_array[4] = [false, false, false, false, false, true, true];
v3.enabledInfo_array[5] = [true, false, true, true, true, false, false];
v3.itemAll_mc.btn7.swapDepths(7);
v3.itemAll_mc.btn7.removeMovieClip();
_root.mouseAll_mc.gotoAndStop(1);
v3.itemAll_mc.btn1.gotoAndStop(3);
v3.itemAll_mc.btn1.enabled = false;
v3.tattiEnabled(v3.enabledInfo_array[0], v3.btnAll_mc);
}
function PointToLevel(obj, charaIcon) {
var v3 = obj.nowPoint;
var v1 = 0;
while (v1 < obj.PtoL_array.length) {
if (v3 <= obj.PtoL_array[v1]) {
obj.realLevel = v1;
if (v1 - 2 < 0) {
obj.nowLevel = 0;
} else {
obj.nowLevel = v1 - 2;
}
break;
}
++v1;
}
charaIcon.gotoAndStop(obj.realLevel + 1);
if (obj.nowLevel == 7) {
charaIcon._parent.nextBTN_mc._visible = true;
charaIcon._parent.nextBTN_mc.enabled = true;
} else {
charaIcon._parent.nextBTN_mc._visible = false;
charaIcon._parent.nextBTN_mc.enabled = false;
}
}
function timerStart(obj) {
obj.objectPath.moveArea = obj.objectPath.line_mc._width - obj.objectPath.car_mc._width;
obj.objectPath.car_mc._x = obj.objectPath.moveArea;
obj.objectPath.startTime = obj.startTime;
obj.objectPath.endTime = obj.endTime;
obj.objectPath.onEnterFrame = function () {
var v3 = this.moveArea - Math.floor(((getTimer() - this.startTime) / this.endTime) * this.moveArea * 100) / 100;
if (v3 > 0) {
this.car_mc._x = v3;
} else {
_root.timeOver(this._parent);
delete this.onEnterFrame;
}
};
}
function normalSerif() {
enabledInfo_array = new Array();
enabledInfo_array[0] = [true, true, true, true, true, false, false];
enabledInfo_array[1] = [true, true, true, true, true, false, false];
enabledInfo_array[2] = [false, false, true, true, true, false, false];
enabledInfo_array[3] = [false, true, true, true, true, false, false];
enabledInfo_array[4] = [false, false, false, false, false, false, false];
enabledInfo_array[5] = [true, false, true, true, true, false, false];
serihu_array = new Array();
var v2 = 0;
while (v2 < 6) {
serihu_array[v2] = new Array();
var v1 = 0;
while (v1 < 7) {
serihu_array[v2][v1] = new Object();
serihu_array[v2][v1].okLV;
serihu_array[v2][v1].good = new Object();
serihu_array[v2][v1].bad = new Object();
serihu_array[v2][v1].good.serihu = new Array();
serihu_array[v2][v1].good.para;
serihu_array[v2][v1].bad.serihu = new Array();
serihu_array[v2][v1].bad.para;
++v1;
}
++v2;
}
serihu_array[0][0].okLV = 0;
serihu_array[0][0].good.para = 3;
serihu_array[0][0].good.serihu = ['ãˆã€ãªã«ï¼Ÿ', 'ã‚・・・', 'é ãªã§ã‚‰ã‚Œã‚‹ã®å¥½ã…', 'ãˆã¸ã¸', 'ãªã‚“ã‹å¬‰ã—ã„', '…ん…'];
serihu_array[0][0].bad.para = 0;
serihu_array[0][0].bad.serihu = [''];
serihu_array[0][1].okLV = 1;
serihu_array[0][1].good.para = 2;
serihu_array[0][1].good.serihu = ['ã‚・・', 'ã‚ã¯ã¯ã€ãã™ãらãªã„ã§', 'ã„ã‚„ã‚“ã€ãˆã£ã¡', 'ã‚“ã€è§¦ã‚Šæ–¹ãŒãˆã£ã¡ã よ…'];
serihu_array[0][1].bad.para = -1;
serihu_array[0][1].bad.serihu = ['スケベッï¼', 'ã„ã‚„ã£', 'ã‚„ã‚ã¦', 'ã“ã®ã™ã‘ã¹ï¼'];
serihu_array[0][2].okLV = 0;
serihu_array[0][2].good.para = 3;
serihu_array[0][2].good.serihu = ['ã‚ã¯ã¯ï½¥ï½¥ãã™ãã£ãŸã„よã‰', 'ã“ã¡ã‚‡ã“ã¡ã‚‡ã—ãªã„ã§', 'マッサージã—ã¦ãれるã®ï¼Ÿ', 'ã‚“ã€ãªã‚“ã‹å«Œã‚‰ã—ã„手ã¤ã'];
serihu_array[0][2].bad.para = -2;
serihu_array[0][2].bad.serihu = ['・・ãŸã®ã—ã„?', 'ãゃã‚ã£ï¼ãªã€ãªã«ï¼Ÿ', 'ã„ã‚„ã„ã‚„ã„ã‚„ã£ï¼ãŸã™ã‘ã¦ã£', 'ã‚„ã£â€¦ã‚„ã‚…'];
serihu_array[0][3].okLV = 3;
serihu_array[0][3].good.para = 4;
serihu_array[0][3].good.serihu = ['ã‚ん・・ãˆã£ã¡ãƒ', 'ã„ã‚„ã‚“ãˆã£ã¡', '触り方ãŒãˆã£ã¡ã よ…', 'ã‚“ã€ã‚ã‚“'];
serihu_array[0][3].bad.para = -4;
serihu_array[0][3].bad.serihu = ['スケベï¼ã‚ã£ã¡ã„ã‘ï¼', 'ã„ã‚„ãã£ï¼ã ã‚Œã‹â€¦', 'ã‚„ã よã‰ã€ã‚„ã‚ã¦ã‚ˆãƒ¼', 'ã‚“ã£â€¦ã‚„ã ã£'];
serihu_array[0][4].okLV = 4;
serihu_array[0][4].good.para = 5;
serihu_array[0][4].good.serihu = ['ãã‚“ãªã«æ’«ã§ãªã„ã§ã‡', 'ã‚‚ã€æ‰ã¾ãªã„ã§â€¦', 'ãゃã£â€¦ã‚ã£â€¦', 'ã‚…ãã“ã¯â€¦'];
serihu_array[0][4].bad.para = -8;
serihu_array[0][4].bad.serihu = ['スケベï¼ç—´æ¼¢ï¼', 'ãゃã‚ã£ï¼ã“ã®ã‚¹ã‚±ãƒ™ãƒƒ', 'ãªã€ãªã«ã™ã‚‹ã®ï¼ï¼Ÿ', 'ã©ã“ã•ã‚ã£ã¦ã‚‹ã®ã‚ˆï¼'];
serihu_array[0][5].okLV = 5;
serihu_array[0][5].good.para = 7;
serihu_array[0][5].good.serihu = ['ã‚・・濡れã¦ï½¥ï½¥ãã¡ã‚ƒã†ï½¥ï½¥', 'ん…ã£ã…ã‚ã‚“ã£', 'ã‚ã£ã‚ã£ã‚ã£', 'ã„ã‚„ã…ã¯ãšã‹ã—ãƒâ€¦'];
serihu_array[0][5].bad.para = -12;
serihu_array[0][5].bad.serihu = ['ã„やーï¼ã‚„ã‚ã¦ã‡ï¼', 'ã‚„ã ï¼ã‚„ã‚ã¦ï¼ã„ã‚„ã£', 'ã„ã£â€¦â€¦ã ã‚ã£ï¼', 'ãŠé¡˜ã„…もã†ã‚„ã‚ã¦â€¦'];
serihu_array[0][6].okLV = 7;
serihu_array[0][6].good.para = 8;
serihu_array[0][6].good.serihu = ['指入れã¡ã‚ƒã ã‚ã‡ï½¥ï½¥', 'ã‚…ãã“ã¯â€¦', 'ã„ã£â€¦å…¥ã‚Œã¡ã‚ƒã ã‚ã£', 'ん…変ãªæ„Ÿã˜â€¦'];
serihu_array[0][6].bad.para = -20;
serihu_array[0][6].bad.serihu = ['イヤッï¼ï½¥ï½¥ã„ã‚„ã‚ã‚ã‚ï¼', 'ã„ã‚„ã£ï¼è§¦ã‚‰ãªã„ã§', 'ãã“ã¯å«Œã', 'ダメã ã£ã¦ã°ï¼'];
serihu_array[1][0].okLV = 0;
serihu_array[1][0].good.para = 1;
serihu_array[1][0].good.serihu = ['ã©ã†ã—ãŸã®ï¼Ÿ', 'ãªã«ï¼Ÿ', 'ãˆï¼Ÿãªã‚“ã‹ä»˜ã„ã¦ã‚‹ï¼Ÿ'];
serihu_array[1][0].bad.para = 2;
serihu_array[1][0].bad.serihu = [''];
serihu_array[1][1].okLV = 0;
serihu_array[1][1].good.para = 2;
serihu_array[1][1].good.serihu = ['ãã‚“ãªã«è¦‹ãªã„ã§ï½¥ï½¥ï½¥', 'ãªã«ã—ã¦ã‚‹ã®ï¼Ÿ', 'ã‚ーã€ãˆã£ã¡ãªç›®ã§è¦‹ã¦ã‚‹ãƒ¼', '……見るã ã‘?'];
serihu_array[1][1].bad.para = -1;
serihu_array[1][1].bad.serihu = ['何見ã¦ã‚‹ã®ã‚ˆï¼', '…ãªã«è¦‹ã¦ã‚‹ã®ï¼Ÿ', 'ã˜ã‚ã˜ã‚見ãªã„ã§ã‚ˆâ€¦', '減るã‹ã‚‰è¦‹ãªã„ã§ï¼'];
serihu_array[1][2].okLV = 2;
serihu_array[1][2].good.para = 2;
serihu_array[1][2].good.serihu = ['・・ãªã€ãªã«ï¼Ÿ', '変ãªã¨ã“見るんã ã', '…足フェãƒï¼Ÿ', 'ã“ã‚“ãªã¨ã“ã˜ã£ã¨è¦‹ãªã„ã®ã£'];
serihu_array[1][2].bad.para = -1;
serihu_array[1][2].bad.serihu = ['何見ã¦ã‚‹ã®ã‚ˆï¼', 'ã©ã“ã¿ã¦ã‚‹ã®â€¦ï¼Ÿ', 'ãªã«ã‚„ã£ã¦ã‚“ã®ï¼Ÿ', '………'];
serihu_array[1][3].okLV = 1;
serihu_array[1][3].good.para = 2;
serihu_array[1][3].good.serihu = ['ãˆã£ã¡ï½¥ï½¥', '……ãªã€ãªã«è¦‹ã¦ã‚‹ã®ï¼Ÿ', '覗ãè¾¼ã¾ãªã„ã§ã‚ˆâ€¦', 'ãˆã£ã¡â€¦è¦‹ã‚‹ã ã‘ã ã‹ã‚‰ãï¼'];
serihu_array[1][3].bad.para = -2;
serihu_array[1][3].bad.serihu = ['見ãªã„ã§ã‚ˆï¼ã‚¹ã‚±ãƒ™', 'ã„ã¤ã‚‚太ももã°ã£ã‹ã‚Šè¦‹ã¦ã‚‹ã®ï¼Ÿ', 'ãªã‚“ã‹ã‚¹ã‚±ãƒ™ã£ã½ã„よ…', 'ãªã«èˆˆå¥®ã—ã¦ã‚“ã®ï¼Ÿ'];
serihu_array[1][4].okLV = 4;
serihu_array[1][4].good.para = 2;
serihu_array[1][4].good.serihu = ['æ¥ãšã‹ã—ã„・・', 'ãŠã—ã‚Šã°ã£ã‹ã‚Šè¦‹ãªã„ã®ã£', 'ã‚‚ã†ã€ãˆã£ã¡ãªã‚“ã ã‹ã‚‰', '興奮ã™ã‚‹ã®ï¼Ÿ'];
serihu_array[1][4].bad.para = -2;
serihu_array[1][4].bad.serihu = ['見ãªã„ã§ã‚ˆï¼ã‚¹ã‚±ãƒ™', 'ãªã‚“ã‹å¤‰ãªè¦–ç·šã‚’æ„Ÿã˜ã‚‹â€¦', '人ã®ãŠã—ã‚Šã§æ¬²æƒ…ã—ãªã„ã§ã‚ˆï¼', 'ãªã€ãªã«â€¦ï¼Ÿ'];
serihu_array[1][5].okLV = 6;
serihu_array[1][5].good.para = 4;
serihu_array[1][5].good.serihu = ['ã„ã‚„ãã€ã¿ãªã„ã§ã‡', 'ã¯ã€æ¥ãšã‹ã—ã„ã‹ã‚‰ã‚ã¾ã‚Šè¦‹ãªã„ã§â€¦', 'ãã‚“ãªã«è¿‘ã¥ã„ã¡ã‚ƒã„や…', 'ã‚…ã‚…全部見られã¡ã‚ƒã£ã¦ã‚‹ã®â€¦'];
serihu_array[1][5].bad.para = -4;
serihu_array[1][5].bad.serihu = ['ã¿ãªã„ã§ï¼ã„ã‚„ã£', '…もã†æº€è¶³ã§ã—ょ…ã†ã…ã…', 'ã„ã‚„ã„ã‚„ã…', '見ãªã„ã§ã€ã¿ãªã„ã§ã‚ˆã‰â€¦'];
serihu_array[1][6].okLV = 7;
serihu_array[1][6].good.para = 4;
serihu_array[1][6].good.serihu = ['ã„ã‚„ã・・ã ã‚ã‡ï½¥ï½¥', 'ã„ã‚„ã…æ¥ãšã‹ã—ã„…', 'ã²ã€åºƒã’ãªã„ã§â€¦', 'ã‚ã‚…æ¥ãšã‹ã—ã„よã‰'];
serihu_array[1][6].bad.para = -6;
serihu_array[1][6].bad.serihu = ['ダã€ãƒ€ãƒ¡ãƒƒï¼è¦‹ãªã„ã§ï¼', 'ãã‚“ãªã¨ã“ã‚見ã¡ã‚ƒã„ã‚„', 'ã„ã‚„ã ã…ã¯ãšã‹ã—ã„…', '変態…ã„ã‚„ã£ã„ã‚„ã„ã‚„ã£'];
serihu_array[2][0].okLV = 0;
serihu_array[2][0].good.para = 2;
serihu_array[2][0].good.serihu = [''];
serihu_array[2][0].bad.para = -1;
serihu_array[2][0].bad.serihu = [''];
serihu_array[2][1].okLV = 1;
serihu_array[2][1].good.para = 2;
serihu_array[2][1].good.serihu = [''];
serihu_array[2][1].bad.para = -1;
serihu_array[2][1].bad.serihu = [''];
serihu_array[2][2].okLV = 2;
serihu_array[2][2].good.para = 2;
serihu_array[2][2].good.serihu = ['ã²ã‚ƒãï¼ãã™ãã£ãŸã„よ', 'ãˆã€ã‚ã€ã†ãã£ï¼ï¼Ÿ', 'ã ã€ã ã‚ã£', 'ãã‚“ãªã¨ã“èˆã‚ã‚‹ãªã‚“ã¦å¤‰ã よã€çµ¶å¯¾å¤‰ï¼'];
serihu_array[2][2].bad.para = -2;
serihu_array[2][2].bad.serihu = ['ヘンタイï¼ã‚ã£ã¡ã„ã£ã¦ï¼', 'ã†ã‚…やã‚ã¦ã‚ˆã£', '……蹴るよ…?'];
serihu_array[2][3].okLV = 2;
serihu_array[2][3].good.para = 4;
serihu_array[2][3].good.serihu = ['ã‚・・ã ã‚・・', 'ã‚ã€ã„ã‚„ã£', 'ん…ã‚ã£', 'ã ã€ã ã‚ã よã……'];
serihu_array[2][3].bad.para = -12;
serihu_array[2][3].bad.serihu = ['ãªã£ã€ã¸ï½¥ï½¥ãƒ˜ãƒ³ã‚¿ã‚¤ï¼', 'ã‚„ã€ã‚„ã‚ã£ï¼ãゃã‚ã‚ã‚ã‚ã‚ã‚', 'ã—ã‚“ã˜ã‚‰ã‚“ãªã„…普通ã“ゆã“ã¨ã™ã‚‹ï¼Ÿ', 'ã„ã‚„ã ã~ã€ã„ã‚„ã ã~'];
serihu_array[2][4].okLV = 4;
serihu_array[2][4].good.para = 4;
serihu_array[2][4].good.serihu = ['ã†ã²ã‚ƒã', 'ã ã€ã ã‚ã よ…', 'ん…', 'ãŠæ¯ã•ã‚“帰ã£ã¦ãã¡ã‚ƒã†â€¦'];
serihu_array[2][4].bad.para = -8;
serihu_array[2][4].bad.serihu = ['ãªã£ã€ã¸ï½¥ï½¥ãƒ˜ãƒ³ã‚¿ã‚¤ï¼', 'ã‚„ã‚ã¦ã‡â€¦', 'ã„や…ã„ã‚„ãã‚ã‚ã‚ã£ã£ï¼', 'ん…ã ã‚ã£ã€ã ã‚ã‡ã£ã£ï¼ï¼'];
serihu_array[2][5].okLV = 5;
serihu_array[2][5].good.para = 7;
serihu_array[2][5].good.serihu = ['ã‚・・ã‚・・気æŒã¡ï½¥ï½¥ã„ã„よã…', 'ã‚“ã²ãƒã£ï¼', 'ã‚…ãã‚“ãªâ€¦ã¨â€¦ã“…んんã£ï¼', 'ã†ã²ãƒã£â€¦ã‚ã€ã‚ã‚ã‚ãã'];
serihu_array[2][5].bad.para = -14;
serihu_array[2][5].bad.serihu = ['ã‚„ã£ï¼ã ã‚ã‡ã‡ï½¥ï½¥ï½¥', 'ãã€ãゃã‚ã‚ã‚ã‚ã‚ã‚ã‚ã£', 'ã‚„ã€ã„ã‚„ã£ï¼ãªã«ã™ã‚‹æ°—ï¼ï¼Ÿ', 'ã ã€ã ã‚…ã„ã‚„ã ã‚ã‚ã'];
serihu_array[2][6].okLV = 7;
serihu_array[2][6].good.para = 10;
serihu_array[2][6].good.serihu = ['ãã€ããŸãªã„・・・ã‚ã‚“ã£', 'ã‚ã†ã……舌ãŒâ€¦ã¯ã„ã£ã¦â€¦', 'ã‚“ã£â€¦ã‚…ã ã‚ã‡ã‡', 'ã ã‚ã よ?ã ã‚ã‡ã£â€¦ã‚“…ã‚ã‚ã‚ã£'];
serihu_array[2][6].bad.para = -30;
serihu_array[2][6].bad.serihu = ['ã¸ã€ãƒ˜ãƒ³ã‚¿ã‚¤ï¼ã„・・ã„ã‚„ããã', 'ãゃã£ï¼ã„ã‚„ã‚ã£', 'ãŠã—ã‚Šã®ç©´èˆã‚ã¡ã‚ƒã ã‚ã£', 'ã‚ã†ã£â€¦èˆŒå…¥ã‚Œãªã„ã§ã‡ã£'];
serihu_array[3][0].okLV = 0;
serihu_array[3][0].good.para = 2;
serihu_array[3][0].good.serihu = [''];
serihu_array[3][0].bad.para = -1;
serihu_array[3][0].bad.serihu = [''];
serihu_array[3][1].okLV = 3;
serihu_array[3][1].good.para = 2;
serihu_array[3][1].good.serihu = ['ã‚ã‚“ã£', 'ãã€ãã™ãã£ãŸã„よ', 'ん……', 'ã‚ã‚“'];
serihu_array[3][1].bad.para = -4;
serihu_array[3][1].bad.serihu = ['ã„ã‚„ã£ï¼ãªã€ãªã«ï¼Ÿ', 'ãªã€ãªã«ã™ã‚‹ã®å¤‰æ…‹ï¼', 'ã‚„ã€ã‚„ã ã£ï¼ãªã«ï¼ï¼Ÿ', 'ã„ã‚„ã£ï¼ã‚„ã‚ã¦ã£'];
serihu_array[3][2].okLV = 2;
serihu_array[3][2].good.para = 3;
serihu_array[3][2].good.serihu = ['ã¶ã‚‹ã¶ã‚‹ã„ã£ã¦ã‚‹ã‚ˆã‰', 'ãˆã€ãªã«ã“ã‚Œ', 'ã¶ã‚‹ã¶ã‚‹ã„ã£ã¦ã¡ã‚‡ã£ã¨æ°—æŒã¡ã„ã„ã‹ã‚‚', 'ã‚ã¯ã¯ã¯ã€è¶³ã®è£ã¯ã‚„ã‚ã¦ãƒ¼'];
serihu_array[3][2].bad.para = -3;
serihu_array[3][2].bad.serihu = ['何やã£ã¦ã‚“ã®ï¼Ÿ', '変ãªã“ã¨ã—ãªã„ã§ï¼', 'ãã™ãã£ãŸã„ã ã‘ã ã‹ã‚‰ã‚„ã‚ã¦ã£', 'ãªã€ãªã«ã™ã‚‹ã®ã‚ˆã£'];
serihu_array[3][3].okLV = 4;
serihu_array[3][3].good.para = 6;
serihu_array[3][3].good.serihu = ['ã‚・・変ãªæ„Ÿã˜ï½¥ï½¥', 'ã‚“ã£ã‚“ã£ã‚“ã£', 'ã‚“ã‚ã£ã€ãªã€ãªã«ä»Šã®ï¼Ÿ', 'ã‚…ãã“å¼±ã„ã‹ã‚‚…'];
serihu_array[3][3].bad.para = -4;
serihu_array[3][3].bad.serihu = ['ã‚„ã‚ã¦ã£', 'ã‚…ã ã‚ã ã£ã¦ã°ã€ã‚„ã‚よã†ï¼Ÿ', 'å«Œãªã®ã€ç„¡ç†ã‚„ã‚Šãªã‚“ã¦ã ã‚ã よ', 'ãŠæ¯ã•ã‚“ã«è¨€ã„ã¤ã‘ã¦ã‚„ã‚‹ï¼'];
serihu_array[3][4].okLV = 5;
serihu_array[3][4].good.para = 3;
serihu_array[3][4].good.serihu = ['ん・・・ã‚ã‚“', 'ãゃんã£', 'ん…ã‚ã£', 'ã²ã…ã£'];
serihu_array[3][4].bad.para = -5;
serihu_array[3][4].bad.serihu = ['ん・・ãªã«ï¼Ÿ', 'ん…ãã“ã¯ã‚ã‚“ã¾ã‚Šâ€¦', 'ãã‡ã€ã‚‚ã†ã‚„ã‚ãŸæ–¹ãŒã„ã„よ…', 'ãゃã£ï¼ï¼Ÿ'];
serihu_array[3][5].okLV = 5;
serihu_array[3][5].good.para = 8;
serihu_array[3][5].good.serihu = ['ã‚ã‚ã‚ã£ï½¥ï½¥ï½¥', 'ã‚…ã‚ã‚ã‚ã£', 'ã ã‚ã‡ã£ï¼ã‚ã£â€¦', 'ん…ã‚ã£â€¦'];
serihu_array[3][5].bad.para = -10;
serihu_array[3][5].bad.serihu = ['ãã‚“ãªã®ã„ã‚„ãï¼', 'ã‚ã†ã£ã£ï¼ã„や…', 'ãµãˆã‡ãˆã‚“', 'ã„ã‚„ã€ã‚‚ã†è¨±ã—ã¦ã‚ˆã……'];
serihu_array[3][6].okLV = 7;
serihu_array[3][6].good.para = 10;
serihu_array[3][6].good.serihu = ['ã‚„ã£ï½¥ï½¥ï½¥ã‚・・', 'ã ã‚ã‡â€¦ã²ãƒã£', '入りå£ãŒå¤‰ãªæ„Ÿã˜ã よã……', 'ã‚…ãŠã—ã‚ŠãŒâ€¦â€¦'];
serihu_array[3][6].bad.para = -18;
serihu_array[3][6].bad.serihu = ['ãã“ã¯ã„ã‚„ã£ï¼', 'ãã£â€¦ã²ãƒã£â€¦ã„ã‚„ã よã‰', 'ã‚“ã£â€¦ã„ã€å…¥ã‚Œã¡ã‚ƒã„や…', 'ãŠã—ã‚Šãªã‚“ã¦å¤‰ã よ…'];
serihu_array[4][0].okLV = 0;
serihu_array[4][0].good.para = 2;
serihu_array[4][0].good.serihu = [''];
serihu_array[4][0].bad.para = -1;
serihu_array[4][0].bad.serihu = [''];
serihu_array[4][1].okLV = 1;
serihu_array[4][1].good.para = 2;
serihu_array[4][1].good.serihu = [''];
serihu_array[4][1].bad.para = -1;
serihu_array[4][1].bad.serihu = [''];
serihu_array[4][2].okLV = 2;
serihu_array[4][2].good.para = 2;
serihu_array[4][2].good.serihu = [''];
serihu_array[4][2].bad.para = -1;
serihu_array[4][2].bad.serihu = [''];
serihu_array[4][3].okLV = 3;
serihu_array[4][3].good.para = 2;
serihu_array[4][3].good.serihu = [''];
serihu_array[4][3].bad.para = -1;
serihu_array[4][3].bad.serihu = [''];
serihu_array[4][4].okLV = 4;
serihu_array[4][4].good.para = 2;
serihu_array[4][4].good.serihu = [''];
serihu_array[4][4].bad.para = -1;
serihu_array[4][4].bad.serihu = [''];
serihu_array[4][5].okLV = 6;
serihu_array[4][5].good.para = 6;
serihu_array[4][5].good.serihu = ['ã ã‚ã‡ï½¥ï½¥ï½¥ãã‚“ãªã®ï½¥ï½¥ï½¥', 'ã¡ã‚ƒâ€¦â€¦ã¡ã‚ƒã‚“ã¨å¡—らã—ã¦â€¦', 'ã²ã£â€¦ãã‚“ãªã®å…¥ã‚‰ãªã„ã£', 'ã†â€¦ã‚ã‚ん…'];
serihu_array[4][5].bad.para = -18;
serihu_array[4][5].bad.serihu = ['ã„・・ã„ãŸã£', 'ãã‚“ãªã®ã„ã‚„ã£ï¼ã„ã‚„ãã‚ã‚ã‚ã‚ã£', 'ã²ãã…ã£â€¦ã‚„ã よã…', 'ã²ãƒã£ï¼ã„ãŸã€ã„ãŸã„ãƒãƒãƒã£'];
serihu_array[4][6].okLV = 7;
serihu_array[4][6].good.para = 10;
serihu_array[4][6].good.serihu = ['ãã‚“ãªã®ç„¡ç†ã よã…', 'ãã“ã«ã¯å…¥ã‚‰ãªã„よ…', 'ã ã‚ã ã£ã¦ã°ã…', 'ã ã‚ã£â€¦ãれ以上ã¯â€¦'];
serihu_array[4][6].bad.para = -22;
serihu_array[4][6].bad.serihu = ['ダメッï¼ã‚„ã‚ã¦ï¼', 'ã„ã€ã„ã‚„ã‚ã‚ã‚ã‚ã‚ã‚ã‚ããã£ï¼ï¼', 'ã‚„ã‚ã¦ï¼ã‚„ã‚ã¦ã‡ã‡ã£ã£', 'ã„ã‚„ã€ã„ã‚„ã ã…ã•ã€ã•ã‘ã¡ã‚ƒã†ã£'];
serihu_array[5][0].okLV = 4;
serihu_array[5][0].good.para = -4;
serihu_array[5][0].good.serihu = ['ã‚„ã‚ã¦ã‚ˆãƒ¼', 'ã„ã‚„ã£'];
serihu_array[5][0].bad.para = -4;
serihu_array[5][0].bad.serihu = ['ãゃãã£ã‚„ã‚ã¦ï¼', '笑ãˆãªã„ã‹ã‚‰ã‚„ã‚ã¦ã£ï¼', '…怒るよ?'];
serihu_array[5][1].okLV = 1;
serihu_array[5][1].good.para = 2;
serihu_array[5][1].good.serihu = [''];
serihu_array[5][1].bad.para = -1;
serihu_array[5][1].bad.serihu = [''];
serihu_array[5][2].okLV = 2;
serihu_array[5][2].good.para = 3;
serihu_array[5][2].good.serihu = ['ãˆã£ã¡ï½¥ï½¥ï½¥', 'ãªâ€¦ãªã«ï¼Ÿ', 'ã‚„ã£â€¦ãã‚“ãªã®ã£'];
serihu_array[5][2].bad.para = -6;
serihu_array[5][2].bad.serihu = ['ãã‚“ãªã‚‚ã®æŠ¼ã—付ã‘ãªã„ã§ï¼', 'ãªã€ãªã«ã™ã‚‹ã®ã‚ˆï¼', 'ã‚„ã‚ã¦ï¼ã„や……'];
serihu_array[5][3].okLV = 3;
serihu_array[5][3].good.para = 4;
serihu_array[5][3].good.serihu = ['ãã‚Šãã‚Šã—ãªã„ã§ï½¥ï½¥', 'ã‚„ã€ã ã‚ã‡ã£ï¼', 'ãªã€ãªã«å‡ºã—ã¦ã‚‹ã®ã‚ˆï¼', 'ã†ã†â€¦ã‚„ã‚ã¦â€¦'];
serihu_array[5][3].bad.para = -6;
serihu_array[5][3].bad.serihu = ['ã„ã‚„ã£ãƒ˜ãƒ³ã‚¿ã‚¤ï¼', 'ã ã‚ã よ…', 'ç„¡ç†ï¼ã‚„ã‚ã¦ï¼', 'ãゃã‚ã‚ï¼ãªã€ãªã«ã‚„ã£ã¦ã‚‹ã®ï¼ï¼Ÿ'];
serihu_array[5][4].okLV = 4;
serihu_array[5][4].good.para = 5;
serihu_array[5][4].good.serihu = ['ã‚・・押ã—付ã‘ãªã„ã§ã‚ˆï½¥ï½¥', 'ã‚“ã€ã ã‚ã よ…', 'ãã‚“ãªã«æŠ¼ã—付ã‘ãªã„ã§', '……ãã‚“ãªã«å…¥ã‚ŒãŸã„ã®ï¼Ÿ'];
serihu_array[5][4].bad.para = -6;
serihu_array[5][4].bad.serihu = ['変ãªç‰©æŠ¼ã—付ã‘ãªã„ã§ï¼', 'ã„ã‚„ã£â€¦', 'ヒィッï¼ã„ã€ã„ã‚„ã ãã‚ã‚'];
serihu_array[5][5].okLV = 7;
serihu_array[5][5].good.para = 2;
serihu_array[5][5].good.serihu = [''];
serihu_array[5][5].bad.para = -1;
serihu_array[5][5].bad.serihu = [''];
serihu_array[5][6].okLV = 7;
serihu_array[5][6].good.para = 2;
serihu_array[5][6].good.serihu = [''];
serihu_array[5][6].bad.para = -1;
serihu_array[5][6].bad.serihu = [''];
}
this.stop();
normalSerif();
_root.timer = new Object();
_root.timer.startTime = getTimer();
_root.timer.endTime = _root.TimeRimit;
_root.timer.objectPath = timer_mc;
timerStart(_root.timer);
info_obj = new Object();
info_obj.PtoL_array = [-20, -10, 20, 30, 50, 60, 70, 90, 150, 160];
info_obj.pointMin = -40;
info_obj.pointMax = info_obj.PtoL_array[7];
info_obj.nowPoint = 0;
info_obj.nowLevel = 0;
info_obj.realLevel = 2;
info_obj.dankai = 1;
info_obj.charadankai = 1;
var i = 1;
while (i <= 10) {
info_obj['level' + i] = new Object();
info_obj['level' + i].frameNo = i;
++i;
}
PointToLevel(info_obj, charaIcon_mc);
tattiObj_array = ['', '', 'bottom_mc', 'bottom_mc', 'bottom_mc', 'bottom_mc', 'bottom_mc'];
var i = 1;
while (i <= 7) {
btnAll_mc['btn' + i].moveObj = this.chara_mc[tattiObj_array[i - 1]];
btnAll_mc['btn' + i].myNum = i;
btnAll_mc['btn' + i].onPress = function () {
var v3 = this._parent._parent;
if (v3.talk_mc._currentframe == 1) {
var v4 = v3.serihu_array[_root.mouseAll_mc._currentframe - 1][this.myNum - 1];
if (v3.info_obj.nowLevel >= v4.okLV) {
v3.pointUP(v3, v4.good.para);
v3.talk_mc.serihu_str = v4.good.serihu[Math.floor(Math.random() * v4.good.serihu.length)];
v3.talk_mc.play();
} else {
v3.pointUP(v3, v4.bad.para);
v3.talk_mc.serihu_str = v4.bad.serihu[Math.floor(Math.random() * v4.bad.serihu.length)];
v3.talk_mc.play();
}
this.moveObj.play();
v3.PointToLevel(v3.info_obj, v3.charaIcon_mc);
}
};
btnAll_mc['btn' + i].onRelease = function () {};
btnAll_mc['btn' + i].onRollOver = function () {
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(2);
};
btnAll_mc['btn' + i].onRollOut = function () {
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
btnAll_mc['btn' + i].onReleaseOutside = btnAll_mc['btn' + i].onRollOut;
++i;
}
tattiEnabled(enabledInfo_array[0], btnAll_mc);
var i = 1;
while (i <= 7) {
itemAll_mc['btn' + i].img_mc.gotoAndStop(i);
itemAll_mc['btn' + i].myNum = i;
itemAll_mc['btn' + i].onRelease = function () {
_root.mouseAll_mc.gotoAndStop(this.myNum);
_root.mouseAll_mc.mouse_mc._x = _root.mouseAll_mc._xmouse;
_root.mouseAll_mc.mouse_mc._y = _root.mouseAll_mc._ymouse;
this._parent._parent.btnEnabled(this._parent._parent.info_obj, this._parent);
this._parent._parent.tattiEnabled(this._parent._parent.enabledInfo_array[this.myNum - 1], this._parent._parent.btnAll_mc);
var v3 = 1;
while (v3 <= 2) {
this._parent._parent['btnarea' + v3 + '_mc'].btn_mc.enabled = false;
++v3;
}
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
itemAll_mc['btn' + i].onRollOver = function () {
this.gotoAndStop(2);
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(2);
};
itemAll_mc['btn' + i].onReleaseOutside = function () {
this.gotoAndStop(1);
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
itemAll_mc['btn' + i].onRollOut = itemAll_mc['btn' + i].onReleaseOutside;
++i;
}
btnEnabled(info_obj, itemAll_mc);
var datui1_datui = new datui(chara_mc.sukato_mc, btnarea1_mc.area_mc, btnarea1_mc.btn_mc);
datui1_datui.endFunction = endFunction1;
datui1_datui.btnRollOver = 2;
datui1_datui.btn_mc._alpha = 100;
datui1_datui.upStart();
btnarea1_mc.btn_mc.enabled = false;
itemAll_mc.btn7.onRelease = function () {
_root.mouseAll_mc.gotoAndStop(7);
_root.mouseAll_mc.mouse_mc._x = _root.mouseAll_mc._xmouse;
_root.mouseAll_mc.mouse_mc._y = _root.mouseAll_mc._ymouse;
var v3 = this._parent._parent;
v3.btnEnabled(v3.info_obj, v3.itemAll_mc);
v3.tattiEnabled([], v3.btnAll_mc);
v3['btnarea' + v3.info_obj.dankai + '_mc'].btn_mc.enabled = true;
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
itemAll_mc.btn7.onRollOver = function () {
this.gotoAndStop(2);
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(2);
};
itemAll_mc.btn7.onReleaseOutside = function () {
this.gotoAndStop(1);
this._parent._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
itemAll_mc.btn7.onRollOut = itemAll_mc.btn7.onReleaseOutside;
nextBTN_mc.onRelease = function () {
_root.nextFrame();
this.enabled = false;
this.gotoAndStop(1);
var v3 = this._parent;
for (var v4 in v3.itemAll_mc) {
v3.itemAll_mc[v4].enabled = false;
}
v3.btnAll_mc._visible = false;
this._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
nextBTN_mc.onRollOver = function () {
this.gotoAndStop(2);
this._parent._parent.mouseAll_mc.target_mc.gotoAndStop(2);
};
nextBTN_mc.onReleaseOutside = function () {
this.gotoAndStop(1);
this._parent._parent.mouseAll_mc.target_mc.gotoAndStop(1);
};
nextBTN_mc.onRollOut = nextBTN_mc.onReleaseOutside;
}
}
frame 6 {
_root.clearSI('All');
stage2._alpha = 0;
stage2.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
this._alpha = 100;
this._parent.stage1.swapDepths(_root.getNextHighestDepth());
this._parent.stage1.removeMovieClip();
_root.clearSI('eyeStart');
_root.clearSI('hukidasi_si');
this.gotoAndStop(2);
delete this.onEnterFrame;
}
};
mouseAll_mc.target_mc.gotoAndStop(1);
}
movieClip 382 {
}
movieClip 387 {
frame 1 {
this.stop();
}
}
movieClip 397 {
frame 8 {
this.gotoAndStop(1);
}
}
movieClip 402 {
frame 1 {
this.stop();
}
}
movieClip 405 {
}
movieClip 410 {
frame 1 {
this.stop();
}
frame 3 {
this.gotoAndStop(1);
}
}
movieClip 413 {
}
movieClip 420 {
frame 1 {
this.talkNum = 3;
if (this.count == undefined) {
this.count = 0;
this.stop();
}
}
frame 9 {
if (this.count < this.talkNum) {
++this.count;
this.gotoAndPlay(1);
} else {
this.count = 0;
this.gotoAndStop(1);
}
}
}
movieClip 425 {
frame 1 {
this.stop();
}
}
movieClip 432 {
frame 1 {
this.stop();
_root.si_obj.eyeStart2 = setInterval(_root.waitPlay, Math.random() * 2000 + 1000, this, 'eyeStart2');
}
frame 9 {
this.gotoAndStop(1);
}
}
movieClip 433 {
frame 1 {
this.stop();
_root.si_obj.eyeStart2 = setInterval(_root.waitPlay, Math.random() * 2000 + 1000, this, 'eyeStart2');
}
frame 5 {
this.gotoAndStop(1);
}
}
movieClip 434 {
frame 1 {
this.stop();
}
}
movieClip 437 {
}
movieClip 448 {
frame 17 {
this.gotoAndPlay(1);
}
}
movieClip 461 {
frame 21 {
this.gotoAndPlay(1);
}
}
movieClip 474 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 493 {
frame 33 {
this.gotoAndPlay(1);
}
}
movieClip 494 {
frame 1 {
this.stop();
baibu_mc._visible = false;
rorter_mc._visible = false;
penisu_mc._visible = false;
hoho_mc._visible = false;
toiki_mc._visible = false;
}
}
movieClip 496 {
}
movieClip 501 {
}
movieClip 502 {
}
movieClip 504 {
}
movieClip 506 {
}
movieClip 508 {
}
movieClip 510 {
}
movieClip 512 {
}
movieClip 514 {
}
movieClip 515 {
frame 1 {
area_mc._visible = false;
}
}
movieClip 517 {
}
movieClip 519 {
}
movieClip 520 {
frame 2 {
this.serihu_str = this._parent.lastTalk_array[this.count];
this.hukidasi_mc.hukidasi_txt.text = this.serihu_str;
}
frame 8 {
this.stop();
_root.si_obj.hukidasi_si = setInterval(_root.waitPlay, 1500, this, 'hukidasi_si');
}
frame 15 {
if (this.count == this.maxNum - 1) {
this._parent.hassya(this._parent);
++this.count;
this.gotoAndPlay(1);
} else {
if (this.count == this.maxNum) {
this._parent.talkEnd();
} else {
++this.count;
this.gotoAndPlay(1);
}
}
}
}
movieClip 521 {
frame 1 {
function timerStart(obj) {
obj.objectPath.moveArea = obj.objectPath.line_mc._width - obj.objectPath.car_mc._width;
obj.objectPath.car_mc._x = obj.objectPath.moveArea;
obj.objectPath.startTime = obj.startTime;
obj.objectPath.endTime = obj.endTime;
obj.objectPath.onEnterFrame = function () {
var v3 = this.moveArea - Math.floor(((getTimer() - this.startTime) / this.endTime) * this.moveArea * 100) / 100;
if (v3 > 0) {
this.car_mc._x = v3;
} else {
_root.timeOver(this._parent);
delete this.onEnterFrame;
}
};
}
this.stop();
btnAll_mc._alpha = 0;
itemAll_mc.btn7._visible = false;
barAll_mc._visible = false;
_root.timer.objectPath = timer_mc;
timerStart(_root.timer);
}
frame 2 {
function pointUP(obj, num) {
obj.info_obj.nowPoint += num;
if (obj.info_obj.nowPoint > obj.info_obj.pointMax) {
obj.info_obj.nowPoint = obj.info_obj.pointMax;
} else {
if (obj.info_obj.nowPoint < obj.info_obj.pointMin) {
obj.info_obj.nowPoint = obj.info_obj.pointMin;
}
}
obj.PointToLevel(obj.info_obj, obj.charaIcon_mc);
if (obj.info_obj.dankai[0] == true && obj.info_obj.realLevel >= 6) {
obj.itemAll_mc.btn7._visible = true;
obj.itemAll_mc.btn7.enabled = true;
} else {
if (obj.info_obj.dankai[1] == true && obj.info_obj.realLevel >= 6) {
obj.itemAll_mc.btn7._visible = true;
obj.itemAll_mc.btn7.enabled = true;
}
}
obj.charaImage(obj.chara_mc, obj.info_obj.realLevel);
if (obj.info_obj.nowPoint == obj.info_obj.pointMin) {
_root.pointOut(this);
}
}
function charaImage(obj, LV) {
if (LV >= 9) {
obj.mayu_mc.gotoAndStop(2);
obj.hoho_mc._visible = true;
if (!obj.toiki_mc._visible) {
obj.toiki_mc._visible = true;
obj.toiki_mc.gotoAndPlay(1);
}
} else {
if (LV >= 8) {
obj.mayu_mc.gotoAndStop(2);
obj.hoho_mc._visible = true;
if (!obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
obj.toiki_mc.gotoAndPlay(1);
}
} else {
if (LV >= 6) {
obj.mayu_mc.gotoAndStop(2);
obj.hoho_mc._visible = false;
if (obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
}
} else {
if (LV >= 4) {
obj.mayu_mc.gotoAndStop(1);
obj.hoho_mc._visible = false;
if (obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
}
} else {
if (LV >= 2) {
obj.mayu_mc.gotoAndStop(1);
obj.hoho_mc._visible = false;
if (obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
}
} else {
obj.mayu_mc.gotoAndStop(1);
obj.hoho_mc._visible = false;
if (obj.toiki_mc._visible) {
obj.toiki_mc._visible = false;
}
}
}
}
}
}
obj.mouse_mc.play();
}
function barEnterFrame(obj, bool) {
if (bool) {
obj._visible = true;
obj.bar_mc._xscale = 0;
obj.num = 0;
obj.numMax = 150;
obj.count = 0;
obj.plus_array = [2, 2, 2, 2, 2, -1, -1, -1, -1, -1];
obj.onEnterFrame = function () {
this.num += this.plus_array[this.count];
if (this.num >= this.numMax) {
this.num = this.numMax;
this._parent.nextFrame();
}
this.bar_mc._xscale = Math.floor((this.num / this.numMax) * 10000) / 100;
if (this.count < this.plus_array.length - 1) {
++this.count;
} else {
this.count = 0;
}
};
} else {
delete obj.onEnterFrame;
obj._visible = false;
}
}
function tattiEnabled(obj, btnObj) {
if (obj.length > 0) {
var v1 = 1;
while (v1 <= obj.length) {
btnObj['btn' + v1].enabled = obj[v1 - 1];
++v1;
}
} else {
var v1 = 1;
while (v1 <= 6) {
btnObj['btn' + v1].enabled = false;
++v1;
}
}
}
function btnEnabled(obj, btnAll) {
var v2 = 1;
while (v2 <= 7) {
btnAll['btn' + v2].enabled = true;
btnAll['btn' + v2].gotoAndStop(1);
++v2;
}
btnAll['btn' + _root.mouseAll_mc._currentframe].enabled = false;
btnAll['btn' + _root.mouseAll_mc._currentframe].gotoAndStop(3);
}
function PointToLevel(obj, charaIcon) {
var v3 = obj.nowPoint;
var v1 = 0;
while (v1 < obj.PtoL_array.length) {
if (v3 <= obj.PtoL_array[v1]) {
obj.realLevel = v1;
if (v1 - 2 < 0) {
obj.nowLevel = 0;
} else {
obj.nowLevel = v1 - 2;
}
break;
}
++v1;
}
charaIcon.gotoAndStop(obj.realLevel + 1);
}
function normalSerif() {
enabledInfo_array = new Array();
enabledInfo_array[0] = [true, true, true, false, false, false];
enabledInfo_array[1] = [false, true, true, false, false, false];
enabledInfo_array[2] = [false, true, true, false, false, false];
enabledInfo_array[3] = [false, false, true, false, false, false];
enabledInfo_array[4] = [false, false, false, false, false, false];
enabledInfo_array[5] = [true, true, true, false, false, false];
serihu_array = new Array();
var v2 = 0;
while (v2 < 6) {
serihu_array[v2] = new Array();
var v1 = 0;
while (v1 < 6) {
serihu_array[v2][v1] = new Object();
serihu_array[v2][v1].okLV;
serihu_array[v2][v1].good = new Object();
serihu_array[v2][v1].bad = new Object();
serihu_array[v2][v1].good.serihu = new Array();
serihu_array[v2][v1].good.para;
serihu_array[v2][v1].bad.serihu = new Array();
serihu_array[v2][v1].bad.para;
++v1;
}
++v2;
}
serihu_array[0][0].okLV = 0;
serihu_array[0][0].good.para = 4;
serihu_array[0][0].good.serihu = ['åã©ã‚‚扱ã„ã—ãªã„ã§ã‚ˆï½¥ï½¥', 'ã«ã‚ƒâ€¦', 'ãˆã¸ã€ãªã‚“ã‹ç…§ã‚Œã‚‹ã‚ˆ', 'ã‚‚ã……ãã‚“ãªã«ãªã§ãªã§ã—ãªã„ã§'];
serihu_array[0][0].bad.para = 0;
serihu_array[0][0].bad.serihu = [''];
serihu_array[0][1].okLV = 1;
serihu_array[0][1].good.para = 2;
serihu_array[0][1].good.serihu = ['?', 'ãªã€ãªã«ï¼Ÿ', 'ã„ã‚„ã‚ã€ã»ã£ãºã¤ã¾ã¾ãªã„ã§', 'ã«ã‚ƒã€ã«ã‚ƒã«ã²ã‚…ã‚‹ã®ã‚ˆï½ž'];
serihu_array[0][1].bad.para = -1;
serihu_array[0][1].bad.serihu = ['ã•ã€ã•ã‚らãªã„ã§ï½¥ï½¥', 'ãªã€ãªã«ã™ã‚‹ã®ã£', 'ãã‡ã€â€¦ãŠé¡˜ã„', 'ã‚„ã‚ã¦ã‚ˆã£', 'ã‚„ã€ã‚„ã‚ã¦ï¼'];
serihu_array[0][2].okLV = 0;
serihu_array[0][2].good.para = 5;
serihu_array[0][2].good.serihu = ['ã‚・・ã ã‚・・', 'ん…ã‚ã£â€¦â€¦', 'ã²ã…ã£â€¦ã‚“…ã‚ã‚“ã£', 'ã†ã……ん…', 'ã†ã……ã ã‚ã よã……'];
serihu_array[0][2].bad.para = -4;
serihu_array[0][2].bad.serihu = ['ãŠé¡˜ã„ã€ã‚‚ã†ã‚„ã‚よã…・・', 'ã²ãƒã£', 'ãªã€æ’«ã§ãªã„ã§â€¦', 'ã„ã‚„ã£ã„ã‚„ã„ã‚„ï¼', 'ãã‡â€¦ã‚„ã‚よã†ã‚ˆâ€¦ãƒ€ãƒ¡ã よã€ã“ã‚“ãªâ€¦'];
serihu_array[0][3].okLV = 3;
serihu_array[0][3].good.para = 4;
serihu_array[0][3].good.serihu = ['ã‚ãµã…・・', 'ã‚“ã£â€¦ã‚“ã£â€¦', 'ã‚…ん…', 'ã†â€¦ã£ã…ã‚ãã‚“', 'ã‚ãã€å¤‰ãªæ°—æŒã¡â€¦'];
serihu_array[0][3].bad.para = -6;
serihu_array[0][3].bad.serihu = ['何ã™ã‚‹ã®ï¼ï¼Ÿ', 'ん…ã‚ã€ã ã‚ã‡â€¦', 'ã„や…やã€ã‚„ã‚ã¦', 'æ‰ã‚“ã˜ã‚ƒå«Œâ€¦', 'ヒィッ…ã¡ã€ä¹³é¦–引ã£å¼µã‚‰ãªã„ã§â€¦'];
serihu_array[0][4].okLV = 4;
serihu_array[0][4].good.para = 5;
serihu_array[0][4].good.serihu = ['ã‹ãã¾ã‚ã•ãªã„ã§ã‡ï½¥ï½¥', 'ã‚…ã²ã…ッん', 'ã‚…ãã€ãã“…', 'ã„ã£ï¼ï¼Ÿã‚ã£ã‚ã‚ã‚ã£ã£', 'ã²ãã£ã€ã²ã€ã²ã‚‚ã¡â€¦ã„ãƒ'];
serihu_array[0][4].bad.para = -12;
serihu_array[0][4].bad.serihu = ['ã‚„ã ï¼ã‚„ã ã‚„ã ï¼', 'ã„ï¼ï¼Ÿã ã€ã ã‚ã‡ï¼', 'ãã€ã»ã€ã»ã‚“ã¨ã«ã‚„ã‚よã†â€¦ãƒ€ãƒ¡ã ã£ã¦â€¦', 'ん…ã‚…ã ã‚ã£', 'ã‚‚ã€ã‚‚ã†è¨±ã—ã¦â€¦'];
serihu_array[0][5].okLV = 7;
serihu_array[0][5].good.para = 8;
serihu_array[0][5].good.serihu = ['ã‚ã…ã£ï½¥ï½¥ã‚†ã€ã‚†ã³ãŒï½¥ï½¥', 'ã‚“ããã£', 'ã¸ã€å¤‰ãªæ„Ÿã˜ãƒãƒâ€¦', 'ãŠã€ãŠã—ã‚Šãªã‚“ã¦å«Œã よã……', 'ãŠã€å¥¥ã«â€¦å±Šã„ã¦'];
serihu_array[0][5].bad.para = -20;
serihu_array[0][5].bad.serihu = ['ã„ãŸã„よï¼æŠœã„ã¦ã€ã¬ã„ã¦ã‡', 'ãŠã€ãŠã—ã‚Šãªã‚“ã¦ã‚„ã‚ã¦', 'å«Œã よã€æ±šã„よ', 'イヤァッ指入れãªã„ã§â€¦', 'ã„ã€ã„ãŸã„よ'];
serihu_array[1][0].okLV = 0;
serihu_array[1][0].good.para = 0;
serihu_array[1][0].good.serihu = [''];
serihu_array[1][0].bad.para = 0;
serihu_array[1][0].bad.serihu = [''];
serihu_array[1][1].okLV = 1;
serihu_array[1][1].good.para = 2;
serihu_array[1][1].good.serihu = ['ã©ã†ã—ãŸã®ï¼Ÿ', 'ãªã€ãªã«ï¼Ÿã˜ã£ã¨è¦‹ã¦â€¦', '…ãˆã¨â€¦ãã®â€¦ãªã‚“ã‹æ¥ãšã‹ã—ã„ãªâ€¦', 'ん…照れるよ…'];
serihu_array[1][1].bad.para = -1;
serihu_array[1][1].bad.serihu = ['ã˜ã‚ã˜ã‚見ãªã„ã§ã‚ˆï½¥ï½¥', 'ãªã€ãªã«ã‚ˆâ€¦', 'ãã‡â€¦ã€ã‚‚ã†ã„ã„ã§ã—ょ…', 'ã¿ã€ã¿ãªã„ã§ã‚ˆâ€¦'];
serihu_array[1][2].okLV = 2;
serihu_array[1][2].good.para = 2;
serihu_array[1][2].good.serihu = ['ã¿ã€è¦‹ã¡ã‚ƒã ã‚・・', 'ã†ã……ã¯ã€ã¯ãšã‹ã—ã„…', 'ã ã‚ã‡â€¦ãã‚“ãªã«è¦‹ãªã„ã§â€¦', 'ã„ã€ã„や…', 'ãã‚“ãªã«â€¦è¦‹ãŸã„?'];
serihu_array[1][2].bad.para = -2;
serihu_array[1][2].bad.serihu = ['ãã‚“ãªç›®ã§ã„ã¤ã‚‚見ã¦ãŸã®ï¼Ÿ', 'ã©ã€ã©ã“ã¿ã¦ã‚‹ã®ï¼ï¼Ÿ', 'ã„ã‚„ã£ãã‚“ãªã«è¦‹ãªã„ã§â€¦', 'ã„ã‚„ã£ã€è¦‹ãªã„ã§â€¦', 'ã„ã‚„ã€ã„ã‚„ã よ…'];
serihu_array[1][3].okLV = 3;
serihu_array[1][3].good.para = 2;
serihu_array[1][3].good.serihu = ['å°ã•ã„ã‹ã‚‰æ¥ãšã‹ã—ã„・・', 'ãã‡â€¦ãã‚“ãªã«è¦‹ãªã„ã§ã‚ˆâ€¦', 'ã¯ã€æ¥ãšã‹ã—ã„よ', 'ã‚„ã ãæ¥ãšã‹ã—ã„', 'å°ã•ã„ã®â€¦ã‚ライ…?'];
serihu_array[1][3].bad.para = -2;
serihu_array[1][3].bad.serihu = ['見ãªã„ã§ã‚ˆï¼ã‚¹ã‚±ãƒ™', 'ã¿ã€ã¿ãªã„ã§ï¼', 'ã‚„ã€ã‚„ã‚ã¦ï¼', 'ã„ã‚„ã€ã„ã‚„ã„ã‚„ã£', '何ã§ãã‚“ãªã“ã¨ã™ã‚‹ã®â€¦'];
serihu_array[1][4].okLV = 4;
serihu_array[1][4].good.para = 5;
serihu_array[1][4].good.serihu = ['ãã€ãã‚“ãªã«åºƒã’ãªã„ã§ï½¥ï½¥', 'ã‚„ã ã‚„ã …ã¯ã€ã¯ãšã‹ã—ã„よã…', 'ã²ã…ッã²ã€åºƒã’ã¡ã‚ƒã‚„ã ã', 'ã†â€¦ã†ã…ã……', 'ã‚ã‚…もã£ã¨â€¦'];
serihu_array[1][4].bad.para = -5;
serihu_array[1][4].bad.serihu = ['ã ã‚ï¼ã‚³ã‚³ã¯ã ã‚ãªã‚“ã ã‹ã‚‰ï¼', 'ã ã€ã ã‚ã ã£ã¦â€¦', 'ã„ã‚„ã…ãŠâ—‹ã‚“ã“見ã¡ã‚ƒå«Œã…', 'ã ã‚ã‡ï¼ã‚‚ã€ã‚‚ã†è¦‹ãªã„ã§ï¼', 'ã²ã€åºƒã’ãªã„ã§ï¼ã„ã‚„ã ã£ï¼'];
serihu_array[1][5].okLV = 4;
serihu_array[1][5].good.para = 4;
serihu_array[1][5].good.serihu = ['ãŠã—ã‚Šã®ç©´ã¿ãªã„ã§ã‡ï½¥ï½¥', 'ã„ã‚„ã…ãŠã—ã‚Šã®ç©´ãªã‚“ã¦â€¦', 'ã„ã‚„ã£ãŠã—ã‚Šã„ã‚„ã£', 'ãã€ãã“ã¯è¦‹ãªã„ã§â€¦', 'ã²ãƒã€ãŠã—り広ã’ãªã„ã§ã‡ã‡ãƒƒ'];
serihu_array[1][5].bad.para = -6;
serihu_array[1][5].bad.serihu = ['æ¥ãšã‹ã—ã„ã‹ã‚‰è¦‹ãªã„ã§ï½¥ï½¥', 'ãã‚“ãªã¨ã“見ãªã„ã§ã£', 'ãŠã€ãŠã—ã‚Šã®ç©´è¦‹ã¡ã‚ƒå«Œã', 'ã‚„ã€ã‚„ã‚ã¦â€¦', 'ã»ã‚“ã¨ã«å«Œãªã®ã€ãŠé¡˜ã„…'];
serihu_array[2][0].okLV = 0;
serihu_array[2][0].good.para = 2;
serihu_array[2][0].good.serihu = [''];
serihu_array[2][0].bad.para = -1;
serihu_array[2][0].bad.serihu = [''];
serihu_array[2][1].okLV = 0;
serihu_array[2][1].good.para = 3;
serihu_array[2][1].good.serihu = ['ã‚“ã€ã‚“・・・', 'ん…ã£ã·ã¯ã…', 'ã‚ãµã……ん…んã‚…', '…ん…んã…', '…ã¯ãã¯ã…'];
serihu_array[2][1].bad.para = -4;
serihu_array[2][1].bad.serihu = ['ã„ã‚„ã£', 'ã„や…ã„ã‚„ã£', 'ã‚“ã£â€¦ã£ã…ã„ã‚„ã', 'ã‚„ã€ã‚„ã‚ã¦ã£', 'ã ã‚ã‡ã€ã“ã‚“ãªã®ã„ã‚„ã ã'];
serihu_array[2][2].okLV = 2;
serihu_array[2][2].good.para = 4;
serihu_array[2][2].good.serihu = ['ã²ãƒã£ï½¥ï½¥ã‚ã€ã‚ã‚“ã£', 'ã‚ã‚“ã£', 'ã‚…ã‚…ã‚ããã€ã‚“', 'ã²ã…ã£ã€ã‚ã‚“ã£', 'ã‚“ã£ã‚“んんん…'];
serihu_array[2][2].bad.para = -8;
serihu_array[2][2].bad.serihu = ['ãªã€èˆã‚ãªã„ã§ã‚ˆï¼', 'ã ã‚ï¼ã‚„ã‚ã¦â€¦ã‚„ã‚ã¦ï¼', 'ã„ãƒã£â€¦é¡”è¿‘ã¥ã‘ãªã„ã§ã‡ã£', 'ã²ã£â€¦ãã€æ°—æŒã¡æ‚ªã„よã……'];
serihu_array[2][3].okLV = 5;
serihu_array[2][3].good.para = 8;
serihu_array[2][3].good.serihu = ['ã‚・・んã€ã ã‚ã‡', 'ã‚ã‚“ã£â€¦ã‹ã€æ„Ÿã˜ã¡ã‚ƒã†â€¦', 'ã‚ã†ã……ã‚ã€ã‚“', 'ãã‚“ãªã«å¼·ãå¸ã‚ãªã„ã§â€¦', 'ã‚…ん…'];
serihu_array[2][3].bad.para = -8;
serihu_array[2][3].bad.serihu = ['ã„ã‚„ã£ï¼ã ã‚ã£ï¼', 'ã‚„ã€ã„ã‚„ã„や…', 'ã‹ã€å™›ã¾ãªã„ã§â€¦', 'や…ã‚…ã„ã‚„ã£', 'èˆã‚ã¡ã‚ƒã€ã„ã‚„ã£ã‚„ã‚ã¦ã£ï¼'];
serihu_array[2][4].okLV = 4;
serihu_array[2][4].good.para = 8;
serihu_array[2][4].good.serihu = ['ã‚ã‚ã‚・・ãŠã‹ã—ããªã£ã¡ã‚ƒã†ï½¥ï½¥', 'ã‚ã€ã‚ã€ã‚ã€ã ã‚…もã†â€¦', 'ã‚ã²ãƒâ€¦ã†â€¦ã‚ã‚“ã£', 'ã‚ã‚ã…舌ãŒå…¥ã£ã¦ãるよã…', 'ã‚ã‚ã€æ°—æŒã¡â€¦ã‚¤ã‚¤â€¦'];
serihu_array[2][4].bad.para = -14;
serihu_array[2][4].bad.serihu = ['ãªã£ã€ã¸ï½¥ï½¥ãƒ˜ãƒ³ã‚¿ã‚¤ï¼', 'ãªâ€¦ã„ã€ã„ã‚„ã£', 'ã ã‚…顔埋ã‚ãªã„ã§â€¦', 'ã„ã‚„ã よã…ã€æ€–ã„よã…', 'ã‚‚ã†ã‚„ã‚ã¦â€¦'];
serihu_array[2][5].okLV = 7;
serihu_array[2][5].good.para = 7;
serihu_array[2][5].good.serihu = ['ã‚ã…ã…・・変ãªæ„Ÿã˜ã よã‰', 'ã²ã…ã£ã€ãŠã€ãŠã—ã‚Šèˆã‚ãªã„ã§â€¦', 'ã ã€ã ã‚ã‡ãã‚“ãªã¨ã“汚ã„よã‰â€¦', 'ã‚ãµã…ã£ã€èˆŒãŒãŠã—ã‚Šã«â€¦', 'ã‚ã€ã‚ã€ã‚…もã†ã ã‚ã‡â€¦'];
serihu_array[2][5].bad.para = -30;
serihu_array[2][5].bad.serihu = ['ãã€ããŸãªã„よã£ï¼', 'ã“ã‚“ãªæ ¼å¥½ã„ã‚„ã…', 'ãã€ãã‚“ãªã¨ã“èˆã‚ãªã„ã§â€¦', 'ãŠã—ã‚Šã¯å«Œã£ï¼çµ¶å¯¾ç„¡ç†â€¦', 'ヒィッï¼ã‚„ã‚ã¦ã£'];
serihu_array[3][0].okLV = 5;
serihu_array[3][0].good.para = 2;
serihu_array[3][0].good.serihu = [''];
serihu_array[3][0].bad.para = -8;
serihu_array[3][0].bad.serihu = [''];
serihu_array[3][1].okLV = 1;
serihu_array[3][1].good.para = 2;
serihu_array[3][1].good.serihu = [''];
serihu_array[3][1].bad.para = -1;
serihu_array[3][1].bad.serihu = [''];
serihu_array[3][2].okLV = 2;
serihu_array[3][2].good.para = 3;
serihu_array[3][2].good.serihu = ['ã£ã£ï¼', 'ã‚“ã£ã‚“ん…んã‚ãã£', 'ã‚ã…ãã…ん…', 'ã¯ã…ん', 'ã„ã€ã‚…んã€å¤‰ã よã……'];
serihu_array[3][2].bad.para = -4;
serihu_array[3][2].bad.serihu = ['ã„ã‚„ã', 'ん…ã„ã‚„ãã£', 'ã„ã‚„ããã‚ã‚…', 'ã†ã…ã†â€¦ã‚‚ã†ã‚„ã よã‰â€¦', 'ã‚„ã‚…ã¦â€¦'];
serihu_array[3][3].okLV = 3;
serihu_array[3][3].good.para = 7;
serihu_array[3][3].good.serihu = ['ã‚ã‚ã‚ã‚・・・', 'ヒィッã€ã„ã‚„ã…', 'ã‚ん…ã‚ã€ã‚ã€ã‚…', 'ん…ã£ã…ã‚ん…'];
serihu_array[3][3].bad.para = -3;
serihu_array[3][3].bad.serihu = ['ã‚„ã‚・・・ã‚ã‚“ã£', 'ã„ã‚„ã£ã‚„ã‚ã¦ï¼', 'ã†ã……もã†ãƒ€ãƒ¡ã よ…', 'ãã€ã»ã‚“ã¨ã«ã‚„ã‚ã¦â€¦', 'ã¿ã‚“ãªå¸°ã£ã¦ãã¡ã‚ƒã†ã‚ˆã€ãã€ã‚„ã‚ã¦â€¦'];
serihu_array[3][4].okLV = 5;
serihu_array[3][4].good.para = 7;
serihu_array[3][4].good.serihu = ['ã‚ã€ã¯ã„ã£ã¦ï½¥ï½¥ï½¥', 'ã‚…ä¸ã§â€¦å‹•ã„ã¦ã‚‹ã‚ˆã……', 'ã‚“ã‚ã£ï¼ã²ãƒï¼', 'ã‚ã£ã‚ã£', 'ã‚ã‚ãã€å¤‰ã«ãªã£ã¡ã‚ƒã†â€¦'];
serihu_array[3][4].bad.para = -12;
serihu_array[3][4].bad.serihu = ['ãã€ãã‚“ãªã®å…¥ã‚Œã¡ã‚ƒã‚¤ãƒ¤ï½¥ï½¥', 'ヒィィやã‚ã¦ã‚ˆã€ã‚„ã‚ã¦ã‚ˆã……', 'ã ã€ã ã‚ã‡ãˆãˆãˆã£', 'ã„ã€å…¥ã‚Œãªã„ã§ï¼', 'ã‚ã£ã ã€ã ã‚ã‡ï¼ã„ã‚„ãï¼'];
serihu_array[3][5].okLV = 7;
serihu_array[3][5].good.para = 5;
serihu_array[3][5].good.serihu = ['ã„ãƒãƒï½¥ï½¥ã‚ããã・・・', 'んん…ã„ã‚„ã', 'ã‚ã€ã‚ã€ã‚…入れãªã„ã§â€¦', 'ã ã‚…ãŠã—ã‚Šã¯ã ã‚ã‡â€¦', 'ã„ã€å…¥ã‚Œã‚‹ã®ã¯ã ã‚ã よ…'];
serihu_array[3][5].bad.para = -20;
serihu_array[3][5].bad.serihu = ['ã ã€ã ã‚ã‡ã‡', 'イィヤァアアアッï¼ï¼', 'ゆã€è¨±ã—ã¦â€¦', 'ãŠã—り弄らãªã„ã§ã‡â€¦', 'ã‚ã†ã……ãŠã—ã‚Šå«Œã よã‰'];
serihu_array[4][0].okLV = 0;
serihu_array[4][0].good.para = 2;
serihu_array[4][0].good.serihu = [''];
serihu_array[4][0].bad.para = -1;
serihu_array[4][0].bad.serihu = [''];
serihu_array[4][1].okLV = 1;
serihu_array[4][1].good.para = 2;
serihu_array[4][1].good.serihu = [''];
serihu_array[4][1].bad.para = -1;
serihu_array[4][1].bad.serihu = [''];
serihu_array[4][2].okLV = 2;
serihu_array[4][2].good.para = 2;
serihu_array[4][2].good.serihu = [''];
serihu_array[4][2].bad.para = -1;
serihu_array[4][2].bad.serihu = [''];
serihu_array[4][3].okLV = 3;
serihu_array[4][3].good.para = 5;
serihu_array[4][3].good.serihu = [''];
serihu_array[4][3].bad.para = -1;
serihu_array[4][3].bad.serihu = [''];
serihu_array[4][4].okLV = 7;
serihu_array[4][4].good.para = 9;
serihu_array[4][4].good.serihu = ['ã„ã‚„ã・・壊れã¡ã‚ƒã†ï¼', 'ãã²ãƒâ€¦ã‚ã€ã‚ã‚“ã£', 'ã‚ã‚ã‚ã‚ãããã„ã€ã„ã„よã…ã€ã‚¤ã‚¤ã‚ˆã£â€¦', 'ã“ã€ã“ã‚“ãªã®â€¦ã‚ã‚ã£â€¦ã¸ã€å¤‰ã«ãªã£ã¡ã‚ƒã†â€¦', 'ã‚ãµâ€¦ã‚ã‚ã‚…'];
serihu_array[4][4].bad.para = -30;
serihu_array[4][4].bad.serihu = ['ã„ã‚„ã£ï¼ãã€ãã‚“ãªã®å…¥ã‚‰ãªã„よ・・・', 'ã‚€ã€ç„¡ç†ã よ?むりãƒãƒãƒãƒƒ', 'ã¯ã€å…¥ã‚‰ãªã„よã€å…¥ã‚‰ãªã„よッï¼', 'ã„ãŸã£ã€ã„ãŸãã‚ãã„', 'ん…ã„ã‚„ã…'];
serihu_array[4][5].okLV = 8;
serihu_array[4][5].good.para = 8;
serihu_array[4][5].good.serihu = ['ãã“ã«ã¯å…¥ã‚‰ãªã„よ・・', 'ãã‚“ãªã®å«Œã ã…', 'ã„ã‚„ã…ãã‚“ãªã«ã‹ã回ã•ãªã„ã§â€¦', 'ã‚‚ã€ã‚‚ã†ã‚„ã‚ã¦ã‡â€¦ã„ã‚„ãã', 'ã†ã……もã†ã‚„ã‚ã¦ã‚ˆã……'];
serihu_array[4][5].bad.para = -15;
serihu_array[4][5].bad.serihu = ['ç—›ã„よï¼ã‚„ã‚ã¦ã‡ï¼', 'ã„ã€ã„ã‚„ã£ï¼', 'ã ã‚ã‡ï¼ãã‚“ãªã®å…¥ã‚‰ãªã„ッï¼', 'ãŠã€ãŠã—ã‚Šã«ãªã‚“ã¦ã ã‚ã£', 'イヤッã„ã‚„ã…'];
serihu_array[5][0].okLV = 0;
serihu_array[5][0].good.para = -4;
serihu_array[5][0].good.serihu = ['ãªã€ãªã«ã™ã‚“ã®ã‚ˆï¼', 'ã‚„ã€ã‚„ã‚ã¦ï¼', 'ãã‚ŒãŒå¥½ããªã®â€¦ï¼Ÿ'];
serihu_array[5][0].bad.para = -4;
serihu_array[5][0].bad.serihu = ['ã°ã€ã°ã£ã‹ã˜ã‚ƒãªã„ã®ï¼', 'ãªã€èˆã‚ã‚Œã°ã„ã„ã®â€¦ï¼Ÿ', 'ã‚ã€å¤§ãã„…', 'ã³ãã‚“ã³ãã‚“ã„ã£ã¦ã‚‹â€¦', 'ã‚“ã£ã…ã·ã¯ãã£'];
serihu_array[5][1].okLV = 1;
serihu_array[5][1].good.para = 5;
serihu_array[5][1].good.serihu = ['ã‚“ã・・んã£ï½¥ï½¥ã‚“ã£', 'ãã€ãã“ã˜ã‚ƒãªã„よ…', 'ãŠã€æŠ¼ã—付ã‘ãªã„ã§ã‚ˆâ€¦', 'ã ã‚ã‡â€¦ã„ã‚„ã…'];
serihu_array[5][1].bad.para = -10;
serihu_array[5][1].bad.serihu = ['ãã€ãã‚“ãªã“ã¨å‡ºæ¥ãªã„ï¼', 'ãŠã£ã±ã„ã«æŠ¼ã—付ã‘ãªã„ã§â€¦', 'ã‚…ã‚ã‚“ã£', 'ã‚…'];
serihu_array[5][2].okLV = 2;
serihu_array[5][2].good.para = 4;
serihu_array[5][2].good.serihu = ['ãã‚Šãã‚Šã—ãªã„ã§ï½¥ï½¥', 'ã‚ã€ã‚ã‚ãã£', 'ã†â€¦ã‚“…ã‚ã‚“ã£ã‚ã‚“ã£', 'ã‚ãµã……ãã‚‚ã¡â€¦ã„ã„…', 'ã‚ã‚…もã£ã¨â€¦'];
serihu_array[5][2].bad.para = -6;
serihu_array[5][2].bad.serihu = ['ã„ã‚„ã£ãƒ˜ãƒ³ã‚¿ã‚¤ï¼', 'ã ã‚ã‡ã€ãã“ã«ã¯å…¥ã‚‰ãªã„よã……', 'ã„ã€ã„ã£ãŸãã„ï¼', 'ã ã€ã ã‚…ã“ã£ã¡ã®ç©´ã¯â€¦', '普通ã«â€¦ã—ã¦â€¦'];
serihu_array[5][3].okLV = 3;
serihu_array[5][3].good.para = 3;
serihu_array[5][3].good.serihu = ['ãã€ãã‚“ãªã«ã—ãªã„ã§ï½¥ï½¥', 'ã®ã›ã‚‹ãªã£', 'ã ã‹ã‚‰ã‚„ã‚ã¦ã£', '…ã»ã‚“ã£ã¨ã«ã‚„ã‚ã¦'];
serihu_array[5][3].bad.para = -6;
serihu_array[5][3].bad.serihu = ['ã„ã‚„ã£ï¼ãã‚“ãªã®ãƒ€ãƒ¡ï¼', 'ã„ã‚„ã£ãã‚“ãªã“ã¨å‡ºæ¥ãªã„ã£', 'ãã‚“ãªã®èˆã‚ã‚Œãªã„ã£', 'ã„ã‚„ãã€è¿‘ã¥ã‘ãªã„ã§ã‡ã£', 'ã‚“ãã…ã€ã„ã‚„ã…'];
serihu_array[5][4].okLV = 6;
serihu_array[5][4].good.para = 8;
serihu_array[5][4].good.serihu = ['ã„ã€å…¥ã‚Œã¡ã‚ƒãƒ€ãƒ¡ï½¥ï½¥ã‚ã‚ã£', 'ã„ã‚„ã£ï¼', '押ã—付ã‘ãªã„ã§ï¼', 'ã‚‚ã†ãƒ¤ãƒ¡ãƒ†ï¼', 'ã†ã……やã‚ã¦ã£ã¦ã°ã'];
serihu_array[5][4].bad.para = -30;
serihu_array[5][4].bad.serihu = ['ã„ã‚„ã・・入れãªã„ã§ã‡ï½¥ï½¥', 'ã„ã‚„ã„ã‚„ã„ã‚„ï¼', 'ãã‚“ãªã“ã¨ã—ãªã„ã§ã‡', 'ã ã‚…ãŠæ¯ã•ã‚“帰ã£ã¦ãã¡ã‚ƒã†ã‚ˆâ€¦'];
serihu_array[5][5].okLV = 8;
serihu_array[5][5].good.para = 10;
serihu_array[5][5].good.serihu = ['ã‚€ã€ç„¡ç†ã よ?むりã ã£ã¦ã‡ã‡ã‡', 'ã„ã‚„ãï¼ãƒ€ãƒ¡ãƒƒã ã‚ã‡ãˆãˆãˆã£', 'ã†ã€å‹•ã‹ã•ãªã„ã§â€¦', 'ã£ãã€ã‚…ダメッ…ダメッ', 'ã‚‚ã€ã‚‚ã†ã‚„ã‚ã¦ã€ãŠé¡˜ã„…'];
serihu_array[5][5].bad.para = -30;
serihu_array[5][5].bad.serihu = ['ã„・・・ã€ã„ãŸãã‚ã‚ã„ï¼', 'ã ã‚ã‡ï¼ã„ã‚„ã€ã„ã‚„ãï¼', 'イッ…ã ã€ã„ãŸã„ã£', 'ãŠã€ãŠã—ã‚Šã«å…¥ã‚Œã‚‹ãªã‚“ã¦â€¦ã¸ã€å¤‰æ…‹ã よ'];
}
this.stop();
normalSerif();
goodbye1_mc.enabled = false;
goodbye2_mc.enabled = false;
info_obj = new Object();
info_obj.PtoL_array = [-20, -10, 20, 30, 50, 60, 70, 120, 160, 170];
info_obj.pointMin = -40;
info_obj.pointMax = info_obj.PtoL_array[9];
info_obj.nowPoint = 0;
info_obj.nowLevel = 0;
info_obj.realLevel = 2;
info_obj.dankai = [true, true];
info_obj.charadankai = 1;
var i = 1;
while (i <= 10) {
info_obj['level' + i] = new Object();
info_obj['level' + i].frameNo = i;
++i;
}
PointToLevel(info_obj, charaIcon_mc);
tattiObj_array = ['', '', 'foot_mc', 'bust_mc', 'foot_mc', 'foot_mc'];
var i = 1;
while (i <= 6) {
btnAll_mc['btn' + i].moveObj = this.chara_mc[tattiObj_array[i - 1]];
btnAll_mc['btn' + i].myNum = i;
btnAll_mc['btn' + i].onPress = function () {
var v3 = this._parent._parent;
if (v3.talk_mc._currentframe == 1) {
var v4 = v3.serihu_array[_root.mouseAll_mc._currentframe - 1][this.myNum - 1];
if (v3.info_obj.nowLevel >= v4.okLV) {
v3.pointUP(v3, v4.good.para);
v3.talk_mc.serihu_str = v4.good.serihu[Math.floor(Math.random() * v4.good.serihu.length)];
v3.talk_mc.play();
} else {
v3.pointUP(v3, v4.bad.para);
v3.talk_mc.serihu_str = v4.bad.serihu[Math.floor(Math.random() * v4.bad.serihu.length)];
v3.talk_mc.play();
}
this.moveObj.play();
v3.PointToLevel(v3.info_obj, v3.charaIcon_mc);
}
};
btnAll_mc['btn' + i].onRelease = function () {};
btnAll_mc['btn' + i].onRollOver = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
btnAll_mc['btn' + i].onRollOut = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
btnAll_mc['btn' + i].onReleaseOutside = btnAll_mc['btn' + i].onRollOut;
++i;
}
btnAll_mc.btn5.onPress = function () {
var v3 = this._parent._parent;
var v4 = v3.serihu_array[_root.mouseAll_mc._currentframe - 1][this.myNum - 1];
if (v3.talk_mc._currentframe == 1) {
if (v3.info_obj.nowLevel >= v4.okLV) {
v3.pointUP(v3, v4.good.para);
v3.talk_mc.serihu_str = v4.good.serihu[Math.floor(Math.random() * v4.good.serihu.length)];
v3.talk_mc.play();
} else {
v3.pointUP(v3, v4.bad.para);
v3.talk_mc.serihu_str = v4.bad.serihu[Math.floor(Math.random() * v4.bad.serihu.length)];
v3.talk_mc.play();
}
this.moveObj.play();
v3.PointToLevel(v3.info_obj, v3.charaIcon_mc);
}
if (_root.mouseAll_mc._currentframe == 6) {
_root.mouseAll_mc._alpha = 0;
v3.chara_mc.penisu_mc._visible = true;
v3.chara_mc.penisu_mc.gotoAndPlay(1);
if (v3.info_obj.realLevel == 9) {
v3.barEnterFrame(v3.barAll_mc, true);
}
} else {
if (_root.mouseAll_mc._currentframe == 5) {
_root.mouseAll_mc._alpha = 0;
v3.chara_mc.baibu_mc._visible = true;
v3.chara_mc.baibu_mc.gotoAndPlay(1);
} else {
if (_root.mouseAll_mc._currentframe == 4) {
_root.mouseAll_mc._alpha = 0;
v3.chara_mc.rorter_mc._visible = true;
v3.chara_mc.rorter_mc.gotoAndPlay(1);
}
}
}
};
btnAll_mc.btn5.onRelease = function () {
var v3 = this._parent._parent;
_root.mouseAll_mc._alpha = 100;
v3.chara_mc.penisu_mc._visible = false;
v3.chara_mc.rorter_mc._visible = false;
v3.chara_mc.baibu_mc._visible = false;
v3.barEnterFrame(v3.barAll_mc, false);
};
btnAll_mc.btn5.onReleaseOutside = function () {
var v3 = this._parent._parent;
_root.mouseAll_mc._alpha = 100;
v3.chara_mc.penisu_mc._visible = false;
v3.chara_mc.rorter_mc._visible = false;
v3.chara_mc.baibu_mc._visible = false;
v3.barEnterFrame(v3.barAll_mc, false);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
tattiEnabled(enabledInfo_array[0], btnAll_mc);
var i = 1;
while (i <= 7) {
itemAll_mc['btn' + i].img_mc.gotoAndStop(i);
itemAll_mc['btn' + i].myNum = i;
itemAll_mc['btn' + i].onRelease = function () {
_root.mouseAll_mc.gotoAndStop(this.myNum);
_root.mouseAll_mc.mouse_mc._x = _root.mouseAll_mc._xmouse;
_root.mouseAll_mc.mouse_mc._y = _root.mouseAll_mc._ymouse;
this._parent._parent.btnEnabled(this._parent._parent.info_obj, this._parent);
this._parent._parent.tattiEnabled(this._parent._parent.enabledInfo_array[this.myNum - 1], this._parent._parent.btnAll_mc);
var v3 = 1;
while (v3 <= 2) {
this._parent._parent['goodbye' + v3 + '_mc'].btn_mc.enabled = false;
++v3;
}
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
itemAll_mc['btn' + i].onRollOver = function () {
this.gotoAndStop(2);
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
itemAll_mc['btn' + i].onReleaseOutside = function () {
this.gotoAndStop(1);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
itemAll_mc['btn' + i].onRollOut = itemAll_mc['btn' + i].onReleaseOutside;
++i;
}
btnEnabled(info_obj, itemAll_mc);
goodbye1_mc.onRelease = function () {
var v4 = this._parent;
this._parent.chara_mc.arm_mc.swapDepths(11);
this._parent.chara_mc.arm_mc.removeMovieClip();
this._parent.info_obj.dankai[0] = false;
var v3 = 0;
while (v3 < 6) {
v4.enabledInfo_array[v3][3] = true;
++v3;
}
v4.enabledInfo_array[4][3] = false;
if (v4.info_obj.dankai[0] == false && v4.info_obj.dankai[1] == false) {
v4.chara_mc.body_mc.gotoAndStop(2);
v4.itemAll_mc.btn7.swapDepths(11);
v4.itemAll_mc.btn7.removeMovieClip();
_root.mouseAll_mc.gotoAndStop(1);
v4.itemAll_mc.btn1.gotoAndStop(3);
v4.itemAll_mc.btn1.enabled = false;
v4.btnEnabled(v4.info_obj, v4.itemAll_mc);
v4.tattiEnabled(v4.enabledInfo_array[0], v4.btnAll_mc);
}
this.swapDepths(10);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
this.removeMovieClip();
};
goodbye1_mc.onRollOver = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
goodbye1_mc.onReleaseOutside = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
goodbye1_mc.onRollOut = goodbye1_mc.onReleaseOutside;
goodbye2_mc.onRelease = function () {
var v4 = this._parent;
this._parent.chara_mc.syatu_mc.swapDepths(11);
this._parent.chara_mc.syatu_mc.removeMovieClip();
this._parent.info_obj.dankai[1] = false;
var v3 = 0;
while (v3 < 6) {
v4.enabledInfo_array[v3][4] = true;
v4.enabledInfo_array[v3][5] = true;
++v3;
}
if (v4.info_obj.dankai[0] == false && v4.info_obj.dankai[1] == false) {
v4.chara_mc.body_mc.gotoAndStop(2);
v4.itemAll_mc.btn7.swapDepths(11);
v4.itemAll_mc.btn7.removeMovieClip();
_root.mouseAll_mc.gotoAndStop(1);
v4.itemAll_mc.btn1.gotoAndStop(3);
v4.itemAll_mc.btn1.enabled = false;
v4.btnEnabled(v4.info_obj, v4.itemAll_mc);
v4.tattiEnabled(v4.enabledInfo_array[0], v4.btnAll_mc);
}
this.swapDepths(10);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
this.removeMovieClip();
};
goodbye2_mc.onRollOver = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
goodbye1_mc.onReleaseOutside = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
goodbye2_mc.onRollOut = goodbye1_mc.onReleaseOutside;
itemAll_mc.btn7.onRelease = function () {
_root.mouseAll_mc.gotoAndStop(7);
_root.mouseAll_mc.mouse_mc._x = _root.mouseAll_mc._xmouse;
_root.mouseAll_mc.mouse_mc._y = _root.mouseAll_mc._ymouse;
var v4 = this._parent._parent;
v4.btnEnabled(v4.info_obj, v4.itemAll_mc);
v4.tattiEnabled([], v4.btnAll_mc);
var v3 = 0;
while (v3 < v4.info_obj.dankai.length) {
v4['goodbye' + (v3 + 1) + '_mc'].enabled = v4.info_obj.dankai[v3];
++v3;
}
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
itemAll_mc.btn7.onRollOver = function () {
this.gotoAndStop(2);
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
itemAll_mc.btn7.onReleaseOutside = function () {
this.gotoAndStop(1);
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
itemAll_mc.btn7.onRollOut = itemAll_mc.btn7.onReleaseOutside;
}
frame 3 {
function talkEnd() {
_root.clearSI('hukidasi_si');
_root.nextFrame();
}
function hassya(obj) {
obj.chara_mc.syasei_mc.play();
obj.chara_mc.penisu_mc.stop();
}
this.stop();
delete timer_mc.onEnterFrame;
for (var ite in itemAll_mc) {
itemAll_mc[ite].enabled = false;
}
_root.mouseAll_mc.gotoAndStop(1);
_root.clearSI('hukidasi_si');
lastTalk_array = ['ã‚ã£ï¼\nã‚“ã£ï¼ã‚“ã£ï¼', 'ã¯ã’ã—ã£ï½¥ï½¥ï½¥ã„よã£ï¼', 'ã†ï½¥ï½¥ï½¥ã‚“ã£ï½¥ï½¥ï½¥', 'ãã‚“ãªã«ã¯ã’ã—ãã—ã¡ã‚ƒï½¥ï½¥ï½¥', 'ã‚ãŸã—・・ï¼', 'ã‚ãŸã—・・・ï¼\nã‚‚ã†ã…ã…', 'ã„ã£ã¡ã‚ƒã†ã‚ˆãŠã‰ã‰ã‰ï¼ï¼'];
hukidasi_mc.count = 0;
hukidasi_mc.maxNum = lastTalk_array.length - 1;
_root.mouseAll_mc.target_mc.gotoAndStop(1);
}
}
frame 7 {
_root.clearSI('All');
talkEnd_mc._alpha = 0;
talkEnd_mc.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
this._alpha = 100;
this._parent.stage2.swapDepths(_root.getNextHighestDepth());
this._parent.stage2.removeMovieClip();
_root.clearSI('All');
this.gotoAndStop(2);
delete this.onEnterFrame;
}
};
}
movieClip 524 {
}
movieClip 527 {
}
movieClip 530 {
}
movieClip 531 {
frame 1 {
this.stop();
_root.mouseAll_mc._alpha = 100;
}
frame 2 {
function talkMake(obj) {
obj.iconImage_array = [8, 1, 3, 2, 9, 9, 9, 9, 9, 7, 8, 7, 10, 9, 6, 9, 9, 9, 9, 6, 10, 2, 2, 1, 2, 6, 10];
obj.image_array = [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3];
obj.talk_array = new Array();
obj.talk_array.push('ã¯ãã¯ã・・・\nã‚ãŸã—ã®ä¸ã€' + _root.charaName + 'ã§ã„ã£ã±ã„・・・');
obj.talk_array.push('ã”ã‚ã‚“ã£ã¦ï¼Ÿ\nã‚ã‚„ã¾ã‚‹ä½ãªã‚‰æœ€åˆã‹ã‚‰ã—ãªã„ã§ã‚ˆãƒ¼ï¼');
obj.talk_array.push('ãˆï¼Ÿé•ã†ã£ã¦ï¼Ÿ');
obj.talk_array.push('ã¾ã æ¢ã¾ã‚‰ãªã„ã£ã¦ï½¥ï½¥ï¼Ÿ\nãˆï¼Ÿã¡ã‚‡ã£ã¨ï¼Ÿ');
obj.talk_array.push('ãµã‚ã‚ããã£ã£ï¼');
obj.talk_array.push('ã‚“ã£ï¼ã‚ãã£ï¼\nã¯ã’ã£ï½¥ï½¥ï½¥ã—ãƒã£ï¼');
obj.talk_array.push('ら・・らã‚らã£ã¦ã‡ã‡ï¼\nã‚ãŸã—もイã£ãŸã°ã£ã‹ãªã®ã«ãƒãƒãƒï¼');
obj.talk_array.push('ã“ã‚“ãªã«æ¿€ã—ãã•ã‚ŒãŸã‚‰ï½¥ï½¥ï½¥ã‚“ã£ï¼');
obj.talk_array.push('ã¾ãŸã‚¤ã£ã¡ã‚ƒã…ã…ã…ã…ã…ã‚“ï¼ï¼');
obj.talk_array.push('ãˆã‡ã‡ï¼Ÿ\nã‚‚ã†ä¸ã§ã¯ã‚‰ã‚らã£ã¦ã‡ã‡ï¼');
obj.talk_array.push('ã ã£ã¦ã‡ï½¥ï½¥ï½¥ã“れ以上ã„ã£ã±ã„ã‹ã‘ãŸã‚‰å¦Šå¨ ã—ã¡ã‚ƒã†ã…ã…ã…ï¼');
obj.talk_array.push('ã‚“ã£ï¼\nã¨ã¾ã‚‰ï½¥ï½¥ï½¥ãªã„・・・んã£ï½¥ï½¥ï½¥ã®ï¼Ÿ');
obj.talk_array.push('ã‚ã£ï½¥ï½¥ï½¥ãã¤ã…ã…ã£ï¼\nã‚“ã¨ï½¥ï½¥è²¬ä»»ã¨ã£ã¦ãれるãªã‚‰ï½¥ï½¥ï½¥ã„ã„よ?');
obj.talk_array.push('ãšã£ã¨ä¸€ç·’ã£ã¦ç´„æŸã‚“ã£ï¼');
obj.talk_array.push('ãã€ãã‚“ãªç°¡å˜ã«ã†ã‚“ã£ã¦ï½¥ï½¥ï½¥\nç´„æŸã ã‹ã‚‰ï½¥ï½¥ï½¥ãã£â™ª');
obj.talk_array.push('ã‚ã…ã£ï¼ãµã¨ããªã‚Šã™ãŽãƒãƒï¼');
obj.talk_array.push('ã™ã”・・・ã„ã£ï¼\nã„ã£ã±ã„出ãã†ï½¥ï½¥ï½¥ã‚‰ãã£ï¼');
obj.talk_array.push('ã†ã‚“ã£ã£â™ª\nã‹ã‘ã¦ã‡ï¼ã‹ã‘ã¦ã‡ã‡ï¼');
obj.talk_array.push('ã‚ãŸã—ã®ãŠã¾â—‹ã“ã«' + _root.charaName + 'ã®ã‚»ãƒ¼ã‚¨ã‚ã„ã£ã±ã„ã¶ã£ã‹ã‘ã¦ã‡ã‡ã‡â™ª');
obj.talk_array.push('ã¯ãã¯ã・・・。\nã„ã£ã±ã„ã§ã¡ã‚ƒã£ãŸã♪');
obj.talk_array.push('ã†ã‚“ã£ï¼\nã‚ãŸã—も・・・ãã‚‚ã¡ã‚ˆã‹ã£ãŸã‚ˆâ™ª');
obj.talk_array.push('ã‚“ã¨ï½¥ï½¥ï½¥');
obj.talk_array.push('ç´„æŸï½¥ï½¥ï½¥ã ã‹ã‚‰ã?');
obj.talk_array.push('ã‚ã~ï¼\nã²ã©ãƒãƒï½¥ï½¥ï½¥\nãšã£ã¨ä¸€ç·’ã ã£ã¦è¨€ã£ãŸã®ã«ãƒãƒï½¥ï½¥ï½¥');
obj.talk_array.push('ãˆï¼Ÿå†—談ã£ã¦ï¼Ÿ\nんもーï¼ã“ã‚“ãªæ™‚ã«å†—談ãªã‚“ã¦');
obj.talk_array.push('ã‚ã…・・・\nã„ããªã‚Šã‚スã¯ãšã‚‹ã„よã…。');
obj.talk_array.push('・・・ã‚ãŸã—ã‚‚ã ã„ã™ãã よã£â™ª');
}
this.stop();
talkMake(this);
talk_mc.count = 0;
charaIcon_mc.gotoAndStop(this.iconImage_array[talk_mc.count]);
bg_mc.onRollOver = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
bg_mc.onReleaseOutside = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
bg_mc.onRollOut = bg_mc.onReleaseOutside;
bg_mc.onRelease = function () {
if (this._parent.talk_mc.count == this._parent.talk_array.length - 1) {
_root.nextFrame();
for (var v3 in this._parent) {
this._parent[v3].enabled = false;
}
} else {
++this._parent.talk_mc.count;
talk_mc.gotoAndPlay(1);
this._parent.gotoAndStop(this._parent.image_array[this._parent.talk_mc.count]);
this._parent.charaIcon_mc.gotoAndStop(this._parent.iconImage_array[this._parent.talk_mc.count]);
}
};
}
frame 3 {
after_mc._alpha = 0;
after_mc.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
this._alpha = 100;
delete this.onEnterFrame;
this._parent.before_mc._alpha = 0;
}
};
}
}
frame 8 {
endRoll_mc._alpha = 0;
talkEnd_mc.bg_mc.enabled = false;
endRoll_mc.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
this._alpha = 100;
this._parent.talkEnd_mc.swapDepths(_root.getNextHighestDepth());
this._parent.talkEnd_mc.removeMovieClip();
delete this.onEnterFrame;
this.play();
}
};
my_sound.stop();
my_sound.attachSound('endroll_sound');
my_sound.setVolume(0);
my_sound.start(0, 10000);
this.onEnterFrame = function () {
if (this.my_sound.getVolume() + 10 < 100) {
var v2 = this.my_sound.getVolume() + 10;
this.my_sound.setVolume(v2);
} else {
var v2 = 100;
this.my_sound.setVolume(v2);
delete this.onEnterFrame;
}
};
}
movieClip 550 {
frame 1 {
this.stop();
maxFrame = 9;
}
}
movieClip 569 {
frame 1 {
this.stop();
maxFrame = 10;
}
}
movieClip 570 {
frame 1 {
area_mc._visible = false;
this.stop();
}
}
movieClip 571 {
frame 2 {
this.stuff_mc.img_mc.gotoAndStop(this.count);
this.stuff_mc.text_mc.gotoAndStop(this.count);
if (this.count < 10) {
if (this.count % 2 == 0) {
this.stuff_mc.gotoAndStop(2);
} else {
this.stuff_mc.gotoAndStop(1);
}
} else {
this.stuff_mc.gotoAndStop(3);
}
}
frame 7 {
this.stop();
if (this.count < 10) {
_root.si_obj.stuffRoll = setInterval(_root.waitPlay, 2000, this, 'stuffRoll');
++this.count;
}
}
frame 13 {
this.gotoAndPlay(1);
}
}
movieClip 575 {
}
movieClip 576 {
}
movieClip 577 {
frame 1 {
this.stop();
startTime = getTimer();
maxSec = 2;
minSec = 1;
randomTime = Math.floor(Math.random() * (maxSec - minSec) + minSec) * 1000;
this.onEnterFrame = function () {
sabunTime = getTimer() - startTime;
if (sabunTime >= randomTime) {
this.play();
delete this.onEnterFrame;
}
};
}
frame 18 {
this.gotoAndStop(1);
}
}
movieClip 583 {
frame 1 {
this.stop();
maxFrame = 5;
}
}
movieClip 586 {
frame 1 {
talk_txt.embedFonts = true;
talk_txt.selectable = false;
}
}
movieClip 587 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
_root.si_obj.endMsg = setInterval(_root.waitGoStop, 3000, this, 1, 'endMsg');
}
}
movieClip 588 {
frame 1 {
this.stop();
}
frame 2 {
area_mc._visible = false;
stuffAll_mc.count = 1;
}
frame 13 {
function endTextMake(obj) {
obj.talk_array = new Array();
obj.talk_array.push('次回ã‹ã‚‰ã¯çµµå¸«ãŒå¢—ãˆã‚‹ã‹ã‚‚ã—ã‚Œãªã„ã‚‚ã«ã‚…');
obj.talk_array.push('花粉症ãŒã²ã©ã„ã‚‚ã«ã‚…・・・');
obj.talk_array.push('è¡—é 演説ã§ã‚„られãã†ã‚‚ã«ã‚…・・・');
obj.talk_array.push('ãŸã¬ãã®æœ€è¿‘ã®ãƒžã‚¤ãƒ–ームã¯ã€éº»é›€æ ¼é—˜å€¶æ¥½éƒ¨ã®ãƒŸãƒƒã‚·ãƒ§ãƒ³ãƒ¢ãƒ¼ãƒ‰ã‚‰ã—ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ãã‚ãã‚ゴールデンウィークもã«ã‚…。');
obj.talk_array.push('オブジェクト指å‘ã£ã¦ãƒŠãƒ‹ã‚‚ã«ã‚…・・・ï¼');
obj.talk_array.push('Flashã®æ™‚期ãƒãƒ¼ã‚¸ãƒ§ãƒ³åã¯ã€ŒFlash9ã€ã§ç„¡ãã€ã€ŒFlashCS3ã€ã‚‚ã«ã‚…。\n何ã ã‹ã¡ã‚‡ã£ã¨å¯‚ã—ã„æ°—ãŒã™ã‚‹ã‚‚ã«ã‚…ã。');
obj.talk_array.push('ペルソナ3フェス・・・');
obj.talk_array.push('逆転è£åˆ¤4・・・');
obj.talk_array.push('ãŸã¾ã¯èŠ±è¦‹ãŒå¤§å¥½ãã‚‚ã«ã‚…');
obj.talk_array.push('ãŸã¾ã®å¤¢ã¯ãƒ™ã‚¯ãƒˆãƒ«åŒ–ã‚‚ã«ã‚…');
obj.talk_array.push('ãŸã¾ä»¥å¤–ã«ã‚ャラã¯å±…ãªã„ã®ï¼Ÿ\nã£ã¦èžã„ãŸã‚‰ã€ã—ーã£ã¦è¨€ã‚ã‚ŒãŸã‚‚ã«ã‚…・・・');
obj.talk_array.push('ã¾ã™ãã„ã¬ã®å‘½åç”±æ¥ã‚’èžã„ãŸã‚‰ã€çŠ¬ãŒè¦†é¢è¢«ã£ã¦ãŸã‹ã‚‰ã£ã¦è¨€ã‚ã‚ŒãŸã‚‚ã«ã‚…。ãã®ã¾ã¾ã‚‚ã«ã‚…。');
obj.talk_array.push('俺ã®å¦¹ã®å¦„想シーンã®ã‚·ãƒŠãƒªã‚ªï½¥ï½¥ï½¥\n一話ã ã‘ãƒãƒ¼â—ンメイデンã£ã½ã„ã®ãŒã‚ã£ãŸã‚‚ã«ã‚…。\nã‚ã‚Œã¯ã‚²ã‚¹ãƒˆåŸ·ç†ã‚‰ã—ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¬ãã®çŸ¥äººãŒåŒäººæ‹¾ã£ã¦ããŸã‚‰ã—ã„ã‚‚ã«ã‚…。\n太蔵ã®åŒäººã ã£ãŸã‚‰ã—ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ã”主人様ã¯æ¨¡ç´¢ä¸ã‚‚ã«ã‚…。\nãªã®ã§ã‚·ãƒŠãƒªã‚ªæ‹…当ã¯æ±ºã‚ã¦ãªã„ã‚‚ã«ã‚…。');
obj.talk_array.push('明日ã¯æ™´ã‚Œã‚‚ã«ã‚…。');
obj.talk_array.push('明日ã¯é›¨ã‚‚ã«ã‚…。');
obj.talk_array.push('明日ã¯æ›‡ã‚Šã‚‚ã«ã‚…。');
obj.talk_array.push('明日ã¯å°é¢¨ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŠã•ã‚り探åµå°æ²¢é‡Œå¥ˆã€‚ã‚‚ã«ã‚…ã“ã®ã‚¿ã‚¤ãƒˆãƒ«ã‚’åˆã‚ã¦è¦‹ãŸæ™‚ã€18ç¦ã ï¼ã¨æ€ã£ãŸã‚‚ã«ã‚…。');
obj.talk_array.push('ドリームã‚ャストã®ã‚½ãƒ•ãƒˆãŒã€ä»Šã§ã‚‚年数本発売ã•ã‚Œã¦ã‚‹ã‚‚ã«ã‚…・・・');
obj.talk_array.push('ãŸã¬ããŒç„¡è¬€ã«ã‚‚é…色を勉強ã—ã¦ã‚‹ã‚‚ã«ã‚…。\nçµæ§‹ç„¡è¬€ã‚‚ã«ã‚…。');
obj.talk_array.push('for文書ããŸã³ã€ãƒãƒ¼ãƒ‰ã‚²ã‚¤ãŒé をよãŽã‚‹ã‚‰ã—ã„ã‚‚ã«ã‚…・・・\né ãŠã‹ã—ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('コーヒーã¯ä¸€æ—¥3æ¯ã¾ã§ã‚‚ã«ã‚…。\nãŸã¬ãã¯é£²ã¿ã™ãŽã‚‚ã«ã‚…。体壊ã™ã‚‚ã«ã‚…。');
obj.talk_array.push('ãƒã‚¹ã‚¿ãƒ¼2006使用ä¸ã«Wi-Fiå¼¾ã‹ã‚Œã‚‹äººã¯ã€Œã‚¹ãƒ‘イウェアã®ç›£è¦–(リモートアクセス部分)ã€ã‚’ãƒã‚§ãƒƒã‚¯å¤–ã—ã¦ã¿ã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¬ããŒä¸€ç•ªå¥½ããªã‚ャラã¯ãƒ‰ã‚³ãƒ¢ãƒ€ã‚±ã‚‰ã—ã„ã‚‚ã«ã‚…。\nドコモダケã®çµµæœ¬è²·ã£ã¦ãŸã‚‚ã«ã‚…・・・怖ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ピーãƒã¯èŒãˆã‚‹ã‚‚ã«ã‚…。\nãŠã£ã¨ã€ãŸã¾ãŒãã‚“ãªã‚³ãƒˆè¨€ã£ã¡ã‚ƒã„ã‘ãªã„ã‚‚ã«ã‚…・・・。');
obj.talk_array.push('シムシティãŒã‚„ã‚ŠãŸã„ã‚‚ã«ã‚…。');
obj.talk_array.push('精神ã¨æ™‚ã®éƒ¨å±‹ãŒæ¬²ã—ã„ã‚‚ã«ã‚…。\nãŠã›ã‚“ã¹ã„食ã¹ã¦éŽã”ã—ãŸã„ã‚‚ã«ã‚…・・・。');
obj.talk_array.push('ãŸã¾ã®å¥½ããªé£Ÿã¹ç‰©ã¯ãƒã‚®ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã«ã‚‚ã„ãšã‚Œä»²é–“ãŒå¢—ãˆã‚‹ã¨è‰¯ã„ã‚‚ã«ã‚…・・・');
obj.talk_array.push('ã“ã®ã‚«ãƒ¬ãƒ¼ã€ã‚¹ãƒ‘イスãŒåŠ¹ã„ã¦ã‚‹ã‚‚ã«ã‚…ï¼\nã“ã£ã¡ã®è©±ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã¯å°‘ã—喋り疲れãŸã‚‚ã«ã‚…・・・');
obj.talk_array.push('リラックマã®ãƒžã‚°ã‚«ãƒƒãƒ—ã¯ã‚¹ã‚´ã‚¤ã‚‚ã«ã‚…ï¼\nãƒãƒ³ãƒ‹ãƒãƒ«æ€ã„出ã™ã‚‚ã«ã‚…ï¼');
obj.talk_array.push('ã«ããã‚…ã†ã§ã‚°ã‚°ã‚‹ã¨ã€é–¢é€£æ¤œç´¢ãŒã¡ã‚‡ã£ã¨ã‚¨ãƒã„ã‚‚ã«ã‚…・・・');
obj.talk_array.push('ã”主人様ã®æ™‚計ã®éŸ³ã§ãŸã¾ã«çœ ã‚Œãªã„ã‚‚ã«ã‚…・・・');
obj.talk_array.push('ラーメンã«ãƒã‚®ã‚’ãŸã£ã·ã‚Šå…¥ã‚Œã‚‹ã®ãŒå¥½ãã‚‚ã«ã‚…。');
obj.talk_array.push('ウェブカメラã£ã¦ã€æœ€çµ‚çš„ã«ãƒžã‚¤ã‚¯ä»£ã‚ã‚Šã«ä½¿ã‚れるもã«ã‚…?');
obj.talk_array.push('太陽を見ã¤ã‚ã‚‹ã¨é«˜ç¢ºçŽ‡ã§ãã—ゃã¿ãŒå‡ºã‚‹ã‚‚ã«ã‚…・・・ï¼');
obj.talk_array.push('毛布ã«åŒ…ã¾ã‚‹ã¨é£›ã‚“ã§ã„ãã‚‚ã«ã‚…');
obj.talk_array.push('ToLOVEるエãƒã„ã‚‚ã«ã‚…。\n今年ã®æµè¡Œèªžå¤§è³žã¯ã€ãã£ã¨åŠ ç†ä¿®æ£ã«ãªã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã‚’責ã‚ã¦ã‚‚脱ãŒãªã„ã‚‚ã«ã‚…。\nãƒãƒ£ã€ãƒãƒ£ãƒƒã‚¯ãªã‚“ã¦ç„¡ã„ã‚‚ã«ã‚…ï¼');
obj.talk_array.push('ã”主人様ãŒç™ºå£°ç·´ç¿’ã—ã¦ãŸã‚‚ã«ã‚…。\n練習用ã®å°è©žãŒã‚¹ã‚ダカターï¼ã¨ã‹ãã¤ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã¯ãƒ†ãƒ‹ãƒ—リãŒå¥½ãã‚‚ã«ã‚…。\n毎回エサå¹ãã‚‚ã«ã‚…。');
obj.talk_array.push('ã”主人様ã¯æœ€è¿‘「ã‚ャラメルã¤ãã‚Šã¦ã‡ã€ã¨ã†ã‚‹ã•ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¬ããŒãƒ‘ナソニックã®ãƒ—ãƒãƒã‚¤ãƒ€Hi-Hoã«å…¥ã£ãŸç›´å¾Œã€Hi-Hoè²·åŽã•ã‚ŒãŸã‚‚ã«ã‚…。ã³ã£ãã‚Šã—ã¦ãŸã‚‚ã«ã‚…。');
obj.talk_array.push('ã“ã®å‰ãŸã¬ããŒã‚¤ãƒ³ãƒ™ãƒ¼ãƒ€ãƒ¼ä½œã£ã¦ãã‚ŒãŸã‚‚ã«ã‚…。\nã ã‘ã©ãƒ•ã‚¡ãƒ³ãƒãƒ«é£›ã‚“ã§æ¥ãŸã‚Šã§ãƒãƒ©ãƒ³ã‚¹æœ€æ‚ªã ã£ãŸã‚‚ã«ã‚…ï¼');
obj.talk_array.push('ã‚‚ã«ã‚…ã‚‚ã«ã‚…・・・\nãƒãƒ£ã€ãƒãƒ£ãƒƒã‚¯ãªã‚“ã¦ç„¡ã„ã‚‚ã«ã‚…ï¼');
obj.talk_array.push('ãŸã¾ã¯ä½•ç§‘ã®ç”Ÿã物ã§ã™ã‹ã£ã¦ï¼Ÿ\nãŸã¾ã¯ã¬ã„ãã‚‹ã¿ã‚‚ã«ã‚…。ã”主人様ãŒãƒãƒ¼ã‚¶ãƒŸã‚¹ï½”・・・何ã§ã‚‚ç„¡ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ã”主人様ã®é›»æ± 消費ãŒæ¿€ã—ã„ã‚‚ã«ã‚…・・・\nワイヤレスマウスã¯æ€–ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('○月×日\nã”ã—ã‚…ã˜ã‚“ã•ã¾ã¨ãƒ”クニックã«ã„ã£ãŸã€‚\nãŠã«ãŽã‚ŠãŒãŸã„よã†ã®ã‚ã˜ã ã£ãŸï¼');
obj.talk_array.push('○月×日\nã‹ã‚†ï½¥ï½¥ï½¥\nã†ã¾ï½¥ï½¥ï½¥');
obj.talk_array.push('○月×日\nã”ã—ã‚…ã˜ã‚“ã•ã¾ã¨ã©ã†ã¶ã¤ãˆã‚“。\nãã‚Šã‚“ãŒãã‚‚ã‚’ãŸã¹ã¦ãŸï¼');
obj.talk_array.push('○月×日\nãょã†ã¯ã¼ã†ã‘ん。\nã¾ã„ã”ã«ãªã£ã¦ãŠã“られãŸï¼');
obj.talk_array.push('綿è“åã¯ãã®ã¾ã¾é£Ÿã¹ã‚‹ã‚‚ã«ã‚…?\nãã‚Œã¨ã‚‚ãŽã‚…ーã£ã¦ã—ã¦é£Ÿã¹ã‚‹ã‚‚ã«ã‚…?');
obj.talk_array.push('マシュマãƒç„¼ã„ãŸã‚‰ç¾Žå‘³ã—ã„ï¼\nよãèžãã‘ã©ã€ã„ã¾ã„ã¡åˆ†ã‹ã‚‰ãªã„ã‚‚ã«ã‚…。');
obj.talk_array.push('今ã¯' + ((new Date()).getMonth() + 1) + '月 ' + (new Date()).getDate() + '日もã«ã‚…');
obj.talk_array.push('ãã‚ãã‚ãŸã¾ã®å°±å¯æ™‚é–“ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã¯æœªæ¥è¦å¯Ÿã‚¦ãƒ©ã‚·â—‹ãƒ³ã®å¤§ãƒ•ã‚¡ãƒ³ã‚‚ã«ã‚…。');
obj.talk_array.push('ã“ã®ã¾ãˆã”主人様ãŒãƒ‘ジャマを買ã£ã¦ãã‚ŒãŸã‚‚ã«ã‚…ï¼');
obj.talk_array.push('é›»æ± é£Ÿã¹ãŸã‚‰æ€’られãŸã‚‚ã«ã‚…・・・');
obj.talk_array.push('最近物騒ãªãƒ‹ãƒ¥ãƒ¼ã‚¹ãŒå¤šã„ã‚‚ã«ã‚…・・・\nãŸã¾ã¯ã¨ã¦ã‚‚怖ã„ã‚‚ã«ã‚…・・・');
obj.talk_array.push('目薬替ãˆãŸã¦ã¯å‘³ã«æ…£ã‚Œã‚‹ã®ãŒå¤§å¤‰ã‚‰ã—ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ã”主人様ãŒã€ãƒ—リンタã®ã‚«ãƒ©ãƒ¼ã‚¤ãƒ³ã‚¯ãªã‚“ã¦é£¾ã‚Šã§ã™ã¨å‘Ÿã„ã¦ã„ãŸã‚‚ã«ã‚…。');
obj.talk_array.push('ã”主人様ãŒæœ€è¿‘DSã§ãƒªãƒ©ãƒƒâ—‹ãƒžã‚’飼ã„始ã‚ãŸã‚‚ã«ã‚…。\nãŸã¾ã¯ã¨ã¦ã‚‚憤りを感ã˜ã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('ã”主人様ãŒãƒ‰ã‚³ãƒ¢ãƒ€ã‚±ã‚’å±±ç©ã¿ã—ã¦ã‚‹ã‚‚ã«ã‚…。\nã‚モカワイイã‚モカワイイã¨å‘ªæ–‡ã‚’å”±ãˆã¦ã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('ガムã¯æœ€å¾Œã«é£²ã¿è¾¼ã‚€ã®ãŒçŽ‹é“らã—ã„ã‚‚ã«ã‚…。\nãŸã¾ã¯ï½¥ï½¥ï½¥ã‚¤ãƒ¤ã‚‚ã«ã‚…ï¼');
obj.talk_array.push('ã”主人様ã¯ã‚«ãƒ¬ãƒ¼ã°ã£ã‹ã‚Šé£Ÿã¹ã¦ã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('一ヶ月間地デジã ã¨æ€ã£ã¦ã‚¢ãƒŠãƒã‚°æ”¾é€è¦‹ã¦ãŸã‚‚ã«ã‚…。気付ã„ãŸæ™‚ã¯ã¨ã¦ã‚‚æ¥ãšã‹ã—ã‹ã£ãŸã‚‚ã«ã‚…・・・');
obj.talk_array.push('今ã”主人様ã®ä¸ã§ç‰›ä¹³ãƒ–ームもã«ã‚…。\n何ã«ã§ã‚‚牛乳入れã¦ã¦ãã‚‚ã„ã‚‚ã«ã‚…・・・。');
obj.talk_array.push('ã”主人様ãŒã€ç•°è°ã‚¢ãƒªã‚£ã‚£ï¼ã¨ã†ã‚‹ã•ã„ã‚‚ã«ã‚…・・・。\næµè¡Œã«æµã•ã‚Œã‚‹å…¸åž‹ã‚‚ã«ã‚…。');
obj.talk_array.push('石鹸食ã¹ãŸã‚‰æ€’られãŸã‚‚ã«ã‚…・・・');
obj.talk_array.push('星を見ã¦ãŸã‚‰å¾¹å¤œã—ã¡ã‚ƒã£ãŸã‚‚ã«ã‚…。\n何故ã ã‹èƒƒãŒã‚‚ãŸã‚Œã‚‹ã‚‚ã«ã‚…・・・。');
obj.talk_array.push('徹夜後ã®æœæ—¥ã¯æ‹·å•ã‹ä½•ã‹ã‚‚ã«ã‚…。');
obj.talk_array.push('カラオケã¯è‹¦æ‰‹ã‚‚ã«ã‚…。\n皆ã¯ã‚«ãƒ©ã‚ªã‚±å¥½ãã‚‚ã«ã‚…ã‹ï¼Ÿ');
obj.talk_array.push('ã”主人様ãŒã‚ャラメル作りを勉強ã—ã¦ã„ã‚‹ã‚‚ã«ã‚…。ãã£ã¨ãŸã¾ã®ç‚ºã‚‚ã«ã‚…ï¼');
obj.talk_array.push('ãŸã¬ãã®ã‚«ãƒãƒ³ã¯é”法ã®ã‚«ãƒãƒ³ã‚‚ã«ã‚…ï¼\n何ã§ã‚‚å…¥ã£ã¦ã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã¨ã‚ャッãƒãƒœãƒ¼ãƒ«ã™ã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã‚’弄りã™ãŽã‚‚ã«ã‚…。\nãŸã¾ã¯ä½•ã‚‚è½ã¨ã•ãªã„ã‚‚ã«ã‚…よ?');
obj.talk_array.push('ãŸã¬ããŒãƒãƒ£ãƒ¼ãƒãƒ³ã«ãƒãƒžã£ã¦ã‚‹ã‚‚ã«ã‚…。\nã¨ã£ã¦ã‚‚美味ã—ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ã”主人様ã¨ãƒãƒ¼ã‚ºã‚±ãƒ¼ã‚ã®å–ã‚Šåˆã„ã—ã¦ãŸã‚‚ã«ã‚…ï¼');
obj.talk_array.push('春を迎ãˆãŸã®ã«ã€æœªã ã«ã‚³ã‚¿ãƒ„ã§ã¾ã‚‹ã¾ã£ã¦ã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('ã‚«ãƒãƒªãƒ¼åŠåˆ†ã®ãƒžãƒ¨ãƒãƒ¼ã‚ºã§ã‚µãƒ©ãƒ€ã‚’大é‡ç”Ÿç”£ã—ãŸã‚‚ã«ã‚…。ã‚ã¾ã‚Šã®ä¸å‘³ã•ã«æ³£ããªãŒã‚‰å»ƒæ£„処分ã ã£ãŸã‚‚ã«ã‚…・・・。');
obj.talk_array.push('ã”主人様ãŒè„±ã‚¸ãƒ£ãƒ³ãƒ—ã—ã¦ãŸã‚‚ã«ã‚…。\n20å¹´ã»ã©æ¯Žé€±æ¬ ã‹ã•ãšè²·ã£ã¦ãŸã‚‰ã—ã„ã‚‚ã«ã‚…・・・。');
obj.talk_array.push('ã”主人様ã¯ã‚ˆãã€ä½œæ¥ä¸ã«ãƒã‚¹ã‚¿ãƒ¼ã‚¢ãƒƒãƒ—デートãŒæœ€å‰é¢ã«æ¥ã¦ã‚ーã‚ー言ã£ã¦ã‚‹ã‚‚ã«ã‚…。');
obj.talk_array.push('イッペンシンデミル?');
obj.talk_array.push('ã”主人様ãŒã‚¢ãƒãƒžãƒ†ãƒ©ãƒ”ー原ç†ã§çŸ³é¹¸ç‡ƒã‚„ã—ã¦ãŸã‚‚ã«ã‚…。\nã‚ã¾ã‚Šã®ç•°è‡ã«ã®ãŸæ‰“ã¡å›žã£ã¦ãŸã‚‚ã«ã‚…・・・。');
obj.talk_array.push('ã”主人様ãŒ2æ³å…ã®ãŠå®ˆã‚’ã—ã¦ãŸã‚‚ã«ã‚…。\n一日ä¸ãŠã‚ãŠã‚ã—ã¦ãŸã‚‚ã«ã‚…ï¼');
obj.talk_array.push('ã”主人様ã¯æœèµ·ãã‚‹ã¨æ‰‹é¦–ã®é–¢ç¯€ãŒå¤–ã‚Œã¦ãŸã‚Šã™ã‚‹ã‚‚ã«ã‚…。ã¯ã‚ã‚‹ã®ãŒæ—¥èª²ã‚‚ã«ã‚…。病院行ã‘ã‚‚ã«ã‚…・・・。');
obj.talk_array.push('ã”主人様ã¯æ¯Žæ—¥å®¶è¨ˆç°¿ã¤ã‘ã¦ã¦ãƒžãƒ¡ã‚‚ã«ã‚…・・・。\n軽ããã‚‚ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ã¾ã™ãã„ã¬ã¯amemboã‚’å¿œæ´ã—ã¦ã„ã‚‚ã«ã‚…ï¼\n打ã¡åˆã‚ã›ã«ã‹ãªã‚Šä¾¿åˆ©ã‚‚ã«ã‚…・・・。');
obj.talk_array.push('ãŸã¾ã¡ã‚ƒã‚“ã«ä¾¿æ„ãªã‚“ã¦ã‚‚ã®ã¯ç„¡ã„ã‚‚ã«ã‚…。\nアイドルã¨ä¸€ç·’ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã®ãƒ©ã‚¤ãƒãƒ«ã¯ã€ãŠã•ã‚り探åµå°æ²¢é‡Œå¥ˆã®ãªã‚ã“ã‚‚ã«ã‚…。');
obj.talk_array.push('ã”主人様ãŒæµ·å¤–æ—…è¡Œã—ã¦ãŸã‚‚ã«ã‚…。\n・・・・グーグルアースã§ã ã‘ã©ã‚‚ã«ã‚…ãªï¼æ¶™ãŒæ¢ã¾ã‚‰ãªã„ã‚‚ã«ã‚…。');
obj.talk_array.push('大塚愛ã®æ–°æ›²ã§æ‚¶ãˆã¦ã‚‹äººãŒå±…ãŸã‚‚ã«ã‚…。ã¡ã‚…ã†ãŒã‚¡ã‚¡ã‚¡ã¡ã‚…ã†ãŒã‚¡ã‚¡ã‚¡ã†ã‚‹ã•ã„ã‚‚ã«ã‚…ï¼');
obj.talk_array.push('今年ã®æ¡œã¯ã‚レイã ã£ãŸã‚‚ã«ã‚…ーï¼');
obj.talk_array.push('今月ã“ãã¯ç„¼è‚‰ï¼\nã”主人様・・・ãã®å°è©žä½•åº¦ç›®ã‚‚ã«ã‚…?');
obj.talk_array.push('ゆã§åµã¨ãƒžãƒ¨ãƒãƒ¼ã‚ºã ã‘ã§ã”飯ã‹ãã“ã‚ã‚‹ã‚‚ã«ã‚…よ。');
obj.talk_array.push('夜ã¯æ—¥æœ¬é…’ã«é™ã‚‹ã‚‚ã«ã‚…・・・ï¼');
obj.talk_array.push('ã„ã¬ã™ãã®ãƒžã‚¤ãƒ–ームã¯ãƒ–ラウザゲームもã«ã‚…。');
obj.talk_array.push('ã„ã¬ã™ãã¯SAIã‚’å¿œæ´ã—ã¦ã„ã‚‚ã«ã‚…。');
obj.talk_array.push('ãŸã¾ã®è¦ªã¯ã„ã¬ã™ãã‚‚ã«ã‚…。');
obj.talk_array.push('ã„ã¬ã™ããŒãƒãƒ¼ãƒˆã§å›°ã£ã¦ã‚‹ã‚‚ã«ã‚…。\nãƒãƒ¼ãƒˆã£ã¦ãŠã„ã—ã„?');
obj.talk_array.push('ã„ã¬ã™ãã¯ãƒã‚¤ã‚¬ãƒ¼ã‚’å¿œæ´ã—ã¦ã„ã‚‹ã‚‚ã«ã‚…。');
}
this.stop();
endTextMake(this);
tama_mc.onRelease = function () {
_root.clearSI('endMsg');
this._parent.msgAll_mc.msg_mc.talk_txt.text = this._parent.talk_array[Math.floor(Math.random() * this._parent.talk_array.length)];
this._parent.msgAll_mc.msg_mc.waku_mc.gotoAndStop(Math.floor(Math.random() * this._parent.msgAll_mc.msg_mc.waku_mc.maxFrame + 1));
this._parent.msgAll_mc.gotoAndPlay(3);
};
tama_mc.onRollOver = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(2);
};
tama_mc.onReleaseOutside = function () {
_root.mouseAll_mc.target_mc.gotoAndStop(1);
};
tama_mc.onRollOut = tama_mc.onReleaseOutside;
}
}
frame 9 {
endRoll_mc.play();
my_sound.stop();
my_sound.attachSound('endroll_sound');
my_sound.setVolume(0);
my_sound.start(0, 10000);
this.onEnterFrame = function () {
if (this.my_sound.getVolume() + 10 < 100) {
var v2 = this.my_sound.getVolume() + 10;
this.my_sound.setVolume(v2);
} else {
var v2 = 100;
this.my_sound.setVolume(v2);
delete this.onEnterFrame;
}
};
}
frame 10 {
this.stop();
clearSI('All');
my_sound.stop();
my_sound.attachSound('help_sound');
my_sound.setVolume(0);
my_sound.start(0, 10000);
this.onEnterFrame = function () {
if (this.my_sound.getVolume() + 10 < 100) {
var v2 = this.my_sound.getVolume() + 10;
this.my_sound.setVolume(v2);
} else {
var v2 = 100;
this.my_sound.setVolume(v2);
delete this.onEnterFrame;
}
};
}
movieClip 591 {
}
movieClip 592 {
}
movieClip 595 {
}
movieClip 596 {
}
movieClip 597 {
}
movieClip 600 {
}
movieClip 601 {
}
movieClip 603 {
}
movieClip 604 {
frame 8 {
this.stop();
}
}
movieClip 607 {
}
movieClip 608 {
frame 1 {
this.stop();
}
}
movieClip 609 {
}
movieClip 610 {
frame 1 {
this.stop();
}
}
movieClip 611 {
frame 1 {
this.hitArea = area_mc;
area_mc._visible = false;
this.onRollOver = function () {
this.btn_mc.gotoAndStop(2);
};
this.onReleaseOutside = function () {
this.btn_mc.gotoAndStop(1);
};
this.onRollOut = this.onReleaseOutside;
this.onRelease = function () {
delete this._parent.MouseKansi.onMouseUp;
Mouse.removeListener(this._parent.MouseKansi);
_root.clearSI('All');
_root.gotoAndStop(_root.titleFrame);
};
}
frame 7 {
this.stop();
}
}
movieClip 613 {
}
movieClip 614 {
}
movieClip 619 {
}
movieClip 622 {
}
movieClip 625 {
}
movieClip 628 {
}
movieClip 631 {
}
movieClip 632 {
}
movieClip 635 {
}
movieClip 636 {
}
movieClip 637 {
}
movieClip 644 {
frame 1 {
this.stop();
_root.si_obj.SD_B = setInterval(_root.waitPlay, Math.random() * 2000 + 1000, this, 'SD_B');
}
frame 8 {
this.gotoAndStop(1);
}
}
movieClip 651 {
frame 1 {
this.stop();
_root.si_obj.SD_B = setInterval(_root.waitPlay, Math.random() * 2000 + 1000, this, 'SD_B');
}
frame 8 {
this.gotoAndStop(1);
}
}
movieClip 652 {
frame 1 {
this.stop();
}
}
movieClip 654 {
}
movieClip 655 {
}
movieClip 658 {
}
movieClip 661 {
}
movieClip 664 {
}
movieClip 667 {
}
movieClip 670 {
}
movieClip 673 {
}
movieClip 676 {
}
movieClip 679 {
}
movieClip 682 {
}
movieClip 685 {
}
movieClip 688 {
}
movieClip 691 {
}
movieClip 694 {
}
movieClip 697 {
}
movieClip 700 {
}
movieClip 703 {
}
movieClip 706 {
}
movieClip 709 {
}
movieClip 712 {
}
movieClip 715 {
}
movieClip 718 {
}
movieClip 721 {
}
movieClip 724 {
}
movieClip 727 {
}
movieClip 730 {
}
movieClip 733 {
}
movieClip 736 {
}
movieClip 739 {
}
movieClip 742 {
}
movieClip 745 {
}
movieClip 748 {
}
movieClip 751 {
}
movieClip 754 {
}
movieClip 757 {
}
movieClip 760 {
}
movieClip 763 {
}
movieClip 766 {
}
movieClip 769 {
}
movieClip 772 {
}
movieClip 775 {
}
movieClip 778 {
}
movieClip 781 {
}
movieClip 784 {
}
movieClip 787 {
}
movieClip 790 {
}
movieClip 793 {
}
movieClip 796 {
}
movieClip 799 {
}
movieClip 802 {
}
movieClip 805 {
}
movieClip 808 {
}
movieClip 811 {
}
movieClip 814 {
}
movieClip 817 {
}
movieClip 820 {
}
movieClip 823 {
}
movieClip 826 {
}
movieClip 829 {
}
movieClip 832 {
}
movieClip 835 {
}
movieClip 838 {
}
movieClip 841 {
}
movieClip 844 {
}
movieClip 847 {
}
movieClip 850 {
}
movieClip 853 {
}
movieClip 856 {
}
movieClip 859 {
}
movieClip 862 {
}
movieClip 865 {
}
movieClip 868 {
}
movieClip 871 {
}
movieClip 874 {
}
movieClip 877 {
}
movieClip 880 {
}
movieClip 883 {
}
movieClip 886 {
}
movieClip 894 {
}
movieClip 897 {
}
movieClip 899 {
frame 1 {
this.stop();
}
frame 70 {
this.stop();
}
}
movieClip 910 {
frame 1 {
this.stop();
}
}
movieClip 913 {
}
movieClip 916 {
}
movieClip 919 {
}
movieClip 922 {
}
movieClip 925 {
}
movieClip 928 {
}
movieClip 931 {
}
movieClip 934 {
}
movieClip 937 {
}
movieClip 940 {
}
movieClip 943 {
}
movieClip 946 {
}
movieClip 949 {
}
movieClip 952 {
}
movieClip 955 {
}
movieClip 958 {
}
movieClip 961 {
}
movieClip 964 {
}
movieClip 967 {
}
movieClip 970 {
}
movieClip 973 {
}
movieClip 976 {
}
movieClip 979 {
}
movieClip 982 {
}
movieClip 985 {
}
movieClip 988 {
}
movieClip 991 {
}
movieClip 994 {
}
movieClip 997 {
}
movieClip 1000 {
}
movieClip 1003 {
}
movieClip 1006 {
}
movieClip 1009 {
}
movieClip 1012 {
}
movieClip 1015 {
}
movieClip 1018 {
}
movieClip 1021 {
}
movieClip 1024 {
}
movieClip 1027 {
}
movieClip 1030 {
}
movieClip 1033 {
}
movieClip 1036 {
}
movieClip 1039 {
}
movieClip 1042 {
}
movieClip 1045 {
}
movieClip 1048 {
}
movieClip 1051 {
}
movieClip 1054 {
}
movieClip 1057 {
}
movieClip 1060 {
}
movieClip 1063 {
}
movieClip 1066 {
}
movieClip 1069 {
}
movieClip 1072 {
}
movieClip 1075 {
}
movieClip 1078 {
}
movieClip 1081 {
}
movieClip 1084 {
}
movieClip 1087 {
}
movieClip 1090 {
}
movieClip 1093 {
}
movieClip 1096 {
}
movieClip 1099 {
}
movieClip 1102 {
}
movieClip 1105 {
}
movieClip 1108 {
}
movieClip 1111 {
}
movieClip 1114 {
}
movieClip 1117 {
}
movieClip 1120 {
}
movieClip 1123 {
}
movieClip 1126 {
}
movieClip 1129 {
}
movieClip 1132 {
}
movieClip 1135 {
}
movieClip 1138 {
}
movieClip 1141 {
}
movieClip 1144 {
}
movieClip 1147 {
}
movieClip 1150 {
}
movieClip 1153 {
}
movieClip 1156 {
}
movieClip 1159 {
}
movieClip 1162 {
}
movieClip 1165 {
}
movieClip 1168 {
}
movieClip 1171 {
}
movieClip 1174 {
}
movieClip 1177 {
}
movieClip 1180 {
}
movieClip 1183 {
}
movieClip 1186 {
}
movieClip 1189 {
}
movieClip 1192 {
}
movieClip 1195 {
}
movieClip 1198 {
}
movieClip 1201 {
}
movieClip 1204 {
}
movieClip 1207 {
}
movieClip 1210 {
}
movieClip 1213 {
}
movieClip 1216 {
}
movieClip 1219 {
}
movieClip 1222 {
}
movieClip 1225 {
}
movieClip 1228 {
}
movieClip 1231 {
}
movieClip 1233 {
}
movieClip 1234 {
}
movieClip 1237 {
}
movieClip 1240 {
}
movieClip 1243 {
}
movieClip 1246 {
}
movieClip 1249 {
}
movieClip 1252 {
}
movieClip 1255 {
}
movieClip 1258 {
}
movieClip 1261 {
}
movieClip 1264 {
}
movieClip 1267 {
}
movieClip 1270 {
}
movieClip 1273 {
}
movieClip 1276 {
}
movieClip 1279 {
}
movieClip 1282 {
}
movieClip 1285 {
}
movieClip 1288 {
}
movieClip 1291 {
}
movieClip 1294 {
}
movieClip 1297 {
}
movieClip 1300 {
}
movieClip 1303 {
}
movieClip 1306 {
}
movieClip 1309 {
}
movieClip 1312 {
}
movieClip 1315 {
}
movieClip 1318 {
}
movieClip 1321 {
}
movieClip 1324 {
}
movieClip 1327 {
}
movieClip 1330 {
}
movieClip 1333 {
}
movieClip 1336 {
}
movieClip 1339 {
}
movieClip 1342 {
}
movieClip 1345 {
}
movieClip 1348 {
}
movieClip 1351 {
}
movieClip 1354 {
}
movieClip 1357 {
}
movieClip 1360 {
}
movieClip 1363 {
}
movieClip 1366 {
}
movieClip 1369 {
}
movieClip 1372 {
}
movieClip 1375 {
}
movieClip 1378 {
}
movieClip 1381 {
}
movieClip 1384 {
}
movieClip 1387 {
}
movieClip 1390 {
}
movieClip 1393 {
}
movieClip 1396 {
}
movieClip 1399 {
}
movieClip 1402 {
}
movieClip 1405 {
}
movieClip 1408 {
}
movieClip 1411 {
}
movieClip 1414 {
}
movieClip 1417 {
}
movieClip 1420 {
}
movieClip 1423 {
}
movieClip 1426 {
}
movieClip 1429 {
}
movieClip 1432 {
}
movieClip 1435 {
}
movieClip 1438 {
}
movieClip 1441 {
}
movieClip 1444 {
}
movieClip 1447 {
}
movieClip 1450 {
}
movieClip 1453 {
}
movieClip 1456 {
}
movieClip 1459 {
}
movieClip 1462 {
}
movieClip 1465 {
}
movieClip 1468 {
}
movieClip 1471 {
}
movieClip 1474 {
}
movieClip 1477 {
}
movieClip 1480 {
}
movieClip 1483 {
}
movieClip 1486 {
}
movieClip 1489 {
}
movieClip 1492 {
}
movieClip 1495 {
}
movieClip 1498 {
}
movieClip 1501 {
}
movieClip 1504 {
}
movieClip 1507 {
}
movieClip 1510 {
}
movieClip 1513 {
}
movieClip 1516 {
}
movieClip 1519 {
}
movieClip 1522 {
}
movieClip 1525 {
}
movieClip 1528 {
}
movieClip 1531 {
}
movieClip 1534 {
}
movieClip 1537 {
}
movieClip 1540 {
}
movieClip 1543 {
}
movieClip 1546 {
}
movieClip 1549 {
}
movieClip 1552 {
}
movieClip 1555 {
}
movieClip 1558 {
}
movieClip 1561 {
}
movieClip 1564 {
}
movieClip 1567 {
}
movieClip 1570 {
}
movieClip 1573 {
}
movieClip 1576 {
}
movieClip 1579 {
}
movieClip 1582 {
}
movieClip 1585 {
}
movieClip 1588 {
}
movieClip 1591 {
}
movieClip 1594 {
}
movieClip 1597 {
}
movieClip 1600 {
}
movieClip 1603 {
}
movieClip 1606 {
}
movieClip 1609 {
}
movieClip 1612 {
}
movieClip 1615 {
}
movieClip 1618 {
}
movieClip 1621 {
}
movieClip 1624 {
}
movieClip 1627 {
}
movieClip 1630 {
}
movieClip 1633 {
}
movieClip 1636 {
}
movieClip 1639 {
}
movieClip 1642 {
}
movieClip 1645 {
}
movieClip 1648 {
}
movieClip 1651 {
}
movieClip 1654 {
}
movieClip 1657 {
}
movieClip 1660 {
}
movieClip 1663 {
}
movieClip 1666 {
}
movieClip 1669 {
}
movieClip 1672 {
}
movieClip 1675 {
}
movieClip 1678 {
}
movieClip 1681 {
}
movieClip 1684 {
}
movieClip 1687 {
}
movieClip 1690 {
}
movieClip 1693 {
}
movieClip 1696 {
}
movieClip 1699 {
}
movieClip 1702 {
}
movieClip 1705 {
}
movieClip 1708 {
}
movieClip 1711 {
}
movieClip 1714 {
}
movieClip 1717 {
}
movieClip 1720 {
}
movieClip 1723 {
}
movieClip 1726 {
}
movieClip 1729 {
}
movieClip 1732 {
}
movieClip 1735 {
}
movieClip 1738 {
}
movieClip 1741 {
}
movieClip 1744 {
}
movieClip 1747 {
}
movieClip 1750 {
}
movieClip 1753 {
}
movieClip 1756 {
}
movieClip 1759 {
}
movieClip 1762 {
}
movieClip 1765 {
}
movieClip 1768 {
}
movieClip 1771 {
}
movieClip 1774 {
}
movieClip 1777 {
}
movieClip 1780 {
}
movieClip 1783 {
}
movieClip 1786 {
}
movieClip 1789 {
}
movieClip 1792 {
}
movieClip 1795 {
}
movieClip 1798 {
}
movieClip 1801 {
}
movieClip 1804 {
}
movieClip 1807 {
}
movieClip 1810 {
}
movieClip 1813 {
}
movieClip 1816 {
}
movieClip 1819 {
}
movieClip 1822 {
}
movieClip 1825 {
}
movieClip 1828 {
}
movieClip 1831 {
}
movieClip 1834 {
}
movieClip 1837 {
}
movieClip 1840 {
}
movieClip 1843 {
}
movieClip 1846 {
}
movieClip 1849 {
}
movieClip 1852 {
}
movieClip 1855 {
}
movieClip 1858 {
}
movieClip 1861 {
}
movieClip 1864 {
}
movieClip 1867 {
}
movieClip 1870 {
}
movieClip 1873 {
}
movieClip 1876 {
}
movieClip 1879 {
}
movieClip 1882 {
}
movieClip 1885 {
}
movieClip 1888 {
}
movieClip 1891 {
}
movieClip 1894 {
}
movieClip 1897 {
}
movieClip 1900 {
}
movieClip 1903 {
}
movieClip 1906 {
}
movieClip 1909 {
}
movieClip 1912 {
}
movieClip 1915 {
}
movieClip 1918 {
}
movieClip 1921 {
}
movieClip 1924 {
}
movieClip 1927 {
}
movieClip 1930 {
}
movieClip 1933 {
}
movieClip 1936 {
}
movieClip 1939 {
}
movieClip 1940 {
frame 1 {
this.nextFrame();
baseWaitTime = 2500;
KeyKansi = new Object();
KeyKansi.pathObj = this;
MouseKansi = new Object();
MouseKansi.pathObj = this;
KeyKansi.onKeyUp = function () {
this.pathObj.nextFrame();
if (this.pathObj._currentframe == this.pathObj._totalframes) {
delete this.pathObj.MouseKansi.onMouseUp;
delete this.pathObj.KeyKansi.onKeyUp;
}
};
MouseKansi.onMouseUp = function () {
this.pathObj.nextFrame();
if (this.pathObj._currentframe == this.pathObj._totalframes) {
delete this.pathObj.MouseKansi.onMouseUp;
delete this.pathObj.KeyKansi.onKeyUp;
}
};
Key.addListener(KeyKansi);
Mouse.addListener(MouseKansi);
}
frame 7 {
_root.clearSI('SD_B');
charaB.gotoAndStop(2);
}
frame 12 {
_root.clearSI('SD_B');
charaB.gotoAndStop(1);
}
frame 29 {
_root.clearSI('SD_B');
charaB.gotoAndStop(2);
}
frame 31 {
_root.clearSI('SD_B');
charaB.gotoAndStop(1);
}
frame 44 {
_root.clearSI('SD_B');
charaB.gotoAndStop(2);
}
frame 48 {
_root.clearSI('SD_B');
charaB.gotoAndStop(1);
}
frame 62 {
bg_mc.gotoAndStop(2);
}
frame 72 {
bg_mc.gotoAndStop(3);
}
frame 78 {
_root.clearSI('SD_B');
charaB.gotoAndStop(2);
}
frame 78 {
bg_mc.kesi_mc.play();
}
frame 80 {
_root.clearSI('SD_B');
charaB.gotoAndStop(1);
}
frame 89 {
bg_mc.gotoAndStop(4);
}
frame 94 {
_root.clearSI('SD_B');
charaB.gotoAndStop(2);
}
frame 97 {
_root.clearSI('SD_B');
charaB.gotoAndStop(1);
}
frame 108 {
bg_mc.gotoAndStop(5);
}
frame 125 {
bg_mc.gotoAndStop(6);
}
frame 133 {
_root.clearSI('SD_B');
charaB.gotoAndStop(2);
}
frame 135 {
_root.clearSI('SD_B');
charaB.gotoAndStop(1);
}
frame 146 {
_root.clearSI('SD_B');
charaB.gotoAndStop(2);
}
frame 146 {
bg_mc.gotoAndStop(7);
}
frame 148 {
_root.clearSI('SD_B');
charaB.gotoAndStop(1);
}
frame 154 {
bg_mc.gotoAndStop(8);
}
frame 166 {
_root.clearSI('SD_B');
charaB.gotoAndStop(2);
}
frame 177 {
last_mc.onEnterFrame = function () {
this._alpha += 10;
if (this._alpha >= 100) {
_root.clearSI('All');
delete this.onEnterFrame;
}
};
}
}
movieClip 1963 {
frame 1 {
this.stop();
}
}