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

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

Big Top Bangeroo.swf

This is the info page for
Flash #214947

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { stop(); owner_URL = 'http://www.meetandfuckgames.com/'; next_btn._visible = false; next_btn.onPress = function () { gotoAndStop(3); }; onEnterFrame = function () { if (_currentframe != 1) { return undefined; } percent_shadow = 'Loading: ' + int(100 * getBytesLoaded() / getBytesTotal()) + '%'; percent = percent_shadow; bar.SetValue(getBytesLoaded() / getBytesTotal()); if (getBytesLoaded() == getBytesTotal()) { next_btn._visible = true; } }; MNF_btn.onPress = function () { getURL('http://www.meetandfuckgames.com', '_blank'); }; moregames.onPress = function () { getURL('http://www.gamesofdesire.com', '_blank'); }; } movieClip 10 { } movieClip 12 { } // unknown tag 88 length 143 // unknown tag 88 length 138 movieClip 2630 __Packages.AnimManager { #initclip if (!_global.AnimManager) { var v1 = function (anim_mc_, btns_mc_) { this.anim_mc = anim_mc_; this.btns_mc = btns_mc_; this.gravi = new Gravitation(1); this.gravi.move_draw = 0.5; this.acts = new Array(); this.anim_swings = new Array(); }; _global.AnimManager = v1; var v2 = v1.prototype; v2.AddAct = function (AnimActObject) { var new_act = new AnimAct(AnimActObject); this.acts.push(new_act); (eval(String(this.btns_mc) + '.' + new_act.btn_name)).onPress = function () { var v3 = this._parent.anim_manager; if (v3 == undefined) { v3 = this._parent._parent.anim_manager; } var v2 = 0; while (v2 < v3.acts.length) { if (this._name == v3.acts[v2].btn_name) { this._parent.btn_id = v2; break; } ++v2; } this._parent.border._x = this._x; this._parent.border._y = this._y; v3.setAct(this._name); this.postOnPress(); }; if (this.acts.length == 1) { (eval(String(this.btns_mc) + '.' + new_act.btn_name)).onPress(); } }; v2.AddSwing = function (AnimSwingObject) { this.anim_swings.push(new AnimSwing(AnimSwingObject)); }; v2.setAct = function (btn_name) { if (btn_name == this.act.btn_name) { return undefined; } var btn_name_found = false; var i = 0; while (i < this.acts.length) { if (this.acts[i].btn_name == btn_name) { this.act = this.acts[i]; btn_name_found = true; break; } ++i; } if (!btn_name_found) { return undefined; } (eval(String(this.anim_mc._parent) + '.hint')).removeMovieClip(); if (this.act.type == AnimAct.TYPE_PENDULUM_MANUAL) { this.gravi.control_mode = 0; this.CreateHint(640, 480, this.anim_mc._parent, this.act.mouse_movement, this.act.pixel_start, this.act.pixel_width); } else { this.gravi.control_mode = 1; } if (this.act.frame_enter != undefined) { this.frame = this.act.frame_enter; } this.gravi.auto_speed = this.act.auto_speed; if (this.act.type == AnimAct.TYPE_CUM_PENDULUM) { this.gravi.auto_fade_out_speed = this.act.auto_fade_out_speed; this.state = 0; this.timer = 0; } else { if (this.act.type == AnimAct.TYPE_CUM_LINEAR) { this.state = 0; } } this.Update(this.anim_mc._parent._xmouse, this.anim_mc._parent._ymouse); this.act.setFaceByStr(this.anim_mc, this.act.face_settings); }; v2.Update = function (_xmouse, _ymouse) { if (this.act == undefined) { return undefined; } if (this.act.type == AnimAct.TYPE_PENDULUM_MANUAL) { if (this.act.mouse_movement == AnimAct.VERTICAL_MOVEMENT) { this.gravi.move_goto = (_ymouse - this.act.pixel_start) / this.act.pixel_width; } else { this.gravi.move_goto = (_xmouse - this.act.pixel_start) / this.act.pixel_width; } if (this.gravi.move_goto < 0) { this.gravi.move_goto = 0; } else { if (this.gravi.move_goto > 1) { this.gravi.move_goto = 1; } } if (this.act.reverse_mouse_control) { this.gravi.move_goto = 1 - this.gravi.move_goto; } } this.UpdateSwings(true, this.gravi.swing_draw[0]); this.gravi.Update(); if (this.act.type == AnimAct.TYPE_LINEAR) { this.frame += 1; if (this.frame >= this.act.frame_end) { this.frame -= this.act.frame_end - this.act.frame_start; } } else { if (this.act.type == AnimAct.TYPE_CUM_LINEAR) { this.frame += 1; if (this.frame >= this.act.frame_end) { if (this.state == 0) { this.state = 1; this.act.setFaceByStr(this.anim_mc, this.act.face_settings_after_cum); } this.frame -= this.act.frame_end - this.act.frame_start; } } else { if (this.act.type == AnimAct.TYPE_PENDULUM || this.act.type == AnimAct.TYPE_PENDULUM_MANUAL) { this.frame = int(this.gravi.move_draw * (this.act.frame_end - this.act.frame_start) + this.act.frame_start); } else { if (this.act.type == AnimAct.TYPE_CUM_PENDULUM) { if (this.state == 0) { ++this.timer; if (this.timer >= 50) { this.state = 1; this.gravi.control_mode = 2; } } else { if (this.state == 1) { if (this.gravi.auto_move_fade_k < 0.5) { this.act.playCum(this.anim_mc); this.state = 2; } } else { if (this.state == 2) { if (this.gravi.control_mode == 1) { this.act.setFaceByStr(this.anim_mc, this.act.face_settings_after_cum); this.state = 3; } } } } this.frame = int(this.gravi.move_draw * (this.act.frame_end - this.act.frame_start) + this.act.frame_start); } } } } this.anim_mc.gotoAndStop(int(this.frame)); this.UpdateSwings(false, this.gravi.swing_draw[0]); }; v2.UpdateSwings = function (update_before, gravi_swing_draw) { var i = 0; while (i < this.anim_swings.length) { if (this.anim_swings[i].update_before_gravi == update_before) { var clip = eval(String(this.anim_mc) + '.' + this.anim_swings[i].clip_name); var last_frame = this.anim_swings[i].last_frame; var first_frame = this.anim_swings[i].first_frame; if (this.anim_swings[i].reverse) { clip.gotoAndStop(int((1 - gravi_swing_draw) * (last_frame - first_frame) + first_frame)); } else { clip.gotoAndStop(int(gravi_swing_draw * (last_frame - first_frame) + first_frame)); } } ++i; } }; v2.CreateHint = function (swf_width, swf_height, owner_mc, mouse_movement, pixel_start, pixel_width) { var hint_mc = owner_mc.createEmptyMovieClip('hint', owner_mc.getNextHighestDepth()); this.DrawArrow(swf_width, swf_height, hint_mc, mouse_movement, pixel_start, pixel_width); var mouse_icon_mc = hint_mc.createEmptyMovieClip('mouse_icon', hint_mc.getNextHighestDepth()); this.DrawMouseIcon(mouse_icon_mc); mouse_icon_mc._visible = false; hint_mc.anim = 0; hint_mc.mouse_movement = mouse_movement; hint_mc.pixel_start = pixel_start; hint_mc.pixel_width = pixel_width; hint_mc.swf_width = swf_width; hint_mc.swf_height = swf_height; hint_mc.onEnterFrame = function () { if (!mouse_icon_mc._visible) { mouse_icon_mc._visible = true; } hint_mc.anim += 0.05; if (hint_mc.anim >= 1) { hint_mc.anim -= 1; } if (hint_mc.mouse_movement == AnimAct.HORIZONTAL_MOVEMENT) { hint_mc.mouse_icon._x = hint_mc.pixel_start + hint_mc.pixel_width / 2 + Math.sin(6.283185307179586 * hint_mc.anim) * hint_mc.pixel_width / 2; hint_mc.mouse_icon._y = hint_mc.swf_height / 2 - 70; } else { if (hint_mc.mouse_movement == AnimAct.VERTICAL_MOVEMENT) { hint_mc.mouse_icon._x = hint_mc.swf_width / 2 + 70; hint_mc.mouse_icon._y = hint_mc.pixel_start + hint_mc.pixel_width / 2 + Math.sin(6.283185307179586 * hint_mc.anim) * hint_mc.pixel_width / 2; } } hint_mc._alpha -= 1; if (hint_mc._alpha <= 0) { hint_mc.removeMovieClip(); } }; }; v2.DrawArrow = function (swf_width, swf_height, mc, mouse_movement, pixel_start, pixel_width) { mc.lineStyle(2, 10066329); mc.beginFill(16777215, 100); var v1 = 25; if (mouse_movement == AnimAct.HORIZONTAL_MOVEMENT) { var v4 = pixel_start; var v3 = swf_height / 2; mc.moveTo(v4, v3); mc.lineTo(v4 + 1.5 * v1, v3 - v1); mc.lineTo(v4 + 1.5 * v1, v3 - 0.5 * v1); mc.lineTo(v4 + pixel_width - 1.5 * v1, v3 - 0.5 * v1); mc.lineTo(v4 + pixel_width - 1.5 * v1, v3 - v1); mc.lineTo(v4 + pixel_width, v3); mc.lineTo(v4 + pixel_width - 1.5 * v1, v3 + v1); mc.lineTo(v4 + pixel_width - 1.5 * v1, v3 + 0.5 * v1); mc.lineTo(v4 + 1.5 * v1, v3 + 0.5 * v1); mc.lineTo(v4 + 1.5 * v1, v3 + v1); mc.lineTo(v4, v3); } else { if (mouse_movement == AnimAct.VERTICAL_MOVEMENT) { var v4 = swf_width / 2; var v3 = pixel_start; mc.moveTo(v4, v3); mc.lineTo(v4 + v1, v3 + 1.5 * v1); mc.lineTo(v4 + 0.5 * v1, v3 + 1.5 * v1); mc.lineTo(v4 + 0.5 * v1, v3 + pixel_width - 1.5 * v1); mc.lineTo(v4 + v1, v3 + pixel_width - 1.5 * v1); mc.lineTo(v4, v3 + pixel_width); mc.lineTo(v4 - v1, v3 + pixel_width - 1.5 * v1); mc.lineTo(v4 - 0.5 * v1, v3 + pixel_width - 1.5 * v1); mc.lineTo(v4 - 0.5 * v1, v3 + 1.5 * v1); mc.lineTo(v4 - v1, v3 + 1.5 * v1); mc.lineTo(v4, v3); } } }; v2.DrawMouseIcon = function (mc) { mc.lineStyle(2, 10066329); mc.beginFill(16777215, 100); var v1 = 40; mc.moveTo(-v1 / 2, 0); mc.curveTo(-v1 / 2, -v1 / 1.5, 0, -v1 / 1.5); mc.curveTo(v1 / 2, -v1 / 1.5, v1 / 2, 0); mc.curveTo(v1 / 3, 0.75 * v1, 0, 0.75 * v1); mc.curveTo(-v1 / 3, 0.75 * v1, -v1 / 2, 0); mc.endFill(); mc.moveTo(-v1 / 2, 0); mc.lineTo(v1 / 2, 0); mc.moveTo(0, 0); mc.lineTo(0, -v1 / 1.5); }; ASSetPropFlags(_global.AnimManager.prototype, null, 1); } #endinitclip } movieClip 2631 __Packages.Gravitation { #initclip if (!_global.Gravitation) { var v1 = function (swings_num) { this.move_speeds = new Array(); this.swing_draw = new Array(); this.swing_speed = new Array(); this.swing_fadeout = new Array(); this.auto_move_fade_k = 1; var v2; this.move_draw = 0.5; this.prev_move_draw = 0.5; this.prev_prev_move_draw = 0.5; v2 = 0; while (v2 < 24) { this.move_speeds.push(0); ++v2; } v2 = 0; while (v2 < swings_num) { this.swing_draw.push(0.5); this.swing_speed.push(0); this.swing_fadeout.push(0.1); ++v2; } this.move_delay = 3; this.move_speed_overal = 0; this.auto_anim_angle = 0; this.control_mode = 0; this.auto_fade_out_speed = 0.005; this.face_frame = 1; this.auto_speed = 0.2; this.anchor = undefined; }; _global.Gravitation = v1; var v2 = v1.prototype; v2.Update = function () { var v5; var v3; var v4 = _root.time_scale; if (v4 == undefined) { v4 = 1; } if (this.control_mode > 0) { if (this.control_mode == 2) { this.auto_move_fade_k -= this.auto_fade_out_speed; if (this.auto_move_fade_k < 0.15) { this.control_mode = 1; this.auto_move_fade_k = 0.15; } } this.auto_anim_angle += this.auto_move_fade_k * Math.PI * this.auto_speed * v4; if (this.auto_anim_angle >= 6.283185307179586) { this.auto_anim_angle -= 6.283185307179586; } this.move_goto = (this.auto_move_fade_k * Math.sin(this.auto_anim_angle) + 1) / 2; } this.actual_delay = this.move_delay - this.move_speed_overal * 10; if (this.actual_delay < 1.5) { this.actual_delay = 1.5; } this.move_speed = v4 * (this.move_goto - this.move_draw) / this.actual_delay; v5 = 1 / this.actual_delay; this.prev_prev_move_draw = this.prev_move_draw; this.prev_move_draw = this.move_draw; this.move_draw += this.move_speed; if (this.move_draw > 1) { this.move_draw = 1; } else { if (this.move_draw < 0) { this.move_draw = 0; } } this.anchor = undefined; if (this.move_draw < this.prev_move_draw && this.prev_move_draw >= this.prev_prev_move_draw) { this.anchor = 1; } else { if (this.move_draw > this.prev_move_draw && this.prev_move_draw <= this.prev_prev_move_draw) { this.anchor = -1; } } this.move_speeds.push(Math.abs(this.move_speed)); this.move_speeds.splice(0, 1); this.move_speed_overal = 0; v3 = 0; while (v3 < this.move_speeds.length) { this.move_speed_overal += this.move_speeds[v3]; ++v3; } this.move_speed_overal /= this.move_speeds.length; this.swing_goto = (this.move_speed + v5) / 2 * v5; v3 = 0; while (v3 < this.swing_draw.length) { if (Math.abs(this.swing_goto - this.swing_draw[v3]) > 0.001666666666666667 || Math.abs(this.swing_speed[v3]) > 0.001666666666666667) { this.swing_speed[v3] += (this.swing_goto - this.swing_draw[v3]) / 10 + 1.5 * this.move_speed_overal * (this.swing_goto - this.swing_draw[v3]); this.swing_draw[v3] += this.swing_speed[v3]; this.swing_draw[v3] += (this.swing_goto - this.swing_draw[v3]) * this.swing_fadeout[v3]; if (this.swing_draw[v3] < 0) { this.swing_draw[v3] = 0; } else { if (this.swing_draw[v3] > 1) { this.swing_draw[v3] = 1; } } } else { this.swing_draw[v3] = 0.5; } ++v3; } if (this.move_speed_overal > 0.14 && this.face_frame < 3) { this.face_frame = 3; } if (this.move_speed_overal > 0.07000000000000001 && this.face_frame < 2) { this.face_frame = 2; } if (this.move_speed_overal < 0.05 && this.face_frame > 1) { this.face_frame = 1; } if (this.move_speed_overal < 0.1 && this.face_frame > 2) { this.face_frame = 2; } }; ASSetPropFlags(_global.Gravitation.prototype, null, 1); } #endinitclip } movieClip 2632 __Packages.AnimAct { #initclip if (!_global.AnimAct) { var v1 = function (AnimActObject) { this.btn_name = AnimActObject.btn_name; this.type = AnimActObject.type; this.frame_start = AnimActObject.frame_start; this.frame_end = AnimActObject.frame_end; this.frame_enter = AnimActObject.frame_enter; if (this.frame_enter == undefined) { this.frame_enter = this.frame_start; } this.auto_speed = AnimActObject.auto_speed; this.auto_fade_out_speed = AnimActObject.auto_fade_out_speed; this.face_settings = this.TossJunkChars(AnimActObject.face_settings); this.cum_clips = this.TossJunkChars(AnimActObject.cum_clips); this.face_settings_after_cum = this.TossJunkChars(AnimActObject.face_settings_after_cum); this.mouse_movement = AnimActObject.mouse_movement; this.pixel_start = AnimActObject.pixel_start; this.pixel_width = AnimActObject.pixel_width; this.reverse_mouse_control = Boolean(AnimActObject.reverse_mouse_control); }; _global.AnimAct = v1; var v2 = v1.prototype; v2.TossJunkChars = function (str) { var v1 = 0; while (v1 < str.length) { if (str.charAt(v1) == '\t' || str.charAt(v1) == '\r' || str.charAt(v1) == '\n' || str.charAt(v1) == ' ') { str = str.substr(0, v1) + str.substr(v1 + 1, str.length); --v1; } ++v1; } return str; }; v2.setFaceByStr = function (anim_mc, data_str) { var data_item = ''; var i = 0; while (i <= data_str.length) { if (data_str.charAt(i) == ',' || i == data_str.length) { var n = data_item.indexOf('='); var path = data_item.substr(0, n); var frame = Number(data_item.substr(n + 1, data_item.length)); (eval(String(anim_mc) + '.' + path)).gotoAndStop(frame); data_item = ''; } else { data_item += data_str.charAt(i); } ++i; } }; v2.playCum = function (anim_mc) { var data_str = this.cum_clips; var data_item = ''; var i = 0; while (i <= data_str.length) { if (data_str.charAt(i) == ',' || i == data_str.length) { (eval(String(anim_mc) + '.' + data_item)).play(); data_item = ''; } else { data_item += data_str.charAt(i); } ++i; } }; v1.TYPE_PENDULUM = 0; v1.TYPE_LINEAR = 1; v1.TYPE_CUM_PENDULUM = 2; v1.TYPE_CUM_LINEAR = 3; v1.TYPE_PENDULUM_MANUAL = 4; v1.VERTICAL_MOVEMENT = 0; v1.HORIZONTAL_MOVEMENT = 1; ASSetPropFlags(_global.AnimAct.prototype, null, 1); } #endinitclip } movieClip 2633 __Packages.AnimSwing { #initclip if (!_global.AnimSwing) { var v1 = function (AnimSwingObject) { this.clip_name = AnimSwingObject.clip_name; this.first_frame = Number(AnimSwingObject.first_frame); this.last_frame = Number(AnimSwingObject.last_frame); this.reverse = Boolean(AnimSwingObject.reverse); if (AnimSwingObject.update_before_gravi == undefined) { this.update_before_gravi = false; } else { this.update_before_gravi = Boolean(AnimSwingObject.update_before_gravi); } }; _global.AnimSwing = v1; var v2 = v1.prototype; ASSetPropFlags(_global.AnimSwing.prototype, null, 1); } #endinitclip } movieClip 31 trans_screen { frame 1 { var next_screen; } frame 10 { _parent.setScreen(next_screen); } frame 20 { removeMovieClip(this); } } movieClip 39 { } movieClip 43 { frame 1 { if (first_run != undefined) { return undefined; } else { first_run = true; } t._alpha = 50; stop(); if (_root.global_sound == undefined) { _root.global_sound = new Sound(); _root.global_sound.setVolume(100); } if (_root.global_sound.getVolume() == 30) { gotoAndStop(2); } else { if (_root.global_sound.getVolume() == 0) { gotoAndStop(1); } } spot.onPress = function () { if (_currentframe == 1) { _root.global_sound.setVolume(30); gotoAndStop(2); } else { if (_currentframe == 2) { _root.global_sound.setVolume(0); gotoAndStop(3); } else { _root.global_sound.setVolume(100); gotoAndStop(1); } } }; spot.onRollOver = function () { t._alpha = 100; }; spot.onReleaseOutside = function () { t._alpha = 50; }; spot.onRollOut = spot.onReleaseOutside; } } movieClip 46 mainmenu { frame 1 { stop(); play_btn.onPress = function () { _root.gotoScreen('screen1'); }; MNF_btn.onPress = function () { getURL('http://www.meetandfuckgames.com', '_blank'); }; moregames.onPress = function () { getURL('http://www.gamesofdesire.com', '_blank'); }; } } movieClip 52 { } movieClip 54 { } movieClip 56 { } movieClip 58 { } movieClip 60 { } movieClip 62 { } movieClip 64 { } movieClip 67 { } movieClip 69 { } movieClip 71 { } movieClip 73 { } movieClip 75 { } movieClip 80 { } movieClip 82 { } movieClip 84 { } movieClip 87 { } movieClip 92 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 62 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 94 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 27 { randomFlag(); } frame 53 { randomFlag(); } } movieClip 97 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 98 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 99 { } movieClip 101 { } movieClip 104 { } movieClip 107 { } movieClip 113 { } movieClip 115 { } movieClip 117 { } movieClip 119 { } movieClip 121 { } movieClip 123 { } movieClip 124 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 55 { randomFlag(); } frame 110 { randomFlag(); } } movieClip 126 { frame 1 { _visible = false; } } movieClip 135 { } movieClip 138 { } movieClip 139 { frame 42 { stop(); next_btn.onPress = function () { play(); }; } frame 60 { stop(); next_btn.onPress = function () { play(); }; } frame 79 { stop(); next_btn.onPress = function () { play(); }; } frame 86 { stop(); _root.gotoScreen('screen2'); } } movieClip 141 screen1 { frame 1 { _root.endgamevar = false; } } movieClip 145 { } movieClip 147 { } movieClip 149 { } movieClip 151 { } movieClip 153 { } movieClip 155 { } movieClip 157 { } movieClip 179 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 104 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 196 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 198 { } movieClip 201 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 62 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 203 { } movieClip 205 { } movieClip 207 { } movieClip 208 { } movieClip 210 { } movieClip 212 { } movieClip 214 { } movieClip 216 { } movieClip 218 { } movieClip 220 { } movieClip 222 { } movieClip 224 { } movieClip 226 { } movieClip 228 { } movieClip 230 { } movieClip 245 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(3) + 1)); }; randomFlag(); } frame 39 { randomFlag(); } frame 69 { randomFlag(); } frame 90 { randomFlag(); } } movieClip 255 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(3) + 1)); }; randomFlag(); } frame 44 { randomFlag(); } frame 78 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 265 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(3) + 1)); }; randomFlag(); } frame 33 { randomFlag(); } frame 58 { randomFlag(); } frame 74 { randomFlag(); } } movieClip 275 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 41 { randomFlag(); } frame 75 { randomFlag(); } } movieClip 276 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 55 { randomFlag(); } frame 110 { randomFlag(); } } movieClip 278 { } movieClip 280 { } movieClip 282 { } movieClip 284 { } movieClip 286 { } movieClip 288 { } movieClip 290 { } movieClip 292 { } movieClip 294 { } movieClip 296 { } movieClip 298 { } movieClip 300 { } movieClip 302 { } movieClip 304 { } movieClip 306 { } movieClip 308 { } movieClip 311 { } movieClip 313 { } movieClip 315 { } movieClip 317 { } movieClip 319 { } movieClip 320 { } movieClip 322 { } movieClip 324 { } movieClip 326 { } movieClip 328 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 50 { randomFlag(); } frame 100 { randomFlag(); } } movieClip 333 { } movieClip 336 { } movieClip 340 { } movieClip 342 { } movieClip 343 { } movieClip 348 { frame 25 { _parent.play(); } frame 30 { stop(); } frame 41 { stop(); next_btn.onPress = function () { play(); }; } frame 57 { stop(); next_btn.onPress = function () { play(); }; } frame 73 { stop(); next_btn.onPress = function () { play(); }; } frame 156 { stop(); _parent.next_btn._visible = true; _parent.mc_btn._visible = true; _root.gotoScreen('screen3'); } } movieClip 349 screen2 { frame 1 { stop(); } frame 25 { stop(); bubbles.play(); } } movieClip 365 { } movieClip 367 { } movieClip 369 { } movieClip 371 { } movieClip 373 { } movieClip 375 { } movieClip 377 { } movieClip 379 { } movieClip 381 { } movieClip 386 { } movieClip 388 { } movieClip 390 { } movieClip 392 { } movieClip 394 { } movieClip 396 { } movieClip 398 { } movieClip 407 { } movieClip 409 { } movieClip 411 { } movieClip 416 { frame 1 { stop(); } } movieClip 419 { } movieClip 420 { } movieClip 422 { } movieClip 424 { } movieClip 426 { } movieClip 444 { } movieClip 446 { } movieClip 447 { } movieClip 450 { } movieClip 454 { } movieClip 455 { } movieClip 457 { } movieClip 461 { } movieClip 462 { } movieClip 464 { } movieClip 465 { frame 1 { stop(); } } movieClip 471 { } movieClip 478 { } movieClip 483 { frame 1 { stop(); } } movieClip 486 { frame 1 { stop(); } } movieClip 487 { } movieClip 489 { } movieClip 490 { } movieClip 496 { } movieClip 514 { } movieClip 528 { frame 1 { stop(); } } movieClip 530 { frame 1 { stop(); } } movieClip 550 { frame 1 { stop(); } } movieClip 552 { frame 1 { stop(); } } movieClip 554 { frame 1 { stop(); } } movieClip 569 { } movieClip 571 { } movieClip 579 { } movieClip 581 { } movieClip 583 { } movieClip 588 { } movieClip 594 { } movieClip 618 { } movieClip 631 { frame 1 { stop(); } } movieClip 633 { frame 1 { stop(); } } movieClip 636 { frame 1 { stop(); } frame 10 { stop(); } } movieClip 638 { frame 1 { stop(); } } movieClip 640 { frame 1 { stop(); } } movieClip 642 { frame 1 { stop(); } } movieClip 644 { frame 1 { stop(); } } movieClip 646 { } movieClip 656 { frame 1 { _visible = false; } } movieClip 667 { frame 1 { _visible = false; } } movieClip 687 { frame 1 { _visible = false; } } movieClip 712 { frame 1 { stop(); } frame 2 { _parent._parent.act.sperm4.play(); _parent._parent.act.sperm3.gotoAndStop(2); _parent._parent.cumscr.play(); } frame 15 { _parent._parent.act.hat.hat.sperm1.gotoAndStop(2); } frame 24 { _parent._parent.act.sperm2.gotoAndStop(2); } frame 30 { _parent._parent.act.sperm5.gotoAndStop(2); } frame 37 { _parent._parent.act.sperm6.gotoAndStop(2); } frame 48 { _parent._parent.act.sperm7.gotoAndStop(2); } frame 56 { _parent._parent.act.sperm8.gotoAndStop(2); } frame 63 { _parent._parent.act.sperm9.gotoAndStop(2); } frame 70 { _parent._parent.act.sperm10.gotoAndStop(2); } frame 85 { _parent._parent.act.sperm11.gotoAndStop(2); } frame 97 { _parent._parent.act.sperm12.gotoAndStop(2); } frame 104 { _parent._parent.act.sperm13.gotoAndStop(2); } frame 121 { _parent._parent.act.sperm14.gotoAndStop(2); } frame 140 { _parent._parent.act.sperm15.gotoAndStop(2); } frame 140 { stop(); } } movieClip 783 { } movieClip 837 { } movieClip 838 { } movieClip 846 { } movieClip 850 { } movieClip 851 { } movieClip 853 { } movieClip 855 { } movieClip 859 { } movieClip 864 { } movieClip 866 { } movieClip 870 { } movieClip 872 { } movieClip 882 { } movieClip 883 { } movieClip 884 { } movieClip 886 { frame 1 { stop(); } } movieClip 889 { } movieClip 894 { } movieClip 899 { } movieClip 900 { } movieClip 901 { } movieClip 903 { } movieClip 906 { } movieClip 907 { } movieClip 925 { } movieClip 932 { } movieClip 934 { } movieClip 936 { } movieClip 968 { } movieClip 972 { } movieClip 973 { } movieClip 975 { frame 1 { function changeValue(d_value) { if (value >= 1) { return undefined; } ++i_val; value_buf += d_value; if (i_val == buf_vals) { value_buf = 0; i_val = 0; } value += d_value; if (value >= 1) { value = 1; if (i_val != 0) { sendIncreament(value_buf + 0.001); } _parent.onBarFilled(); } else { if (value < 0) { value = 0; } } stripe._x = -(1 - value) * stripe._width; stripe1._x = -(1 - value) * stripe1._width; } var value = 0; var value_buf = 0; var buf_vals = 24; var i_val = 0; changeValue(0); } } movieClip 998 { } movieClip 999 { frame 1 { function onBarFilled() { cum_btn._visible = true; btn_manually1._visible = true; btn_manually2._visible = true; } cum_btn._visible = false; btn_manually1._visible = false; btn_manually2._visible = false; var i = 0; var btn_id = 0; while (eval('btn_' + i) != undefined) { if (i > 1) { (eval('btn_' + i)).enabled = false; (eval('btn_' + i))._alpha = 50; } ++i; } var btns_count = i; onEnterFrame = function () { if (bar.value < btn_id / (btns_count - 1)) { bar.changeValue(0.001); if (bar.value >= btn_id / (btns_count - 1)) { (eval('btn_' + (btn_id + 1))).enabled = true; (eval('btn_' + (btn_id + 1)))._alpha = 100; } } }; cum_btn.postOnPress = function () { _parent.panel._visible = false; _parent.cumscr.gotoAndPlay(2); }; btn_1.postOnPress = function () { if (_parent.var1 == true) { _parent.bubbles.gotoAndStop(2); } }; btn_2.postOnPress = function () { if (_parent.var2 == true) { _parent.bubbles.gotoAndStop(3); } }; btn_3.postOnPress = function () { if (_parent.var3 == true) { _parent.bubbles.gotoAndStop(4); } }; btn_4.postOnPress = function () { if (_parent.var4 == true) { _parent.bubbles.gotoAndStop(5); } }; btn_5.postOnPress = function () { if (_parent.var5 == true) { _parent.bubbles.gotoAndStop(6); } }; btn_6.postOnPress = function () { _parent.bubbles._visible = false; }; } } movieClip 1003 { } movieClip 1012 { frame 1 { onEnterFrame = function () { gotoAndStop(random(8) + 1); }; } } movieClip 1013 { } movieClip 1014 { frame 1 { stop(); } frame 31 { stop(); } frame 47 { stop(); _parent.next_btn._visible = true; _parent.mc_btn._visible = true; } } movieClip 1016 { } movieClip 1020 { } movieClip 1022 { } movieClip 1023 { frame 1 { next_btn.onPress = function () { _visible = false; }; } } movieClip 1027 { } movieClip 1029 { } movieClip 1030 { frame 1 { next_btn.onPress = function () { _visible = false; }; } } movieClip 1034 { } movieClip 1036 { } movieClip 1037 { frame 1 { next_btn.onPress = function () { _visible = false; }; } } movieClip 1041 { } movieClip 1043 { } movieClip 1044 { frame 1 { next_btn.onPress = function () { _visible = false; }; } } movieClip 1048 { } movieClip 1050 { } movieClip 1051 { frame 1 { next_btn.onPress = function () { _visible = false; }; } } movieClip 1055 { } movieClip 1057 { } movieClip 1058 { frame 1 { next_btn.onPress = function () { _visible = false; }; } } movieClip 1059 { frame 1 { stop(); } frame 2 { _parent.var1 = false; } frame 3 { _parent.var2 = false; } frame 4 { _parent.var3 = false; } frame 5 { _parent.var4 = false; } frame 6 { _parent.var5 = false; } } movieClip 1061 { frame 1 { function move_viewpoint(d_x, d_y, target) { x_c = _xmouse; y_c = _ymouse; if (x_c > 640) { x_c = 640; } if (x_c < 0) { x_c = 0; } if (x_c == undefined) { x_c = 640; } if (y_c > 480) { y_c = 480; } if (y_c < 0) { y_c = 0; } if (y_c == undefined) { y_c = 480; } target._x = a_x - Math.round(d_x / 2) + Math.round(d_x * (1 - x_c / 640)); target._y = a_y - Math.round(d_y / 2) + Math.round(d_y * (1 - y_c / 480)); } d_y_0 = 50; d_x_0 = 50; a_x = _parent.act._x; a_y = _parent.act._y; onEnterFrame = function () { move_viewpoint(d_x_0, d_y_0, _parent.act); }; } } movieClip 1064 { } movieClip 1065 { } movieClip 1067 screen3 { frame 1 { stop(); next_btn._visible = false; mc_btn._visible = false; var1 = true; var2 = true; var3 = true; var4 = true; var5 = true; next_btn.onPress = function () { if (_root.endgamevar == true) { _root.gotoScreen('screen8'); } else { _root.gotoScreen('screen4'); } }; anim_manager = new AnimManager(act, panel); anim_manager.AddAct({'btn_name': 'btn_0', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 171, 'frame_end': 191, 'auto_speed': 0.04, 'face_settings': 'head=1'}); anim_manager.AddAct({'btn_name': 'btn_1', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 151, 'frame_end': 211, 'auto_speed': 0.06, 'face_settings': 'head=2'}); anim_manager.AddAct({'btn_name': 'btn_2', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 136, 'frame_end': 227, 'auto_speed': 0.14, 'face_settings': 'head=3'}); anim_manager.AddAct({'btn_name': 'btn_3', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 122, 'frame_end': 242, 'auto_speed': 0.22, 'face_settings': 'head=4'}); anim_manager.AddAct({'btn_name': 'btn_4', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 75, 'frame_end': 121, 'auto_speed': 0.06, 'face_settings': 'head=1'}); anim_manager.AddAct({'btn_name': 'btn_5', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 30, 'frame_end': 85, 'auto_speed': 0.14, 'face_settings': 'head=2'}); anim_manager.AddAct({'btn_name': 'btn_6', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 85, 'auto_speed': 0.22, 'face_settings': 'head=3'}); anim_manager.AddAct({'btn_name': 'cum_btn', 'type': AnimAct.TYPE_CUM_PENDULUM, 'frame_start': 1, 'frame_end': 60, 'auto_speed': 0.2, 'auto_fade_out_speed': 0.004, 'face_settings': 'head=2', 'cum_clips': 'cum1', 'face_settings_after_cum': 'head=1'}); anim_manager.AddAct({'btn_name': 'btn_manually1', 'type': AnimAct.TYPE_PENDULUM_MANUAL, 'frame_start': 122, 'frame_end': 242, 'mouse_movement': AnimAct.HORIZONTAL_MOVEMENT, 'reverse_mouse_control': 0, 'pixel_start': 200, 'pixel_width': 240, 'face_settings': 'head=5'}); anim_manager.AddAct({'btn_name': 'btn_manually2', 'type': AnimAct.TYPE_PENDULUM_MANUAL, 'frame_start': 1, 'frame_end': 121, 'mouse_movement': AnimAct.HORIZONTAL_MOVEMENT, 'reverse_mouse_control': 0, 'pixel_start': 200, 'pixel_width': 240, 'face_settings': 'head=4'}); anim_manager.AddSwing({'clip_name': 'covering', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'tail', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hat', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'stiff', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'balls', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'strap', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'bow', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 1071 { } movieClip 1073 { } movieClip 1074 { } movieClip 1076 { } movieClip 1078 { } movieClip 1079 { } movieClip 1083 { } movieClip 1089 { } movieClip 1097 { } movieClip 1105 { } movieClip 1106 { frame 1 { stop(); } } movieClip 1117 { } movieClip 1119 { } movieClip 1121 { } movieClip 1125 { } movieClip 1127 { } movieClip 1134 { } movieClip 1146 { } movieClip 1148 { } movieClip 1150 { } movieClip 1152 { } movieClip 1153 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1155 { } movieClip 1157 { } movieClip 1158 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1160 { } movieClip 1162 { } movieClip 1163 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1164 { frame 1 { stop(); } frame 1 { randomFlag = function () { gotoAndStop('flag' + (random(3) + 1)); }; randomFlag(); } } movieClip 1183 { } movieClip 1185 { } movieClip 1191 { } movieClip 1194 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 57 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 1214 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1216 { } movieClip 1218 { } movieClip 1220 { } movieClip 1222 { } movieClip 1227 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 57 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 1229 { } movieClip 1243 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 25 { randomFlag(); } frame 49 { randomFlag(); } } movieClip 1252 { } movieClip 1254 { } movieClip 1267 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 20 { randomFlag(); } frame 39 { randomFlag(); } } movieClip 1269 { } movieClip 1275 { } movieClip 1277 { } movieClip 1283 { } movieClip 1285 { } movieClip 1288 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 1325 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 14 { randomFlag(); } frame 27 { randomFlag(); } } movieClip 1331 { } movieClip 1332 { frame 1 { stop(); _parent.hair1.gotoAndStop(1); } frame 2 { stop(); _parent.hair1.gotoAndStop(2); } frame 3 { stop(); _parent.hair1.gotoAndStop(3); } frame 4 { stop(); _parent.hair1.gotoAndStop(4); } } movieClip 1334 { } movieClip 1336 { } movieClip 1338 { } movieClip 1339 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1341 { } movieClip 1343 { } movieClip 1344 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1347 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1348 { frame 1 { stop(); } frame 1 { randomFlag = function () { gotoAndStop('flag' + (random(3) + 1)); }; randomFlag(); } } movieClip 1350 { } movieClip 1354 { } movieClip 1358 { } movieClip 1362 { } movieClip 1363 { frame 1 { stop(); } } movieClip 1374 { } movieClip 1376 { } movieClip 1378 { } movieClip 1382 { } movieClip 1384 { } movieClip 1390 { } movieClip 1398 { } movieClip 1400 { } movieClip 1402 { } movieClip 1404 { } movieClip 1405 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 32 { randomFlag(); } frame 63 { randomFlag(); } } movieClip 1407 { } movieClip 1409 { } movieClip 1410 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 32 { randomFlag(); } frame 63 { randomFlag(); } } movieClip 1412 { } movieClip 1414 { } movieClip 1415 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 32 { randomFlag(); } frame 63 { randomFlag(); } } movieClip 1416 { frame 1 { stop(); } frame 1 { randomFlag = function () { gotoAndStop('flag' + (random(3) + 1)); }; randomFlag(); } } movieClip 1425 { } movieClip 1427 { } movieClip 1433 { } movieClip 1436 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 57 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 1450 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1452 { } movieClip 1454 { } movieClip 1456 { } movieClip 1459 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 57 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 1461 { } movieClip 1473 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 25 { randomFlag(); } frame 49 { randomFlag(); } } movieClip 1479 { } movieClip 1481 { } movieClip 1491 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 20 { randomFlag(); } frame 39 { randomFlag(); } } movieClip 1493 { } movieClip 1499 { } movieClip 1501 { } movieClip 1507 { } movieClip 1509 { } movieClip 1512 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 1539 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 14 { randomFlag(); } frame 27 { randomFlag(); } } movieClip 1545 { } movieClip 1546 { frame 1 { stop(); _parent.hair11.gotoAndStop(1); } frame 2 { stop(); _parent.hair11.gotoAndStop(2); } frame 3 { stop(); _parent.hair11.gotoAndStop(3); } frame 4 { stop(); _parent.hair11.gotoAndStop(4); } } movieClip 1548 { } movieClip 1550 { } movieClip 1552 { } movieClip 1553 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 32 { randomFlag(); } frame 63 { randomFlag(); } } movieClip 1555 { } movieClip 1557 { } movieClip 1558 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 32 { randomFlag(); } frame 63 { randomFlag(); } } movieClip 1561 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 32 { randomFlag(); } frame 63 { randomFlag(); } } movieClip 1562 { frame 1 { stop(); } frame 1 { randomFlag = function () { gotoAndStop('flag' + (random(3) + 1)); }; randomFlag(); } } movieClip 1575 { } movieClip 1577 { } movieClip 1579 { } movieClip 1581 { } movieClip 1583 { } movieClip 1588 { } movieClip 1599 { } movieClip 1601 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 1606 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 1608 { } movieClip 1610 { } movieClip 1612 { } movieClip 1614 { } movieClip 1616 { } movieClip 1618 { } movieClip 1627 { } movieClip 1629 { } movieClip 1631 { } movieClip 1633 { } movieClip 1635 { } movieClip 1636 { } movieClip 1638 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 25 { randomFlag(); } frame 49 { randomFlag(); } } movieClip 1641 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 1643 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 20 { randomFlag(); } frame 39 { randomFlag(); } } movieClip 1647 { } movieClip 1648 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 1650 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 14 { randomFlag(); } frame 27 { randomFlag(); } } movieClip 1651 { frame 1 { stop(); } } movieClip 1656 { } movieClip 1658 { } movieClip 1660 { } movieClip 1661 { } movieClip 1663 { } movieClip 1665 { } movieClip 1666 { } movieClip 1671 { } movieClip 1674 { } movieClip 1675 { } movieClip 1678 { } movieClip 1680 { } movieClip 1684 { } movieClip 1686 { } movieClip 1688 { } movieClip 1692 { } movieClip 1694 { } movieClip 1704 { } movieClip 1713 { } movieClip 1715 { } movieClip 1717 { } movieClip 1727 { } movieClip 1736 { } movieClip 1752 { } movieClip 1778 { frame 1 { stop(); } frame 2 { _parent.sperm.play(); } frame 13 { _parent.head1.sperm1._visible = true; } frame 25 { _parent.head1.sperm2._visible = true; } frame 30 { _parent.boob1.sperm4._visible = true; } frame 41 { _parent.head1.sperm3._visible = true; } frame 53 { _parent.head1.sperm7._visible = true; } frame 58 { _parent.boob1.sperm5._visible = true; } frame 69 { _parent.boob1.sperm8._visible = true; } frame 72 { _parent.sperm6._visible = true; } frame 77 { _parent._parent.cumscr.play(); _parent._parent.bubbles.gotoAndStop(6); } } movieClip 1779 { frame 1 { stop(); } frame 20 { _parent.head1.hat.sperm1a._visible = true; } frame 26 { _parent.head1.sperm2a._visible = true; } frame 35 { _parent.boob2.sperm4a._visible = true; } frame 52 { _parent.sperm3a._visible = true; } frame 72 { _parent.boob2.sperm5a._visible = true; } } movieClip 1885 { } movieClip 1886 { } movieClip 1887 { } movieClip 1888 { frame 1 { function changeValue(d_value) { if (value >= 1) { return undefined; } ++i_val; value_buf += d_value; if (i_val == buf_vals) { value_buf = 0; i_val = 0; } value += d_value; if (value >= 1) { value = 1; if (i_val != 0) { sendIncreament(value_buf + 0.001); } _parent.onBarFilled(); } else { if (value < 0) { value = 0; } } stripe._x = -(1 - value) * stripe._width; stripe1._x = -(1 - value) * stripe1._width; } var value = 0; var value_buf = 0; var buf_vals = 24; var i_val = 0; changeValue(0); } } movieClip 1895 { } movieClip 1896 { frame 1 { function onBarFilled() { cum_btn._visible = true; btn_manually._visible = true; _parent.bubbles.gotoAndStop(4); } cum_btn._visible = false; btn_manually._visible = false; var i = 0; var btn_id = 0; while (eval('btn_' + i) != undefined) { if (i > 1) { (eval('btn_' + i)).enabled = false; (eval('btn_' + i))._alpha = 50; } ++i; } var btns_count = i; onEnterFrame = function () { if (bar.value < btn_id / (btns_count - 1)) { bar.changeValue(0.001); if (bar.value >= btn_id / (btns_count - 1)) { (eval('btn_' + (btn_id + 1))).enabled = true; (eval('btn_' + (btn_id + 1)))._alpha = 100; } } }; cum_btn.postOnPress = function () { _parent.panel._visible = false; _parent.cumscr.gotoAndPlay(2); _parent.bubbles.gotoAndStop(5); }; btn_manually.postOnPress = function () { _parent.bubbles.gotoAndStop(5); }; btn_0.postOnPress = function () { _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand3.gotoAndStop(1); _parent.act.hand4.gotoAndStop(1); }; btn_1.postOnPress = function () { _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand3.gotoAndStop(1); _parent.act.hand4.gotoAndStop(1); _parent.bubbles.gotoAndStop(3); }; btn_2.postOnPress = function () { _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand3.gotoAndStop(1); _parent.act.hand4.gotoAndStop(1); if (_parent.var1 == true) { _parent.bubbles.gotoAndStop(2); } }; btn_3.postOnPress = function () { _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand3.gotoAndStop(1); _parent.act.hand4.gotoAndStop(1); _parent.bubbles.gotoAndStop(3); }; } } movieClip 1897 { frame 1 { stop(); } frame 31 { stop(); } frame 47 { stop(); _parent.next_btn._visible = true; _parent.mc_btn._visible = true; } } movieClip 1901 { } movieClip 1903 { } movieClip 1904 { frame 1 { next_btn.onPress = function () { _visible = false; }; } } movieClip 1908 { } movieClip 1910 { } movieClip 1911 { frame 1 { next_btn.onPress = function () { _visible = false; }; } } movieClip 1915 { } movieClip 1917 { } movieClip 1918 { frame 1 { next_btn.onPress = function () { _parent.gotoAndStop(5); }; } } movieClip 1922 { } movieClip 1924 { } movieClip 1925 { frame 1 { next_btn.onPress = function () { _visible = false; if (_root.endgamevar == true) { _root.gotoScreen('screen8'); } else { _root.gotoScreen('screen5'); } }; } } movieClip 1926 { frame 1 { stop(); } frame 2 { _parent.var1 = false; } frame 4 { _parent.var2 = false; } } movieClip 1928 screen4 { frame 1 { stop(); var1 = true; var2 = true; act.head1.sperm1._visible = false; act.head1.sperm7._visible = false; act.head1.sperm2._visible = false; act.head1.sperm3._visible = false; act.boob1.sperm4._visible = false; act.boob1.sperm8._visible = false; act.boob1.sperm5._visible = false; act.sperm6._visible = false; act.head1.hat.sperm1a._visible = false; act.head1.sperm2a._visible = false; act.sperm3a._visible = false; act.boob2.sperm4a._visible = false; act.boob2.sperm5a._visible = false; anim_manager = new AnimManager(act, panel); anim_manager.AddAct({'btn_name': 'btn_0', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 50, 'frame_end': 70, 'auto_speed': 0.04, 'face_settings': 'head3=1,head1=1,head31=2'}); anim_manager.AddAct({'btn_name': 'btn_1', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 30, 'frame_end': 90, 'auto_speed': 0.06, 'face_settings': 'head3=2,head1=2,head31=1'}); anim_manager.AddAct({'btn_name': 'btn_2', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 15, 'frame_end': 105, 'auto_speed': 0.14, 'face_settings': 'head3=3,head1=3,head31=2'}); anim_manager.AddAct({'btn_name': 'btn_3', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 121, 'auto_speed': 0.22, 'face_settings': 'head3=4,head1=4,head31=3'}); anim_manager.AddAct({'btn_name': 'cum_btn', 'type': AnimAct.TYPE_CUM_PENDULUM, 'frame_start': 1, 'frame_end': 121, 'auto_speed': 0.2, 'auto_fade_out_speed': 0.004, 'face_settings': 'head3=3,head1=3,head31=4', 'cum_clips': 'cum1', 'face_settings_after_cum': 'head3=2,head1=2,head31=1'}); anim_manager.AddAct({'btn_name': 'btn_manually', 'type': AnimAct.TYPE_PENDULUM_MANUAL, 'frame_start': 1, 'frame_end': 121, 'mouse_movement': AnimAct.HORIZONTAL_MOVEMENT, 'reverse_mouse_control': 0, 'pixel_start': 200, 'pixel_width': 240, 'face_settings': 'head3=3,head1=1,head31=1'}); anim_manager.AddSwing({'clip_name': 'tail', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head1.hair2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair1a', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head1.hair3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head3.hair2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head3.hair3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'balls1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'pubes1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob1', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob2', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob3', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob4', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair4', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair5', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair6', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'hair1.hair1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'tail1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair11.hair11', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head31.hair21', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head31.hair31', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'balls11', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'pubes11', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head1.hat', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 1930 { } movieClip 1933 { } movieClip 1934 { } movieClip 1935 { frame 1 { stop(); } } movieClip 1936 { } movieClip 1938 { } movieClip 1939 { } movieClip 1941 { } movieClip 1942 { } movieClip 1944 { } movieClip 1951 { } movieClip 1952 { frame 1 { stop(); } frame 1 { randomFlag = function () { gotoAndStop('flag' + (random(3) + 1)); }; randomFlag(); } } movieClip 1956 { frame 1 { stop(); _parent.hair11.gotoAndStop(1); } frame 2 { stop(); _parent.hair11.gotoAndStop(2); } frame 3 { stop(); _parent.hair11.gotoAndStop(3); } frame 4 { stop(); _parent.hair11.gotoAndStop(4); } } movieClip 1957 { frame 1 { stop(); } frame 1 { randomFlag = function () { gotoAndStop('flag' + (random(3) + 1)); }; randomFlag(); } } movieClip 1961 { } movieClip 1965 { } movieClip 1967 { } movieClip 1970 { } movieClip 1995 { } movieClip 2011 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 68 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 2014 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 68 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 2018 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 68 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 2019 { frame 1 { stop(); } } movieClip 2022 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 100 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 2031 { } movieClip 2034 { } movieClip 2041 { } movieClip 2044 { } movieClip 2051 { } movieClip 2053 { } movieClip 2069 { } movieClip 2102 { } movieClip 2110 { } movieClip 2126 { } movieClip 2131 { frame 1 { stop(); } frame 2 { _parent.sperm.play(); } frame 44 { _parent._parent.cumscr.play(); } frame 92 { gotoAndStop('frame'); } } movieClip 2134 { frame 1 { stop(); } frame 11 { stop(); } } movieClip 2210 { } movieClip 2213 { } movieClip 2216 { } movieClip 2219 { } movieClip 2220 { frame 1 { stop(); } } movieClip 2223 { } movieClip 2225 { } movieClip 2227 { } movieClip 2229 { } movieClip 2230 { } movieClip 2232 { } movieClip 2240 { } movieClip 2241 { } movieClip 2242 { } movieClip 2244 { } movieClip 2245 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2246 { } movieClip 2248 { } movieClip 2249 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2251 { } movieClip 2253 { } movieClip 2254 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2255 { frame 1 { stop(); } frame 1 { randomFlag = function () { gotoAndStop('flag' + (random(3) + 1)); }; randomFlag(); } } movieClip 2267 { } movieClip 2269 { } movieClip 2274 { } movieClip 2275 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 57 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 2288 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2290 { } movieClip 2291 { } movieClip 2292 { } movieClip 2293 { } movieClip 2295 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 57 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 2296 { } movieClip 2306 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 25 { randomFlag(); } frame 49 { randomFlag(); } } movieClip 2311 { } movieClip 2312 { } movieClip 2321 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 20 { randomFlag(); } frame 39 { randomFlag(); } } movieClip 2322 { } movieClip 2327 { } movieClip 2329 { } movieClip 2334 { } movieClip 2335 { } movieClip 2337 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 115 { randomFlag(); } } movieClip 2363 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 14 { randomFlag(); } frame 27 { randomFlag(); } } movieClip 2368 { } movieClip 2369 { frame 1 { stop(); _parent.hair1.gotoAndStop(1); } frame 2 { stop(); _parent.hair1.gotoAndStop(2); } frame 3 { stop(); _parent.hair1.gotoAndStop(3); } frame 4 { stop(); _parent.hair1.gotoAndStop(4); } } movieClip 2371 { } movieClip 2373 { } movieClip 2375 { } movieClip 2376 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2378 { } movieClip 2380 { } movieClip 2381 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2384 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2385 { frame 1 { stop(); } frame 1 { randomFlag = function () { gotoAndStop('flag' + (random(3) + 1)); }; randomFlag(); } } movieClip 2397 { } movieClip 2408 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 68 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 2409 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 68 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 2410 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 68 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 2411 { frame 1 { stop(); } } movieClip 2428 { } movieClip 2430 { } movieClip 2438 { } movieClip 2496 { } movieClip 2497 { frame 1 { function onBarFilled() { cum_btn1._visible = true; btn_manually1._visible = true; cum_btn2._visible = true; btn_manually2._visible = true; } cum_btn1._visible = false; btn_manually1._visible = false; cum_btn2._visible = false; btn_manually2._visible = false; var i = 0; var btn_id = 0; while (eval('btn_' + i) != undefined) { if (i > 1) { (eval('btn_' + i)).enabled = false; (eval('btn_' + i))._alpha = 50; } ++i; } var btns_count = i; onEnterFrame = function () { if (bar.value < btn_id / (btns_count - 1)) { bar.changeValue(0.001); if (bar.value >= btn_id / (btns_count - 1)) { (eval('btn_' + (btn_id + 1))).enabled = true; (eval('btn_' + (btn_id + 1)))._alpha = 100; } } }; cum_btn1.postOnPress = function () { _parent.panel._visible = false; _parent.cumscr.gotoAndPlay(2); }; cum_btn2.postOnPress = function () { _parent.panel._visible = false; _parent.cumscr.gotoAndPlay(2); }; btn_0.postOnPress = function () { _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand3.gotoAndStop(1); _parent.act.hand4.gotoAndStop(1); }; btn_1.postOnPress = function () { _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand3.gotoAndStop(1); _parent.act.hand4.gotoAndStop(1); }; btn_2.postOnPress = function () { _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand3.gotoAndStop(1); _parent.act.hand4.gotoAndStop(1); }; btn_3.postOnPress = function () { _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand1.gotoAndStop(1); _parent.act.hand2.gotoAndStop(1); _parent.act.hand3.gotoAndStop(1); _parent.act.hand4.gotoAndStop(1); }; } } movieClip 2498 { frame 1 { stop(); } frame 31 { stop(); } frame 47 { stop(); _parent.next_btn._visible = true; _parent.mc_btn._visible = true; } } movieClip 2499 screen5 { frame 1 { stop(); next_btn._visible = false; mc_btn._visible = false; next_btn.onPress = function () { if (_root.endgamevar == true) { _root.gotoScreen('screen8'); } else { _root.gotoScreen('screen6'); } }; anim_manager = new AnimManager(act, panel); anim_manager.AddAct({'btn_name': 'btn_0', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 101, 'frame_end': 121, 'auto_speed': 0.04, 'face_settings': 'head3=1,head1=1,head31=2'}); anim_manager.AddAct({'btn_name': 'btn_1', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 60, 'frame_end': 121, 'auto_speed': 0.06, 'face_settings': 'head3=2,head1=2,head31=1'}); anim_manager.AddAct({'btn_name': 'btn_2', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 30, 'frame_end': 121, 'auto_speed': 0.14, 'face_settings': 'head3=3,head1=3,head31=2'}); anim_manager.AddAct({'btn_name': 'btn_3', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 121, 'auto_speed': 0.22, 'face_settings': 'head3=4,head1=4,head31=3'}); anim_manager.AddAct({'btn_name': 'btn_4', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 182, 'frame_end': 242, 'auto_speed': 0.06, 'face_settings': 'head3=1,head1=2,head31=2'}); anim_manager.AddAct({'btn_name': 'btn_5', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 152, 'frame_end': 242, 'auto_speed': 0.14, 'face_settings': 'head3=2,head1=3,head31=3'}); anim_manager.AddAct({'btn_name': 'btn_6', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 122, 'frame_end': 242, 'auto_speed': 0.22, 'face_settings': 'head3=3,head1=4,head31=4'}); anim_manager.AddAct({'btn_name': 'cum_btn1', 'type': AnimAct.TYPE_CUM_PENDULUM, 'frame_start': 1, 'frame_end': 121, 'auto_speed': 0.2, 'auto_fade_out_speed': 0.004, 'face_settings': 'head3=3,head1=3,head31=1', 'cum_clips': 'cum1', 'face_settings_after_cum': 'head3=2,head1=1,head31=1'}); anim_manager.AddAct({'btn_name': 'cum_btn2', 'type': AnimAct.TYPE_CUM_PENDULUM, 'frame_start': 122, 'frame_end': 242, 'auto_speed': 0.2, 'auto_fade_out_speed': 0.004, 'face_settings': 'head3=1,head1=3,head31=3', 'cum_clips': 'cum1', 'face_settings_after_cum': 'head3=1,head1=1,head31=2'}); anim_manager.AddAct({'btn_name': 'btn_manually1', 'type': AnimAct.TYPE_PENDULUM_MANUAL, 'frame_start': 1, 'frame_end': 121, 'mouse_movement': AnimAct.HORIZONTAL_MOVEMENT, 'reverse_mouse_control': 0, 'pixel_start': 200, 'pixel_width': 240, 'face_settings': 'head3=3,head1=1,head31=1'}); anim_manager.AddAct({'btn_name': 'btn_manually2', 'type': AnimAct.TYPE_PENDULUM_MANUAL, 'frame_start': 122, 'frame_end': 242, 'mouse_movement': AnimAct.HORIZONTAL_MOVEMENT, 'reverse_mouse_control': 1, 'pixel_start': 200, 'pixel_width': 240, 'face_settings': 'head3=1,head1=1,head31=3'}); anim_manager.AddSwing({'clip_name': 'tail', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair1.hair1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head3.hair2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head3.hair3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'balls1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'pubes1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob1', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob2', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair4', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair5', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair6', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'tail1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair11.hair11', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head31.hair21', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head31.hair31', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'balls11', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'pubes11', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hat', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 2503 { } movieClip 2505 { } movieClip 2507 { } movieClip 2509 { } movieClip 2511 { } movieClip 2513 { } movieClip 2515 { } movieClip 2518 { } movieClip 2522 { } movieClip 2524 { } movieClip 2526 { } movieClip 2528 { } movieClip 2530 { } movieClip 2532 { } movieClip 2540 { } movieClip 2541 { } movieClip 2543 { } movieClip 2545 { } movieClip 2547 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 62 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 2549 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2552 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 98 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 2553 { } movieClip 2554 { } movieClip 2555 { } movieClip 2557 { } movieClip 2559 { } movieClip 2561 { } movieClip 2563 { } movieClip 2565 { } movieClip 2566 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 55 { randomFlag(); } frame 100 { randomFlag(); } } movieClip 2573 { } movieClip 2575 { } movieClip 2576 { } movieClip 2577 { frame 42 { stop(); next_btn.onPress = function () { play(); }; } frame 47 { stop(); _root.gotoScreen('screen7'); } } movieClip 2578 screen6 { } movieClip 2581 { } movieClip 2582 { } movieClip 2585 { } movieClip 2586 { } movieClip 2589 { } movieClip 2592 { } movieClip 2593 { } movieClip 2595 { } movieClip 2604 screen7 { frame 1 { _root.endgamevar = true; } frame 89 { stop(); _root.gotoScreen('screen8'); } } movieClip 2628 screen8 { frame 1 { btn1.onPress = function () { _root.gotoScreen('screen3'); }; btn2.onPress = function () { _root.gotoScreen('screen4'); }; btn3.onPress = function () { _root.gotoScreen('screen5'); }; try_again.onPress = function () { _root.gotoScreen('mainmenu'); }; MNF_btn.onPress = function () { getURL('http://www.meetandfuckgames.com', '_blank'); }; moregames.onPress = function () { getURL('http://www.gamesofdesire.com', '_blank'); }; } } movieClip 2629 { } frame 3 { function setScreen(clip_name) { if (screen != undefined) { removeMovieClip(screen); } attachMovie(clip_name, 'screen', 0); } function gotoScreen(clip_name) { if (trans != undefined) { removeMovieClip(trans); } (attachMovie('trans_screen', 'trans', 1)).next_screen = clip_name; } setScreen('mainmenu'); }




http://swfchan.com/43/214947/info.shtml
Created: 14/11 -2018 13:09:00 Last modified: 16/5 -2019 12:47:06 Server time: 28/04 -2024 17:44:35