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 177 {
frame 1 {
this.stop();
}
instance of movieClip 159 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 16 {
this.stop();
}
frame 32 {
this.gotoAndStop(1);
}
}
movieClip 178 {
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 184 {
frame 1 {
this.stop();
}
}
movieClip 190 {
frame 1 {
this.stop();
}
}
movieClip 191 {
instance of movieClip 190 {
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 193 {
}
movieClip 195 {
}
movieClip 197 {
}
movieClip 199 {
}
movieClip 201 {
}
movieClip 203 {
}
movieClip 204 {
}
movieClip 210 {
frame 1 {
this.stop();
}
}
movieClip 211 {
instance of movieClip 210 {
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 212 {
frame 1 {
this.stop();
}
instance of movieClip 184 {
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 215 {
}
movieClip 220 {
frame 1 {
this.stop();
}
instance of movieClip 215 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 222 {
}
movieClip 224 {
}
movieClip 225 {
}
movieClip 226 {
instance of movieClip 220 {
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 222 {
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 224 {
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 225 {
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 232 {
frame 1 {
this.stop();
}
}
movieClip 233 {
instance of movieClip 232 {
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 240 {
}
movieClip 241 {
instance of movieClip 240 {
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 242 {
frame 1 {
this.stop();
}
}
movieClip 244 {
}
movieClip 245 {
instance of movieClip 244 {
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 247 {
}
movieClip 248 {
instance of movieClip 247 {
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 249 {
}
movieClip 250 {
instance of movieClip 242 {
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 242 {
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 253 {
}
movieClip 254 {
}
movieClip 256 {
}
movieClip 258 {
}
movieClip 259 {
instance of movieClip 258 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 260 {
}
movieClip 265 {
frame 1 {
this.stop();
}
instance of movieClip 242 {
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 249 {
onClipEvent (load) {
this._alpha = 0;
if (_root.xxx_btn.mc.btn_press == 1) {
switch (_root.xxx_btn.mc.now_posi) {
case 'uu':
_root.main.xxx.gotoAndStop('uu');
break;
case 'u':
_root.main.xxx.gotoAndStop('u');
break;
case 'dd':
_root.main.xxx.gotoAndStop('dd');
break;
case 'd':
_root.main.xxx.gotoAndStop('d');
break;
case 'center':
_root.main.xxx.gotoAndStop('center');
break;
default:
}
}
}
}
}
movieClip 267 {
}
movieClip 269 {
}
movieClip 290 {
frame 1 {
this.stop();
}
instance of movieClip 267 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance of movieClip 269 {
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 291 {
instance MC of movieClip 290 {
onClipEvent (load) {
cum_end = 0;
cum_count = 0;
}
}
}
movieClip 296 {
frame 1 {
this.stop();
}
}
movieClip 297 {
}
movieClip 299 {
}
movieClip 312 {
frame 1 {
this.stop();
}
instance of movieClip 299 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 10 {
this.stop();
}
frame 20 {
this.gotoAndStop(1);
}
}
movieClip 313 {
instance of movieClip 296 {
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 297 {
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 318 {
frame 1 {
this.stop();
}
}
movieClip 319 {
}
movieClip 320 {
instance of movieClip 318 {
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 319 {
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 327 {
frame 1 {
this.stop();
}
}
movieClip 328 {
}
movieClip 330 {
}
movieClip 331 {
instance of movieClip 327 {
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 328 {
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 330 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 335 {
frame 1 {
this.stop();
}
}
movieClip 336 {
instance of movieClip 335 {
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 338 {
}
movieClip 340 {
frame 1 {
this.stop();
}
instance of movieClip 338 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 341 {
instance of movieClip 340 {
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 345 {
frame 1 {
this.stop();
}
}
movieClip 346 {
instance of movieClip 345 {
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 353 {
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:
}
}
}
}
movieClip 354 {
}
movieClip 358 {
frame 1 {
this.stop();
}
}
movieClip 359 {
instance of movieClip 358 {
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 365 {
frame 1 {
this.stop();
}
}
movieClip 366 {
instance of movieClip 365 {
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 367 {
frame 1 {
this.stop();
}
instance of movieClip 353 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance of movieClip 354 {
onClipEvent (load) {
this._alpha = 0;
if (_root.btns.bote_on == 1) {
this._parent.gotoAndStop(4);
}
}
}
frame 4 {
this.stop();
}
frame 8 {
this.gotoAndStop(1);
}
frame 27 {
this.gotoAndStop('open_end');
}
}
movieClip 371 {
frame 1 {
this.stop();
}
}
movieClip 372 {
instance of movieClip 371 {
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 376 {
frame 1 {
this.stop();
}
}
movieClip 377 {
}
movieClip 378 {
instance of movieClip 376 {
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 377 {
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 385 {
frame 1 {
this.stop();
}
}
movieClip 387 {
}
movieClip 388 {
instance of movieClip 385 {
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 387 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 394 {
frame 1 {
this.stop();
}
}
movieClip 395 {
instance of movieClip 394 {
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 399 {
}
movieClip 402 {
}
movieClip 407 {
frame 1 {
this.stop();
}
}
movieClip 409 {
}
movieClip 410 {
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:
}
}
}
instance of movieClip 409 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 416 {
frame 1 {
this.stop();
}
}
movieClip 417 {
instance of movieClip 416 {
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 420 {
}
movieClip 424 {
frame 1 {
this.stop();
}
instance of movieClip 420 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 425 {
instance of movieClip 424 {
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 427 {
}
movieClip 429 {
frame 1 {
this.stop();
}
instance of movieClip 427 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 431 {
}
movieClip 432 {
instance of movieClip 429 {
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 431 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 434 {
}
movieClip 440 {
frame 1 {
this.stop();
}
}
movieClip 441 {
instance of movieClip 440 {
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 442 {
instance of movieClip 440 {
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 448 {
frame 1 {
this.stop();
}
}
movieClip 449 {
instance of movieClip 448 {
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 450 {
instance of movieClip 448 {
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 456 {
frame 1 {
this.stop();
}
}
movieClip 457 {
instance of movieClip 456 {
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 458 {
instance of movieClip 456 {
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 464 {
frame 1 {
this.stop();
}
}
movieClip 465 {
instance of movieClip 464 {
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 466 {
instance of movieClip 464 {
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 468 {
}
movieClip 469 {
}
movieClip 471 {
}
movieClip 473 {
}
movieClip 475 {
}
movieClip 477 {
}
movieClip 479 {
}
movieClip 481 {
}
movieClip 519 {
}
movieClip 550 {
frame 1 {
this.stop();
}
instance of movieClip 434 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 20 {
this.gotoAndStop(1);
}
frame 39 {
this.gotoAndStop(1);
}
instance of movieClip 434 {
onClipEvent (load) {
this._alpha = 0;
}
}
instance of movieClip 434 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 78 {
if (_root.main._currentframe <= 180) {
_root.main.gotoAndPlay('milking_go');
}
}
frame 108 {
this.gotoAndPlay('milking_loop');
}
frame 109 {
if (_root.main._currentframe <= 180) {
_root.main.gotoAndPlay('milking_reaction');
}
}
frame 136 {
this.gotoAndPlay('milking_loop');
}
frame 158 {
this.gotoAndStop(1);
}
}
movieClip 552 {
}
movieClip 555 {
}
movieClip 556 {
}
movieClip 558 {
}
movieClip 560 {
}
movieClip 565 {
}
movieClip 566 {
instance of movieClip 565 {
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 567 {
}
movieClip 569 {
}
movieClip 570 {
instance of movieClip 569 {
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 571 {
}
movieClip 573 {
}
movieClip 575 {
}
movieClip 576 {
instance of movieClip 575 {
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 579 {
frame 1 {
this.stop();
}
}
movieClip 580 {
instance of movieClip 579 {
onClipEvent (load) {
if (_root.girl_pleasure >= 100 || _root.after_org == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
movieClip 581 {
}
movieClip 583 {
}
movieClip 587 {
frame 1 {
this.stop();
}
}
movieClip 588 {
}
movieClip 590 {
}
movieClip 606 {
frame 1 {
this.stop();
}
instance of movieClip 590 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.stop();
}
frame 29 {
this.gotoAndStop(1);
}
}
movieClip 607 {
instance of movieClip 587 {
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 588 {
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 609 {
}
movieClip 611 {
frame 1 {
this.stop();
}
instance of movieClip 609 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 612 {
instance of movieClip 611 {
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 613 {
}
movieClip 614 {
instance of movieClip 613 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 615 {
instance of movieClip 614 {
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 617 {
}
movieClip 619 {
}
movieClip 621 {
}
movieClip 623 {
}
movieClip 624 {
frame 1 {
this.stop();
}
instance of movieClip 617 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 15 {
this.gotoAndStop(1);
}
frame 30 {
this.gotoAndStop(1);
}
frame 45 {
this.gotoAndStop(1);
}
}
movieClip 625 {
instance of movieClip 624 {
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 627 {
}
movieClip 628 {
}
movieClip 629 {
instance of movieClip 628 {
onClipEvent (load) {
this._x = 3000;
}
}
}
movieClip 631 {
}
movieClip 633 {
}
movieClip 634 {
}
movieClip 635 {
}
movieClip 636 {
}
movieClip 637 {
frame 1 {
}
instance target of movieClip 631 {
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 634 {
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 635 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
instance of movieClip 636 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
}
movieClip 638 {
instance MC of movieClip 637 {
}
}
movieClip 640 {
}
movieClip 657 {
frame 1 {
this.stop();
}
instance of movieClip 640 {
onClipEvent (load) {
this._alpha = 0;
}
}
frame 22 {
if (org_loopcount >= _root.org_loopmax) {
org_loopcount = 0;
this.gotoAndPlay('end');
} else {
org_loopcount += 1;
this.gotoAndPlay('loop');
}
}
frame 40 {
this.gotoAndStop(1);
}
}
movieClip 659 {
}
movieClip 670 {
frame 1 {
this.stop();
}
instance of movieClip 659 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 16 {
this.gotoAndStop(1);
}
}
movieClip 672 {
}
movieClip 685 {
frame 1 {
this.stop();
}
instance of movieClip 672 {
onClipEvent (load) {
this.gotoAndStop(2);
}
}
frame 19 {
this.gotoAndStop(1);
}
}
movieClip 686 {
instance of movieClip 657 {
onClipEvent (load) {
org_loopcount = 0;
}
onClipEvent (enterFrame) {
if (_root.osikkoA == 1) {
this.gotoAndPlay(2);
_root.osikkoA = 0;
}
}
}
instance of movieClip 670 {
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2 && (_root.main._currentframe <= 459 || _root.main._currentframe >= 760 && _root.main._currentframe <= 767 || _root.main._currentframe >= 1065 && _root.main._currentframe <= 1075 || _root.main._currentframe >= 1076)) {
if (_root._currentframe == 3 && _root.main.bote._currentframe == 6) {
this.gotoAndPlay('open');
}
if (_root._currentframe == 3 && (_root.main._currentframe == 762 || _root.main._currentframe == 1070)) {
this.gotoAndPlay('open');
}
}
}
}
instance of movieClip 685 {
onClipEvent (enterFrame) {
if (_root.cum_xxx == 2 && (_root.main._currentframe <= 459 || _root.main._currentframe >= 760 && _root.main._currentframe <= 767 || _root.main._currentframe >= 1065 && _root.main._currentframe <= 1075 || _root.main._currentframe >= 1076)) {
if (_root._currentframe == 4 && _root.main.bote._currentframe == 6) {
this.gotoAndPlay('open');
}
if (_root._currentframe == 4 && (_root.main._currentframe == 762 || _root.main._currentframe == 1070)) {
this.gotoAndPlay('open');
}
}
}
}
}
movieClip 688 {
}
movieClip 690 {
}
movieClip 691 {
}
movieClip 693 {
}
movieClip 694 {
}
movieClip 696 {
}
movieClip 698 {
}
movieClip 699 {
}
movieClip 703 {
}
movieClip 704 {
}
movieClip 705 {
instance of movieClip 242 {
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 707 {
}
movieClip 713 {
frame 1 {
this.stop();
}
}
movieClip 715 {
}
movieClip 716 {
instance of movieClip 715 {
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 718 {
}
movieClip 719 {
instance of movieClip 718 {
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 720 {
instance of movieClip 713 {
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 726 {
frame 1 {
this.stop();
}
}
movieClip 728 {
}
movieClip 729 {
instance of movieClip 728 {
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 731 {
}
movieClip 732 {
instance of movieClip 731 {
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 733 {
instance of movieClip 726 {
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 735 {
}
movieClip 737 {
}
movieClip 741 {
}
movieClip 742 {
}
movieClip 744 {
}
movieClip 745 {
}
movieClip 747 {
}
movieClip 749 {
}
movieClip 751 {
}
movieClip 758 {
}
movieClip 881 {
frame 1 {
SOURCE_MOVIECLIP = this;
SOURCE_MOVIECLIP_x = SOURCE_MOVIECLIP._x;
SOURCE_MOVIECLIP_y = SOURCE_MOVIECLIP._y;
RENDER_MOVIECLIP = this.render;
MosaicRect = {'x': 0, 'y': 0, 'w': 90, 'h': 110};
moza_pointA = this._x;
moza_pointB = this._y;
M_WIDTH = 5;
M_HEIGHT = 5;
M_WIDTH_HALF = M_WIDTH / 2;
M_HEIGH_HALF = M_HEIGHT / 2;
onEnterFrame = function () {};
}
instance shibuki_new of movieClip 638 {
}
frame 50 {
this.gotoAndPlay('wait1');
}
frame 100 {
this.gotoAndPlay('wait2');
}
frame 101 {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
}
frame 108 {
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 140 {
this.gotoAndPlay('wait2');
}
frame 141 {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
}
frame 147 {
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 180 {
this.gotoAndPlay('wait2');
}
frame 217 {
if (_root.left_oppai_btn.mc.reaction_start == 1 || _root.right_oppai_btn.mc.reaction_start == 1) {
_root.left_oppai_btn.mc.reaction_start = 0;
_root.right_oppai_btn.mc.reaction_start = 0;
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('oppai_biku1');
break;
break;
case 1:
default:
}
} else {
this.gotoAndPlay('oppai_loop');
}
}
frame 224 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice11.start();
break;
case 2:
_root.voice12.start();
break;
default:
}
if (_root.girl_pleasure >= 300) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 230 {
this.gotoAndPlay('oppai_loop');
}
frame 237 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice18.start();
break;
default:
}
if (_root.girl_pleasure >= 300) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 3 + _root.pleasure_add;
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 243 {
this.gotoAndPlay('oppai_loop');
}
frame 248 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice18.start();
break;
default:
}
if (_root.girl_pleasure >= 300) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 4 + _root.pleasure_add;
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 268 {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('chikubi1');
break;
case 1:
this.gotoAndPlay('chikubi2');
break;
default:
}
}
frame 273 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice18.start();
break;
default:
}
if (_root.girl_pleasure >= 300) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 4 + _root.pleasure_add;
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 293 {
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('chikubi1');
break;
case 1:
this.gotoAndPlay('chikubi2');
break;
default:
}
}
frame 294 {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
}
frame 302 {
if (_root.girl_pleasure >= 300) {
this.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 2 + _root.pleasure_add;
switch (Math.floor(Math.random() * 5)) {
case 0:
this.gotoAndPlay('xxx_biku1');
break;
default:
switch (Math.floor(Math.random() * 10)) {
case 0:
this.gotoAndPlay('xxx_change1to2');
_root.xxx_btn.mc.now_mode = 2;
break;
default:
this.gotoAndPlay('xxx_loop1');
}
}
}
}
frame 306 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice18.start();
break;
default:
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 309 {
if (_root.girl_pleasure >= 300) {
this.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 4 + _root.pleasure_add;
this.gotoAndPlay('xxx_loop1');
}
}
frame 316 {
this.gotoAndPlay('wait2');
}
frame 317 {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
}
frame 325 {
if (_root.girl_pleasure >= 300) {
this.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 2 + _root.pleasure_add;
switch (Math.floor(Math.random() * 5)) {
case 0:
this.gotoAndPlay('xxx_biku2');
break;
default:
switch (Math.floor(Math.random() * 10)) {
case 0:
this.gotoAndPlay('xxx_change2to1');
_root.xxx_btn.mc.now_mode = 1;
break;
default:
this.gotoAndPlay('xxx_loop2');
}
}
}
}
frame 329 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice18.start();
break;
default:
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 332 {
if (_root.girl_pleasure >= 300) {
this.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 4 + _root.pleasure_add;
this.gotoAndPlay('xxx_loop2');
}
}
frame 339 {
this.gotoAndPlay('wait2');
}
frame 347 {
this.gotoAndPlay('xxx_loop2');
}
frame 355 {
this.gotoAndPlay('xxx_loop1');
}
frame 356 {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
default:
}
}
frame 388 {
this.gotoAndPlay('anal_loop');
}
frame 394 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice18.start();
break;
default:
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 401 {
_root.anal_btn.mc.now_biku = 0;
this.gotoAndPlay('anal_loop');
}
frame 408 {
this.gotoAndPlay('wait2');
}
frame 416 {
xxx_shibuki = 1;
_root.breath = 1;
shibuki_new.MC.shibuki = 'org';
_root.voice_org.start();
org_loopcount = 0;
if (_root.abnormal_osikko == 'on') {
_root.osikkoA = 1;
_root.osikkoB = 1;
_root.se05.start();
}
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('touch_org_loop1');
break;
case 1:
this.gotoAndPlay('touch_org_loop2');
break;
default:
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 423 {
xxx_shibuki = 1;
_root.breath = 1;
shibuki_new.MC.shibuki = 'org';
if (org_loopcount >= _root.org_loopmax) {
org_loopcount = 0;
this.gotoAndPlay('touch_org_end');
} else {
org_loopcount += 1;
this.gotoAndPlay('touch_org_loop2');
}
}
frame 437 {
xxx_shibuki = 1;
_root.breath = 1;
shibuki_new.MC.shibuki = 'org';
if (org_loopcount >= _root.org_loopmax) {
org_loopcount = 0;
this.gotoAndPlay('touch_org_end');
} else {
org_loopcount += 1;
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('touch_org_loop1');
break;
case 1:
this.gotoAndPlay('touch_org_loop2');
break;
default:
}
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 448 {
_root.gauge_obj.girl_gauge.MC.gotoAndStop('go_zero');
}
frame 459 {
_root.girl_pleasure = 1;
_root.after_org = 1;
switch (_root.now_touch) {
case 'chikubi':
this.gotoAndPlay('chikubi1');
break;
case 'oppai':
this.gotoAndPlay('oppai_start');
break;
case 'xxx':
this.gotoAndPlay('xxx_start1');
break;
case 'anal':
this.gotoAndPlay('anal_start');
break;
default:
this.gotoAndPlay('wait2');
}
}
frame 464 {
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure2');
}
}
frame 505 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'slow';
_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() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice19.start();
break;
default:
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 533 {
_root.speedChange();
}
frame 558 {
_root.speedChange();
}
frame 578 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'slow';
_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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
case 2:
_root.voice13.start();
break;
default:
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 606 {
_root.speedChange();
}
frame 619 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'medium';
_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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice14.start();
break;
case 1:
_root.voice15.start();
break;
case 2:
_root.voice16.start();
break;
default:
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 629 {
_root.speedChange();
}
frame 638 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'fast';
_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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice17.start();
break;
case 1:
_root.voice18.start();
break;
case 2:
_root.voice19.start();
break;
default:
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 644 {
_root.speedChange();
}
frame 649 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'very_fast';
_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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
switch (Math.floor(Math.random() * 5)) {
case 0:
_root.voice14.start();
break;
case 1:
_root.voice16.start();
break;
case 2:
_root.voice17.start();
break;
case 3:
_root.voice18.start();
break;
case 4:
_root.voice19.start();
break;
default:
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 653 {
_root.speedChange();
}
frame 661 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.gotoAndPlay('start');
_root.girl_pleasure += 6 + _root.pleasure_add;
if (_root.cum_xxx == 0) {
_root.cum_xxx = 1;
}
_root.se04.start();
_root.voice_org.start();
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('finish_loop1');
break;
case 1:
this.gotoAndPlay('finish_loop2');
break;
default:
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
finish_loopcount = 0;
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 668 {
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;
this.gotoAndPlay('finish_loop2');
}
}
frame 680 {
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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 691 {
cum_afure.MC.cum_end = 1;
}
frame 702 {
_root.speedChange();
}
frame 710 {
xxx_shibuki = 1;
_root.breath = 1;
if (_root.finishing == 1) {
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.cum_end = 1;
_root.se04.start();
} else {
shibuki_new.MC.shibuki = 'org';
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
_root.voice_org.start();
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
org_loopcount = 0;
if (_root.abnormal_osikko == 'on') {
_root.osikkoA = 1;
_root.osikkoB = 1;
_root.se05.start();
}
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('org_loop1');
break;
case 1:
this.gotoAndPlay('org_loop2');
break;
default:
}
}
frame 717 {
xxx_shibuki = 1;
_root.breath = 1;
if (_root.finishing == 1) {
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.cum_end = 1;
_root.se04.start();
} else {
shibuki_new.MC.shibuki = 'org';
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
if (org_loopcount >= _root.org_loopmax) {
org_loopcount = 0;
this.gotoAndPlay('org_end');
} else {
org_loopcount += 1;
this.gotoAndPlay('org_loop2');
}
}
frame 731 {
xxx_shibuki = 1;
_root.breath = 1;
if (_root.finishing == 1) {
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.cum_end = 1;
_root.se04.start();
} else {
shibuki_new.MC.shibuki = 'org';
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
if (org_loopcount >= _root.org_loopmax) {
org_loopcount = 0;
this.gotoAndPlay('org_end');
} else {
org_loopcount += 1;
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('org_loop1');
break;
case 1:
this.gotoAndPlay('org_loop2');
break;
default:
}
}
}
frame 742 {
if (_root.now_speed != 'Org_Loop') {
_root.gauge_obj.girl_gauge.MC.gotoAndStop('go_zero');
}
if (_root.finishing == 1) {
cum_afure.MC.cum_end = 1;
}
}
frame 753 {
if (_root.now_speed != 'Org_Loop') {
_root.girl_pleasure = 1;
}
_root.finishing = 0;
_root.speedChange();
_root.after_org = 1;
}
frame 767 {
this.gotoAndPlay('wait2');
}
frame 768 {
this.right_shin.tentacle.gotoAndPlay('open');
this.right_forearm.tentacle.gotoAndPlay('open');
this.left_forearm.tentacle.gotoAndPlay('open');
}
frame 772 {
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure2');
}
}
frame 813 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'slow';
_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() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice19.start();
break;
default:
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 841 {
_root.speedChangeS();
}
frame 866 {
_root.speedChangeS();
}
frame 886 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'slow';
_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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice11.start();
break;
case 1:
_root.voice12.start();
break;
case 2:
_root.voice13.start();
break;
default:
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 914 {
_root.speedChangeS();
}
frame 927 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'medium';
_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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice14.start();
break;
case 1:
_root.voice15.start();
break;
case 2:
_root.voice16.start();
break;
default:
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 937 {
_root.speedChangeS();
}
frame 946 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'fast';
_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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice17.start();
break;
case 1:
_root.voice18.start();
break;
case 2:
_root.voice19.start();
break;
default:
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 952 {
_root.speedChangeS();
}
frame 957 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'very_fast';
_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.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
switch (Math.floor(Math.random() * 5)) {
case 0:
_root.voice14.start();
break;
case 1:
_root.voice16.start();
break;
case 2:
_root.voice17.start();
break;
case 3:
_root.voice18.start();
break;
case 4:
_root.voice19.start();
break;
default:
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 961 {
_root.speedChangeS();
}
frame 969 {
xxx_shibuki = 1;
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.gotoAndPlay('start');
_root.girl_pleasure += 6 + _root.pleasure_add;
if (_root.cum_xxx == 0) {
_root.cum_xxx = 1;
}
_root.se04.start();
_root.voice_org.start();
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('finish_loop1S');
break;
case 1:
this.gotoAndPlay('finish_loop2S');
break;
default:
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
finish_loopcount = 0;
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 976 {
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_endS');
} else {
finish_loopcount += 1;
this.gotoAndPlay('finish_loop2S');
}
}
frame 988 {
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_endS');
} else {
finish_loopcount += 1;
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('finish_loop1S');
break;
case 1:
this.gotoAndPlay('finish_loop2S');
break;
default:
}
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 999 {
cum_afure.MC.cum_end = 1;
}
frame 1010 {
_root.speedChangeS();
}
frame 1018 {
xxx_shibuki = 1;
_root.breath = 1;
if (_root.finishing == 1) {
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.cum_end = 1;
_root.se04.start();
} else {
shibuki_new.MC.shibuki = 'org';
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
_root.voice_org.start();
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
org_loopcount = 0;
if (_root.abnormal_osikko == 'on') {
_root.osikkoA = 1;
_root.osikkoB = 1;
_root.se05.start();
}
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('org_loop1S');
break;
case 1:
this.gotoAndPlay('org_loop2S');
break;
default:
}
}
frame 1025 {
xxx_shibuki = 1;
_root.breath = 1;
if (_root.finishing == 1) {
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.cum_end = 1;
_root.se04.start();
} else {
shibuki_new.MC.shibuki = 'org';
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
if (org_loopcount >= _root.org_loopmax) {
org_loopcount = 0;
this.gotoAndPlay('org_endS');
} else {
org_loopcount += 1;
this.gotoAndPlay('org_loop2S');
}
}
frame 1039 {
xxx_shibuki = 1;
_root.breath = 1;
if (_root.finishing == 1) {
shibuki_new.MC.shibuki = 'finish';
cum_afure.MC.cum_end = 1;
_root.se04.start();
} else {
shibuki_new.MC.shibuki = 'org';
switch (Math.floor(Math.random() * 2) + 1) {
case 1:
_root.se02.start();
break;
case 2:
_root.se03.start();
break;
default:
}
}
if (_root.main.oppai._currentframe <= 39) {
_root.main.oppai.gotoAndPlay('yure1');
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
if (org_loopcount >= _root.org_loopmax) {
org_loopcount = 0;
this.gotoAndPlay('org_endS');
} else {
org_loopcount += 1;
switch (Math.floor(Math.random() * 2)) {
case 0:
this.gotoAndPlay('org_loop1S');
break;
case 1:
this.gotoAndPlay('org_loop2S');
break;
default:
}
}
}
frame 1050 {
if (_root.now_speed != 'Org_Loop') {
_root.gauge_obj.girl_gauge.MC.gotoAndStop('go_zero');
}
if (_root.finishing == 1) {
cum_afure.MC.cum_end = 1;
}
}
frame 1061 {
if (_root.now_speed != 'Org_Loop') {
_root.girl_pleasure = 1;
}
_root.finishing = 0;
_root.speedChangeS();
_root.after_org = 1;
}
frame 1062 {
this.right_shin.tentacle.gotoAndPlay('close');
this.right_forearm.tentacle.gotoAndPlay('close');
this.left_forearm.tentacle.gotoAndPlay('close');
}
frame 1075 {
this.gotoAndPlay('wait2');
}
frame 1082 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice18.start();
break;
default:
}
if (_root.girl_pleasure >= 300) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 4 + _root.pleasure_add;
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 1103 {
this.gotoAndPlay('wait2');
}
frame 1120 {
switch (Math.floor(Math.random() * 3)) {
case 0:
_root.voice15.start();
break;
case 1:
_root.voice17.start();
break;
case 2:
_root.voice18.start();
break;
default:
}
if (_root.girl_pleasure >= 300) {
_root.main.gotoAndPlay('touch_org_start');
} else {
_root.girl_pleasure += 4 + _root.pleasure_add;
}
if (_root.btns.bote_on == 1) {
this.bote.gotoAndPlay('yure');
}
}
frame 1134 {
this.gotoAndPlay('wait2');
}
}
button 888 {
on (release) {
_root.clear_flug = 1;
}
}
button 890 {
on (release) {
_root.girl_pleasure += 50;
}
}
button 892 {
on (release) {
_root.boy_pleasure += 50;
}
}
movieClip 893 {
frame 1 {
this.stop();
}
}
instance of movieClip 893 {
onClipEvent (load) {
if (_root.debug_on != 1) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
_root.debug1 = 'anal_btn.mc.now_posi = ' + _root.anal_btn.mc.now_posi;
_root.debug2 = 'now_speed = ' + _root.now_speed;
_root.debug3 = '_root.loop_count = ' + _root.loop_count;
_root.debug4 = '_root.finishing = ' + _root.finishing;
_root.debug5 = '_root.game_level ' + _root.game_level;
_root.debug6 = '_root.hand_speed ' + _root.hand_speed;
}
}
button 895 {
on (press) {
this.startDrag();
btn_press = 1;
_root.now_touch = 'xxx';
if (_root.main._currentframe <= 408 || _root.main._currentframe >= 1076) {
switch (Math.floor(Math.random() * 2)) {
case 0:
now_mode = 1;
_root.main.gotoAndPlay('xxx_start1');
break;
case 1:
now_mode = 2;
_root.main.gotoAndPlay('xxx_start2');
break;
default:
}
}
}
on (release, releaseOutside) {
this.stopDrag();
this._x = 0;
this._y = 0;
btn_press = 0;
now_posi = '';
_root.now_touch = '';
if (_root.main._currentframe <= 408 || _root.main._currentframe >= 1076) {
switch (now_mode) {
case 1:
_root.main.gotoAndPlay('xxx_end1');
break;
case 2:
_root.main.gotoAndPlay('xxx_end2');
break;
default:
}
}
now_mode = 0;
}
}
movieClip 896 {
}
movieClip 897 {
frame 1 {
this.stop();
}
instance mc of movieClip 896 {
onClipEvent (load) {
this._alpha = 0;
btn_press = 0;
now_posi = '';
now_mode = 0;
}
onClipEvent (enterFrame) {
if (btn_press == 0) {
_root.main.xxx.gotoAndStop(1);
} else {
if (this._y <= -16) {
if (now_posi != 'uu') {
now_posi = 'uu';
_root.main.xxx.gotoAndStop('uu');
}
} else {
if (this._y <= -8) {
if (now_posi != 'u') {
now_posi = 'u';
_root.main.xxx.gotoAndStop('u');
}
} else {
if (this._y >= 16) {
if (now_posi != 'dd') {
now_posi = 'dd';
_root.main.xxx.gotoAndStop('dd');
}
} else {
if (this._y >= 8) {
if (now_posi != 'd') {
now_posi = 'd';
_root.main.xxx.gotoAndStop('d');
}
} else {
if (now_posi != 'center') {
now_posi = 'center';
_root.main.xxx.gotoAndStop('center');
}
}
}
}
}
}
}
}
}
instance xxx_btn of movieClip 897 {
onClipEvent (enterFrame) {
if (_root.main._currentframe <= 459 || _root.main._currentframe >= 1076) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
button 899 {
on (press) {
this.startDrag();
btn_press = 1;
_root.now_touch = 'anal';
if (now_posi == 'in0') {
_root.main.anal.gotoAndStop(2);
}
if (_root.main._currentframe <= 408) {
_root.main.gotoAndPlay('anal_start');
}
}
on (release, releaseOutside) {
this.stopDrag();
this._x = 0;
this._y = 0;
btn_press = 0;
now_move = 0;
now_biku = 0;
_root.now_touch = '';
if (_root.main.anal._currentframe == 2 || now_posi == 'in0' || now_posi == 'out1') {
now_posi = 'in0';
_root.main.anal.gotoAndStop(1);
}
if (_root.main._currentframe <= 408) {
_root.main.gotoAndPlay('anal_end');
}
}
}
movieClip 900 {
}
movieClip 901 {
instance mc of movieClip 900 {
onClipEvent (load) {
this._alpha = 0;
btn_press = 0;
point_save = 0;
now_posi = 'in0';
now_move = 0;
now_biku = 0;
}
onClipEvent (enterFrame) {
if (now_move == 0 && (this._x != 0 || this._y != 0)) {
now_move = 1;
}
if (btn_press == 0) {
} else {
if (now_move == 1) {
if (this._y <= -32) {
switch (_root.main.anal._currentframe) {
break;
case 6:
case 5:
if (now_posi != 'in4') {
now_posi = 'in4';
_root.main.anal.gotoAndPlay('in4');
}
break;
case 4:
if (now_posi != 'in3') {
now_posi = 'in3';
_root.main.anal.gotoAndPlay('in3');
}
break;
case 3:
if (now_posi != 'in2') {
now_posi = 'in2';
_root.main.anal.gotoAndPlay('in2');
}
break;
case 2:
if (now_posi != 'in1') {
now_posi = 'in1';
_root.main.anal.gotoAndPlay('in1');
}
break;
default:
}
} else {
if (this._y <= -24) {
switch (_root.main.anal._currentframe) {
case 6:
if (now_posi != 'out4') {
now_posi = 'out4';
_root.main.anal.gotoAndPlay('out4');
}
break;
break;
case 5:
case 4:
if (now_posi != 'in3') {
now_posi = 'in3';
_root.main.anal.gotoAndPlay('in3');
}
break;
case 3:
if (now_posi != 'in2') {
now_posi = 'in2';
_root.main.anal.gotoAndPlay('in2');
}
break;
case 2:
if (now_posi != 'in1') {
now_posi = 'in1';
_root.main.anal.gotoAndPlay('in1');
}
break;
default:
}
} else {
if (this._y <= -16) {
switch (_root.main.anal._currentframe) {
case 6:
if (now_posi != 'out4') {
now_posi = 'out4';
_root.main.anal.gotoAndPlay('out4');
}
break;
case 5:
if (now_posi != 'out3') {
now_posi = 'out3';
_root.main.anal.gotoAndPlay('out3');
}
break;
case 4:
break;
case 3:
if (now_posi != 'in2') {
now_posi = 'in2';
_root.main.anal.gotoAndPlay('in2');
}
break;
case 2:
if (now_posi != 'in1') {
now_posi = 'in1';
_root.main.anal.gotoAndPlay('in1');
}
break;
default:
}
} else {
if (this._y <= -8) {
switch (_root.main.anal._currentframe) {
case 6:
if (now_posi != 'out4') {
now_posi = 'out4';
_root.main.anal.gotoAndPlay('out4');
}
break;
case 5:
if (now_posi != 'out3') {
now_posi = 'out3';
_root.main.anal.gotoAndPlay('out3');
}
break;
case 4:
if (now_posi != 'out2') {
now_posi = 'out2';
_root.main.anal.gotoAndPlay('out2');
}
break;
case 3:
break;
case 2:
if (now_posi != 'in1') {
now_posi = 'in1';
_root.main.anal.gotoAndPlay('in1');
}
break;
default:
}
} else {
switch (_root.main.anal._currentframe) {
case 6:
if (now_posi != 'out4') {
now_posi = 'out4';
_root.main.anal.gotoAndPlay('out4');
}
break;
case 5:
if (now_posi != 'out3') {
now_posi = 'out3';
_root.main.anal.gotoAndPlay('out3');
}
break;
case 4:
if (now_posi != 'out2') {
now_posi = 'out2';
_root.main.anal.gotoAndPlay('out2');
}
break;
case 3:
if (now_posi != 'out1') {
now_posi = 'out1';
_root.main.anal.gotoAndPlay('out1');
}
break;
case 2:
break;
default:
}
}
}
}
}
}
}
}
}
}
button 903 {
on (press) {
this.startDrag();
btn_press = 1;
_root.now_touch = 'oppai';
if (_root.main._currentframe <= 408) {
_root.main.gotoAndPlay('oppai_start');
}
}
on (release, releaseOutside) {
this.stopDrag();
this._x = 0;
this._y = 0;
btn_press = 0;
now_posi = '';
reaction_start = 0;
_root.now_touch = '';
if (_root.main._currentframe <= 408) {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.gotoAndPlay('release1');
break;
case 1:
_root.main.gotoAndPlay('release2');
break;
default:
}
}
switch (Math.floor(Math.random() * 2)) {
}
case 'unknown condition':
_root.main.oppai.gotoAndPlay('yure1');
break;
case 1:
_root.main.oppai.gotoAndPlay('yure2');
}
}
movieClip 904 {
}
movieClip 905 {
instance mc of movieClip 904 {
onClipEvent (load) {
this._alpha = 0;
btn_press = 0;
now_posi = '';
reaction_start = 0;
}
onClipEvent (enterFrame) {
if (btn_press == 1) {
if (this._y < -10) {
if (this._x < -10) {
if (now_posi != 'ul') {
now_posi = 'ul';
_root.main.oppai.gotoAndStop('left_ul');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (this._x > 10) {
if (now_posi != 'ur') {
now_posi = 'ur';
_root.main.oppai.gotoAndStop('left_ur');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (now_posi != 'u') {
now_posi = 'u';
_root.main.oppai.gotoAndStop('left_u');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
}
}
} else {
if (this._y > 10) {
if (this._x < -10) {
if (now_posi != 'dl') {
now_posi = 'dl';
_root.main.oppai.gotoAndStop('left_dl');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (this._x > 10) {
if (now_posi != 'dr') {
now_posi = 'dr';
_root.main.oppai.gotoAndStop('left_dr');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (now_posi != 'c') {
now_posi = 'c';
_root.main.oppai.gotoAndStop('left_d');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
}
}
} else {
if (this._x < -10) {
if (now_posi != 'l') {
now_posi = 'l';
_root.main.oppai.gotoAndStop('left_l');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (this._x > 10) {
if (now_posi != 'r') {
now_posi = 'r';
_root.main.oppai.gotoAndStop('left_r');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (now_posi != 'center') {
now_posi = 'center';
_root.main.oppai.gotoAndStop('left_center');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
}
}
}
}
}
}
}
}
button 907 {
on (press) {
this.startDrag();
btn_press = 1;
_root.now_touch = 'oppai';
if (_root.main._currentframe <= 408) {
_root.main.gotoAndPlay('oppai_start');
}
}
on (release, releaseOutside) {
this.stopDrag();
this._x = 0;
this._y = 0;
btn_press = 0;
now_posi = '';
reaction_start = 0;
_root.now_touch = '';
if (_root.main._currentframe <= 408) {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.gotoAndPlay('release1');
break;
case 1:
_root.main.gotoAndPlay('release2');
break;
default:
}
}
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.oppai.gotoAndPlay('yure1');
break;
case 1:
_root.main.oppai.gotoAndPlay('yure2');
}
}
}
movieClip 908 {
}
movieClip 909 {
instance mc of movieClip 908 {
onClipEvent (load) {
this._alpha = 0;
btn_press = 0;
now_posi = '';
reaction_start = 0;
}
onClipEvent (enterFrame) {
if (btn_press == 1) {
if (this._y < -10) {
if (this._x < -10) {
if (now_posi != 'ul') {
now_posi = 'ul';
_root.main.oppai.gotoAndStop('right_ul');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (this._x > 10) {
if (now_posi != 'ur') {
now_posi = 'ur';
_root.main.oppai.gotoAndStop('right_ur');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (now_posi != 'u') {
now_posi = 'u';
_root.main.oppai.gotoAndStop('right_u');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
}
}
} else {
if (this._y > 10) {
if (this._x < -10) {
if (now_posi != 'dl') {
now_posi = 'dl';
_root.main.oppai.gotoAndStop('right_dl');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (this._x > 10) {
if (now_posi != 'dr') {
now_posi = 'dr';
_root.main.oppai.gotoAndStop('right_dr');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (now_posi != 'c') {
now_posi = 'c';
_root.main.oppai.gotoAndStop('right_d');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
}
}
} else {
if (this._x < -10) {
if (now_posi != 'l') {
now_posi = 'l';
_root.main.oppai.gotoAndStop('right_l');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (this._x > 10) {
if (now_posi != 'r') {
now_posi = 'r';
_root.main.oppai.gotoAndStop('right_r');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
} else {
if (now_posi != 'center') {
now_posi = 'center';
_root.main.oppai.gotoAndStop('right_center');
reaction_start = 1;
if (Math.floor(Math.random() * 2) == 1) {
_root.girl_pleasure += 1;
}
}
}
}
}
}
}
}
}
}
button 910 {
on (press) {
this.startDrag();
btn_press = 1;
_root.now_touch = 'chikubi';
if (_root.main._currentframe <= 408) {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.gotoAndPlay('chikubi1');
break;
case 1:
_root.main.gotoAndPlay('chikubi2');
break;
default:
}
}
}
on (release, releaseOutside) {
this.stopDrag();
this._x = 0;
this._y = 0;
btn_press = 0;
now_posi = '';
_root.now_touch = '';
if (_root.main._currentframe <= 408) {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.gotoAndPlay('release1');
break;
case 1:
_root.main.gotoAndPlay('release2');
break;
default:
}
}
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.oppai.gotoAndPlay('yure1');
break;
case 1:
_root.main.oppai.gotoAndPlay('yure2');
}
}
}
movieClip 911 {
}
movieClip 912 {
instance of movieClip 911 {
onClipEvent (load) {
this._alpha = 0;
btn_press = 0;
now_posi = '';
}
onClipEvent (enterFrame) {
if (btn_press == 1) {
if (this._y < -6) {
if (this._x < -6) {
if (now_posi != 'ul') {
now_posi = 'ul';
_root.main.oppai.gotoAndStop('left_nipple_ul');
}
} else {
if (this._x > 6) {
if (now_posi != 'ur') {
now_posi = 'ur';
_root.main.oppai.gotoAndStop('left_nipple_ur');
}
} else {
if (now_posi != 'u') {
now_posi = 'u';
_root.main.oppai.gotoAndStop('left_nipple_u');
}
}
}
} else {
if (this._y > 6) {
if (this._x < -6) {
if (now_posi != 'dl') {
now_posi = 'dl';
_root.main.oppai.gotoAndStop('left_nipple_dl');
}
} else {
if (this._x > 6) {
if (now_posi != 'dr') {
now_posi = 'dr';
_root.main.oppai.gotoAndStop('left_nipple_dr');
}
} else {
if (now_posi != 'c') {
now_posi = 'c';
_root.main.oppai.gotoAndStop('left_nipple_d');
}
}
}
} else {
if (this._x < -6) {
if (now_posi != 'l') {
now_posi = 'l';
_root.main.oppai.gotoAndStop('left_nipple_l');
}
} else {
if (this._x > 6) {
if (now_posi != 'r') {
now_posi = 'r';
_root.main.oppai.gotoAndStop('left_nipple_r');
}
} else {
if (now_posi != 'center') {
now_posi = 'center';
_root.main.oppai.gotoAndStop('left_nipple_center');
}
}
}
}
}
}
}
}
}
button 914 {
on (press) {
this.startDrag();
btn_press = 1;
_root.now_touch = 'chikubi';
if (_root.main._currentframe <= 408) {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.gotoAndPlay('chikubi1');
break;
case 1:
_root.main.gotoAndPlay('chikubi2');
break;
default:
}
}
}
on (release, releaseOutside) {
this.stopDrag();
this._x = 0;
this._y = 0;
btn_press = 0;
now_posi = '';
_root.now_touch = '';
if (_root.main._currentframe <= 408) {
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.gotoAndPlay('release1');
break;
case 1:
_root.main.gotoAndPlay('release2');
break;
default:
}
}
switch (Math.floor(Math.random() * 2)) {
case 0:
_root.main.oppai.gotoAndPlay('yure1');
//Invalid switch }
break;
case 0:
_root.main.oppai.gotoAndPlay('yure2');
}
}
movieClip 915 {
}
movieClip 916 {
instance of movieClip 915 {
onClipEvent (load) {
this._alpha = 0;
btn_press = 0;
now_posi = '';
}
onClipEvent (enterFrame) {
if (btn_press == 1) {
if (this._y < -6) {
if (this._x < -6) {
if (now_posi != 'ul') {
now_posi = 'ul';
_root.main.oppai.gotoAndStop('right_nipple_ul');
}
} else {
if (this._x > 6) {
if (now_posi != 'ur') {
now_posi = 'ur';
_root.main.oppai.gotoAndStop('right_nipple_ur');
}
} else {
if (now_posi != 'u') {
now_posi = 'u';
_root.main.oppai.gotoAndStop('right_nipple_u');
}
}
}
} else {
if (this._y > 6) {
if (this._x < -6) {
if (now_posi != 'dl') {
now_posi = 'dl';
_root.main.oppai.gotoAndStop('right_nipple_dl');
}
} else {
if (this._x > 6) {
if (now_posi != 'dr') {
now_posi = 'dr';
_root.main.oppai.gotoAndStop('right_nipple_dr');
}
} else {
if (now_posi != 'c') {
now_posi = 'c';
_root.main.oppai.gotoAndStop('right_nipple_d');
}
}
}
} else {
if (this._x < -6) {
if (now_posi != 'l') {
now_posi = 'l';
_root.main.oppai.gotoAndStop('right_nipple_l');
}
} else {
if (this._x > 6) {
if (now_posi != 'r') {
now_posi = 'r';
_root.main.oppai.gotoAndStop('right_nipple_r');
}
} else {
if (now_posi != 'center') {
now_posi = 'center';
_root.main.oppai.gotoAndStop('right_nipple_center');
}
}
}
}
}
}
}
}
}
movieClip 918 {
}
instance of movieClip 918 {
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;
case 'Org_Loop':
_root.now_speed = 'Finish_Loop';
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 = 'Org_Loop';
break;
case 'Org_Loop':
_root.now_speed = 'Org_Loop';
break;
default:
}
}
break;
case 2:
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_startS');
}
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;
case 'Org_Loop':
_root.now_speed = 'Finish_Loop';
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 = 'Org_Loop';
break;
case 'Org_Loop':
_root.now_speed = 'Org_Loop';
break;
default:
}
}
break;
default:
if (!key_up && Key.isDown(38) || !key_W && Key.isDown(87)) {
_root.se01.start();
_root.now_speed = 'Auto';
_root.ctrler.MC.gotoAndStop(2);
}
if (!key_down && Key.isDown(40) || !key_S && Key.isDown(83)) {
_root.se01.start();
_root.now_speed = 'Auto';
_root.ctrler.MC.gotoAndStop(2);
}
if (!key_left && Key.isDown(37) || !key_A && Key.isDown(65)) {
_root.se01.start();
_root.now_speed = 'Auto';
_root.ctrler.MC.gotoAndStop(2);
}
if (!key_right && Key.isDown(39) || !key_D && Key.isDown(68)) {
_root.se01.start();
_root.now_speed = 'Auto';
_root.ctrler.MC.gotoAndStop(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);
}
}
button 924 {
on (release) {
_root.se01.start();
this.gotoAndStop(2);
}
}
movieClip 925 {
frame 1 {
this.stop();
}
instance of movieClip 258 {
onClipEvent (load) {
this._alpha = 0;
}
}
}
movieClip 926 {
}
movieClip 928 {
}
button 929 {
on (release) {
_root.se01.start();
_root.insert_type = 'penis';
_root.main.gotoAndPlay('insert');
this.gotoAndStop(3);
}
}
movieClip 931 {
}
button 932 {
on (release) {
_root.se01.start();
_root.insert_type = 'tentacle';
_root.main.gotoAndPlay('insertS');
this.gotoAndStop(3);
}
}
button 935 {
on (release) {
_root.se01.start();
switch (_root.insert_type) {
case 'penis':
_root.main.gotoAndPlay('insert_back');
break;
case 'tentacle':
_root.main.gotoAndPlay('insert_backS');
break;
default:
}
this.gotoAndStop(1);
}
}
movieClip 939 {
frame 1 {
this.stop();
}
}
instance insert_btn of movieClip 939 {
onClipEvent (load) {
insert_flag = 0;
this.gotoAndStop(4);
}
onClipEvent (enterFrame) {
if ((_root.girl_pleasure >= 100 || _root.after_org == 1) && this._currentframe == 4) {
this.wave.gotoAndPlay(2);
this.gotoAndStop(1);
}
}
}
movieClip 946 {
frame 20 {
_root.girl_pleasure = 1;
this.stop();
}
}
movieClip 947 {
frame 13 {
this.gotoAndPlay(1);
}
}
movieClip 948 {
frame 1 {
this.stop();
}
}
movieClip 950 {
}
movieClip 951 {
instance girl_gauge of movieClip 948 {
onClipEvent (enterFrame) {
if (_root.girl_pleasure < 1) {
_root.girl_pleasure = 1;
}
if (_root.girl_pleasure > 300) {
_root.girl_pleasure = 300;
}
this.gotoAndStop(Math.floor(_root.girl_pleasure));
}
}
}
button 957 {
on (press) {
plus_on = 1;
if (_root.pleasure_add <= 299) {
_root.pleasure_add += 1;
}
}
on (release, releaseOutside) {
plus_on = 0;
}
}
button 961 {
on (press) {
minus_on = 1;
if (_root.pleasure_add >= -299) {
_root.pleasure_add -= 1;
}
}
on (release, releaseOutside) {
minus_on = 0;
}
}
movieClip 963 {
}
instance of movieClip 963 {
onClipEvent (load) {
plus_on = 0;
minus_on = 0;
}
onClipEvent (enterFrame) {
if (_root.pleasure_add >= 1) {
_root.pleasure_add_text = '+' + _root.pleasure_add;
} else {
if (_root.pleasure_add <= -1) {
_root.pleasure_add_text = _root.pleasure_add;
} else {
if (this._parent.pleasure_add == 0) {
_root.pleasure_add_text = '±0';
}
}
}
if (plus_on == 1) {
_root.pleasure_add += 1;
}
if (minus_on == 1) {
_root.pleasure_add -= 1;
}
}
}
movieClip 967 {
frame 1 {
this.stop();
}
}
movieClip 972 {
}
button 973 {
on (release) {
_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;
case 'Org_Loop':
_root.now_speed = 'Finish_Loop';
break;
default:
}
}
}
button 974 {
on (release) {
_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 = 'Org_Loop';
break;
case 'Org_Loop':
_root.now_speed = 'Org_Loop';
break;
default:
}
}
}
movieClip 976 {
}
button 977 {
on (release) {
_root.se01.start();
_root.main.gotoAndPlay('finish_start');
}
}
movieClip 979 {
}
button 981 {
on (release) {
_root.se01.start();
_root.main.gotoAndPlay('finish_startS');
}
}
movieClip 982 {
frame 1 {
this.stop();
}
instance of movieClip 967 {
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 967 {
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 967 {
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 967 {
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 967 {
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 967 {
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 967 {
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 of movieClip 967 {
onClipEvent (load) {
if (_root.now_speed == 'Org_Loop') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.now_speed == 'Org_Loop') {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
}
}
instance ctrler of movieClip 982 {
onClipEvent (load) {
if (_root.main._currentframe >= 534 && _root.main._currentframe <= 753) {
this.gotoAndStop(1);
} else {
if (_root.main._currentframe >= 842 && _root.main._currentframe <= 1061) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
}
onClipEvent (enterFrame) {
if (_root.main._currentframe >= 534 && _root.main._currentframe <= 753) {
this.gotoAndStop(1);
} else {
if (_root.main._currentframe >= 842 && _root.main._currentframe <= 1061) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
}
}
movieClip 986 {
}
button 987 {
on (release) {
_root.se01.start();
switch (_root.abnormal_osikko) {
case 'on':
_root.abnormal_osikko = 'off';
break;
case 'off':
_root.abnormal_osikko = 'on';
break;
default:
_root.abnormal_osikko = 'on';