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

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

Winx Pixie Clone Capture.swf

This is the info page for
Flash #108149

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


Text
Oh no! Professor Wizgiz's Magical Multiplier has gone crazy and multiplied
all the pixies! Plus they're under the powerful homesickness spell cast by
Lord Darkar. Catch the pixies before they can escape and lead Lord Darkar
to another piece of the Codex! Ms. Faragonda has loaned you her magic
wand in order to capture the pixie clones. Click, drag and release to create
a magical shield around the pixies. Capture hourglasses to gain more time
and gems to increase your magical power. Work quickly! You only have a
short time to catch as many as you can.

Bee Game

0

Score

Time

Correct!

Incorrect!

LEVEL:

ActionScript [AS1/AS2]

Instance of Symbol 330 MovieClip in Frame 1
onClipEvent (load) { xin_motion_val = "Toward"; xin_alphatype_val = "No"; xout_motion_val = "None"; xout_alphatype_val = "No"; perc_req_val = 100; show_perc_val = "Yes"; slow_factor_val = 0.2; init_action_val = "_root.stop();"; play_action_val = "_root.play();"; }
Frame 2
stop();
Frame 3
stop();
Instance of Symbol 420 MovieClip in Frame 3
onClipEvent (load) { quiz_data_file = ""; quiz_object_probability = 0; shuffle_questions = "True"; correct_points = 100; incorrect_points = -25; stage_width = 720; stage_height = 450; show_mouse = "False"; minimum_bubble_size = 50; flying_objects_linkages = []; flying_objects_linkages[0] = "flying0"; flying_objects_linkages[1] = "flying1"; flying_objects_linkages[2] = "flying2"; flying_objects_linkages[3] = "flying3"; flying_objects_linkages[4] = "flying4"; flying_quiz_objects_linkages = []; flying_quiz_objects_linkages[0] = "flying_quiz0"; special_objects_linkages = []; special_objects_linkages[0] = "special0"; falling_objects_linkages = []; falling_objects_linkages[0] = "falling0"; falling_objects_linkages[1] = "falling1"; flying_points = 10; flying_points_increase = 10; falling_points = 20; falling_points_increase = 10; flying_falling_points = 30; flying_falling_points_increase = 10; special_points = 40; special_points_increase = 10; multiple_catch_factor = 1; multiple_catch_factor_increase = 1; next_level_points = 500; initial_bubbles = 50; initial_time = 120000 /* 0x01D4C0 */; time_bonus = 10000; time_bonus_increase = 2000; time_bonus_points = 175; time_bonus_points_increase = 25; power_up_delay = 350; time_power_up = 15000; bubbles_power_up = 15; flying_delay = 75; flying_delay_change = -1; falling_delay = 300; falling_delay_change = -10; special_delay = 400; special_delay_change = -10; flying_speed = 3; flying_speed_deviation = 1; flying_speed_increase = 0.5; falling_speed = 2; falling_deviation = 0.5; falling_speed_increase = 0.5; special_speed = 6; special_speed_deviation = 0.5; special_speed_increase = 0.5; }
Frame 4
stop();
Symbol 31 MovieClip [bubble_maker] Frame 1
stop();
Symbol 140 MovieClip [flying0] Frame 1
stop();
Symbol 184 MovieClip [flying_quiz0] Frame 1
stop();
Symbol 201 MovieClip [flying4] Frame 1
stop();
Symbol 219 MovieClip [flying3] Frame 1
stop();
Symbol 248 MovieClip [flying2] Frame 1
stop();
Symbol 280 MovieClip [flying1] Frame 1
stop();
Symbol 283 MovieClip [score_display] Frame 1
play();
Symbol 283 MovieClip [score_display] Frame 30
this._unloadMovie();
Symbol 306 MovieClip Frame 19
stop();
Symbol 307 MovieClip [special0] Frame 1
stop();
Symbol 330 MovieClip Frame 1
stop();
Instance of Symbol 329 MovieClip "swfloader" in Symbol 330 MovieClip Frame 1
onClipEvent (load) { function strip_spaces(str) { var _str = new String(""); var j = 0; while (j < str.length) { if ((str.charAt(j) != " ") && (str.charAt(j) != ";")) { _str = _str + str.charAt(j); } j++; } return(_str); } function simple_script(action, timeline) { action = strip_spaces(action); if ((0 < action.length) && ((action.indexOf(")") != -1) && (action.indexOf("(") != -1))) { var sections = action.split("."); var timeline_action = sections.pop(); var first_paren = timeline_action.indexOf("("); var second_paren = timeline_action.indexOf(")"); var timeline_function = timeline_action.substr(0, first_paren); var function_parameter = timeline_action.substr(first_paren + 1, second_paren - (first_paren + 1)); var timeline_reference = timeline; var j = 0; while (j < sections.length) { timeline_reference = timeline_reference[sections[j]]; j++; } if (function_parameter.indexOf("\"") != -1) { function_parameter = function_parameter.substr(1, function_parameter.length - 2); } timeline_reference[timeline_function](function_parameter); } } function execute_action() { unloaded = true; _parent._visible = false; simple_script(_parent.play_action_val, _parent); } _parent.anim.gotoAndStop(1); simple_script(_parent.init_action_val, _parent); var done = false; var unloaded = false; var orig_x = _parent._x; var orig_y = _parent._y; var dist_x = (_parent._x + ((_parent._width * 2) / 3)); var dist_y = (_parent._y + ((_parent._height * 2) / 3)); var orig_a = _parent._alpha; var accel_jump = 0.75; var slow_factor = _parent.slow_factor_val; var speed_factor = (1 + (slow_factor / (1 - slow_factor))); var ready = false; var perc_fadeout = 0; _parent.perc._x = _parent.anim._x - (_parent.perc._width / 2); _parent.perc._y = _parent.anim._y - (_parent.perc._height / 2); if (slow_factor < 1) { var _local2 = "Up"; switch (_parent.xin_motion_val) { case _local2 : _parent._y = orig_y + (dist_y * 2); break; case "Down" : _parent._y = orig_y - (dist_y * 2); break; case "Left" : _parent._x = orig_x + (dist_x * 2); break; case "Right" : _parent._x = orig_x - (dist_x * 2); break; case "Toward" : _parent._xscale = (_parent._yscale = 1); break; case "None" : _parent._alpha = 0; } } else { ready = true; } } onClipEvent (enterFrame) { if (unloaded) { return(undefined); } if (!ready) { var _local2 = "Toward"; switch (_parent.xin_motion_val) { case _local2 : _parent._xscale = _parent._xscale + ((100 - _parent._xscale) * slow_factor); _parent._yscale = _parent._xscale; if (_parent.xin_alphatype_val == "Yes") { _parent._alpha = Math.round((orig_a / 100) * Math.max(0, Math.min(_parent._xscale, 100))); } if (Math.abs(100 - _parent._xscale) < 0.5) { _parent._xscale = (_parent._yscale = 100); _parent._alpha = orig_a; ready = true; } break; default : _parent._x = _parent._x + ((orig_x - _parent._x) * slow_factor); _parent._y = _parent._y + ((orig_y - _parent._y) * slow_factor); if (_parent.xin_alphatype_val == "Yes") { if (_parent.xin_motion_val == "None") { _parent._alpha = _parent._alpha + ((orig_a - _parent._alpha) * slow_factor); } else if (Math.abs(orig_y - _parent._y) < Math.abs(orig_x - _parent._x)) { _parent._alpha = 100 - Math.round(((orig_a / 100) * (Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x)) * 100); } else { _parent._alpha = 100 - Math.round(((orig_a / 100) * (Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y)) * 100); } } if (!(((_parent.xin_motion_val == "None") && (1 >= Math.abs(_parent._alpha - orig_a))) || (((_parent.xin_motion_val != "None") && (Math.abs(_parent._y - orig_y) < 0.5)) && (Math.abs(_parent._x - orig_x) < 0.5)))) { break; } _parent._x = orig_x; _parent._y = orig_y; _parent._alpha = orig_a; ready = true; } } else if (!done) { var rl = _root.getBytesLoaded(); var rt = (_root.getBytesTotal() * (_parent.perc_req_val / 100)); if ((10 < rl) && (10 < rt)) { rl = Math.min(rl, rt); var new_frame = (_parent.anim._currentframe + Math.ceil(((_parent.anim._totalframes * (rl / rt)) - _parent.anim._currentframe) / 4)); new_frame = Math.max(1, new_frame); if (_parent.show_perc_val == "Yes") { _parent.perc.text = Math.round(((new_frame - 1) / (_parent.anim._totalframes - 1)) * 100) + " %"; } if (new_frame != _parent.anim._currentframe) { _parent.anim.gotoAndStop(new_frame); } if ((_parent.anim._totalframes == _parent.anim._currentframe) && (rl >= rt)) { done = true; } } } else if (slow_factor < 1) { var _local2 = "Down"; switch (_parent.xout_motion_val) { case _local2 : if (orig_y >= _parent._y) { _parent._y = orig_y + accel_jump; } _parent._y = orig_y + (Math.abs(_parent._y - orig_y) * speed_factor); perc_fadeout = Math.round((Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y) * 100); if ((orig_y + (dist_y * 2)) < _parent._y) { execute_action(); } break; case "Up" : if (_parent._y >= orig_y) { _parent._y = orig_y - accel_jump; } _parent._y = orig_y - (Math.abs(_parent._y - orig_y) * speed_factor); perc_fadeout = Math.round((Math.min(dist_y, Math.abs(_parent._y - orig_y)) / dist_y) * 100); if (_parent._y < (orig_y - (dist_y * 2))) { execute_action(); } break; case "Right" : if (orig_x >= _parent._x) { _parent._x = orig_x + accel_jump; } _parent._x = orig_x + (Math.abs(_parent._x - orig_x) * speed_factor); perc_fadeout = Math.round((Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100); if ((orig_x + (dist_x * 2)) < _parent._x) { execute_action(); } break; case "Left" : if (_parent._x >= orig_x) { _parent._x = orig_x - accel_jump; } _parent._x = orig_x - (Math.abs(_parent._x - orig_x) * speed_factor); perc_fadeout = Math.round((Math.min(dist_x, Math.abs(_parent._x - orig_x)) / dist_x) * 100); if (_parent._x < (orig_x - (dist_x * 2))) { execute_action(); } break; case "Away" : if ((_parent._xscale >= 100) || (_parent._yscale >= 100)) { _parent._xscale = (_parent._yscale = 100 - accel_jump); } _parent._xscale = (_parent._yscale = Math.max(0.5, 100 - ((100 - _parent._yscale) * speed_factor))); perc_fadeout = 100 - Math.round(Math.max(0, Math.min(_parent._xscale, 100))); if (_parent._xscale < 1) { execute_action(); } break; default : perc_fadeout = perc_fadeout + ((100 - perc_fadeout) * slow_factor); if (1 < Math.abs(perc_fadeout - 100)) { break; } execute_action(); } _local2 = "Yes"; if (!((typeof(_parent.xout_alphatype_val) == typeof(_local2)) ? (_parent.xout_motion_val == _local2) : false)) { } else { _parent._alpha = (orig_a / 100) * (100 - perc_fadeout); } } else { execute_action(); } }
Symbol 335 Button
on (release) { this.play(); }
Symbol 339 Button
on (release) { getURL ("http://www.winxclub.tv"); }
Symbol 359 MovieClip Frame 1
stop();
Symbol 376 Button
on (press) { _parent._parent.game.evaluate_answer(this); }
Symbol 402 MovieClip Frame 1
stop();
Symbol 402 MovieClip Frame 20
stop();
Symbol 402 MovieClip Frame 79
_parent.game.answer_prompt_done(); this.gotoAndStop(1);
Symbol 402 MovieClip Frame 138
_parent.game.answer_prompt_done(); this.gotoAndStop(1);
Symbol 419 MovieClip Frame 1
stop();
Symbol 419 MovieClip Frame 72
_parent.game.paused = false;
Symbol 420 MovieClip Frame 1
Math.formatMillisecondTime = function (ms) { var sec = Math.floor(ms / 1000); var min = Math.floor(sec / 60); var sec = (sec % 60); if (sec < 10) { sec = "0" + sec; } return((min + ":") + sec); }; Math.oscillate = function (a, b, t) { return(a + ((b - a) * Math.abs(Math.sin(t)))); }; Math.sign = function (a) { return(((a == 0) ? 0 : (Math.abs(a) / a))); }; Math.randi = function (a, b) { return(Math.floor(Math.random() * (b - a)) + Math.floor(a)); }; Math.randf = function (a, b) { return((Math.random() * (b - a)) + a); }; Math.randa = function () { return(arguments.rande()); }; Array.prototype.swap = function (a, b) { var temp = this[a]; this[a] = this[b]; this[b] = this[a]; }; Array.prototype.shuffle = function () { var j = 0; while (j < this.length) { this.swap(j, Math.randi(this.length)); j++; } }; Array.prototype.rande = function () { return(this[Math.randi(0, this.length)]); }; MovieClip.prototype._unloadMovie = function () { this._x = -1000; this._y = -1000; this._visible = false; this.removeMovieClip(); }; BeeGame = function () { if (this.quiz_data_file == "") { this.initialize(); } else { this.load_quiz_data(); } }; BeeGame.prototype.quiz_data_file = quiz_data_file; BeeGame.prototype.quiz_object_probability = Number(quiz_object_probability); BeeGame.prototype.shuffle_questions = shuffle_questions; BeeGame.prototype.correct_points = Number(correct_points); BeeGame.prototype.incorrect_points = Number(incorrect_points); BeeGame.prototype.stage_width = Number(stage_width); BeeGame.prototype.stage_height = Number(stage_height); BeeGame.prototype.show_mouse = show_mouse; BeeGame.prototype.minimum_bubble_size = Number(minimum_bubble_size); BeeGame.prototype.flying_objects_linkages = flying_objects_linkages; BeeGame.prototype.flying_quiz_objects_linkages = flying_quiz_objects_linkages; BeeGame.prototype.special_objects_linkages = special_objects_linkages; BeeGame.prototype.falling_objects_linkages = falling_objects_linkages; BeeGame.prototype.flying_points = Number(flying_points); BeeGame.prototype.flying_points_increase = Number(flying_points_increase); BeeGame.prototype.falling_points = Number(falling_points); BeeGame.prototype.falling_points_increase = Number(falling_points_increase); BeeGame.prototype.flying_falling_points = Number(flying_falling_points); BeeGame.prototype.flying_falling_points_increase = Number(flying_falling_points_increase); BeeGame.prototype.special_points = Number(special_points); BeeGame.prototype.special_points_increase = Number(special_points_increase); BeeGame.prototype.multiple_catch_factor = Number(multiple_catch_factor); BeeGame.prototype.multiple_catch_factor_increase = Number(multiple_catch_factor_increase); BeeGame.prototype.next_level_points = Number(next_level_points); BeeGame.prototype.initial_bubbles = Number(initial_bubbles); BeeGame.prototype.initial_time = Number(initial_time); BeeGame.prototype.time_bonus = Number(time_bonus); BeeGame.prototype.time_bonus_increase = Number(time_bonus_increase); BeeGame.prototype.time_bonus_points = Number(time_bonus_points); BeeGame.prototype.time_bonus_points_increase = Number(time_bonus_points_increase); BeeGame.prototype.power_up_delay = Number(power_up_delay); BeeGame.prototype.time_power_up = Number(time_power_up); BeeGame.prototype.bubbles_power_up = Number(bubbles_power_up); BeeGame.prototype.flying_delay = Number(flying_delay); BeeGame.prototype.flying_delay_change = Number(flying_delay_change); BeeGame.prototype.falling_delay = Number(falling_delay); BeeGame.prototype.falling_delay_change = Number(falling_delay_change); BeeGame.prototype.special_delay = Number(special_delay); BeeGame.prototype.special_delay_change = Number(special_delay_change); BeeGame.prototype.flying_speed = Number(flying_speed); BeeGame.prototype.flying_speed_deviation = Number(flying_speed_deviation); BeeGame.prototype.flying_speed_increase = Number(flying_speed_increase); BeeGame.prototype.falling_speed = Number(falling_speed); BeeGame.prototype.falling_speed_deviation = Number(falling_speed_deviation); BeeGame.prototype.falling_speed_increase = Number(falling_speed_increase); BeeGame.prototype.special_speed = Number(special_speed); BeeGame.prototype.special_speed_deviation = Number(special_speed_deviation); BeeGame.prototype.special_speed_increase = Number(special_speed_increase); BeeGame.prototype.timeline = this; BeeGame.prototype.load_quiz_data = function () { this.num_bubbles_left = this.initial_bubbles; this.timeline.controller.loadVariables(this.quiz_data_file); }; BeeGame.prototype.initialize = function () { this.initialize_variables(); this.initialize_graphics(); this.initialize_level(); }; BeeGame.prototype.initialize_variables = function () { this.depth = 0; this.current_level = 0; this.current_frame = 0; this.score = 0; this.start_time = getTimer(); this.paused = false; this.num_bubbles_left = this.initial_bubbles; this.initial_liquid_height = this.timeline.bottle.liquid._height; this.center_x = this.stage_width / 2; this.center_y = this.stage_height / 2; this.flying_objects = new Array(); this.falling_objects = new Array(); this.special_objects = new Array(); this.bubbles = new Array(); this.power_ups = new Array(); }; BeeGame.prototype.initialize_graphics = function () { this.create_bubble_maker_graphics(); if (this.show_mouse == "False") { Mouse.hide(); } }; BeeGame.prototype.create_bubble_maker_graphics = function () { this.timeline.attachMovie("bubble_maker", "bubble_maker", this.depth++); this.timeline.bubble_maker._x = this.stage_width / 2; this.timeline.bubble_maker._y = this.stage_height / 2; this.timeline.bubble_maker.startDrag(true); }; BeeGame.prototype.initialize_level = function () { this.timeline.level_prompt.level = this.current_level + 1; this.timeline.level_prompt.play(); this.timeline.backgrounds.gotoAndStop((this.current_level % this.timeline.backgrounds._totalframes) + 1); this.starting_level_score = this.score; }; BeeGame.prototype.action = function () { if (this.depth == undefined) { return(undefined); } this.update_properties(); this.render_bubble_maker(); this.check_add_flying_object(); this.check_add_falling_object(); this.check_add_special_object(); this.check_add_power_up(); this.move_all_flying_objects(); this.move_all_falling_objects(); this.move_all_special_objects(); this.move_all_bubbles(); this.move_all_power_ups(); }; BeeGame.prototype.update_properties = function () { this.old_mouse_x = this.mouse_x; this.old_mouse_y = this.mouse_y; this.mouse_x = _root._xmouse; this.mouse_y = _root._ymouse; this.current_frame++; this.timeline.score = this.score; _root.score = this.score; this.current_time = this.initial_time - (getTimer() - this.start_time); this.timeline.time = Math.formatMillisecondTime(this.current_time); this.timeline.bottle.liquid._height = (this.initial_liquid_height * this.num_bubbles_left) / this.initial_bubbles; this.check_game_over(); }; BeeGame.prototype.render_bubble_maker = function () { if ((this.mouse_x - this.old_mouse_x) < 0) { this.timeline.bubble_maker._xscale = 100; } else if (0 < (this.mouse_x - this.old_mouse_x)) { this.timeline.bubble_maker._xscale = -100; } if ((this.timeline.bubble_maker._currentframe == this.timeline.bubble_maker._totalframes) && (this.timeline.bubble_maker != undefined)) { this.play_sound("bubble_pop"); this.timeline.bubble_maker.gotoAndStop(1); } }; BeeGame.prototype.check_add_flying_object = function () { var num_frames = (this.flying_delay + (this.current_level * this.flying_delay_change)); if ((this.current_frame % num_frames) == 0) { this.create_flying_object(); } }; BeeGame.prototype.check_add_falling_object = function () { var num_frames = (this.falling_delay + (this.current_level * this.falling_delay_change)); if ((this.current_frame % num_frames) == 0) { this.create_falling_object(); } }; BeeGame.prototype.check_add_special_object = function () { var num_frames = (this.special_delay + (this.current_level * this.special_delay_change)); if ((this.current_frame % num_frames) == 0) { this.create_special_object(); } }; BeeGame.prototype.create_flying_object = function (x, y) { if (Math.random() < this.quiz_object_probability) { var linkage = this.flying_quiz_objects_linkages.rande(); var quiz_object = true; } else { var linkage = this.flying_objects_linkages.rande(); var quiz_object = false; } this.timeline.attachMovie(linkage, "flying" + this.depth, this.depth++); var _mc = this.timeline["flying" + this.depth]; _mc._x = 0; _mc._y = Math.randf(this.center_y - (this.center_y / 2), this.center_y + (this.center_y / 2)); if (x != undefined) { _mc._x = x; } if (y != undefined) { _mc._y = y; } var temp_speed = (this.flying_speed + (this.current_level * this.flying_speed_increase)); _mc.speed = Math.randf(temp_speed - this.flying_speed_deviation, temp_speed + this.flying_speed_deviation); _mc.current_angle = 0; _mc.tween_angle = 0; _mc.capturer_mc = undefined; _mc.riding = false; _mc.quiz = quiz_object; this.flying_objects.push(_mc); if (Math.random() < 0.1) { this.create_flying_object(_mc._x, _mc._y); } }; BeeGame.prototype.create_falling_object = function () { var index = Math.randi(0, this.falling_objects_linkages.length); this.timeline.attachMovie(this.falling_objects_linkages[index], "falling" + this.depth, this.depth++); var _mc = this.timeline["falling" + this.depth]; _mc._x = Math.randf(0, this.center_x / 2); _mc._y = 0; var temp_speed = (this.falling_speed + (this.current_level * this.falling_speed_increase)); _mc.speed = Math.randf(temp_speed - this.falling_speed_deviation, temp_speed + this.falling_speed_deviation); _mc.current_angle = 0; _mc.min_heading_range = Math.randf(-0.448798950512828, 0); _mc.max_heading_range = Math.randf((Math.PI/4), (Math.PI/2)); _mc.oscillate_factor = Math.randf(0.0628318530717959, 0.0392699081698724); _mc.index = index; this.falling_objects.push(_mc); }; BeeGame.prototype.create_special_object = function () { this.timeline.attachMovie(this.special_objects_linkages.rande(), "special" + this.depth, this.depth++); var _mc = this.timeline["special" + this.depth]; _mc._x = 0; _mc._y = Math.randf(this.center_y - (this.center_y / 2), this.center_y + (this.center_y / 2)); var temp_speed = (this.special_speed + (this.current_level * this.special_speed_increase)); _mc.speed = Math.randf(temp_speed - this.special_speed_deviation, temp_speed + this.special_speed_deviation); _mc.current_angle = 0; _mc.tween_angle = 0; _mc.parachute_x = Math.randf(this.center_x / 3, 3 * this.center_x); _mc.parachuting = false; _mc.capturer_mc = undefined; this.special_objects.push(_mc); }; BeeGame.prototype.check_add_power_up = function () { if ((this.current_frame % this.power_up_delay) == 0) { this.create_power_up(); } }; BeeGame.prototype.create_power_up = function () { var linkage = Math.randa("bubbles_power_up", "clock_power_up"); if (linkage == "clock_power_up") { this.play_sound("clock_appear"); } this.timeline.attachMovie(linkage, "power_up" + this.depth, this.depth++); var _mc = this.timeline["power_up" + this.depth]; var angle = Math.randf(-0.392699081698724, 0); var speed = (this.special_speed + (this.current_level * this.special_speed_increase)); _mc.vel_x = speed * Math.cos(angle); _mc.vel_y = speed * Math.sin(angle); _mc.type = linkage; _mc.capturer_mc = undefined; this.power_ups.push(_mc); }; BeeGame.prototype.move_all_flying_objects = function () { var j = 0; while (j < this.flying_objects.length) { this.move_flying_object(this.flying_objects[j], j); j++; } }; BeeGame.prototype.move_flying_object = function (flying_mc, index) { if (flying_mc.capturer_mc != undefined) { flying_mc._x = flying_mc.capturer_mc._x; flying_mc._y = flying_mc.capturer_mc._y; } else if (flying_mc.riding) { var tween_angle = Math.oscillate(flying_mc.min_heading_range, flying_mc.max_heading_range, this.current_frame * flying_mc.oscillate_factor); flying_mc.current_angle = flying_mc.current_angle + ((tween_angle - flying_mc.current_angle) / 4); flying_mc._x = flying_mc._x + (flying_mc.speed * Math.cos(flying_mc.current_angle)); flying_mc._y = flying_mc._y + (flying_mc.speed * Math.sin(flying_mc.current_angle)); } else { flying_mc.current_angle = flying_mc.current_angle + ((flying_mc.tween_angle - flying_mc.current_angle) / 4); if ((this.current_frame % 10) == 0) { flying_mc.tween_angle = Math.randf(-0.523598775598299, 0.523598775598299); } flying_mc._x = flying_mc._x + (flying_mc.speed * Math.cos(flying_mc.current_angle)); flying_mc._y = flying_mc._y + (flying_mc.speed * Math.sin(flying_mc.current_angle)); } if (this.stage_width < flying_mc._x) { this.flying_objects.splice(index, 1); flying_mc._unloadMovie(); } else { this.check_flying_landed_falling(flying_mc); } }; BeeGame.prototype.check_flying_landed_falling = function (flying_mc) { var j = 0; while (j < this.falling_objects.length) { var falling_mc = this.falling_objects[j]; if (falling_mc.hitTest(flying_mc._x, flying_mc._y, true)) { flying_mc.gotoAndStop("Riding Falling Object " + falling_mc.index); this.falling_objects.splice(j, 1); falling_mc._unloadMovie(); flying_mc.riding = true; flying_mc.current_angle = 0; flying_mc.min_heading_range = Math.randf(-0.448798950512828, 0); flying_mc.max_heading_range = Math.randf((Math.PI/4), (Math.PI/2)); flying_mc.oscillate_factor = Math.randf(0.0628318530717959, 0.0392699081698724); flying_mc.speed = flying_mc.speed / 2; } j++; } }; BeeGame.prototype.move_all_falling_objects = function () { var j = 0; while (j < this.falling_objects.length) { this.move_falling_object(this.falling_objects[j], j); j++; } }; BeeGame.prototype.move_falling_object = function (falling_mc, index) { var tween_angle = Math.oscillate(falling_mc.min_heading_range, falling_mc.max_heading_range, this.current_frame * falling_mc.oscillate_factor); falling_mc.current_angle = falling_mc.current_angle + ((tween_angle - falling_mc.current_angle) / 4); falling_mc._x = falling_mc._x + (falling_mc.speed * Math.cos(falling_mc.current_angle)); falling_mc._y = falling_mc._y + (falling_mc.speed * Math.sin(falling_mc.current_angle)); if ((this.stage_width < falling_mc._x) && (this.stage_height < falling_mc._y)) { this.falling_objects.splice(index, 1); falling_mc._unloadMovie(); } }; BeeGame.prototype.move_all_special_objects = function () { var j = 0; while (j < this.special_objects.length) { this.move_special_object(this.special_objects[j], j); j++; } }; BeeGame.prototype.move_special_object = function (special_mc, index) { if (special_mc.capturer_mc != undefined) { special_mc._x = special_mc.capturer_mc._x; special_mc._y = special_mc.capturer_mc._y; } else if (special_mc.parachuting) { var tween_angle = Math.oscillate(special_mc.min_heading_range, special_mc.max_heading_range, this.current_frame * special_mc.oscillate_factor); special_mc.current_angle = special_mc.current_angle + ((tween_angle - special_mc.current_angle) / 4); special_mc._x = special_mc._x + (special_mc.speed * Math.cos(special_mc.current_angle)); special_mc._y = special_mc._y + (special_mc.speed * Math.sin(special_mc.current_angle)); } else { special_mc.current_angle = special_mc.current_angle + ((special_mc.tween_angle - special_mc.current_angle) / 4); if ((this.current_frame % 10) == 0) { special_mc.tween_angle = Math.randf(-0.523598775598299, 0.523598775598299); } special_mc._x = special_mc._x + (special_mc.speed * Math.cos(special_mc.current_angle)); special_mc._y = special_mc._y + (special_mc.speed * Math.sin(special_mc.current_angle)); if (special_mc.parachute_x < special_mc._x) { special_mc.parachuting = true; special_mc.gotoAndStop("Falling"); special_mc.current_angle = 0; special_mc.min_heading_range = Math.randf(-0.448798950512828, 0); special_mc.max_heading_range = Math.randf((Math.PI/4), (Math.PI/2)); special_mc.oscillate_factor = Math.randf(0.0628318530717959, 0.0392699081698724); special_mc.speed = special_mc.speed / 2; } } if ((this.stage_width < special_mc._x) || (this.stage_height < special_mc._y)) { this.special_objects.splice(index, 1); special_mc._unloadMovie(); } }; BeeGame.prototype.move_all_bubbles = function () { var j = 0; while (j < this.bubbles.length) { this.move_bubble(this.bubbles[j], j); j++; } }; BeeGame.prototype.move_bubble = function (bubble_mc, index) { bubble_mc.current_angle = bubble_mc.current_angle + ((bubble_mc.tween_angle - bubble_mc.current_angle) / 4); if ((this.current_frame % 10) == 0) { bubble_mc.tween_angle = Math.randf(-0.523598775598299, 0.523598775598299); } bubble_mc._x = bubble_mc._x + (bubble_mc.speed * Math.cos(bubble_mc.current_angle)); bubble_mc._y = bubble_mc._y + (bubble_mc.speed * Math.sin(bubble_mc.current_angle)); if ((this.stage_width + 100) < bubble_mc._x) { this.bubbles.splice(index, 1); bubble_mc._unloadMovie(); } }; BeeGame.prototype.move_all_power_ups = function () { var j = 0; while (j < this.power_ups.length) { this.move_power_up(this.power_ups[j], j); j++; } }; BeeGame.prototype.move_power_up = function (power_up_mc, index) { if (power_up_mc.capturer_mc != undefined) { power_up_mc._x = power_up_mc.capturer_mc._x; power_up_mc._y = power_up_mc.capturer_mc._y; } else { power_up_mc.vel_y = power_up_mc.vel_y + 0.15; power_up_mc._x = power_up_mc._x + power_up_mc.vel_x; power_up_mc._y = power_up_mc._y + power_up_mc.vel_y; } if ((this.stage_width < power_up_mc._x) || (this.stage_height < power_up_mc._y)) { this.power_ups.splice(index, 1); power_up_mc._unloadMovie(); } }; BeeGame.prototype.mouse_down = function () { this.timeline.bubble_maker.gotoAndPlay(1); }; BeeGame.prototype.mouse_up = function () { if (this.timeline.bubble_maker._currentframe == 1) { return(undefined); } this.create_bubble(); this.timeline.bubble_maker.gotoAndStop(1); }; BeeGame.prototype.create_bubble = function () { var size = ((100 * this.timeline.bubble_maker._currentframe) / this.timeline.bubble_maker._totalframes); if (size < this.minimum_bubble_size) { this.play_sound("bubble_pop"); return(undefined); } this.timeline.attachMovie("floating_bubble", "bubble" + this.depth, this.depth++); var _mc = this.timeline["bubble" + this.depth]; _mc._width = size; _mc._height = size; _mc._x = this.timeline.bubble_maker._x + ((Math.sign(this.timeline.bubble_maker._xscale) * size) / 2); _mc._y = this.timeline.bubble_maker._y; var temp_speed = (this.flying_speed + (this.current_level * this.flying_speed_increase)); _mc.speed = Math.randf(temp_speed - this.flying_speed_deviation, temp_speed + this.flying_speed_deviation); _mc.current_angle = 0; _mc.tween_angle = 0; this.bubbles.push(_mc); this.num_bubbles_left--; this.check_bubble_captures(_mc); }; BeeGame.prototype.check_bubble_captures = function (bubble_mc) { this.caught_quiz_object = false; var num_flying = this.check_flying_captures(bubble_mc); var num_flying_falling = this.check_flying_falling_captures(bubble_mc); var num_special = this.check_special_captures(bubble_mc); var num_power_ups = this.check_power_up_captures(bubble_mc); var flying_score = (num_flying * (this.flying_points + (this.current_level * this.flying_points_increase))); var flying_falling_score = (num_flying_falling * (this.flying_falling_points + (this.current_level * this.flying_falling_points_increase))); var special_score = (num_special * (this.special_points + (this.current_level * this.special_points_increase))); var points = ((((flying_score + flying_falling_score) + special_score) * this.multiple_catch_factor) * ((num_flying + num_flying_falling) + num_special)); this.score = this.score + points; if (0 < points) { this.timeline.attachMovie("score_display", "score" + this.depth, this.depth++); var score_mc = this.timeline["score" + this.depth]; score_mc.points = points; score_mc._x = bubble_mc._x; score_mc._y = bubble_mc._y; } var n = ((num_flying + num_flying_falling) + num_special); if (n == 1) { this.play_sound("capture"); } else if (0 < n) { this.play_sound("special_capture"); } if ((this.starting_level_score + this.next_level_points) < this.score) { this.current_level++; this.initialize_level(); } if (((this.last_time_bonus_score + this.time_bonus_points) + (this.current_level * this.time_bonus_points_increase)) < this.score) { this.start_time = this.start_time + (this.time_bonus + (this.current_level * this.time_bonus_increase)); this.last_time_bonus_score = this.score; this.timeline.attachMovie("score_display", "bonus" + this.depth, this.depth++); var bonus_mc = this.timeline["bonus" + this.depth]; bonus_mc.points = "Time Bonus!"; bonus_mc._x = bubble_mc._x; bonus_mc._y = bubble_mc._y - 20; } if (this.caught_quiz_object) { this.paused = true; this.create_quiz(); } }; BeeGame.prototype.create_quiz = function () { this.quiz_start_time = getTimer(); this.timeline.quiz_prompt.play(); var question = this.questions.shift(); this.questions.push(question); this.timeline.quiz_prompt.question = question.text; var j = 0; while (j < this.num_choices_per_question) { var choice_mc = this.timeline.quiz_prompt["choice" + j]; choice_mc.index = String.fromCharCode(j + 65); choice_mc.field = question.choices[j]; choice_mc.correct = j == question.answer; j++; } }; BeeGame.prototype.evaluate_answer = function (choice_mc) { if (choice_mc.correct) { this.correct_answer(); } else { this.incorrect_answer(); } }; BeeGame.prototype.correct_answer = function () { this.score = this.score + this.correct_points; this.timeline.quiz_prompt.gotoAndPlay("Correct"); }; BeeGame.prototype.incorrect_answer = function () { this.score = this.score + this.incorrect_points; this.timeline.quiz_prompt.gotoAndPlay("Incorrect"); }; BeeGame.prototype.answer_prompt_done = function () { this.start_time = this.start_time + (getTimer() - this.quiz_start_time); this.paused = false; }; BeeGame.prototype.check_flying_captures = function (bubble_mc) { var num = 0; var j = 0; while (j < this.flying_objects.length) { var flying_mc = this.flying_objects[j]; if ((!flying_mc.riding) && (bubble_mc.hitTest(flying_mc._x, flying_mc._y, true))) { if (flying_mc.capturer_mc == undefined) { num++; flying_mc.capturer_mc = bubble_mc; if (flying_mc.quiz) { this.caught_quiz_object = true; num--; } } } j++; } return(num); }; BeeGame.prototype.check_flying_falling_captures = function (bubble_mc) { var num = 0; var j = 0; while (j < this.flying_objects.length) { var flying_mc = this.flying_objects[j]; if (flying_mc.riding && (bubble_mc.hitTest(flying_mc._x, flying_mc._y, true))) { if (flying_mc.capturer_mc == undefined) { num++; flying_mc.capturer_mc = bubble_mc; if (flying_mc.quiz) { this.caught_quiz_object = true; num--; } } } j++; } return(num); }; BeeGame.prototype.check_special_captures = function (bubble_mc) { var num = 0; var j = 0; while (j < this.special_objects.length) { var special_mc = this.special_objects[j]; if (bubble_mc.hitTest(special_mc._x, special_mc._y, true)) { if (special_mc.capturer_mc == undefined) { num++; special_mc.capturer_mc = bubble_mc; } } j++; } return(num); }; BeeGame.prototype.check_power_up_captures = function (bubble_mc) { var num = 0; var j = 0; while (j < this.power_ups.length) { var power_up_mc = this.power_ups[j]; if (bubble_mc.hitTest(power_up_mc._x, power_up_mc._y, true)) { if (power_up_mc.capturer_mc == undefined) { num++; power_up_mc.capturer_mc = bubble_mc; if (power_up_mc.type == "bubbles_power_up") { this.num_bubbles_left = Math.min(this.num_bubbles_left + this.bubbles_power_up, this.initial_bubbles); } else if (power_up_mc.type == "clock_power_up") { this.start_time = this.start_time + this.time_power_up; this.timeline.attachMovie("score_display", "bonus" + this.depth, this.depth++); var bonus_mc = this.timeline["bonus" + this.depth]; bonus_mc.points = "Time Bonus!"; bonus_mc._x = bubble_mc._x; bonus_mc._y = bubble_mc._y - 20; } } } j++; } }; BeeGame.prototype.check_game_over = function () { if ((0 >= this.current_time) || (0 >= this.num_bubbles_left)) { this.game_over(); } }; BeeGame.prototype.game_over = function () { Mouse.show(); _root.gotoAndStop("Game Over"); }; BeeGame.prototype.play_sound = function (linkage) { var _sound = new Sound(); _sound.attachSound(linkage); _sound.start(0, 1); }; this._x = 0; this._y = 0; game = new BeeGame(); _root._quality = "MEDIUM";
Instance of Symbol 342 MovieClip "controller" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (data) { _parent.game.num_choices_per_question = Number(num_choices_per_question); _parent.game.questions = new Array(); var j = 0; while (j >= 0) { if (this[("question" + j) + "_text"] == undefined) { break; } _parent.game.questions[j] = new Object(); _parent.game.questions[j].text = this[("question" + j) + "_text"]; _parent.game.questions[j].answer = Number(this[("question" + j) + "_answer"]); _parent.game.questions[j].choices = new Array(); var k = 0; while (k < _parent.game.num_choices_per_question) { _parent.game.questions[j].choices[k] = this[(("question" + j) + "_choice") + k]; k++; } j++; } if (_parent.game.shuffle_questions == "True") { _parent.game.questions.shuffle(); } _parent.game.initialize(); } onClipEvent (mouseDown) { if (!_parent.game.paused) { _parent.game.mouse_down(); } } onClipEvent (mouseUp) { if (!_parent.game.paused) { _parent.game.mouse_up(); } } onClipEvent (enterFrame) { if (!_parent.game.paused) { _parent.game.action(); } }
Instance of Symbol 402 MovieClip "quiz_prompt" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(16005); }
Instance of Symbol 419 MovieClip "level_prompt" in Symbol 420 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(16001); }
Symbol 424 Button
on (press) { _root.gotoAndStop("Starting Screen"); }

