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

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

One Piece of Luck 2.swf

This is the info page for
Flash #210659

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


ActionScript [AS1/AS2]
Combined Code
movieClip 4 { frame 1 { _visible = false; } } movieClip 12 { } movieClip 13 { } movieClip 16 { } movieClip 17 { } movieClip 20 { } movieClip 24 { } movieClip 28 { } movieClip 30 { 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 32 screen_0 { frame 1 { tifa.stop(); play_btn.onPress = function () { _root.round_num = 1; play_btn.onPress = null; _root.gotoScreen('screen_1'); }; MNF_btn.onPress = function () { getURL('http://www.meetandfuckgames.com/', '_blank'); }; } } frame 1 { stop(); owner_URL = 'http://www.meetandfuckgames.com/'; onEnterFrame = function () { if (_currentframe != 1) { return undefined; } percent_shadow = 'Loading: ' + int(100 * getBytesLoaded() / getBytesTotal()) + '%'; percent = percent_shadow; bar.SetValue(getBytesLoaded() / getBytesTotal()); if (getBytesLoaded() == getBytesTotal()) { gotoAndStop(3); } }; MNF_btn.onPress = function () { if (id == undefined) { getURL(owner_URL, '_blank'); } else { getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=939775-0000&PA=' + id, '_blank'); } }; } movieClip 42 { } movieClip 44 { } // unknown tag 88 length 287 movieClip 3218 __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 3219 __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 3220 __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 3221 __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 53 trans_screen { frame 1 { var next_screen; } frame 10 { _parent.setScreen(next_screen); } frame 20 { removeMovieClip(this); } } movieClip 57 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(3) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 70 { randomFlag(); } frame 105 { randomFlag(); } } movieClip 58 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(4) + 1)); }; randomFlag(); } frame 2 { _parent.man.gotoAndPlay('flag1'); } frame 80 { randomFlag(); } frame 81 { _parent.man.gotoAndPlay('flag2'); } frame 151 { randomFlag(); } frame 152 { _parent.man.gotoAndPlay('flag3'); } frame 194 { randomFlag(); } frame 195 { _parent.man.gotoAndPlay('flag4'); } frame 238 { randomFlag(); } } movieClip 61 { } movieClip 67 { } movieClip 69 { } movieClip 71 { } movieClip 73 { } movieClip 75 { } movieClip 77 { } movieClip 79 { } movieClip 82 { } movieClip 84 { } movieClip 86 { } movieClip 88 { } movieClip 92 { } movieClip 93 { } movieClip 95 { } movieClip 97 { } movieClip 99 { } movieClip 102 { } movieClip 103 { } movieClip 104 { } // unknown tag 88 length 68 movieClip 122 { } movieClip 125 { } movieClip 127 { } movieClip 129 { } movieClip 131 { } movieClip 133 { } movieClip 135 { } movieClip 137 { } movieClip 139 { } movieClip 141 { } movieClip 143 { } movieClip 145 { } movieClip 147 { } movieClip 149 { } movieClip 151 { } movieClip 153 { } movieClip 155 { } movieClip 157 { } movieClip 159 { } movieClip 161 { } movieClip 163 { } movieClip 165 { } movieClip 170 { } movieClip 172 { } movieClip 174 { } movieClip 176 { } movieClip 178 { } movieClip 180 { } movieClip 182 { } movieClip 186 { } movieClip 188 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 58 { randomFlag(); } frame 124 { randomFlag(); } } movieClip 190 { } movieClip 192 { } movieClip 195 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 25 { randomFlag(); } frame 49 { randomFlag(); } } movieClip 197 { } movieClip 199 { } movieClip 201 { frame 1 { stop(); } } movieClip 203 { } movieClip 208 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 50 { randomFlag(); } frame 100 { randomFlag(); } } movieClip 210 { } movieClip 224 { frame 1 { onEnterFrame = function () { gotoAndStop(random(8) + 1); }; } } movieClip 225 { } movieClip 229 { } movieClip 231 { frame 1 { _visible = false; } } movieClip 239 { } movieClip 240 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(7) + 1)); }; randomFlag(); } frame 45 { randomFlag(); } frame 87 { randomFlag(); } frame 110 { randomFlag(); } frame 150 { randomFlag(); } frame 194 { randomFlag(); } frame 210 { randomFlag(); } frame 255 { randomFlag(); } } movieClip 241 { } movieClip 247 screen_1 { frame 1 { _root.endgamevar = false; } frame 9 { stop(); next_btn.onPress = function () { play(); }; } frame 22 { stop(); next_btn.onPress = function () { play(); }; } frame 34 { stop(); next_btn.onPress = function () { play(); }; } frame 45 { stop(); next_btn.onPress = function () { play(); }; } frame 67 { stop(); next_btn.onPress = function () { play(); }; } frame 80 { stop(); next_btn.onPress = function () { play(); }; } frame 98 { stop(); next_btn.onPress = function () { play(); }; } frame 181 { stop(); _root.gotoScreen('screen_2'); } } movieClip 273 { } movieClip 275 { } movieClip 280 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 61 { randomFlag(); } frame 110 { randomFlag(); } } movieClip 283 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 93 { randomFlag(); } frame 175 { randomFlag(); } } movieClip 285 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 35 { randomFlag(); } frame 69 { randomFlag(); } } movieClip 305 { frame 1 { stop(); } } movieClip 308 { frame 1 { stop(); } } movieClip 316 { } movieClip 317 { } movieClip 350 { } movieClip 352 { } movieClip 356 { } movieClip 364 { } movieClip 367 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 369 { } movieClip 371 { } movieClip 373 { } movieClip 375 { } movieClip 377 { } movieClip 379 { } movieClip 384 { } movieClip 386 { } movieClip 388 { } movieClip 469 { } movieClip 471 { } movieClip 482 { } movieClip 486 screen_2 { frame 19 { stop(); next_btn.onPress = function () { play(); }; } frame 33 { mc.man.head.gotoAndStop(2); } frame 40 { stop(); next_btn.onPress = function () { play(); }; } frame 52 { stop(); next_btn.onPress = function () { play(); }; } frame 64 { stop(); next_btn.onPress = function () { play(); }; } frame 80 { stop(); _root.gotoScreen('screen_3'); } } movieClip 489 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(3) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 70 { randomFlag(); } frame 105 { randomFlag(); } } movieClip 490 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(4) + 1)); }; randomFlag(); } frame 2 { _parent.man.gotoAndPlay('flag1'); } frame 80 { randomFlag(); } frame 81 { _parent.man.gotoAndPlay('flag2'); } frame 151 { randomFlag(); } frame 152 { _parent.man.gotoAndPlay('flag3'); } frame 194 { randomFlag(); } frame 195 { _parent.man.gotoAndPlay('flag4'); } frame 238 { randomFlag(); } } movieClip 493 { } movieClip 494 { } movieClip 495 { } movieClip 516 { } movieClip 517 { } movieClip 520 { } movieClip 526 { } movieClip 528 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 529 { } movieClip 530 { } movieClip 531 { } movieClip 532 { } movieClip 533 { } movieClip 534 { } movieClip 535 { } movieClip 536 { } movieClip 537 { } movieClip 595 { } movieClip 598 { } movieClip 602 { } movieClip 604 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 605 { } movieClip 607 { } movieClip 608 { } movieClip 609 { } movieClip 610 { } movieClip 611 { } movieClip 612 { } movieClip 613 { } movieClip 614 { } movieClip 714 { } movieClip 715 { } movieClip 718 { } movieClip 722 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 724 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 725 { } movieClip 727 { } movieClip 728 { } movieClip 729 { } movieClip 730 { } movieClip 731 { } movieClip 732 { } movieClip 733 { } movieClip 734 { } movieClip 794 { } movieClip 797 { } movieClip 803 { } movieClip 805 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 806 { } movieClip 808 { } movieClip 809 { } movieClip 810 { } movieClip 811 { } movieClip 812 { } movieClip 813 { } movieClip 814 { } movieClip 815 { } movieClip 867 { } movieClip 868 { frame 1 { if (frame_start == undefined) { frames_start = new Array(1, 16, 22, 28, 34, 49, 55, 61); frames_end = new Array(15, 21, 27, 33, 48, 54, 60, 66); delays = new Array(0, 0, 1); hit = false; hit_id = 0; delay = 0; left_hit = true; frame_start = frames_start[0]; frame_end = frames_end[0]; frame = frame_start; speed = 1; layer_count = 1000000; onEnterFrame = function () { if (_currentframe == 67) { return undefined; } if (_parent._parent.bar.value <= 0) { gotoAndStop(67); return undefined; } if (delay > 0) { --delay; return undefined; } frame += speed; if (speed > 0) { if (frame >= frame_end) { frame = frame_end; speed = -1; if (hit) { if (hit_id < 4) { hit_frame = hit_id; } else { hit_frame = hit_id - 1; } trace = _parent.traces_layer.attachMovie('trace', 'trace' + layer_count, layer_count); trace.gotoAndStop(hit_frame); trace._y = _y; trace._x = _x; trace._yscale = _yscale; trace._xscale = trace._yscale; --layer_count; delay = 1; mouth.gotoAndStop(1); } } } else { if (frame <= frame_start) { if (hit) { if (random(2) == 0) { start_id = 0; } else { start_id = 4; } frame_start = frames_start[start_id]; frame_end = frames_end[start_id]; hit = false; frame = frames_start[start_id] + int((frames_end[start_id] - frames_start[start_id]) / 2); brow1.gotoAndStop(1); brow2.gotoAndStop(1); } else { frame = frame_start; } speed = 1; } } gotoAndStop(frame); if (face_act) { mouth.gotoAndStop(2); brow1.gotoAndStop(2); brow2.gotoAndStop(2); face_act = false; } }; makeHit = function () { if (hit) { return undefined; } hit_id = random(3) + 1; if (!left_hit) { hit_id += 4; } frame_start = frames_start[hit_id]; frame_end = frames_end[hit_id]; hit = true; frame = frame_start; speed = 1; face_act = true; left_hit = !left_hit; _parent._parent.punch_sounds.gotoAndStop(2 + random(3)); }; } } } movieClip 871 { } movieClip 892 { } movieClip 893 { } movieClip 896 { } movieClip 902 { } movieClip 904 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 905 { } movieClip 906 { } movieClip 907 { } movieClip 908 { } movieClip 909 { } movieClip 910 { } movieClip 911 { } movieClip 912 { } movieClip 913 { } movieClip 975 { } movieClip 978 { } movieClip 983 { } movieClip 985 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 986 { } movieClip 988 { } movieClip 989 { } movieClip 990 { } movieClip 991 { } movieClip 992 { } movieClip 993 { } movieClip 994 { } movieClip 995 { } movieClip 1069 { } movieClip 1070 { } movieClip 1073 { } movieClip 1078 { } movieClip 1080 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1081 { } movieClip 1083 { } movieClip 1084 { } movieClip 1085 { } movieClip 1086 { } movieClip 1087 { } movieClip 1088 { } movieClip 1089 { } movieClip 1090 { } movieClip 1144 { } movieClip 1147 { } movieClip 1151 { } movieClip 1153 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1154 { } movieClip 1156 { } movieClip 1157 { } movieClip 1158 { } movieClip 1159 { } movieClip 1160 { } movieClip 1161 { } movieClip 1162 { } movieClip 1163 { } movieClip 1209 { } movieClip 1210 { frame 1 { if (frame_start == undefined) { frames_start = new Array(1, 16, 22, 28, 34, 49, 55, 61); frames_end = new Array(15, 21, 27, 33, 48, 54, 60, 66); delays = new Array(0, 0, 1); hit = false; hit_id = 0; delay = 0; left_hit = true; frame_start = frames_start[0]; frame_end = frames_end[0]; frame = frame_start; speed = 1; layer_count = 1000000; onEnterFrame = function () { if (_currentframe == 67) { return undefined; } if (_parent._parent.bar.value <= 0) { gotoAndStop(67); return undefined; } if (delay > 0) { --delay; return undefined; } frame += speed; if (speed > 0) { if (frame >= frame_end) { frame = frame_end; speed = -1; if (hit) { if (hit_id < 4) { hit_frame = hit_id; } else { hit_frame = hit_id - 1; } trace = _parent.traces_layer.attachMovie('trace', 'trace' + layer_count, layer_count); trace.gotoAndStop(hit_frame); trace._y = _y; trace._x = _x; trace._yscale = _yscale; trace._xscale = trace._yscale; --layer_count; delay = 1; mouth.gotoAndStop(1); } } } else { if (frame <= frame_start) { if (hit) { if (random(2) == 0) { start_id = 0; } else { start_id = 4; } frame_start = frames_start[start_id]; frame_end = frames_end[start_id]; hit = false; frame = frames_start[start_id] + int((frames_end[start_id] - frames_start[start_id]) / 2); brow1.gotoAndStop(1); brow2.gotoAndStop(1); } else { frame = frame_start; } speed = 1; } } gotoAndStop(frame); if (face_act) { mouth.gotoAndStop(2); brow1.gotoAndStop(2); brow2.gotoAndStop(2); face_act = false; } }; makeHit = function () { if (hit) { return undefined; } hit_id = random(3) + 1; if (!left_hit) { hit_id += 4; } frame_start = frames_start[hit_id]; frame_end = frames_end[hit_id]; hit = true; frame = frame_start; speed = 1; face_act = true; left_hit = !left_hit; _parent._parent.punch_sounds.gotoAndStop(2 + random(3)); }; } } } movieClip 1231 { } movieClip 1232 { } movieClip 1235 { } movieClip 1239 { } movieClip 1241 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1242 { } movieClip 1243 { } movieClip 1244 { } movieClip 1245 { } movieClip 1246 { } movieClip 1247 { } movieClip 1248 { } movieClip 1249 { } movieClip 1250 { } movieClip 1295 { } movieClip 1298 { } movieClip 1302 { } movieClip 1304 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1305 { } movieClip 1307 { } movieClip 1308 { } movieClip 1309 { } movieClip 1310 { } movieClip 1311 { } movieClip 1312 { } movieClip 1313 { } movieClip 1314 { } movieClip 1378 { } movieClip 1379 { } movieClip 1382 { } movieClip 1386 { } movieClip 1388 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1389 { } movieClip 1391 { } movieClip 1392 { } movieClip 1393 { } movieClip 1394 { } movieClip 1395 { } movieClip 1396 { } movieClip 1397 { } movieClip 1398 { } movieClip 1444 { } movieClip 1447 { } movieClip 1451 { } movieClip 1453 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1454 { } movieClip 1455 { } movieClip 1456 { } movieClip 1457 { } movieClip 1458 { } movieClip 1459 { } movieClip 1460 { } movieClip 1461 { } movieClip 1462 { } movieClip 1504 { } movieClip 1505 { frame 1 { if (frame_start == undefined) { frames_start = new Array(1, 16, 22, 28, 34, 49, 55, 61); frames_end = new Array(15, 21, 27, 33, 48, 54, 60, 66); delays = new Array(0, 0, 1); hit = false; hit_id = 0; delay = 0; left_hit = true; frame_start = frames_start[0]; frame_end = frames_end[0]; frame = frame_start; speed = 1; layer_count = 1000000; onEnterFrame = function () { if (_currentframe == 67) { return undefined; } if (_parent._parent.bar.value <= 0) { gotoAndStop(67); return undefined; } if (delay > 0) { --delay; return undefined; } frame += speed; if (speed > 0) { if (frame >= frame_end) { frame = frame_end; speed = -1; if (hit) { if (hit_id < 4) { hit_frame = hit_id; } else { hit_frame = hit_id - 1; } trace = _parent.traces_layer.attachMovie('trace', 'trace' + layer_count, layer_count); trace.gotoAndStop(hit_frame); trace._y = _y; trace._x = _x; trace._yscale = _yscale; trace._xscale = trace._yscale; --layer_count; delay = 1; mouth.gotoAndStop(1); } } } else { if (frame <= frame_start) { if (hit) { if (random(2) == 0) { start_id = 0; } else { start_id = 4; } frame_start = frames_start[start_id]; frame_end = frames_end[start_id]; hit = false; frame = frames_start[start_id] + int((frames_end[start_id] - frames_start[start_id]) / 2); brow1.gotoAndStop(1); brow2.gotoAndStop(1); } else { frame = frame_start; } speed = 1; } } gotoAndStop(frame); if (face_act) { mouth.gotoAndStop(2); brow1.gotoAndStop(2); brow2.gotoAndStop(2); face_act = false; } }; makeHit = function () { if (hit) { return undefined; } hit_id = random(3) + 1; if (!left_hit) { hit_id += 4; } frame_start = frames_start[hit_id]; frame_end = frames_end[hit_id]; hit = true; frame = frame_start; speed = 1; face_act = true; left_hit = !left_hit; _parent._parent.punch_sounds.gotoAndStop(2 + random(3)); }; } } } movieClip 1526 { } movieClip 1527 { } movieClip 1530 { } movieClip 1536 { } movieClip 1538 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1539 { } movieClip 1540 { } movieClip 1541 { } movieClip 1542 { } movieClip 1543 { } movieClip 1544 { } movieClip 1545 { } movieClip 1546 { } movieClip 1547 { } movieClip 1591 { } movieClip 1594 { } movieClip 1598 { } movieClip 1600 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1601 { } movieClip 1602 { } movieClip 1603 { } movieClip 1604 { } movieClip 1605 { } movieClip 1606 { } movieClip 1607 { } movieClip 1608 { } movieClip 1609 { } movieClip 1674 { } movieClip 1675 { } movieClip 1678 { } movieClip 1684 { } movieClip 1686 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1687 { } movieClip 1688 { } movieClip 1689 { } movieClip 1690 { } movieClip 1691 { } movieClip 1692 { } movieClip 1693 { } movieClip 1694 { } movieClip 1695 { } movieClip 1741 { } movieClip 1744 { } movieClip 1748 { } movieClip 1750 { frame 1 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 26 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 36 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 86 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 89 { _parent.eye1._visible = true; _parent.eye2._visible = true; } frame 92 { _parent.eye1._visible = false; _parent.eye2._visible = false; } frame 95 { _parent.eye1._visible = true; _parent.eye2._visible = true; } } movieClip 1751 { } movieClip 1752 { } movieClip 1753 { } movieClip 1754 { } movieClip 1755 { } movieClip 1756 { } movieClip 1757 { } movieClip 1758 { } movieClip 1759 { } movieClip 1801 { } movieClip 1802 { frame 1 { if (frame_start == undefined) { frames_start = new Array(1, 16, 22, 28, 34, 49, 55, 61); frames_end = new Array(15, 21, 27, 33, 48, 54, 60, 66); delays = new Array(0, 0, 1); hit = false; hit_id = 0; delay = 0; left_hit = true; frame_start = frames_start[0]; frame_end = frames_end[0]; frame = frame_start; speed = 1; layer_count = 1000000; onEnterFrame = function () { if (_currentframe == 67) { return undefined; } if (_parent._parent.bar.value <= 0) { gotoAndStop(67); return undefined; } if (delay > 0) { --delay; return undefined; } frame += speed; if (speed > 0) { if (frame >= frame_end) { frame = frame_end; speed = -1; if (hit) { if (hit_id < 4) { hit_frame = hit_id; } else { hit_frame = hit_id - 1; } trace = _parent.traces_layer.attachMovie('trace', 'trace' + layer_count, layer_count); trace.gotoAndStop(hit_frame); trace._y = _y; trace._x = _x; trace._yscale = _yscale; trace._xscale = trace._yscale; --layer_count; delay = 1; mouth.gotoAndStop(1); } } } else { if (frame <= frame_start) { if (hit) { if (random(2) == 0) { start_id = 0; } else { start_id = 4; } frame_start = frames_start[start_id]; frame_end = frames_end[start_id]; hit = false; frame = frames_start[start_id] + int((frames_end[start_id] - frames_start[start_id]) / 2); brow1.gotoAndStop(1); brow2.gotoAndStop(1); } else { frame = frame_start; } speed = 1; } } gotoAndStop(frame); if (face_act) { mouth.gotoAndStop(2); brow1.gotoAndStop(2); brow2.gotoAndStop(2); face_act = false; } }; makeHit = function () { if (hit) { return undefined; } hit_id = random(3) + 1; if (!left_hit) { hit_id += 4; } frame_start = frames_start[hit_id]; frame_end = frames_end[hit_id]; hit = true; frame = frame_start; speed = 1; face_act = true; left_hit = !left_hit; _parent._parent.punch_sounds.gotoAndStop(2 + random(3)); }; } } } movieClip 1803 { frame 1 { function doLevelTimer() { if (level_time > 0) { --level_time; } setLevelTime(); if (level_time <= 0 && !_parent.welldone._visible) { _parent.welldone._visible = true; _parent.welldone.play(); } } gotoAndStop(_root.round_num); x_min = tifa._x - 150; x_max = tifa._x + 150; speed = 3; scale_goto = tifa._xscale; timer = 0; y_start = tifa._y; hit_timer = 0; hit_count = 2; ring1_x_start = ring1._x; ring2_x_start = ring2._x; level_time = 360 + _root.round_num * 24 * 15; _parent.welldone._visible = false; setLevelTime = function () { secs = int(level_time / 24); min = int(secs / 60); sec = secs - 60 * min; if (sec < 10) { _parent.timer_label_ = min + ':0' + sec; _parent.timer_label = _parent.timer_label_; } else { _parent.timer_label_ = min + ':' + sec; _parent.timer_label = _parent.timer_label_; } }; setLevelTime(); setSpeed = function () { speed = 1 + _root.round_num / 2; }; setTimer = function () { timer = 25 + random(25); }; setHitParam = function () { hit_timer = 20 + random(15); hit_count = 1 + random(_root.round_num + 1); }; onEnterFrame = function () { if (_parent.bar.value <= 0 || _parent.countdown._visible) { return undefined; } doLevelTimer(); if (tifa.hit) { return undefined; } if (hit_timer <= 0 && level_time > 0) { if (hit_count > 0) { tifa.makeHit(); --hit_count; return undefined; } else { setHitParam(); } } else { --hit_timer; } if (tifa._xscale == scale_goto) { scale_goto = 95 + random(25); } else { if (tifa._xscale < scale_goto) { tifa._xscale += 0.4; if (tifa._xscale > scale_goto) { tifa._xscale = scale_goto; } tifa._yscale = tifa._xscale; } else { if (tifa._xscale > scale_goto) { tifa._xscale -= 0.4; if (tifa._xscale < scale_goto) { tifa._xscale = scale_goto; } tifa._yscale = tifa._xscale; } } tifa._y = y_start - 4 * tifa._yscale + 400; } if (timer < 0) { setSpeed(); if (random(2) == 0) { speed *= -1; } setTimer(); } else { --timer; } tifa._x += speed; if (speed > 0 && tifa._x > x_max) { tifa._x = x_max; setSpeed(); speed *= -1; setTimer(); } else { if (speed < 0 && tifa._x < x_min) { tifa._x = x_min; setSpeed(); setTimer(); } } ring1._x = ring1_x_start - tifa._x / 2; ring2._x = ring2_x_start - tifa._x / 4; }; } } movieClip 1833 { frame 1 { stop(); randomFlag = function () { gotoAndPlay('flag' + (random(6) + 1)); }; } frame 1 { attackgo = false; } frame 2 { attackgo = true; } frame 14 { stop(); } frame 14 { attackgo = false; } frame 15 { attackgo = true; } frame 27 { stop(); } frame 27 { attackgo = false; } frame 28 { attackgo = true; } frame 37 { stop(); } frame 37 { attackgo = false; } frame 38 { attackgo = true; } frame 47 { stop(); } frame 47 { attackgo = false; } frame 48 { attackgo = true; } frame 58 { stop(); } frame 58 { attackgo = false; } frame 59 { attackgo = true; } frame 69 { stop(); } frame 69 { attackgo = false; } } movieClip 1839 { } movieClip 1841 { frame 1 { value = 1; value_show = 1; setStripe = function () { stripe._x = -343 * (1 - value_show); }; setValue(); onEnterFrame = function () { if (value_show > value) { value_show -= 0.01; if (value_show < value) { value_show = value; } setStripe(); } }; valueDown = function () { value -= 0.1; if (value < 0) { value = 0; } }; } } movieClip 1844 { frame 1 { stop(); } frame 11 { _parent.nogame = true; } frame 30 { stop(); if (_root.round_num < 4) { _root.gotoScreen('screen_4'); } else { _root.gotoScreen('screen_5'); } } } // unknown tag 88 length 282 movieClip 1852 { } movieClip 1854 { frame 1 { next_btn.onPress = function () { next_btn.onPress = null; _parent.play(); }; } } movieClip 1859 { frame 1 { if (_root.round_num == 1) { stop(); } else { hint._visible = false; } } frame 59 { _parent.nogame = false; } frame 63 { stop(); _visible = false; } } movieClip 1867 { frame 1 { stop(); } frame 2 { gotoAndStop(1); } frame 3 { gotoAndStop(1); } frame 4 { gotoAndStop(1); } frame 5 { gotoAndStop(1); } frame 6 { gotoAndStop(1); } frame 7 { gotoAndStop(1); } } movieClip 1888 { frame 1 { function gotoRandomHold() { gotoAndPlay('hold' + (random(3) + 1)); } } frame 32 { gotoRandomHold(); } frame 50 { gotoRandomHold(); } frame 75 { gotoRandomHold(); } } movieClip 1889 { } movieClip 1891 { } movieClip 1895 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 93 { randomFlag(); } frame 175 { randomFlag(); } } movieClip 1897 { } movieClip 1899 { frame 1 { _visible = false; } } movieClip 1900 { } movieClip 1902 { frame 1 { stop(); } } movieClip 1906 { } movieClip 1913 { frame 1 { skip_btn.onPress = function () { _root.gotoScreen('screen_5'); }; } } movieClip 1919 screen_3 { frame 1 { stop(); } frame 1 { onMouseDown = function () { if (attack_mc.attackgo == false and nogame == false) { attack_mc.randomFlag(); } }; } frame 2 { punch_sounds.gotoAndStop(5 + random(2)); } frame 6 { if (bar.value > 0) { gotoAndPlay(1); } } frame 40 { stop(); again_btn.onPress = function () { again_btn.onPress = null; _root.gotoScreen('screen_3'); }; } } movieClip 1921 { } movieClip 1924 { } movieClip 1927 { } movieClip 1930 { frame 1 { gotoAndStop(_root.round_num); } } movieClip 1934 screen_4 { frame 40 { stop(); next_btn.onPress = function () { next_btn.onPress = null; ++_root.round_num; _root.gotoScreen('screen_3'); }; } } movieClip 1944 { } movieClip 1946 { } movieClip 1952 { } movieClip 1954 { } movieClip 1960 { } movieClip 1962 { } movieClip 1964 { } movieClip 1966 { } movieClip 1968 { } movieClip 1972 { } movieClip 1974 { } movieClip 1976 { } movieClip 1978 { } movieClip 1980 { } movieClip 1983 { } movieClip 1985 { } movieClip 1989 { } movieClip 1991 { } movieClip 1992 { frame 1 { stop(); } } movieClip 2007 { } movieClip 2009 { } movieClip 2025 { } movieClip 2027 { } movieClip 2029 { } movieClip 2034 { } movieClip 2042 { } movieClip 2044 { } movieClip 2054 { } movieClip 2055 { } movieClip 2057 { } movieClip 2062 { } movieClip 2065 { } movieClip 2067 { } movieClip 2072 { } movieClip 2073 { } movieClip 2075 { } movieClip 2076 { } movieClip 2077 { frame 1 { stop(); } } movieClip 2083 { } movieClip 2085 { } movieClip 2087 { } movieClip 2089 { } movieClip 2097 { } movieClip 2121 { } movieClip 2123 { } movieClip 2126 { } movieClip 2140 { } movieClip 2171 { } movieClip 2199 { frame 1 { stop(); } frame 2 { _parent.sperm.play(); } frame 45 { _parent._parent.cumscr.play(); } frame 96 { gotoAndPlay('frame'); } } movieClip 2201 { frame 1 { stop(); } frame 10 { stop(); } } movieClip 2213 { } movieClip 2215 { } movieClip 2301 { } movieClip 2304 { } movieClip 2310 { frame 1 { _parent.panel._visible = false; } frame 22 { stop(); next_btn.onPress = function () { play(); }; } frame 27 { _parent.panel._visible = true; } frame 90 { stop(); } frame 127 { stop(); } } movieClip 2323 { frame 1 { stop(); } frame 12 { stop(); next_btn.onPress = function () { play(); }; } frame 25 { stop(); next_btn.onPress = function () { play(); }; } frame 38 { stop(); next_btn.onPress = function () { play(); }; } frame 51 { stop(); next_btn.onPress = function () { play(); }; } frame 76 { stop(); if (_root.endgamevar == true) { _root.gotoScreen('screen_14'); } else { _root.gotoScreen('screen_6'); } } } movieClip 2327 { } movieClip 2328 { frame 1 { stop(); } frame 31 { stop(); } frame 47 { stop(); _parent.next_btn._visible = true; _parent.mc_btn._visible = true; _parent.end_bubbles.play(); } } movieClip 2332 { } movieClip 2333 { } movieClip 2335 { 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 2357 { } movieClip 2358 { frame 1 { function onBarFilled() { cum_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; } } }; cum_btn.postOnPress = function () { _parent.panel._visible = false; _parent.cumscr.gotoAndPlay(2); }; btn_2.postOnPress = function () { _parent.bubbles.gotoAndPlay('bubble2'); }; } } movieClip 2359 screen_5 { frame 1 { stop(); next_btn._visible = false; mc_btn._visible = false; anim_manager = new AnimManager(act, panel); anim_manager.AddAct({'btn_name': 'btn_0', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 20, 'auto_speed': 0.04, 'face_settings': 'head1=1,head2=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,head2=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,head2=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,head2=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,head2=3', 'cum_clips': 'cum1', 'face_settings_after_cum': 'head1=1,head2=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': 1, 'pixel_start': 200, 'pixel_width': 240, 'face_settings': 'head1=1,head2=1'}); anim_manager.AddSwing({'clip_name': 'boob1', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'boob2', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'balls', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head1.glasses', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, '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': 'braid1', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'braid2', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'braid', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'braid3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 2363 { } movieClip 2364 { } movieClip 2369 { } movieClip 2373 { } movieClip 2374 { frame 1 { stop(); } frame 50 { stop(); } } movieClip 2377 { } movieClip 2379 { } movieClip 2381 { } movieClip 2383 { } movieClip 2385 { } movieClip 2387 { } movieClip 2389 { } movieClip 2391 { } movieClip 2393 { } movieClip 2395 { } movieClip 2397 { } movieClip 2399 { } movieClip 2401 { } movieClip 2402 { } movieClip 2404 { } movieClip 2406 { } movieClip 2408 { } movieClip 2410 { } movieClip 2412 { } movieClip 2414 { } movieClip 2416 { } movieClip 2418 { } movieClip 2420 { } movieClip 2422 { } movieClip 2443 { frame 1 { stop(); } } movieClip 2448 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 58 { randomFlag(); } frame 125 { randomFlag(); } } movieClip 2451 { } movieClip 2454 { } movieClip 2473 { frame 1 { stop(); } } movieClip 2474 { frame 1 { stop(); } } movieClip 2476 { } movieClip 2478 { } movieClip 2480 { } movieClip 2482 { } movieClip 2484 { } movieClip 2486 { } movieClip 2488 { } movieClip 2490 { } movieClip 2492 { } movieClip 2494 { } movieClip 2496 { } movieClip 2498 { } movieClip 2499 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 49 { randomFlag(); } frame 97 { randomFlag(); } } movieClip 2501 { } movieClip 2503 { } movieClip 2505 { } movieClip 2508 { } movieClip 2510 { } movieClip 2512 { } movieClip 2514 { } movieClip 2516 { } movieClip 2518 { } movieClip 2520 { } movieClip 2522 { } movieClip 2524 { } movieClip 2526 { } movieClip 2528 { } movieClip 2530 { } movieClip 2532 { } movieClip 2534 { } movieClip 2536 { } movieClip 2538 { } movieClip 2539 { } movieClip 2543 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 61 { randomFlag(); } frame 110 { randomFlag(); } } movieClip 2546 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 93 { randomFlag(); } frame 175 { randomFlag(); } } movieClip 2549 { } movieClip 2568 { frame 1 { stop(); } } movieClip 2570 { } movieClip 2576 { } movieClip 2579 { } movieClip 2580 { frame 1 { stop(); } } movieClip 2582 { } movieClip 2584 { } movieClip 2586 { } movieClip 2588 { } movieClip 2590 { } movieClip 2592 { } movieClip 2593 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 47 { randomFlag(); } frame 94 { randomFlag(); } } movieClip 2596 { } movieClip 2597 { } movieClip 2600 { } movieClip 2614 { frame 15 { stop(); next_btn.onPress = function () { play(); }; } frame 60 { stop(); next_btn.onPress = function () { play(); }; } frame 75 { stop(); next_btn.onPress = function () { play(); }; } frame 90 { stop(); next_btn.onPress = function () { play(); }; } frame 103 { _parent.ghosts.play(); } frame 104 { stop(); next_btn.onPress = function () { play(); }; } frame 121 { stop(); next_btn.onPress = function () { play(); }; } frame 124 { _parent.mc.mc.man.head.gotoAndStop(2); } frame 125 { stop(); _parent.gotoAndStop(2); } } movieClip 2619 { } movieClip 2621 { } movieClip 2623 { } movieClip 2626 { } movieClip 2628 { } movieClip 2630 { } movieClip 2631 { } movieClip 2633 { } movieClip 2635 { } movieClip 2637 { } movieClip 2639 { } movieClip 2640 { } movieClip 2643 { } movieClip 2645 { } movieClip 2646 { } movieClip 2648 { } movieClip 2650 { } movieClip 2652 { } movieClip 2654 { } movieClip 2659 { } movieClip 2662 { } movieClip 2663 { frame 1 { stop(); } } movieClip 2665 { } movieClip 2667 { } movieClip 2670 { } movieClip 2671 { } movieClip 2673 { } movieClip 2675 { } movieClip 2677 { } movieClip 2681 screen_6 { frame 1 { stop(); } frame 2 { stop(); next_btn.onPress = function () { play(); }; } frame 54 { stop(); next_btn.onPress = function () { play(); }; } frame 63 { stop(); _root.gotoScreen('screen_7'); } } movieClip 2686 { } movieClip 2688 { } movieClip 2690 { } movieClip 2692 { } movieClip 2694 { } movieClip 2696 { } movieClip 2697 { } movieClip 2699 { } movieClip 2701 { } movieClip 2703 { } movieClip 2705 { } movieClip 2706 { } movieClip 2708 { } movieClip 2710 { } movieClip 2711 { } movieClip 2713 { } movieClip 2715 { } movieClip 2717 { } movieClip 2719 { } movieClip 2723 { } movieClip 2726 { } movieClip 2728 { } movieClip 2729 { } movieClip 2733 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 61 { randomFlag(); } frame 110 { randomFlag(); } } movieClip 2736 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 93 { randomFlag(); } frame 175 { randomFlag(); } } movieClip 2738 { } movieClip 2757 { frame 1 { stop(); } } movieClip 2758 { frame 1 { stop(); } } movieClip 2760 { } movieClip 2762 { } movieClip 2764 { } movieClip 2765 { } movieClip 2767 { } movieClip 2769 { } movieClip 2771 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 30 { randomFlag(); } frame 62 { randomFlag(); } } movieClip 2795 { } movieClip 2798 { frame 1 { _visible = false; } } movieClip 2799 { } movieClip 2801 { frame 1 { _visible = false; } } movieClip 2802 { } movieClip 2807 { } movieClip 2808 { } movieClip 2809 { } movieClip 2810 { frame 1 { stop(); } } movieClip 2830 { frame 11 { stop(); next_btn.onPress = function () { play(); }; } frame 16 { _parent.man.head.gotoAndStop(2); } frame 25 { stop(); next_btn.onPress = function () { play(); }; } frame 39 { stop(); next_btn.onPress = function () { play(); }; } frame 53 { stop(); next_btn.onPress = function () { play(); }; } frame 67 { stop(); next_btn.onPress = function () { play(); }; } frame 68 { _parent.play(); } frame 113 { _parent.perona.gotoAndStop(2); } frame 122 { stop(); next_btn.onPress = function () { play(); }; } frame 138 { stop(); next_btn.onPress = function () { play(); }; } frame 152 { stop(); next_btn.onPress = function () { play(); }; } frame 166 { stop(); next_btn.onPress = function () { play(); }; } frame 170 { stop(); _root.gotoScreen('screen_8'); } } movieClip 2831 { } movieClip 2832 screen_7 { frame 1 { stop(); } frame 60 { stop(); } } movieClip 2857 { } movieClip 2859 { } movieClip 2861 { } movieClip 2887 { } movieClip 2889 { } movieClip 2896 { } movieClip 2898 { } movieClip 2900 { } movieClip 2909 { } movieClip 2918 { } movieClip 2921 { } movieClip 2928 { } movieClip 2933 { } movieClip 2939 { } movieClip 2949 { } movieClip 2960 { } movieClip 2977 { } movieClip 2979 { } movieClip 2981 { } movieClip 2983 { } movieClip 2985 { } movieClip 2987 { } movieClip 2989 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 35 { randomFlag(); } frame 69 { randomFlag(); } } movieClip 3005 { } movieClip 3008 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 100 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 3013 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 3015 { } movieClip 3017 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 25 { randomFlag(); } frame 49 { randomFlag(); } } movieClip 3020 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 3022 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 19 { randomFlag(); } frame 37 { randomFlag(); } } movieClip 3026 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 3028 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 16 { randomFlag(); } frame 31 { randomFlag(); } } movieClip 3029 { frame 1 { stop(); } } movieClip 3031 { } movieClip 3058 { } movieClip 3060 { } movieClip 3062 { } movieClip 3064 { } movieClip 3079 { } movieClip 3081 { } movieClip 3083 { } movieClip 3088 { } movieClip 3094 { } movieClip 3096 { } movieClip 3113 { frame 1 { stop(); } frame 2 { _parent.sperm.play(); } frame 44 { _parent._parent.cumscr.play(); } frame 95 { gotoAndPlay('frame'); } } movieClip 3115 { frame 1 { stop(); } frame 10 { stop(); } } movieClip 3142 { } movieClip 3186 { } movieClip 3187 { frame 1 { stop(); } frame 31 { stop(); } frame 47 { stop(); _parent.next_btn._visible = true; _parent.mc_btn._visible = true; } } movieClip 3188 { frame 106 { stop(); } } movieClip 3194 { frame 1 { stop(); } frame 52 { gotoAndStop(1); } frame 101 { gotoAndStop(1); } } movieClip 3195 { frame 1 { function onBarFilled() { cum_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; } } }; cum_btn.postOnPress = function () { _parent.panel._visible = false; _parent.cumscr.gotoAndPlay(2); }; btn_1.postOnPress = function () { _root.gotoScreen('screen_demo'); }; } } movieClip 3196 screen_8 { frame 1 { stop(); next_btn._visible = false; mc_btn._visible = false; anim_manager = new AnimManager(act, panel); anim_manager.AddAct({'btn_name': 'btn_0', 'type': AnimAct.TYPE_PENDULUM, 'frame_start': 1, 'frame_end': 20, 'auto_speed': 0.04, 'face_settings': 'head1=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'}); 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'}); 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.VERTICAL_MOVEMENT, 'reverse_mouse_control': 0, 'pixel_start': 140, 'pixel_width': 200, 'face_settings': 'head1=1'}); anim_manager.AddSwing({'clip_name': 'balls', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'boob1', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob2', 'first_frame': 1, 'last_frame': 121, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'leg1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'leg2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'leg3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'leg4', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); 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': 'hair3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, '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': 'head1.hair', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 3202 { } movieClip 3204 { } movieClip 3208 screen_demo { frame 1 { MNF_btn.onPress = function () { if (_root.id == undefined) { getURL('http://www.meetandfuckgames.com', '_blank'); } else { getURL('http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=939775-0000&PA=' + _root.id, '_blank'); } }; } } movieClip 3209 { } movieClip 3216 { frame 1 { onPress = function () { onPress = null; gotoAndPlay('block'); }; } frame 19 { stop(); _parent._parent._parent._parent.play(); if (_parent._parent._parent.level_time > 0) { _parent._parent._parent._parent.bar.valueDown(); } _parent.removeMovieClip(); } frame 23 { stop(); _parent.removeMovieClip(); } } movieClip 3217 trace { } 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('screen_0'); }




http://swfchan.com/43/210659/info.shtml
Created: 22/7 -2019 05:39:09 Last modified: 22/7 -2019 05:39:09 Server time: 29/04 -2024 11:22:28