Combined Code
movieClip 19 {
}
movieClip 20 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 21 shibuki {
instance of movieClip 20 {
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 23 {
}
movieClip 24 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 25 shibuki_finish {
instance main of movieClip 24 {
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 += 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();
}
}
}
instance main of movieClip 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 24 {
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 26 {
}
movieClip 27 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 28 shibuki_finish_sub {
instance of movieClip 27 {
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 = 150 - Math.floor(Math.random() * 100);
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();
}
}
}
}
frame 1 {
if (_root.first_load != 1) {
_root.first_load = 1;
_root.debug_on = 0;
_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.se01.attachSound('se01select.wav');
_root.se02.attachSound('se02kutyu1.wav');
_root.se03.attachSound('se03kutyu2.wav');
_root.se04.attachSound('se04cum1.wav');
_root.se05.attachSound('se005_osikko.wav');
_root.se01.setVolume(50);
_root.voice1 = new Sound(_root.voice);
_root.voice2 = new Sound(_root.voice);
_root.voice3 = new Sound(_root.voice);
_root.voice11 = new Sound(_root.voice);
_root.voice12 = new Sound(_root.voice);
_root.voice13 = new Sound(_root.voice);
_root.voice14 = new Sound(_root.voice);
_root.voice15 = new Sound(_root.voice);
_root.voice16 = new Sound(_root.voice);
_root.voice17 = new Sound(_root.voice);
_root.voice18 = new Sound(_root.voice);
_root.voice19 = new Sound(_root.voice);
_root.voice_org = new Sound(_root.voice);
_root.voice1.attachSound('voice001_breath01.wav');
_root.voice2.attachSound('voice002_breath02.wav');
_root.voice3.attachSound('voice003_breath03.wav');
_root.voice11.attachSound('voice011_aegiSP01_01.wav');
_root.voice12.attachSound('voice012_aegiSP01_02.wav');
_root.voice13.attachSound('voice013_aegiSP01_03.wav');
_root.voice14.attachSound('voice014_aegiSP02_01.wav');
_root.voice15.attachSound('voice015_aegiSP02_02.wav');
_root.voice16.attachSound('voice016_aegiSP02_03.wav');
_root.voice17.attachSound('voice017_aegiSP03_01.wav');
_root.voice18.attachSound('voice018_aegiSP03_02.wav');
_root.voice19.attachSound('voice019_aegiSP03_03.wav');
_root.voice_org.attachSound('voice020_finish.wav');
_root.se01.setVolume(50);
_root.eyes_highlight = 0;
_root.girl_pleasure = 1;
_root.pleasure_add = 0;
_root.finishing = 0;
_root.cum_xxx = 0;
_root.insert_type = '';
_root.finish_loopmax = 5;
_root.org_loopmax = 5;
_root.now_touch = '';
_root.org_now = 0;
_root.abnormal_osikko = 'on';
_root.now_mode = 0;
_root.kenzen = 0;
_root.now_speed = 'Auto';
_root.loop_count = 0;
_root.loop_count_max = 5;
_root.very_fast_voice_count = 0;
_root.wear_now = 'zero_blue';
}
}
frame 1 {
_root.speedChange_sub = function (speed) {
_root.main.gotoAndPlay(speed);
};
_root.speedChange = function () {
switch (_root.now_speed) {
case 'Wait':
_root.loop_count = 0;
_root.speedChange_sub('insert_wait');
break;
case 'Slow':
_root.loop_count = 0;
_root.speedChange_sub('slow');
break;
case 'Medium':
_root.loop_count = 0;
_root.speedChange_sub('medium');
break;
case 'Fast':
_root.loop_count = 0;
_root.speedChange_sub('fast');
break;
case 'Very_Fast':
_root.loop_count = 0;
_root.speedChange_sub('very_fast');
break;
case 'Finish_Loop':
_root.loop_count = 0;
_root.speedChange_sub('finish_start');
break;
case 'Auto':
if (_root.loop_count == 5) {
_root.loop_count = 0;
switch (_root.main._currentframe) {
case 145:
_root.speedChange_sub('slow');
break;
case 195:
_root.speedChange_sub('slow');
break;
case 236:
_root.speedChange_sub('medium');
break;
case 261:
_root.speedChange_sub('fast');
break;
case 278:
_root.speedChange_sub('very_fast');
break;
case 287:
_root.speedChange_sub('finish_start');
break;
case 336:
_root.speedChange_sub('slow');
break;
default:
}
} else {
_root.loop_count += 1;
switch (_root.main._currentframe) {
case 145:
_root.loop_count = 0;
_root.speedChange_sub('slow');
break;
case 195:
_root.loop_count = 0;
_root.speedChange_sub('slow');
break;
case 236:
_root.speedChange_sub('slow');
break;
case 261:
_root.speedChange_sub('medium');
break;
case 278:
_root.speedChange_sub('fast');
break;
case 287:
_root.speedChange_sub('very_fast');
break;
case 336:
_root.loop_count = 0;
_root.speedChange_sub('slow');
break;
default:
}
}
break;
default:
}
};
}
// unknown tag 88 length 126
button 38 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 40 {
}
// unknown tag 88 length 76
movieClip 44 {
}
movieClip 45 {
}
instance of movieClip 45 {
onClipEvent (load) {
this._alpha = 0;
}
}
movieClip 48 {
}
// unknown tag 88 length 79
// unknown tag 88 length 79
movieClip 54 {
instance of movieClip 48 {
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);
}
}
}
}
movieClip 56 {
}
movieClip 57 {
}
movieClip 60 {
}
movieClip 61 {
instance of movieClip 60 {
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 65 {
}
instance of movieClip 65 {
onClipEvent (load) {
this._alpha = 0;
key_up = 0;
key_left = 0;
key_down = 0;
key_right = 0;
key_W = 0;
key_A = 0;
key_S = 0;
key_D = 0;
}
onClipEvent (enterFrame) {
if (_root.howto._currentframe != 1) {
switch (_root.ctrler._currentframe) {
case 1:
if (!key_up && Key.isDown(38) || !key_W && Key.isDown(87)) {
_root.se01.start();
_root.girl_pleasure += 30;
}
if (!key_down && Key.isDown(40) || !key_S && Key.isDown(83)) {
_root.se01.start();
_root.main.gotoAndPlay('finish_start');
}
if (!key_left && Key.isDown(37) || !key_A && Key.isDown(65)) {
_root.se01.start();
switch (_root.now_speed) {
case 'Wait':
_root.now_speed = 'Wait';
break;
case 'Auto':
_root.now_speed = 'Wait';
break;
case 'Slow':
_root.now_speed = 'Auto';
break;
case 'Medium':
_root.now_speed = 'Slow';
break;
case 'Fast':
_root.now_speed = 'Medium';
break;
case 'Very_Fast':
_root.now_speed = 'Fast';
break;
case 'Finish_Loop':
_root.now_speed = 'Very_Fast';
break;
default:
}
}
if (!key_right && Key.isDown(39) || !key_D && Key.isDown(68)) {
_root.se01.start();
switch (_root.now_speed) {
case 'Wait':
_root.now_speed = 'Auto';
break;
case 'Auto':
_root.now_speed = 'Slow';
break;
case 'Slow':
_root.now_speed = 'Medium';
break;
case 'Medium':
_root.now_speed = 'Fast';
break;
case 'Fast':
_root.now_speed = 'Very_Fast';
break;
case 'Very_Fast':
_root.now_speed = 'Finish_Loop';
break;
case 'Finish_Loop':
_root.now_speed = 'Finish_Loop';
break;
default:
}
}
break;
case 2:
}
}
key_up = Key.isDown(38);
key_left = Key.isDown(37);
key_down = Key.isDown(40);
key_right = Key.isDown(39);
key_W = Key.isDown(87);
key_A = Key.isDown(65);
key_S = Key.isDown(83);
key_D = Key.isDown(68);
}
}
frame 2 {
this.gotoAndStop(1);
}
movieClip 68 {
frame 1 {
this.stop();
}
}
frame 3 {
_root.default_numbers();
this.stop();
}
movieClip 71 {
}
movieClip 73 {
}
movieClip 75 {
}
movieClip 79 {
frame 1 {
this.stop();
}
}
movieClip 81 {
}
movieClip 83 {
}
movieClip 84 {
}
movieClip 85 {
instance of movieClip 79 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 81 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
instance of movieClip 84 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
}
movieClip 89 {
frame 1 {
this.stop();
}
}
movieClip 90 {
instance of movieClip 89 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 94 {
frame 1 {
this.stop();
}
}
movieClip 95 {
}
movieClip 96 {
instance of movieClip 94 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 95 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
}
movieClip 100 {
frame 1 {
this.stop();
}
}
movieClip 101 {
}
movieClip 102 {
instance of movieClip 100 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 101 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
}
movieClip 106 {
frame 1 {
this.stop();
}
}
movieClip 107 {
instance of movieClip 106 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 111 {
frame 1 {
this.stop();
}
}
movieClip 112 {
}
movieClip 113 {
instance of movieClip 111 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 112 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
}
movieClip 117 {
frame 1 {
this.stop();
}
}
movieClip 118 {
}
movieClip 119 {
instance of movieClip 117 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 118 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
}
movieClip 123 {
frame 1 {
this.stop();
}
}
movieClip 124 {
instance of movieClip 123 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 128 {
frame 1 {
this.stop();
}
}
movieClip 129 {
instance of movieClip 128 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 133 {
frame 1 {
this.stop();
}
}
movieClip 136 {
}
movieClip 137 {
}
movieClip 138 {
instance of movieClip 133 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 136 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
instance of movieClip 137 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
}
movieClip 144 {
}
movieClip 149 {
frame 1 {
this.stop();
}
}
movieClip 150 {
}
movieClip 152 {
}
movieClip 153 {
instance of movieClip 149 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 150 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
instance of movieClip 152 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 157 {
frame 1 {
this.stop();
}
}
movieClip 158 {
instance of movieClip 157 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 162 {
frame 1 {
this.stop();
}
}
movieClip 163 {
instance of movieClip 162 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 167 {
frame 1 {
this.stop();
}
}
movieClip 168 {
instance of movieClip 167 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 170 {
}
movieClip 171 {
instance of movieClip 170 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 173 {
}
movieClip 174 {
instance of movieClip 173 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 178 {
frame 1 {
this.stop();
}
}
movieClip 179 {
instance of movieClip 178 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 181 {
}
movieClip 182 {
instance of movieClip 181 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 184 {
}
movieClip 185 {
instance of movieClip 184 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 187 {
}
movieClip 189 {
}
movieClip 191 {
}
movieClip 192 {
instance of movieClip 189 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
instance of movieClip 191 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 195 {
}
movieClip 196 {
instance of movieClip 195 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 199 {
}
movieClip 200 {
instance of movieClip 199 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 203 {
}
movieClip 204 {
instance of movieClip 203 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 207 {
}
movieClip 208 {
instance of movieClip 207 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 210 {
}
movieClip 214 {
}
movieClip 216 {
}
movieClip 217 {
instance of movieClip 216 {
onClipEvent (load) {
if (_root.eyes_highlight == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.eyes_highlight == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
}
movieClip 218 {
}
movieClip 220 {
}
movieClip 228 {
frame 10 {
switch (Math.floor(Math.random() * 10)) {
case 1:
this.gotoAndPlay('eye1_wink');
break;
case 2:
this.gotoAndPlay('eye1_eye2');
break;
default:
this.gotoAndPlay('eye1_loop');
}
}
frame 14 {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('eye1_wink_open');
break;
case 1:
this.gotoAndPlay('eye2_wink_open');
break;
default:
}
}
frame 17 {
this.gotoAndPlay('eye1_loop');
}
frame 23 {
this.gotoAndPlay('eye2_loop');
}
frame 33 {
switch (Math.floor(Math.random() * 10)) {
case 1:
this.gotoAndPlay('eye2_wink');
break;
case 2:
this.gotoAndPlay('eye2_eye1');
break;
default:
this.gotoAndPlay('eye2_loop');
}
}
frame 37 {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('eye1_wink_open');
break;
case 1:
this.gotoAndPlay('eye2_wink_open');
break;
default:
}
}
frame 40 {
this.gotoAndPlay('eye2_loop');
}
frame 46 {
this.gotoAndPlay('eye1_loop');
}
}
movieClip 230 {
}
movieClip 233 {
frame 1 {
this.stop();
}
}
movieClip 234 {
instance of movieClip 233 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 235 {
}
movieClip 236 {
instance of movieClip 235 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 241 {
}
movieClip 243 {
}
movieClip 245 {
}
movieClip 246 {
instance of movieClip 245 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
}
movieClip 248 {
}
movieClip 249 {
instance of movieClip 248 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 0;
} else {
this._alpha = 100;
}
}
}
}
movieClip 251 {
}
movieClip 252 {
instance of movieClip 251 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 257 {
frame 1 {
this.stop();
}
}
movieClip 258 {
}
movieClip 260 {
}
movieClip 261 {
instance of movieClip 257 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 258 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
instance of movieClip 260 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 267 {
frame 1 {
this.stop();
}
}
movieClip 268 {
}
movieClip 270 {
}
movieClip 271 {
instance of movieClip 267 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 268 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
instance of movieClip 270 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 275 {
frame 1 {
this.stop();
}
}
movieClip 276 {
}
movieClip 278 {
}
movieClip 279 {
instance of movieClip 275 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 276 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
instance of movieClip 278 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 284 {
frame 1 {
this.stop();
}
}
movieClip 285 {
}
movieClip 287 {
}
movieClip 288 {
instance of movieClip 284 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
instance of movieClip 285 {
onClipEvent (load) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 300 || _root.after_org == 1) {
this._alpha = 100;
} else {
if (_root.girl_pleasure >= 200) {
this._alpha = _root.girl_pleasure - 200;
} else {
this._alpha = 0;
}
}
}
}
instance of movieClip 287 {
onClipEvent (load) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2) {
this._alpha = 100;
} else {
if (this._alpha >= 100 && _root.cum_xxx == 1) {
this._alpha = 100;
_root.cum_xxx = 2;
} else {
if (_root.cum_xxx == 1 && this._alpha < 100) {
this._alpha += 5;
} else {
this._alpha = 0;
}
}
}
}
}
}
movieClip 292 {
frame 1 {
this.stop();
}
}
movieClip 293 {
instance of movieClip 292 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 297 {
frame 1 {
this.stop();
}
}
movieClip 298 {
instance of movieClip 297 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 302 {
frame 1 {
this.stop();
}
}
movieClip 303 {
instance of movieClip 302 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 307 {
frame 1 {
this.stop();
}
}
movieClip 308 {
instance of movieClip 307 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'naked':
this.gotoAndStop(3);
break;
default:
}
}
}
}
movieClip 310 {
}
movieClip 311 {
instance of movieClip 310 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 313 {
}
movieClip 314 {
instance of movieClip 313 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 316 {
}
movieClip 317 {
instance of movieClip 316 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 319 {
}
movieClip 320 {
instance of movieClip 319 {
onClipEvent (load) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.kenzen == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 322 {
}
movieClip 323 {
}
movieClip 324 {
}
movieClip 325 {
}
movieClip 326 {
}
movieClip 327 {
frame 1 {
}
instance target of movieClip 322 {
onClipEvent (load) {
this._alpha = 0;
shibuki_speed = 0;
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) + 4;
this._parent[n].target_x = this._x + (Math.floor(Math.random() * 60) - 29);
this._parent[n].target_y = this._y + (Math.floor(Math.random() * 60) - 29);
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;
}
this._parent.afure.cum_on = 1;
this._parent.afure._alpha = 100;
this._parent.afure.cum0_size = Math.floor(Math.random() * 100) + 50;
this._parent.afure.cum1_size = Math.floor(Math.random() * 120) + 50;
this._parent.afure.cum2_size = Math.floor(Math.random() * 140) + 50;
this._parent.afure.cum3_size = Math.floor(Math.random() * 160) + 50;
this._parent.afure.cum4_size = Math.floor(Math.random() * 180) + 50;
this._parent.afure.cum5_size = Math.floor(Math.random() * 200) + 50;
this._parent.afure.cum6_size = Math.floor(Math.random() * 220) + 50;
this._parent.afure.cum7_size = Math.floor(Math.random() * 240) + 50;
this._parent.afure.cum8_size = Math.floor(Math.random() * 260) + 50;
this._parent.afure.cum9_size = Math.floor(Math.random() * 280) + 50;
this._parent.afure.cum10_size = Math.floor(Math.random() * 300) + 50;
this._parent.afure.cum0._xscale = this._parent.afure.cum0_size * 0.25;
this._parent.afure.cum1._xscale = this._parent.afure.cum1_size * 0.25;
this._parent.afure.cum2._xscale = this._parent.afure.cum2_size * 0.25;
this._parent.afure.cum3._xscale = this._parent.afure.cum3_size * 0.25;
this._parent.afure.cum4._xscale = this._parent.afure.cum4_size * 0.25;
this._parent.afure.cum5._xscale = this._parent.afure.cum5_size * 0.25;
this._parent.afure.cum6._xscale = this._parent.afure.cum6_size * 0.25;
this._parent.afure.cum7._xscale = this._parent.afure.cum7_size * 0.25;
this._parent.afure.cum8._xscale = this._parent.afure.cum8_size * 0.25;
this._parent.afure.cum9._xscale = this._parent.afure.cum9_size * 0.25;
this._parent.afure.cum10._xscale = this._parent.afure.cum10_size * 0.25;
this._parent.afure.cum0._yscale = this._parent.afure.cum0_size * 0.25;
this._parent.afure.cum1._yscale = this._parent.afure.cum1_size * 0.25;
this._parent.afure.cum2._yscale = this._parent.afure.cum2_size * 0.25;
this._parent.afure.cum3._yscale = this._parent.afure.cum3_size * 0.25;
this._parent.afure.cum4._yscale = this._parent.afure.cum4_size * 0.25;
this._parent.afure.cum5._yscale = this._parent.afure.cum5_size * 0.25;
this._parent.afure.cum6._yscale = this._parent.afure.cum6_size * 0.25;
this._parent.afure.cum7._yscale = this._parent.afure.cum7_size * 0.25;
this._parent.afure.cum8._yscale = this._parent.afure.cum8_size * 0.25;
this._parent.afure.cum9._yscale = this._parent.afure.cum9_size * 0.25;
this._parent.afure.cum10._yscale = this._parent.afure.cum10_size * 0.25;
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 = 3;
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 324 {
onClipEvent (load) {
cum_on = 0;
this._alpha = 0;
cum0_size = 100;
cum1_size = 100;
cum2_size = 100;
cum3_size = 100;
cum4_size = 100;
cum5_size = 100;
cum6_size = 100;
cum7_size = 100;
cum8_size = 100;
cum9_size = 100;
cum10_size = 100;
}
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 325 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance of movieClip 326 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 328 {
instance MC of movieClip 327 {
}
}
movieClip 330 {
}
movieClip 331 {
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': 55, 'h': 175};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 5;
M_HEIGHT = 5;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true);
onEnterFrame = function () {
bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0);
m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP_x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP_y - RENDER_MOVIECLIP._y - moza_pointB);
bmpData.draw(SOURCE_MOVIECLIP, m);
var v2;
var v1;
var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT);
v2 = 0;
while (v2 < MosaicRect.h) {
v1 = 0;
while (v1 < MosaicRect.w) {
v3.x = v1;
v3.y = v2;
bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF));
v1 += M_WIDTH;
}
v2 += M_HEIGHT;
}
RENDER_MOVIECLIP.clear();
m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true);
RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y);
RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h);
RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y);
RENDER_MOVIECLIP.endFill();
};
}
frame 51 {
this.gotoAndPlay('start');
}
frame 56 {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
}
frame 88 {
this.gotoAndPlay('start');
}
frame 94 {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
}
frame 125 {
this.gotoAndPlay('start');
}
frame 126 {
if (this.eye._currentframe <= 17) {
this.eye.gotoAndPlay('eye1_eye2');
}
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
}
frame 145 {
_root.speedChange();
}
frame 167 {
this.gotoAndPlay('start');
}
instance shibuki_new of movieClip 328 {
}
frame 181 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice1.start();
break;
case 1:
_root.voice2.start();
break;
case 2:
_root.voice3.start();
break;
default:
}
}
frame 195 {
_root.speedChange();
}
frame 206 {
_root.girl_pleasure += 3 + _root.pleasure_add;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
switch (Math.floor(Math.random() * 5)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
case 2:
_root.voice13.start();
break;
case 3:
_root.voice14.start();
break;
case 4:
_root.voice16.start();
break;
default:
}
}
frame 236 {
_root.speedChange();
}
frame 243 {
_root.girl_pleasure += 3 + _root.pleasure_add;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
switch (Math.floor(Math.random() * 5)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
case 2:
_root.voice13.start();
break;
case 3:
_root.voice14.start();
break;
case 4:
_root.voice16.start();
break;
default:
}
}
frame 261 {
_root.speedChange();
}
frame 266 {
_root.girl_pleasure += 3 + _root.pleasure_add;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
switch (Math.floor(Math.random() * 5)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
case 2:
_root.voice13.start();
break;
case 3:
_root.voice14.start();
break;
case 4:
_root.voice16.start();
break;
default:
}
}
frame 278 {
_root.speedChange();
}
frame 281 {
_root.girl_pleasure += 3 + _root.pleasure_add;
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.very_fast_voice_count >= 1) {
_root.very_fast_voice_count = 0;
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
} else {
_root.very_fast_voice_count += 1;
}
}
frame 287 {
_root.speedChange();
}
frame 292 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.gotoAndPlay('start');
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.cum_xxx == 0) {
_root.cum_xxx = 1;
}
_root.se04.start();
_root.voice_org.start();
_root.very_fast_voice_count = -3;
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('finish_loop1');
break;
case 1:
this.gotoAndPlay('finish_loop2');
break;
default:
}
finish_loopcount = 0;
}
frame 301 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'finish';
_root.girl_pleasure += 3 + _root.pleasure_add;
_root.se04.start();
if (finish_loopcount >= _root.finish_loopmax) {
finish_loopcount = 0;
this.gotoAndPlay('finish_end');
} else {
finish_loopcount += 1;
this.gotoAndPlay('finish_loop2');
}
if (_root.very_fast_voice_count >= 1) {
switch (Math.floor(Math.random() * 4)) {
case 0:
_root.voice17.start();
_root.very_fast_voice_count = 0;
break;
case 1:
_root.voice18.start();
_root.very_fast_voice_count = 0;
break;
case 2:
_root.voice19.start();
_root.very_fast_voice_count = 0;
break;
default:
_root.very_fast_voice_count += 1;
}
} else {
_root.very_fast_voice_count += 1;
}
}
frame 316 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'finish';
_root.girl_pleasure += 6 + _root.pleasure_add;
_root.se04.start();
if (finish_loopcount >= _root.finish_loopmax) {
finish_loopcount = 0;
this.gotoAndPlay('finish_end');
} else {
finish_loopcount += 1;
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('finish_loop1');
break;
case 1:
this.gotoAndPlay('finish_loop2');
break;
default:
}
}
if (_root.very_fast_voice_count >= 1) {
switch (Math.floor(Math.random() * 4)) {
case 0:
_root.voice17.start();
_root.very_fast_voice_count = 0;
break;
case 1:
_root.voice14.start();
_root.very_fast_voice_count = 0;
break;
case 2:
_root.voice19.start();
_root.very_fast_voice_count = 0;
break;
default:
_root.very_fast_voice_count += 1;
}
} else {
_root.very_fast_voice_count += 1;
}
}
frame 322 {
cum_afure.MC.cum_end = 1;
}
frame 336 {
_root.speedChange();
}
}
movieClip 335 {
frame 1 {
this.stop();
}
}
movieClip 340 {
}
button 341 {
on (release) {
_root.se01.start();
_root.loop_count = 0;
switch (_root.now_speed) {
case 'Wait':
_root.now_speed = 'Wait';
break;
case 'Auto':
_root.now_speed = 'Wait';
break;
case 'Slow':
_root.now_speed = 'Auto';
break;
case 'Medium':
_root.now_speed = 'Slow';
break;
case 'Fast':
_root.now_speed = 'Medium';
break;
case 'Very_Fast':
_root.now_speed = 'Fast';
break;
case 'Finish_Loop':
_root.now_speed = 'Very_Fast';
break;
default:
}
}
}
button 342 {
on (release) {
_root.se01.start();
_root.loop_count = 0;
switch (_root.now_speed) {
case 'Wait':
_root.now_speed = 'Auto';
break;
case 'Auto':
_root.now_speed = 'Slow';
break;
case 'Slow':
_root.now_speed = 'Medium';
break;
case 'Medium':
_root.now_speed = 'Fast';
break;
case 'Fast':
_root.now_speed = 'Very_Fast';
break;
case 'Very_Fast':
_root.now_speed = 'Finish_Loop';
break;
case 'Finish_Loop':
_root.now_speed = 'Finish_Loop';
break;
default:
}
}
}
movieClip 344 {
}
button 345 {
on (release) {
_root.se01.start();
_root.loop_count = 0;
_root.main.gotoAndPlay('finish_start');
}
}
movieClip 347 {
}
movieClip 349 {
frame 1 {
this.stop();
}
instance of movieClip 335 {
onClipEvent (load) {
if (_root.now_speed == 'Wait') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_speed == 'Wait') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 335 {
onClipEvent (load) {
if (_root.now_speed == 'Auto') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_speed == 'Auto') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 335 {
onClipEvent (load) {
if (_root.now_speed == 'Slow') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_speed == 'Slow') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 335 {
onClipEvent (load) {
if (_root.now_speed == 'Medium') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_speed == 'Medium') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 335 {
onClipEvent (load) {
if (_root.now_speed == 'Fast') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_speed == 'Fast') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 335 {
onClipEvent (load) {
if (_root.now_speed == 'Very_Fast') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_speed == 'Very_Fast') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
instance of movieClip 335 {
onClipEvent (load) {
if (_root.now_speed == 'Finish_Loop') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_speed == 'Finish_Loop') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
instance ctrler of movieClip 349 {
onClipEvent (load) {
if (_root.main._currentframe >= 168) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.main._currentframe >= 168) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 351 {
}
button 352 {
on (release) {
_root.se01.start();
if (_root.now_mode == 0) {
_root.now_mode = 1;
_root.main.gotoAndPlay('insert');
} else {
_root.now_mode = 0;
_root.main.gotoAndPlay('insert_end');
}
}
}
movieClip 355 {
}
button 356 {
on (release) {
_root.se01.start();
if (_root.kenzen == 0) {
_root.kenzen = 1;
} else {
_root.kenzen = 0;
}
}
}
button 357 {
on (release) {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.gotoAndPlay('reaction1');
break;
case 1:
_root.main.gotoAndPlay('reaction2');
break;
default:
}
}
}
movieClip 358 {
frame 1 {
this.stop();
}
}
instance body_btn of movieClip 358 {
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.main._currentframe <= 125) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
button 362 {
on (release) {
_root.se01.start();
_root.wear_now = 'naked';
}
}
button 363 {
on (release) {
_root.se01.start();
_root.wear_now = 'zero_red';
}
}
button 364 {
on (release) {
_root.se01.start();
_root.wear_now = 'zero_blue';
}
}
movieClip 367 {
}
movieClip 370 {
}
button 371 {
on (press) {
_root.se01.start();
switch (this.menu._x) {
case 10:
this.menu._x = 3000;
break;
case 3000:
this.menu._x = 10;
break;
default:
}
}
}
movieClip 373 {
}
movieClip 378 {
}
movieClip 380 {
}
button 381 {
on (press) {
this.startDrag(false, 0, 0, 80, 0);
}
on (release, releaseOutside) {
this.stopDrag();
}
}
movieClip 382 {
}
movieClip 383 {
instance btn of movieClip 382 {
onClipEvent (enterFrame) {
_root.voice_vol = this._x / 0.8;
_root.voice11.setVolume(_root.voice_vol);
}
}
}
movieClip 384 {
}
movieClip 385 {
instance btn of movieClip 384 {
onClipEvent (enterFrame) {
_root.se_vol = this._x / 0.8;
_root.se01.setVolume(_root.se_vol);
}
}
}
movieClip 386 {
}
movieClip 387 {
instance of movieClip 386 {
onClipEvent (enterFrame) {
_root.finish_loopmax = Math.floor(this._x * 0.625);
}
}
}
// unknown tag 88 length 93
button 394 {
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 395 {
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 396 {
}
movieClip 397 {
instance menu of movieClip 396 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 398 {
}
button 399 {
on (release) {
_root.se01.start();
_root.btns.info.gotoAndStop(1);
this.gotoAndStop(2);
}
}
button 401 {
on (release) {
_root.se01.start();
_root.btns.info.gotoAndStop(2);
this.gotoAndStop(1);
}
}
movieClip 402 {
frame 1 {
this.stop();
}
}
// unknown tag 88 length 36
movieClip 410 {
}
button 412 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 413 {
}
movieClip 415 {
frame 1 {
this.stop();
}
}
movieClip 416 {
instance info of movieClip 413 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance of movieClip 415 {
onClipEvent (load) {
if (this._parent.info_btn._currentframe == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this._parent.info_btn._currentframe == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
}
button 418 {
on (release) {
_root.se01.start();
this.gotoAndStop(2);
}
}
movieClip 420 {
}
movieClip 423 {
frame 1 {
this.stop();
}
}