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

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

[BigboobsVaginal] Magic in a Toy-Chest, MNF sex game.swf

This is the info page for
Flash #206152

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


ActionScript [AS1/AS2]
Combined Code
movieClip 3 { } movieClip 6 { } movieClip 9 screen_demo { frame 1 { btn1.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'); } }; var url = _root._url; var urlBeginning = url.indexOf('www') + 4; var urlTermination = url.indexOf('/', urlBeginning); var pageDomain = url.substring(urlBeginning, urlTermination); if (pageDomain == 'meetandfuckgames.com') { txt._visible = false; getURL('javascript:get_premium();', ''); } } } 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 18 { } movieClip 20 { } // unknown tag 88 length 287 movieClip 1226 __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 1227 __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 1228 __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 1229 __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 29 trans_screen { frame 1 { var next_screen; } frame 10 { _parent.setScreen(next_screen); } frame 20 { removeMovieClip(this); } } movieClip 36 { } movieClip 40 { } movieClip 41 { } movieClip 43 { } movieClip 45 { } movieClip 47 { } movieClip 49 { } movieClip 51 { } movieClip 53 { } movieClip 55 { } movieClip 57 { } movieClip 62 { } movieClip 64 { } movieClip 66 { } movieClip 68 { } movieClip 70 { } movieClip 72 { } movieClip 74 { } movieClip 76 { } movieClip 78 { } movieClip 82 { } movieClip 84 { } movieClip 86 { } movieClip 88 { } movieClip 90 { } movieClip 95 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 60 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 98 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 88 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 100 { } movieClip 102 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 25 { randomFlag(); } frame 49 { randomFlag(); } } movieClip 104 { } movieClip 106 { } movieClip 108 { } movieClip 110 { } movieClip 111 { } movieClip 112 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 45 { randomFlag(); } frame 90 { randomFlag(); } } movieClip 113 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 35 { randomFlag(); } frame 70 { randomFlag(); } } movieClip 121 { frame 1 { this._visible = false; } } movieClip 123 { } movieClip 128 { } movieClip 130 { } movieClip 134 { frame 1 { if (first_run != undefined) { return undefined; } else { first_run = true; } t1._alpha = 100; t2._alpha = 70; 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 () { t1._alpha = 100; t2._alpha = 100; }; spot.onReleaseOutside = function () { t1._alpha = 100; t2._alpha = 70; }; spot.onRollOut = spot.onReleaseOutside; } } movieClip 136 screen_0 { frame 1 { stop(); play_btn.onPress = function () { _root.gotoScreen('screen_1'); }; MNF_btn.onPress = function () { getURL('http://www.meetandfuckgames.com/', '_blank'); }; } } movieClip 147 { } movieClip 161 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 50 { randomFlag(); } frame 100 { randomFlag(); } } movieClip 185 { } movieClip 192 { } movieClip 193 { } // unknown tag 88 length 81 movieClip 202 screen_1 { frame 7 { stop(); next_btn.onPress = function () { play(); }; } frame 19 { stop(); next_btn.onPress = function () { play(); }; } frame 68 { stop(); next_btn.onPress = function () { play(); }; } frame 80 { stop(); next_btn.onPress = function () { play(); }; } frame 92 { stop(); next_btn.onPress = function () { play(); }; } frame 134 { stop(); next_btn.onPress = function () { play(); }; } frame 145 { stop(); next_btn.onPress = function () { play(); }; } frame 156 { stop(); next_btn.onPress = function () { play(); }; } frame 167 { stop(); next_btn.onPress = function () { play(); }; } frame 179 { stop(); next_btn.onPress = function () { play(); }; } frame 205 { stop(); _root.gotoScreen('screen_2'); } } movieClip 211 { } movieClip 213 { } movieClip 215 { } movieClip 217 { } movieClip 219 { } movieClip 221 { } movieClip 223 { } movieClip 228 { } movieClip 230 { } movieClip 232 { } movieClip 234 { } movieClip 236 { } movieClip 238 { } movieClip 240 { } movieClip 242 { } movieClip 244 { } movieClip 246 { } movieClip 248 { } movieClip 251 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 25 { randomFlag(); } frame 49 { randomFlag(); } } movieClip 255 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 64 { randomFlag(); } frame 120 { randomFlag(); } } movieClip 258 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 93 { randomFlag(); } frame 200 { randomFlag(); } } movieClip 260 { } movieClip 262 { } movieClip 264 { } movieClip 266 { } movieClip 268 { } movieClip 270 { } movieClip 272 { } movieClip 274 { } movieClip 276 { } movieClip 278 { } movieClip 279 { } movieClip 285 { } movieClip 291 { } movieClip 293 { } movieClip 295 { } movieClip 296 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 45 { randomFlag(); } frame 90 { randomFlag(); } } movieClip 298 { } movieClip 304 screen_2 { frame 8 { stop(); next_btn.onPress = function () { play(); }; } frame 62 { stop(); next_btn.onPress = function () { play(); }; } frame 73 { stop(); next_btn.onPress = function () { play(); }; } frame 84 { stop(); next_btn.onPress = function () { play(); }; } frame 116 { stop(); next_btn.onPress = function () { play(); }; } frame 139 { stop(); next_btn.onPress = function () { play(); }; } frame 180 { stop(); _root.gotoScreen('screen_3'); } } movieClip 322 { frame 1 { onEnterFrame = function () { gotoAndStop(random(8) + 1); }; } } movieClip 323 { } movieClip 330 { } movieClip 345 screen_3 { frame 37 { stop(); next_btn.onPress = function () { play(); }; } frame 48 { stop(); next_btn.onPress = function () { play(); }; } frame 59 { stop(); next_btn.onPress = function () { play(); }; } frame 70 { stop(); next_btn.onPress = function () { play(); }; } frame 99 { stop(); next_btn.onPress = function () { play(); }; } frame 109 { stop(); next_btn.onPress = function () { play(); }; } frame 119 { stop(); next_btn.onPress = function () { play(); }; } frame 129 { stop(); next_btn.onPress = function () { play(); }; } frame 139 { stop(); next_btn.onPress = function () { play(); }; } frame 149 { stop(); next_btn.onPress = function () { play(); }; } frame 159 { stop(); next_btn.onPress = function () { play(); }; } frame 169 { stop(); next_btn.onPress = function () { play(); }; } frame 180 { stop(); next_btn.onPress = function () { play(); }; } frame 191 { stop(); next_btn.onPress = function () { play(); }; } frame 202 { stop(); next_btn.onPress = function () { play(); }; } frame 212 { stop(); next_btn.onPress = function () { play(); }; } frame 258 { stop(); next_btn.onPress = function () { play(); }; } frame 268 { stop(); next_btn.onPress = function () { play(); }; } frame 301 { stop(); next_btn.onPress = function () { play(); }; } frame 311 { stop(); next_btn.onPress = function () { play(); }; } frame 322 { stop(); next_btn.onPress = function () { play(); }; } frame 350 { stop(); _root.gotoScreen('screen_4'); } } movieClip 351 { } movieClip 353 { } movieClip 355 { } movieClip 357 { } movieClip 359 { } movieClip 361 { } movieClip 363 { } movieClip 365 { } movieClip 367 { } movieClip 369 { } movieClip 371 { } movieClip 376 { } movieClip 378 { } movieClip 380 { } movieClip 382 { } movieClip 384 { } movieClip 386 { } movieClip 391 { } movieClip 393 { } movieClip 395 { } movieClip 397 { } movieClip 400 { } movieClip 402 { } movieClip 404 { } movieClip 406 { } movieClip 408 { } movieClip 411 { } movieClip 412 { } movieClip 413 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 45 { randomFlag(); } frame 90 { randomFlag(); } } movieClip 416 { frame 22 { stop(); next_btn.onPress = function () { play(); }; } frame 26 { stop(); _root.gotoScreen('screen_5'); } } movieClip 418 { frame 1 { stop(); } } movieClip 421 { frame 5 { stop(); } } movieClip 422 { frame 1 { stop(); } } movieClip 424 { frame 2 { _parent._parent.body.mc17._visible = true; } } movieClip 427 { frame 5 { stop(); } } movieClip 428 { frame 1 { stop(); } } movieClip 429 { frame 2 { _parent._parent.body.mc18._visible = true; } } movieClip 432 { frame 5 { stop(); } } movieClip 433 { frame 1 { stop(); } } movieClip 434 { frame 2 { _parent._parent.body.mc15._visible = true; } } movieClip 437 { frame 5 { stop(); } } movieClip 438 { frame 1 { stop(); } } movieClip 439 { frame 2 { _parent._parent.body.mc14._visible = true; } } movieClip 442 { frame 5 { stop(); } } movieClip 443 { frame 1 { stop(); } } movieClip 444 { frame 2 { _parent._parent.body.mc10._visible = true; } } movieClip 447 { frame 5 { stop(); } } movieClip 448 { frame 1 { stop(); } } movieClip 449 { frame 2 { _parent._parent.body.mc11._visible = true; } } movieClip 452 { frame 5 { stop(); } } movieClip 453 { frame 1 { stop(); } } movieClip 454 { frame 2 { _parent._parent.body.mc1._visible = true; } } movieClip 457 { frame 5 { stop(); } } movieClip 458 { frame 1 { stop(); } } movieClip 459 { frame 2 { _parent._parent.body.mc4._visible = true; } } movieClip 462 { frame 5 { stop(); } } movieClip 463 { frame 1 { stop(); } } movieClip 464 { frame 2 { _parent._parent.body.mc6._visible = true; } } movieClip 467 { frame 5 { stop(); } } movieClip 468 { frame 1 { stop(); } } movieClip 469 { frame 2 { _parent._parent.body.mc9._visible = true; } } movieClip 472 { frame 5 { stop(); } } movieClip 473 { frame 1 { stop(); } } movieClip 474 { frame 2 { _parent._parent.body.mc13._visible = true; } } movieClip 477 { frame 5 { stop(); } } movieClip 478 { frame 1 { stop(); } } movieClip 479 { frame 2 { _parent._parent.body.mc5._visible = true; } } movieClip 482 { frame 5 { stop(); } } movieClip 483 { frame 1 { stop(); } } movieClip 484 { frame 2 { _parent._parent.body.mc8._visible = true; } } movieClip 487 { frame 5 { stop(); } } movieClip 488 { frame 1 { stop(); } } movieClip 489 { frame 2 { _parent._parent.body.mc7._visible = true; } } movieClip 492 { frame 5 { stop(); } } movieClip 493 { frame 1 { stop(); } } movieClip 494 { frame 2 { _parent._parent.body.mc3._visible = true; } } movieClip 497 { frame 5 { stop(); } } movieClip 498 { frame 1 { stop(); } } movieClip 499 { frame 2 { _parent._parent.body.mc12._visible = true; } } movieClip 502 { frame 5 { stop(); } } movieClip 503 { frame 1 { stop(); } } movieClip 504 { frame 2 { _parent._parent.body.mc2._visible = true; } } movieClip 507 { frame 5 { stop(); } } movieClip 508 { frame 1 { stop(); } } movieClip 509 { frame 2 { _parent._parent.body.mc16._visible = true; } } movieClip 510 { frame 1 { stop(); mc1.gotoAndStop(1); mc2.gotoAndStop(1); mc3.gotoAndStop(1); mc4.gotoAndStop(1); mc5.gotoAndStop(1); mc6.gotoAndStop(1); mc7.gotoAndStop(1); mc8.gotoAndStop(1); mc9.gotoAndStop(1); mc10.gotoAndStop(1); mc11.gotoAndStop(1); mc12.gotoAndStop(1); mc13.gotoAndStop(1); mc14.gotoAndStop(1); mc15.gotoAndStop(1); mc16.gotoAndStop(1); mc17.gotoAndStop(1); mc17.gotoAndStop(1); mc18.gotoAndStop(1); } frame 2 { varNew = false; var dropDone = true; mc1.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc1; mcY = 200; } }; mc2.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc2; mcY = 200; } }; mc3.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc3; mcY = 250; } }; mc4.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc4; mcY = 170; } }; mc5.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc5; mcY = 180; } }; mc6.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc6; mcY = 250; } }; mc7.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc7; mcY = 150; } }; mc8.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc8; mcY = 100; } }; mc9.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc9; mcY = 120; } }; mc10.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc10; mcY = 30; } }; mc11.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc11; mcY = 60; } }; mc12.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc12; mcY = 80; } }; mc13.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc13; mcY = 110; } }; mc14.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc14; mcY = -80; } }; mc15.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc15; mcY = 90; } }; mc16.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc16; mcY = 130; } }; mc17.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc17; mcY = 40; } }; mc18.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc18; mcY = -50; } }; onEnterFrame = function () { if (varNew == true) { varNew = false; mc.onPress = function () { if (dropDone == true) { mc.startDrag(); mc.mc.gotoAndStop(2); } mc.swapDepths(this._parent.getNextHighestDepth()); }; mc.onRelease = function () { function drop() { if (mc._y <= mcY) { mc._y += 30; dropDone = false; } else { clearInterval(a); dropDone = true; mc.mc.gotoAndStop(1); } } mc.stopDrag(); var a = setInterval(drop, 5); }; mc.onReleaseOutside = function () { function drop() { if (mc._y <= mcY) { mc._y += 30; dropDone = false; } else { clearInterval(a); dropDone = true; mc.mc.gotoAndStop(1); } } mc.stopDrag(); var a = setInterval(drop, 5); }; } if (mc._y <= 10 and mc._y >= -10 and mc._x <= 10 and mc._x >= -10) { mc.gotoAndStop(2); mc._x = 0; mc._y = 0; } }; } } movieClip 512 { } movieClip 513 { } movieClip 515 { } movieClip 516 { } movieClip 518 { } movieClip 519 { } movieClip 521 { } movieClip 522 { } movieClip 524 { } movieClip 525 { } movieClip 527 { } movieClip 528 { } movieClip 530 { } movieClip 531 { } movieClip 533 { } movieClip 534 { } movieClip 536 { } movieClip 537 { } movieClip 539 { } movieClip 540 { } movieClip 541 { } movieClip 542 { } movieClip 544 { } movieClip 545 { } movieClip 547 { } movieClip 548 { } movieClip 550 { } movieClip 551 { } movieClip 553 { } movieClip 554 { } movieClip 556 { } movieClip 557 { } movieClip 559 { } movieClip 560 { } movieClip 561 { } movieClip 562 { } movieClip 563 { frame 1 { mc1._visible = false; mc2._visible = false; mc3._visible = false; mc4._visible = false; mc5._visible = false; mc6._visible = false; mc7._visible = false; mc8._visible = false; mc9._visible = false; mc10._visible = false; mc11._visible = false; mc12._visible = false; mc13._visible = false; mc14._visible = false; mc15._visible = false; mc16._visible = false; mc17._visible = false; mc18._visible = false; onEnterFrame = function () { if (mc1._visible == true and mc2._visible == true and mc3._visible == true and mc4._visible == true and mc5._visible == true and mc6._visible == true and mc7._visible == true and mc8._visible == true and mc9._visible == true and mc10._visible == true and mc11._visible == true and mc12._visible == true and mc13._visible == true and mc14._visible == true and mc15._visible == true and mc16._visible == true and mc17._visible == true and mc18._visible == true) { _visible = false; _parent.toyBg.gotoAndStop(2); } }; } } movieClip 568 { frame 1 { _parent.toyBg._visible = false; } frame 10 { stop(); next_btn.onPress = function () { play(); }; } frame 22 { stop(); next_btn.onPress = function () { play(); }; } frame 34 { stop(); next_btn.onPress = function () { play(); }; } frame 38 { stop(); _parent.act.gotoAndStop(2); _parent.toyBg._visible = true; } } movieClip 569 screen_4 { } movieClip 572 { } movieClip 574 { } movieClip 576 { } movieClip 577 { } movieClip 578 { } movieClip 579 { } movieClip 580 { } movieClip 582 { } movieClip 585 { } movieClip 586 { } movieClip 587 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 45 { randomFlag(); } frame 90 { randomFlag(); } } movieClip 588 { } movieClip 601 screen_5 { frame 23 { stop(); next_btn.onPress = function () { play(); }; } frame 34 { stop(); next_btn.onPress = function () { play(); }; } frame 45 { stop(); next_btn.onPress = function () { play(); }; } frame 56 { stop(); next_btn.onPress = function () { play(); }; } frame 67 { stop(); next_btn.onPress = function () { play(); }; } frame 78 { stop(); next_btn.onPress = function () { play(); }; } frame 88 { stop(); next_btn.onPress = function () { play(); }; } frame 99 { stop(); next_btn.onPress = function () { play(); }; } frame 109 { stop(); next_btn.onPress = function () { play(); }; } frame 133 { stop(); next_btn.onPress = function () { play(); }; } frame 144 { stop(); next_btn.onPress = function () { play(); }; } frame 148 { stop(); _root.gotoScreen('screen_6'); } } movieClip 622 { } movieClip 639 { } movieClip 643 { } movieClip 645 { } movieClip 649 { } movieClip 652 { } movieClip 654 { } movieClip 658 { } movieClip 667 { } movieClip 676 { } movieClip 678 { } movieClip 681 { } movieClip 685 { } movieClip 688 { } movieClip 691 { } movieClip 695 { } movieClip 696 { frame 1 { stop(); } } movieClip 741 { frame 1 { stop(); } frame 2 { _parent.sperm.play(); } frame 44 { _parent._parent.cumscr.play(); } frame 95 { gotoAndPlay('frame'); } } movieClip 743 { frame 1 { stop(); } frame 10 { stop(); } } movieClip 769 { } movieClip 775 { } movieClip 794 { } movieClip 838 { } movieClip 845 { } movieClip 854 { } movieClip 968 { } movieClip 972 { } movieClip 973 { } movieClip 975 { frame 1 { function changeValue(d_value) { if (value >= 1) { return undefined; } ++i_val; value_buf += d_value; if (i_val == buf_vals) { value_buf = 0; i_val = 0; } value += d_value; if (value >= 1) { value = 1; if (i_val != 0) { sendIncreament(value_buf + 0.001); } _parent.onBarFilled(); } else { if (value < 0) { value = 0; } } stripe._x = -(1 - value) * stripe._width; stripe1._x = -(1 - value) * stripe1._width; } var value = 0; var value_buf = 0; var buf_vals = 24; var i_val = 0; changeValue(0); } } movieClip 998 { } movieClip 999 { frame 1 { function onBarFilled() { cum_btn._visible = true; btn_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 () { _parent.bubbles1._visible = true; _parent.bubbles1.play(); _parent.bubbles2._visible = false; _parent.bubbles3._visible = false; }; btn_2.postOnPress = function () { _parent.bubbles2._visible = true; _parent.bubbles2.play(); _parent.bubbles1._visible = false; _parent.bubbles3._visible = false; }; btn_3.postOnPress = function () { _parent.bubbles3._visible = true; _parent.bubbles3.play(); _parent.bubbles2._visible = false; _parent.bubbles1._visible = false; }; } } movieClip 1003 { } movieClip 1004 { frame 1 { stop(); } frame 31 { stop(); } frame 47 { stop(); _parent.next_btn._visible = true; } } movieClip 1008 screen_6 { frame 1 { stop(); next_btn._visible = false; next_btn.onPress = function () { if (_root.endgamevar == true) { _root.gotoScreen('screen_15'); } else { _root.gotoScreen('screen_7'); } }; 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': 'head=1,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': 'head=2,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': 'head=3,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': 'head=4,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': 'head=3,head1=3', 'cum_clips': 'cum1', 'face_settings_after_cum': 'head=1,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': 1, 'pixel_start': 250, 'pixel_width': 300, 'face_settings': 'head=1,head1=1'}); anim_manager.AddSwing({'clip_name': 'boob1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'boob2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head.hair1', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head.hair2', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'head.hair3', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 1}); anim_manager.AddSwing({'clip_name': 'hair4', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'hair5', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 0, 'reverse': 0}); anim_manager.AddSwing({'clip_name': 'hair6', 'first_frame': 1, 'last_frame': 61, 'update_before_gravi': 1, 'reverse': 0}); onEnterFrame = function () { anim_manager.Update(_xmouse, _ymouse); }; } } movieClip 1009 { } movieClip 1013 { } movieClip 1018 screen_7 { frame 7 { stop(); next_btn.onPress = function () { play(); }; } frame 18 { stop(); next_btn.onPress = function () { play(); }; } frame 28 { stop(); next_btn.onPress = function () { play(); }; } frame 38 { stop(); next_btn.onPress = function () { play(); }; } frame 80 { stop(); _root.gotoScreen('screen_8'); } } movieClip 1020 { } movieClip 1022 { } movieClip 1055 { } movieClip 1057 { } movieClip 1060 { } movieClip 1064 { } movieClip 1067 { } movieClip 1068 { } movieClip 1071 { } movieClip 1073 { } movieClip 1075 { } movieClip 1077 { } movieClip 1079 { } movieClip 1081 { } movieClip 1082 { } movieClip 1083 { frame 1 { randomFlag = function () { gotoAndPlay('flag' + (random(2) + 1)); }; randomFlag(); } frame 45 { randomFlag(); } frame 90 { randomFlag(); } } movieClip 1084 { frame 1 { stop(); } frame 2 { _parent.bubbles.play(); } } movieClip 1086 { } movieClip 1088 { } movieClip 1089 { } movieClip 1091 { } movieClip 1093 { } movieClip 1095 { } movieClip 1097 { } movieClip 1099 { } movieClip 1101 { } movieClip 1103 { } movieClip 1105 { } movieClip 1106 { } movieClip 1108 { } movieClip 1110 { } movieClip 1112 { } movieClip 1113 { } movieClip 1115 { } movieClip 1123 { } movieClip 1124 { frame 1 { mc1._visible = false; mc2._visible = false; mc3._visible = false; mc5._visible = false; mc6._visible = false; mc7._visible = false; mc8._visible = false; mc9._visible = false; mc10._visible = false; mc11._visible = false; mc12._visible = false; mc13._visible = false; mc14._visible = false; mc16._visible = false; mc17._visible = false; onEnterFrame = function () { if (mc1._visible == true and mc2._visible == true and mc3._visible == true and mc5._visible == true and mc6._visible == true and mc7._visible == true and mc8._visible == true and mc9._visible == true and mc10._visible == true and mc11._visible == true and mc12._visible == true and mc13._visible == true and mc14._visible == true and mc16._visible == true and mc17._visible == true) { _visible = false; _parent.toyBg.gotoAndStop(2); } }; } } movieClip 1127 { frame 5 { stop(); } } movieClip 1128 { frame 1 { stop(); } } movieClip 1129 { frame 2 { _parent._parent.body.mc1._visible = true; } } movieClip 1131 { frame 5 { stop(); } } movieClip 1132 { frame 1 { stop(); } } movieClip 1133 { frame 2 { _parent._parent.body.mc2._visible = true; } } movieClip 1136 { frame 5 { stop(); } } movieClip 1137 { frame 1 { stop(); } } movieClip 1138 { frame 2 { _parent._parent.body.mc8._visible = true; } } movieClip 1141 { frame 5 { stop(); } } movieClip 1142 { frame 1 { stop(); } } movieClip 1143 { frame 2 { _parent._parent.body.mc6._visible = true; } } movieClip 1146 { frame 5 { stop(); } } movieClip 1147 { frame 1 { stop(); } } movieClip 1148 { frame 2 { _parent._parent.body.mc10._visible = true; } } movieClip 1151 { frame 5 { stop(); } } movieClip 1152 { frame 1 { stop(); } } movieClip 1153 { frame 2 { _parent._parent.body.mc16._visible = true; } } movieClip 1156 { frame 5 { stop(); } } movieClip 1157 { frame 1 { stop(); } } movieClip 1158 { frame 2 { _parent._parent.body.mc17._visible = true; } } movieClip 1161 { frame 5 { stop(); } } movieClip 1162 { frame 1 { stop(); } } movieClip 1163 { frame 2 { _parent._parent.body.mc13._visible = true; } } movieClip 1166 { frame 5 { stop(); } } movieClip 1167 { frame 1 { stop(); } } movieClip 1168 { frame 2 { _parent._parent.body.mc14._visible = true; } } movieClip 1171 { frame 5 { stop(); } } movieClip 1172 { frame 1 { stop(); } } movieClip 1173 { frame 2 { _parent._parent.body.mc12._visible = true; } } movieClip 1176 { frame 5 { stop(); } } movieClip 1177 { frame 1 { stop(); } } movieClip 1178 { frame 2 { _parent._parent.body.mc3._visible = true; } } movieClip 1181 { frame 5 { stop(); } } movieClip 1182 { frame 1 { stop(); } } movieClip 1183 { frame 2 { _parent._parent.body.mc5._visible = true; } } movieClip 1186 { frame 5 { stop(); } } movieClip 1187 { frame 1 { stop(); } } movieClip 1188 { frame 2 { _parent._parent.body.mc9._visible = true; } } movieClip 1191 { frame 5 { stop(); } } movieClip 1192 { frame 1 { stop(); } } movieClip 1193 { frame 2 { _parent._parent.body.mc11._visible = true; } } movieClip 1198 { frame 5 { stop(); } } movieClip 1199 { frame 1 { stop(); } } movieClip 1200 { frame 2 { _parent._parent.body.mc7._visible = true; } } movieClip 1201 { frame 1 { stop(); mc1.gotoAndStop(1); mc2.gotoAndStop(1); mc3.gotoAndStop(1); mc4.gotoAndStop(1); mc5.gotoAndStop(1); mc6.gotoAndStop(1); mc7.gotoAndStop(1); mc8.gotoAndStop(1); mc9.gotoAndStop(1); mc10.gotoAndStop(1); mc11.gotoAndStop(1); mc12.gotoAndStop(1); mc13.gotoAndStop(1); mc14.gotoAndStop(1); mc15.gotoAndStop(1); mc16.gotoAndStop(1); mc17.gotoAndStop(1); } frame 2 { mc1.gotoAndStop(1); mc2.gotoAndStop(1); mc3.gotoAndStop(1); mc4.gotoAndStop(1); mc5.gotoAndStop(1); mc6.gotoAndStop(1); mc7.gotoAndStop(1); mc8.gotoAndStop(1); mc9.gotoAndStop(1); mc10.gotoAndStop(1); mc11.gotoAndStop(1); mc12.gotoAndStop(1); mc13.gotoAndStop(1); mc14.gotoAndStop(1); mc15.gotoAndStop(1); mc16.gotoAndStop(1); mc17.gotoAndStop(1); varNew = false; var dropDone = true; mc1.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc1; mcY = -100; } }; mc2.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc2; mcY = -30; } }; mc3.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc3; mcY = 130; } }; mc4.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc4; mcY = -30; } }; mc5.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc5; mcY = 110; } }; mc6.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc6; mcY = 130; } }; mc7.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc7; mcY = 180; } }; mc8.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc8; mcY = 120; } }; mc9.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc9; mcY = 100; } }; mc10.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc10; mcY = 240; } }; mc11.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc11; mcY = 80; } }; mc12.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc12; mcY = 80; } }; mc13.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc13; mcY = -30; } }; mc14.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc14; mcY = -30; } }; mc15.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc15; mcY = -30; } }; mc16.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc16; mcY = -30; } }; mc17.onRollOver = function () { if (dropDone == true) { varNew = true; mc = mc17; mcY = 0; } }; onEnterFrame = function () { if (varNew == true) { varNew = false; mc.onPress = function () { if (dropDone == true) { mc.startDrag(); mc.mc.gotoAndStop(2); } mc.swapDepths(this._parent.getNextHighestDepth()); }; mc.onRelease = function () { function drop() { if (mc._y <= mcY) { mc._y += 30; dropDone = false; } else { clearInterval(a); dropDone = true; mc.mc.gotoAndStop(1); } } mc.stopDrag(); var a = setInterval(drop, 5); }; mc.onReleaseOutside = function () { function drop() { if (mc._y <= mcY) { mc._y += 30; dropDone = false; } else { clearInterval(a); dropDone = true; mc.mc.gotoAndStop(1); } } mc.stopDrag(); var a = setInterval(drop, 5); }; } if (mc._y <= 10 and mc._y >= -10 and mc._x <= 10 and mc._x >= -10) { mc.gotoAndStop(2); mc._x = 0; mc._y = 0; } }; } } movieClip 1210 { frame 1 { _parent.toyBg._visible = false; } frame 9 { stop(); next_btn.onPress = function () { play(); }; } frame 21 { stop(); next_btn.onPress = function () { play(); }; } frame 33 { stop(); next_btn.onPress = function () { play(); }; } frame 46 { stop(); next_btn.onPress = function () { play(); }; } frame 58 { stop(); next_btn.onPress = function () { play(); }; } frame 62 { stop(); _parent.toy.gotoAndStop(2); _parent.toyBg._visible = true; _parent.fairy._visible = false; } frame 63 { _parent.fairy._visible = true; } frame 69 { stop(); next_btn.onPress = function () { play(); }; } frame 80 { stop(); next_btn.onPress = function () { play(); }; } frame 84 { stop(); _root.gotoScreen('screen_9'); } } movieClip 1211 screen_8 { } movieClip 1213 { } movieClip 1214 { } movieClip 1223 { } movieClip 1224 screen_9 { frame 22 { stop(); next_btn.onPress = function () { play(); }; } frame 33 { stop(); next_btn.onPress = function () { play(); }; } frame 44 { stop(); next_btn.onPress = function () { play(); }; } frame 55 { stop(); next_btn.onPress = function () { play(); }; } frame 66 { stop(); next_btn.onPress = function () { play(); }; } frame 77 { stop(); next_btn.onPress = function () { play(); }; } frame 88 { stop(); next_btn.onPress = function () { play(); }; } frame 99 { stop(); next_btn.onPress = function () { play(); }; } frame 135 { stop(); _root.gotoScreen('screen_demo'); } } movieClip 1225 { } 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/42/206152/info.shtml
Created: 24/7 -2019 10:58:48 Last modified: 24/7 -2019 10:58:48 Server time: 28/04 -2024 19:19:55