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

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

Meet and Fuck - Hellbound Boobies.swf

This is the info page for
Flash #208014

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { function isAtGod() { return !((String(_root._url)).indexOf('217.23.12.240', 0) == -1 && (String(_root._url)).indexOf('109.236.86.128', 0) == -1); } stop(); } // unknown tag 88 length 97 movieClip 14 { } movieClip 18 { } movieClip 20 { frame 1 { bar._x = -bar._width; var loaded = 0; var delay = 0; var delay_secs = 5; onEnterFrame = function () { if (loaded < 1) { loaded = _root.getBytesLoaded() / _root.getBytesTotal(); } else { if (delay < delay_secs * 24) { ++delay; } } var v2 = (loaded + delay / delay_secs * 24) / 2; bar._x = -bar._width * (1 - v2); if (v2 == 1) { _root.gotoAndStop(3); } }; } } movieClip 21 { frame 1 { god_btn.onPress = function () { getURL('http://www.gamesofdesire.com/', '_blank'); }; } } movieClip 2793 __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 2794 __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 2795 __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 2796 __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 } // unknown tag 88 length 143 movieClip 25 trans_screen { frame 1 { var next_screen; } frame 10 { _parent.setScreen(next_screen); } frame 20 { removeMovieClip(this); } } movieClip 40 { } movieClip 43 mainmenu { frame 1 { stop(); play_btn.onPress = function () { _root.gotoScreen('screen1'); }; MNF_btn.onPress = function () { getURL('http://www.meetandfuckgames.com/', '_blank'); }; god_btn.onPress = function () { getURL('http://www.gamesofdesire.com/', '_blank'); }; if (_root.isAtGod()) { MNF_btn._visible = true; god_btn._visible = false; } else { MNF_btn._visible = false; god_btn._visible = true; } } } movieClip 47 { } movieClip 50 { } movieClip 53 { } movieClip 54 { } movieClip 61 { } movieClip 68 { } movieClip 70 { } movieClip 72 { } movieClip 74 { } movieClip 82 { } movieClip 84 { } movieClip 86 { } movieClip 88 { } movieClip 90 { } movieClip 93 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 31 { randomFlag(); } frame 61 { randomFlag(); } } movieClip 95 { } movieClip 98 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 100 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 104 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 102 { } movieClip 103 { } movieClip 105 { } movieClip 107 { } movieClip 109 { } movieClip 111 { } movieClip 113 { } movieClip 115 { } movieClip 117 { } movieClip 119 { } movieClip 121 { } movieClip 151 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 15 { randomFlag(); } frame 23 { randomFlag(); } } movieClip 153 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 15 { randomFlag(); } frame 23 { randomFlag(); } } movieClip 155 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 15 { randomFlag(); } frame 23 { randomFlag(); } } movieClip 158 { } movieClip 159 { } movieClip 161 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(4) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 60 { randomFlag(); } frame 97 { randomFlag(); } frame 126 { randomFlag(); } } movieClip 162 { } // unknown tag 88 length 138 movieClip 166 { frame 1 { _visible = false; } } movieClip 174 { } movieClip 177 { } movieClip 184 { } movieClip 187 { } movieClip 191 screen1 { frame 1 { _root.endgamevar = false; } frame 9 { stop(); next_btn.onPress = function () { play(); }; } frame 35 { stop(); next_btn.onPress = function () { play(); }; } frame 80 { stop(); next_btn.onPress = function () { play(); }; } frame 110 { stop(); next_btn.onPress = function () { play(); }; } frame 140 { stop(); next_btn.onPress = function () { play(); }; } frame 170 { stop(); next_btn.onPress = function () { play(); }; } frame 200 { stop(); next_btn.onPress = function () { play(); }; } frame 230 { stop(); next_btn.onPress = function () { play(); }; } frame 265 { stop(); _root.gotoScreen('screen2'); } } movieClip 196 { } movieClip 200 { } movieClip 202 { } movieClip 204 { } movieClip 206 { } movieClip 208 { } movieClip 210 { } movieClip 212 { } movieClip 214 { } movieClip 216 { } movieClip 218 { } movieClip 220 { } movieClip 222 { } movieClip 224 { } movieClip 226 { } movieClip 229 { } movieClip 230 { } movieClip 233 { } movieClip 235 { } movieClip 237 { } movieClip 239 { } movieClip 241 { } movieClip 242 { } movieClip 244 { } movieClip 246 { } movieClip 248 { } movieClip 250 { } movieClip 252 { } movieClip 254 { } movieClip 256 { } movieClip 258 { } movieClip 260 { } movieClip 262 { } movieClip 264 { } movieClip 266 { } movieClip 269 { } movieClip 271 { } movieClip 272 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 35 { randomFlag(); } frame 70 { randomFlag(); } } movieClip 273 { } movieClip 275 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 277 { } movieClip 279 { } movieClip 281 { } movieClip 284 { } movieClip 286 { } movieClip 288 { } movieClip 289 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 35 { randomFlag(); } frame 70 { randomFlag(); } } movieClip 290 { } movieClip 291 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 292 { } movieClip 296 { } movieClip 297 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 299 { } movieClip 301 { } movieClip 302 { } movieClip 304 { } movieClip 305 { } movieClip 323 { } movieClip 324 { } movieClip 325 { } movieClip 330 { } // unknown tag 88 length 75 movieClip 334 { } movieClip 341 { } // unknown tag 88 length 70 movieClip 349 { } movieClip 360 { } movieClip 365 { frame 10 { stop(); next_btn.onPress = function () { play(); }; } frame 23 { stop(); next_btn.onPress = function () { play(); }; } frame 37 { stop(); next_btn.onPress = function () { play(); }; } frame 50 { stop(); next_btn.onPress = function () { play(); }; } frame 64 { stop(); next_btn.onPress = function () { play(); }; } frame 77 { stop(); next_btn.onPress = function () { play(); }; } frame 91 { stop(); next_btn.onPress = function () { play(); }; } frame 104 { stop(); next_btn.onPress = function () { play(); }; } frame 163 { _parent.act.act.imp.head.gotoAndStop(2); } frame 163 { stop(); next_btn.onPress = function () { play(); }; } frame 180 { stop(); next_btn.onPress = function () { play(); }; } frame 214 { stop(); next_btn.onPress = function () { play(); }; } frame 219 { stop(); _parent._parent.gotoAndStop(2); } frame 220 { _parent.act.act.imp.head.gotoAndStop(2); } frame 244 { stop(); next_btn.onPress = function () { play(); }; } frame 264 { stop(); next_btn.onPress = function () { play(); }; } frame 269 { stop(); _parent._parent.gotoAndStop(4); } } movieClip 366 { } movieClip 370 { } movieClip 371 { } movieClip 373 { } movieClip 375 { } movieClip 377 { } movieClip 381 { } movieClip 382 { } movieClip 383 { } movieClip 384 { } movieClip 386 { } movieClip 388 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 31 { randomFlag(); } frame 61 { randomFlag(); } } movieClip 389 { } movieClip 391 { } movieClip 392 { } movieClip 394 { } movieClip 395 { } movieClip 397 { } movieClip 399 { } movieClip 401 { } movieClip 403 { } movieClip 405 { } movieClip 407 { } movieClip 409 { } movieClip 411 { } movieClip 413 { } movieClip 420 { } movieClip 421 { } movieClip 459 { } movieClip 463 { frame 10 { stop(); next_btn.onPress = function () { play(); }; } frame 31 { stop(); _parent._parent._parent.gotoAndStop(3); } } movieClip 464 { frame 1 { stop(); } frame 76 { stop(); } } movieClip 466 { frame 44 { act.play(); } frame 58 { stop(); act.wheel1.wheel1.stop(); act.wheel2.stop(); } } movieClip 470 { } movieClip 472 { } movieClip 474 { } movieClip 476 { } movieClip 478 { } movieClip 480 { } movieClip 482 { } movieClip 484 { } movieClip 486 { } movieClip 488 { } movieClip 490 { } movieClip 492 { } movieClip 494 { } movieClip 496 { } movieClip 498 { } movieClip 500 { } movieClip 502 { } movieClip 503 { } movieClip 518 { } movieClip 520 { } movieClip 522 { } movieClip 524 { } movieClip 526 { } movieClip 528 { } movieClip 530 { } movieClip 532 { } movieClip 534 { } movieClip 536 { } movieClip 538 { } movieClip 540 { } movieClip 542 { } movieClip 544 { } movieClip 546 { } movieClip 548 { } movieClip 550 { } movieClip 551 { } movieClip 553 { } movieClip 563 { } movieClip 566 { } movieClip 569 { } movieClip 573 { frame 21 { stop(); next_btn.onPress = function () { play(); }; } frame 34 { stop(); next_btn.onPress = function () { play(); }; } frame 46 { stop(); next_btn.onPress = function () { play(); }; } frame 63 { stop(); next_btn.onPress = function () { play(); }; } frame 75 { stop(); next_btn.onPress = function () { play(); }; } frame 94 { stop(); _parent.gotoAndStop(5); } } movieClip 578 { } movieClip 579 { } movieClip 585 { } movieClip 588 { } movieClip 591 { } movieClip 596 { frame 29 { stop(); next_btn.onPress = function () { play(); }; } frame 57 { stop(); next_btn.onPress = function () { play(); }; } frame 73 { stop(); next_btn.onPress = function () { play(); }; } frame 101 { stop(); next_btn.onPress = function () { play(); }; } frame 127 { stop(); next_btn.onPress = function () { play(); }; } frame 132 { _parent.gotoAndStop(6); } } movieClip 599 { } movieClip 601 { } movieClip 603 { } movieClip 605 { } movieClip 607 { } movieClip 609 { } movieClip 611 { } movieClip 613 { } movieClip 615 { } movieClip 617 { } movieClip 619 { } movieClip 621 { } movieClip 623 { } movieClip 625 { } movieClip 628 { } movieClip 629 { } movieClip 630 { } movieClip 631 { } movieClip 633 { } movieClip 634 { } movieClip 636 { } movieClip 637 { } movieClip 638 { } movieClip 639 { } movieClip 641 { } movieClip 643 { } movieClip 644 { } movieClip 645 { } movieClip 646 { } movieClip 647 { } movieClip 649 { } movieClip 651 { } movieClip 654 { } movieClip 655 { } movieClip 656 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 657 { } movieClip 658 { } movieClip 659 { } movieClip 662 { } movieClip 663 { } movieClip 664 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 665 { } movieClip 669 { } movieClip 670 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 672 { } movieClip 674 { } movieClip 675 { } movieClip 676 { } movieClip 678 { } movieClip 684 { frame 26 { stop(); _parent.play(); } } movieClip 692 { frame 16 { stop(); } } movieClip 696 { frame 5 { stop(); } } movieClip 702 { frame 8 { stop(); } frame 30 { stop(); next_btn.onPress = function () { _root.gotoScreen('screen3'); }; } frame 30 { stop(); } } movieClip 703 screen2 { frame 1 { stop(); } frame 3 { act.bubbles.gotoAndPlay('frame'); } } movieClip 707 { } movieClip 709 { } movieClip 711 { } movieClip 712 { } movieClip 713 { } movieClip 715 { } movieClip 718 { } movieClip 719 { } movieClip 720 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 722 { } movieClip 723 { } movieClip 724 { } movieClip 725 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 726 { frame 1 { stop(); } frame 2 { _parent.star1._visible = false; _parent.star2._visible = false; _parent.star3._visible = false; _parent.star4._visible = false; _parent.star5._visible = false; _parent.star6._visible = false; } } movieClip 727 { } movieClip 728 { } movieClip 729 { } movieClip 731 { } movieClip 732 { } movieClip 733 { } movieClip 735 { } movieClip 736 { } movieClip 737 { } movieClip 738 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 739 { } movieClip 742 { } movieClip 743 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 745 { } movieClip 747 { } movieClip 748 { } movieClip 750 { } movieClip 752 { } movieClip 754 { } movieClip 756 { } movieClip 758 { } movieClip 760 { } movieClip 762 { } movieClip 764 { } movieClip 765 { } movieClip 767 { } movieClip 769 { } movieClip 771 { } movieClip 773 { } movieClip 775 { } movieClip 777 { } movieClip 778 { } movieClip 780 { } movieClip 782 { } movieClip 784 { } movieClip 786 { } movieClip 788 { } movieClip 790 { } movieClip 793 { } movieClip 795 { } movieClip 796 { } movieClip 797 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 798 { } movieClip 800 { } movieClip 801 { } movieClip 806 { } movieClip 807 { } movieClip 808 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 809 { } movieClip 813 { } movieClip 814 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 816 { } movieClip 818 { } movieClip 819 { } movieClip 821 { } movieClip 822 { } movieClip 824 { } movieClip 826 { } movieClip 828 { } movieClip 830 { } movieClip 832 { } movieClip 833 { } movieClip 835 { } movieClip 837 { } movieClip 839 { } movieClip 841 { } movieClip 843 { } movieClip 845 { } movieClip 847 { } movieClip 849 { } movieClip 850 { } movieClip 852 { } movieClip 854 { } movieClip 856 { } movieClip 858 { } movieClip 861 { } movieClip 863 { } movieClip 864 { } movieClip 865 { } movieClip 866 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 867 { } movieClip 868 { } movieClip 869 { } movieClip 874 { } movieClip 875 { } movieClip 876 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 65 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 877 { } movieClip 881 { } movieClip 882 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 884 { } movieClip 886 { } movieClip 887 { } movieClip 889 { } movieClip 891 { } movieClip 893 { } movieClip 894 { } movieClip 896 { } movieClip 898 { } movieClip 900 { } movieClip 902 { } movieClip 904 { } movieClip 906 { } movieClip 910 { } movieClip 912 { } movieClip 914 { } movieClip 916 { } movieClip 918 { } movieClip 920 { } movieClip 922 { } movieClip 924 { } movieClip 926 { } movieClip 929 { } movieClip 930 { } movieClip 932 { } movieClip 934 { } movieClip 937 { } movieClip 939 { } movieClip 940 { } movieClip 942 { } movieClip 944 { } movieClip 947 { } movieClip 948 { } movieClip 949 { frame 1 { _parent._parent.imp1.head.gotoAndStop(2); _parent._parent.imp2.head.gotoAndStop(1); _parent._parent.imp3.head.gotoAndStop(1); } frame 1 { _parent._parent.imp1.hand3._visible = true; _parent._parent.imp1.hand4._visible = true; _parent._parent.imp1.hand5._visible = true; _parent._parent.imp1.hand6._visible = true; _parent._parent.imp1.hand1._visible = false; _parent._parent.imp1.hand2._visible = false; _parent._parent.imp2.hand3._visible = false; _parent._parent.imp2.hand4._visible = false; _parent._parent.imp2.hand5._visible = false; _parent._parent.imp2.hand6._visible = false; _parent._parent.imp2.hand1._visible = true; _parent._parent.imp2.hand2._visible = true; _parent._parent.imp3.hand3._visible = false; _parent._parent.imp3.hand4._visible = false; _parent._parent.imp3.hand5._visible = false; _parent._parent.imp3.hand6._visible = false; _parent._parent.imp3.hand1._visible = true; _parent._parent.imp3.hand2._visible = true; } frame 1 { stop(); _parent.mantle.gotoAndStop(1); } frame 2 { _parent._parent.imp1.head.gotoAndStop(1); _parent._parent.imp2.head.gotoAndStop(2); _parent._parent.imp3.head.gotoAndStop(1); } frame 2 { _parent._parent.imp1.hand3._visible = false; _parent._parent.imp1.hand4._visible = false; _parent._parent.imp1.hand5._visible = false; _parent._parent.imp1.hand6._visible = false; _parent._parent.imp1.hand1._visible = true; _parent._parent.imp1.hand2._visible = true; _parent._parent.imp2.hand3._visible = true; _parent._parent.imp2.hand4._visible = true; _parent._parent.imp2.hand5._visible = true; _parent._parent.imp2.hand6._visible = true; _parent._parent.imp2.hand1._visible = false; _parent._parent.imp2.hand2._visible = false; _parent._parent.imp3.hand3._visible = false; _parent._parent.imp3.hand4._visible = false; _parent._parent.imp3.hand5._visible = false; _parent._parent.imp3.hand6._visible = false; _parent._parent.imp3.hand1._visible = true; _parent._parent.imp3.hand2._visible = true; } frame 2 { stop(); _parent.mantle.gotoAndStop(2); } frame 3 { _parent._parent.imp1.head.gotoAndStop(1); _parent._parent.imp2.head.gotoAndStop(1); _parent._parent.imp3.head.gotoAndStop(2); } frame 3 { _parent._parent.imp3.hand3._visible = true; _parent._parent.imp3.hand4._visible = true; _parent._parent.imp3.hand5._visible = true; _parent._parent.imp3.hand6._visible = true; _parent._parent.imp3.hand1._visible = false; _parent._parent.imp3.hand2._visible = false; _parent._parent.imp2.hand3._visible = false; _parent._parent.imp2.hand4._visible = false; _parent._parent.imp2.hand5._visible = false; _parent._parent.imp2.hand6._visible = false; _parent._parent.imp2.hand1._visible = true; _parent._parent.imp2.hand2._visible = true; _parent._parent.imp1.hand3._visible = false; _parent._parent.imp1.hand4._visible = false; _parent._parent.imp1.hand5._visible = false; _parent._parent.imp1.hand6._visible = false; _parent._parent.imp1.hand1._visible = true; _parent._parent.imp1.hand2._visible = true; } frame 3 { stop(); _parent.mantle.gotoAndStop(3); } frame 4 { _parent._parent.imp1.head.gotoAndStop(2); _parent._parent.imp2.head.gotoAndStop(2); _parent._parent.imp3.head.gotoAndStop(2); } frame 4 { _parent._parent.imp1.hand3._visible = true; _parent._parent.imp1.hand4._visible = true; _parent._parent.imp1.hand5._visible = true; _parent._parent.imp1.hand6._visible = true; _parent._parent.imp1.hand1._visible = false; _parent._parent.imp1.hand2._visible = false; _parent._parent.imp2.hand3._visible = true; _parent._parent.imp2.hand4._visible = true; _parent._parent.imp2.hand5._visible = true; _parent._parent.imp2.hand6._visible = true; _parent._parent.imp2.hand1._visible = false; _parent._parent.imp2.hand2._visible = false; _parent._parent.imp3.hand3._visible = true; _parent._parent.imp3.hand4._visible = true; _parent._parent.imp3.hand5._visible = true; _parent._parent.imp3.hand6._visible = true; _parent._parent.imp3.hand1._visible = false; _parent._parent.imp3.hand2._visible = false; } frame 4 { stop(); _parent.mantle.gotoAndStop(4); } } movieClip 951 { } movieClip 954 { } movieClip 955 { } movieClip 956 { } movieClip 957 { frame 1 { stop(); } } movieClip 958 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 50 { randomFlag(); } frame 99 { randomFlag(); } } movieClip 964 { } movieClip 969 { } movieClip 976 { } movieClip 985 { } movieClip 995 { frame 45 { stop(); } } movieClip 1013 { } movieClip 1018 { } movieClip 1019 { } movieClip 1023 { } movieClip 1025 { } movieClip 1027 { } movieClip 1029 { } movieClip 1031 { } movieClip 1033 { } movieClip 1035 { } movieClip 1037 { } movieClip 1039 { } movieClip 1041 { } movieClip 1043 { } movieClip 1045 { } movieClip 1047 { } movieClip 1052 { } movieClip 1054 { } movieClip 1056 { } movieClip 1058 { } movieClip 1060 { } movieClip 1062 { } movieClip 1064 { } movieClip 1066 { } movieClip 1070 { } movieClip 1071 { } movieClip 1074 { } movieClip 1075 { } movieClip 1076 { } movieClip 1099 { } movieClip 1118 { } movieClip 1123 { } movieClip 1126 { frame 1 { _parent.tilda.mc.gotoAndStop(4); } frame 10 { stop(); next_btn.onPress = function () { play(); }; } frame 24 { _parent.tilda.mc.gotoAndStop(1); } frame 24 { stop(); next_btn.onPress = function () { play(); }; } frame 38 { stop(); next_btn.onPress = function () { play(); }; } frame 53 { stop(); next_btn.onPress = function () { play(); }; } frame 67 { stop(); next_btn.onPress = function () { play(); }; } frame 81 { stop(); next_btn.onPress = function () { play(); }; } frame 93 { stop(); next_btn.onPress = function () { play(); }; } frame 107 { stop(); next_btn.onPress = function () { play(); }; } frame 121 { _parent.tilda.mc.gotoAndStop(2); } frame 121 { stop(); next_btn.onPress = function () { play(); }; } frame 135 { _parent.tilda.mc.gotoAndStop(3); } frame 135 { stop(); next_btn.onPress = function () { play(); }; } frame 148 { stop(); next_btn.onPress = function () { play(); }; } frame 162 { _parent.tilda.mc.gotoAndStop(2); } frame 162 { stop(); next_btn.onPress = function () { play(); }; } frame 280 { stop(); next_btn.onPress = function () { play(); }; } frame 288 { _parent.imp2.head.head.gotoAndStop(2); } frame 333 { _parent.tilda.mc.gotoAndStop(3); } frame 333 { stop(); next_btn.onPress = function () { play(); }; } frame 347 { _parent.tilda.mc.gotoAndStop(2); } frame 347 { stop(); next_btn.onPress = function () { play(); }; } frame 361 { stop(); next_btn.onPress = function () { play(); }; } frame 375 { _parent.tilda.mc.gotoAndStop(1); } frame 375 { stop(); next_btn.onPress = function () { play(); }; } frame 389 { stop(); next_btn.onPress = function () { play(); }; } frame 403 { _parent.tilda.mc.gotoAndStop(2); } frame 403 { stop(); next_btn.onPress = function () { play(); }; } frame 417 { _parent.tilda.mc.gotoAndStop(3); } frame 417 { stop(); next_btn.onPress = function () { play(); }; } frame 431 { stop(); next_btn.onPress = function () { play(); }; } frame 444 { _parent.tilda.mc.gotoAndStop(1); } frame 444 { stop(); next_btn.onPress = function () { play(); }; } frame 458 { _parent.tilda.mc.gotoAndStop(2); } frame 458 { stop(); next_btn.onPress = function () { play(); }; } frame 472 { stop(); next_btn.onPress = function () { play(); }; } frame 486 { stop(); next_btn.onPress = function () { play(); }; } frame 499 { stop(); next_btn.onPress = function () { play(); }; } frame 512 { _parent.tilda.mc.gotoAndStop(1); } frame 512 { stop(); next_btn.onPress = function () { play(); }; } frame 525 { stop(); next_btn.onPress = function () { play(); }; } frame 548 { stop(); _root.gotoScreen('screen4'); } } movieClip 1127 screen3 { frame 1 { } } movieClip 1133 { } movieClip 1135 { } movieClip 1141 { } movieClip 1146 { } movieClip 1153 { } movieClip 1161 { } movieClip 1163 { } movieClip 1171 { } movieClip 1173 { } movieClip 1175 { } movieClip 1181 { } movieClip 1187 { } movieClip 1189 { } movieClip 1191 { } movieClip 1197 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 1199 { } movieClip 1204 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 1206 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 1207 { frame 1 { stop(); } } movieClip 1218 { } movieClip 1224 { } movieClip 1226 { } movieClip 1247 { } movieClip 1249 { } movieClip 1254 { } movieClip 1259 { } movieClip 1267 { } movieClip 1270 { } movieClip 1285 { } movieClip 1290 { } movieClip 1292 { } movieClip 1294 { } movieClip 1296 { } movieClip 1298 { } movieClip 1300 { } movieClip 1306 { } movieClip 1376 { } movieClip 1397 { } movieClip 1514 { } movieClip 1564 { } movieClip 1570 { } movieClip 1574 { } movieClip 1575 { } movieClip 1577 { 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 1596 { } movieClip 1597 { frame 1 { function onBarFilled() { _parent.next_btn._visible = true; _parent.mc_btn._visible = true; btn_manually._visible = true; } 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; } } }; } } movieClip 1602 { } movieClip 1604 screen4 { frame 1 { stop(); act.hand1._visible = true; act.hand2._visible = true; act.hand3._visible = true; act.hand4._visible = false; act.hand5._visible = false; act.hand6._visible = false; btn2._visible = false; btn1.onPress = function () { act.hand1._visible = false; act.hand2._visible = false; act.hand3._visible = false; act.hand4._visible = true; act.hand5._visible = true; act.hand6._visible = true; btn1._visible = false; btn2._visible = true; }; btn2.onPress = function () { act.hand1._visible = true; act.hand2._visible = true; act.hand3._visible = true; act.hand4._visible = false; act.hand5._visible = false; act.hand6._visible = false; btn2._visible = false; btn1._visible = true; }; next_btn._visible = false; mc_btn._visible = false; next_btn.onPress = function () { if (_root.endgamevar == true) { _root.gotoScreen('screen11'); } else { _root.gotoScreen('screen5'); } }; 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': 'head=1'}); anim_manager.AddAct({'btn_name': 'btn_1', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 30, 'frame_end': 90, 'auto_speed': 0.06, 'face_settings': 'head=2'}); anim_manager.AddAct({'btn_name': 'btn_2', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 15, 'frame_end': 105, 'auto_speed': 0.14, 'face_settings': 'head=3'}); anim_manager.AddAct({'btn_name': 'btn_3', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 121, 'auto_speed': 0.22, 'face_settings': 'head=4'}); 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': 'head=3', 'cum_clips': 'cum1', 'face_settings_after_cum': 'head=1'}); anim_manager.AddAct({'btn_name': 'btn_manually', 'type': AnimAct.TYPE_PENDULUM_MANUAL, 'frame_start': 1, 'frame_end': 121, 'mouse_movement': AnimAct.VERTICAL_MOVEMENT, 'reverse_mouse_control': 0, 'pixel_start': 140, 'pixel_width': 200, 'face_settings': 'head=1'}); anim_manager.AddSwing({'clip_name': 'hair1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'hair2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'hair3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'balls', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'tail1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'tail2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 1616 { } movieClip 1623 { } movieClip 1641 { } movieClip 1643 { } movieClip 1644 { } movieClip 1651 { frame 1 { stop(); } } movieClip 1653 { } movieClip 1658 { } movieClip 1660 { } movieClip 1662 { } movieClip 1678 { } movieClip 1680 { } movieClip 1682 { } movieClip 1684 { } movieClip 1694 { } movieClip 1696 { } movieClip 1699 { } movieClip 1702 { } movieClip 1704 { } movieClip 1706 { } movieClip 1709 { } movieClip 1712 { } movieClip 1715 { } movieClip 1718 { frame 1 { stop(); } frame 1 { _parent.eye1.gotoAndStop(1); _parent.eye2.gotoAndStop(1); } frame 2 { _parent.eye1.gotoAndStop(2); _parent.eye2.gotoAndStop(2); } frame 3 { _parent.eye1.gotoAndStop(3); _parent.eye2.gotoAndStop(3); } frame 4 { _parent.eye1.gotoAndStop(4); _parent.eye2.gotoAndStop(4); } } movieClip 1722 { } movieClip 1724 { } movieClip 1726 { } movieClip 1735 { } movieClip 1752 { } movieClip 1762 { } movieClip 1770 { } movieClip 1772 { } movieClip 1789 { } movieClip 1791 { } movieClip 1815 { } movieClip 1817 { } movieClip 1827 { } movieClip 2016 { } movieClip 2017 { frame 1 { function onBarFilled() { _parent.next_btn._visible = true; _parent.mc_btn._visible = true; btn_manually._visible = true; } 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; } } }; } } movieClip 2018 screen5 { frame 1 { stop(); next_btn._visible = false; mc_btn._visible = false; next_btn.onPress = function () { if (_root.endgamevar == true) { _root.gotoScreen('screen11'); } else { _root.gotoScreen('screen6'); } }; anim_manager = new AnimManager(act, panel); anim_manager.AddAct({'btn_name': 'btn_0', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 100, 'frame_end': 121, 'auto_speed': 0.04, 'face_settings': 'head1=1'}); anim_manager.AddAct({'btn_name': 'btn_1', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 60, 'frame_end': 121, 'auto_speed': 0.06, 'face_settings': 'head1=2'}); anim_manager.AddAct({'btn_name': 'btn_2', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 30, 'frame_end': 121, 'auto_speed': 0.14, 'face_settings': 'head1=3'}); anim_manager.AddAct({'btn_name': 'btn_3', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 121, 'auto_speed': 0.22, 'face_settings': 'head1=4'}); 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': 'head1=3', 'cum_clips': 'cum1', 'face_settings_after_cum': 'head1=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': 'head1=1'}); anim_manager.AddSwing({'clip_name': 'mantle1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'mantle2', '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': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head1.hair', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 2023 { } movieClip 2025 { } movieClip 2027 { } movieClip 2029 { } movieClip 2036 { } movieClip 2040 { } movieClip 2048 { } movieClip 2050 { } movieClip 2056 { } movieClip 2059 { } movieClip 2061 { } movieClip 2063 { } movieClip 2064 { frame 1 { stop(); } } movieClip 2078 { } movieClip 2084 { } movieClip 2086 { } movieClip 2088 { } movieClip 2090 { } movieClip 2093 { } movieClip 2095 { } movieClip 2098 { } movieClip 2104 { } movieClip 2107 { } movieClip 2109 { } movieClip 2112 { } movieClip 2114 { } movieClip 2116 { } movieClip 2118 { } movieClip 2125 { } movieClip 2127 { } movieClip 2133 { } movieClip 2135 { } movieClip 2137 { } movieClip 2139 { } movieClip 2143 { } movieClip 2146 { } movieClip 2149 { } movieClip 2151 { frame 1 { stop(); } } movieClip 2156 { } movieClip 2160 { } movieClip 2175 { } movieClip 2184 { } movieClip 2193 { } movieClip 2205 { } movieClip 2228 { } movieClip 2259 { } movieClip 2269 { } movieClip 2275 { } movieClip 2280 { } movieClip 2282 { } movieClip 2284 { } movieClip 2322 { } movieClip 2324 { } movieClip 2326 { } movieClip 2331 { } movieClip 2430 { } movieClip 2432 { } movieClip 2471 { } movieClip 2473 { frame 1 { function onBarFilled() { btn_manually1._visible = true; btn_manually2._visible = true; _parent.next_btn._visible = true; _parent.mc_btn._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; } } }; } } movieClip 2474 screen6 { frame 1 { stop(); next_btn._visible = false; mc_btn._visible = false; next_btn.onPress = function () { if (_root.endgamevar == true) { _root.gotoScreen('screen11'); } else { _root.gotoScreen('screen7'); } }; anim_manager = new AnimManager(act, panel); anim_manager.AddAct({'btn_name': 'btn_0', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 10, 'auto_speed': 0.04, 'face_settings': 'head1=1,head=1'}); anim_manager.AddAct({'btn_name': 'btn_1', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 60, 'auto_speed': 0.06, 'face_settings': 'head1=2,head=2'}); anim_manager.AddAct({'btn_name': 'btn_2', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 90, 'auto_speed': 0.14, 'face_settings': 'head1=3,head=3'}); anim_manager.AddAct({'btn_name': 'btn_3', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 121, 'auto_speed': 0.22, 'face_settings': 'head1=4,head=4'}); anim_manager.AddAct({'btn_name': 'btn_4', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 122, 'frame_end': 172, 'auto_speed': 0.06, 'face_settings': 'head1=2,head=2'}); anim_manager.AddAct({'btn_name': 'btn_5', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 122, 'frame_end': 212, 'auto_speed': 0.14, 'face_settings': 'head1=3,head=3'}); anim_manager.AddAct({'btn_name': 'btn_6', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 122, 'frame_end': 242, 'auto_speed': 0.22, 'face_settings': 'head1=4,head=4'}); 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': 'head1=1,head=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': 0, 'pixel_start': 200, 'pixel_width': 240, 'face_settings': 'head1=1,head=1'}); anim_manager.AddSwing({'clip_name': 'balls1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'balls2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'hair1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'hair2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'mantle', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'ass1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'ass2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'bed', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'tail1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'tail2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 2486 { } movieClip 2491 { } movieClip 2496 { } movieClip 2498 { } movieClip 2501 { } movieClip 2504 { } movieClip 2508 { } movieClip 2510 { } movieClip 2515 { } movieClip 2517 { } movieClip 2519 { } movieClip 2520 { } movieClip 2525 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 2526 { frame 1 { stop(); } } movieClip 2528 { } movieClip 2529 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 102 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 2530 { frame 1 { stop(); } } movieClip 2532 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 35 { randomFlag(); } frame 69 { randomFlag(); } } movieClip 2534 { } movieClip 2536 { } movieClip 2538 { } movieClip 2547 { } movieClip 2552 { } movieClip 2556 { } movieClip 2593 { frame 1 { stop(); } frame 18 { _parent._parent.act.a1._visible = true; _parent._parent.act.a2._visible = true; } frame 28 { _parent._parent.act.a3._visible = true; } frame 36 { _parent._parent.act.a4._visible = true; } frame 47 { _parent._parent.act.a5._visible = true; } frame 66 { _parent._parent.act.a6._visible = true; } frame 67 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick2_var = false; _parent._parent.dick2.gotoAndStop(5); } frame 67 { _parent._parent.act.a6._visible = true; } } movieClip 2594 { frame 1 { stop(); } frame 17 { _parent._parent.act.b1._visible = true; } frame 28 { _parent._parent.act.b2._visible = true; } frame 36 { _parent._parent.act.b3._visible = true; } frame 37 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick2_var = false; _parent._parent.dick2.gotoAndStop(5); } } movieClip 2595 { frame 1 { stop(); } frame 17 { _parent._parent.act.c1._visible = true; } frame 28 { _parent._parent.act.c2._visible = true; } frame 36 { _parent._parent.act.c3._visible = true; } frame 37 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick2_var = false; _parent._parent.dick2.gotoAndStop(5); } } movieClip 2596 { frame 31 { stop(); } } movieClip 2597 { frame 1 { stop(); } } movieClip 2603 { } movieClip 2615 { frame 1 { stop(); } frame 18 { _parent._parent.act.a1._visible = true; _parent._parent.act.a2._visible = true; } frame 28 { _parent._parent.act.a3._visible = true; } frame 36 { _parent._parent.act.a4._visible = true; } frame 50 { _parent._parent.act.a5._visible = true; } frame 57 { _parent._parent.act.a6._visible = true; } frame 58 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick3_var = false; _parent._parent.dick3.gotoAndStop(5); } } movieClip 2616 { frame 1 { stop(); } frame 17 { _parent._parent.act.b1._visible = true; } frame 28 { _parent._parent.act.b2._visible = true; } frame 36 { _parent._parent.act.b3._visible = true; } frame 37 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick3_var = false; _parent._parent.dick3.gotoAndStop(5); } } movieClip 2617 { frame 1 { stop(); } frame 17 { _parent._parent.act.c1._visible = true; } frame 28 { _parent._parent.act.c2._visible = true; } frame 36 { _parent._parent.act.c3._visible = true; } frame 37 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick3_var = false; _parent._parent.dick3.gotoAndStop(5); } } movieClip 2618 { frame 32 { stop(); } } movieClip 2619 { frame 1 { stop(); } } movieClip 2625 { } movieClip 2636 { frame 1 { stop(); } frame 18 { _parent._parent.act.a1._visible = true; _parent._parent.act.a2._visible = true; } frame 28 { _parent._parent.act.a3._visible = true; } frame 36 { _parent._parent.act.a4._visible = true; } frame 50 { _parent._parent.act.a5._visible = true; } frame 56 { _parent._parent.act.a6._visible = true; } frame 57 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick1_var = false; _parent._parent.dick1.gotoAndStop(5); } } movieClip 2637 { frame 1 { stop(); } frame 17 { _parent._parent.act.b1._visible = true; } frame 28 { _parent._parent.act.b2._visible = true; } frame 36 { _parent._parent.act.b3._visible = true; } frame 37 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick1_var = false; _parent._parent.dick1.gotoAndStop(5); } } movieClip 2638 { frame 1 { stop(); } frame 17 { _parent._parent.act.c1._visible = true; } frame 28 { _parent._parent.act.c2._visible = true; } frame 36 { _parent._parent.act.c3._visible = true; } frame 37 { stop(); if (_parent._parent.cum1_var == true) { _parent._parent.cum_btn1._visible = true; } if (_parent._parent.cum2_var == true) { _parent._parent.cum_btn2._visible = true; } if (_parent._parent.cum3_var == true) { _parent._parent.cum_btn3._visible = true; } _parent._parent.dick1_var = false; _parent._parent.dick1.gotoAndStop(5); } } movieClip 2639 { frame 31 { stop(); } } movieClip 2640 { frame 1 { stop(); } } movieClip 2646 { frame 37 { gotoAndPlay(1); } } movieClip 2649 { } movieClip 2652 { frame 1 { onEnterFrame = function () { if (_parent.act.a1._visible == true & _parent.act.a2._visible == true & _parent.act.a3._visible == true & _parent.act.a4._visible == true & _parent.act.a5._visible == true & _parent.act.a6._visible == true & _parent.act.b1._visible == true & _parent.act.b2._visible == true & _parent.act.b3._visible == true & _parent.act.c1._visible == true & _parent.act.c2._visible == true & _parent.act.c3._visible == true) { _parent.next_btn._visible = true; _parent.mc_btn._visible = true; } }; } } movieClip 2653 screen7 { frame 1 { act.a1._visible = false; act.a2._visible = false; act.a3._visible = false; act.a4._visible = false; act.a5._visible = false; act.a6._visible = false; act.b1._visible = false; act.b2._visible = false; act.b3._visible = false; act.c1._visible = false; act.c2._visible = false; act.c3._visible = false; btn1._visible = false; btn2._visible = false; btn3._visible = false; btn1_var = true; btn2_var = true; btn3_var = true; cum1_var = true; cum2_var = true; cum3_var = true; dick1_var = false; dick2_var = false; dick3_var = false; next_btn._visible = false; mc_btn._visible = false; next_btn.onPress = function () { _root.gotoScreen('screen8'); }; cum_btn1.onPress = function () { cum_btn1._visible = false; cum_btn2._visible = false; cum_btn3._visible = false; if (btn1_var == true) { btn1._visible = true; } if (btn2_var == true) { btn2._visible = true; } if (btn3_var == true) { btn3._visible = true; } dick1_var = true; cum1_var = false; }; cum_btn2.onPress = function () { cum_btn1._visible = false; cum_btn2._visible = false; cum_btn3._visible = false; if (btn1_var == true) { btn1._visible = true; } if (btn2_var == true) { btn2._visible = true; } if (btn3_var == true) { btn3._visible = true; } dick2_var = true; cum2_var = false; }; cum_btn3.onPress = function () { cum_btn1._visible = false; cum_btn2._visible = false; cum_btn3._visible = false; if (btn1_var == true) { btn1._visible = true; } if (btn2_var == true) { btn2._visible = true; } if (btn3_var == true) { btn3._visible = true; } dick3_var = true; cum3_var = false; }; btn1.onPress = function () { btn1_var = false; btn1._visible = false; btn2._visible = false; btn3._visible = false; if (dick1_var == true) { dick1.sperm.play(); } if (dick2_var == true) { dick2.sperm.play(); } if (dick3_var == true) { dick3.sperm.play(); } }; btn2.onPress = function () { btn2_var = false; btn1._visible = false; btn2._visible = false; btn3._visible = false; if (dick1_var == true) { dick1.sperm.play(); } if (dick2_var == true) { dick2.sperm.play(); } if (dick3_var == true) { dick3.sperm.play(); } }; btn3.onPress = function () { btn3_var = false; btn1._visible = false; btn2._visible = false; btn3._visible = false; if (dick1_var == true) { dick1.sperm.play(); } if (dick2_var == true) { dick2.sperm.play(); } if (dick3_var == true) { dick3.sperm.play(); } }; } frame 1 { btn1.onRollOver = function () { if (dick1_var == true) { dick1.gotoAndStop(2); } if (dick2_var == true) { dick2.gotoAndStop(2); } if (dick3_var == true) { dick3.gotoAndStop(2); } }; btn1.onRollOut = function () { if (dick1_var == true) { dick1.gotoAndStop(1); } if (dick2_var == true) { dick2.gotoAndStop(1); } if (dick3_var == true) { dick3.gotoAndStop(); } }; btn2.onRollOver = function () { if (dick1_var == true) { dick1.gotoAndStop(3); } if (dick2_var == true) { dick2.gotoAndStop(3); } if (dick3_var == true) { dick3.gotoAndStop(3); } }; btn2.onRollOut = function () { if (dick1_var == true) { dick1.gotoAndStop(1); } if (dick2_var == true) { dick2.gotoAndStop(1); } if (dick3_var == true) { dick3.gotoAndStop(); } }; btn3.onRollOver = function () { if (dick1_var == true) { dick1.gotoAndStop(4); } if (dick2_var == true) { dick2.gotoAndStop(4); } if (dick3_var == true) { dick3.gotoAndStop(4); } }; btn3.onRollOut = function () { if (dick1_var == true) { dick1.gotoAndStop(1); } if (dick2_var == true) { dick2.gotoAndStop(1); } if (dick3_var == true) { dick3.gotoAndStop(); } }; } } movieClip 2655 { } movieClip 2657 { } movieClip 2659 { } movieClip 2661 { } movieClip 2663 { } movieClip 2665 { } movieClip 2667 { } movieClip 2669 { } movieClip 2671 { } movieClip 2673 { } movieClip 2675 { } movieClip 2677 { } movieClip 2679 { } movieClip 2681 { } movieClip 2683 { } movieClip 2685 { } movieClip 2687 { } movieClip 2689 { } movieClip 2691 { } movieClip 2694 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 59 { randomFlag(); } } movieClip 2695 { } movieClip 2698 { } movieClip 2699 { } movieClip 2700 { } movieClip 2702 { } movieClip 2704 { } movieClip 2706 { } movieClip 2708 { } movieClip 2711 { } movieClip 2713 { } movieClip 2715 { } movieClip 2717 { } movieClip 2719 { } movieClip 2723 { } movieClip 2724 { } movieClip 2726 { } movieClip 2729 { } movieClip 2738 { frame 10 { stop(); next_btn.onPress = function () { play(); }; } frame 23 { stop(); next_btn.onPress = function () { play(); }; } frame 37 { stop(); next_btn.onPress = function () { play(); }; } frame 51 { stop(); next_btn.onPress = function () { play(); }; } frame 65 { stop(); next_btn.onPress = function () { play(); }; } frame 70 { stop(); _root.gotoScreen('screen9'); } } movieClip 2739 screen8 { } movieClip 2747 { frame 13 { stop(); next_btn.onPress = function () { play(); }; } frame 150 { stop(); _parent.bubbles.play(); } } movieClip 2749 { } movieClip 2754 { frame 1 { stop(); } frame 10 { stop(); next_btn.onPress = function () { play(); }; } frame 34 { stop(); _root.gotoScreen('screen11'); } } movieClip 2755 screen9 { } movieClip 2758 { } movieClip 2759 { } movieClip 2762 { } movieClip 2763 { } movieClip 2766 { } movieClip 2769 { } movieClip 2770 { } movieClip 2772 { } movieClip 2781 screen10 { frame 1 { _root.endgamevar = true; } frame 89 { stop(); _root.gotoScreen('screen11'); } } movieClip 2783 { } movieClip 2786 { } movieClip 2788 { } movieClip 2790 { } movieClip 2791 screen11 { frame 1 { MNF_btn.onPress = function () { getURL('http://www.meetandfuckgames.com/', '_blank'); }; god_btn.onPress = function () { getURL('http://www.gamesofdesire.com/', '_blank'); }; if (_root.isAtGod()) { } else { gotoAndStop(2); } stop(); } frame 2 { god_btn.onPress = function () { getURL('http://www.gamesofdesire.com/', '_blank'); }; } } movieClip 2792 { } 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/42/208014/info.shtml
Created: 23/7 -2019 02:45:08 Last modified: 23/7 -2019 02:45:08 Server time: 05/05 -2024 17:21:52