Frame 1
total = int(_root.getBytesTotal() / 1000);
download = int(_root.getBytesLoaded() / 1000);
bar_size = Math.round((download / 470) * 100);
setProperty("preloader.bar_bar", _xscale , bar_size);
if (total <= download) {
gotoAndPlay ("play_the_game");
} else {
play();
}
Frame 2
gotoAndPlay (1);
Frame 51
static_mouse_pos = 0;
footy_action = 0;
mouse_x_pos = _xmouse;
motion_number = 0;
player_motion = 0;
full_motion = 0;
doing_button_click = 0;
player_speed = 0;
kick_x_pos = 0;
kick_y_pos = 0;
football_position = 0;
footy_action = 0;
contact_1 = false;
hit_section = 0;
hit_section_x_pos = 0;
block_contact = 0;
volley = 0;
hit_area = 0;
kick_type = 0;
player_dir = 0;
ball_height = 0;
main_menu_selection = 0;
shirt_selected = 1;
gender_selected = 1;
ball_selected = 1;
hiscore = 3000;
top_score = 3000;
top_chain = 8;
player_score = 0;
volley_score = 0;
chain_count = 0;
chain_total = 0;
total_volley_count = 0;
links = 0;
link_total = 0;
longest_chain = 0;
right_foot_kick = 0;
left_foot_kick = 0;
right_knee_knee = 0;
left_knee_knee = 0;
head_head = 0;
summersault = 0;
Frame 52
boost = 0;
boost_word = 0;
bw_1 = 0;
bw_2 = 0;
bw_3 = 0;
bw_4 = 0;
bw_5 = 0;
bw_6 = 0;
bw_7 = 0;
bw_8 = 0;
bw_9 = 0;
bw_10 = 0;
nighttime = 0;
broken_window = 0;
shatter_proof = 12;
distance = 0;
distance_new = 0;
distance_travelled = 0;
total_hits = 0;
foot_total = 0;
foot_total_percentage = 0;
knee_total = 0;
knee_total_percentage = 0;
headers_total = 0;
headers_total_percentage = 0;
specials_total = 0;
specials_total_percentage = 0;
kickup = 0;
kickup_high = 1;
number_of_kickups = 0;
number_of_single_kickups = 0;
kickup_percentage = 0;
game_percentage = 0;
rating = "A Fair All Round Player";
skill_comment_points = 0;
bonus_item_1 = 0;
bonus_item_2 = 0;
bonus_item_3 = 0;
bonus_item_4 = 0;
bonus_item_5 = 0;
bonus_item_score = 0;
game_percentage = 0;
game_score = 0;
rank = "Unclassified";
ball_gravity = 0.8;
ball_floaty = 120;
actual_ball = 1;
boarded_up_early = 0;
burst_ball = 0;
name = "";
name_1 = "AAA";
name_2 = "BBB";
name_3 = "CCC";
score_1 = 25000;
score_2 = 20000;
score_3 = 15000;
Frame 65
stop();
Frame 72
stop();
if (main_menu_selection == 1) {
gotoAndStop (136);
}
if (main_menu_selection == 2) {
gotoAndPlay (73);
}
if (main_menu_selection == 3) {
gotoAndPlay (94);
}
if (main_menu_selection == 4) {
gotoAndPlay (115);
}
Frame 83
stop();
Frame 93
gotoAndPlay ("main_menu");
Frame 99
setProperty("_root.options_image_movie.options_" + /:shirt_selected, _alpha , 100);
setProperty("_root.options_image_movie.options_" + (/:gender_selected + 4), _alpha , 100);
setProperty("_root.options_image_movie.options_" + (/:ball_selected + 6), _alpha , 100);
Frame 104
stop();
Frame 114
gotoAndPlay ("main_menu");
Frame 125
stop();
Frame 135
gotoAndPlay ("main_menu");
Frame 136
stop();
tellTarget ("mouse_pos_check") {
play();
};
Set("/:full_motion", 0);
Instance of Symbol 269 MovieClip "player_movie" in Frame 136
onClipEvent (enterFrame) {
if (/:full_motion == 0) {
_x = (_x + (_xmouse / 5));
}
}
Frame 137
stop();
Set("/:full_motion", 1);
tellTarget ("_root.player_movie") {
gotoAndPlay ("peeing_animation");
};
Frame 138
stop();
Set("/:full_motion", 1);
tellTarget ("_root.player_movie") {
gotoAndPlay ("egypt_animation");
};
Frame 139
stop();
Set("/:full_motion", 1);
tellTarget ("_root.player_movie") {
gotoAndPlay ("out_of_bounds_anim");
};
Frame 140
stop();
Set("/:full_motion", 1);
tellTarget ("_root.player_movie") {
gotoAndPlay ("burst_ball_anim");
};
Frame 141
stop();
Set("/:full_motion", 1);
tellTarget ("_root.player_movie") {
gotoAndPlay ("burst_ball_anim");
};
Frame 206
stop();
Frame 207
stop();
if ((/:game_percentage == 100) and (/:game_score >= /:score_3)) {
gotoAndPlay (208);
} else {
gotoAndPlay ("ver");
}
Frame 218
stop();
Frame 223
if (/:game_score > /:score_1) {
Set("/:name_3", /:name_2);
Set("/:score_3", /:score_2);
Set("/:name_2", /:name_1);
Set("/:score_2", /:score_1);
Set("/:name_1", /:name);
Set("/:score_1", /:game_score);
stop();
gotoAndPlay (224);
}
if ((/:game_score > /:score_2) and (/:game_score < /:score_1)) {
Set("/:name_3", /:name_2);
Set("/:score_3", /:score_2);
Set("/:name_2", /:name);
Set("/:score_2", /:game_score);
stop();
gotoAndPlay (224);
}
if ((/:game_score > /:score_3) and (/:game_score < /:score_2)) {
Set("/:name_3", /:name);
Set("/:score_3", /:game_score);
stop();
gotoAndPlay (224);
}
Frame 228
gotoAndPlay ("main_menu");
Symbol 8 MovieClip Frame 1
stop();
Symbol 23 Button
on (rollOver) {
tellTarget ("_root.highlight_movie") {
gotoAndPlay ("options");
};
}
on (rollOut) {
tellTarget ("_root.highlight_movie") {
gotoAndStop ("options");
};
}
on (release) {
main_menu_selection = 3;
gotoAndPlay ("options");
}
Symbol 24 Button
on (rollOver) {
tellTarget ("_root.highlight_movie") {
gotoAndPlay ("scores");
};
}
on (rollOut) {
tellTarget ("_root.highlight_movie") {
gotoAndStop ("scores");
};
}
on (release) {
main_menu_selection = 4;
gotoAndPlay ("options");
}
Symbol 25 Button
on (rollOver) {
tellTarget ("_root.highlight_movie") {
gotoAndPlay ("rules");
};
}
on (rollOut) {
tellTarget ("_root.highlight_movie") {
gotoAndStop ("rules");
};
}
on (release) {
main_menu_selection = 2;
gotoAndPlay ("options");
}
Symbol 26 Button
on (rollOver) {
tellTarget ("_root.highlight_movie") {
gotoAndPlay ("play");
};
}
on (rollOut) {
tellTarget ("_root.highlight_movie") {
gotoAndStop ("play");
};
}
on (release) {
main_menu_selection = 1;
gotoAndPlay ("options");
}
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 10
gotoAndPlay ("play");
Symbol 31 MovieClip Frame 20
gotoAndPlay ("rules");
Symbol 31 MovieClip Frame 30
gotoAndPlay ("options");
Symbol 31 MovieClip Frame 40
gotoAndPlay ("scores");
Symbol 35 Button
on (rollOver) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndPlay ("main_menu");
};
}
on (rollOut) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndStop ("main_menu");
};
}
on (release) {
play();
}
Symbol 37 MovieClip Frame 1
stop();
Symbol 37 MovieClip Frame 10
gotoAndPlay ("main_menu");
Symbol 42 MovieClip Frame 1
stop();
Symbol 43 Button
on (rollOver) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndPlay ("main_menu");
};
}
on (rollOut) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndStop ("main_menu");
};
}
on (release) {
play();
}
Symbol 44 Button
on (release) {
setProperty("_root.options_image_movie.options_1", _alpha , 100);
tellTarget ("_root.options_image_movie.options_1") {
play();
};
Set("/:shirt_selected", 1);
setProperty("_root.options_image_movie.options_2", _alpha , 0);
setProperty("_root.options_image_movie.options_3", _alpha , 0);
setProperty("_root.options_image_movie.options_4", _alpha , 0);
}
Symbol 45 Button
on (release) {
setProperty("_root.options_image_movie.options_2", _alpha , 100);
tellTarget ("_root.options_image_movie.options_2") {
play();
};
Set("/:shirt_selected", 2);
setProperty("_root.options_image_movie.options_1", _alpha , 0);
setProperty("_root.options_image_movie.options_3", _alpha , 0);
setProperty("_root.options_image_movie.options_4", _alpha , 0);
}
Symbol 46 Button
on (release) {
setProperty("_root.options_image_movie.options_3", _alpha , 100);
tellTarget ("_root.options_image_movie.options_3") {
play();
};
Set("/:shirt_selected", 3);
setProperty("_root.options_image_movie.options_1", _alpha , 0);
setProperty("_root.options_image_movie.options_2", _alpha , 0);
setProperty("_root.options_image_movie.options_4", _alpha , 0);
}
Symbol 47 Button
on (release) {
setProperty("_root.options_image_movie.options_4", _alpha , 100);
tellTarget ("_root.options_image_movie.options_4") {
play();
};
Set("/:shirt_selected", 4);
setProperty("_root.options_image_movie.options_1", _alpha , 0);
setProperty("_root.options_image_movie.options_2", _alpha , 0);
setProperty("_root.options_image_movie.options_3", _alpha , 0);
}
Symbol 48 Button
on (release) {
setProperty("_root.options_image_movie.options_5", _alpha , 100);
tellTarget ("_root.options_image_movie.options_5") {
play();
};
Set("/:gender_selected", 1);
setProperty("_root.options_image_movie.options_6", _alpha , 0);
}
Symbol 49 Button
on (release) {
setProperty("_root.options_image_movie.options_6", _alpha , 100);
tellTarget ("_root.options_image_movie.options_6") {
play();
};
Set("/:gender_selected", 2);
setProperty("_root.options_image_movie.options_5", _alpha , 0);
}
Symbol 50 Button
on (release) {
Set("/:actual_ball", 3);
Set("/:ball_floaty", 70);
setProperty("_root.options_image_movie.options_9", _alpha , 100);
tellTarget ("_root.options_image_movie.options_9") {
play();
};
Set("/:ball_selected", 3);
setProperty("_root.options_image_movie.options_8", _alpha , 0);
setProperty("_root.options_image_movie.options_7", _alpha , 0);
}
Symbol 51 Button
on (release) {
Set("/:actual_ball", 2);
Set("/:ball_gravity", 0.95);
setProperty("_root.options_image_movie.options_8", _alpha , 100);
tellTarget ("_root.options_image_movie.options_8") {
play();
};
Set("/:ball_selected", 2);
setProperty("_root.options_image_movie.options_7", _alpha , 0);
setProperty("_root.options_image_movie.options_9", _alpha , 0);
}
Symbol 52 Button
on (release) {
Set("/:actual_ball", 1);
setProperty("_root.options_image_movie.options_7", _alpha , 100);
tellTarget ("_root.options_image_movie.options_7") {
play();
};
Set("/:ball_selected", 1);
setProperty("_root.options_image_movie.options_8", _alpha , 0);
setProperty("_root.options_image_movie.options_9", _alpha , 0);
}
Symbol 66 Button
on (rollOver) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndPlay ("main_menu");
};
}
on (rollOut) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndStop ("main_menu");
};
}
on (release) {
play();
}
Symbol 67 Button
on (rollOver) {
Set("/:hit_area", 1);
Set("/:footy_action", 1);
}
on (rollOut, release) {
Set("/:hit_area", 1);
}
on (release) {
if (/:doing_button_click == 0) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("dive_" + /:hit_area) + "_") + /:player_dir);
};
}
}
Symbol 68 Button
on (rollOver) {
Set("/:footy_action", 1);
Set("/:hit_area", 2);
}
on (rollOut) {
Set("/:footy_action", 1);
Set("/:hit_area", 1);
}
on (release) {
if (/:full_motion == 0) {
tellTarget ("_root.player_movie") {
gotoAndPlay("dive_" + /:player_speed);
};
}
}
Symbol 69 Button
on (rollOver) {
Set("/:footy_action", 1);
Set("/:hit_area", 3);
}
on (rollOut) {
Set("/:footy_action", 1);
Set("/:hit_area", 2);
}
on (release) {
if (/:doing_button_click == 0) {
tellTarget ("_root.player_movie") {
gotoAndPlay("dive_2_" + /:player_dir);
};
}
}
Symbol 70 Button
on (rollOver) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndPlay ("main_menu");
};
}
on (rollOut) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndStop ("main_menu");
};
}
on (release) {
stop();
gotoAndPlay ("ver");
}
Symbol 71 Button
on (rollOver) {
tellTarget ("_root.results_highlight_movie") {
gotoAndPlay ("results");
};
}
on (rollOut) {
tellTarget ("_root.results_highlight_movie") {
gotoAndStop ("results");
};
}
on (release) {
stop();
gotoAndPlay (142);
}
Symbol 72 MovieClip Frame 1
if (/:actual_ball == 2) {
gotoAndStop ("big_square");
}
Symbol 72 MovieClip Frame 2
stop();
Symbol 74 Button
on (release) {
tellTarget ("_root.") {
gotoAndStop ("pee");
stop();
};
}
Symbol 76 Button
on (release) {
tellTarget ("_root.") {
gotoAndStop ("egypt");
stop();
};
}
Symbol 81 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 25
Set("/:bonus_item_3", 1);
Symbol 81 MovieClip Frame 26
stop();
Symbol 85 MovieClip Frame 1
play_cat = random(5);
Symbol 85 MovieClip Frame 69
if (play_cat == 4) {
gotoAndPlay ("play_cat");
} else {
gotoAndPlay ("repeat");
}
Symbol 85 MovieClip Frame 70
cat_visible = 0;
Symbol 85 MovieClip Frame 78
cat_visible = cat_visible + 1;
Symbol 85 MovieClip Frame 79
if (cat_visible >= 10) {
gotoAndPlay ("cat_hide");
} else {
gotoAndPlay ("cat_count");
}
Symbol 85 MovieClip Frame 87
gotoAndPlay ("repeat");
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 36
Set("/:bonus_item_2", 1);
Symbol 87 MovieClip Frame 57
stop();
Symbol 91 MovieClip Frame 8
stop();
Symbol 112 MovieClip Frame 30
stop();
if (/:actual_ball == 2) {
Set("/:boarded_up_early", 1);
tellTarget ("_root.boarded_up_movie") {
gotoAndStop ("boarded");
};
}
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 2
stop();
Symbol 113 MovieClip Frame 3
stop();
Symbol 113 MovieClip Frame 4
stop();
Symbol 113 MovieClip Frame 5
stop();
Symbol 113 MovieClip Frame 6
stop();
Set("/:broken_window", 1);
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 7
stop();
gotoAndStop (1);
Symbol 118 MovieClip Frame 1
stop();
if (/:boarded_up_early == 1) {
gotoAndStop ("boarded");
}
if ((/:burst_ball >= 4) and (/:actual_ball < 3)) {
gotoAndStop ("boarded");
}
Symbol 118 MovieClip Frame 2
stop();
Set("/:bonus_item_1", 1);
Symbol 122 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 1
stop();
if ((/:burst_ball >= 4) and (/:actual_ball == 3)) {
gotoAndStop ("netted");
}
Symbol 123 MovieClip Frame 2
stop();
Set("/:bonus_item_1", 1);
Symbol 133 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 133 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 133 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 133 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 142 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 142 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 142 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 142 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 149 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 149 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 149 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 149 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 156 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 156 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 156 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 156 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 168 MovieClip Frame 1
stop();
if (/:gender_selected == 2) {
gotoAndStop ("girlie_hair");
} else {
stop();
}
Symbol 168 MovieClip Frame 2
stop();
Symbol 178 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 178 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 178 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 178 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 185 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 185 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 185 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 185 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 192 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 192 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 192 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 192 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 197 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 197 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 197 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 197 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 202 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 202 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 202 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 202 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 208 MovieClip Frame 1
stop();
if (/:gender_selected == 2) {
gotoAndStop ("girlie_hair");
} else {
stop();
}
Symbol 208 MovieClip Frame 2
stop();
Symbol 216 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 216 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 216 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 216 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 223 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 223 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 223 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 223 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 228 MovieClip Frame 1
stop();
if (/:gender_selected == 2) {
gotoAndStop ("girlie_hair");
} else {
stop();
}
Symbol 228 MovieClip Frame 2
stop();
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 2
stop();
Symbol 238 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 238 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 238 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 238 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 243 MovieClip Frame 1
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 243 MovieClip Frame 2
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 243 MovieClip Frame 3
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 243 MovieClip Frame 4
stop();
gotoAndStop("shirt_" + /:shirt_selected);
Symbol 248 MovieClip Frame 1
stop();
if (/:gender_selected == 2) {
gotoAndStop ("girlie_hair");
} else {
stop();
}
Symbol 248 MovieClip Frame 2
stop();
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 37
stop();
Symbol 269 MovieClip Frame 1
stop();
Set("/:player_dir", 0);
Symbol 269 MovieClip Frame 2
Set("/:player_motion", 1);
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 3
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 4
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 5
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 6
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 7
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 8
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 9
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 10
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 11
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 12
Set("/:player_motion", 0);
stop();
gotoAndPlay ("run_left");
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 13
Set("/:player_motion", 1);
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 14
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 15
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 16
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 17
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 18
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 19
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 20
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 21
Set("/:player_motion", 0);
stop();
gotoAndPlay ("jog_left");
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 22
Set("/:player_motion", 1);
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 23
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 24
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 25
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 26
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 27
Set("/:player_motion", 0);
stop();
gotoAndPlay ("round_left");
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 28
Set("/:player_motion", 1);
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 29
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 30
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 31
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 32
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 33
Set("/:player_motion", 0);
stop();
gotoAndPlay ("stand_left");
Set("/:player_dir", 1);
Symbol 269 MovieClip Frame 34
Set("/:player_motion", 1);
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 35
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 36
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 37
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 38
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 39
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 40
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 41
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 42
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 43
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 44
Set("/:player_motion", 0);
stop();
gotoAndPlay ("run_right");
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 45
Set("/:player_motion", 1);
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 46
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 47
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 48
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 49
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 50
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 51
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 52
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 53
Set("/:player_motion", 0);
stop();
gotoAndPlay ("jog_right");
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 54
Set("/:player_motion", 1);
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 55
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 56
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 57
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 58
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 59
Set("/:player_motion", 0);
stop();
gotoAndPlay ("round_right");
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 60
Set("/:player_motion", 1);
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 61
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 62
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 63
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 64
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 65
Set("/:player_motion", 0);
stop();
gotoAndPlay ("stand_right");
Set("/:player_dir", 2);
Symbol 269 MovieClip Frame 68
Set("/:player_motion", 1);
Set("/:volley_score", 20);
Symbol 269 MovieClip Frame 73
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 74
Set("/:player_motion", 1);
Set("/:volley_score", 20);
Symbol 269 MovieClip Frame 79
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 80
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 85
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 86
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 91
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 92
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 97
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 98
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 103
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 104
Set("/:player_motion", 1);
Set("/:volley_score", 50);
Symbol 269 MovieClip Frame 111
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 112
Set("/:player_motion", 1);
Set("/:volley_score", 50);
Symbol 269 MovieClip Frame 119
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 120
Set("/:player_motion", 1);
Set("/:volley_score", 50);
Symbol 269 MovieClip Frame 127
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 128
Set("/:player_motion", 1);
Set("/:volley_score", 50);
Symbol 269 MovieClip Frame 135
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 138
Set("/:player_motion", 1);
Set("/:volley_score", 20);
Symbol 269 MovieClip Frame 143
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 144
Set("/:player_motion", 1);
Set("/:volley_score", 20);
Symbol 269 MovieClip Frame 149
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 150
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 155
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 156
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 161
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 162
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 167
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 168
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 173
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 176
Set("/:player_motion", 1);
Set("/:volley_score", 20);
Symbol 269 MovieClip Frame 182
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 183
Set("/:player_motion", 1);
Set("/:volley_score", 20);
Symbol 269 MovieClip Frame 189
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 190
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 196
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 197
Set("/:player_motion", 1);
Set("/:volley_score", 30);
Symbol 269 MovieClip Frame 203
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 204
Set("/:player_motion", 1);
Set("/:volley_score", 100);
Symbol 269 MovieClip Frame 215
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 216
Set("/:player_motion", 1);
Set("/:volley_score", 100);
Symbol 269 MovieClip Frame 227
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 229
Set("/:player_motion", 1);
Set("/:volley_score", 200);
Symbol 269 MovieClip Frame 239
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 240
Set("/:player_motion", 1);
Set("/:volley_score", 200);
Symbol 269 MovieClip Frame 250
stop();
Set("/:player_motion", 0);
Symbol 269 MovieClip Frame 252
Set("/:player_motion", 50);
Set("/:volley_score", 50);
Set("/:full_motion", 0);
Set("/:doing_button_click", 1);
Symbol 269 MovieClip Frame 265
stop();
Set("/:player_motion", 0);
Set("/:full_motion", 0);
Set("/:doing_button_click", 0);
Symbol 269 MovieClip Frame 266
Set("/:player_motion", 1);
Set("/:volley_score", 50);
Set("/:full_motion", 0);
Set("/:doing_button_click", 1);
Symbol 269 MovieClip Frame 279
stop();
Set("/:player_motion", 0);
Set("/:full_motion", 0);
Set("/:doing_button_click", 0);
Symbol 269 MovieClip Frame 280
Set("/:player_motion", 1);
Set("/:volley_score", 50);
Set("/:full_motion", 0);
Set("/:doing_button_click", 1);
Symbol 269 MovieClip Frame 289
stop();
Set("/:player_motion", 0);
Set("/:full_motion", 0);
Set("/:doing_button_click", 0);
Symbol 269 MovieClip Frame 290
Set("/:player_motion", 1);
Set("/:volley_score", 50);
Set("/:full_motion", 0);
Set("/:doing_button_click", 1);
Symbol 269 MovieClip Frame 299
stop();
Set("/:player_motion", 0);
Set("/:full_motion", 0);
Set("/:doing_button_click", 0);
Symbol 269 MovieClip Frame 301
Set("/:player_motion", 1);
Set("/:full_motion", 1);
Symbol 269 MovieClip Frame 326
stop();
Set("/:player_motion", 0);
Set("/:full_motion", 1);
Symbol 269 MovieClip Frame 327
Set("/:player_motion", 1);
Set("/:full_motion", 1);
Symbol 269 MovieClip Frame 352
stop();
Set("/:player_motion", 0);
Set("/:full_motion", 1);
Symbol 269 MovieClip Frame 353
Set("/:player_motion", 1);
Set("/:full_motion", 1);
pee_jump = 0;
Symbol 269 MovieClip Frame 359
pee_jump = pee_jump + 1;
Symbol 269 MovieClip Frame 368
if (pee_jump >= 7) {
gotoAndPlay ("pee");
} else {
gotoAndPlay ("pee_jump_check");
}
Symbol 269 MovieClip Frame 369
pee = 0;
Symbol 269 MovieClip Frame 379
tellTarget ("_root.player_movie.pee_movie") {
play();
};
Symbol 269 MovieClip Frame 390
pee = pee + 1;
if (pee >= 10) {
gotoAndPlay ("end_pee");
} else {
gotoAndPlay ("waterfall");
}
Symbol 269 MovieClip Frame 391
Set("/:bonus_item_5", 1);
Symbol 269 MovieClip Frame 402
stop();
tellTarget ("_root") {
gotoAndStop ("in");
};
Set("/:player_motion", 0);
Set("/:full_motion", 1);
Symbol 269 MovieClip Frame 403
Set("/:player_motion", 1);
Set("/:full_motion", 1);
egyptian = 0;
Symbol 269 MovieClip Frame 422
egyptian = egyptian + 1;
if (egyptian >= 5) {
gotoAndPlay ("egypt_continue");
} else {
gotoAndPlay ("egypt_repeat");
}
Symbol 269 MovieClip Frame 423
Set("/:bonus_item_4", 1);
Symbol 269 MovieClip Frame 434
stop();
tellTarget ("_root") {
gotoAndStop ("in");
};
Set("/:player_motion", 0);
Set("/:full_motion", 1);
Symbol 270 MovieClip Frame 1
startDrag ("", true);
Symbol 277 MovieClip Frame 1
stop();
if (/:burst_ball > 4) {
Set("/:burst_ball", 4);
}
gotoAndStop("plaster_" + /:burst_ball);
Symbol 277 MovieClip Frame 2
stop();
Symbol 277 MovieClip Frame 3
stop();
Symbol 277 MovieClip Frame 4
stop();
Symbol 277 MovieClip Frame 5
stop();
Symbol 277 MovieClip Frame 6
stop();
Symbol 280 MovieClip Frame 1
stop();
gotoAndStop("ball_" + /:ball_selected);
Instance of Symbol 271 MovieClip "ball_detector" in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player_movie.body_block) == true) and (/:player_speed >= 2)) and (/:block_contact == 0)) {
tellTarget ("_root.ball_movie") {
call("dunch");
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 1)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("right_foot_animation_" + /:player_speed);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 1)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("left_foot_animation_" + /:player_speed);
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.right_knee) == true) and (/:player_speed == 1)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("right_knee_animation_" + /:player_speed);
};
}
if (((this.hitTest(_root.player_movie.left_knee) == true) and (/:player_speed == 1)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("left_knee_animation_" + /:player_speed);
};
}
if (((this.hitTest(_root.player_movie.right_knee) == true) and (/:player_speed == 2)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_knee_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.left_knee) == true) and (/:player_speed == 2)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_knee_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.head_close) == true) and (/:player_speed == 1)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("head_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.head_close_left) == true) and (/:player_speed == 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_2_1");
};
}
if (((this.hitTest(_root.player_movie.head_close_right) == true) and (/:player_speed == 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_2_2");
};
}
if (((this.hitTest(_root.player_movie.head_far_left) == true) and (/:player_speed >= 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_dive_left");
};
}
if (((this.hitTest(_root.player_movie.head_far_right) == true) and (/:player_speed >= 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_dive_right");
};
}
if (((this.hitTest(_root.player_movie.special_1_left) == true) and (/:player_speed >= 2)) and (/:hit_area >= 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("summersault_left");
};
}
if (((this.hitTest(_root.player_movie.special_1_right) == true) and (/:player_speed >= 2)) and (/:hit_area >= 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("summersault_right");
};
}
if ((this.hitTest(_root.player_movie.right_foot_hotspot) == true) and (/:hit_area >= 1)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.right_foot, _x));
tellTarget ("_root.player_movie.right_foot_hotspot") {
play();
};
Set("/:boost", random(4) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.right_foot_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.left_foot_hotspot) == true) and (/:hit_area >= 1)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.left_foot, _x));
tellTarget ("_root.player_movie.left_foot_hotspot") {
play();
};
Set("/:boost", random(4) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.left_foot_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.right_knee_hotspot) == true) and (/:hit_area == 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:knee_total", /:knee_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.right_knee, _x));
tellTarget ("_root.player_movie.right_knee_hotspot") {
play();
};
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.right_knee_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.left_knee_hotspot) == true) and (/:hit_area == 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:knee_total", /:knee_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.left_knee, _x));
tellTarget ("_root.player_movie.left_knee_hotspot") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.left_knee_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.head_close_hotspot) == true) and (/:hit_area == 3)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:headers_total", /:headers_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.head_close, _x));
Set("/:head_head", /:head_head + 1);
tellTarget ("_root.player_movie.head_close_hotspot") {
play();
};
Set("/:boost", random(3) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.head_close_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.summersault_hotspot) == true) and (/:hit_area >= 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:specials_total", /:specials_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.special, _x));
Set("/:boost", random(3) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
Set("/:summersault", /:summersault + 1);
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if (this.hitTest(_root.player_movie.dive_foot_hotspot) == true) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.dive_foot_hotspot, _x));
Set("/:boost", random(5) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if (this.hitTest(_root.player_movie.dive_head_hotspot) == true) {
Set("/:total_hits", /:total_hits + 1);
Set("/:headers_total", /:headers_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.dive_head_hotspot, _x));
Set("/:boost", random(5) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if ((/:top_score < /:player_score) and (/:boost_top_score_shown == 0)) {
Set("/:boost_top_score_shown", 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop ("word_10");
};
}
if ((/:top_chain < /:chain_total) and (/:boost_top_chain_shown == 0)) {
Set("/:boost_top_chain_shown", 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop ("word_9");
};
}
if (this.hitTest(_root.branch_movie_1) == true) {
tellTarget ("_root.bunch_1") {
play();
};
leaf_fall = random(2) + 1;
leaf_number = random(2) + 1;
if (leaf_fall == 1) {
tellTarget ("_root.falling_leaf_" + leaf_number) {
play();
};
}
}
if (this.hitTest(_root.branch_movie_2) == true) {
tellTarget ("_root.bunch_2") {
play();
};
leaf_fall = random(2) + 1;
leaf_number = random(2) + 3;
if (leaf_fall == 1) {
tellTarget ("_root.falling_leaf_" + leaf_number) {
play();
};
}
}
if ((this.hitTest(_root.window_pane) == true) and (/:broken_window == 0)) {
Set("/:shatter_proof", /:shatter_proof - /:player_speed);
tellTarget ("_root.window_crack") {
play();
};
if (/:shatter_proof <= 0) {
tellTarget ("_root.window_crack") {
gotoAndStop ("smashed");
};
}
}
if (((this.hitTest(_root.window_pane) == true) and (/:broken_window == 1)) and (/:burst_ball < 4)) {
stop();
tellTarget ("_root.") {
gotoAndStop ("burst_ball");
};
}
if (this.hitTest(_root.bird_movie.bird_hit_spot) == true) {
tellTarget ("_root.bird_movie") {
gotoAndPlay ("fallen");
};
}
}
Symbol 280 MovieClip Frame 2
stop();
Instance of Symbol 271 MovieClip "ball_detector" in Symbol 280 MovieClip Frame 2
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player_movie.body_block) == true) and (/:player_speed >= 2)) and (/:block_contact == 0)) {
tellTarget ("_root.ball_movie") {
call("dunch");
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 1)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("right_foot_animation_" + /:player_speed);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 1)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("left_foot_animation_" + /:player_speed);
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.right_knee) == true) and (/:player_speed == 1)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("right_knee_animation_" + /:player_speed);
};
}
if (((this.hitTest(_root.player_movie.left_knee) == true) and (/:player_speed == 1)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("left_knee_animation_" + /:player_speed);
};
}
if (((this.hitTest(_root.player_movie.right_knee) == true) and (/:player_speed == 2)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_knee_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.left_knee) == true) and (/:player_speed == 2)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_knee_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.head_close) == true) and (/:player_speed == 1)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("head_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.head_close_left) == true) and (/:player_speed == 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_2_1");
};
}
if (((this.hitTest(_root.player_movie.head_close_right) == true) and (/:player_speed == 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_2_2");
};
}
if (((this.hitTest(_root.player_movie.head_far_left) == true) and (/:player_speed >= 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_dive_left");
};
}
if (((this.hitTest(_root.player_movie.head_far_right) == true) and (/:player_speed >= 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_dive_right");
};
}
if (((this.hitTest(_root.player_movie.special_1_left) == true) and (/:player_speed >= 2)) and (/:hit_area >= 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("summersault_left");
};
}
if (((this.hitTest(_root.player_movie.special_1_right) == true) and (/:player_speed >= 2)) and (/:hit_area >= 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("summersault_right");
};
}
if ((this.hitTest(_root.player_movie.right_foot_hotspot) == true) and (/:hit_area >= 1)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.right_foot, _x));
tellTarget ("_root.player_movie.right_foot_hotspot") {
play();
};
Set("/:boost", random(4) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.right_foot_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.left_foot_hotspot) == true) and (/:hit_area >= 1)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.left_foot, _x));
tellTarget ("_root.player_movie.left_foot_hotspot") {
play();
};
Set("/:boost", random(4) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.left_foot_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.right_knee_hotspot) == true) and (/:hit_area == 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:knee_total", /:knee_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.right_knee, _x));
tellTarget ("_root.player_movie.right_knee_hotspot") {
play();
};
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.right_knee_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.left_knee_hotspot) == true) and (/:hit_area == 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:knee_total", /:knee_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.left_knee, _x));
tellTarget ("_root.player_movie.left_knee_hotspot") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.left_knee_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.head_close_hotspot) == true) and (/:hit_area == 3)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:headers_total", /:headers_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.head_close, _x));
Set("/:head_head", /:head_head + 1);
tellTarget ("_root.player_movie.head_close_hotspot") {
play();
};
Set("/:boost", random(3) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.head_close_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.summersault_hotspot) == true) and (/:hit_area >= 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:specials_total", /:specials_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.special, _x));
Set("/:boost", random(3) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
Set("/:summersault", /:summersault + 1);
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if (this.hitTest(_root.player_movie.dive_foot_hotspot) == true) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.dive_foot_hotspot, _x));
Set("/:boost", random(5) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if (this.hitTest(_root.player_movie.dive_head_hotspot) == true) {
Set("/:total_hits", /:total_hits + 1);
Set("/:headers_total", /:headers_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.dive_head_hotspot, _x));
Set("/:boost", random(5) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if ((/:top_score < /:player_score) and (/:boost_top_score_shown == 0)) {
Set("/:boost_top_score_shown", 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop ("word_10");
};
}
if ((/:top_chain < /:chain_total) and (/:boost_top_chain_shown == 0)) {
Set("/:boost_top_chain_shown", 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop ("word_9");
};
}
if (this.hitTest(_root.branch_movie_1) == true) {
tellTarget ("_root.bunch_1") {
play();
};
leaf_fall = random(2) + 1;
leaf_number = random(2) + 1;
if (leaf_fall == 1) {
tellTarget ("_root.falling_leaf_" + leaf_number) {
play();
};
}
}
if (this.hitTest(_root.branch_movie_2) == true) {
tellTarget ("_root.bunch_2") {
play();
};
leaf_fall = random(2) + 1;
leaf_number = random(2) + 3;
if (leaf_fall == 1) {
tellTarget ("_root.falling_leaf_" + leaf_number) {
play();
};
}
}
if ((this.hitTest(_root.window_pane) == true) and (/:broken_window == 0)) {
Set("/:shatter_proof", 0);
tellTarget ("_root.window_crack") {
play();
};
if (/:shatter_proof <= 0) {
tellTarget ("_root.window_crack") {
gotoAndStop ("smashed");
};
}
}
if ((((this.hitTest(_root.window_pane) == true) and (/:broken_window == 1)) and (/:burst_ball < 4)) and (/:actual_ball == 1)) {
stop();
tellTarget ("_root.") {
gotoAndStop ("burst_ball");
};
}
if ((((this.hitTest(_root.window_pane) == true) and (/:broken_window == 1)) and (/:burst_ball < 4)) and (/:actual_ball == 3)) {
stop();
tellTarget ("_root.") {
gotoAndStop ("burst_ball");
};
}
if (this.hitTest(_root.bird_movie.bird_hit_spot) == true) {
tellTarget ("_root.bird_movie") {
gotoAndPlay ("fallen");
};
}
}
Symbol 280 MovieClip Frame 3
stop();
Instance of Symbol 271 MovieClip "ball_detector" in Symbol 280 MovieClip Frame 3
onClipEvent (enterFrame) {
if (((this.hitTest(_root.player_movie.body_block) == true) and (/:player_speed >= 2)) and (/:block_contact == 0)) {
tellTarget ("_root.ball_movie") {
call("dunch");
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 1)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("right_foot_animation_" + /:player_speed);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 1)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("left_foot_animation_" + /:player_speed);
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.right_foot) == true) and (/:player_speed == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if ((this.hitTest(_root.player_movie.left_foot) == true) and (/:player_speed == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_foot_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.right_knee) == true) and (/:player_speed == 1)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("right_knee_animation_" + /:player_speed);
};
}
if (((this.hitTest(_root.player_movie.left_knee) == true) and (/:player_speed == 1)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay("left_knee_animation_" + /:player_speed);
};
}
if (((this.hitTest(_root.player_movie.right_knee) == true) and (/:player_speed == 2)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("right_knee_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.left_knee) == true) and (/:player_speed == 2)) and (/:hit_area == 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("left_knee_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.head_close) == true) and (/:player_speed == 1)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay((("head_animation_" + /:player_speed) + "_") + /:player_dir);
};
}
if (((this.hitTest(_root.player_movie.head_close_left) == true) and (/:player_speed == 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_2_1");
};
}
if (((this.hitTest(_root.player_movie.head_close_right) == true) and (/:player_speed == 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_2_2");
};
}
if (((this.hitTest(_root.player_movie.head_far_left) == true) and (/:player_speed >= 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_dive_left");
};
}
if (((this.hitTest(_root.player_movie.head_far_right) == true) and (/:player_speed >= 2)) and (/:hit_area == 3)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("head_animation_dive_right");
};
}
if (((this.hitTest(_root.player_movie.special_1_left) == true) and (/:player_speed >= 2)) and (/:hit_area >= 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("summersault_left");
};
}
if (((this.hitTest(_root.player_movie.special_1_right) == true) and (/:player_speed >= 2)) and (/:hit_area >= 2)) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("summersault_right");
};
}
if ((this.hitTest(_root.player_movie.right_foot_hotspot) == true) and (/:hit_area >= 1)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.right_foot, _x));
tellTarget ("_root.player_movie.right_foot_hotspot") {
play();
};
Set("/:boost", random(4) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.right_foot_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.left_foot_hotspot) == true) and (/:hit_area >= 1)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.left_foot, _x));
tellTarget ("_root.player_movie.left_foot_hotspot") {
play();
};
Set("/:boost", random(4) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.left_foot_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.right_knee_hotspot) == true) and (/:hit_area == 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:knee_total", /:knee_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.right_knee, _x));
tellTarget ("_root.player_movie.right_knee_hotspot") {
play();
};
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.right_knee_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.left_knee_hotspot) == true) and (/:hit_area == 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:knee_total", /:knee_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.left_knee, _x));
tellTarget ("_root.player_movie.left_knee_hotspot") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.left_knee_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.head_close_hotspot) == true) and (/:hit_area == 3)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:headers_total", /:headers_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.head_close, _x));
Set("/:head_head", /:head_head + 1);
tellTarget ("_root.player_movie.head_close_hotspot") {
play();
};
Set("/:boost", random(3) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
tellTarget ("_root.player_movie.head_close_hotspot") {
play();
};
}
if ((this.hitTest(_root.player_movie.summersault_hotspot) == true) and (/:hit_area >= 2)) {
Set("/:total_hits", /:total_hits + 1);
Set("/:specials_total", /:specials_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.special, _x));
Set("/:boost", random(3) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
Set("/:summersault", /:summersault + 1);
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if (this.hitTest(_root.player_movie.dive_foot_hotspot) == true) {
Set("/:total_hits", /:total_hits + 1);
Set("/:foot_total", /:foot_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.dive_foot_hotspot, _x));
Set("/:boost", random(5) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if (this.hitTest(_root.player_movie.dive_head_hotspot) == true) {
Set("/:total_hits", /:total_hits + 1);
Set("/:headers_total", /:headers_total + 1);
Set("/:hit_section_x_pos", getProperty(_root.player_movie.dive_head_hotspot, _x));
Set("/:boost", random(5) + 1);
if ((/:boost == 1) and (/:player_speed == 3)) {
Set("/:boost_word", random(8) + 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop("word_" + /:boost_word);
};
}
tellTarget ("_root.chain_movie") {
play();
};
tellTarget ("_root.ball_movie") {
call("kick");
};
}
if ((/:top_score < /:player_score) and (/:boost_top_score_shown == 0)) {
Set("/:boost_top_score_shown", 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop ("word_10");
};
}
if ((/:top_chain < /:chain_total) and (/:boost_top_chain_shown == 0)) {
Set("/:boost_top_chain_shown", 1);
tellTarget ("_root.boost_movie") {
gotoAndPlay ("flashy");
};
tellTarget ("_root.boost_movie.boost_movie_word") {
gotoAndStop ("word_9");
};
}
if (this.hitTest(_root.branch_movie_1) == true) {
tellTarget ("_root.bunch_1") {
play();
};
leaf_fall = random(2) + 1;
leaf_number = random(2) + 1;
if (leaf_fall == 1) {
tellTarget ("_root.falling_leaf_" + leaf_number) {
play();
};
}
if (/:burst_ball >= 4) {
tellTarget ("_root.netted_up_movie.netting") {
play();
};
}
}
if (this.hitTest(_root.branch_movie_2) == true) {
tellTarget ("_root.bunch_2") {
play();
};
leaf_fall = random(2) + 1;
leaf_number = random(2) + 3;
if (leaf_fall == 1) {
tellTarget ("_root.falling_leaf_" + leaf_number) {
play();
};
}
if (/:burst_ball >= 4) {
tellTarget ("_root.netted_up_movie.netting") {
play();
};
}
}
if ((this.hitTest(_root.branch_movie_2) == true) and (/:burst_ball < 4)) {
stop();
tellTarget ("_root.") {
gotoAndStop ("burst_ball_2");
};
}
if (this.hitTest(_root.bird_movie.bird_hit_spot) == true) {
tellTarget ("_root.bird_movie") {
gotoAndPlay ("fallen");
};
}
}
Symbol 282 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 1
g = /:ball_floaty;
kicked = 0;
elastic = /:ball_gravity;
score = 0;
bestscore = 0;
BallRadius = Ball._height / 2;
Symbol 283 MovieClip Frame 2
elastic = /:ball_gravity;
if (/:kickup > /:kickup_high) {
Set("/:kickup_high", /:kickup);
}
t = Number(t) + 0.1;
oldx = x;
oldy = y;
x = getProperty("Ball", _x);
y = getProperty("Ball", _y);
vy = Number(vy) + Number(g / 10);
x = Number(x) + Number(vx / 10);
y = Number(y) + Number(vy / 10);
if ((Number(x) < Number(20 + BallRadius)) and (Number(y) < Number(-125 + BallRadius))) {
stop();
tellTarget ("../") {
gotoAndStop ("out");
};
}
if ((Number(x) < Number(380 - BallRadius)) and (Number(y) < Number(-125 + BallRadius))) {
stop();
tellTarget ("../") {
gotoAndStop ("out");
};
}
if (Number(y) > Number(300 - BallRadius)) {
if (Number(kicked) == 1) {
kicked = 0;
}
if (/:kickup > 1) {
Set("/:number_of_kickups", /:number_of_kickups + 1);
Set("/:number_of_single_kickups", /:number_of_single_kickups + /:kickup);
Set("/:kickup", 0);
}
Set("/:kickup", 0);
Set("/:total_volley_count", /:chain_total);
if (/:longest_chain < /:total_volley_count) {
Set("/:longest_chain", /:total_volley_count);
}
Set("/:chain_count", 0);
Set("/:chain_total", 0);
tellTarget ("_root.chain_movie") {
gotoAndStop ("chain_0");
};
y = 300 - BallRadius;
vx = vx * elastic;
vy = -(vy * elastic);
}
if (Number(x) < Number(20 + BallRadius)) {
x = 20 + BallRadius;
vx = -(vx * elastic);
vy = vy * elastic;
}
if (Number(x) > Number(380 - BallRadius)) {
x = 380 - BallRadius;
vx = -(vx * elastic);
vy = vy * elastic;
}
setProperty("Ball", _x , x);
setProperty("Ball", _y , y);
setProperty("Ball", _rotation , x);
setProperty("Ball", _xscale , 100);
setProperty("Ball", _yscale , 100);
setProperty("_root.ball_movie.football_shadow", _x , x);
setProperty("_root.ball_movie.football_shadow", _alpha , y - 200);
setProperty("_root.ball_movie.football_shadow", _xscale , y - 225);
setProperty("_root.ball_movie.football_shadow", _yscale , y - 225);
Symbol 283 MovieClip Frame 3
gotoAndPlay ("LoopStart");
Symbol 283 MovieClip Frame 4
elastic = /:ball_gravity * /:player_speed;
Set("/:kickup", /:kickup + 1);
if (/:kickup > /:kickup_high) {
Set("/:kickup_high", /:kickup);
}
kicked = 1;
t = Number(t) + 0.1;
oldx = x;
oldy = y;
x = getProperty("Ball", _x);
y = getProperty("Ball", _y);
vx = Number((getProperty("Ball", _x) - getProperty("mouse", _x)) * 2) - Number((random(3) / 10) - (0.15 * /:player_speed));
vy = Number(-50) - Number(y - getProperty("mouse", _y));
dx = getProperty("Ball", _x) - getProperty("mouse", _x);
if (Number(dx) > 0) {
vy = Number(vy) - Number(dx);
} else if (Number(dx) < 0) {
vy = vy - dx;
}
if ((Number(x) < Number(20 + BallRadius)) and (Number(y) < Number(-125 + BallRadius))) {
stop();
tellTarget ("../") {
gotoAndStop ("out");
};
}
if ((Number(x) < Number(380 - BallRadius)) and (Number(y) < Number(-125 + BallRadius))) {
stop();
tellTarget ("../") {
gotoAndStop ("out");
};
}
if (Number(y) > Number(300 - BallRadius)) {
if (/:kickup > 1) {
Set("/:number_of_kickups", /:number_of_kickups + 1);
Set("/:number_of_single_kickups", /:number_of_single_kickups + /:kickup);
Set("/:kickup", 0);
}
Set("/:kickup", 0);
Set("/:total_volley_count", (/:chain_total * 8) + /:links);
if (/:longest_chain < /:total_volley_count) {
Set("/:longest_chain", /:total_volley_count);
}
Set("/:chain_count", 0);
Set("/:chain_total", 0);
tellTarget ("_root.chain_movie") {
gotoAndStop ("chain_0");
};
y = 300 - BallRadius;
vx = vx * elastic;
vy = -(vy * elastic);
}
if (Number(x) < Number(20 + BallRadius)) {
x = 20 + BallRadius;
vx = -(vx * elastic);
vy = vy * elastic;
}
if (Number(x) > Number(380 - BallRadius)) {
x = 380 - BallRadius;
vx = -(vx * elastic);
vy = vy * elastic;
}
if (Number(x) > Number(/:hit_section_x_pos)) {
vx = -(vx * elastic);
}
if (Number(x) < Number(/:hit_section_x_pos)) {
vx = -(vx * elastic);
}
setProperty("Ball", _x , x);
setProperty("Ball", _y , y);
setProperty("Ball", _rotation , x);
setProperty("Ball", _xscale , 100);
setProperty("Ball", _yscale , 100);
gotoAndPlay ("LoopStart");
setProperty("_root.ball_movie.football_shadow", _x , x);
setProperty("_root.ball_movie.football_shadow", _alpha , y - 200);
setProperty("_root.ball_movie.football_shadow", _xscale , y - 225);
setProperty("_root.ball_movie.football_shadow", _yscale , y - 225);
Symbol 283 MovieClip Frame 5
Set("/:block_contact", 1);
if (/:kickup > /:kickup_high) {
Set("/:kickup_high", /:kickup);
}
t = Number(t) + 0.1;
oldx = x;
oldy = y;
x = getProperty("Ball", _x);
y = getProperty("Ball", _y);
vx = Number((getProperty("Ball", _x) - getProperty("mouse", _x)) * 2) - Number((random(3) / 10) - 0.15);
vy = Number(-75) - Number(y - getProperty("mouse", _y));
dx = getProperty("Ball", _x) - getProperty("mouse", _x);
if (Number(dx) > 0) {
vy = Number(vy) - Number(dx);
} else if (Number(dx) < 0) {
vy = vy - dx;
}
if ((Number(x) < Number(20 + BallRadius)) and (Number(y) < Number(-125 + BallRadius))) {
stop();
tellTarget ("../") {
gotoAndStop ("out");
};
}
if ((Number(x) < Number(380 - BallRadius)) and (Number(y) < Number(-125 + BallRadius))) {
stop();
tellTarget ("../") {
gotoAndStop ("out");
};
}
if (Number(y) > Number(300 - BallRadius)) {
if (Number(score) > Number(bestscore)) {
}
if (kickup > 1) {
Set("/:number_of_kickups", /:number_of_kickups + 1);
Set("/:number_of_single_kickups", /:number_of_single_kickups + /:kickup);
Set("/:kickup", 0);
}
Set("/:kickup", 0);
Set("/:total_volley_count", (/:chain_total * 8) + /:links);
if (/:longest_chain < /:total_volley_count) {
Set("/:longest_chain", /:total_volley_count);
}
Set("/:chain_count", 0);
Set("/:chain_total", 0);
tellTarget ("_root.chain_movie") {
gotoAndStop ("chain_0");
};
y = 300 - BallRadius;
vx = vx * elastic;
vy = -(vy * elastic);
}
if (Number(x) < Number(20 + BallRadius)) {
x = 20 + BallRadius;
vx = -(vx * elastic);
vy = vy * elastic;
}
if (Number(x) > Number(380 - BallRadius)) {
x = 380 - BallRadius;
vx = -(vx * elastic);
vy = vy * elastic;
}
if (Number(x) > Number(/:hit_section_x_pos)) {
vx = -(vx * elastic);
}
if (Number(x) < Number(/:hit_section_x_pos)) {
vx = vx * elastic;
}
setProperty("Ball", _x , x);
setProperty("Ball", _y , y);
setProperty("Ball", _rotation , x);
setProperty("Ball", _xscale , 100);
setProperty("Ball", _yscale , 100);
gotoAndPlay ("LoopStart");
Set("/:block_contact", 0);
setProperty("_root.ball_movie.football_shadow", _x , x);
setProperty("_root.ball_movie.football_shadow", _alpha , y - 200);
setProperty("_root.ball_movie.football_shadow", _xscale , y - 225);
setProperty("_root.ball_movie.football_shadow", _yscale , y - 225);
Symbol 288 MovieClip Frame 8
stop();
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 25
tellTarget ("_root.bird_leggit") {
gotoAndPlay ("leggit");
};
Symbol 290 MovieClip Frame 26
gotoAndStop ("flying");
Symbol 291 MovieClip Frame 1
Set("/:player_x_pos", getProperty(_root.player_movie, _x));
Set("/:motion_number", /:player_x_pos - _xmouse);
if ((_xmouse < /:player_x_pos) and (/:player_motion == 0)) {
tellTarget ("../player_movie") {
if (/:motion_number > 80) {
Set("/:player_speed", 3);
Set("/:distance", /:distance + 3);
gotoAndPlay ("run_left");
}
if ((/:motion_number > 35) and (/:motion_number <= 80)) {
Set("/:player_speed", 2);
Set("/:distance", /:distance + 1.5);
gotoAndPlay ("jog_left");
}
if ((/:motion_number > 10) and (/:motion_number <= 35)) {
Set("/:player_speed", 1);
Set("/:distance", /:distance + 0.5);
gotoAndPlay ("round_left");
}
if ((/:motion_number > -8) and (/:motion_number <= 10)) {
Set("/:player_speed", 1);
gotoAndPlay ("stand_left");
}
};
}
if ((_xmouse > /:player_x_pos) and (/:player_motion == 0)) {
tellTarget ("../player_movie") {
if (/:motion_number < -80) {
Set("/:player_speed", 3);
Set("/:distance", /:distance + 3);
gotoAndPlay ("run_right");
}
if ((/:motion_number < -35) and (/:motion_number >= -80)) {
Set("/:player_speed", 2);
Set("/:distance", /:distance + 1.5);
gotoAndPlay ("jog_right");
}
if ((/:motion_number < -10) and (/:motion_number >= -35)) {
Set("/:player_speed", 1);
Set("/:distance", /:distance + 0.5);
gotoAndPlay ("round_right");
}
if ((/:motion_number < 0) and (/:motion_number >= -10)) {
Set("/:player_speed", 1);
gotoAndPlay ("stand_right");
}
};
}
Symbol 291 MovieClip Frame 2
gotoAndPlay (1);
Symbol 292 MovieClip Frame 1
mouse_check_x_1 = _xmouse;
mouse_check_y_1 = _ymouse;
Symbol 292 MovieClip Frame 249
mouse_check_x_2 = _xmouse;
mouse_check_y_2 = _ymouse;
Symbol 292 MovieClip Frame 250
if ((mouse_check_x_1 == mouse_check_x_2) and (mouse_check_y_1 == mouse_check_y_2)) {
tellTarget ("_root.") {
stop();
gotoAndPlay ("ver");
};
} else {
gotoAndPlay (1);
}
Symbol 301 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 10
gotoAndPlay ("results");
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
stop();
Set("/:bw_1", 1);
Symbol 313 MovieClip Frame 3
stop();
Set("/:bw_2", 1);
Symbol 313 MovieClip Frame 4
stop();
Set("/:bw_3", 1);
Symbol 313 MovieClip Frame 5
stop();
Set("/:bw_4", 1);
Symbol 313 MovieClip Frame 6
stop();
Set("/:bw_5", 1);
Symbol 313 MovieClip Frame 7
stop();
Set("/:bw_6", 1);
Symbol 313 MovieClip Frame 8
stop();
Set("/:bw_7", 1);
Symbol 313 MovieClip Frame 9
stop();
Set("/:bw_8", 1);
Symbol 313 MovieClip Frame 10
stop();
Set("/:bw_9", 1);
Symbol 313 MovieClip Frame 11
stop();
Set("/:bw_10", 1);
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 32
stop();
gotoAndStop ("non_flashy");
Symbol 319 Button
on (rollOver) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndPlay ("main_menu");
};
}
on (rollOut) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndStop ("main_menu");
};
}
on (release) {
stop();
Set("/:footy_action", 0);
Set("/:mouse_x_pos", _xmouse);
Set("/:motion_number", 0);
Set("/:player_motion", 0);
Set("/:player_speed", 0);
Set("/:kick_x_pos", 0);
Set("/:kick_y_pos", 0);
Set("/:football_position", 0);
Set("/:footy_action", 0);
Set("/:contact_1", false);
Set("/:hit_section", 0);
Set("/:hit_section_x_pos", 0);
Set("/:block_contact", 0);
Set("/:hit_area", 0);
Set("/:kick_type", 0);
Set("/:player_dir", 0);
Set("/:ball_height", 0);
Set("/:main_menu_selection", 0);
Set("/:score", 0);
Set("/:hiscore", 1000000) /* 0x0F4240 */;
gotoAndPlay ("main_menu");
}
Symbol 320 Button
on (rollOver) {
tellTarget ("_root.out_of_bounds_movie.ret_highlight") {
gotoAndPlay ("highlight");
};
}
on (rollOut) {
tellTarget ("_root.out_of_bounds_movie.ret_highlight") {
gotoAndStop ("highlight");
};
}
on (release) {
tellTarget ("_root.player_movie") {
stop();
};
Set("/:full_motion", 0);
tellTarget ("_root.out_of_bounds_movie") {
gotoAndPlay ("play_out");
};
}
Symbol 327 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 10
gotoAndPlay ("highlight");
Symbol 328 MovieClip Frame 18
stop();
Symbol 328 MovieClip Frame 20
Set("/:full_motion", 0);
if (getProperty(_root.player_movie, _x) > 350) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("jog_left");
};
}
if (getProperty(_root.player_movie, _x) <= 350) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("jog_right");
};
}
Symbol 328 MovieClip Frame 24
stop();
tellTarget ("../") {
gotoAndStop ("in");
};
Symbol 329 Button
on (rollOver) {
tellTarget ("_root.burst_ball_options_movie.fix_highlight") {
gotoAndPlay ("highlight");
};
}
on (rollOut) {
tellTarget ("_root.burst_ball_options_movie.fix_highlight") {
gotoAndStop ("highlight");
};
}
on (release) {
tellTarget ("_root.player_movie") {
stop();
};
Set("/:full_motion", 0);
tellTarget ("_root.burst_ball_options_movie") {
gotoAndPlay ("play_out");
};
}
Symbol 333 MovieClip Frame 1
stop();
gotoAndStop("ball_" + /:ball_selected);
Symbol 333 MovieClip Frame 2
stop();
Symbol 333 MovieClip Frame 3
stop();
Symbol 336 MovieClip Frame 37
tellTarget ("_root.burst_ball_options_movie") {
gotoAndPlay (2);
};
Symbol 336 MovieClip Frame 46
stop();
Symbol 340 MovieClip Frame 1
stop();
Symbol 340 MovieClip Frame 10
gotoAndPlay ("highlight");
Symbol 341 MovieClip Frame 1
stop();
Symbol 341 MovieClip Frame 18
stop();
Set("/:burst_ball", /:burst_ball + 1);
Symbol 341 MovieClip Frame 19
if ((/:burst_ball >= 4) and (/:actual_ball < 3)) {
tellTarget ("_root.boarded_up_movie") {
gotoAndStop ("boarded");
};
}
if ((/:burst_ball >= 4) and (/:actual_ball == 3)) {
tellTarget ("_root.netted_up_movie") {
gotoAndStop ("netted");
};
}
Symbol 341 MovieClip Frame 20
Set("/:full_motion", 0);
if (getProperty(_root.player_movie, _x) > 350) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("jog_left");
};
}
if (getProperty(_root.player_movie, _x) <= 350) {
tellTarget ("_root.player_movie") {
gotoAndPlay ("jog_right");
};
}
Symbol 341 MovieClip Frame 24
stop();
tellTarget ("../") {
gotoAndStop ("in");
};
Symbol 342 MovieClip Frame 37
tellTarget ("_root.burst_ball_options_movie") {
gotoAndPlay (2);
};
Symbol 342 MovieClip Frame 46
stop();
Symbol 345 Button
on (rollOver) {
tellTarget ("_root.stats_movie.continue_highlight") {
gotoAndPlay ("highlight");
};
}
on (rollOut) {
tellTarget ("_root.stats_movie.continue_highlight") {
gotoAndStop ("no_highlight");
};
}
on (release) {
gotoAndPlay ("results_out");
}
Symbol 367 MovieClip Frame 1
stop();
Symbol 367 MovieClip Frame 12
gotoAndPlay (2);
Symbol 369 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 12
gotoAndPlay (2);
Symbol 381 MovieClip Frame 1
stop();
if (/:bw_1 == 1) {
Set("/:skill_comment_points", /:skill_comment_points + 1);
gotoAndStop (2);
}
Symbol 381 MovieClip Frame 2
stop();
Symbol 383 MovieClip Frame 1
stop();
if (/:bw_2 == 1) {
Set("/:skill_comment_points", /:skill_comment_points + 1);
gotoAndStop (2);
}
Symbol 383 MovieClip Frame 2
stop();
Symbol 385 MovieClip Frame 1
stop();
if (/:bw_3 == 1) {
Set("/:skill_comment_points", /:skill_comment_points + 1);
gotoAndStop (2);
}
Symbol 385 MovieClip Frame 2
stop();
Symbol 387 MovieClip Frame 1
stop();
if (/:bw_4 == 1) {
Set("/:skill_comment_points", /:skill_comment_points + 1);
gotoAndStop (2);
}
Symbol 387 MovieClip Frame 2
stop();
Symbol 389 MovieClip Frame 1
stop();
if (/:bw_5 == 1) {
Set("/:skill_comment_points", /:skill_comment_points + 1);
gotoAndStop (2);
}
Symbol 389 MovieClip Frame 2
stop();
Symbol 391 MovieClip Frame 1
stop();
if (/:bw_6 == 1) {
Set("/:skill_comment_points", /:skill_comment_points + 1);
gotoAndStop (2);
}
Symbol 391 MovieClip Frame 2
stop();
Symbol 393 MovieClip Frame 1
stop();
if (/:bw_7 == 1) {
Set("/:skill_comment_points", /:skill_comment_points + 1);
gotoAndStop (2);
}
Symbol 393 MovieClip Frame 2
stop();
Symbol 395 MovieClip Frame 1
stop();
if (/:bw_8 == 1) {
Set("/:skill_comment_points", /:skill_comment_points + 1);
gotoAndStop (2);
}
Symbol 395 MovieClip Frame 2
stop();
Symbol 406 MovieClip Frame 1
stop();
if (/:bonus_item_1 == 1) {
Set("/:bonus_item_score", /:bonus_item_score + 1);
gotoAndStop ("not_dull");
}
Symbol 406 MovieClip Frame 2
stop();
Symbol 407 MovieClip Frame 1
stop();
if (/:bonus_item_2 == 1) {
Set("/:bonus_item_score", /:bonus_item_score + 1);
gotoAndStop ("not_dull");
}
Symbol 407 MovieClip Frame 2
stop();
Symbol 409 MovieClip Frame 1
stop();
if (/:bonus_item_3 == 1) {
Set("/:bonus_item_score", /:bonus_item_score + 1);
gotoAndStop ("not_dull");
}
Symbol 409 MovieClip Frame 2
stop();
Symbol 411 MovieClip Frame 1
stop();
if (/:bonus_item_4 == 1) {
Set("/:bonus_item_score", /:bonus_item_score + 1);
gotoAndStop ("not_dull");
}
Symbol 411 MovieClip Frame 2
stop();
Symbol 413 MovieClip Frame 1
stop();
if (/:bonus_item_5 == 1) {
Set("/:bonus_item_score", /:bonus_item_score + 1);
gotoAndStop ("not_dull");
}
Symbol 413 MovieClip Frame 2
stop();
Symbol 416 MovieClip Frame 1
stop();
Symbol 416 MovieClip Frame 12
gotoAndPlay ("highlight");
Symbol 417 MovieClip Frame 24
Set("/:kickup_percentage", Math.round((/:number_of_single_kickups / /:total_hits) * 100));
Set("/:foot_total_percentage", Math.round((/:foot_total / /:total_hits) * 100));
Set("/:knee_total_percentage", Math.round((/:knee_total / /:total_hits) * 100));
Set("/:headers_total_percentage", Math.round((/:headers_total / /:total_hits) * 100));
Set("/:specials_total_percentage", Math.round((/:specials_total / /:total_hits) * 100));
if (((/:foot_total > /:knee_total) and (/:foot_total > /:headers_total)) and (/:foot_total > /:specials_total)) {
Set("/:rating", "Fancy Footwork Specialist");
}
if (((/:knee_total > /:foot_total) and (/:knee_total > /:headers_total)) and (/:knee_total > /:specials_total)) {
Set("/:rating", "Close Control Freak!");
}
if (((/:headers_total > /:foot_total) and (/:headers_total > /:knee_total)) and (/:headers_total > /:specials_total)) {
Set("/:rating", "High Brow Headhunter");
}
if (((/:specials_total > /:foot_total) and (/:specials_total > /:knee_total)) and (/:specials_total > /:headers_total)) {
Set("/:rating", "Just A Great Big Showoff!!");
}
Set("/:distance_new", math.round(/:distance));
Set("/:distance_travelled", /:distance_new / 500);
Set("/:game_percentage", Math.round((((/:bonus_item_score + /:skill_comment_points) + 1) / 14) * 100));
Set("/:game_score", ((/:bonus_item_score * 1000) + (/:skill_comment_points * 1000)) + (/:kickup_high * 10));
Symbol 417 MovieClip Frame 25
if (/:game_percentage >= 100) {
tellTarget ("_root.stats_movie.ggggggg.game_score_movie") {
play();
};
tellTarget ("_root.stats_movie.ggggggg.hhhhhhh") {
play();
};
}
Symbol 417 MovieClip Frame 39
stop();
Symbol 424 Button
on (rollOver) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndPlay ("main_menu");
};
}
on (rollOut) {
tellTarget ("_root.mm_highlight_movie") {
gotoAndStop ("main_menu");
};
}
on (release) {
play();
}