Combined Code
movieClip 20 {
}
movieClip 21 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 22 shibuki {
instance of movieClip 21 {
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 24 {
}
movieClip 25 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 26 shibuki_finish {
instance main of movieClip 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 25 {
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 27 {
}
movieClip 28 {
frame 1 {
this.stop();
}
frame 7 {
this.stop();
}
}
movieClip 29 shibuki_finish_sub {
instance of movieClip 28 {
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();
}
}
}
}
movieClip 32 {
}
movieClip 43 xxx_cum {
instance of movieClip 32 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
frame 12 {
this.removeMovieClip();
}
frame 13 {
this.stop();
}
}
movieClip 46 {
}
movieClip 56 xxx_shibuki {
instance of movieClip 32 {
onClipEvent (enterFrame) {
if (_root.now_pause == 1) {
this._parent.stop();
} else {
this._parent.play();
}
}
}
instance of movieClip 46 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 12 {
this.removeMovieClip();
}
frame 13 {
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.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.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.insert.setVolume(50);
_root.wear_hat = 0;
_root.wear_cloak = 0;
_root.wear_body = 0;
_root.wear_pantu = 0;
_root.wear_socks = 0;
_root.wear_boots = 0;
_root.eyes_highlight = 0;
_root.under_hair = 0;
_root.now_speed = 'Auto';
_root.girl_pleasure = 1;
_root.pleasure_add = 0;
_root.finishing = 0;
_root.cum_xxx = 0;
_root.loop_count = 0;
_root.insert_type = '';
_root.finish_loopmax = 5;
_root.org_loopmax = 5;
_root.now_touch = '';
_root.org_now = 0;
_root.abnormal_osikko = 'on';
}
}
frame 1 {
_root.speedChange_sub = function (speed) {
if (_root.girl_pleasure >= 300) {
if (_root.main._currentframe >= 654 && _root.main._currentframe <= 702) {
_root.finishing = 1;
}
_root.main.gotoAndPlay('org_start');
} else {
_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 'Org_Loop':
_root.loop_count = 0;
_root.girl_pleasure = 300;
_root.speedChange_sub('org_start');
break;
case 'Auto':
if (_root.loop_count == 5) {
_root.loop_count = 0;
switch (_root.main._currentframe) {
case 533:
_root.speedChange_sub('slow');
break;
case 558:
_root.speedChange_sub('slow');
break;
case 606:
_root.speedChange_sub('medium');
break;
case 629:
_root.speedChange_sub('fast');
break;
case 644:
_root.speedChange_sub('very_fast');
break;
case 653:
_root.speedChange_sub('finish_start');
break;
case 702:
_root.speedChange_sub('slow');
break;
case 753:
_root.speedChange_sub('slow');
break;
default:
}
} else {
_root.loop_count += 1;
switch (_root.main._currentframe) {
case 533:
_root.loop_count = 0;
_root.speedChange_sub('slow');
break;
case 558:
_root.loop_count = 0;
_root.speedChange_sub('slow');
break;
case 606:
_root.speedChange_sub('slow');
break;
case 629:
_root.speedChange_sub('medium');
break;
case 644:
_root.speedChange_sub('fast');
break;
case 653:
_root.speedChange_sub('very_fast');
break;
case 702:
_root.loop_count = 0;
_root.speedChange_sub('slow');
break;
case 753:
_root.loop_count = 0;
_root.speedChange_sub('slow');
break;
default:
}
}
break;
default:
}
};
_root.speedChange_subS = function (speed) {
if (_root.girl_pleasure >= 300) {
if (_root.main._currentframe >= 962 && _root.main._currentframe <= 1010) {
_root.finishing = 1;
}
_root.main.gotoAndPlay('org_startS');
} else {
_root.main.gotoAndPlay(speed);
}
};
_root.speedChangeS = function () {
switch (_root.now_speed) {
case 'Wait':
_root.loop_count = 0;
_root.speedChange_subS('insert_waitS');
break;
case 'Slow':
_root.loop_count = 0;
_root.speedChange_subS('slowS');
break;
case 'Medium':
_root.loop_count = 0;
_root.speedChange_subS('mediumS');
break;
case 'Fast':
_root.loop_count = 0;
_root.speedChange_subS('fastS');
break;
case 'Very_Fast':
_root.loop_count = 0;
_root.speedChange_subS('very_fastS');
break;
case 'Finish_Loop':
_root.loop_count = 0;
_root.speedChange_subS('finish_startS');
break;
case 'Org_Loop':
_root.loop_count = 0;
_root.girl_pleasure = 300;
_root.speedChange_subS('org_startS');
break;
case 'Auto':
if (_root.loop_count == 5) {
_root.loop_count = 0;
switch (_root.main._currentframe) {
case 841:
_root.speedChange_subS('slowS');
break;
case 866:
_root.speedChange_subS('slowS');
break;
case 914:
_root.speedChange_subS('mediumS');
break;
case 937:
_root.speedChange_subS('fastS');
break;
case 952:
_root.speedChange_subS('very_fastS');
break;
case 961:
_root.speedChange_subS('finish_startS');
break;
case 1010:
_root.speedChange_subS('slowS');
break;
case 1061:
_root.speedChange_subS('slowS');
break;
default:
}
} else {
_root.loop_count += 1;
switch (_root.main._currentframe) {
case 841:
_root.loop_count = 0;
_root.speedChange_subS('slowS');
break;
case 866:
_root.loop_count = 0;
_root.speedChange_subS('slowS');
break;
case 914:
_root.speedChange_subS('slowS');
break;
case 937:
_root.speedChange_subS('mediumS');
break;
case 952:
_root.speedChange_subS('fastS');
break;
case 961:
_root.speedChange_subS('very_fastS');
break;
case 1010:
_root.loop_count = 0;
_root.speedChange_subS('slowS');
break;
case 1061:
_root.loop_count = 0;
_root.speedChange_subS('slowS');
break;
default:
}
}
break;
default:
}
};
}
// unknown tag 88 length 126
button 66 {
on (release) {
getURL('http://koooonsoft.jp/', '');
}
}
movieClip 68 {
}
// unknown tag 88 length 76
movieClip 72 {
}
movieClip 73 {
}
instance of movieClip 73 {
onClipEvent (load) {
this._alpha = 0;
}
}
movieClip 76 {
}
// unknown tag 88 length 79
// unknown tag 88 length 79
movieClip 82 {
instance of movieClip 76 {
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 85 {
}
movieClip 86 {
}
movieClip 88 {
}
button 89 {
on (release) {
_root.se01.setVolume(0);
_root.voice11.setVolume(0);
this.gotoAndStop(2);
}
}
button 90 {
on (release) {
_root.se01.start();
_root.se01.setVolume(50);
_root.voice11.setVolume(50);
this.gotoAndStop(1);
}
}
movieClip 91 {
frame 1 {
this.stop();
}
}
movieClip 93 {
}
button 94 {
on (release) {
_root.se001.start();
_root.voice1.setVolume(0);
this.gotoAndStop(2);
}
}
button 95 {
on (release) {
_root.se01.start();
_root.voice1.setVolume(100);
this.gotoAndStop(1);
}
}
movieClip 96 {
frame 1 {
this.stop();
}
}
movieClip 99 {
}
movieClip 100 {
instance of movieClip 99 {
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;
}
}
}
}
frame 2 {
this.gotoAndStop(1);
}
// unknown tag 88 length 36
movieClip 104 {
frame 1 {
this.stop();
}
}
frame 3 {
_root.default_numbers();
this.stop();
}
movieClip 107 {
}
movieClip 109 {
}
movieClip 111 {
}
movieClip 113 {
}
movieClip 115 {
}
movieClip 118 {
}
movieClip 123 {
frame 1 {
this.stop();
}
instance of movieClip 118 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 125 {
}
movieClip 126 {
}
movieClip 127 {
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 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 126 {
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 130 {
}
movieClip 135 {
frame 1 {
this.stop();
}
instance of movieClip 130 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 137 {
}
movieClip 139 {
}
movieClip 141 {
}
movieClip 142 {
}
movieClip 143 {
instance of movieClip 135 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 139 {
onClipEvent (load) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
}
instance of movieClip 141 {
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 142 {
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 149 {
frame 1 {
this.stop();
}
}
movieClip 150 {
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 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 156 {
frame 1 {
this.stop();
}
}
movieClip 157 {
}
movieClip 159 {
}
movieClip 176 {
frame 1 {
this.stop();
}
instance of movieClip 159 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
frame 32 {
this.gotoAndStop(1);
}
}
movieClip 177 {
instance of movieClip 156 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 157 {
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 183 {
frame 1 {
this.stop();
}
}
movieClip 189 {
frame 1 {
this.stop();
}
}
movieClip 190 {
instance of movieClip 189 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 192 {
}
movieClip 194 {
}
movieClip 196 {
}
movieClip 198 {
}
movieClip 200 {
}
movieClip 202 {
}
movieClip 203 {
}
movieClip 209 {
frame 1 {
this.stop();
}
}
movieClip 210 {
instance of movieClip 209 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 211 {
frame 1 {
this.stop();
}
instance of movieClip 183 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
frame 2 {
this.stop();
}
frame 3 {
this.stop();
}
frame 4 {
this.stop();
}
frame 5 {
this.stop();
}
frame 6 {
this.stop();
}
frame 7 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.girl_pleasure >= 300 && _root.main._currentframe <= 408 && _root.main._currentframe >= 356) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.anal_btn.mc.now_biku == 0 && (_root.main._currentframe >= 362 && _root.main._currentframe <= 388)) {
_root.anal_btn.mc.now_biku = 1;
_root.main.gotoAndPlay('anal_biku');
}
}
}
frame 11 {
this.gotoAndStop('start1');
}
frame 12 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.girl_pleasure >= 300 && _root.main._currentframe <= 408 && _root.main._currentframe >= 356) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.anal_btn.mc.now_biku == 0 && (_root.main._currentframe >= 362 && _root.main._currentframe <= 388)) {
_root.anal_btn.mc.now_biku = 1;
_root.main.gotoAndPlay('anal_biku');
}
}
}
frame 16 {
this.gotoAndStop('start2');
}
frame 17 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.girl_pleasure >= 300 && _root.main._currentframe <= 408 && _root.main._currentframe >= 356) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.anal_btn.mc.now_biku == 0 && (_root.main._currentframe >= 362 && _root.main._currentframe <= 388)) {
_root.anal_btn.mc.now_biku = 1;
_root.main.gotoAndPlay('anal_biku');
}
}
}
frame 21 {
this.gotoAndStop('start3');
}
frame 22 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.girl_pleasure >= 300 && _root.main._currentframe <= 408 && _root.main._currentframe >= 356) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.anal_btn.mc.now_biku == 0 && (_root.main._currentframe >= 362 && _root.main._currentframe <= 388)) {
_root.anal_btn.mc.now_biku = 1;
_root.main.gotoAndPlay('anal_biku');
}
}
}
frame 26 {
this.gotoAndStop('start4');
}
frame 27 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.girl_pleasure >= 300 && _root.main._currentframe <= 408 && _root.main._currentframe >= 356) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.anal_btn.mc.now_biku == 0 && (_root.main._currentframe >= 362 && _root.main._currentframe <= 388)) {
_root.anal_btn.mc.now_biku = 1;
_root.main.gotoAndPlay('anal_biku');
}
}
}
frame 31 {
this.gotoAndStop('start3');
}
frame 32 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.girl_pleasure >= 300 && _root.main._currentframe <= 408 && _root.main._currentframe >= 356) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.anal_btn.mc.now_biku == 0 && (_root.main._currentframe >= 362 && _root.main._currentframe <= 388)) {
_root.anal_btn.mc.now_biku = 1;
_root.main.gotoAndPlay('anal_biku');
}
}
}
frame 36 {
this.gotoAndStop('start2');
}
frame 37 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.girl_pleasure >= 300 && _root.main._currentframe <= 408 && _root.main._currentframe >= 356) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.anal_btn.mc.now_biku == 0 && (_root.main._currentframe >= 362 && _root.main._currentframe <= 388)) {
_root.anal_btn.mc.now_biku = 1;
_root.main.gotoAndPlay('anal_biku');
}
}
}
frame 41 {
this.gotoAndStop('start1');
}
frame 42 {
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
if (_root.girl_pleasure >= 300 && _root.main._currentframe <= 408 && _root.main._currentframe >= 356) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
if (_root.anal_btn.mc.now_biku == 0 && (_root.main._currentframe >= 362 && _root.main._currentframe <= 388)) {
_root.anal_btn.mc.now_biku = 1;
_root.main.gotoAndPlay('anal_biku');
}
}
}
frame 46 {
this.gotoAndStop('start0');
}
}
movieClip 214 {
}
movieClip 219 {
frame 1 {
this.stop();
}
instance of movieClip 214 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 221 {
}
movieClip 223 {
}
movieClip 224 {
}
movieClip 225 {
instance of movieClip 219 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 221 {
onClipEvent (load) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
}
instance of movieClip 223 {
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 224 {
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 231 {
frame 1 {
this.stop();
}
}
movieClip 232 {
instance of movieClip 231 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 239 {
}
movieClip 240 {
instance of movieClip 239 {
onClipEvent (load) {
if (_root.under_hair == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
onClipEvent (enterFrame) {
if (_root.under_hair == 1) {
this._alpha = 100;
} else {
this._alpha = 0;
}
}
}
}
movieClip 241 {
frame 1 {
this.stop();
}
}
movieClip 243 {
}
movieClip 244 {
instance of movieClip 243 {
onClipEvent (load) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
}
}
movieClip 246 {
}
movieClip 247 {
instance of movieClip 246 {
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 248 {
instance of movieClip 241 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 241 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 251 {
}
movieClip 252 {
}
movieClip 254 {
}
movieClip 256 {
}
movieClip 257 {
instance of movieClip 256 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 258 {
}
movieClip 263 {
frame 1 {
this.stop();
}
instance of movieClip 241 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 265 {
}
movieClip 286 {
frame 1 {
this.stop();
}
instance of movieClip 265 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 32 {
if (cum_end == 0 || _root.finish_loopmax) {
if (cum_count >= _root.finish_loopmax) {
cum_count = 0;
this.gotoAndPlay('end');
} else {
cum_count += 1;
this.gotoAndPlay('loop');
}
} else {
cum_end = 0;
this.gotoAndPlay('end');
}
}
frame 40 {
this.gotoAndStop(1);
}
}
movieClip 287 {
instance MC of movieClip 286 {
onClipEvent (load) {
cum_end = 0;
cum_count = 0;
}
}
}
movieClip 292 {
frame 1 {
this.stop();
}
}
movieClip 293 {
}
movieClip 295 {
}
movieClip 308 {
frame 1 {
this.stop();
}
instance of movieClip 295 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.stop();
}
frame 20 {
this.gotoAndStop(1);
}
}
movieClip 309 {
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 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 293 {
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 314 {
frame 1 {
this.stop();
}
}
movieClip 315 {
}
movieClip 316 {
instance of movieClip 314 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 315 {
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 323 {
frame 1 {
this.stop();
}
}
movieClip 324 {
}
movieClip 325 {
instance of movieClip 323 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 324 {
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 329 {
frame 1 {
this.stop();
}
}
movieClip 330 {
instance of movieClip 329 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 332 {
}
movieClip 334 {
frame 1 {
this.stop();
}
instance of movieClip 332 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 335 {
instance of movieClip 334 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 339 {
frame 1 {
this.stop();
}
}
movieClip 340 {
instance of movieClip 339 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 344 {
frame 1 {
this.stop();
}
}
movieClip 345 {
instance of movieClip 344 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 352 {
frame 1 {
this.stop();
}
}
movieClip 354 {
}
movieClip 355 {
instance of movieClip 352 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 354 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 361 {
frame 1 {
this.stop();
}
}
movieClip 362 {
instance of movieClip 361 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 366 {
}
movieClip 369 {
}
movieClip 374 {
frame 1 {
this.stop();
}
}
movieClip 376 {
}
movieClip 377 {
instance of movieClip 374 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 376 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 383 {
frame 1 {
this.stop();
}
}
movieClip 384 {
instance of movieClip 383 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 387 {
}
movieClip 391 {
frame 1 {
this.stop();
}
instance of movieClip 387 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 392 {
instance of movieClip 391 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 394 {
}
movieClip 396 {
frame 1 {
this.stop();
}
instance of movieClip 394 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 398 {
}
movieClip 399 {
instance of movieClip 396 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 398 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 401 {
}
movieClip 407 {
frame 1 {
this.stop();
}
}
movieClip 408 {
instance of movieClip 407 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 409 {
instance of movieClip 407 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 415 {
frame 1 {
this.stop();
}
}
movieClip 416 {
instance of movieClip 415 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 417 {
instance of movieClip 415 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 423 {
frame 1 {
this.stop();
}
}
movieClip 424 {
instance of movieClip 423 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 425 {
instance of movieClip 423 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 431 {
frame 1 {
this.stop();
}
}
movieClip 432 {
instance of movieClip 431 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 433 {
instance of movieClip 431 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 435 {
}
movieClip 436 {
}
movieClip 437 {
frame 1 {
this.stop();
}
instance of movieClip 401 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.gotoAndStop(1);
}
frame 39 {
this.gotoAndStop(1);
}
instance of movieClip 401 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance of movieClip 401 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 439 {
}
movieClip 442 {
}
movieClip 443 {
}
movieClip 445 {
}
movieClip 447 {
}
movieClip 452 {
}
movieClip 453 {
instance of movieClip 452 {
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 454 {
}
movieClip 456 {
}
movieClip 457 {
instance of movieClip 456 {
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 458 {
}
movieClip 460 {
}
movieClip 462 {
}
movieClip 463 {
instance of movieClip 462 {
onClipEvent (load) {
if (_root.girl_pleasure >= 250 || _root.after_org == 1) {
this._alpha = 70;
} else {
if (_root.girl_pleasure >= 180) {
this._alpha = _root.girl_pleasure - 180;
} else {
this._alpha = 0;
}
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 250 || _root.after_org == 1) {
this._alpha = 70;
} else {
if (_root.girl_pleasure >= 180) {
this._alpha = _root.girl_pleasure - 180;
} else {
this._alpha = 0;
}
}
}
}
}
movieClip 466 {
frame 1 {
this.stop();
}
}
movieClip 467 {
instance of movieClip 466 {
onClipEvent (load) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 468 {
}
movieClip 470 {
}
movieClip 474 {
frame 1 {
this.stop();
}
}
movieClip 475 {
}
movieClip 477 {
}
movieClip 493 {
frame 1 {
this.stop();
}
instance of movieClip 477 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
frame 29 {
this.gotoAndStop(1);
}
}
movieClip 494 {
instance of movieClip 474 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 475 {
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 498 {
frame 1 {
this.stop();
}
}
movieClip 499 {
}
movieClip 500 {
instance of movieClip 498 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
instance of movieClip 499 {
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 502 {
}
movieClip 504 {
frame 1 {
this.stop();
}
instance of movieClip 502 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 505 {
instance of movieClip 504 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 506 {
}
movieClip 507 {
instance of movieClip 506 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 508 {
instance of movieClip 507 {
onClipEvent (load) {
count = 1;
}
onClipEvent (enterFrame) {
if (this._parent._parent.xxx_shibuki == 1) {
this._parent._parent.xxx_shibuki = 0;
mc_deep = count;
mc_name = 'xxx_shibuki' + count;
this.attachMovie('xxx_shibuki', mc_name, mc_deep);
if (count >= 10) {
count = 1;
} else {
count += 1;
}
} else {
if (this._parent._parent.xxx_cumb == 1) {
this._parent._parent.xxx_cumb = 0;
mc_deep = count;
mc_name = 'xxx_cum' + count;
this.attachMovie('xxx_cum', mc_name, mc_deep);
if (count >= 10) {
count = 1;
} else {
count += 1;
}
}
}
}
}
}
movieClip 510 {
}
movieClip 512 {
}
movieClip 514 {
}
movieClip 516 {
}
movieClip 517 {
frame 1 {
this.stop();
}
instance of movieClip 510 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 518 {
instance of movieClip 517 {
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 520 {
}
movieClip 521 {
}
movieClip 522 {
instance of movieClip 521 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 524 {
}
movieClip 525 {
}
movieClip 526 {
}
movieClip 527 {
}
movieClip 528 {
}
movieClip 529 {
frame 1 {
}
instance target of movieClip 524 {
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 526 {
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 527 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance of movieClip 528 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 530 {
instance MC of movieClip 529 {
}
}
movieClip 532 {
}
movieClip 549 {
frame 1 {
this.stop();
}
instance of movieClip 532 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 40 {
this.gotoAndStop(1);
}
}
movieClip 550 {
instance of movieClip 549 {
onClipEvent (enterFrame) {
if (_root.osikkoA == 1) {
this.gotoAndPlay(2);
_root.osikkoA = 0;
}
}
}
}
movieClip 552 {
}
movieClip 554 {
}
movieClip 555 {
}
movieClip 557 {
}
movieClip 558 {
}
movieClip 560 {
}
movieClip 562 {
}
movieClip 563 {
}
movieClip 567 {
}
movieClip 568 {
}
movieClip 569 {
instance of movieClip 241 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 571 {
}
movieClip 577 {
frame 1 {
this.stop();
}
}
movieClip 579 {
}
movieClip 580 {
instance of movieClip 579 {
onClipEvent (load) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
}
}
movieClip 582 {
}
movieClip 583 {
instance of movieClip 582 {
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 584 {
instance of movieClip 577 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 590 {
frame 1 {
this.stop();
}
}
movieClip 592 {
}
movieClip 593 {
instance of movieClip 592 {
onClipEvent (load) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
onClipEvent (enterFrame) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this._alpha = 100;
} else {
this._alpha = _root.girl_pleasure;
}
}
}
}
movieClip 595 {
}
movieClip 596 {
instance of movieClip 595 {
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 597 {
instance of movieClip 590 {
onClipEvent (load) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
onClipEvent (enterFrame) {
switch (_root.wear_now) {
case 'zero_blue':
this.gotoAndStop(1);
break;
case 'zero_red':
this.gotoAndStop(2);
break;
case 'wear_yellow':
this.gotoAndStop(3);
break;
case 'wear_blue':
this.gotoAndStop(4);
break;
case 'naked':
this.gotoAndStop(5);
break;
default:
}
}
}
}
movieClip 599 {
}
movieClip 601 {
}
movieClip 605 {
}
movieClip 606 {
}
movieClip 608 {
}
movieClip 609 {
}
movieClip 611 {
}
movieClip 613 {
}
movieClip 615 {
}
movieClip 622 {