STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228025
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2560 · P5119

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/61494915?noj=FRM61494915-19DC" width="1" height="1"></div>

Goeniko vs Kuromaru.swf

This is the info page for
Flash #207370

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS1/AS2]
Combined Code
movieClip 16 { } movieClip 24 { frame 1 { switch (Math.floor(Math.random() * 7) + 1) { case 1: this.gotoAndPlay('play1'); break; case 2: this.gotoAndPlay('play2'); break; case 3: this.gotoAndPlay('play3'); break; case 4: this.gotoAndPlay('play4'); break; case 5: this.gotoAndPlay('play5'); break; default: this.stop(); } } instance of movieClip 16 { onClipEvent (load) { this._alpha = 0; } } frame 27 { this.stop(); } } movieClip 26 { } movieClip 35 { frame 1 { switch (Math.floor(Math.random() * 7) + 1) { case 1: this.gotoAndPlay('play1'); break; case 2: this.gotoAndPlay('play2'); break; case 3: this.gotoAndPlay('play3'); break; case 4: this.gotoAndPlay('play4'); break; case 5: this.gotoAndPlay('play5'); break; default: this.stop(); } } instance of movieClip 26 { onClipEvent (load) { this._alpha = 0; } } frame 27 { this.stop(); } } movieClip 37 { } movieClip 46 { frame 1 { switch (Math.floor(Math.random() * 7) + 1) { case 1: this.gotoAndPlay('play1'); break; case 2: this.gotoAndPlay('play2'); break; case 3: this.gotoAndPlay('play3'); break; case 4: this.gotoAndPlay('play4'); break; case 5: this.gotoAndPlay('play5'); break; default: this.stop(); } } instance of movieClip 37 { onClipEvent (load) { this._alpha = 0; } } frame 27 { this.stop(); } } movieClip 48 { } movieClip 58 { frame 1 { switch (Math.floor(Math.random() * 7) + 1) { case 1: this.gotoAndPlay('play1'); break; case 2: this.gotoAndPlay('play2'); break; case 3: this.gotoAndPlay('play3'); break; case 4: this.gotoAndPlay('play4'); break; case 5: this.gotoAndPlay('play5'); break; default: this.stop(); } } instance of movieClip 48 { onClipEvent (load) { this._alpha = 0; } } frame 27 { this.stop(); } } movieClip 60 { } movieClip 61 { } movieClip 62 { frame 1 { switch (Math.floor(Math.random() * 7) + 1) { case 1: this.gotoAndPlay('play1'); break; case 2: this.gotoAndPlay('play2'); break; case 3: this.gotoAndPlay('play3'); break; case 4: this.gotoAndPlay('play4'); break; case 5: this.gotoAndPlay('play5'); break; default: this.stop(); } } instance of movieClip 61 { onClipEvent (load) { this._alpha = 0; } } frame 23 { this.stop(); } } movieClip 63 milk_rightMC { instance mc3 of movieClip 24 { onClipEvent (load) { this._rotation = Math.floor(Math.random() * 10) + 1 - 5; } } instance mc3 of movieClip 35 { onClipEvent (load) { this._rotation = Math.floor(Math.random() * 10) + 1 - 5; } } instance mc2 of movieClip 46 { onClipEvent (load) { this._rotation = Math.floor(Math.random() * 10) + 1 - 5; } } instance mc1 of movieClip 58 { onClipEvent (load) { this._rotation = Math.floor(Math.random() * 10) + 1 - 5; } } frame 34 { this.removeMovieClip(); } frame 35 { this.stop(); } } movieClip 65 { } movieClip 66 bonyu_shibukiMC { frame 11 { this.stop(); this.removeMovieClip(); } } movieClip 68 { } movieClip 69 { frame 1 { this.stop(); } frame 7 { this.stop(); } } movieClip 70 shibuki { instance of movieClip 69 { 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 71 { } movieClip 72 { frame 1 { this.stop(); } frame 7 { this.stop(); } } movieClip 73 shibuki_finish { instance main of movieClip 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 72 { 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 74 { } movieClip 75 { frame 1 { this.stop(); } frame 7 { this.stop(); } } movieClip 76 shibuki_finish_sub { instance of movieClip 75 { 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 79 { } movieClip 90 xxx_cum { instance of movieClip 79 { onClipEvent (enterFrame) { if (_root.now_pause == 1) { this._parent.stop(); } else { this._parent.play(); } } } frame 12 { this.removeMovieClip(); } frame 13 { this.stop(); } } movieClip 93 { } movieClip 103 xxx_shibuki { instance of movieClip 79 { onClipEvent (enterFrame) { if (_root.now_pause == 1) { this._parent.stop(); } else { this._parent.play(); } } } instance of movieClip 93 { 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.se01.attachSound('se01select.wav'); _root.se02.attachSound('se02kutyu1.wav'); _root.se03.attachSound('se03kutyu2.wav'); _root.se04.attachSound('se04cum1.wav'); _root.se01.setVolume(50); _root.insert = new Sound(_root.voice); _root.loop1 = new Sound(_root.voice); _root.loop2 = new Sound(_root.voice); _root.loop3 = new Sound(_root.voice); _root.loop4 = new Sound(_root.voice); _root.loop5 = new Sound(_root.voice); _root.finish1 = new Sound(_root.voice); _root.finish2 = new Sound(_root.voice); _root.org1 = new Sound(_root.voice); _root.org2 = new Sound(_root.voice); _root.insert.attachSound('insert.wav'); _root.loop1.attachSound('loop1.wav'); _root.loop2.attachSound('loop2.wav'); _root.loop3.attachSound('loop3.wav'); _root.loop4.attachSound('loop4.wav'); _root.loop5.attachSound('loop5.wav'); _root.finish1.attachSound('finish1.wav'); _root.finish2.attachSound('finish2.wav'); _root.org1.attachSound('org1.wav'); _root.org2.attachSound('org1.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 = 'Wait'; _root.girl_pleasure = 1; _root.pleasure_add = 0; _root.finishing = 0; _root.cum_xxx = 0; _root.loop_count = 0; } } frame 1 { _root.speedChange_sub = function (speed, oppaiTL) { if (_root.girl_pleasure >= 300) { if (_root.main._currentframe >= 264 && _root.main._currentframe <= 370) { _root.finishing = 1; } _root.main.gotoAndPlay('org'); if (_root.main.oppai._currentframe <= oppaiTL && _root.main.oppai_currentframe <= 483) { _root.main.oppai.gotoAndPlay('org'); } } else { _root.main.gotoAndPlay(speed); if (_root.main.oppai._currentframe <= oppaiTL && _root.main.oppai_currentframe <= 483) { _root.main.oppai.gotoAndPlay(speed); } } }; _root.speedChange = function () { switch (_root.now_speed) { case 'Wait': _root.loop_count = 0; _root.speedChange_sub('wait', 371); break; case 'Slow': _root.loop_count = 0; _root.speedChange_sub('slow', 371); break; case 'Medium': _root.loop_count = 0; _root.speedChange_sub('Medium', 371); break; case 'Fast': _root.loop_count = 0; _root.speedChange_sub('fast', 371); break; case 'Very_Fast': _root.loop_count = 0; _root.speedChange_sub('very_fast', 371); break; case 'Finish_Loop': _root.loop_count = 0; _root.speedChange_sub('finish', 371); break; case 'Org_Loop': _root.loop_count = 0; _root.girl_pleasure = 300; _root.speedChange_sub('org', 371); break; case 'Auto': if (_root.loop_count == 5) { _root.loop_count = 0; switch (_root.main._currentframe) { case 111: _root.speedChange_sub('slow', 371); break; case 161: _root.speedChange_sub('slow', 371); break; case 168: _root.speedChange_sub('slow', 371); case 213: _root.speedChange_sub('medium', 371); break; case 239: _root.speedChange_sub('fast', 371); break; case 254: _root.speedChange_sub('very_fast', 371); break; case 263: _root.speedChange_sub('finish', 371); break; case 370: _root.speedChange_sub('slow', 371); break; case 464: _root.speedChange_sub('slow', 371); break; default: } } else { _root.loop_count += 1; switch (_root.main._currentframe) { case 111: _root.loop_count = 0; _root.speedChange_sub('slow', 371); break; case 161: _root.loop_count = 0; _root.speedChange_sub('slow', 371); break; case 168: _root.loop_count = 0; _root.speedChange_sub('slow', 371); break; case 213: _root.speedChange_sub('slow', 371); break; case 239: _root.speedChange_sub('medium', 371); break; case 254: _root.speedChange_sub('fast', 371); break; case 263: _root.speedChange_sub('very_fast', 371); break; case 370: _root.loop_count = 0; _root.speedChange_sub('slow', 371); break; case 464: _root.loop_count = 0; _root.speedChange_sub('slow', 371); break; default: } } break; default: } }; } frame 1 { _root.hand_change = function () { if (_root.clear_flug == 1 && _root.hand_speed != 4) { switch (_root.hand_speed) { case 1: _root.loop_point_name = 'lv' + _root.game_level + 'A'; break; case 2: _root.loop_point_name = 'lv' + _root.game_level + 'B'; break; case 3: _root.loop_point_name = 'lv' + _root.game_level + 'C'; break; default: } _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 5) + 3; } else { if (_root.hand_loop_count >= _root.hand_loop_max) { switch (_root.game_level) { case 1: switch (Math.floor(Math.random() * 3) + 1) { case 1: _root.loop_point_name = 'lv1A'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 3) + 3; break; case 2: _root.loop_point_name = 'lv1B'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 5) + 3; break; case 3: _root.loop_point_name = 'lv1C'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 8) + 3; break; default: } break; case 2: switch (Math.floor(Math.random() * 3) + 1) { case 1: _root.loop_point_name = 'lv2A'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 3) + 3; break; case 2: _root.loop_point_name = 'lv2B'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 5) + 3; break; case 3: _root.loop_point_name = 'lv2C'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 8) + 3; break; default: } break; case 3: switch (Math.floor(Math.random() * 3) + 1) { case 1: _root.loop_point_name = 'lv3A'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 3) + 3; break; case 2: _root.loop_point_name = 'lv3B'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 5) + 3; break; case 3: _root.loop_point_name = 'lv3C'; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); _root.hand_loop_max = Math.floor(Math.random() * 8) + 3; break; default: } break; default: } _root.hand_loop_count = 0; } else { _root.hand_loop_count += 1; _root.main.penis.gotoAndPlay(_root.loop_point_name); _root.main.moza_mask.gotoAndPlay(_root.loop_point_name); } } }; _root.left_bonyu1 = 0; _root.left_bonyu2 = 0; _root.left_bonyu3 = 0; _root.left_bonyu4 = 0; _root.left_bonyu5 = 0; _root.right_bonyu = 0; _root.bonyu_splash = function () { _root.se02.start(); if (_root.left_bonyu1 == 0) { _root.main.left_chikubiB.bonyu1.gotoAndPlay(Math.floor(Math.random() * 4) * 5 + 15); } if (_root.left_bonyu2 == 0) { _root.main.left_chikubiB.bonyu2.gotoAndPlay(Math.floor(Math.random() * 4) * 5 + 15); } if (_root.left_bonyu3 == 0) { _root.main.left_chikubiB.bonyu3.gotoAndPlay(Math.floor(Math.random() * 4) * 5 + 15); } if (_root.left_bonyu4 == 0) { _root.main.left_chikubiB.bonyu4.gotoAndPlay(Math.floor(Math.random() * 4) * 5 + 15); } if (_root.left_bonyu5 == 0) { _root.main.left_chikubiB.bonyu5.gotoAndPlay(Math.floor(Math.random() * 4) * 5 + 15); } if (_root.right_bonyu == 0) { _root.main.right_bonyu.gotoAndPlay(Math.floor(Math.random() * 4) * 5 + 15); } }; _root.hand_SE = function () { switch (Math.floor(Math.random() * 4) + 1) { case 1: _root.se04.start(); break; case 2: _root.se05.start(); break; default: } }; _root.aegi_voice = function () { switch (Math.floor(Math.random() * 3) + 1) { case 1: _root.voice01.start(); break; case 2: _root.voice02.start(); break; case 3: _root.voice03.start(); break; default: } }; _root.org_voice = function () { switch (Math.floor(Math.random() * 2) + 1) { case 1: _root.voice04.start(); break; case 2: _root.voice05.start(); break; default: } }; _root.cum_func = function () { if (_root.game_level == 1) { _root.main.penis.inc_penis.cum.gotoAndPlay('cum1'); } else { _root.main.penis.inc_penis.cum.gotoAndPlay('cum2'); } _root.se06.start(); }; } button 112 { on (release) { getURL('http://koooonsoft.jp/', ''); } } movieClip 114 { } // unknown tag 88 length 76 movieClip 118 { } movieClip 119 { } instance of movieClip 119 { onClipEvent (load) { this._alpha = 0; } } movieClip 122 { } // unknown tag 88 length 79 // unknown tag 88 length 79 movieClip 128 { instance of movieClip 122 { 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 130 { } movieClip 131 { } movieClip 133 { } button 134 { on (release) { _root.se01.setVolume(0); _root.insert.setVolume(0); this.gotoAndStop(2); } } button 135 { on (release) { _root.se01.start(); _root.se01.setVolume(50); _root.insert.setVolume(50); this.gotoAndStop(1); } } movieClip 136 { frame 1 { this.stop(); } } movieClip 138 { } button 139 { on (release) { _root.se001.start(); _root.voice1.setVolume(0); this.gotoAndStop(2); } } button 140 { on (release) { _root.se01.start(); _root.voice1.setVolume(100); this.gotoAndStop(1); } } movieClip 141 { frame 1 { this.stop(); } } // unknown tag 88 length 126 movieClip 145 { } movieClip 146 { instance of movieClip 145 { 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 151 { frame 1 { this.stop(); } } frame 3 { _root.default_numbers(); this.stop(); } movieClip 154 { } button 157 { on (release) { if (_root.main.oppai._currentframe <= 483) { _root.main.oppai.gotoAndPlay('sakunyu_start'); } else { _root.main.oppai.gotoAndPlay('sakunyu_end'); } } } movieClip 158 { } movieClip 159 { } movieClip 161 { } movieClip 163 { } movieClip 165 { } movieClip 166 { } movieClip 168 { } movieClip 170 { } movieClip 172 { } movieClip 173 { } movieClip 175 { } movieClip 177 { } movieClip 179 { frame 1 { this.stop(); } } movieClip 180 { instance of movieClip 179 { onClipEvent (load) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 182 { } movieClip 184 { frame 1 { this.stop(); } } movieClip 185 { instance of movieClip 184 { onClipEvent (load) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 187 { } movieClip 188 { frame 1 { this.stop(); } } movieClip 189 { instance of movieClip 188 { onClipEvent (load) { if (_root.wear_hat == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_hat == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 191 { } movieClip 193 { frame 1 { this.stop(); } } movieClip 194 { instance of movieClip 193 { onClipEvent (load) { if (_root.wear_cloak == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_cloak == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 195 { frame 1 { this.stop(); } } movieClip 196 { instance of movieClip 195 { onClipEvent (load) { if (_root.wear_hat == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_hat == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 198 { } movieClip 200 { frame 1 { this.stop(); } } movieClip 201 { instance of movieClip 200 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } } movieClip 203 { frame 1 { this.stop(); } } movieClip 205 { instance of movieClip 203 { onClipEvent (load) { if (_root.wear_cloak == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_cloak == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 207 { } movieClip 210 { frame 1 { this.stop(); } } movieClip 211 { instance of movieClip 210 { onClipEvent (load) { switch (_root.wear_body) { case 0: this.gotoAndStop(1); break; case 1: this.gotoAndStop(2); break; case 2: this.gotoAndStop(3); break; default: } } onClipEvent (enterFrame) { switch (_root.wear_body) { case 0: this.gotoAndStop(1); break; case 1: this.gotoAndStop(2); break; case 2: this.gotoAndStop(3); break; default: } } } } movieClip 213 { frame 1 { this.stop(); } } movieClip 216 { } movieClip 218 { } movieClip 220 { } movieClip 221 { frame 1 { this.stop(); } } movieClip 222 { instance of movieClip 221 { onClipEvent (load) { if (_root.wear_cloak == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_cloak == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 224 { } movieClip 226 { } movieClip 228 { frame 1 { this.stop(); } } movieClip 229 { instance of movieClip 228 { onClipEvent (load) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 231 { } movieClip 233 { } movieClip 236 { } movieClip 237 { frame 1 { this.stop(); } } movieClip 238 { instance of movieClip 237 { onClipEvent (load) { if (_root.wear_cloak == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_cloak == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 239 { } movieClip 241 { frame 1 { this.stop(); } instance of movieClip 239 { onClipEvent (load) { this._alpha = 0; } } } movieClip 243 { } movieClip 245 { frame 1 { this.stop(); } } movieClip 246 { instance of movieClip 245 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 248 { frame 1 { this.stop(); } } movieClip 249 { instance of movieClip 248 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 251 { } movieClip 253 { frame 1 { this.stop(); } } movieClip 254 { instance of movieClip 253 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 256 { frame 1 { this.stop(); } } movieClip 257 { instance of movieClip 256 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 259 { frame 1 { this.stop(); } } movieClip 260 { instance of movieClip 259 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 262 { frame 1 { this.stop(); } } movieClip 263 { instance of movieClip 262 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 265 { frame 1 { this.stop(); } } movieClip 266 { instance of movieClip 265 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 267 { frame 1 { this.stop(); } } movieClip 268 { instance of movieClip 267 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 269 { frame 1 { this.stop(); } } movieClip 270 { instance of movieClip 269 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 271 { frame 1 { this.stop(); } } movieClip 272 { instance of movieClip 271 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 273 { frame 1 { this.stop(); } } movieClip 274 { instance of movieClip 273 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 275 { frame 1 { this.stop(); } } movieClip 276 { instance of movieClip 275 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 277 { frame 1 { this.stop(); } } movieClip 278 { instance of movieClip 277 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 279 { frame 1 { this.stop(); } } movieClip 280 { instance of movieClip 279 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 281 { frame 1 { this.stop(); } } movieClip 282 { instance of movieClip 281 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } button 284 { on (release) { if (this._currentframe <= 483) { this.gotoAndPlay('yure'); } else { if (this._parent._currentframe >= 569) { } else { if (this._parent._currentframe >= 465 && this._parent._currentframe <= 495 || this._parent._currentframe >= 527 && this._parent._currentframe <= 547) { this._parent.gotoAndPlay('bonyu_reactB1'); } else { if (this._parent._currentframe >= 496 && this._parent._currentframe <= 526 || this._parent._currentframe >= 548 && this._parent._currentframe <= 568) { this._parent.gotoAndPlay('bonyu_reactB2'); } } } this.gotoAndPlay('sakunyu_btnact'); } } } movieClip 286 { } movieClip 288 { } movieClip 290 { } movieClip 291 { } movieClip 293 { } movieClip 295 { } movieClip 297 { } movieClip 298 { } movieClip 338 { } movieClip 404 { instance of movieClip 241 { onClipEvent (load) { switch (_root.wear_body) { case 0: this.gotoAndStop(1); break; case 1: this.gotoAndStop(2); break; case 2: this.gotoAndStop(3); break; default: } } onClipEvent (enterFrame) { switch (_root.wear_body) { case 0: this.gotoAndStop(1); break; case 1: this.gotoAndStop(2); break; case 2: this.gotoAndStop(3); break; default: } } } frame 483 { this.gotoAndStop(1); } frame 496 { if (_root.main._currentframe <= 40) { this._parent.gotoAndPlay('bonyu_reactB1'); } else { if (_root.main._currentframe >= 112 && _root.main._currentframe <= 168) { this._parent.gotoAndPlay('bonyu_reactB2'); } } } frame 516 { this.gotoAndPlay('sakunyu_loop'); if (_root.main._currentframe <= 40 || _root.main._currentframe >= 527 && _root.main._currentframe <= 547) { _root.main.gotoAndPlay('bonyu_reactA1'); } else { if (_root.main._currentframe >= 112 && _root.main._currentframe <= 168 || _root.main._currentframe >= 548 && _root.main._currentframe <= 568) { _root.main.gotoAndPlay('bonyu_reactA2'); } } } frame 521 { switch (Math.floor(Math.random() * 2) + 1) { case 1: _root.se02.start(); break; case 2: _root.se03.start(); break; default: } } frame 545 { this.gotoAndPlay('sakunyu_loop'); if (_root.main._currentframe >= 465 && _root.main._currentframe <= 495) { if (_root.now_speed != 'Wait') { _root.main.gotoAndPlay('insert'); } else { if (_root.girl_pleasure >= 300) { if (_root.main._currentframe <= 568) { _root.main.gotoAndPlay('bonyu_reactOrg1'); } } else { _root.main.gotoAndPlay('bonyu_reactA1'); } } } else { if (_root.now_speed != 'Wait') { } else { if (_root.girl_pleasure >= 300) { if (_root.main._currentframe <= 568) { _root.main.gotoAndPlay('bonyu_reactOrg2'); } } else { _root.main.gotoAndPlay('bonyu_reactA2'); } } } } frame 552 { switch (Math.floor(Math.random() * 2) + 1) { case 1: _root.se02.start(); break; case 2: _root.se03.start(); break; default: } } frame 566 { this.gotoAndPlay('sakunyu_loop'); if (_root.main._currentframe >= 527 && _root.main._currentframe <= 547) { if (_root.now_speed != 'Wait') { _root.main.gotoAndPlay('insert'); } else { if (_root.girl_pleasure >= 300) { if (_root.main._currentframe <= 568) { _root.main.gotoAndPlay('bonyu_reactOrg1'); } } else { _root.main.gotoAndPlay('bonyu_reactA1'); } } } else { if (_root.now_speed != 'Wait') { _root.speedChange(); } else { if (_root.girl_pleasure >= 300) { if (_root.main._currentframe <= 568) { _root.main.gotoAndPlay('bonyu_reactOrg2'); } } else { _root.main.gotoAndPlay('bonyu_reactA2'); } } } } frame 596 { this.gotoAndPlay('start'); } } movieClip 406 { } movieClip 408 { } movieClip 412 { frame 1 { this.stop(); } } movieClip 414 { } movieClip 416 { } movieClip 418 { } movieClip 422 { } movieClip 424 { } movieClip 425 { instance of movieClip 424 { 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 427 { } movieClip 428 { instance of movieClip 427 { 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 430 { } movieClip 432 { } movieClip 433 { instance of movieClip 432 { onClipEvent (load) { if (_root.after_org != 1) { this._alpha = Math.floor(_root.girl_pleasure / 3.75); } else { this._alpha = 80; } } onClipEvent (enterFrame) { if (_root.after_org != 1) { this._alpha = Math.floor(_root.girl_pleasure / 3.75); } else { this._alpha = 80; } } } } movieClip 434 { } movieClip 436 { } movieClip 438 { frame 1 { this.stop(); } } movieClip 439 { instance of movieClip 438 { onClipEvent (load) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 441 { frame 1 { this.stop(); } } movieClip 442 { instance of movieClip 441 { onClipEvent (load) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 444 { frame 1 { this.stop(); } } movieClip 445 { instance of movieClip 444 { onClipEvent (load) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 2) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 447 { frame 1 { this.stop(); } } movieClip 448 { instance of movieClip 447 { onClipEvent (load) { if (_root.wear_hat == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_hat == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 451 { frame 1 { this.stop(); } } movieClip 453 { frame 1 { this.stop(); } } movieClip 454 { instance of movieClip 451 { onClipEvent (load) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 453 { onClipEvent (load) { if (_root.wear_boots == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_boots == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 457 { frame 1 { this.stop(); } } movieClip 459 { frame 1 { this.stop(); } } movieClip 460 { instance of movieClip 457 { onClipEvent (load) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 459 { onClipEvent (load) { if (_root.wear_boots == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_boots == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 463 { frame 1 { this.stop(); } } movieClip 466 { } movieClip 467 { instance of movieClip 463 { onClipEvent (load) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 466 { 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 469 { frame 1 { this.stop(); } } movieClip 470 { instance of movieClip 469 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } } movieClip 472 { } movieClip 475 { } movieClip 478 { } movieClip 479 { instance of movieClip 475 { 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; } } } instance of movieClip 478 { 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 481 { } movieClip 484 { frame 1 { this.stop(); } } movieClip 486 { frame 1 { this.stop(); } } movieClip 487 { instance of movieClip 484 { onClipEvent (load) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 486 { onClipEvent (load) { if (_root.wear_boots == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_boots == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 489 { frame 1 { this.stop(); } } movieClip 490 { instance of movieClip 489 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } } movieClip 492 { } movieClip 493 { } movieClip 494 { instance of movieClip 493 { onClipEvent (load) { this.gotoAndStop(2); } } } movieClip 495 { instance of movieClip 494 { 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 498 { frame 1 { this.stop(); } } movieClip 500 { frame 1 { this.stop(); } } movieClip 501 { instance of movieClip 498 { onClipEvent (load) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 500 { onClipEvent (load) { if (_root.wear_boots == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_boots == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } movieClip 504 { frame 1 { this.stop(); } } movieClip 507 { } movieClip 508 { instance of movieClip 504 { onClipEvent (load) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.wear_socks == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 507 { 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 510 { } movieClip 512 { } movieClip 514 { } movieClip 516 { } movieClip 518 { } movieClip 520 { } movieClip 522 { } movieClip 524 { } movieClip 526 { } movieClip 527 { frame 1 { this.stop(); } instance of movieClip 520 { onClipEvent (load) { this._alpha = 0; } } frame 15 { this.gotoAndStop(1); } frame 30 { this.gotoAndStop(1); } frame 45 { this.gotoAndStop(1); } } movieClip 528 { instance of movieClip 527 { 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 530 { } movieClip 531 { } movieClip 532 { instance of movieClip 531 { onClipEvent (load) { this._x = 3000; } } } movieClip 534 { } movieClip 535 { } movieClip 536 { } movieClip 537 { } movieClip 538 { } movieClip 539 { frame 1 { } instance target of movieClip 534 { 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 536 { onClipEvent (load) { cum_on = 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 537 { onClipEvent (load) { this.gotoAndStop(2); } } instance of movieClip 538 { onClipEvent (load) { this.gotoAndStop(2); } } } movieClip 540 { instance MC of movieClip 539 { } } movieClip 542 { } movieClip 544 { } movieClip 545 { } movieClip 547 { } movieClip 549 { } movieClip 551 { } movieClip 553 { } movieClip 555 { } movieClip 557 { } movieClip 559 { } movieClip 561 { frame 1 { this.stop(); } } movieClip 562 { instance of movieClip 561 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } } movieClip 564 { frame 1 { this.stop(); } } movieClip 565 { instance of movieClip 564 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } } movieClip 567 { } movieClip 569 { frame 1 { this.stop(); } } movieClip 570 { instance of movieClip 569 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } } movieClip 572 { frame 1 { this.stop(); } } movieClip 573 { instance of movieClip 572 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } } movieClip 575 { frame 1 { this.stop(); } } movieClip 576 { instance of movieClip 575 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } } movieClip 578 { } movieClip 580 { } movieClip 582 { } movieClip 584 { } movieClip 586 { } movieClip 588 { } movieClip 590 { } movieClip 592 { } movieClip 596 { } movieClip 597 { instance of movieClip 475 { 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; } } } instance of movieClip 596 { 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 599 { } movieClip 601 { } movieClip 605 { } movieClip 606 { instance of movieClip 475 { 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; } } } instance of movieClip 605 { 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 608 { } movieClip 610 { } movieClip 612 { } movieClip 616 { } movieClip 617 { } movieClip 619 { } movieClip 622 { } movieClip 623 { } movieClip 625 { } movieClip 646 { frame 1 { this.stop(); } instance of movieClip 625 { onClipEvent (load) { this._alpha = 0; } } frame 32 { if (cum_end == 0) { this.gotoAndPlay('loop'); } else { cum_end = 0; this.gotoAndPlay('end'); } } frame 40 { this.gotoAndStop(1); } } movieClip 647 { instance MC of movieClip 646 { onClipEvent (load) { cum_end = 0; } } } movieClip 651 { } movieClip 652 { } movieClip 654 { } movieClip 655 { } movieClip 656 { frame 1 { SOURCE_MOVIECLIP = this; SOURCE_MOVIECLIP_x = SOURCE_MOVIECLIP._x; SOURCE_MOVIECLIP_y = SOURCE_MOVIECLIP._y; RENDER_MOVIECLIP = this.render; MosaicRect = {'x': 0, 'y': 0, 'w': 55, 'h': 85}; moza_pointA = this._x; moza_pointB = this._y; M_WIDTH = 5; M_HEIGHT = 5; M_WIDTH_HALF = M_WIDTH / 2; M_HEIGH_HALF = M_HEIGHT / 2; bmpData = new flash.display.BitmapData(MosaicRect.w, MosaicRect.h, true); onEnterFrame = function () { bmpData.fillRect(new flash.geom.Rectangle(0, 0, MosaicRect.w, MosaicRect.h), 0); m = new flash.geom.Matrix(1, 0, 0, 1, -MosaicRect.x + SOURCE_MOVIECLIP_x - RENDER_MOVIECLIP._x - moza_pointA, -MosaicRect.y + SOURCE_MOVIECLIP_y - RENDER_MOVIECLIP._y - moza_pointB); bmpData.draw(SOURCE_MOVIECLIP, m); var v2; var v1; var v3 = new flash.geom.Rectangle(0, 0, M_WIDTH, M_HEIGHT); v2 = 0; while (v2 < MosaicRect.h) { v1 = 0; while (v1 < MosaicRect.w) { v3.x = v1; v3.y = v2; bmpData.fillRect(v3, bmpData.getPixel32(v1 + M_WIDTH_HALF, v2 + M_HEIGH_HALF)); v1 += M_WIDTH; } v2 += M_HEIGHT; } RENDER_MOVIECLIP.clear(); m = new flash.geom.Matrix(1, 0, 0, 1, MosaicRect.x, MosaicRect.y); RENDER_MOVIECLIP.beginBitmapFill(bmpData, m, true, true); RENDER_MOVIECLIP.moveTo(MosaicRect.x, MosaicRect.y); RENDER_MOVIECLIP.lineTo(MosaicRect.x, MosaicRect.y + MosaicRect.h); RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y + MosaicRect.h); RENDER_MOVIECLIP.lineTo(MosaicRect.x + MosaicRect.w, MosaicRect.y); RENDER_MOVIECLIP.endFill(); }; } instance shibuki_new of movieClip 540 { } frame 40 { if (_root.now_speed != 'Wait') { this.gotoAndPlay('insert'); if (_root.main.oppai._currentframe <= 371) { this.oppai.gotoAndPlay('insert'); } } else { this.gotoAndPlay('start'); if (_root.main.oppai._currentframe <= 371) { this.oppai.gotoAndPlay('start'); } } } instance of movieClip 547 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 549 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 551 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 553 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 555 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 557 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 559 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 567 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 578 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 580 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 582 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 584 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 586 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 588 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 590 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 592 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 599 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } instance of movieClip 610 { onClipEvent (load) { if (_root.wear_pantu == 0) { this._alpha = 100; } else { this._alpha = 0; } } } frame 80 { 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: } _root.insert.start(); } frame 111 { _root.speedChange(); } frame 161 { if (_root.now_speed != 'Wait') { _root.speedChange(); } else { switch (Math.floor(Math.random() * 3) + 1) { case 1: this.gotoAndPlay('wait_biku'); if (_root.main.oppai._currentframe <= 371) { this.oppai.gotoAndPlay('wait_biku'); } break; default: this.gotoAndPlay('wait'); if (_root.main.oppai._currentframe <= 371) { this.oppai.gotoAndPlay('wait'); } } } } frame 168 { if (_root.now_speed != 'Wait') { _root.speedChange(); } else { this.gotoAndPlay('wait'); if (_root.main.oppai._currentframe <= 371) { this.oppai.gotoAndPlay('wait'); } } } frame 187 { 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() * 5) + 1) { case 1: _root.loop1.start(); break; case 2: _root.loop2.start(); break; case 3: _root.loop3.start(); break; case 4: _root.loop4.start(); break; case 5: _root.loop5.start(); break; default: } } frame 213 { _root.speedChange(); } frame 225 { 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: } switch (Math.floor(Math.random() * 5) + 1) { case 1: _root.loop1.start(); break; case 2: _root.loop2.start(); break; case 3: _root.loop3.start(); break; case 4: _root.loop4.start(); break; case 5: _root.loop5.start(); break; default: } } frame 239 { _root.speedChange(); } frame 247 { 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: } switch (Math.floor(Math.random() * 5) + 1) { case 1: _root.loop1.start(); break; case 2: _root.loop2.start(); break; case 3: _root.loop3.start(); break; case 4: _root.loop4.start(); break; case 5: _root.loop5.start(); break; default: } } frame 254 { _root.speedChange(); } frame 259 { 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: } switch (Math.floor(Math.random() * 4) + 1) { case 1: _root.loop2.start(); break; case 2: _root.loop3.start(); break; case 3: _root.loop4.start(); break; case 4: _root.loop5.start(); break; default: } } frame 263 { _root.speedChange(); } frame 271 { 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(); switch (Math.floor(Math.random() * 2) + 1) { case 1: _root.finish1.start(); break; case 2: _root.finish2.start(); break; default: } } frame 293 { xxx_shibuki = 1; shibuki_new.MC.shibuki = 'finish'; _root.girl_pleasure += 6 + _root.pleasure_add; _root.se04.start(); } frame 308 { xxx_shibuki = 1; shibuki_new.MC.shibuki = 'finish'; _root.girl_pleasure += 6 + _root.pleasure_add; _root.se04.start(); } frame 329 { xxx_shibuki = 1; shibuki_new.MC.shibuki = 'finish'; _root.girl_pleasure += 6 + _root.pleasure_add; _root.se04.start(); } frame 343 { xxx_shibuki = 1; shibuki_new.MC.shibuki = 'finish'; cum_afure.MC.cum_end = 1; _root.girl_pleasure += 6 + _root.pleasure_add; _root.se04.start(); } frame 370 { _root.speedChange(); } frame 378 { 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: } } switch (Math.floor(Math.random() * 2) + 1) { case 1: _root.org1.start(); break; case 2: _root.org2.start(); break; default: } } frame 398 { 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: } } } frame 423 { 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: } } } frame 438 { xxx_shibuki = 1; _root.breath = 1; if (_root.now_speed != 'Org_Loop') { _root.gauge_obj.girl_gauge.MC.gotoAndStop('go_zero'); } 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: } } } frame 464 { if (_root.now_speed != 'Org_Loop') { _root.girl_pleasure = 1; } _root.finishing = 0; _root.speedChange(); _root.after_org = 1; } frame 470 { _root.girl_pleasure += 3 + _root.pleasure_add; switch (Math.floor(Math.random() * 5) + 1) { case 1: _root.loop1.start(); break; case 2: _root.loop2.start(); break; case 3: _root.loop3.start(); break; case 4: _root.loop4.start(); break; case 5: _root.loop5.start(); break; default: } } frame 495 { if (this.oppai._currentframe <= 483 || this.oppai._currentframe >= 567) { this.gotoAndPlay('start'); } } frame 501 { _root.girl_pleasure += 3 + _root.pleasure_add; switch (Math.floor(Math.random() * 5) + 1) { case 1: _root.loop1.start(); break; case 2: _root.loop2.start(); break; case 3: _root.loop3.start(); break; case 4: _root.loop4.start(); break; case 5: _root.loop5.start(); break; default: } } frame 526 { if (_root.now_speed != 'Wait') { _root.loop_count = 0; switch (_root.now_speed) { case 'Wait': this.gotoAndPlay('wait'); break; case 'Auto': this.gotoAndPlay('slow'); break; case 'Slow': this.gotoAndPlay('slow'); break; case 'Medium': this.gotoAndPlay('medium'); break; case 'Fast': this.gotoAndPlay('fast'); break; case 'Very_Fast': this.gotoAndPlay('very_fast'); break; case 'Finish_Loop': this.gotoAndPlay('finish'); break; case 'Org_Loop': _root.girl_pleasure = 300; this.gotoAndPlay('org'); break; default: } } else { if (this.oppai._currentframe <= 483 || this.oppai._currentframe >= 567) { this.gotoAndPlay('wait'); } } } frame 537 { _root.girl_pleasure += 3 + _root.pleasure_add; switch (Math.floor(Math.random() * 5) + 1) { case 1: _root.loop1.start(); break; case 2: _root.loop2.start(); break; case 3: _root.loop3.start(); break; case 4: _root.loop4.start(); break; case 5: _root.loop5.start(); break; default: } } frame 547 { if (this.oppai._currentframe <= 483 || this.oppai._currentframe >= 567) { this.gotoAndPlay('start'); } } frame 558 { _root.girl_pleasure += 3 + _root.pleasure_add; switch (Math.floor(Math.random() * 5) + 1) { case 1: _root.loop1.start(); break; case 2: _root.loop2.start(); break; case 3: _root.loop3.start(); break; case 4: _root.loop4.start(); break; case 5: _root.loop5.start(); break; default: } } frame 568 { if (_root.now_speed != 'Wait') { _root.loop_count = 0; switch (_root.now_speed) { case 'Wait': this.gotoAndPlay('wait'); break; case 'Auto': this.gotoAndPlay('slow'); break; case 'Slow': this.gotoAndPlay('slow'); break; case 'Medium': this.gotoAndPlay('medium'); break; case 'Fast': this.gotoAndPlay('fast'); break; case 'Very_Fast': this.gotoAndPlay('very_fast'); break; case 'Finish_Loop': this.gotoAndPlay('finish'); break; case 'Org_Loop': _root.girl_pleasure = 300; this.gotoAndPlay('org'); break; default: } } else { if (this.oppai._currentframe <= 483 || this.oppai._currentframe >= 567) { this.gotoAndPlay('wait'); } } } frame 576 { _root.breath = 1; switch (Math.floor(Math.random() * 2) + 1) { case 1: _root.org1.start(); break; case 2: _root.org2.start(); break; default: } } frame 596 { _root.breath = 1; } frame 621 { _root.breath = 1; } frame 636 { _root.breath = 1; if (_root.now_speed != 'Org_Loop') { _root.gauge_obj.girl_gauge.MC.gotoAndStop('go_zero'); } } frame 662 { if (_root.now_speed != 'Org_Loop') { _root.girl_pleasure = 1; } _root.finishing = 0; if (this.oppai._currentframe >= 517) { this.gotoAndPlay('bonyu_reactA1'); } else { this.gotoAndPlay('start'); } _root.after_org = 1; } frame 670 { _root.breath = 1; switch (Math.floor(Math.random() * 2) + 1) { case 1: _root.org1.start(); break; case 2: _root.org2.start(); break; default: } } frame 690 { _root.breath = 1; } frame 715 { _root.breath = 1; } frame 730 { _root.breath = 1; if (_root.now_speed != 'Org_Loop') { _root.gauge_obj.girl_gauge.MC.gotoAndStop('go_zero'); } } frame 756 { if (_root.now_speed != 'Org_Loop') { _root.girl_pleasure = 1; } _root.finishing = 0; _root.after_org = 1; if (_root.now_speed != 'Wait') { _root.loop_count = 0; switch (_root.now_speed) { case 'Wait': this.gotoAndPlay('wait'); break; case 'Auto': this.gotoAndPlay('slow'); break; case 'Slow': this.gotoAndPlay('slow'); break; case 'Medium': this.gotoAndPlay('medium'); break; case 'Fast': this.gotoAndPlay('fast'); break; case 'Very_Fast': this.gotoAndPlay('very_fast'); break; case 'Finish_Loop': this.gotoAndPlay('finish'); break; case 'Org_Loop': _root.girl_pleasure = 300; this.gotoAndPlay('org'); break; default: } } else { if (this.oppai._currentframe >= 517) { this.gotoAndPlay('bonyu_reactA2'); } else { this.gotoAndPlay('wait'); } } } } movieClip 663 { frame 20 { this.stop(); } } movieClip 664 { frame 13 { this.gotoAndPlay(1); } } movieClip 665 { frame 1 { this.stop(); } } movieClip 667 { } movieClip 668 { instance girl_gauge of movieClip 665 { 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)); } } } movieClip 670 { } instance of movieClip 670 { 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) { if (_root.btns.ctrler._currentframe != 1) { if (!key_up && Key.isDown(38) || !key_W && Key.isDown(87)) { _root.se01.start(); _root.now_speed = 'Auto'; _root.btns.ctrler.MC.gotoAndStop(2); } if (!key_down && Key.isDown(40) || !key_S && Key.isDown(83)) { _root.se01.start(); _root.now_speed = 'Auto'; _root.btns.ctrler.MC.gotoAndStop(2); } if (!key_left && Key.isDown(37) || !key_A && Key.isDown(65)) { _root.se01.start(); _root.now_speed = 'Auto'; _root.btns.ctrler.MC.gotoAndStop(2); } if (!key_right && Key.isDown(39) || !key_D && Key.isDown(68)) { _root.se01.start(); _root.now_speed = 'Auto'; _root.btns.ctrler.MC.gotoAndStop(2); } } else { 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'); } 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: } } } } 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 676 { on (press) { if (_root.pleasure_add <= 300) { _root.pleasure_add += 1; } } } button 680 { on (press) { if (_root.pleasure_add >= -300) { _root.pleasure_add -= 1; } } } movieClip 682 { } instance of movieClip 682 { 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'; } } } } } button 689 { on (release) { _root.clear_flug = 1; } } button 691 { on (release) { _root.girl_pleasure += 50; } } button 692 { on (release) { _root.boy_pleasure += 50; } } movieClip 693 { frame 1 { this.stop(); } } instance of movieClip 693 { onClipEvent (load) { if (_root.debug_on != 1) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { _root.debug1 = '_root.loop_count = ' + _root.loop_count; _root.debug2 = '_root.wear_hand = ' + _root.wear_hand; _root.debug3 = '_root.loop_point_name = ' + _root.loop_point_name; _root.debug4 = '_root.clear_flug ' + _root.clear_flug; _root.debug5 = '_root.game_level ' + _root.game_level; _root.debug6 = '_root.hand_speed ' + _root.hand_speed; } } movieClip 695 { } button 696 { on (release) { _root.se01.start(); if (_root.wear_hat == 1) { _root.wear_hat = 0; } else { _root.wear_hat = 1; } } } button 697 { on (release) { _root.se01.start(); if (_root.wear_cloak == 1) { _root.wear_cloak = 0; } else { _root.wear_cloak = 1; } } } button 698 { on (release) { _root.se01.start(); switch (_root.wear_body) { case 0: _root.wear_body = 1; break; case 1: _root.wear_body = 2; break; case 2: _root.wear_body = 0; break; default: } } } button 699 { on (release) { _root.se01.start(); if (_root.eyes_highlight == 0) { _root.eyes_highlight = 1; } else { _root.eyes_highlight = 0; } } } button 700 { on (release) { _root.se01.start(); if (_root.wear_pantu == 1) { _root.wear_pantu = 0; } else { _root.wear_pantu = 1; } } } button 701 { on (release) { _root.se01.start(); if (_root.wear_socks == 1) { _root.wear_socks = 0; } else { _root.wear_socks = 1; } } } button 702 { on (release) { _root.se01.start(); if (_root.wear_boots == 1) { _root.wear_boots = 0; } else { _root.wear_boots = 1; } } } button 703 { on (release) { _root.se01.start(); if (_root.wear_hat != 1 || _root.wear_cloak != 1 || _root.wear_body != 1 || _root.wear_pantu != 1 || _root.wear_socks != 1 || _root.wear_boots != 1) { _root.wear_hat = 1; _root.wear_cloak = 1; _root.wear_body = 1; _root.wear_pantu = 1; _root.wear_socks = 1; _root.wear_boots = 1; } else { _root.wear_hat = 0; _root.wear_cloak = 0; _root.wear_body = 0; _root.wear_pantu = 0; _root.wear_socks = 0; _root.wear_boots = 0; } } } button 704 { on (release) { _root.se01.start(); if (_root.cum_xxx >= 1) { _root.cum_xxx = 0; } else { _root.cum_xxx = 1; } } } button 705 { on (release) { _root.se01.start(); if (_root.under_hair == 1) { _root.under_hair = 0; } else { _root.under_hair = 1; } } } movieClip 707 { frame 1 { this.stop(); } } movieClip 709 { frame 1 { this.stop(); } } movieClip 711 { } movieClip 713 { } movieClip 715 { } movieClip 717 { } movieClip 719 { } movieClip 721 { } movieClip 723 { } // unknown tag 88 length 44 movieClip 726 { } movieClip 728 { } movieClip 730 { } movieClip 732 { } movieClip 734 { } movieClip 736 { } movieClip 738 { } movieClip 740 { } movieClip 742 { } movieClip 744 { instance right_thigh of movieClip 734 { onClipEvent (load) { if (_root.wear_leg == 1) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance left_thigh of movieClip 738 { onClipEvent (load) { if (_root.wear_leg == 1) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 746 { } button 752 { on (release) { _root.se01.start(); if (_root.wear_body == 1) { _root.wear_body = 0; } else { _root.wear_body = 1; } } } movieClip 755 { frame 1 { this.stop(); } instance of movieClip 707 { onClipEvent (load) { if (_root.wear_hat == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_hat == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.wear_boots == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_boots == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.wear_socks == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_socks == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.wear_pantu == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_pantu == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.wear_cloak == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_cloak == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 709 { onClipEvent (load) { switch (_root.wear_body) { case 0: this.gotoAndStop(3); break; case 1: this.gotoAndStop(2); break; case 2: this.gotoAndStop(1); break; default: } } onClipEvent (enterFrame) { switch (_root.wear_body) { case 0: this.gotoAndStop(3); break; case 1: this.gotoAndStop(2); break; case 2: this.gotoAndStop(1); break; default: } } } instance of movieClip 707 { onClipEvent (load) { if (_root.eyes_highlight == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.eyes_highlight == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.wear_hat != 1 || _root.wear_cloak != 1 || _root.wear_body != 1 || _root.wear_pantu != 1 || _root.wear_socks != 1 || _root.wear_boots != 1) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_hat != 1 || _root.wear_cloak != 1 || _root.wear_body != 1 || _root.wear_pantu != 1 || _root.wear_socks != 1 || _root.wear_boots != 1) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.cum_xxx != 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.cum_xxx != 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.under_hair != 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.under_hair != 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.wear_body == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.wear_body == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance of movieClip 707 { onClipEvent (load) { if (_root.eyes_highlight == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.eyes_highlight == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } movieClip 759 { frame 1 { this.stop(); } } button 763 { 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 764 { 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 766 { } button 767 { on (release) { _root.se01.start(); _root.main.gotoAndPlay('finish'); } } movieClip 769 { } button 772 { on (release) { _root.se01.start(); _root.now_speed = 'Auto'; this.gotoAndStop(2); } } movieClip 774 { frame 1 { this.stop(); } } movieClip 775 { frame 1 { this.stop(); } instance of movieClip 759 { 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 759 { 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 759 { 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 759 { 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 759 { 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 759 { 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 759 { 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 759 { 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); } } } } // unknown tag 88 length 36 movieClip 783 { } button 785 { on (release) { getURL('http://koooonsoft.jp/', ''); } } movieClip 786 { } movieClip 788 { } button 791 { on (release) { _root.se01.start(); _root.btns.info.gotoAndStop(1); this.gotoAndStop(2); } } button 792 { on (release) { _root.se01.start(); _root.btns.info.gotoAndStop(2); this.gotoAndStop(1); } } movieClip 793 { frame 1 { this.stop(); } } movieClip 794 { instance ctrler of movieClip 775 { onClipEvent (load) { if (_root.main._currentframe <= 111 || _root.main._currentframe >= 465 && _root.main._currentframe <= 495 || _root.main._currentframe >= 527 && _root.main._currentframe <= 547 || _root.main._currentframe >= 569 && _root.main._currentframe <= 662) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.main._currentframe <= 111 || _root.main._currentframe >= 465 && _root.main._currentframe <= 495 || _root.main._currentframe >= 527 && _root.main._currentframe <= 547 || _root.main._currentframe >= 569 && _root.main._currentframe <= 662) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } instance info of movieClip 786 { onClipEvent (load) { this.gotoAndStop(2); } } } button 796 { on (release) { _root.se01.start(); if (_root.clear_flug == 1) { _root.level_starter.gotoAndPlay('free'); } else { _root.level_starter.gotoAndPlay('level1'); } this.gotoAndStop(2); } } movieClip 798 { } movieClip 801 { frame 1 { this.stop(); } }




http://swfchan.com/42/207370/info.shtml
Created: 23/7 -2019 10:38:46 Last modified: 23/7 -2019 10:38:46 Server time: 19/04 -2024 16:33:10