Combined Code
frame 1 {
_root.ending = 0;
var so = SharedObject.getLocal('fer_nanaka', '/');
if (so.data.ending == undefined) {
_root.ending = 0;
} else {
_root.ending = so.data.ending;
}
}
frame 1 {
fscommand('showmenu', false);
Stage.showMenu = false;
var menu_item1 = new ContextMenuItem();
menu_item1.caption = 'フルスクリーン';
menu_item1.enabled = true;
menu_item1.separatorBefore = false;
menu_item1.visible = true;
menu_item1.onSelect = function () {
fscommand('fullscreen', true);
trace('フルスクリーンãŒé¸æŠžã•ã‚ŒãŸ');
};
var menu_item2 = new ContextMenuItem();
menu_item2.caption = 'ウィンドウ表示';
menu_item2.enabled = true;
menu_item2.separatorBefore = false;
menu_item2.visible = true;
menu_item2.onSelect = function () {
fscommand('fullscreen', false);
trace('アイテム2ãŒé¸æŠžã•ã‚ŒãŸ');
};
var menu_cm = new ContextMenu();
menu_cm.hideBuiltInItems();
menu_cm.customItems = [menu_item1, menu_item2];
_root.menu = menu_cm;
}
frame 1 {
var sound_obj = new Sound();
var sound;
}
// unknown tag 88 length 99
movieClip 5 {
frame 1 {
this._sound = new Sound(this);
}
frame 3 {
stop();
}
frame 11 {
if (_parent.vol > 0.001) {
this._sound.setVolume(_parent.vol);
_parent.vol -= _parent.speed;
gotoAndPlay(_currentframe - 1);
}
if (_parent.vol <= 0.001) {
this._sound.stop();
stop;
}
}
frame 38 {
stop();
}
frame 64 {
stop();
}
}
// unknown tag 88 length 79
movieClip 9 {
}
movieClip 12 {
}
movieClip 13 {
frame 1 {
click.onPress = function () {
gotoAndPlay('end');
};
}
frame 60 {
this._parent.gotoAndPlay('title');
}
}
movieClip 16 {
}
movieClip 20 {
frame 90 {
stop();
}
}
movieClip 22 {
}
movieClip 42 {
}
// unknown tag 88 length 73
movieClip 86 {
}
movieClip 87 {
frame 1 {
button_s01.onPress = function () {
_parent.gotoAndStop('gallery_s01');
_root.menumove = 1;
cursor._y = 90;
};
button_s02.onPress = function () {
_parent.gotoAndStop('s02');
_root.menumove = 1;
cursor._y = 150;
};
button_s06.onPress = function () {
_parent.gotoAndStop('s06');
_root.menumove = 1;
cursor._y = 210;
};
button_s05_3.onPress = function () {
_parent.gotoAndStop('s05_3');
_root.menumove = 1;
cursor._y = 270;
};
button_s03.onPress = function () {
_parent.gotoAndStop('s03');
_root.menumove = 1;
cursor._y = 330;
};
button_s08.onPress = function () {
_parent.gotoAndStop('s08');
_root.menumove = 1;
cursor._y = 390;
};
button_s05.onPress = function () {
_parent.gotoAndStop('s05');
_root.menumove = 1;
cursor._y = 450;
};
button_s04.onPress = function () {
_parent.gotoAndStop('s04');
_root.menumove = 1;
cursor._y = 510;
};
button_s02_3.onPress = function () {
_parent.gotoAndStop('s02_3');
_root.menumove = 1;
cursor._y = 570;
};
button_s06_3.onPress = function () {
_parent.gotoAndStop('s06_3');
_root.menumove = 1;
cursor._y = 630;
};
button_s07.onPress = function () {
_parent.gotoAndStop('s07');
_root.menumove = 1;
cursor._y = 690;
};
button_back.onPress = function () {
_parent.gotoAndPlay('title');
};
}
}
movieClip 90 {
}
// unknown tag 88 length 132
movieClip 96 {
frame 30 {
stop();
}
frame 50 {
stop();
}
}
movieClip 98 {
frame 47 {
gotoAndPlay('loop');
}
}
movieClip 99 {
frame 20 {
stop();
}
}
movieClip 106 {
}
movieClip 109 {
}
movieClip 110 {
frame 101 {
stop();
}
}
movieClip 114 {
frame 290 {
_parent.gotoAndPlay(_parent._currentframe + 1);
}
}
movieClip 117 {
}
movieClip 133 {
frame 60 {
_parent.gotoAndPlay(_parent._currentframe + 1);
}
}
movieClip 138 {
}
button 141 {
on (press) {
gotoAndPlay('title');
}
}
movieClip 142 {
frame 1 {
stop();
}
frame 1 {
var vol;
var speed;
BGM._sound.stop();
}
frame 3 {
m.s = 'テストテストテスト';
}
frame 3 {
_root.menumove = 0;
}
frame 6 {
BGM._sound.stop();
BGM._sound.attachSound('op.mp3');
BGM._sound.start(0, 99);
vol = 30;
BGM._sound.setVolume(vol);
BGM.gotoAndPlay(1);
}
frame 27 {
button_start.onPress = function () {
gotoAndPlay('s00');
};
button_howto.onPress = function () {
gotoAndPlay('howto');
};
if (_root.ending == 0) {
button_gallery._alpha = 0;
} else {
if (_root.ending >= 0) {
button_gallery.onPress = function () {
gotoAndPlay('gallery');
};
button_q._alpha = 0;
}
}
}
frame 34 {
stop();
}
frame 36 {
vol = 20;
BGM._sound.setVolume(vol);
}
frame 43 {
stop();
button_back.onPress = function () {
gotoAndPlay('title');
};
}
frame 47 {
stop();
button_back.onPress = function () {
gotoAndPlay('title');
};
_root.menumove = 0;
menu.onEnterFrame = function () {
if (_root.menumove == 1 && _xmouse <= 80 && menu._x <= -15) {
menu._x += 5;
} else {
if (_root.menumove == 1 && _xmouse > 80 && menu._x > -80) {
menu._x += -5;
}
}
if (_root.menumove == 1 && menu._x >= -20 && menu._y <= -30 && _ymouse <= 100) {
menu._y += 10;
}
if (_root.menumove == 1 && menu._x >= -20 && menu._y >= -200 && _ymouse >= 500) {
menu._y -= 10;
}
};
}
frame 47 {
BGM._sound.stop();
BGM._sound.attachSound('h.mp3');
BGM._sound.start(0, 99);
vol = 30;
BGM._sound.setVolume(vol);
}
frame 48 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s01.swf');
nogra.onEnterFrame = function () {
if (_root.wake > 800) {
_root.wake = 800;
}
if (_root.feel > 960) {
_root.feel = 960;
}
swf.graph._visible = false;
};
}
frame 61 {
menu._x = -4;
menu._y = -4;
menu._xscale = 0;
menu._yscale = 0;
menu.onEnterFrame = function () {};
}
frame 61 {
stop();
m._alpha = 100;
m.s = 'ãŸã ã„ã¾';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 61 {
vol = 20;
BGM._sound.setVolume(vol);
}
frame 62 {
stop();
m.s = '今日ã¯æ—©ã帰ã£ã¦ããŸã—……ゲームã§ã‚‚ã™ã‚‹ã‹';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 63 {
stop();
m.s = 'ã‚ã„ã¤ã®éƒ¨å±‹ã®ãƒ‰ã‚¢ãŒé–‹ã„ã¦ã‚‹â€¦â€¦å±…ã‚‹ã®ã‹ãªï¼Ÿ';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 64 {
stop();
m.s = '……';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 65 {
stop();
m.s = 'ã¡ã‚‡â€¦â€¦ãƒ‘ンツ丸見ãˆ';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 66 {
stop();
m.s = '……å¯ã¦ã‚‹ã®ã‹ã€‚……ã¾ã£ãŸã';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 67 {
stop();
m.s = '……';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 68 {
BGM.gotoAndPlay('fadeout');
vol = 20;
speed = 0.05;
}
frame 69 {
stop();
m.s = '…………';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 70 {
stop();
m.s = 'èœã€…香……æˆé•·ã—ãŸãª';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 71 {
stop();
m.s = 'ã‚€ã£ã¡ã‚Šã—ãŸå¤ªã‚‚も……胸もã‹ãªã‚Šâ€¦â€¦â€¦';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 72 {
stop();
m.s = 'ã‚„ã°ã„ã‚„ã°ã„ã€ç›®ã‚’覚ã¾ã•ãªã„ã†ã¡ã«å‡ºã¦ã‹ãªã„ã¨';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 73 {
m._alpha = 0;
m.s = '';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 74 {
swf.unloadMovie();
swf.loadMovie('dat/re_s01.swf');
}
frame 76 {
stop();
}
frame 81 {
BGM._sound.stop();
BGM._sound.attachSound('h.mp3');
BGM._sound.start(0, 99);
vol = 30;
BGM._sound.setVolume(vol);
}
frame 82 {
stop();
}
frame 85 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s02_1.swf');
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 90 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s06_1.swf');
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 95 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s05_3.swf');
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 100 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s03_1.swf');
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 104 {
swf.unloadMovie();
}
frame 104 {
BGM.gotoAndPlay('fadeout');
vol = 30;
speed = 0.5;
}
frame 106 {
stop();
m._alpha = 100;
m.s = 'ãã®æ—¥ã¯ã€å¤•é£¯ã§é¡”ã‚’åˆã‚ã›ã‚‹äº‹ãŒã§ããšã€æ—©ãå¯ã¦ã—ã¾ã£ãŸ';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 108 {
stop();
m.s = '翌日';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 109 {
stop();
m.s = 'ã‚ã„ã¤ã®éƒ¨å±‹â€¦â€¦';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 110 {
stop();
m.s = 'ã¾ãŸãƒ‰ã‚¢é–‹ã‘ã£æ”¾ã—ã ';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 111 {
stop();
m.s = 'å¯ã¦ã‚‹ã®ã‹ãªâ€¦â€¦';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 113 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s08.swf');
}
frame 113 {
m.s = '';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 114 {
stop();
m.s = 'ã‚……ï¼';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 115 {
stop();
m.s = 'ã“ã‚Œã¯ã¨ã‚“ã エãƒå¦¹ã§ã™ã‚ˆ';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
nexttext.gotoAndPlay(1);
};
}
frame 116 {
stop();
m.s = 'ã©ã†ã—よã†ã€è¥²ã£ã¡ã¾ã†ã‹ï¼Ÿ';
click.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 118 {
stop();
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 123 {
stop();
}
frame 124 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s05_1.swf');
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 124 {
BGM._sound.stop();
BGM._sound.attachSound('h.mp3');
BGM._sound.start(0, 99);
vol = 30;
BGM._sound.setVolume(vol);
}
frame 129 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s04_1.swf');
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 134 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s02_3.swf');
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 140 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s06_3.swf');
button_scene.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 146 {
stop();
swf.unloadMovie();
swf.loadMovie('dat/re_s07.swf');
}
frame 147 {
_root.ending += 1;
var so = SharedObject.getLocal('fer_nanaka', '/');
var obj = so.data;
obj.ending = _root.ending;
var ret = so.flush();
}
frame 165 {
stop();
button_back.onPress = function () {
gotoAndPlay(_currentframe + 1);
};
}
frame 166 {
BGM.gotoAndPlay('fadeout');
vol = 30;
speed = 0.3;
}
frame 269 {
gotoAndPlay(1);
}
frame 350 {
stop();
}
}
movieClip 145 {
}
movieClip 147 {
}
movieClip 150 {
}
movieClip 151 {
instance of movieClip 145 {
onClipEvent (enterFrame) {
this._xscale = 100 - _parent.button_sound._x;
}
onClipEvent (press) {
_parent.button_sound._x += 20;
}
}
instance of movieClip 147 {
onClipEvent (enterFrame) {
this._xscale = _parent.button_sound._x;
}
onClipEvent (press) {
_parent.button_sound._x -= 20;
}
}
instance button_sound of movieClip 150 {
onClipEvent (enterFrame) {
_root.sound = this._x;
_root.sound_obj.setVolume(_root.sound);
if (_x < 0) {
_x = 0;
}
if (_x > 100) {
_x = 100;
}
if (_y > -3) {
_y = -3;
}
if (_y < -3) {
_y = -3;
}
}
onClipEvent (rollOut) {
this_parent._alpha = 30;
}
onClipEvent (rollOver) {
this._parent._alpha = 100;
}
onClipEvent (press) {
this.startDrag();
}
onClipEvent (release) {
this.stopDrag();
}
onClipEvent (releaseOutside) {
this.stopDrag();
}
}
}