Frame 1
Stage.showMenu = false;
Frame 2
gotoAndStop (1);
Frame 3
this.retern_suuthi_reset();
Frame 30
stop();
function timer_func() {
if (org_nam >= 1) {
org_nam = org_nam - 1;
trace("\u6570\u5024\u6E1B\u5C11" + org_nam);
}
if (bgm_nam >= 5) {
bgm_sound.attachSound("hig_ec.mp3");
bgm_sound.start();
bgm_nam = 0;
} else {
bgm_nam = bgm_nam + Math.floor(Math.random() * 4);
}
}
function man_act1() {
this.main.syouzyo.man.gotoAndStop(1);
}
function man_act2() {
this.main.syouzyo.man.gotoAndStop(2);
}
function man_act3() {
this.main.syouzyo.man.gotoAndStop(3);
}
function tuch_act() {
this.main.syouzyo.gotoAndPlay("tuch");
}
function iziri_act() {
if (org_nam <= 50) {
this.main.syouzyo.gotoAndPlay("iziri1");
iziri_end_nam = 0;
} else if (org_nam <= 99) {
this.main.syouzyo.gotoAndPlay("iziri2");
iziri_end_nam = 1;
} else if (org_nam >= 100) {
this.man_btn.enabled = false;
this.titi_btn.enabled = false;
this.main.syouzyo.gotoAndPlay("finish");
}
if (this.main.syouzyo.syou_siru._alpha <= 80) {
this.main.syouzyo.shiru_001.shiru_01._alpha = this.main.syouzyo.shiru_001.shiru_01._alpha + 1;
this.main.syouzyo.kao.koutyou._alpha = this.main.syouzyo.kao.koutyou._alpha + 1.2;
}
org_nam = org_nam + 1;
trace(org_nam);
}
function iziri_act_end() {
if (iziri_end_nam == 0) {
this.main.syouzyo.gotoAndPlay("iziri1_end");
} else if (iziri_end_nam == 1) {
this.main.syouzyo.gotoAndPlay("iziri2_end");
}
}
function p_tuch_act() {
this.main.syouzyo.gotoAndPlay("p_tuch");
}
function p_iziri_act() {
this.main.syouzyo.gotoAndPlay("p_iziri1");
if (this.main.syouzyo.syou_siru._alpha <= 80) {
this.main.syouzyo.shiru_001.shiru_01._alpha = this.main.syouzyo.shiru_001.shiru_01._alpha + 1;
this.main.syouzyo.kao.koutyou._alpha = this.main.syouzyo.kao.koutyou._alpha + 1.2;
}
}
function p_iziri_act_end() {
this.main.syouzyo.gotoAndPlay("p_iziri1_end");
}
function eye_act0() {
this.main.syouzyo.eye.gotoAndPlay(1);
}
function eye_act1() {
this.main.syouzyo.eye.gotoAndStop(205);
}
function eye_act2() {
this.main.syouzyo.eye.gotoAndStop(206);
}
function eye_act3() {
this.main.syouzyo.eye.gotoAndStop(207);
}
function mouce_act1() {
this.main.syouzyo.mouce.gotoAndStop(1);
}
function mouce_act2() {
this.main.syouzyo.mouce.gotoAndStop(2);
}
function mouce_act3() {
this.main.syouzyo.mouce.gotoAndStop(3);
}
function count() {
if (this.main.syouzyo.shiru_001.shiru_01._alpha <= 80) {
this.main.syouzyo.shiru_001.shiru_01._alpha = this.main.syouzyo.shiru_001.shiru_01._alpha + 1;
this.main.syouzyo.kao.koutyou._alpha = this.main.syouzyo.kao.koutyou._alpha + 1.2;
}
org_nam = org_nam + 2;
trace(org_nam);
}
function count2() {
if (this.main.syouzyo.shiru_001.shiru_01._alpha <= 80) {
this.main.syouzyo.shiru_001.shiru_01._alpha = this.main.syouzyo.shiru_001.shiru_01._alpha + 1;
this.main.syouzyo.kao.koutyou._alpha = this.main.syouzyo.kao.koutyou._alpha + 1.2;
}
}
function jump_act() {
if (org_nam <= 50) {
this.main.syouzyo.gotoAndPlay("iziri1_loop");
iziri_end_nam = 0;
} else if (org_nam <= 99) {
this.main.syouzyo.gotoAndPlay("iziri2_loop");
iziri_end_nam = 1;
} else if (org_nam >= 100) {
this.man_btn.enabled = false;
this.titi_btn.enabled = false;
this.main.syouzyo.gotoAndPlay("finish");
}
}
function retern_btn_act() {
org_nam = 0;
trace("\u30EA\u30BF\u30FC\u30F3");
this.gotoAndPlay(31);
}
function retern_suuthi_reset() {
this.main.syouzyo.gotoAndPlay(1);
this.main.syouzyo.shiru_001.shiru_01._alpha = 0;
this.main.syouzyo.kao.koutyou._alpha = 0;
this.man_btn.enabled = true;
this.titi_btn.enabled = true;
this.eye_act0();
this.man_act1();
this.mouce_act1();
this.main._xscale = 100;
this.main._yscale = 100;
this.main._x = -13;
this.main._y = -17;
kakudai_bool = true;
this.onryou.onryou_btn._x = 50;
clearInterval(time1ID);
trace("\u6570\u5024\u30EA\u30BB\u30C3\u30C8");
}
function kakudai_btn_act() {
if (kakudai_bool == true) {
this.main._xscale = 145;
this.main._yscale = 145;
this.main._x = -220;
this.main._y = -162;
this.man_btn._x = 413;
this.man_btn._y = 318;
this.titi_btn._x = 360;
this.titi_btn._y = 192;
kakudai_bool = false;
} else {
this.main._xscale = 100;
this.main._yscale = 100;
this.main._x = -13;
this.main._y = -17;
this.man_btn._x = 418;
this.man_btn._y = 303;
this.titi_btn._x = 385;
this.titi_btn._y = 226;
kakudai_bool = true;
}
}
function onryou_act() {
this.onryou.onryou_btn.startDrag(true, 20, 0, 50, 0);
}
function onryou_act_end() {
this.onryou.onryou_btn.stopDrag();
onryou_bar_x_nam = ((this.onryou.onryou_btn._x - 20) / 30) * 100;
vo_sound.setVolume(onryou_bar_x_nam);
trace("\u97F3\u91CFA" + onryou_bar_x_nam);
onryou_bar_x_nam = onryou_bar_x_nam * 0.75;
bgm_sound.setVolume(onryou_bar_x_nam);
trace("\u97F3\u91CFB" + onryou_bar_x_nam);
}
function voice_func_a1() {
var _local1 = 0;
_local1 = _local1 + Math.floor(Math.random() * 3);
trace("\u58F0\u30D1\u30BF\u30FC\u30F3" + _local1);
if (_local1 <= 0) {
vo_sound.stop();
vo_sound.attachSound("nn.mp3");
vo_sound.start();
} else {
vo_sound.stop();
}
}
function voice_func_a2() {
var _local1 = 0;
_local1 = _local1 + Math.floor(Math.random() * 2);
trace("\u58F0\u30D1\u30BF\u30FC\u30F3\u6570\u5024" + _local1);
if (_local1 <= 0) {
trace("\u58F0\u30D1\u30BF\u30FC\u30F3A");
vo_sound.stop();
vo_sound.attachSound("aha.mp3");
vo_sound.start();
} else {
trace("\u58F0\u30D1\u30BF\u30FC\u30F3B");
vo_sound.stop();
vo_sound.attachSound("ah.mp3");
vo_sound.start();
}
}
function voice_func_b1() {
var _local1 = 0;
_local1 = _local1 + Math.floor(Math.random() * 2);
if (_local1 <= 0) {
vo_sound.stop();
vo_sound.attachSound("han.mp3");
vo_sound.start();
} else {
vo_sound.stop();
vo_sound.attachSound("heann.mp3");
vo_sound.start();
}
}
function voice_func_b2() {
var _local1 = 0;
_local1 = _local1 + Math.floor(Math.random() * 4);
if (_local1 <= 0) {
vo_sound.stop();
vo_sound.attachSound("aha.mp3");
vo_sound.start();
} else if (_local1 == 1) {
vo_sound.stop();
vo_sound.attachSound("ah.mp3");
vo_sound.start();
} else {
vo_sound.stop();
}
}
function voice_func_c1() {
vo_sound.stop();
vo_sound.attachSound("heann.mp3");
vo_sound.start();
}
function voice_func_c2() {
vo_sound.stop();
vo_sound.attachSound("ah.mp3");
vo_sound.start();
}
function voice_func_c3() {
vo_sound.stop();
vo_sound.attachSound("aha.mp3");
vo_sound.start();
}
function voice_func_c4() {
vo_sound.stop();
vo_sound.attachSound("unn.mp3");
vo_sound.start();
}
function voice_func_c5() {
vo_sound.attachSound("hahh.mp3");
vo_sound.start();
}
time1ID = setInterval(timer_func, 5000);
var org_nam = 0;
var iziri_end_nam = 0;
var onryou_bar_x_nam = 100;
var bgm_nam = 0;
var kakudai_bool = true;
this.man_btn.onRollOver = function () {
tuch_act();
};
this.man_btn.onPress = function () {
iziri_act();
};
this.man_btn.onRelease = function () {
iziri_act_end();
};
this.man_btn.onDragOut = function () {
iziri_act_end();
};
this.titi_btn.onRollOver = function () {
p_tuch_act();
};
this.titi_btn.onPress = function () {
p_iziri_act();
};
this.titi_btn.onRelease = function () {
p_iziri_act_end();
};
this.titi_btn.onDragOut = function () {
p_iziri_act_end();
};
this.retern_btn.onRelease = function () {
retern_btn_act();
};
this.kakudai_btn.onRelease = function () {
kakudai_btn_act();
};
this.onryou.onryou_btn.onPress = function () {
onryou_act();
trace("test_drag_on");
};
this.onryou.onryou_btn.onRelease = (this.onryou.onryou_btn.onReleaseOutside = function () {
onryou_act_end();
trace("test_drag_off");
});
this.createEmptyMovieClip("sound1", 1);
this.createEmptyMovieClip("sound2", 2);
var vo_sound = new Sound(this.sound1);
var bgm_sound = new Sound(this.sound2);
vo_sound.setVolume(100);
bgm_sound.setVolume(75);
Frame 55
this.gotoAndPlay(3);
Symbol 24 Button
on (release) {
this._parent._parent.gotoAndPlay(3);
}
Symbol 25 MovieClip Frame 1
this.st.stpic.setMask(this.st.stmask);
Symbol 25 MovieClip Frame 6
stop();
Symbol 31 MovieClip Frame 1
stop();
Instance of Symbol 27 MovieClip "enter_b" in Symbol 31 MovieClip Frame 1
on (rollOver) {
if (this._parent._parent._currentframe == 12) {
this._parent.gotoAndPlay(2);
}
}
on (rollOut) {
if (this._parent._parent._currentframe == 12) {
this._parent.gotoAndStop(1);
}
}
on (release) {
if (this._parent._parent._currentframe == 12) {
getURL ("http://eroflashfrontier.h.fc2.com/index.html", "_self");
}
}
Symbol 31 MovieClip Frame 5
stop();
Symbol 33 MovieClip Frame 12
this.stop();
Symbol 34 MovieClip Frame 1
stop();
Instance of Symbol 14 MovieClip "bar" in Symbol 34 MovieClip Frame 1
onClipEvent (load) {
this._xscale = 0;
_global.par = 0;
}
onClipEvent (enterFrame) {
_global.par = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
this._xscale = _global.par;
this._parent.yomi.par = _global.par;
if (_global.par >= 100) {
this._parent.gotoAndStop(3);
}
}
Symbol 34 MovieClip Frame 2
gotoAndStop (1);
Symbol 34 MovieClip Frame 3
stop();
Symbol 51 MovieClip Frame 1
this.stop();
Symbol 51 MovieClip Frame 2
this.stop();
Instance of Symbol 51 MovieClip "maru_1" in Symbol 55 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
}
Instance of Symbol 53 MovieClip "qt_tb3" in Symbol 55 MovieClip Frame 1
on (release) {
this._parent.maru_1.gotoAndStop(1);
this._parent.maru_2.gotoAndStop(1);
this._parent.maru_3.gotoAndStop(2);
_quality = "low";
}
Instance of Symbol 53 MovieClip "qt_tb2" in Symbol 55 MovieClip Frame 1
on (release) {
this._parent.maru_1.gotoAndStop(1);
this._parent.maru_2.gotoAndStop(2);
this._parent.maru_3.gotoAndStop(1);
_quality = "medium";
}
Instance of Symbol 53 MovieClip "qt_tb1" in Symbol 55 MovieClip Frame 1
on (release) {
this._parent.maru_1.gotoAndStop(2);
this._parent.maru_2.gotoAndStop(1);
this._parent.maru_3.gotoAndStop(1);
_quality = "high";
}
Instance of Symbol 58 MovieClip "shiru_01" in Symbol 59 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 105 MovieClip Frame 204
gotoAndPlay (1);
Symbol 109 MovieClip Frame 1
stop();
Instance of Symbol 119 MovieClip "koutyou" in Symbol 121 MovieClip Frame 1
onClipEvent (load) {
this._alpha = 0;
}
Symbol 131 MovieClip Frame 250
gotoAndPlay (1);
Symbol 131 MovieClip Frame 252
this._parent._parent.eye_act1();
this._parent._parent.mouce_act3();
Symbol 131 MovieClip Frame 253
this._parent._parent.voice_func_a1();
Symbol 131 MovieClip Frame 273
this._parent._parent.mouce_act1();
this._parent._parent.eye_act0();
Symbol 131 MovieClip Frame 274
gotoAndPlay (1);
Symbol 131 MovieClip Frame 277
this._parent._parent.eye_act1();
this._parent._parent.mouce_act3();
this._parent._parent.voice_func_a1();
Symbol 131 MovieClip Frame 297
this._parent._parent.mouce_act1();
this._parent._parent.eye_act0();
Symbol 131 MovieClip Frame 298
gotoAndPlay (1);
Symbol 131 MovieClip Frame 300
this._parent._parent.eye_act1();
this._parent._parent.man_act2();
Symbol 131 MovieClip Frame 301
this._parent._parent.eye_act2();
this._parent._parent.mouce_act2();
this._parent._parent.man_act3();
this._parent._parent.voice_func_a2();
Symbol 131 MovieClip Frame 302
this._parent._parent.man_act2();
Symbol 131 MovieClip Frame 311
this._parent._parent.mouce_act1();
Symbol 131 MovieClip Frame 314
this._parent._parent.eye_act2();
this._parent._parent.man_act3();
this._parent._parent.count();
this._parent._parent.voice_func_a1();
Symbol 131 MovieClip Frame 315
this._parent._parent.man_act2();
Symbol 131 MovieClip Frame 330
this._parent._parent.jump_act();
this._parent._parent.jump_act();
Symbol 131 MovieClip Frame 333
this._parent._parent.mouce_act3();
this._parent._parent.man_act3();
this._parent._parent.voice_func_a2();
Symbol 131 MovieClip Frame 343
this._parent._parent.eye_act2();
Symbol 131 MovieClip Frame 344
gotoAndPlay (1);
this._parent._parent.mouce_act1();
this._parent._parent.eye_act0();
this._parent._parent.man_act1();
Symbol 131 MovieClip Frame 346
this._parent._parent.eye_act1();
Symbol 131 MovieClip Frame 347
this._parent._parent.mouce_act2();
this._parent._parent.voice_func_a2();
Symbol 131 MovieClip Frame 349
this._parent._parent.eye_act1();
Symbol 131 MovieClip Frame 360
this._parent._parent.count2();
this._parent._parent.eye_act1();
this._parent._parent.mouce_act1();
this._parent._parent.voice_func_a1();
Symbol 131 MovieClip Frame 376
gotoAndPlay (358);
Symbol 131 MovieClip Frame 378
this._parent._parent.eye_act1();
this._parent._parent.voice_func_a1();
Symbol 131 MovieClip Frame 390
gotoAndPlay (1);
this._parent._parent.mouce_act1();
this._parent._parent.eye_act0();
this._parent._parent.man_act1();
Symbol 131 MovieClip Frame 392
this._parent._parent.eye_act1();
this._parent._parent.man_act2();
Symbol 131 MovieClip Frame 393
this._parent._parent.eye_act3();
this._parent._parent.mouce_act2();
this._parent._parent.man_act3();
this._parent._parent.voice_func_b1();
Symbol 131 MovieClip Frame 394
this._parent._parent.man_act1();
Symbol 131 MovieClip Frame 403
this._parent._parent.mouce_act1();
Symbol 131 MovieClip Frame 405
this._parent._parent.mouce_act1();
Symbol 131 MovieClip Frame 406
this._parent._parent.eye_act3();
this._parent._parent.man_act3();
this._parent._parent.count();
this._parent._parent.voice_func_b2();
Symbol 131 MovieClip Frame 407
this._parent._parent.man_act2();
this._parent._parent.mouce_act1();
Symbol 131 MovieClip Frame 422
this._parent._parent.jump_act();
Symbol 131 MovieClip Frame 425
this._parent._parent.mouce_act2();
this._parent._parent.man_act3();
this._parent._parent.voice_func_b1();
Symbol 131 MovieClip Frame 435
this._parent._parent.eye_act2();
Symbol 131 MovieClip Frame 436
gotoAndPlay (1);
this._parent._parent.mouce_act1();
this._parent._parent.eye_act0();
this._parent._parent.man_act1();
Symbol 131 MovieClip Frame 437
this._parent._parent.eye_act1();
Symbol 131 MovieClip Frame 438
this._parent._parent.mouce_act3();
Symbol 131 MovieClip Frame 439
this._parent._parent.man_act3();
this._parent._parent.count();
this._parent._parent.voice_func_c1();
Symbol 131 MovieClip Frame 440
this._parent._parent.man_act2();
this._parent._parent.mouce_act3();
Symbol 131 MovieClip Frame 447
this._parent._parent.eye_act3();
this._parent._parent.man_act2();
Symbol 131 MovieClip Frame 448
this._parent._parent.eye_act3();
this._parent._parent.mouce_act2();
this._parent._parent.man_act3();
this._parent._parent.voice_func_c2();
Symbol 131 MovieClip Frame 449
this._parent._parent.man_act1();
Symbol 131 MovieClip Frame 451
this._parent._parent.man_act2();
Symbol 131 MovieClip Frame 452
this._parent._parent.eye_act3();
this._parent._parent.mouce_act2();
this._parent._parent.man_act3();
this._parent._parent.voice_func_c3();
Symbol 131 MovieClip Frame 453
this._parent._parent.man_act1();
this._parent._parent.voice_func_c4();
Symbol 131 MovieClip Frame 462
this._parent._parent.man_act2();
Symbol 131 MovieClip Frame 463
this._parent._parent.eye_act3();
this._parent._parent.mouce_act2();
this._parent._parent.man_act3();
Symbol 131 MovieClip Frame 464
this._parent._parent.man_act1();
Symbol 131 MovieClip Frame 468
this._parent._parent.eye_act2();
Symbol 131 MovieClip Frame 475
this._parent._parent.voice_func_c5();
Symbol 131 MovieClip Frame 548
gotoAndPlay ("end_loop");