Library Items

Symbol 1 Sound [clock_appear_off]
Symbol 2 Sound [special_capture]
Symbol 3 Sound [capture]
Symbol 4 Sound [bubble_pop]Used by:419
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClip [clock_power_up]Uses:5
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClip [bubbles_power_up]Uses:7
Symbol 9 GraphicUsed by:31 419
Symbol 10 GraphicUsed by:31 419
Symbol 11 GraphicUsed by:31 419
Symbol 12 GraphicUsed by:31 419
Symbol 13 GraphicUsed by:31 419
Symbol 14 GraphicUsed by:31 419
Symbol 15 GraphicUsed by:31 419
Symbol 16 GraphicUsed by:31 419
Symbol 17 GraphicUsed by:31 419
Symbol 18 GraphicUsed by:31 419
Symbol 19 GraphicUsed by:31 419
Symbol 20 GraphicUsed by:31 419
Symbol 21 GraphicUsed by:31 419
Symbol 22 GraphicUsed by:31 419
Symbol 23 GraphicUsed by:31 419
Symbol 24 GraphicUsed by:31 419
Symbol 25 GraphicUsed by:31 419
Symbol 26 GraphicUsed by:31 419
Symbol 27 GraphicUsed by:31 419
Symbol 28 GraphicUsed by:31 419
Symbol 29 GraphicUsed by:31 419
Symbol 30 GraphicUsed by:31 419
Symbol 31 MovieClip [bubble_maker]Uses:9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClip [falling0]Uses:32
Symbol 34 GraphicUsed by:74
Symbol 35 GraphicUsed by:74
Symbol 36 GraphicUsed by:74
Symbol 37 GraphicUsed by:74
Symbol 38 GraphicUsed by:74
Symbol 39 GraphicUsed by:74
Symbol 40 GraphicUsed by:74
Symbol 41 GraphicUsed by:74
Symbol 42 GraphicUsed by:74
Symbol 43 GraphicUsed by:74
Symbol 44 GraphicUsed by:74
Symbol 45 GraphicUsed by:74
Symbol 46 GraphicUsed by:74
Symbol 47 GraphicUsed by:74
Symbol 48 GraphicUsed by:74
Symbol 49 GraphicUsed by:74
Symbol 50 GraphicUsed by:74
Symbol 51 GraphicUsed by:74
Symbol 52 GraphicUsed by:74
Symbol 53 GraphicUsed by:74
Symbol 54 GraphicUsed by:74
Symbol 55 GraphicUsed by:74
Symbol 56 GraphicUsed by:74
Symbol 57 GraphicUsed by:74
Symbol 58 GraphicUsed by:74
Symbol 59 GraphicUsed by:74
Symbol 60 GraphicUsed by:74
Symbol 61 GraphicUsed by:74
Symbol 62 GraphicUsed by:74
Symbol 63 GraphicUsed by:74
Symbol 64 GraphicUsed by:74
Symbol 65 GraphicUsed by:74
Symbol 66 GraphicUsed by:74
Symbol 67 GraphicUsed by:74
Symbol 68 GraphicUsed by:74
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74  Timeline
Symbol 74 MovieClip [falling1]Uses:34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
Symbol 75 GraphicUsed by:82
Symbol 76 GraphicUsed by:82
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:82
Symbol 79 GraphicUsed by:82
Symbol 80 GraphicUsed by:82
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:75 76 78 79 80 81Used by:140  Timeline
Symbol 83 GraphicUsed by:101 182 199 217 246 278
Symbol 84 GraphicUsed by:101 139
Symbol 85 GraphicUsed by:88
Symbol 86 GraphicUsed by:88
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:85 86 87Used by:101 139
Symbol 89 GraphicUsed by:100
Symbol 90 GraphicUsed by:100 305
Symbol 91 GraphicUsed by:100 305
Symbol 92 GraphicUsed by:100 305
Symbol 93 GraphicUsed by:100 305
Symbol 94 GraphicUsed by:100
Symbol 95 GraphicUsed by:100
Symbol 96 GraphicUsed by:100
Symbol 97 GraphicUsed by:100
Symbol 98 GraphicUsed by:100
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:89 90 91 92 93 94 95 96 97 98 99Used by:101 139
Symbol 101 MovieClipUses:83 84 88 100Used by:140
Symbol 102 GraphicUsed by:139 183 200 218 247 279
Symbol 103 GraphicUsed by:139 183 200 218 247 279
Symbol 104 GraphicUsed by:139 183 200 218 247 279
Symbol 105 GraphicUsed by:139 183 200 218 247 279
Symbol 106 GraphicUsed by:139 183 200 218 247 279
Symbol 107 GraphicUsed by:139 183 200 218 247 279
Symbol 108 GraphicUsed by:139 183 200 218 247 279
Symbol 109 GraphicUsed by:139 183 200 218 247 279
Symbol 110 GraphicUsed by:139 183 200 218 247 279
Symbol 111 GraphicUsed by:139 183 200 218 247 279
Symbol 112 GraphicUsed by:139 183 200 218 247 279
Symbol 113 GraphicUsed by:139 183 200 218 247 279
Symbol 114 GraphicUsed by:139 183 200 218 247 279
Symbol 115 GraphicUsed by:139 183 200 218 247 279
Symbol 116 GraphicUsed by:139 183 200 218 247 279
Symbol 117 GraphicUsed by:139 183 200 218 247 279
Symbol 118 GraphicUsed by:139 183 200 218 247 279
Symbol 119 GraphicUsed by:139 183 200 218 247 279
Symbol 120 GraphicUsed by:139 183 200 218 247 279
Symbol 121 GraphicUsed by:139 183 200 218 247 279
Symbol 122 GraphicUsed by:139 183 200 218 247 279
Symbol 123 GraphicUsed by:139 183 200 218 247 279
Symbol 124 GraphicUsed by:139 183 200 218 247 279
Symbol 125 GraphicUsed by:139 183 200 218 247 279
Symbol 126 GraphicUsed by:139 183 200 218 247 279
Symbol 127 GraphicUsed by:139 183 200 218 247 279
Symbol 128 GraphicUsed by:139 183 200 218 247 279
Symbol 129 GraphicUsed by:139 183 200 218 247 279
Symbol 130 GraphicUsed by:139 183 200 218 247 279
Symbol 131 GraphicUsed by:139 183 200 218 247 279
Symbol 132 GraphicUsed by:139 183 200 218 247 279
Symbol 133 GraphicUsed by:139 183 200 218 247 279
Symbol 134 GraphicUsed by:139 183 200 218 247 279
Symbol 135 GraphicUsed by:139 183 200 218 247 279
Symbol 136 GraphicUsed by:139 183 200 218 247 279
Symbol 137 GraphicUsed by:139 183 200 218 247 279
Symbol 138 GraphicUsed by:139 183 200 218 247 279
Symbol 139 MovieClipUses:102 84 88 100 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138Used by:140
Symbol 140 MovieClip [flying0]Uses:82 101 139
Symbol 141 GraphicUsed by:150
Symbol 142 GraphicUsed by:150
Symbol 143 GraphicUsed by:150
Symbol 144 GraphicUsed by:150
Symbol 145 GraphicUsed by:150
Symbol 146 GraphicUsed by:150
Symbol 147 GraphicUsed by:150
Symbol 148 GraphicUsed by:150
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:141 142 143 144 145 146 147 148 149Used by:184
Symbol 151 GraphicUsed by:182 183
Symbol 152 GraphicUsed by:182 183
Symbol 153 GraphicUsed by:182 183
Symbol 154 GraphicUsed by:182 183
Symbol 155 GraphicUsed by:182 183
Symbol 156 GraphicUsed by:182 183
Symbol 157 GraphicUsed by:182 183
Symbol 158 GraphicUsed by:182 183
Symbol 159 GraphicUsed by:182 183
Symbol 160 GraphicUsed by:182 183
Symbol 161 GraphicUsed by:182 183
Symbol 162 GraphicUsed by:182 183
Symbol 163 GraphicUsed by:182 183
Symbol 164 GraphicUsed by:182 183
Symbol 165 GraphicUsed by:182 183
Symbol 166 GraphicUsed by:182 183
Symbol 167 GraphicUsed by:182 183
Symbol 168 GraphicUsed by:182 183
Symbol 169 GraphicUsed by:182 183
Symbol 170 GraphicUsed by:182 183
Symbol 171 GraphicUsed by:182 183
Symbol 172 GraphicUsed by:182 183
Symbol 173 GraphicUsed by:182 183
Symbol 174 GraphicUsed by:182 183
Symbol 175 GraphicUsed by:182 183
Symbol 176 GraphicUsed by:182 183
Symbol 177 GraphicUsed by:182 183
Symbol 178 GraphicUsed by:182 183
Symbol 179 GraphicUsed by:182 183
Symbol 180 GraphicUsed by:182 183
Symbol 181 GraphicUsed by:182 183
Symbol 182 MovieClipUses:83 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181Used by:184
Symbol 183 MovieClipUses:102 151 176 177 178 103 179 104 180 181 152 105 153 106 154 155 107 156 157 108 158 159 160 109 161 110 111 112 113 162 114 163 164 115 165 116 166 117 167 118 119 120 121 122 123 124 168 125 169 126 170 127 128 129 130 131 132 133 134 135 171 172 136 173 137 174 138 175Used by:184
Symbol 184 MovieClip [flying_quiz0]Uses:150 182 183
Symbol 185 GraphicUsed by:193
Symbol 186 GraphicUsed by:193
Symbol 187 GraphicUsed by:189
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:187 188Used by:193
Symbol 190 GraphicUsed by:193
Symbol 191 GraphicUsed by:193
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:185 186 189 190 191 192Used by:201  Timeline
Symbol 194 GraphicUsed by:199 200
Symbol 195 GraphicUsed by:198
Symbol 196 GraphicUsed by:198
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:195 196 197Used by:199 200
Symbol 199 MovieClipUses:83 194 198Used by:201
Symbol 200 MovieClipUses:102 194 198 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138Used by:201
Symbol 201 MovieClip [flying4]Uses:193 199 200
Symbol 202 GraphicUsed by:211
Symbol 203 GraphicUsed by:211
Symbol 204 GraphicUsed by:207
Symbol 205 GraphicUsed by:207
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:204 205 206Used by:211
Symbol 208 GraphicUsed by:211
Symbol 209 GraphicUsed by:211
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:202 203 207 208 209 210Used by:219  Timeline
Symbol 212 GraphicUsed by:217 218
Symbol 213 GraphicUsed by:216
Symbol 214 GraphicUsed by:216
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:213 214 215Used by:217 218
Symbol 217 MovieClipUses:83 212 216Used by:219
Symbol 218 MovieClipUses:102 212 216 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138Used by:219
Symbol 219 MovieClip [flying3]Uses:211 217 218
Symbol 220 GraphicUsed by:241
Symbol 221 GraphicUsed by:225
Symbol 222 GraphicUsed by:225
Symbol 223 GraphicUsed by:225
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:221 222 223 224Used by:241
Symbol 226 GraphicUsed by:241
Symbol 227 GraphicUsed by:230
Symbol 228 GraphicUsed by:230
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:227 228 229Used by:241
Symbol 231 GraphicUsed by:241
Symbol 232 GraphicUsed by:241
Symbol 233 GraphicUsed by:241
Symbol 234 GraphicUsed by:241
Symbol 235 GraphicUsed by:241
Symbol 236 GraphicUsed by:241
Symbol 237 GraphicUsed by:241
Symbol 238 GraphicUsed by:241
Symbol 239 GraphicUsed by:241
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:220 225 226 230 231 232 233 234 235 236 237 238 239 240Used by:248  Timeline
Symbol 242 GraphicUsed by:246 247
Symbol 243 GraphicUsed by:246 247
Symbol 244 GraphicUsed by:246 247
Symbol 245 GraphicUsed by:246 247
Symbol 246 MovieClipUses:83 242 243 244 245Used by:248
Symbol 247 MovieClipUses:102 242 243 103 104 105 106 107 108 109 110 111 112 113 244 114 115 116 117 118 119 245 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138Used by:248
Symbol 248 MovieClip [flying2]Uses:241 246 247
Symbol 249 GraphicUsed by:271
Symbol 250 GraphicUsed by:271
Symbol 251 GraphicUsed by:271
Symbol 252 GraphicUsed by:254
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:252 253Used by:271
Symbol 255 GraphicUsed by:271
Symbol 256 GraphicUsed by:271
Symbol 257 GraphicUsed by:271
Symbol 258 GraphicUsed by:271
Symbol 259 GraphicUsed by:271
Symbol 260 GraphicUsed by:271
Symbol 261 GraphicUsed by:271
Symbol 262 GraphicUsed by:271
Symbol 263 GraphicUsed by:271
Symbol 264 GraphicUsed by:271
Symbol 265 GraphicUsed by:271
Symbol 266 GraphicUsed by:271
Symbol 267 GraphicUsed by:271
Symbol 268 GraphicUsed by:271
Symbol 269 GraphicUsed by:271
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:249 250 251 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270Used by:280  Timeline
Symbol 272 GraphicUsed by:277
Symbol 273 GraphicUsed by:276
Symbol 274 GraphicUsed by:276
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:273 274 275Used by:277
Symbol 277 MovieClipUses:272 276Used by:278 279
Symbol 278 MovieClipUses:83 277Used by:280
Symbol 279 MovieClipUses:102 277 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138Used by:280
Symbol 280 MovieClip [flying1]Uses:271 278 279
Symbol 281 FontUsed by:282 367 368 377 378 380 388 396 421
Symbol 282 EditableTextUses:281Used by:283
Symbol 283 MovieClip [score_display]Uses:282
Symbol 284 GraphicUsed by:285 424
Symbol 285 MovieClip [floating_bubble]Uses:284Used by:424  Timeline
Symbol 286 GraphicUsed by:290
Symbol 287 GraphicUsed by:290
Symbol 288 GraphicUsed by:290
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:286 287 288 289Used by:300
Symbol 291 GraphicUsed by:300
Symbol 292 GraphicUsed by:294
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:292 293Used by:300
Symbol 295 GraphicUsed by:299
Symbol 296 GraphicUsed by:299
Symbol 297 GraphicUsed by:299
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:295 296 297 298Used by:300
Symbol 300 MovieClipUses:290 291 294 299Used by:307
Symbol 301 GraphicUsed by:306
Symbol 302 GraphicUsed by:306
Symbol 303 GraphicUsed by:305
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:90 91 92 93 303 304Used by:306
Symbol 306 MovieClipUses:301 302 305Used by:307
Symbol 307 MovieClip [special0]Uses:300 306Used by:Timeline
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308Used by:310
Symbol 310 MovieClipUses:309Used by:Timeline
Symbol 311 GraphicUsed by:Timeline
Symbol 312 GraphicUsed by:Timeline
Symbol 313 GraphicUsed by:Timeline
Symbol 314 GraphicUsed by:Timeline
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:325
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:317Used by:325
Symbol 319 GraphicUsed by:325
Symbol 320 ShapeTweeningUsed by:325
Symbol 321 GraphicUsed by:325
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:316 318 319 320 321 323 324Used by:330
Symbol 326 FontUsed by:327 337
Symbol 327 EditableTextUses:326Used by:328
Symbol 328 MovieClipUses:327Used by:330
Symbol 329 MovieClipUsed by:330
Symbol 330 MovieClipUses:325 328 329Used by:Timeline
Symbol 331 GraphicUsed by:420  Timeline
Symbol 332 GraphicUsed by:Timeline
Symbol 333 GraphicUsed by:335
Symbol 334 GraphicUsed by:335
Symbol 335 ButtonUses:333 334Used by:Timeline
Symbol 336 GraphicUsed by:Timeline
Symbol 337 TextUses:326Used by:Timeline
Symbol 338 GraphicUsed by:339
Symbol 339 ButtonUses:338Used by:Timeline
Symbol 340 FontUsed by:341
Symbol 341 EditableTextUses:340Used by:342
Symbol 342 MovieClipUses:341Used by:420
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:359
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:359
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:359
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:349Used by:359
Symbol 351 GraphicUsed by:352
Symbol 352 MovieClipUses:351Used by:359
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:353Used by:359
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:355Used by:359
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357Used by:359
Symbol 359 MovieClipUses:344 346 348 350 352 354 356 358Used by:420
Symbol 360 GraphicUsed by:361
Symbol 361 MovieClipUses:360Used by:420
Symbol 362 GraphicUsed by:366
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:363Used by:366
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:362 364 365Used by:420
Symbol 367 EditableTextUses:281Used by:420
Symbol 368 EditableTextUses:281Used by:420
Symbol 369 FontUsed by:370 371 412 413
Symbol 370 TextUses:369Used by:420
Symbol 371 TextUses:369Used by:420
Symbol 372 GraphicUsed by:376
Symbol 373 GraphicUsed by:376
Symbol 374 GraphicUsed by:376
Symbol 375 GraphicUsed by:376
Symbol 376 ButtonUses:372 373 374 375Used by:379
Symbol 377 EditableTextUses:281Used by:379
Symbol 378 EditableTextUses:281Used by:379
Symbol 379 MovieClipUses:376 377 378Used by:402
Symbol 380 EditableTextUses:281Used by:402
Symbol 381 ShapeTweeningUsed by:402
Symbol 382 ShapeTweeningUsed by:402
Symbol 383 ShapeTweeningUsed by:402
Symbol 384 ShapeTweeningUsed by:402
Symbol 385 ShapeTweeningUsed by:402
Symbol 386 ShapeTweeningUsed by:402
Symbol 387 GraphicUsed by:402
Symbol 388 TextUses:281Used by:402
Symbol 389 ShapeTweeningUsed by:402
Symbol 390 ShapeTweeningUsed by:402
Symbol 391 ShapeTweeningUsed by:402
Symbol 392 ShapeTweeningUsed by:402
Symbol 393 ShapeTweeningUsed by:402
Symbol 394 GraphicUsed by:402
Symbol 395 ShapeTweeningUsed by:402
Symbol 396 TextUses:281Used by:402
Symbol 397 ShapeTweeningUsed by:402
Symbol 398 ShapeTweeningUsed by:402
Symbol 399 ShapeTweeningUsed by:402
Symbol 400 ShapeTweeningUsed by:402
Symbol 401 ShapeTweeningUsed by:402
Symbol 402 MovieClipUses:379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401Used by:420
Symbol 403 GraphicUsed by:419
Symbol 404 GraphicUsed by:419
Symbol 405 GraphicUsed by:419
Symbol 406 GraphicUsed by:419
Symbol 407 GraphicUsed by:419
Symbol 408 GraphicUsed by:419
Symbol 409 GraphicUsed by:419
Symbol 410 GraphicUsed by:419
Symbol 411 GraphicUsed by:419
Symbol 412 TextUses:369Used by:419
Symbol 413 EditableTextUses:369Used by:419
Symbol 414 GraphicUsed by:419
Symbol 415 GraphicUsed by:419
Symbol 416 GraphicUsed by:419
Symbol 417 GraphicUsed by:419
Symbol 418 GraphicUsed by:419
Symbol 419 MovieClipUses:9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 403 26 27 404 28 29 405 30 406 407 408 409 410 411 412 413 414 4 415 416 417 418Used by:420
Symbol 420 MovieClipUses:342 359 361 366 367 368 370 371 402 419 331Used by:Timeline
Symbol 421 EditableTextUses:281Used by:Timeline
Symbol 422 GraphicUsed by:424
Symbol 423 GraphicUsed by:424
Symbol 424 ButtonUses:285 422 423 284Used by:Timeline
Symbol 425 GraphicUsed by:Timeline
Symbol 426 GraphicUsed by:Timeline
Symbol 427 GraphicUsed by:Timeline
Symbol 428 GraphicUsed by:Timeline

