Frame 3
_global.nSwfFiles = "ef001spa";
Frame 8
_global.gVgaman = 2;
_global.hajimeru = "\u306F\u3058\u3081\u308B";
play();
Frame 9
stop();
_global.gX = 5;
Instance of Symbol 41 MovieClip [FCheckBoxSymbol] "cc1" in Frame 9
//component parameters
onClipEvent (initialize) {
label = "\u7C21\u5358\u30E2\u30FC\u30C9";
initialValue = false;
labelPlacement = "left";
changeHandler = "";
}
on (keyPress "<Left>") {
}
Frame 11
if (_root.cc1.getValue()) {
_global.gVgaman = 1;
_global.gX = 2;
} else {
_global.gVgaman = 2;
}
Frame 20
stop();
gaman_mc.Sankaku_mc_x + 0.05;
Symbol 16 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(shadow_mc, "shadow");
component.registerSkinElement(darkshadow_mc, "darkshadow");
component.registerSkinElement(highlight_mc, "highlight");
component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 19 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(background_mc, "background");
Symbol 22 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 24 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 27 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 30 MovieClip Frame 1
var component = _parent._parent;
component.registerSkinElement(check_mc, "check");
Symbol 31 MovieClip [fcb_states] Frame 1
stop();
Symbol 31 MovieClip [fcb_states] Frame 2
stop();
Symbol 31 MovieClip [fcb_states] Frame 3
stop();
Symbol 31 MovieClip [fcb_states] Frame 4
stop();
Symbol 31 MovieClip [fcb_states] Frame 5
stop();
Symbol 31 MovieClip [fcb_states] Frame 6
stop();
Symbol 34 MovieClip [FLabelSymbol] Frame 1
#initclip 2
_global.FLabelClass = function () {
if (this.hostComponent == undefined) {
this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller));
}
if (this.customTextStyle == undefined) {
if (this.hostComponent.textStyle == undefined) {
this.hostComponent.textStyle = new TextFormat();
}
this.textStyle = this.hostComponent.textStyle;
this.enable = true;
}
};
FLabelClass.prototype = new MovieClip();
Object.registerClass("FLabelSymbol", FLabelClass);
FLabelClass.prototype.setLabel = function (label) {
var _local2 = this.hostComponent.styleTable.embedFonts.value;
if (_local2 != undefined) {
this.labelField.embedFonts = _local2;
}
this.labelField.setNewTextFormat(this.textStyle);
this.labelField.text = label;
this.labelField._height = this.labelField.textHeight + 2;
};
FLabelClass.prototype.setSize = function (width) {
this.labelField._width = width;
};
FLabelClass.prototype.setEnabled = function (enable) {
this.enable = enable;
var _local2 = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value;
if (_local2 == undefined) {
_local2 = (enable ? 0 : 8947848);
}
this.setColor(_local2);
};
FLabelClass.prototype.getLabel = function () {
return(this.labelField.text);
};
FLabelClass.prototype.setColor = function (col) {
this.labelField.textColor = col;
};
#endinitclip
Symbol 35 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1
function FUIComponentClass() {
this.init();
}
FUIComponentClass.prototype = new MovieClip();
FUIComponentClass.prototype.init = function () {
this.enable = true;
this.focused = false;
this.useHandCursor = false;
this._accImpl = new Object();
this._accImpl.stub = true;
this.styleTable = new Array();
if (_global.globalStyleFormat == undefined) {
_global.globalStyleFormat = new FStyleFormat();
globalStyleFormat.isGlobal = true;
_global._focusControl = new Object();
_global._focusControl.onSetFocus = function (oldFocus, newFocus) {
oldFocus.myOnKillFocus();
newFocus.myOnSetFocus();
};
Selection.addListener(_global._focusControl);
}
if (this._name != undefined) {
this._focusrect = false;
this.tabEnabled = true;
this.focusEnabled = true;
this.tabChildren = false;
this.tabFocused = true;
if (this.hostStyle == undefined) {
globalStyleFormat.addListener(this);
} else {
this.styleTable = this.hostStyle;
}
this.deadPreview._visible = false;
this.deadPreview._width = (this.deadPreview._height = 1);
this.methodTable = new Object();
this.keyListener = new Object();
this.keyListener.controller = this;
this.keyListener.onKeyDown = function () {
this.controller.myOnKeyDown();
};
this.keyListener.onKeyUp = function () {
this.controller.myOnKeyUp();
};
for (var _local3 in this.styleFormat_prm) {
this.setStyleProperty(_local3, this.styleFormat_prm[_local3]);
}
}
};
FUIComponentClass.prototype.setEnabled = function (enabledFlag) {
this.enable = ((arguments.length > 0) ? (enabledFlag) : true);
this.tabEnabled = (this.focusEnabled = enabledFlag);
if ((!this.enable) && (this.focused)) {
Selection.setFocus(undefined);
}
};
FUIComponentClass.prototype.getEnabled = function () {
return(this.enable);
};
FUIComponentClass.prototype.setSize = function (w, h) {
this.width = w;
this.height = h;
this.focusRect.removeMovieClip();
};
FUIComponentClass.prototype.setChangeHandler = function (chng, obj) {
this.handlerObj = ((obj == undefined) ? (this._parent) : (obj));
this.changeHandler = chng;
};
FUIComponentClass.prototype.invalidate = function (methodName) {
this.methodTable[methodName] = true;
this.onEnterFrame = this.cleanUI;
};
FUIComponentClass.prototype.cleanUI = function () {
if (this.methodTable.setSize) {
this.setSize(this.width, this.height);
} else {
this.cleanUINotSize();
}
this.methodTable = new Object();
delete this.onEnterFrame;
};
FUIComponentClass.prototype.cleanUINotSize = function () {
for (var _local2 in this.methodTable) {
this[_local2]();
}
};
FUIComponentClass.prototype.drawRect = function (x, y, w, h) {
var _local4 = this.styleTable.focusRectInner.value;
var _local5 = this.styleTable.focusRectOuter.value;
if (_local4 == undefined) {
_local4 = 16777215 /* 0xFFFFFF */;
}
if (_local5 == undefined) {
_local5 = 0;
}
this.createEmptyMovieClip("focusRect", 1000);
this.focusRect.controller = this;
this.focusRect.lineStyle(1, _local5);
this.focusRect.moveTo(x, y);
this.focusRect.lineTo(x + w, y);
this.focusRect.lineTo(x + w, y + h);
this.focusRect.lineTo(x, y + h);
this.focusRect.lineTo(x, y);
this.focusRect.lineStyle(1, _local4);
this.focusRect.moveTo(x + 1, y + 1);
this.focusRect.lineTo((x + w) - 1, y + 1);
this.focusRect.lineTo((x + w) - 1, (y + h) - 1);
this.focusRect.lineTo(x + 1, (y + h) - 1);
this.focusRect.lineTo(x + 1, y + 1);
};
FUIComponentClass.prototype.pressFocus = function () {
this.tabFocused = false;
this.focusRect.removeMovieClip();
Selection.setFocus(this);
};
FUIComponentClass.prototype.drawFocusRect = function () {
this.drawRect(-2, -2, this.width + 4, this.height + 4);
};
FUIComponentClass.prototype.myOnSetFocus = function () {
this.focused = true;
Key.addListener(this.keyListener);
if (this.tabFocused) {
this.drawFocusRect();
}
};
FUIComponentClass.prototype.myOnKillFocus = function () {
this.tabFocused = true;
this.focused = false;
this.focusRect.removeMovieClip();
Key.removeListener(this.keyListener);
};
FUIComponentClass.prototype.executeCallBack = function () {
this.handlerObj[this.changeHandler](this);
};
FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) {
this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal);
};
FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) {
if (value == "") {
return(undefined);
}
var _local17 = parseInt(value);
if (!isNaN(_local17)) {
value = _local17;
}
var _local16 = ((arguments.length > 2) ? (isGlobal) : false);
if (this.styleTable[propName] == undefined) {
this.styleTable[propName] = new Object();
this.styleTable[propName].useGlobal = true;
}
if (this.styleTable[propName].useGlobal || (!_local16)) {
this.styleTable[propName].value = value;
if (this.setCustomStyleProperty(propName, value)) {
} else if (propName == "embedFonts") {
this.invalidate("setSize");
} else if (propName.subString(0, 4) == "text") {
if (this.textStyle == undefined) {
this.textStyle = new TextFormat();
}
var _local18 = propName.subString(4, propName.length);
this.textStyle[_local18] = value;
this.invalidate("setSize");
} else {
for (var _local15 in this.styleTable[propName].coloredMCs) {
var _local4 = new Color(this.styleTable[propName].coloredMCs[_local15]);
if (this.styleTable[propName].value == undefined) {
var _local5 = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"};
_local4.setTransform(_local5);
} else {
_local4.setRGB(value);
}
}
}
this.styleTable[propName].useGlobal = _local16;
}
};
FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) {
if (this.styleTable[propName] == undefined) {
this.styleTable[propName] = new Object();
this.styleTable[propName].useGlobal = true;
}
if (this.styleTable[propName].coloredMCs == undefined) {
this.styleTable[propName].coloredMCs = new Object();
}
this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef;
if (this.styleTable[propName].value != undefined) {
var _local3 = new Color(skinMCRef);
_local3.setRGB(this.styleTable[propName].value);
}
};
_global.FStyleFormat = function () {
this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true};
this.listeners = new Object();
this.isGlobal = false;
if (arguments.length > 0) {
for (var _local3 in arguments[0]) {
this[_local3] = arguments[0][_local3];
}
}
};
_global.FStyleFormat.prototype = new Object();
FStyleFormat.prototype.addListener = function () {
var _local3 = 0;
while (_local3 < arguments.length) {
var _local4 = arguments[_local3];
this.listeners[arguments[_local3]] = _local4;
for (var _local5 in this) {
if (this.isAStyle(_local5)) {
_local4.updateStyleProperty(this, _local5.toString());
}
}
_local3++;
}
};
FStyleFormat.prototype.removeListener = function (component) {
this.listeners[component] = undefined;
for (var _local4 in this) {
if (this.isAStyle(_local4)) {
if (component.styleTable[_local4].useGlobal == this.isGlobal) {
component.styleTable[_local4].useGlobal = true;
var _local3 = (this.isGlobal ? undefined : (globalStyleFormat[_local4]));
component.setStyleProperty(_local4, _local3, true);
}
}
}
};
FStyleFormat.prototype.applyChanges = function () {
var _local6 = 0;
for (var _local5 in this.listeners) {
var _local3 = this.listeners[_local5];
if (arguments.length > 0) {
var _local4 = 0;
while (_local4 < arguments.length) {
if (this.isAStyle(arguments[_local4])) {
_local3.updateStyleProperty(this, arguments[_local4]);
}
_local4++;
}
} else {
for (var _local4 in this) {
if (this.isAStyle(_local4)) {
_local3.updateStyleProperty(this, _local4.toString());
}
}
}
}
};
FStyleFormat.prototype.isAStyle = function (name) {
return((this.nonStyles[name] ? false : true));
};
#endinitclip
Symbol 38 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent;
component.registerSkinElement(boundingBox, "background");
stop();
Symbol 38 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled");
stop();
Symbol 41 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 3
function FCheckBoxClass() {
this.init();
}
FCheckBoxClass.prototype = new FUIComponentClass();
Object.registerClass("FCheckBoxSymbol", FCheckBoxClass);
FCheckBoxClass.prototype.init = function () {
super.setSize(this._width, this._height);
this.boundingBox_mc.unloadMovie();
this.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1);
this.attachMovie("fcb_states", "fcb_states_mc", 2);
this.attachMovie("FLabelSymbol", "fLabel_mc", 3);
super.init();
this.setChangeHandler(this.changeHandler);
this._xscale = 100;
this._yscale = 100;
this.setSize(this.width, this.height);
if (this.initialValue == undefined) {
this.setCheckState(false);
} else {
this.setCheckState(this.initialValue);
}
if (this.label != undefined) {
this.setLabel(this.label);
}
this.ROLE_SYSTEM_CHECKBUTTON = 44;
this.STATE_SYSTEM_CHECKED = 16;
this.EVENT_OBJECT_STATECHANGE = 32778;
this.EVENT_OBJECT_NAMECHANGE = 32780;
this._accImpl.master = this;
this._accImpl.stub = false;
this._accImpl.get_accRole = this.get_accRole;
this._accImpl.get_accName = this.get_accName;
this._accImpl.get_accState = this.get_accState;
this._accImpl.get_accDefaultAction = this.get_accDefaultAction;
this._accImpl.accDoDefaultAction = this.accDoDefaultAction;
};
FCheckBoxClass.prototype.setLabelPlacement = function (pos) {
this.setLabel(this.getLabel());
this.txtFormat(pos);
var _local8 = this.fLabel_mc._height / 2;
var _local7 = this.fcb_states_mc._height / 2;
var _local5 = _local7 - _local8;
var _local6 = this.fcb_states_mc._width;
var _local4 = this.fcb_states_mc;
var _local9 = this.fLabel_mc;
var _local2 = 0;
if (_local4._width > this.width) {
_local2 = 0;
} else {
_local2 = this.width - _local4._width;
}
this.fLabel_mc.setSize(_local2);
if ((pos == "right") || (pos == undefined)) {
this.labelPlacement = "right";
this.fcb_states_mc._x = 0;
this.fLabel_mc._x = _local6;
this.txtFormat("left");
} else if (pos == "left") {
this.labelPlacement = "left";
this.fLabel_mc._x = 0;
this.fcb_states_mc._x = this.width - _local6;
this.txtFormat("right");
}
this.fLabel_mc._y = _local5;
this.fcb_hitArea_mc._y = _local5;
};
FCheckBoxClass.prototype.txtFormat = function (pos) {
var _local3 = this.textStyle;
var _local4 = this.styleTable;
_local3.align = ((_local4.textAlign.value == undefined) ? ((_local3.align = pos)) : undefined);
_local3.leftMargin = ((_local4.textLeftMargin.value == undefined) ? ((_local3.leftMargin = 0)) : undefined);
_local3.rightMargin = ((_local4.textRightMargin.value == undefined) ? ((_local3.rightMargin = 0)) : undefined);
if (this.flabel_mc._height > this.height) {
super.setSize(this.width, this.flabel_mc._height);
} else {
super.setSize(this.width, this.height);
}
this.fLabel_mc.labelField.setTextFormat(this.textStyle);
this.setEnabled(this.enable);
};
FCheckBoxClass.prototype.setHitArea = function (w, h) {
var _local3 = this.fcb_hitArea_mc;
this.hitArea = _local3;
if (this.fcb_states_mc._width > w) {
_local3._width = this.fcb_states_mc._width;
} else {
_local3._width = w;
}
_local3._visible = false;
if (arguments.length > 1) {
_local3._height = h;
}
};
FCheckBoxClass.prototype.setSize = function (w) {
this.setLabel(this.getLabel());
this.setLabelPlacement(this.labelPlacement);
if (this.fcb_states_mc._height < this.flabel_mc.labelField._height) {
super.setSize(w, this.flabel_mc.labelField._height);
}
this.setHitArea(this.width, this.height);
this.setLabelPlacement(this.labelPlacement);
};
FCheckBoxClass.prototype.drawFocusRect = function () {
this.drawRect(-2, -2, this._width + 6, this._height - 1);
};
FCheckBoxClass.prototype.onPress = function () {
this.pressFocus();
_root.focusRect.removeMovieClip();
var _local3 = this.fcb_states_mc;
if (this.getValue()) {
_local3.gotoAndStop("checkedPress");
} else {
_local3.gotoAndStop("press");
}
};
FCheckBoxClass.prototype.onRelease = function () {
this.fcb_states_mc.gotoAndStop("up");
this.setValue(!this.checked);
};
FCheckBoxClass.prototype.onReleaseOutside = function () {
var _local2 = this.fcb_states_mc;
if (this.getValue()) {
_local2.gotoAndStop("checkedEnabled");
} else {
_local2.gotoAndStop("up");
}
};
FCheckBoxClass.prototype.onDragOut = function () {
var _local2 = this.fcb_states_mc;
if (this.getValue()) {
_local2.gotoAndStop("checkedEnabled");
} else {
_local2.gotoAndStop("up");
}
};
FCheckBoxClass.prototype.onDragOver = function () {
var _local2 = this.fcb_states_mc;
if (this.getValue()) {
_local2.gotoAndStop("checkedPress");
} else {
_local2.gotoAndStop("press");
}
};
FCheckBoxClass.prototype.setValue = function (checkedValue) {
if (checkedValue || (checkedValue == undefined)) {
this.setCheckState(checkedValue);
} else if (checkedValue == false) {
this.setCheckState(checkedValue);
}
this.executeCallBack();
if (Accessibility.isActive()) {
Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true);
}
};
FCheckBoxClass.prototype.setCheckState = function (checkedValue) {
var _local2 = this.fcb_states_mc;
if (this.enable) {
this.flabel_mc.setEnabled(true);
if (checkedValue || (checkedValue == undefined)) {
_local2.gotoAndStop("checkedEnabled");
this.enabled = true;
this.checked = true;
} else {
_local2.gotoAndStop("up");
this.enabled = true;
this.checked = false;
}
} else {
this.flabel_mc.setEnabled(false);
if (checkedValue || (checkedValue == undefined)) {
_local2.gotoAndStop("checkedDisabled");
this.enabled = false;
this.checked = true;
} else {
_local2.gotoAndStop("uncheckedDisabled");
this.enabled = false;
this.checked = false;
this.focusRect.removeMovieClip();
}
}
};
FCheckBoxClass.prototype.getValue = function () {
return(this.checked);
};
FCheckBoxClass.prototype.setEnabled = function (enable) {
if ((enable == true) || (enable == undefined)) {
this.enable = true;
super.setEnabled(true);
} else {
this.enable = false;
super.setEnabled(false);
}
this.setCheckState(this.checked);
};
FCheckBoxClass.prototype.getEnabled = function () {
return(this.enable);
};
FCheckBoxClass.prototype.setLabel = function (label) {
this.fLabel_mc.setLabel(label);
this.txtFormat();
if (Accessibility.isActive()) {
Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE);
}
};
FCheckBoxClass.prototype.getLabel = function () {
return(this.fLabel_mc.labelField.text);
};
FCheckBoxClass.prototype.setTextColor = function (color) {
this.fLabel_mc.labelField.textColor = color;
};
FCheckBoxClass.prototype.myOnKeyDown = function () {
if (((Key.getCode() == 32) && (this.pressOnce == undefined)) && (this.enabled == true)) {
this.setValue(!this.getValue());
this.pressOnce = true;
}
};
FCheckBoxClass.prototype.myOnKeyUp = function () {
if (Key.getCode() == 32) {
this.pressOnce = undefined;
}
};
FCheckBoxClass.prototype.get_accRole = function (childId) {
return(this.master.ROLE_SYSTEM_CHECKBUTTON);
};
FCheckBoxClass.prototype.get_accName = function (childId) {
return(this.master.getLabel());
};
FCheckBoxClass.prototype.get_accState = function (childId) {
if (this.master.getValue()) {
return(this.master.STATE_SYSTEM_CHECKED);
}
return(0);
};
FCheckBoxClass.prototype.get_accDefaultAction = function (childId) {
if (this.master.getValue()) {
return("UnCheck");
}
return("Check");
};
FCheckBoxClass.prototype.accDoDefaultAction = function (childId) {
this.master.setValue(!this.master.getValue());
};
#endinitclip
boundingBox_mc._visible = false;
deadPreview._visible = false;
Symbol 48 Button
on (release) {
getURL ("http://www.erofla.com/", "_blank");
}
Symbol 52 Button
on (release) {
gotoAndPlay ("Part1");
}
Symbol 66 Button
on (release) {
soundobj0b = new Sound();
soundobj0b.attachSound("piko");
soundobj0b.start(0, 1);
play();
}
Symbol 68 MovieClip Frame 1
this.onEnterFrame = function () {
if (sankakustop) {
delete this.onEnterFrame;
} else {
if (Key.isDown(90)) {
if (sankakuPress) {
} else {
sankakuPress = true;
this._x = this._x - 4;
}
} else {
sankakuPress = false;
}
if (this.hitTest(_parent.leftBorder_mc)) {
this._x = this._x + 4;
}
if (this.hitTest(_parent.rightBorder_mc)) {
sankakustop = false;
this._x = this._x + 1000;
_root.main_mc.fFinish();
_root.Hunbari_mc._visible = false;
_parent._visible = false;
delete this.onEnterFrame;
}
}
};
Symbol 71 MovieClip Frame 3
gotoAndPlay (1);
Symbol 78 MovieClip Frame 1
stop();
Instance of Symbol 77 MovieClip "HitArea_mc" in Symbol 78 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 77 MovieClip in Symbol 78 MovieClip Frame 2
/* no clip actions */
Symbol 79 MovieClip Frame 1
this.onEnterFrame = function () {
if (CenterBoder_mc.hitTest(Sankaku_mc)) {
_global.gHit = true;
} else {
_global.gHit = false;
}
if (Key.isDown(38)) {
Sankaku_mc._x = Sankaku_mc._x + 3;
}
};
stop();
Instance of Symbol 73 MovieClip "rightBorder_mc" in Symbol 79 MovieClip Frame 1
/* no clip actions */
Symbol 79 MovieClip Frame 2
delete this.onEnterFrame;
n = 1;
this.onEnterFrame = function () {
if (Key.isDown(39)) {
if (n == 8) {
n = 1;
}
_root.main_mc.gotoAndPlay(("kansyou" + (n++)) + "_lb");
}
if (Key.isDown(37)) {
if (n == 1) {
n = 8;
}
_root.main_mc.gotoAndPlay(("kansyou" + (n--)) + "_lb");
}
};
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (press) {
_root.main_mc.gotoAndPlay("kansyou1_lb");
}
on (keyPress "1") {
_root.main_mc.gotoAndPlay("kansyou1_lb");
}
on (keyPress "2") {
_root.main_mc.gotoAndPlay("kansyou2_lb");
}
on (keyPress "3") {
_root.main_mc.gotoAndPlay("kansyou3_lb");
}
on (keyPress "4") {
_root.main_mc.gotoAndPlay("kansyou4_lb");
}
on (keyPress "5") {
_root.main_mc.gotoAndPlay("kansyou5_lb");
}
on (keyPress "6") {
_root.main_mc.gotoAndPlay("kansyou6_lb");
}
on (keyPress "7") {
_root.main_mc.gotoAndPlay("kansyou7_lb");
}
on (keyPress "8") {
_root.main_mc.gotoAndPlay("kansyou8_lb");
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (press) {
_root.main_mc.gotoAndPlay("kansyou2_lb");
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (press) {
_root.main_mc.gotoAndPlay("kansyou3_lb");
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (press) {
_root.main_mc.gotoAndPlay("kansyou4_lb");
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (press) {
_root.main_mc.gotoAndPlay("kansyou5_lb");
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (press) {
_root.main_mc.gotoAndPlay("kansyou6_lb");
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (press) {
_root.main_mc.gotoAndPlay("kansyou7_lb");
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (release) {
getURL ("ef001spa.html", "_self");
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 2
on (press) {
_root.main_mc.gotoAndPlay("kansyou8_lb");
}
Symbol 83 MovieClip Frame 1
stop();
sHObj = new Sound(this);
sHObj.attachSound("heart" + nOto);
sHObj.start(0, 9999);
sHObj.setVolume(0);
this.onEnterFrame = function () {
if (gHit) {
if (sHObj.getVolume() != 100) {
sHObj.stop("heart1");
sHObj.stop("heart2");
sHObj = new Sound(this);
sHObj.attachSound("heart2");
sHObj.start(0, 9999);
sHObj.setVolume(100);
}
} else if (gauge_mc.hitTest(borderD_mc)) {
if (gHitD) {
} else {
_global.gHitD = true;
_global.gHitC = false;
_global.gHitB = false;
if (sHObj.getVolume() != 100) {
sHObj.stop("heart1");
sHObj.stop("heart2");
sHObj = new Sound(this);
sHObj.attachSound("heart2");
sHObj.start(0, 9999);
sHObj.setVolume(100);
}
}
} else if (gauge_mc.hitTest(borderC_mc)) {
if (gHitC) {
} else {
_global.gHitC = true;
_global.gHitB = false;
_global.gHitD = false;
if (sHObj.getVolume() != 90) {
sHObj.stop("heart1");
sHObj.stop("heart2");
sHObj = new Sound(this);
sHObj.attachSound("heart1");
sHObj.start(0, 9999);
sHObj.setVolume(90);
}
}
} else if (gauge_mc.hitTest(borderB_mc)) {
if (gHitB) {
} else {
_global.gHitB = true;
_global.gHitD = false;
_global.gHitC = false;
sHObj.setVolume(30);
}
} else if (gHitB) {
sHObj.setVolume(0);
_global.gHitB = false;
}
if (Key.isDown(90)) {
if (gStop) {
} else {
_global.gGauge = _global.gGauge + gVgaman;
gStop = true;
this.gauge_mc._xscale = gGauge;
if (border_mc.hitTest(gauge_mc)) {
delete sHObj;
_root.stop();
_root.dead_mc.gotoAndPlay(2);
delete this.onEnterFrame;
}
}
} else if (gStop) {
gStop = false;
} else if (gGauge >= 1) {
_global.gGauge = _global.gGauge - 0.5;
this.gauge_mc._xscale = gGauge;
}
};
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 7
soundobj = new Sound();
soundobj.attachSound("YourDaed");
soundobj.start(0, 1);
Symbol 99 MovieClip Frame 28
stop();
Instance of Symbol 78 MovieClip "nnnnthis" in Symbol 99 MovieClip Frame 28
on (release) {
_root.Hunbari_mc.play();
delete _global.gGauge;
_root.Hunbari_mc.gauge_mc._yscale = 0;
_parent.soundobj.stop("YourDaed");
soundobj = new Sound();
soundobj.attachSound("piko");
soundobj.start(0, 1);
_global.mouikkai = true;
_root.gotoAndPlay("Part1");
}
Symbol 145 MovieClip Frame 9
mabataki = Math.floor(Math.random() * 10);
Symbol 145 MovieClip Frame 14
if (mabataki > 3) {
delete mabadaki;
} else {
gotoAndPlay (1);
}
Symbol 145 MovieClip Frame 16
rnd = Math.floor(Math.random() * 10);
if (rnd > 5) {
delete rnd;
gotoAndPlay ("shita_lb");
} else if (rnd > 3) {
delete rnd;
gotoAndPlay ("yoko_lb");
} else {
delete rnd;
}
Symbol 145 MovieClip Frame 22
gotoAndPlay (1);
Symbol 145 MovieClip Frame 41
gotoAndPlay (1);
Symbol 145 MovieClip Frame 80
gotoAndPlay (1);
Symbol 149 MovieClip Frame 1
this._visible = false;
Symbol 153 MovieClip Frame 1
txVisible = new LoadVars();
txVisible.load("./vVisibleTx.txt");
this._visible = (nVisible = true);
Symbol 170 MovieClip Frame 1
stop();
Symbol 434 Button
on (release) {
nbtton = false;
_root.Hunbari_mc.play();
delete _global.gGauge;
_root.Hunbari_mc.gauge_mc._yscale = 0;
soundobj = new Sound();
soundobj.attachSound("piko");
soundobj.start(0, 1);
_global.mouikkai = true;
_root.gotoAndPlay("Part1");
}
Symbol 545 MovieClip Frame 2
function fFinish() {
gotoAndPlay ("finish1_lb");
}
botton_btn.onRelease = function () {
botton_btn._y = botton_btn._y + 1000;
S1 = true;
soundobj2 = new Sound();
soundobj2.attachSound("piko");
soundobj2.start(0, 1);
delete botton_btn.onRelease;
};
Symbol 545 MovieClip Frame 10
if (hajimeru != undefined) {
hajimerutx = hajimeru;
}
Symbol 545 MovieClip Frame 18
toiki_mc.play();
Symbol 545 MovieClip Frame 30
if (S1) {
delete _global.hajimeru;
_global.hajimeru = "";
} else {
gotoAndPlay (1);
}
Symbol 545 MovieClip Frame 53
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 54
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 55
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 56
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 57
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 58
_root.gaman_mc.Sankaku_mc._x++;
toiki_mc.play();
Symbol 545 MovieClip Frame 59
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 76
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 90
FeraRnd = Math.floor(Math.random() * 10);
if (FeraRnd < 5) {
gotoAndPlay ("looop2_lb");
}
Symbol 545 MovieClip Frame 92
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 93
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 94
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 95
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 114
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 115
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 116
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 117
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 124
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 125
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 126
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 127
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 128
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 129
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 130
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 131
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 134
FeraRnd = Math.floor(Math.random() * 10);
if (FeraRnd < 8) {
gotoAndPlay ("loop3_lb");
}
Symbol 545 MovieClip Frame 135
me_mc.gotoAndPlay("me0_lb");
Symbol 545 MovieClip Frame 140
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 141
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 142
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 143
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 144
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 145
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 146
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 155
FeraRnd = Math.floor(Math.random() * 10);
if (FeraRnd < 8) {
gotoAndPlay ("loop4_lb");
}
Symbol 545 MovieClip Frame 159
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 160
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 161
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 162
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 163
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 164
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 165
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 170
FeraRnd = Math.floor(Math.random() * 10);
if (FeraRnd < 4) {
gotoAndPlay ("loop1_lb");
}
Symbol 545 MovieClip Frame 180
function fFinish() {
gotoAndPlay ("finish2_lb");
}
Symbol 545 MovieClip Frame 181
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 183
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + 4;
Symbol 545 MovieClip Frame 187
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 188
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 189
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 190
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 191
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 197
FeraRnd = Math.floor(Math.random() * 10);
if (FeraRnd < 7) {
gotoAndPlay ("loop4b_lb");
}
Symbol 545 MovieClip Frame 201
me_mc.gotoAndPlay("shita_lb");
Symbol 545 MovieClip Frame 202
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 203
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 204
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 205
toiki_mc.play();
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 207
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 210
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 215
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 219
toiki_mc.play();
Symbol 545 MovieClip Frame 221
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 223
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 224
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 225
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 226
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 227
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 228
FeraRnd = Math.floor(Math.random() * 10);
if (FeraRnd < 9) {
gotoAndPlay ("loop5_lb");
}
Symbol 545 MovieClip Frame 229
me_mc.gotoAndPlay("Me0_lb");
toiki_mc.play();
Symbol 545 MovieClip Frame 230
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 231
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 232
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 233
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 237
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 238
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 239
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + 4;
Symbol 545 MovieClip Frame 240
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + 4;
Symbol 545 MovieClip Frame 241
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 242
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 243
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 244
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 245
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 246
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 247
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 248
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 249
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 250
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 251
_root.gaman_mc.Sankaku_mc._x++;
Symbol 545 MovieClip Frame 252
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 253
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 254
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 255
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 256
if (nbtton) {
} else {
nbtton = true;
botton_btn._y = botton_btn._y - 1000;
}
botton_btn.onRelease = function () {
botton_btn._y = botton_btn._y + 1000;
soundobj2 = new Sound();
soundobj2.attachSound("piko");
soundobj2.start(0, 1);
delete botton_btn.onRelease;
loadMovieNum ("ef001spb.swf", 0);
};
Symbol 545 MovieClip Frame 259
_root.gaman_mc.Sankaku_mc._x = _root.gaman_mc.Sankaku_mc._x + gX;
Symbol 545 MovieClip Frame 278
_root.gaman_mc.gotoAndStop(2);
_root.Hunbari_mc.gotoAndStop(2);
gotoAndPlay ("loop1_lb");
Symbol 545 MovieClip Frame 281
a = new Sound();
a.stop();
Symbol 545 MovieClip Frame 295
me_mc.gotoAndPlay("me0_lb");
Symbol 545 MovieClip Frame 298
toiki_mc.play();
Symbol 545 MovieClip Frame 315
toiki_mc.play();
Symbol 545 MovieClip Frame 331
toiki_mc.play();
Symbol 545 MovieClip Frame 357
toiki_mc.play();
Symbol 545 MovieClip Frame 361
gotoAndPlay ("finish1loop_lb");
Symbol 545 MovieClip Frame 364
a = new Sound();
a.stop();
me_mc.gotoAndPlay("Me0_lb");
Symbol 545 MovieClip Frame 414
toiki_mc.play();
Symbol 545 MovieClip Frame 428
toiki_mc.play();
Symbol 545 MovieClip Frame 447
gotoAndPlay ("finish2loop_lb");