Combined Code
movieClip 20 {
}
movieClip 31 xxx_cum {
instance of movieClip 20 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 12 {
this.removeMovieClip();
}
frame 13 {
this.stop();
}
}
movieClip 34 {
}
movieClip 44 xxx_shibuki {
instance of movieClip 20 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
instance of movieClip 34 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 12 {
this.removeMovieClip();
}
frame 13 {
this.stop();
}
}
movieClip 46 {
}
movieClip 47 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 48 shibuki {
instance of movieClip 47 {
onClipEvent (load) {
target_x = this._parent._parent.target._x + (Math.floor(Math.random() * 40) - 19);
target_y = this._parent._parent.target._y + (Math.floor(Math.random() * 40) - 19);
speed_x = Math.floor(target_x / this._parent._parent.target.shibuki_speed);
speed_y = Math.floor(target_y / this._parent._parent.target.shibuki_speed);
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
scale_xy = 130 - Math.floor(Math.random() * 90);
this._xscale = scale_xy;
this._yscale = scale_xy;
shibuki_wait = Math.floor(Math.random() * 10);
shibuki_wait_count = 0;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (shibuki_wait_count < shibuki_wait) {
shibuki_wait_count += 1;
} else {
if (this._x != 0 || this._y != 0) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += speed_x;
this._y += speed_y;
speed_y += 2;
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
}
} else {
this.stop();
}
}
}
}
movieClip 50 {
}
movieClip 51 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 52 shibuki_finish {
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount = 0;
shibuki_lag = this._parent.MCcount;
this._parent.shibuki_summon = Math.floor(Math.random() * 20) + 1;
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (this._x != 0 || this._y != 0) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
this._parent.speed_y += 1;
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
instance main of movieClip 51 {
onClipEvent (load) {
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
this._alpha = 0;
this._parent.MCcount += 1;
shibuki_lag = this._parent.MCcount;
if (this._parent.shibuki_summon >= this._parent.MCcount) {
this_summon = 1;
} else {
this_summon = 0;
}
scale_xy = 200 - shibuki_lag * 5 - Math.floor(Math.random() * 100);
this._xscale = scale_xy;
this._yscale = scale_xy;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if ((this._x != 0 || this._y != 0) && this_summon == 1) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += this._parent.speed_x * (1 - shibuki_lag / 50);
this._y += (this._parent.speed_y - shibuki_lag * 0.2) * (1 - shibuki_lag / 50);
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
} else {
this.stop();
}
}
}
}
movieClip 53 {
}
movieClip 54 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 55 shibuki_finish_sub {
instance of movieClip 54 {
onClipEvent (load) {
target_x = this._parent._parent.target._x + (Math.floor(Math.random() * 20) - 9);
target_y = this._parent._parent.target._y + (Math.floor(Math.random() * 20) - 9);
speed_x = Math.floor(target_x / this._parent._parent.target.shibuki_speed);
speed_y = Math.floor(target_y / this._parent._parent.target.shibuki_speed);
end_y = this._parent._parent.target.shibuki_height + (Math.floor(Math.random() * 10) - 5);
scale_xy = 100 - Math.floor(Math.random() * 80);
this._xscale = scale_xy;
this._yscale = scale_xy;
shibuki_wait = Math.floor(Math.random() * 10);
shibuki_wait_count = 0;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (shibuki_wait_count < shibuki_wait) {
shibuki_wait_count += 1;
} else {
if (this._x != 0 || this._y != 0) {
this._alpha = 100;
}
if (this_y < end_y) {
this._x += speed_x;
this._y += speed_y;
speed_y += 2;
}
this_y = this._y + this._parent._y + this._parent._parent._y + this._parent._parent._parent._y;
if (this_y >= end_y && this._currentframe == 1) {
tmp = this_y - end_y;
this._y -= tmp;
this.play();
} else {
if (this._currentframe == 7) {
this._parent.removeMovieClip();
}
}
if (this._currentframe != 1) {
this.play();
}
}
} else {
this.stop();
}
}
}
}
movieClip 57 {
}
movieClip 59 {
}
movieClip 61 {
}
movieClip 63 {
}
movieClip 64 {
instance hitarea of movieClip 63 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.player.now_mode != 'damage') {
if (this.hitTest(_root.player.mc.hitarea)) {
_root.pleasure += 10;
_root.player.move_point = 0;
_root.player.now_mode = 'damage';
_root.shiru = 1;
_root.shiru_alpha = 100;
_root.shiru_count = 0;
_root.se07.start();
_root.player.gotoAndStop('damage_shiru');
_root.enemy1_attack_on = 0;
_root.hot += 30;
_root.player.hashi.enemy_field.enemy1_attack.removeMovieClip();
}
}
}
}
}
movieClip 65 enemy1_attack {
instance mc of movieClip 64 {
onClipEvent (enterFrame) {
this._x -= 10;
if (this._x + this._parent._x <= -300) {
_root.enemy1_attack_on = 0;
_root.player.hashi.enemy_field.enemy1_attack.removeMovieClip();
}
}
}
}
movieClip 67 {
}
movieClip 69 {
}
movieClip 71 {
}
movieClip 73 {
}
movieClip 75 {
}
movieClip 77 {
}
movieClip 79 {
}
movieClip 81 {
}
movieClip 83 {
}
movieClip 85 {
}
movieClip 86 {
frame 60 {
this.gotoAndPlay('wait');
}
frame 112 {
this.gotoAndPlay('wait');
}
frame 155 {
this.gotoAndPlay('wait');
}
}
movieClip 88 {
}
movieClip 89 {
instance of movieClip 88 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.enemy_stop[this._parent._parent._parent.enemy_number] == 0) {
if (this.hitTest(_root.player.mc.hitarea)) {
_root.player.move_point = 0;
_root.player.now_mode = 'damage';
yarare = 'yarare' + this._parent._parent._parent.enemy_number;
_root.player.gotoAndStop(yarare);
_root.now_yarare = this._parent._parent._parent.enemy_number;
_root.enemy_stop[this._parent._parent._parent.enemy_number] = 1;
this._parent._parent._parent.mc.gotoAndStop(1);
this._parent._parent.mc.gotoAndStop(1);
_root.player.hashi.enemy_field['enemy' + this._parent._parent._parent.enemy_number]._alpha = 0;
} else {
if (this.hitTest(_root.player.mc.attack_hitarea) && _root.player.hashi.enemy_field['enemy' + this._parent._parent._parent.enemy_number].mc._currentframe == 1) {
_root.enemyspeed[this._parent._parent._parent.enemy_number] = 0;
_root.se05.start();
_root.player.hashi.enemy_field['enemy' + this._parent._parent._parent.enemy_number].mc.gotoAndPlay('kill');
}
}
}
}
}
}
movieClip 90 {
frame 2 {
if (_root.score_count < 100) {
enemyLV = 1;
enemy_speed = 3;
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.stop();
} else {
if (_root.score_count < 200) {
enemyLV = 2;
enemy_speed = 2 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_loop');
} else {
if (_root.score_count < 300) {
enemyLV = 3;
enemy_speed = 2 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_loop');
} else {
if (_root.score_count < 400) {
enemyLV = 4;
enemy_speed = 3 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_loop');
} else {
if (_root.score_count < 500) {
enemyLV = 5;
enemy_speed = 3 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_loop');
} else {
if (_root.score_count < 600) {
enemyLV = 6;
enemy_speed = 3 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_high');
} else {
if (_root.score_count < 700) {
enemyLV = 7;
enemy_speed = 3 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_high');
} else {
if (_root.score_count < 800) {
enemyLV = 8;
enemy_speed = 3 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_high');
} else {
if (_root.score_count < 900) {
enemyLV = 9;
enemy_speed = 3 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_high');
} else {
if (_root.score_count < 1000) {
enemyLV = 10;
enemy_speed = 3 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_high');
} else {
enemyLV = 11;
enemy_speed = 3 + Math.floor(Math.random() * 4);
_root.enemyspeed[this._parent._parent.enemy_number] = enemy_speed;
this.gotoAndPlay('mid_high');
}
}
}
}
}
}
}
}
}
}
}
frame 3 {
_root.enemyspeed[1] = 0;
}
frame 22 {
_root.enemy1_attack('mid');
}
frame 54 {
_root.enemyspeed[1] = enemy_speed;
switch (enemyLV) {
case 1:
this.gotoAndPlay('mid_loop');
break;
case 2:
this.gotoAndPlay('mid_loop');
break;
case 3:
this.gotoAndPlay('mid_loop');
break;
case 4:
this.gotoAndPlay('mid_loop');
break;
case 5:
this.gotoAndPlay('mid_loop');
break;
case 6:
this.gotoAndPlay('mid_high');
break;
case 7:
this.gotoAndPlay('mid_high');
break;
case 8:
this.gotoAndPlay('mid_high');
break;
case 9:
this.gotoAndPlay('mid_high');
break;
case 10:
this.gotoAndPlay('mid_high');
break;
default:
this.gotoAndPlay('mid_high');
}
}
frame 55 {
_root.enemyspeed[1] = 0;
}
frame 66 {
_root.enemy1_attack('mid');
}
frame 98 {
_root.enemyspeed[1] = enemy_speed;
switch (enemyLV) {
case 1:
this.gotoAndPlay('mid_loop');
break;
case 2:
this.gotoAndPlay('mid_loop');
break;
case 3:
this.gotoAndPlay('mid_loop');
break;
case 4:
this.gotoAndPlay('mid_loop');
break;
case 5:
this.gotoAndPlay('mid_loop');
break;
case 6:
this.gotoAndPlay('mid_high');
break;
case 7:
this.gotoAndPlay('mid_high');
break;
case 8:
this.gotoAndPlay('mid_high');
break;
case 9:
this.gotoAndPlay('mid_high');
break;
case 10:
this.gotoAndPlay('mid_high');
break;
default:
this.gotoAndPlay('mid_high');
}
}
frame 99 {
_root.enemyspeed[1] = 0;
}
frame 118 {
_root.enemy1_attack('high');
}
frame 150 {
_root.enemyspeed[1] = enemy_speed;
this.gotoAndPlay('high_mid');
}
frame 151 {
_root.enemyspeed[1] = 0;
}
frame 162 {
_root.enemy1_attack('high');
}
frame 194 {
_root.enemyspeed[1] = enemy_speed;
this.gotoAndPlay('high_mid');
}
frame 195 {
_root.enemyspeed[1] = 0;
}
frame 214 {
_root.enemy1_attack('low');
}
frame 246 {
_root.enemyspeed[1] = enemy_speed;
this.gotoAndPlay('low_mid');
}
frame 247 {
_root.enemyspeed[1] = 0;
}
frame 258 {
_root.enemy1_attack('low');
}
frame 290 {
_root.enemyspeed[1] = enemy_speed;
this.gotoAndPlay('low_mid');
}
frame 304 {
switch (enemyLV) {
case 1:
this.gotoAndPlay('high_mid');
break;
case 2:
this.gotoAndPlay('high_mid');
break;
case 3:
this.gotoAndPlay('high_mid');
break;
case 4:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_high');
break;
case 1:
this.gotoAndPlay('high_mid');
break;
default:
}
} else {
this.gotoAndPlay('high_mid');
}
break;
case 5:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_high');
break;
case 1:
this.gotoAndPlay('high_mid');
break;
default:
}
} else {
this.gotoAndPlay('high_mid');
}
break;
case 6:
this.gotoAndPlay('high_mid');
break;
case 7:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_high');
break;
case 1:
this.gotoAndPlay('high_mid');
break;
default:
}
} else {
this.gotoAndPlay('high_mid');
}
break;
case 8:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_high');
break;
case 1:
this.gotoAndPlay('high_mid');
break;
default:
}
} else {
this.gotoAndPlay('high_mid');
}
break;
case 9:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_high');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_high');
break;
default:
}
break;
case 1:
this.gotoAndPlay('high_mid');
break;
default:
}
} else {
this.gotoAndPlay('high_mid');
}
break;
case 10:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_high');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_high');
break;
default:
}
break;
case 1:
this.gotoAndPlay('high_mid');
break;
default:
}
} else {
this.gotoAndPlay('high_mid');
}
break;
default:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_high');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_high');
break;
default:
}
break;
case 1:
this.gotoAndPlay('high_mid');
break;
default:
}
} else {
this.gotoAndPlay('high_mid');
}
}
}
frame 318 {
switch (enemyLV) {
case 1:
this.gotoAndPlay('mid_loop');
break;
case 2:
this.gotoAndPlay('mid_loop');
break;
case 3:
this.gotoAndPlay('mid_loop');
break;
case 4:
this.gotoAndPlay('mid_loop');
break;
case 5:
this.gotoAndPlay('mid_loop');
break;
case 6:
this.gotoAndPlay('mid_low');
break;
case 7:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_mid');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
} else {
this.gotoAndPlay('mid_low');
}
break;
case 8:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_mid');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
} else {
this.gotoAndPlay('mid_low');
}
break;
case 9:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_mid');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_mid');
break;
default:
}
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
} else {
this.gotoAndPlay('mid_low');
}
break;
case 10:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_mid');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_mid');
break;
default:
}
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
} else {
this.gotoAndPlay('mid_low');
}
break;
default:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_high');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_high');
break;
default:
}
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
} else {
this.gotoAndPlay('mid_low');
}
}
}
frame 332 {
switch (enemyLV) {
case 1:
this.gotoAndPlay('low_mid');
break;
case 2:
this.gotoAndPlay('low_mid');
break;
case 3:
this.gotoAndPlay('low_mid');
break;
case 4:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_low');
break;
case 1:
this.gotoAndPlay('low_mid');
break;
default:
}
} else {
this.gotoAndPlay('low_mid');
}
break;
case 5:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_low');
break;
case 1:
this.gotoAndPlay('low_mid');
break;
default:
}
} else {
this.gotoAndPlay('low_mid');
}
break;
case 6:
this.gotoAndPlay('low_mid');
break;
case 7:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_low');
break;
case 1:
this.gotoAndPlay('low_mid');
break;
default:
}
} else {
this.gotoAndPlay('low_mid');
}
break;
case 8:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_low');
break;
case 1:
this.gotoAndPlay('low_mid');
break;
default:
}
} else {
this.gotoAndPlay('low_mid');
}
break;
case 9:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_low');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_low');
break;
default:
}
break;
case 1:
this.gotoAndPlay('low_mid');
break;
default:
}
} else {
this.gotoAndPlay('low_mid');
}
break;
case 10:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_low');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_low');
break;
default:
}
break;
case 1:
this.gotoAndPlay('low_mid');
break;
default:
}
} else {
this.gotoAndPlay('low_mid');
}
break;
default:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_low');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_low');
break;
default:
}
break;
case 1:
this.gotoAndPlay('low_mid');
break;
default:
}
} else {
this.gotoAndPlay('low_mid');
}
}
}
frame 346 {
switch (enemyLV) {
case 1:
this.gotoAndPlay('mid_loop');
break;
case 2:
this.gotoAndPlay('mid_loop');
break;
case 3:
this.gotoAndPlay('mid_loop');
break;
case 4:
this.gotoAndPlay('mid_loop');
break;
case 5:
this.gotoAndPlay('mid_loop');
break;
case 6:
this.gotoAndPlay('mid_high');
break;
case 7:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_mid');
break;
case 1:
this.gotoAndPlay('mid_high');
break;
default:
}
} else {
this.gotoAndPlay('mid_high');
}
break;
case 8:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_mid');
break;
case 1:
this.gotoAndPlay('mid_high');
break;
default:
}
} else {
this.gotoAndPlay('mid_high');
}
break;
case 9:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_mid');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_mid');
break;
default:
}
break;
case 1:
this.gotoAndPlay('mid_high');
break;
default:
}
} else {
this.gotoAndPlay('mid_high');
}
break;
case 10:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_mid');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_mid');
break;
default:
}
break;
case 1:
this.gotoAndPlay('mid_high');
break;
default:
}
} else {
this.gotoAndPlay('mid_high');
}
break;
default:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_high');
break;
case 1:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_high');
break;
default:
}
break;
case 1:
this.gotoAndPlay('mid_high');
break;
default:
}
} else {
this.gotoAndPlay('mid_high');
}
}
}
frame 360 {
switch (enemyLV) {
case 1:
this.gotoAndPlay('mid_loop');
break;
case 2:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_mid');
break;
case 1:
this.gotoAndPlay('mid_loop');
break;
default:
}
} else {
this.gotoAndPlay('mid_loop');
}
break;
case 3:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('mid_high');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
break;
case 4:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 3)) {
case 0:
this.mc.gotoAndPlay('attackLV1');
this.gotoAndPlay('attackLV1_mid');
break;
case 1:
this.gotoAndPlay('mid_high');
break;
case 2:
this.gotoAndPlay('mid_low');
break;
default:
}
} else {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('mid_high');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
}
break;
case 5:
if (_root.enemy1_attack_on == 0 && _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x < 550) {
switch (Math.floor(Math.random() * 3)) {
case 0:
this.mc.gotoAndPlay('attackLV2');
this.gotoAndPlay('attackLV2_mid');
break;
case 1:
this.gotoAndPlay('mid_high');
break;
case 2:
this.gotoAndPlay('mid_low');
break;
default:
}
} else {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('mid_high');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
}
break;
case 6:
this.gotoAndPlay('mid_high');
break;
case 7:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('mid_high');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
break;
case 8:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('mid_high');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
break;
case 9:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('mid_high');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
break;
case 10:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('mid_high');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
break;
default:
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('mid_high');
break;
case 1:
this.gotoAndPlay('mid_low');
break;
default:
}
}
}
frame 374 {
this.gotoAndPlay('high_mid');
}
frame 388 {
this.gotoAndPlay('low_mid');
}
}
movieClip 93 {
}
movieClip 94 {
}
movieClip 95 {
frame 1 {
this.stop();
}
frame 14 {
_root.score_count += 10;
}
frame 16 {
_root.enemy_on[enemy_number] = 0;
_root.enemy_RandomSummonTiming_on[enemy_number] = 0;
_root.enemy_RandomSummonTiming_max[enemy_number] = 0;
_root.enemy_RandomSummonTiming_count[enemy_number] = 0;
_root.enemyspeed[enemy_number] = enemy_speed;
_root.enemy_stop[enemy_number] = 0;
_root.player.hashi.enemy_field['enemy' + enemy_number].removeMovieClip();
this.stop();
}
}
movieClip 96 syo_inma {
instance mc of movieClip 95 {
onClipEvent (load) {
enemy_number = 1;
hit_width = 90;
hit_height = 90;
enemy_speed = 3;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (this._x + this._parent._x <= -1000) {
_root.enemy_on[enemy_number] = 0;
_root.enemy_RandomSummonTiming_on[enemy_number] = 0;
_root.enemy_RandomSummonTiming_max[enemy_number] = 0;
_root.enemy_RandomSummonTiming_count[enemy_number] = 0;
_root.enemyspeed[enemy_number] = enemy_speed;
_root.player.hashi.enemy_field['enemy' + enemy_number].removeMovieClip();
}
if (_root.enemy_stop[enemy_number] != 1) {
this._x -= _root.enemyspeed[enemy_number] + _root.player.move_point;
}
}
}
}
}
movieClip 98 {
}
movieClip 99 {
instance of movieClip 88 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.player.mc.hitarea)) {
_root.enemy_on0 = 0;
_root.enemy_RandomSummonTiming_on0 = 0;
_root.enemy_RandomSummonTiming_max0 = 0;
_root.enemy_RandomSummonTiming_count0 = 0;
_root.enemyspeed0 = 5;
_root.combo_count = 0;
_root.player.move_point = 0;
_root.player.now_mode = 'damage';
_root.player.gotoAndStop('damage');
_root.enemy_field.enemy0.mc.gotoAndPlay('kill');
} else {
if (this.hitTest(_root.player.mc.attack_hitarea) && _root.enemy_field.enemy0.mc._currentframe == 1) {
_root.enemyspeed0 = 0;
_root.combo_count += 1;
_root.enemy_field.enemy0.mc.gotoAndPlay('kill');
}
}
}
}
}
movieClip 100 {
frame 1 {
if (_root.combo_count < 3) {
_root.enemyspeed0 = 5;
this.stop();
} else {
if (_root.combo_count < 7) {
_root.enemyspeed0 = 5 + Math.floor(Math.random() * 5);
this.stop();
} else {
if (_root.combo_count < 10) {
_root.enemyspeed0 = 7 + Math.floor(Math.random() * 8);
this.stop();
} else {
if (_root.combo_count < 20) {
_root.enemyspeed0 = 3 + Math.floor(Math.random() * 5);
this.gotoAndPlay('level2');
} else {
if (_root.combo_count < 30) {
_root.enemyspeed0 = 5 + Math.floor(Math.random() * 7);
this.gotoAndPlay('level2');
} else {
if (_root.combo_count < 40) {
_root.enemyspeed0 = 3 + Math.floor(Math.random() * 5);
this.gotoAndPlay('level3');
} else {
if (_root.combo_count < 50) {
_root.enemyspeed0 = 5 + Math.floor(Math.random() * 7);
this.gotoAndPlay('level3');
} else {
_root.enemyspeed0 = 5 + Math.floor(Math.random() * 10);
this.gotoAndPlay('level4');
}
}
}
}
}
}
}
}
frame 41 {
this.gotoAndPlay('level2');
}
frame 81 {
this.gotoAndPlay('level3');
}
frame 91 {
if (_root.combo_count >= 50) {
_root.enemyspeed0 = Math.floor(Math.random() * 15);
} else {
_root.enemyspeed0 = Math.floor(Math.random() * 10);
}
}
frame 101 {
if (_root.combo_count >= 50) {
_root.enemyspeed0 = Math.floor(Math.random() * 15);
} else {
_root.enemyspeed0 = Math.floor(Math.random() * 10);
}
}
frame 111 {
if (_root.combo_count >= 50) {
_root.enemyspeed0 = Math.floor(Math.random() * 15);
} else {
_root.enemyspeed0 = Math.floor(Math.random() * 10);
}
}
frame 121 {
if (_root.combo_count >= 50) {
_root.enemyspeed0 = Math.floor(Math.random() * 15);
} else {
_root.enemyspeed0 = Math.floor(Math.random() * 10);
}
this.gotoAndPlay('level4');
}
}
movieClip 102 {
}
movieClip 104 {
}
movieClip 106 {
}
movieClip 108 {
}
movieClip 110 {
}
movieClip 112 {
}
movieClip 114 {
}
movieClip 116 {
}
movieClip 119 {
}
movieClip 120 {
instance of movieClip 119 {
onClipEvent (load) {
if (_root.combo_count == 0) {
this._alpha = 0;
} else {
this._alpha = 100;
}
if (_root.combo_count <= 2) {
_root.combo = _root.combo_count + ' hit!';
_root.combo_sugoi = '';
} else {
if (_root.combo_count < 5) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = '';
} else {
if (_root.combo_count < 10) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Nice!';
} else {
if (_root.combo_count < 15) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Good!';
} else {
if (_root.combo_count < 20) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Cool!';
} else {
if (_root.combo_count < 25) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Great!';
} else {
if (_root.combo_count < 30) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Excellent!';
} else {
if (_root.combo_count < 35) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Fantastic!';
} else {
if (_root.combo_count < 40) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Brilliant!';
} else {
if (_root.combo_count < 45) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Beautiful!';
} else {
if (_root.combo_count < 50) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Wonderful!';
} else {
if (_root.combo_count < 55) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Awesome!';
} else {
if (_root.combo_count < 60) {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'Unbelievable!';
} else {
_root.combo = _root.combo_count + ' Combo!!';
_root.combo_sugoi = 'ï¾ï½¼ï¾žï¾Šï¾Ÿï¾…ï½²!!';
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
movieClip 121 {
frame 1 {
this.stop();
}
frame 14 {
_root.enemy_on0 = 0;
_root.enemy_RandomSummonTiming_on0 = 0;
_root.enemy_RandomSummonTiming_max0 = 0;
_root.enemy_RandomSummonTiming_count0 = 0;
_root.enemyspeed0 = 5;
_root.enemy_field.enemy0.removeMovieClip();
this.stop();
}
}
movieClip 122 test_enemy {
instance mc of movieClip 121 {
onClipEvent (load) {
enemy_number = 0;
hit_width = 30;
hit_height = 40;
}
onClipEvent (enterFrame) {
if (_root.now_pause != 1) {
if (this._x + this._parent._x <= -1000) {
_root.enemy_on0 = 0;
_root.enemy_RandomSummonTiming_on0 = 0;
_root.enemy_RandomSummonTiming_max0 = 0;
_root.enemy_RandomSummonTiming_count0 = 0;
_root.enemyspeed0 = 5;
_root.enemy_field.enemy0.removeMovieClip();
}
this._x -= _root.enemyspeed0;
}
}
}
}
frame 1 {
if (_root.first_load != 1) {
_root.first_load = 1;
_root.debug_mode = 0;
_root.se00 = new Sound(_root.se);
_root.se01 = new Sound(_root.se);
_root.se02 = new Sound(_root.se);
_root.se03 = new Sound(_root.se);
_root.se04 = new Sound(_root.se);
_root.se05 = new Sound(_root.se);
_root.se06 = new Sound(_root.se);
_root.se07 = new Sound(_root.se);
_root.se00.attachSound('se0select.wav');
_root.se01.attachSound('se1kutyu01.wav');
_root.se02.attachSound('se2kutyu02.wav');
_root.se03.attachSound('se3kutyu03.wav');
_root.se04.attachSound('se4finish.wav');
_root.se05.attachSound('se5gekiha.mp3');
_root.se06.attachSound('se6enemy1_attack.mp3');
_root.se07.attachSound('se7enemy1_damage.wav');
_root.se01.setVolume(50);
_root.se01.setVolume(50);
var enemy_on = [0, 0, 0, 0];
var enemy_RandomSummonTiming_on = [0, 0, 0, 0];
var enemy_RandomSummonTiming_max = [0, 0, 0, 0];
var enemy_RandomSummonTiming_count = [0, 0, 0, 0];
var enemyspeed = [0, 3, 5, 5];
var enemy_stop = [0, 0, 0, 0];
var enemy_damageHP = [5, 4, 5, 5];
var enemy_damagePL = [5, 5, 5, 5];
_root.now_yarare = 0;
_root.hashi1_x = -225;
_root.hashi2_x = 875;
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
_root.finish_loopmax = 5;
_root.org_loopmax = 5;
_root.HP = 300;
_root.pleasure = 1;
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist = 0;
_root.escape_wait = 20;
_root.escape_wait_count = 0;
_root.escape_BTsave = 0;
_root.enemy1_attack_on = 0;
_root.shiru = 0;
_root.shiru_alpha = 0;
_root.shiru_count = 0;
_root.org_now = 0;
_root.hot = 0;
}
}
frame 1 {
_root.default_numbers = function () {
_root.enemy_on = [0, 0, 0, 0];
_root.enemy_RandomSummonTiming_on = [0, 0, 0, 0];
_root.enemy_RandomSummonTiming_max = [0, 0, 0, 0];
_root.enemy_RandomSummonTiming_count = [0, 0, 0, 0];
_root.enemy_stop = [0, 0, 0, 0];
_root.player.hashi.enemy_field.enemy1.removeMovieClip();
_root.now_yarare = 0;
_root.HP = 300;
_root.pleasure = 1;
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist = 0;
_root.escape_wait = 20;
_root.escape_wait_count = 0;
_root.escape_BTsave = 0;
_root.enemy1_attack_on = 0;
_root.score_count = 0;
_root.player.now_mode = 'wait';
_root.player.move_point = 0;
_root.now_pause = 0;
};
_root.enemy0_summon = function () {
if (_root.enemy_on0 != 1) {
if (_root.enemy_RandomSummonTiming_on0 != 1) {
_root.enemy_RandomSummonTiming_on0 = 1;
_root.enemy_RandomSummonTiming_max0 = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count0 == _root.enemy_RandomSummonTiming_max0) {
_root.enemy_RandomSummonTiming_on0 = 0;
_root.enemy_RandomSummonTiming_max0 = 0;
_root.enemy_RandomSummonTiming_count0 = 0;
_root.player.hashi.enemy_field.attachMovie('test_enemy', 'enemy0', 10);
_root.player.hashi.enemy_field.enemy0._x = Math.floor(Math.random() * 500) + 600;
_root.player.hashi.enemy_field.enemy0._y = -136.9;
_root.enemy_on0 = 1;
} else {
_root.enemy_RandomSummonTiming_count0 += 1;
}
}
}
};
_root.enemy1_summon = function () {
if (_root.enemy_on[1] != 1) {
if (_root.enemy_RandomSummonTiming_on[1] != 1) {
_root.enemy_RandomSummonTiming_on[1] = 1;
_root.enemy_RandomSummonTiming_max[1] = Math.floor(Math.random() * 100) + 1;
} else {
if (_root.enemy_RandomSummonTiming_count[1] == _root.enemy_RandomSummonTiming_max[1]) {
_root.enemy_RandomSummonTiming_on[1] = 0;
_root.enemy_RandomSummonTiming_max[1] = 0;
_root.enemy_RandomSummonTiming_count[1] = 0;
_root.player.hashi.enemy_field.attachMovie('syo_inma', 'enemy1', 10);
_root.player.hashi.enemy_field.enemy1._x = Math.floor(Math.random() * 600) + 600;
_root.player.hashi.enemy_field.enemy1._y = -136.9;
_root.enemy_on[1] = 1;
} else {
_root.enemy_RandomSummonTiming_count[1] += 1;
}
}
}
};
_root.enemy1_attack = function (takasa) {
_root.enemy1_attack_on = 1;
_root.se06.start();
_root.player.hashi.enemy_field.attachMovie('enemy1_attack', 'enemy1_attack', 9);
switch (takasa) {
case 'mid':
_root.player.hashi.enemy_field.enemy1_attack._x = _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x;
_root.player.hashi.enemy_field.enemy1_attack._y = -114;
break;
case 'high':
_root.player.hashi.enemy_field.enemy1_attack._x = _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x;
_root.player.hashi.enemy_field.enemy1_attack._y = -194;
break;
case 'low':
_root.player.hashi.enemy_field.enemy1_attack._x = _root.player.hashi.enemy_field.enemy1._x + _root.player.hashi.enemy_field.enemy1.mc._x;
_root.player.hashi.enemy_field.enemy1_attack._y = -34;
break;
default:
}
};
}
button 130 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 133 {
}
// unknown tag 88 length 79
// unknown tag 88 length 79
movieClip 139 {
instance of movieClip 133 {
onClipEvent (load) {
_xscale = 0;
_root.loading = 0;
}
onClipEvent (enterFrame) {
_root.loading = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_xscale = _root.loading;
_root.now = _root.getBytesLoaded();
_root.total = _root.getBytesTotal();
if (_root.now >= _root.total) {
_root.gotoAndStop(3);
}
}
}
}
// unknown tag 88 length 126
movieClip 143 {
}
movieClip 144 {
instance of movieClip 143 {
onClipEvent (load) {
fr = 20;
time = 1000;
time_count = 0;
old_timer = getTimer();
fps = fr + '/' + fr;
}
onClipEvent (enterFrame) {
time_count += 1;
if (getTimer() - old_timer >= time) {
fps = Math.floor(time_count * 1000 / (getTimer() - old_timer)) + '/' + fr;
old_timer = getTimer();
time_count = 0;
}
}
}
}
// unknown tag 88 length 36
movieClip 149 {
frame 1 {
this.stop();
}
}
frame 3 {
this.gotoAndStop('game');
}
movieClip 154 {
}
// unknown tag 88 length 89
button 157 {
on (release) {
_root.gotoAndStop('game');
}
}
frame 5 {
this.stop();
_root.key_up = 38;
_root.key_down = 40;
_root.key_left = 37;
_root.key_right = 39;
_root.key_z = 90;
_root.key_x = 88;
_root.key_c = 67;
_root.key_w = 87;
_root.key_a = 65;
_root.key_s = 83;
_root.key_d = 68;
_root.key_enter = 13;
_root.key_shift = 16;
_root.key_ctrl = 17;
}
movieClip 161 {
}
movieClip 162 {
}
movieClip 164 {
}
movieClip 167 {
}
movieClip 168 {
instance of movieClip 167 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 170 {
}
movieClip 172 {
}
movieClip 175 {
}
movieClip 176 {
instance of movieClip 175 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 179 {
}
movieClip 180 {
instance of movieClip 179 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 183 {
}
movieClip 184 {
instance of movieClip 183 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 185 {
}
movieClip 187 {
}
movieClip 189 {
}
movieClip 190 {
frame 2 {
this.stop();
}
}
movieClip 191 {
instance of movieClip 189 {
onClipEvent (load) {
this._alpha = 0;
this._parent.mc1._x = _root.hashi1_x;
this._parent.mc2._x = _root.hashi2_x;
}
onClipEvent (enterFrame) {
_root.hashi1_x = this._parent.mc1._x;
_root.hashi2_x = this._parent.mc2._x;
}
}
instance enemy_field of movieClip 190 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 194 {
}
movieClip 195 {
instance of movieClip 194 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 198 {
}
movieClip 199 {
instance of movieClip 198 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 201 {
}
movieClip 203 {
}
movieClip 206 {
}
movieClip 207 {
instance of movieClip 206 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 210 {
}
movieClip 211 {
instance of movieClip 210 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 214 {
}
movieClip 216 {
frame 1 {
this.stop();
}
instance of movieClip 214 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 218 {
}
movieClip 221 {
}
movieClip 222 {
instance of movieClip 221 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 224 {
}
movieClip 227 {
}
movieClip 228 {
instance of movieClip 227 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 230 {
}
movieClip 232 {
}
movieClip 233 {
frame 1 {
this.stop();
}
instance of movieClip 232 {
onClipEvent (load) {
this._alpha = 0;
if (_root.Loppai_mc_time != 1) {
this._parent.gotoAndPlay(_root.Loppai_mc_time);
}
}
onClipEvent (enterFrame) {
_root.Loppai_mc_time = this._parent._currentframe;
}
}
frame 29 {
this.gotoAndStop(1);
}
}
movieClip 236 {
}
movieClip 237 {
instance of movieClip 236 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 239 {
}
movieClip 240 {
frame 1 {
this.stop();
}
instance of movieClip 232 {
onClipEvent (load) {
this._alpha = 0;
if (_root.Roppai_mc_time != 1) {
this._parent.gotoAndPlay(_root.Roppai_mc_time);
}
}
onClipEvent (enterFrame) {
_root.Roppai_mc_time = this._parent._currentframe;
}
}
frame 29 {
this.gotoAndStop(1);
}
}
movieClip 243 {
}
movieClip 244 {
instance of movieClip 243 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 246 {
}
movieClip 249 {
}
movieClip 250 {
instance of movieClip 249 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 253 {
}
movieClip 254 {
instance of movieClip 253 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 257 {
}
movieClip 259 {
frame 1 {
this.stop();
}
instance of movieClip 257 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 263 {
}
movieClip 265 {
}
movieClip 267 {
frame 1 {
this.stop();
}
instance of movieClip 265 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 270 {
}
movieClip 271 {
instance of movieClip 270 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 275 {
}
movieClip 277 {
}
movieClip 280 {
}
movieClip 282 {
instance of movieClip 280 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 284 {
}
movieClip 287 {
}
movieClip 288 {
instance of movieClip 287 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 289 {
}
movieClip 290 {
instance of movieClip 289 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
}
}
movieClip 291 {
frame 40 {
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 292 {
}
movieClip 293 {
frame 10 {
this._parent.move_point = 5;
}
frame 20 {
this._parent.move_point = 0;
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
_root.hot += 15;
}
frame 30 {
if (_root.hot <= 0) {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
switch (Math.floor(Math.random() * 4)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
} else {
if (_root.hot >= 100) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
}
}
}
}
}
}
movieClip 294 {
}
movieClip 295 {
frame 10 {
this._parent.move_point = -5;
}
frame 20 {
this._parent.move_point = 0;
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
_root.hot += 15;
}
frame 30 {
if (_root.hot <= 0) {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
switch (Math.floor(Math.random() * 4)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
} else {
if (_root.hot >= 100) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
}
}
}
}
}
}
movieClip 297 {
}
movieClip 299 {
}
movieClip 302 {
}
movieClip 303 {
instance of movieClip 302 {
onClipEvent (load) {
if (_root.shiru == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 305 {
}
movieClip 308 {
}
movieClip 309 {
instance of movieClip 308 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 311 {
}
movieClip 314 {
}
movieClip 315 {
instance of movieClip 314 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 318 {
}
movieClip 319 {
instance of movieClip 318 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 322 {
}
movieClip 323 {
instance of movieClip 322 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 325 {
}
movieClip 326 {
}
movieClip 329 {
}
movieClip 330 {
instance of movieClip 329 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 333 {
}
movieClip 334 {
instance of movieClip 333 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 337 {
}
movieClip 338 {
instance of movieClip 337 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 341 {
}
movieClip 342 {
instance of movieClip 341 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 344 {
}
movieClip 346 {
}
movieClip 349 {
}
movieClip 350 {
instance of movieClip 349 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 352 {
}
movieClip 355 {
}
movieClip 356 {
instance of movieClip 355 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 358 {
}
movieClip 360 {
}
movieClip 363 {
}
movieClip 364 {
instance of movieClip 363 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 366 {
}
movieClip 368 {
}
movieClip 371 {
}
movieClip 372 {
instance of movieClip 371 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 377 {
}
movieClip 380 {
}
movieClip 381 {
instance of movieClip 380 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 384 {
}
movieClip 385 {
instance of movieClip 384 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 388 {
}
movieClip 390 {
}
movieClip 392 {
}
movieClip 393 {
instance of movieClip 392 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 396 {
}
movieClip 397 {
instance of movieClip 396 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 400 {
}
movieClip 401 {
instance of movieClip 400 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 403 {
}
movieClip 404 {
instance of movieClip 403 {
onClipEvent (load) {
if (_root.hit_alpha == 1) {
this._alpha = 30;
} else {
this._alpha = 0;
}
}
}
}
movieClip 405 {
frame 14 {
this._parent.now_mode = 'wait';
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 406 {
}
movieClip 407 {
}
movieClip 408 {
}
movieClip 410 {
}
movieClip 412 {
}
movieClip 414 {
}
movieClip 416 {
}
movieClip 418 {
}
movieClip 420 {
}
movieClip 422 {
}
movieClip 423 {
frame 35 {
this._parent.now_mode = 'wait';
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 426 {
}
movieClip 427 {
instance of movieClip 426 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 430 {
}
movieClip 431 {
instance of movieClip 430 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 434 {
}
movieClip 435 {
instance of movieClip 434 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 437 {
}
movieClip 439 {
}
movieClip 440 {
}
movieClip 443 {
}
movieClip 444 {
instance of movieClip 443 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 447 {
}
movieClip 448 {
instance of movieClip 447 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 451 {
}
movieClip 452 {
instance of movieClip 451 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 455 {
}
movieClip 456 {
instance of movieClip 455 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 459 {
}
movieClip 460 {
instance of movieClip 459 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 462 {
}
movieClip 464 {
}
movieClip 467 {
}
movieClip 468 {
instance of movieClip 467 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 470 {
}
movieClip 473 {
}
movieClip 474 {
instance of movieClip 473 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 476 {
}
movieClip 479 {
}
movieClip 482 {
}
movieClip 483 {
instance of movieClip 479 {
onClipEvent (load) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 482 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 485 {
}
movieClip 489 {
}
movieClip 492 {
}
movieClip 493 {
instance of movieClip 492 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 495 {
}
movieClip 498 {
}
movieClip 499 {
instance of movieClip 498 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 502 {
}
movieClip 504 {
}
movieClip 505 {
instance of movieClip 504 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 508 {
}
movieClip 509 {
instance of movieClip 508 {
onClipEvent (load) {
if (_root.shiru == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 512 {
}
movieClip 513 {
instance of movieClip 512 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 515 {
}
movieClip 518 {
}
movieClip 519 {
instance of movieClip 518 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 520 {
frame 26 {
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
}
frame 30 {
_root.hot += 20;
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.now_mode = 'wait';
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.now_mode = 'wait';
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
switch (Math.floor(Math.random() * 4)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.now_mode = 'wait';
this._parent.gotoAndStop('wait');
}
} else {
if (_root.hot >= 100) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.now_mode = 'wait';
this._parent.gotoAndStop('wait');
}
}
}
}
}
} else {
this._parent.now_mode = 'wait';
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 523 {
}
movieClip 524 {
instance of movieClip 523 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 527 {
}
movieClip 528 {
instance of movieClip 527 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 530 {
}
movieClip 533 {
}
movieClip 534 {
instance of movieClip 533 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 536 {
}
movieClip 538 {
}
movieClip 540 {
}
movieClip 543 {
}
movieClip 544 {
instance of movieClip 543 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 545 {
}
movieClip 548 {
}
movieClip 549 {
instance of movieClip 548 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 552 {
}
movieClip 553 {
instance of movieClip 552 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 556 {
}
movieClip 557 {
instance of movieClip 556 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 560 {
}
movieClip 561 {
instance of movieClip 560 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 563 {
}
movieClip 565 {
}
movieClip 567 {
}
movieClip 570 {
}
movieClip 571 {
instance of movieClip 570 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 573 {
}
movieClip 576 {
}
movieClip 579 {
}
movieClip 580 {
instance of movieClip 576 {
onClipEvent (load) {
if (_root.pleasure >= 2) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
instance of movieClip 579 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 582 {
}
movieClip 585 {
}
movieClip 586 {
instance of movieClip 585 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 590 {
}
movieClip 593 {
}
movieClip 594 {
instance of movieClip 593 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 598 {
}
movieClip 599 {
instance of movieClip 598 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 602 {
}
movieClip 605 {
}
movieClip 606 {
instance of movieClip 605 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 609 {
}
movieClip 610 {
instance of movieClip 609 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 611 {
frame 6 {
this._parent.gotoAndStop('syagami_loop');
}
}
movieClip 612 {
}
movieClip 613 {
frame 19 {
_root.hot -= 6;
}
frame 36 {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
}
movieClip 614 {
}
movieClip 615 {
frame 4 {
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
}
frame 6 {
this._parent.now_mode = 'wait';
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 617 {
}
movieClip 619 {
}
movieClip 621 {
}
movieClip 623 {
}
movieClip 625 {
}
movieClip 627 {
}
movieClip 631 {
}
movieClip 633 {
}
movieClip 635 {
}
movieClip 636 {
}
movieClip 638 {
}
movieClip 640 {
}
movieClip 642 {
}
movieClip 644 {
}
movieClip 646 {
}
movieClip 648 {
}
movieClip 650 {
}
movieClip 652 {
}
movieClip 655 {
}
movieClip 656 {
}
movieClip 658 {
}
movieClip 660 {
}
movieClip 662 {
}
movieClip 664 {
}
movieClip 666 {
}
movieClip 668 {
}
movieClip 671 {
}
movieClip 672 {
}
movieClip 675 {
}
movieClip 677 {
}
movieClip 679 {
}
movieClip 681 {
}
movieClip 683 {
}
movieClip 702 {
frame 1 {
this.stop();
}
frame 30 {
this.gotoAndStop(1);
}
}
movieClip 704 {
}
movieClip 706 {
}
movieClip 708 {
}
movieClip 710 {
}
movieClip 712 {
}
movieClip 714 {
}
movieClip 716 {
}
movieClip 718 {
}
movieClip 720 {
}
movieClip 722 {
}
movieClip 724 {
}
movieClip 726 {
}
movieClip 728 {
}
movieClip 730 {
}
movieClip 732 {
}
movieClip 734 {
}
movieClip 736 {
}
movieClip 738 {
}
movieClip 740 {
}
movieClip 742 {
}
movieClip 744 {
}
movieClip 746 {
}
movieClip 748 {
}
movieClip 750 {
}
movieClip 755 {
}
movieClip 757 {
}
movieClip 759 {
}
movieClip 761 {
}
movieClip 763 {
}
movieClip 765 {
}
movieClip 768 {
}
movieClip 770 {
}
movieClip 772 {
}
movieClip 774 {
}
movieClip 775 {
frame 1 {
this.stop();
}
}
movieClip 777 {
}
movieClip 779 {
}
movieClip 781 {
}
movieClip 783 {
}
movieClip 785 {
}
movieClip 787 {
}
movieClip 788 {
}
movieClip 790 {
}
movieClip 792 {
}
movieClip 793 {
}
movieClip 794 {
}
movieClip 795 {
frame 1 {
this.stop();
}
instance of movieClip 775 {
onClipEvent (enterFrame) {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && (Key.isDown(_root.key_right) || Key.isDown(68))) {
} else {
if ((Key.isDown(_root.key_left) || Key.isDown(65)) && _root.escape_BTsave != 1 && _root.escape_count < 100) {
_root.escape_BTsave = 1;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
} else {
if ((Key.isDown(_root.key_right) || Key.isDown(68)) && _root.escape_BTsave != 2 && _root.escape_count < 100) {
_root.escape_BTsave = 2;
_root.escape_count += 3;
if (_root.escape_count >= 100) {
_root.escape_count = 100;
}
}
}
}
if (_root.escape_wait_count >= _root.escape_wait) {
_root.escape_wait_count = 0;
if (_root.escape_count > 0) {
if (_root.easy_escape != 1) {
_root.escape_count -= _root.escape_resist;
}
} else {
if (_root.escape_count <= 0) {
_root.escape_count = 0;
}
}
} else {
_root.escape_wait_count += 1;
}
if (_root.HP <= 1 || _root.pleasure >= 300) {
_root.escape_count = 1;
}
this.gotoAndStop(_root.escape_count);
if (_root.escape_count >= 100) {
_root.escape_on = 0;
_root.escape_count = 1;
_root.escape_resist += 3;
if (_root.escape_resist > 100) {
_root.escape_resist = 100;
}
_root.escape_resist_E += 0.5;
if (_root.escape_resist_E > 2) {
_root.escape_resist_E = 2;
}
_root.escape_wait -= 3;
if (_root.escape_wait < 4) {
_root.escape_wait = 4;
}
_root.player.gotoAndStop('escape');
}
}
}
instance of movieClip 788 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
instance of movieClip 794 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this.stop();
} else {
this.play();
}
}
}
}
movieClip 797 {
}
movieClip 799 {
}
movieClip 801 {
}
movieClip 803 {
}
movieClip 804 {
frame 1 {
this.stop();
}
instance of movieClip 797 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 805 {
instance of movieClip 804 {
onClipEvent (enterFrame) {
if (_root.breath == 1) {
_root.breath = 0;
switch (Math.floor(Math.random() * 3) + 1) {
case 1:
this.gotoAndPlay('play01');
break;
case 2:
this.gotoAndPlay('play02');
break;
case 3:
this.gotoAndPlay('play03');
break;
default:
}
}
}
}
}
movieClip 807 {
}
movieClip 808 {
}
movieClip 809 {
}
movieClip 810 {
}
movieClip 811 {
}
movieClip 812 {
frame 1 {
}
instance target of movieClip 807 {
onClipEvent (load) {
this._alpha = 0;
shibuki_speed = 10;
shibuki_height = 500;
attachCount = 0;
var finish_speed = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var Ftarget_x = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var Ftarget_y = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var Fspeed_x = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var Fspeed_y = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
}
onClipEvent (enterFrame) {
if (this._parent.shibuki == 'finish') {
this._parent.shibuki = 0;
j = 0;
while (j <= Math.floor(Math.random() * 5) + 5) {
tmp = attachCount * 10 + j;
n = 'shibuki_finish' + tmp;
this._parent.attachMovie('shibuki_finish', n, tmp);
this._parent[n].MCnum = j;
this._parent[n]._x += Math.floor(Math.random() * 10) - 5;
this._parent[n].shibuki_speed = Math.floor(Math.random() * 4) + 30;
this._parent[n].target_x = this._x + (Math.floor(Math.random() * 180) - 89);
this._parent[n].target_y = this._y + (Math.floor(Math.random() * 180) - 89);
this._parent[n].speed_x = Math.floor(this._parent[n].target_x / this._parent[n].shibuki_speed);
this._parent[n].speed_y = Math.floor(this._parent[n].target_y / this._parent[n].shibuki_speed);
++j;
}
shibuki_speed = 3;
i = 0;
while (i <= 20) {
tmp = attachCount * 50 + i;
n = 'shibuki_finish_sub' + tmp;
this._parent.attachMovie('shibuki_finish_sub', n, tmp);
++i;
}
tmp = attachCount * 70;
n = 'cum_afure' + tmp;
this._parent.attachMovie('cum_afure', n, tmp);
attachCount += 1;
}
if (this._parent.shibuki == 'slow') {
this._parent.shibuki = 0;
shibuki_speed = 7;
i = 0;
while (i <= 9) {
tmp = attachCount * 10 + i;
n = 'shibuki' + tmp;
this._parent.attachMovie('shibuki', n, tmp);
++i;
}
attachCount += 1;
} else {
if (this._parent.shibuki == 'medium') {
this._parent.shibuki = 0;
shibuki_speed = 6;
i = 0;
while (i <= 9) {
tmp = attachCount * 10 + i;
n = 'shibuki' + tmp;
this._parent.attachMovie('shibuki', n, tmp);
++i;
}
attachCount += 1;
} else {
if (this._parent.shibuki == 'fast') {
this._parent.shibuki = 0;
shibuki_speed = 5;
i = 0;
while (i <= 9) {
tmp = attachCount * 10 + i;
n = 'shibuki' + tmp;
this._parent.attachMovie('shibuki', n, tmp);
++i;
}
attachCount += 1;
} else {
if (this._parent.shibuki == 'very_fast') {
this._parent.shibuki = 0;
shibuki_speed = 4;
i = 0;
while (i <= 9) {
tmp = attachCount * 10 + i;
n = 'shibuki' + tmp;
this._parent.attachMovie('shibuki', n, tmp);
++i;
}
attachCount += 1;
} else {
if (this._parent.shibuki == 'org') {
this._parent.shibuki = 0;
shibuki_speed = 10;
i = 0;
while (i <= 30) {
tmp = attachCount * 10 + i;
n = 'shibuki' + tmp;
this._parent.attachMovie('shibuki', n, tmp);
++i;
}
attachCount += 1;
}
}
}
}
}
if (attachCount >= 10) {
attachCount = 0;
}
}
}
instance afure of movieClip 809 {
onClipEvent (load) {
cum_on = 0;
this._alpha = 0;
cum0_size = 70;
cum1_size = 70;
cum2_size = 70;
cum3_size = 70;
cum4_size = 70;
cum5_size = 70;
cum6_size = 70;
cum7_size = 70;
cum8_size = 70;
cum9_size = 70;
cum10_size = 70;
}
onClipEvent (enterFrame) {
if (this._alpha >= 1 && cum_on == 0) {
this._alpha -= 5;
} else {
if (cum_on >= 1) {
switch (cum_on) {
case 1:
cum_on = 2;
this._parent.afure.cum0._xscale = this._parent.afure.cum0_size * 0.5;
this._parent.afure.cum1._xscale = this._parent.afure.cum1_size * 0.5;
this._parent.afure.cum2._xscale = this._parent.afure.cum2_size * 0.5;
this._parent.afure.cum3._xscale = this._parent.afure.cum3_size * 0.5;
this._parent.afure.cum4._xscale = this._parent.afure.cum4_size * 0.5;
this._parent.afure.cum5._xscale = this._parent.afure.cum5_size * 0.5;
this._parent.afure.cum6._xscale = this._parent.afure.cum6_size * 0.5;
this._parent.afure.cum7._xscale = this._parent.afure.cum7_size * 0.5;
this._parent.afure.cum8._xscale = this._parent.afure.cum8_size * 0.5;
this._parent.afure.cum9._xscale = this._parent.afure.cum9_size * 0.5;
this._parent.afure.cum10._xscale = this._parent.afure.cum10_size * 0.5;
this._parent.afure.cum0._yscale = this._parent.afure.cum0_size * 0.5;
this._parent.afure.cum1._yscale = this._parent.afure.cum1_size * 0.5;
this._parent.afure.cum2._yscale = this._parent.afure.cum2_size * 0.5;
this._parent.afure.cum3._yscale = this._parent.afure.cum3_size * 0.5;
this._parent.afure.cum4._yscale = this._parent.afure.cum4_size * 0.5;
this._parent.afure.cum5._yscale = this._parent.afure.cum5_size * 0.5;
this._parent.afure.cum6._yscale = this._parent.afure.cum6_size * 0.5;
this._parent.afure.cum7._yscale = this._parent.afure.cum7_size * 0.5;
this._parent.afure.cum8._yscale = this._parent.afure.cum8_size * 0.5;
this._parent.afure.cum9._yscale = this._parent.afure.cum9_size * 0.5;
this._parent.afure.cum10._yscale = this._parent.afure.cum10_size * 0.5;
break;
case 2:
cum_on = 3;
this._parent.afure.cum0._xscale = this._parent.afure.cum0_size * 0.75;
this._parent.afure.cum1._xscale = this._parent.afure.cum1_size * 0.75;
this._parent.afure.cum2._xscale = this._parent.afure.cum2_size * 0.75;
this._parent.afure.cum3._xscale = this._parent.afure.cum3_size * 0.75;
this._parent.afure.cum4._xscale = this._parent.afure.cum4_size * 0.75;
this._parent.afure.cum5._xscale = this._parent.afure.cum5_size * 0.75;
this._parent.afure.cum6._xscale = this._parent.afure.cum6_size * 0.75;
this._parent.afure.cum7._xscale = this._parent.afure.cum7_size * 0.75;
this._parent.afure.cum8._xscale = this._parent.afure.cum8_size * 0.75;
this._parent.afure.cum9._xscale = this._parent.afure.cum9_size * 0.75;
this._parent.afure.cum10._xscale = this._parent.afure.cum10_size * 0.75;
this._parent.afure.cum0._yscale = this._parent.afure.cum0_size * 0.75;
this._parent.afure.cum1._yscale = this._parent.afure.cum1_size * 0.75;
this._parent.afure.cum2._yscale = this._parent.afure.cum2_size * 0.75;
this._parent.afure.cum3._yscale = this._parent.afure.cum3_size * 0.75;
this._parent.afure.cum4._yscale = this._parent.afure.cum4_size * 0.75;
this._parent.afure.cum5._yscale = this._parent.afure.cum5_size * 0.75;
this._parent.afure.cum6._yscale = this._parent.afure.cum6_size * 0.75;
this._parent.afure.cum7._yscale = this._parent.afure.cum7_size * 0.75;
this._parent.afure.cum8._yscale = this._parent.afure.cum8_size * 0.75;
this._parent.afure.cum9._yscale = this._parent.afure.cum9_size * 0.75;
this._parent.afure.cum10._yscale = this._parent.afure.cum10_size * 0.75;
break;
case 3:
cum_on = 0;
this._parent.afure.cum0._xscale = this._parent.afure.cum0_size * 1;
this._parent.afure.cum1._xscale = this._parent.afure.cum1_size * 1;
this._parent.afure.cum2._xscale = this._parent.afure.cum2_size * 1;
this._parent.afure.cum3._xscale = this._parent.afure.cum3_size * 1;
this._parent.afure.cum4._xscale = this._parent.afure.cum4_size * 1;
this._parent.afure.cum5._xscale = this._parent.afure.cum5_size * 1;
this._parent.afure.cum6._xscale = this._parent.afure.cum6_size * 1;
this._parent.afure.cum7._xscale = this._parent.afure.cum7_size * 1;
this._parent.afure.cum8._xscale = this._parent.afure.cum8_size * 1;
this._parent.afure.cum9._xscale = this._parent.afure.cum9_size * 1;
this._parent.afure.cum10._xscale = this._parent.afure.cum10_size * 1;
this._parent.afure.cum0._yscale = this._parent.afure.cum0_size * 1;
this._parent.afure.cum1._yscale = this._parent.afure.cum1_size * 1;
this._parent.afure.cum2._yscale = this._parent.afure.cum2_size * 1;
this._parent.afure.cum3._yscale = this._parent.afure.cum3_size * 1;
this._parent.afure.cum4._yscale = this._parent.afure.cum4_size * 1;
this._parent.afure.cum5._yscale = this._parent.afure.cum5_size * 1;
this._parent.afure.cum6._yscale = this._parent.afure.cum6_size * 1;
this._parent.afure.cum7._yscale = this._parent.afure.cum7_size * 1;
this._parent.afure.cum8._yscale = this._parent.afure.cum8_size * 1;
this._parent.afure.cum9._yscale = this._parent.afure.cum9_size * 1;
this._parent.afure.cum10._yscale = this._parent.afure.cum10_size * 1;
break;
default:
}
}
}
}
}
instance of movieClip 810 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance of movieClip 811 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 813 {
instance MC of movieClip 812 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 829 {
frame 1 {
this.stop();
}
frame 14 {
this.removeMovieClip();
this.stop();
}
frame 27 {
this.removeMovieClip();
this.stop();
}
}
movieClip 831 {
}
movieClip 832 {
}
movieClip 833 {
instance of movieClip 832 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 835 {
}
movieClip 837 {
}
movieClip 839 {
}
movieClip 842 {
}
movieClip 844 {
}
movieClip 847 {
}
movieClip 848 {
frame 1 {
loop_count = 0;
shibuki_new.MC.shibuki = '';
}
frame 1 {
SOURCE_MOVIECLIP = this;
SOURCE_MOVIECLIP_x = SOURCE_MOVIECLIP._x;
SOURCE_MOVIECLIP_y = SOURCE_MOVIECLIP._y;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 90, 'h': 110};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 4;
M_HEIGHT = 4;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
onEnterFrame = function () {};
}
instance of movieClip 795 {
onClipEvent (load) {
if (_root.gallery_mode_on == 1) {
this.gotoAndStop(2);
}
if (_root.HP < 2) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.HP < 2) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
instance shibuki_new of movieClip 813 {
}
frame 49 {
shibuki_new.MC.shibuki = 'slow';
_root.HP -= _root.enemy_damageHP[_root.now_yarare];
_root.pleasure += _root.enemy_damagePL[_root.now_yarare];
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.se01.start();
break;
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
frame 78 {
this._parent.mc2.gotoAndPlay('slow');
this.gotoAndPlay('slow');
}
frame 93 {
shibuki_new.MC.shibuki = 'slow';
_root.HP -= _root.enemy_damageHP[_root.now_yarare];
_root.pleasure += _root.enemy_damagePL[_root.now_yarare];
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.se01.start();
break;
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
frame 122 {
if (loop_count >= 5) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('medium');
this.gotoAndPlay('medium');
} else {
loop_count += 1;
this._parent.mc2.gotoAndPlay('slow');
this.gotoAndPlay('slow');
}
}
frame 133 {
shibuki_new.MC.shibuki = 'medium';
_root.HP -= _root.enemy_damageHP[_root.now_yarare];
_root.pleasure += _root.enemy_damagePL[_root.now_yarare];
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.se01.start();
break;
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
frame 143 {
if (loop_count >= 5) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('fast');
this.gotoAndPlay('fast');
} else {
loop_count += 1;
this._parent.mc2.gotoAndPlay('medium');
this.gotoAndPlay('medium');
}
}
frame 151 {
shibuki_new.MC.shibuki = 'fast';
_root.HP -= _root.enemy_damageHP[_root.now_yarare];
_root.pleasure += _root.enemy_damagePL[_root.now_yarare];
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.se01.start();
break;
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
frame 157 {
if (loop_count >= 5) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('very_fast');
this.gotoAndPlay('very_fast');
} else {
loop_count += 1;
this._parent.mc2.gotoAndPlay('fast');
this.gotoAndPlay('fast');
}
}
frame 163 {
shibuki_new.MC.shibuki = 'very_fast';
_root.HP -= _root.enemy_damageHP[_root.now_yarare];
_root.pleasure += _root.enemy_damagePL[_root.now_yarare];
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.se01.start();
break;
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
frame 167 {
if (loop_count >= 5) {
loop_count = 0;
if (_root.pleasure >= 300) {
this._parent.mc2.gotoAndPlay('org_start');
this.gotoAndPlay('org_start');
} else {
this._parent.mc2.gotoAndPlay('finish_start');
this.gotoAndPlay('finish_start');
}
} else {
loop_count += 1;
this._parent.mc2.gotoAndPlay('very_fast');
this.gotoAndPlay('very_fast');
}
}
frame 173 {
loop_count = 0;
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.mc2.gotoAndPlay('finish_loop1');
this.gotoAndPlay('finish_loop1');
break;
case 1:
this._parent.mc2.gotoAndPlay('finish_loop2');
this.gotoAndPlay('finish_loop2');
break;
default:
}
shibuki_new.MC.shibuki = 'finish';
_root.se04.start();
switch (Math.floor(Math.random() * 2)) {
case 0:
cum_afure.gotoAndPlay('anim1');
break;
case 1:
cum_afure.gotoAndPlay('anim2');
break;
default:
}
if (cum_tare._currentframe == 1) {
cum_tare.gotoAndPlay('anim');
}
_root.HP -= _root.enemy_damageHP[_root.now_yarare] * 5;
_root.pleasure += _root.enemy_damagePL[_root.now_yarare] * 5;
}
frame 180 {
if (loop_count >= _root.finish_loopmax) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('finish_end');
this.gotoAndPlay('finish_end');
} else {
loop_count += 1;
this._parent.mc2.gotoAndPlay('finish_loop2');
this.gotoAndPlay('finish_loop2');
}
}
frame 203 {
if (loop_count >= _root.finish_loopmax) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('finish_end');
this.gotoAndPlay('finish_end');
} else {
loop_count += 1;
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.mc2.gotoAndPlay('finish_loop1');
this.gotoAndPlay('finish_loop1');
break;
case 1:
this._parent.mc2.gotoAndPlay('finish_loop2');
this.gotoAndPlay('finish_loop2');
break;
default:
}
}
shibuki_new.MC.shibuki = 'finish';
_root.se04.start();
switch (Math.floor(Math.random() * 2)) {
case 0:
cum_afure.gotoAndPlay('anim1');
break;
case 1:
cum_afure.gotoAndPlay('anim2');
break;
default:
}
if (cum_tare._currentframe == 1) {
cum_tare.gotoAndPlay('anim');
}
}
frame 217 {
_root.enemy_on[_root.now_yarare] = 0;
_root.enemy_RandomSummonTiming_on[_root.now_yarare] = 0;
_root.enemy_RandomSummonTiming_max[_root.now_yarare] = 0;
_root.enemy_RandomSummonTiming_count[_root.now_yarare] = 0;
_root.enemy_stop[_root.now_yarare] = 0;
_root.player.hashi.enemy_field['enemy' + _root.now_yarare].removeMovieClip();
if (_root.HP > 1) {
this._parent.gotoAndStop('down_end');
} else {
this.gotoAndPlay('slow');
}
}
frame 223 {
loop_count = 0;
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.mc2.gotoAndPlay('org_loop1');
this.gotoAndPlay('org_loop1');
break;
case 1:
this._parent.mc2.gotoAndPlay('org_loop2');
this.gotoAndPlay('org_loop2');
break;
default:
}
shibuki_new.MC.shibuki = 'finish';
_root.se04.start();
switch (Math.floor(Math.random() * 2)) {
case 0:
cum_afure.gotoAndPlay('anim1');
break;
case 1:
cum_afure.gotoAndPlay('anim2');
break;
default:
}
cum_tare.gotoAndPlay('anim');
}
frame 230 {
if (loop_count >= _root.org_loopmax) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('org_end');
this.gotoAndPlay('org_end');
} else {
loop_count += 1;
this._parent.mc2.gotoAndPlay('org_loop2');
this.gotoAndPlay('org_loop2');
}
}
frame 252 {
if (loop_count >= _root.org_loopmax) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('org_end');
this.gotoAndPlay('org_end');
} else {
loop_count += 1;
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.mc2.gotoAndPlay('org_loop1');
this.gotoAndPlay('org_loop1');
break;
case 1:
this._parent.mc2.gotoAndPlay('org_loop2');
this.gotoAndPlay('org_loop2');
break;
default:
}
}
shibuki_new.MC.shibuki = 'finish';
_root.se04.start();
switch (Math.floor(Math.random() * 2)) {
case 0:
cum_afure.gotoAndPlay('anim1');
break;
case 1:
cum_afure.gotoAndPlay('anim2');
break;
default:
}
if (cum_tare._currentframe == 1) {
cum_tare.gotoAndPlay('anim');
}
}
frame 266 {
_root.HP -= 80;
_root.pleasure = 1;
_root.enemy_on[_root.now_yarare] = 0;
_root.enemy_RandomSummonTiming_on[_root.now_yarare] = 0;
_root.enemy_RandomSummonTiming_max[_root.now_yarare] = 0;
_root.enemy_RandomSummonTiming_count[_root.now_yarare] = 0;
_root.enemy_stop[_root.now_yarare] = 0;
_root.player.hashi.enemy_field['enemy' + _root.now_yarare].removeMovieClip();
if (_root.HP > 1) {
this._parent.gotoAndStop('down_end');
} else {
this.gotoAndPlay('slow');
this._parent.mc2.gotoAndPlay('slow');
}
}
}
movieClip 849 {
}
movieClip 851 {
}
movieClip 853 {
}
movieClip 854 {
frame 31 {
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
}
frame 33 {
this._parent.now_mode = 'wait';
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 855 {
}
movieClip 856 {
frame 1 {
_root.player.hashi.enemy_field['enemy' + _root.now_yarare]._alpha = 100;
}
frame 7 {
_root.player.hashi.enemy_field['enemy' + _root.now_yarare].mc.gotoAndPlay('kill');
_root.se05.start();
}
frame 14 {
this._parent.now_mode = 'wait';
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 857 {
}
movieClip 858 {
frame 20 {
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 859 {
}
movieClip 860 {
frame 15 {
this._parent.move_point = 3;
}
frame 30 {
this._parent.move_point = 0;
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
_root.hot += 15;
}
frame 45 {
if (_root.hot <= 0) {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
switch (Math.floor(Math.random() * 4)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
} else {
if (_root.hot >= 100) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
}
}
}
}
}
}
movieClip 861 {
}
movieClip 862 {
frame 15 {
this._parent.move_point = -3;
}
frame 30 {
this._parent.move_point = 0;
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
_root.hot += 15;
}
frame 45 {
if (_root.hot <= 0) {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
switch (Math.floor(Math.random() * 4)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
} else {
if (_root.hot >= 100) {
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage1');
break;
case 1:
this._parent.now_mode = 'hot_damage';
this._parent.gotoAndStop('hot_damage2');
break;
default:
this._parent.mc2.gotoAndPlay(1);
this.gotoAndPlay(1);
}
}
}
}
}
}
}
movieClip 863 {
}
movieClip 864 {
frame 14 {
this._parent.now_mode = 'wait';
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 866 {
}
movieClip 867 {
frame 35 {
this._parent.now_mode = 'wait';
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 870 {
}
movieClip 871 {
instance of movieClip 870 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 874 {
}
movieClip 875 {
instance of movieClip 874 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 877 {
}
movieClip 880 {
}
movieClip 881 {
instance of movieClip 880 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 882 {
}
movieClip 885 {
}
movieClip 886 {
instance of movieClip 885 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 888 {
}
movieClip 890 {
}
movieClip 892 {
}
movieClip 895 {
}
movieClip 896 {
instance of movieClip 895 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 898 {
}
movieClip 901 {
}
movieClip 902 {
instance of movieClip 901 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 904 {
}
movieClip 907 {
}
movieClip 908 {
instance of movieClip 907 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 911 {
}
movieClip 912 {
instance of movieClip 911 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 915 {
}
movieClip 916 {
instance of movieClip 915 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 918 {
}
movieClip 921 {
}
movieClip 922 {
instance of movieClip 921 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 924 {
}
movieClip 926 {
}
movieClip 929 {
}
movieClip 930 {
instance of movieClip 929 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 933 {
}
movieClip 934 {
instance of movieClip 933 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 937 {
}
movieClip 938 {
instance of movieClip 937 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 940 {
}
movieClip 943 {
}
movieClip 945 {
instance of movieClip 943 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 947 {
}
movieClip 950 {
}
movieClip 951 {
instance of movieClip 950 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 954 {
}
movieClip 955 {
instance of movieClip 954 {
onClipEvent (load) {
this._alpha = _root.shiru_alpha;
}
onClipEvent (enterFrame) {
this._alpha = _root.shiru_alpha;
}
}
}
movieClip 957 {
}
movieClip 959 {
}
movieClip 963 {
}
movieClip 965 {
}
movieClip 967 {
}
movieClip 969 {
}
movieClip 971 {
}
movieClip 973 {
}
movieClip 975 {
}
movieClip 976 {
frame 1 {
count = 0;
}
frame 15 {
_root.pleasure += 5;
}
frame 29 {
this._parent.mc2.gotoAndPlay('slow');
this.gotoAndPlay('slow');
}
frame 44 {
_root.pleasure += 5;
}
frame 58 {
if (_root.pleasure >= 300) {
count = 0;
this._parent.mc2.gotoAndPlay('org_start');
this.gotoAndPlay('org_start');
} else {
if (count >= 5) {
count = 0;
this._parent.mc2.gotoAndPlay('fast');
this.gotoAndPlay('fast');
} else {
count += 1;
this._parent.mc2.gotoAndPlay('slow');
this.gotoAndPlay('slow');
}
}
}
frame 65 {
_root.pleasure += 5;
}
frame 71 {
if (_root.pleasure >= 300) {
count = 0;
_root.org_now = 1;
this._parent.mc2.gotoAndPlay('org_start');
this.gotoAndPlay('org_start');
} else {
this._parent.mc2.gotoAndPlay('fast');
this.gotoAndPlay('fast');
}
}
frame 80 {
loop_count = 0;
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.mc2.gotoAndPlay('org_loop1');
this.gotoAndPlay('org_loop1');
break;
case 1:
this._parent.mc2.gotoAndPlay('org_loop2');
this.gotoAndPlay('org_loop2');
break;
default:
}
}
frame 87 {
if (loop_count >= _root.org_loopmax) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('org_end');
this.gotoAndPlay('org_end');
} else {
loop_count += 1;
this._parent.mc2.gotoAndPlay('org_loop2');
this.gotoAndPlay('org_loop2');
}
}
frame 111 {
if (loop_count >= _root.org_loopmax) {
loop_count = 0;
this._parent.mc2.gotoAndPlay('org_end');
this.gotoAndPlay('org_end');
} else {
loop_count += 1;
switch (Math.floor(Math.random() * 2)) {
case 0:
this._parent.mc2.gotoAndPlay('org_loop1');
this.gotoAndPlay('org_loop1');
break;
case 1:
this._parent.mc2.gotoAndPlay('org_loop2');
this.gotoAndPlay('org_loop2');
break;
default:
}
}
}
frame 128 {
_root.org_now = 0;
_root.HP -= 80;
_root.pleasure = 1;
if (_root.HP > 1) {
this._parent.gotoAndStop('down_end');
} else {
this.gotoAndPlay('slow');
this._parent.mc2.gotoAndPlay('slow');
}
}
}
movieClip 977 {
}
movieClip 978 {
frame 25 {
_root.hot -= 10;
}
frame 50 {
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 979 {
}
movieClip 980 {
frame 20 {
_root.hot -= 7;
}
frame 40 {
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 981 {
}
movieClip 983 {
}
movieClip 984 {
frame 15 {
_root.hot -= 5;
}
frame 30 {
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this._parent.gotoAndStop('wait_bad1');
}
}
}
movieClip 985 {
}
movieClip 987 {
}
movieClip 988 {
frame 7 {
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
_root.HP -= 5;
_root.pleasure += 10;
if (_root.HP <= 2) {
_root.HP = 2;
}
if (_root.pleasure >= 300) {
_root.pleasure = 299;
}
}
frame 25 {
this._parent.now_mode = 'wait';
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
}
}
movieClip 989 {
}
movieClip 990 {
frame 7 {
_root.Roppai_mc_time = 1;
_root.Loppai_mc_time = 1;
this.right_oppai.gotoAndPlay('yure1');
this.left_oppai.gotoAndPlay('yure1');
_root.HP -= 5;
_root.pleasure += 10;
if (_root.HP <= 2) {
_root.HP = 2;
}
if (_root.pleasure >= 300) {
_root.pleasure = 299;
}
}
frame 25 {
this._parent.now_mode = 'wait';
if (_root.hot <= 0) {
this._parent.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this._parent.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this._parent.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this._parent.gotoAndStop('wait_hotLV4');
}
}
}
}
}
}
movieClip 991 {
frame 1 {
this.stop();
}
}
instance player of movieClip 991 {
onClipEvent (load) {
now_mode = 'wait';
move_point = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.key_w) && _root.debug_mode == 1) {
_root.score_count += 10;
}
if (now_mode == 'attack' || now_mode == 'damage' || now_mode == 'jump' || now_mode == 'recover' || _root.org_now == 1 || now_mode == 'hot_damage') {
} else {
if (Key.isDown(_root.key_z)) {
move_point = 0;
now_mode = 'attack';
this.gotoAndStop('attack');
} else {
if (Key.isDown(_root.key_x)) {
move_point = 0;
now_mode = 'onani';
this.gotoAndStop('onani');
} else {
if (Key.isDown(_root.key_right) && !Key.isDown(_root.key_down)) {
if (now_mode != 'go') {
move_point = 0;
now_mode = 'go';
if (_root.shiru != 1) {
this.gotoAndStop('go');
} else {
this.gotoAndStop('go_bad1');
}
}
} else {
if (Key.isDown(_root.key_left) && !Key.isDown(_root.key_down)) {
if (now_mode != 'back') {
move_point = 0;
now_mode = 'back';
if (_root.shiru != 1) {
this.gotoAndStop('back');
} else {
this.gotoAndStop('back_bad1');
}
}
} else {
if (Key.isDown(_root.key_up)) {
if (now_mode != 'jump') {
move_point = 0;
now_mode = 'jump';
this.gotoAndStop('jump');
}
} else {
if (Key.isDown(_root.key_down)) {
if (now_mode != 'syagami') {
move_point = 0;
now_mode = 'syagami';
this.gotoAndStop('syagami_start');
}
} else {
move_point = 0;
if (now_mode == 'syagami') {
now_mode = 'wait';
this.gotoAndStop('syagami_end');
} else {
if (now_mode != 'wait') {
now_mode = 'wait';
if (_root.shiru != 1) {
if (_root.hot <= 0) {
this.gotoAndStop('wait');
} else {
if (_root.hot >= 1 && _root.hot <= 59) {
this.gotoAndStop('wait_hotLV2');
} else {
if (_root.hot >= 60 && _root.hot <= 99) {
this.gotoAndStop('wait_hotLV3');
} else {
if (_root.hot >= 100) {
this.gotoAndStop('wait_hotLV4');
}
}
}
}
} else {
this.gotoAndStop('wait_bad1');
}
}
}
}
}
}
}
}
}
}
_root.player.hashi.mc1._x -= move_point;
_root.player.hashi.mc2._x -= move_point;
if (_root.player.hashi.mc1._x < -1375) {
_root.player.hashi.mc1._x += 2200;
} else {
if (_root.player.hashi.mc1._x > 875) {
_root.player.hashi.mc1._x -= 2200;
}
}
if (_root.player.hashi.mc2._x < -1375) {
_root.player.hashi.mc2._x += 2200;
} else {
if (_root.player.hashi.mc2._x > 875) {
_root.player.hashi.mc2._x -= 2200;
}
}
_root.BG.mc1._x -= move_point / 4;
_root.BG.mc2._x -= move_point / 4;
if (_root.BG.mc1._x < -1375) {
_root.BG.mc1._x += 2200;
} else {
if (_root.BG.mc1._x > 875) {
_root.BG.mc1._x -= 2200;
}
}
if (_root.BG.mc2._x < -1375) {
_root.BG.mc2._x += 2200;
} else {
if (_root.BG.mc2._x > 875) {
_root.BG.mc2._x -= 2200;
}
}
if (_root.shiru == 2 && _root.shiru_alpha < 100) {
_root.shiru_alpha += 5;
} else {
if (_root.shiru == 2 && _root.shiru_alpha >= 100) {
_root.shiru_alpha = 100;
_root.shiru = 1;
} else {
if (_root.shiru == 3 && _root.shiru_alpha > 0) {
_root.shiru_alpha -= 5;
} else {
if (_root.shiru == 3 && _root.shiru_alpha <= 0) {
_root.shiru_alpha = 0;
_root.shiru = 0;
}
}
}
}
if (_root.shiru == 1) {
if (_root.shiru_count < 400) {
_root.shiru_count += 1;
} else {
if ((now_mode == 'wait' || now_mode == 'go' || now_mode == 'back') && _root.player.mc._currentframe == 1) {
_root.shiru_count = 0;
_root.shiru = 3;
now_mode = 'recover';
_root.player.gotoAndStop('bad1_end');
}
}
}
}
}
movieClip 993 {
}
instance of movieClip 993 {
onClipEvent (enterFrame) {
_root.enemy1_summon();
}
}
movieClip 996 {
}
instance of movieClip 996 {
onClipEvent (load) {
_root.max_score = 'HighScore: 0 P';
_root.max_score_count = 0;
_root.score_now = 'Score: 0 P';
_root.score_count = 0;
}
onClipEvent (enterFrame) {
_root.score_count += _root.player.move_point / 5;
if (_root.score_count > _root.max_score_count) {
_root.max_score_count = _root.score_count;
}
_root.max_score = 'HighScore: ' + Math.floor(_root.max_score_count) + ' P';
_root.score_now = 'Score: ' + Math.floor(_root.score_count) + ' P';
}
}
// unknown tag 88 length 58
movieClip 1000 {
}
button 1001 {
on (release) {
if (menu._x >= 2000) {
menu._x = 405;
} else {
menu._x = 3000;
}
_root.se00.start();
}
}
movieClip 1003 {
}
movieClip 1008 {
}
movieClip 1010 {
}
button 1011 {
on (press) {
this.startDrag(false, 0, 0, 80, 0);
}
on (release, releaseOutside) {
this.stopDrag();
}
}
movieClip 1012 {
}
movieClip 1013 {
instance btn of movieClip 1012 {
onClipEvent (enterFrame) {
_root.se_vol = this._x / 0.8;
_root.se01.setVolume(_root.se_vol);
}
}
}
movieClip 1014 {
}
movieClip 1015 {
instance of movieClip 1014 {
onClipEvent (enterFrame) {
_root.finish_loopmax = Math.floor(this._x * 0.625);
}
}
}
movieClip 1016 {
}
movieClip 1017 {
instance of movieClip 1016 {
onClipEvent (enterFrame) {
_root.org_loopmax = Math.floor(this._x * 0.625);
}
}
}
// unknown tag 88 length 93
button 1025 {
on (release) {
if (_root.se_vol == 0) {
this.se_vol_bar.btn._x = 40;
_root.se_vol = 50;
_root.se00.setVolume(_root.se_vol);
_root.se00.start();
} else {
this.se_vol_bar.btn._x = 0;
_root.se_vol = 0;
_root.se00.setVolume(_root.se_vol);
}
}
}
movieClip 1030 {
}
movieClip 1031 {
instance btn of movieClip 1030 {
onClipEvent (enterFrame) {
_root.voice_vol = this._x / 0.8;
_root.voice11.setVolume(_root.voice_vol);
}
}
}
button 1034 {
on (release) {
if (_root.voice_vol == 0) {
this.voice_vol_bar.btn._x = 40;
_root.voice_vol = 50;
_root.voice11.setVolume(_root.voice_vol);
} else {
this.voice_vol_bar.btn._x = 0;
_root.voice_vol = 0;
_root.voice11.setVolume(_root.voice_vol);
}
_root.se01.start();
}
}
button 1035 {
on (release) {
if (_root.se_vol == 0) {
this.se_vol_bar.btn._x = 40;
_root.se_vol = 50;
_root.se11.setVolume(_root.se_vol);
_root.se01.start();
} else {
this.se_vol_bar.btn._x = 0;
_root.se_vol = 0;
_root.se11.setVolume(_root.se_vol);
}
}
}
movieClip 1036 {
frame 1 {
this.stop();
}
}
movieClip 1038 {
}
button 1039 {
on (release) {
if (howtoplay._x >= 2000) {
howtoplay._x = 400;
} else {
howtoplay._x = 3000;
}
_root.se00.start();
}
}
movieClip 1041 {
}
movieClip 1043 {
}
movieClip 1045 {
}
movieClip 1046 {
instance of movieClip 1045 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 1048 {
}
movieClip 1049 {
instance of movieClip 1046 {
onClipEvent (load) {
count = 0;
if (_root.pleasure > 300) {
_root.pleasure = 300;
} else {
if (_root.pleasure < 1) {
_root.pleasure = 1;
}
}
this.gotoAndStop(_root.pleasure);
}
onClipEvent (enterFrame) {
if (_root.pleasure > 300) {
_root.pleasure = 300;
} else {
if (_root.pleasure < 1) {
_root.pleasure = 1;
} else {
if (_root.player._currentframe == 1) {
if (count >= 60) {
count = 0;
_root.pleasure -= 5;
} else {
count += 1;
}
}
}
}
this.gotoAndStop(_root.pleasure);
}
}
}
// unknown tag 88 length 55
movieClip 1053 {
}
movieClip 1054 {
instance of movieClip 1053 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 1055 {
instance of movieClip 1054 {
onClipEvent (load) {
count = 0;
if (_root.HP > 300) {
_root.HP = 300;
} else {
if (_root.HP < 1) {
_root.HP = 1;
}
}
this.gotoAndStop(_root.HP);
}
onClipEvent (enterFrame) {
if (_root.HP > 300) {
_root.HP = 300;
} else {
if (_root.HP < 1) {
_root.HP = 1;
} else {
if (_root.player._currentframe == 1 && _root.gameover_go._currentframe == 1) {
if (count >= 60) {
count = 0;
_root.HP += 5;
} else {
count += 1;
}
}
}
}
this.gotoAndStop(_root.HP);
}
}
}
movieClip 1058 {
}
movieClip 1059 {
}
movieClip 1060 {
}
movieClip 1061 {
}
movieClip 1062 {
}
movieClip 1063 {
}
movieClip 1064 {
instance menu of movieClip 1036 {
onClipEvent (load) {
this._x = 3000;
}
}
instance howtoplay of movieClip 1041 {
onClipEvent (load) {
this._x = 3000;
}
}
instance hot_gauge of movieClip 1063 {
onClipEvent (enterFrame) {
if (_root.hot <= 0 && this._currentframe != 1) {
this.gotoAndStop(1);
} else {
if (_root.hot >= 1 && _root.hot <= 59 && this._currentframe != 2) {
this.gotoAndStop(2);
} else {
if (_root.hot >= 60 && _root.hot <= 99 && this._currentframe != 3) {
this.gotoAndStop(3);
} else {
if (_root.hot >= 100 && this._currentframe != 4) {
this.gotoAndStop(4);
}
}
}
}
}
}
}
movieClip 1066 {
}
movieClip 1068 {
}
movieClip 1069 {
}
movieClip 1071 {
}
button 1072 {
on (release) {
_root.default_numbers();
_root.player.gotoAndStop(1);
_root.gameover_go.gotoAndStop(1);
_root.se00.start();
}
}
movieClip 1073 {
frame 1 {
this.stop();
}
frame 11 {
this.stop();
}
}
instance gameover_go of movieClip 1073 {
onClipEvent (enterFrame) {
if (_root.HP <= 1 && this._currentframe == 1) {
this.gotoAndPlay(2);
}
}
}
button 1075 {
on (release) {
_root.HP = 1;
}
}
button 1077 {
on (release) {
if (_root.shiru == 0) {
_root.shiru = 2;
} else {
if (_root.shiru == 1) {
_root.shiru = 3;
}
}
}
}
button 1080 {
on (release) {
if (_root.hot == 0) {
_root.hot = 20;
} else {
if (_root.hot == 20) {
_root.hot = 60;
} else {
if (_root.hot == 60) {
_root.hot = 100;
} else {
if (_root.hot == 100) {
_root.hot = 0;
}
}
}
}
}
}
movieClip 1081 {
frame 1 {
this.stop();
}
}
instance of movieClip 1081 {
onClipEvent (load) {
if (_root.debug_mode == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
_root.debug_code = _root.enemy_stop[1];
}
}