Instance Names

"anim"Symbol 330 MovieClip Frame 1Symbol 325 MovieClip
"perc"Symbol 330 MovieClip Frame 1Symbol 328 MovieClip
"swfloader"Symbol 330 MovieClip Frame 1Symbol 329 MovieClip
"liquid"Symbol 366 MovieClip Frame 1Symbol 364 MovieClip
"choice0"Symbol 402 MovieClip Frame 1Symbol 379 MovieClip
"choice1"Symbol 402 MovieClip Frame 1Symbol 379 MovieClip
"choice2"Symbol 402 MovieClip Frame 1Symbol 379 MovieClip
"choice3"Symbol 402 MovieClip Frame 1Symbol 379 MovieClip
"choice0"Symbol 402 MovieClip Frame 80Symbol 379 MovieClip
"choice1"Symbol 402 MovieClip Frame 80Symbol 379 MovieClip
"choice2"Symbol 402 MovieClip Frame 80Symbol 379 MovieClip
"choice3"Symbol 402 MovieClip Frame 80Symbol 379 MovieClip
"controller"Symbol 420 MovieClip Frame 1Symbol 342 MovieClip
"backgrounds"Symbol 420 MovieClip Frame 1Symbol 359 MovieClip
"bottle"Symbol 420 MovieClip Frame 1Symbol 366 MovieClip
"quiz_prompt"Symbol 420 MovieClip Frame 1Symbol 402 MovieClip
"level_prompt"Symbol 420 MovieClip Frame 1Symbol 419 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "clock_appear_off"
ExportAssets (56)Timeline Frame 1Symbol 2 as "special_capture"
ExportAssets (56)Timeline Frame 1Symbol 3 as "capture"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bubble_pop"
ExportAssets (56)Timeline Frame 1Symbol 6 as "clock_power_up"
ExportAssets (56)Timeline Frame 1Symbol 8 as "bubbles_power_up"
ExportAssets (56)Timeline Frame 1Symbol 31 as "bubble_maker"
ExportAssets (56)Timeline Frame 1Symbol 33 as "falling0"
ExportAssets (56)Timeline Frame 1Symbol 74 as "falling1"
ExportAssets (56)Timeline Frame 1Symbol 140 as "flying0"
ExportAssets (56)Timeline Frame 1Symbol 184 as "flying_quiz0"
ExportAssets (56)Timeline Frame 1Symbol 201 as "flying4"
ExportAssets (56)Timeline Frame 1Symbol 219 as "flying3"
ExportAssets (56)Timeline Frame 1Symbol 248 as "flying2"
ExportAssets (56)Timeline Frame 1Symbol 280 as "flying1"
ExportAssets (56)Timeline Frame 1Symbol 283 as "score_display"
ExportAssets (56)Timeline Frame 1Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 1Symbol 307 as "special0"
ExportAssets (56)Timeline Frame 1Symbol 307 as "special0"
ExportAssets (56)Timeline Frame 1Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 1Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 1Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 1Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 1Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 1Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 2Symbol 307 as "special0"
ExportAssets (56)Timeline Frame 2Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 2Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 2Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 2Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 2Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 2Symbol 285 as "floating_bubble"
ExportAssets (56)Timeline Frame 3Symbol 4 as "bubble_pop"
ExportAssets (56)Timeline Frame 4Symbol 285 as "floating_bubble"

Labels

"Starting Screen"Frame 2
"Game Over"Frame 4
"Flying"Symbol 140 MovieClip [flying0] Frame 1
"Riding Falling Object 0"Symbol 140 MovieClip [flying0] Frame 2
"Riding Falling Object 1"Symbol 140 MovieClip [flying0] Frame 3
"Flying"Symbol 184 MovieClip [flying_quiz0] Frame 1
"Riding Falling Object 0"Symbol 184 MovieClip [flying_quiz0] Frame 2
"Riding Falling Object 1"Symbol 184 MovieClip [flying_quiz0] Frame 3
"Flying"Symbol 201 MovieClip [flying4] Frame 1
"Riding Falling Object 0"Symbol 201 MovieClip [flying4] Frame 2
"Riding Falling Object 1"Symbol 201 MovieClip [flying4] Frame 3
"Flying"Symbol 219 MovieClip [flying3] Frame 1
"Riding Falling Object 0"Symbol 219 MovieClip [flying3] Frame 2
"Riding Falling Object 1"Symbol 219 MovieClip [flying3] Frame 3
"Flying"Symbol 248 MovieClip [flying2] Frame 1
"Riding Falling Object 0"Symbol 248 MovieClip [flying2] Frame 2
"Riding Falling Object 1"Symbol 248 MovieClip [flying2] Frame 3
"Flying"Symbol 280 MovieClip [flying1] Frame 1
"Riding Falling Object 0"Symbol 280 MovieClip [flying1] Frame 2
"Riding Falling Object 1"Symbol 280 MovieClip [flying1] Frame 3
"Flying"Symbol 307 MovieClip [special0] Frame 1
"Falling"Symbol 307 MovieClip [special0] Frame 2
"Correct"Symbol 402 MovieClip Frame 20
"Incorrect"Symbol 402 MovieClip Frame 80

Dynamic Text Variables

pointsSymbol 282 EditableText""
textSymbol 327 EditableText""
scoreSymbol 367 EditableText"0"
timeSymbol 368 EditableText""
fieldSymbol 377 EditableText""
indexSymbol 378 EditableText""
questionSymbol 380 EditableText""
levelSymbol 413 EditableText""
scoreSymbol 421 EditableText""




http://swfchan.com/22/108149/info.shtml
Created: 15/3 -2019 19:07:30 Last modified: 15/3 -2019 19:07:30 Server time: 02/05 -2024 04:36:33