Frame 3
ifFrameLoaded (6) {
gotoAndStop (5);
}
Frame 4
gotoAndPlay (2);
Frame 5
stop();
stopAllSounds();
Frame 9
ifFrameLoaded (11) {
gotoAndStop (11);
}
Frame 10
gotoAndPlay (8);
Frame 11
stop();
Frame 12
Set("/:time_sec", "00");
Set("/millisec:time_mil", "00");
n = "0";
while (n < "25") {
Set("/:ob" add n, "0");
n = n + "1";
}
setProperty("/timer/ball", _x , "-5");
tellTarget ("/car/cars") {
gotoAndStop(/:car);
};
if (car eq "buggy") {
tellTarget ("/car/cars/sound_buggy") {
nextFrame();
};
}
if (car eq "hotrod") {
tellTarget ("/car/cars/sound_hotrod") {
nextFrame();
};
}
if (car eq "hummer") {
tellTarget ("/car/cars/sound_hummer") {
nextFrame();
};
}
if (car eq "hovercraft") {
tellTarget ("/car/cars/sound_hovercraft") {
nextFrame();
};
}
stop();
Frame 13
vel_x = "20";
vel_y = "-14";
if (car ne "hovercraft") {
startDrag ("/car", true);
} else {
tellTarget ("/hc_control") {
nextFrame();
};
}
acc = "1";
if (acc eq "1") {
tellTarget ("/vel_start") {
gotoAndPlay ("start");
};
}
if (car eq "buggy") {
var_damage = "1";
max_vel = "40";
acc_var = "500";
slow_var = "1";
}
if (car eq "hotrod") {
var_damage = "1.25";
max_vel = "44";
acc_var = "300";
slow_var = "1.4";
}
if (car eq "hummer") {
var_damage = ".5";
max_vel = "38";
acc_var = "800";
slow_var = ".8";
tellTarget ("/car/cars/sound_hummer") {
nextFrame();
};
}
if (car eq "hovercraft") {
var_damage = ".5";
max_vel = "42";
acc_var = "800";
slow_var = ".5";
}
_highquality = "0";
Frame 14
line1a_x = getProperty("/line1a", _x);
line1a_y = getProperty("/line1a", _y);
line1b_x = getProperty("/line1b", _x);
line1b_y = getProperty("/line1b", _y);
line2a_x = getProperty("/line2a", _x);
line2a_y = getProperty("/line2a", _y);
line2b_x = getProperty("/line2b", _x);
line2b_y = getProperty("/line2b", _y);
if ("880" < getProperty("/line1a", _x)) {
setProperty("/line1a", _x , getProperty("/line1b", _x) - "655.4");
setProperty("/line1a", _y , getProperty("/line1b", _y) + "458.9");
} else if ("880" < getProperty("/line1b", _x)) {
setProperty("/line1b", _x , getProperty("/line1a", _x) - "655.4");
setProperty("/line1b", _y , getProperty("/line1a", _y) + "458.9");
} else if ("880" < getProperty("/line2a", _x)) {
setProperty("/line2a", _x , getProperty("/line2b", _x) - "655.4");
setProperty("/line2a", _y , getProperty("/line2b", _y) + "458.9");
} else if ("880" < getProperty("/line2b", _x)) {
setProperty("/line2b", _x , getProperty("/line2a", _x) - "655.4");
setProperty("/line2b", _y , getProperty("/line2a", _y) + "458.9");
} else {
setProperty("/line1a", _x , line1a_x + vel_x);
setProperty("/line1a", _y , line1a_y + vel_y);
setProperty("/line1b", _x , line1b_x + vel_x);
setProperty("/line1b", _y , line1b_y + vel_y);
setProperty("/line2a", _x , line2a_x + vel_x);
setProperty("/line2a", _y , line2a_y + vel_y);
setProperty("/line2b", _x , line2b_x + vel_x);
setProperty("/line2b", _y , line2b_y + vel_y);
}
if (acc eq "1") {
tellTarget ("/vel_start") {
gotoAndPlay ("start");
};
}
if ("99" < getProperty("/damage", _currentframe)) {
gotoAndStop (44);
}
play();
Frame 15
play();
gotoAndPlay (14);
Frame 16
if (/:vel_x == "6") {
Set("/:vel_y", "-4.2");
}
if (/:vel_x == "7") {
Set("/:vel_y", "-4.9");
}
if (/:vel_x == "8") {
Set("/:vel_y", "-5.6");
}
if (/:vel_x == "9") {
Set("/:vel_y", "-6.3");
}
if (/:vel_x == "10") {
Set("/:vel_y", "-7");
}
if (/:vel_x == "11") {
Set("/:vel_y", "-7.7");
}
if (/:vel_x == "12") {
Set("/:vel_y", "-8.4");
}
if (/:vel_x == "13") {
Set("/:vel_y", "-9.1");
}
if (/:vel_x == "14") {
Set("/:vel_y", "-9.8");
}
if (/:vel_x == "15") {
Set("/:vel_y", "-10.5");
}
if (/:vel_x == "16") {
Set("/:vel_y", "-11.2");
}
if (/:vel_x == "17") {
Set("/:vel_y", "-11.9");
}
if (/:vel_x == "18") {
Set("/:vel_y", "-12.6");
}
if (/:vel_x == "19") {
Set("/:vel_y", "-13.3");
}
if (/:vel_x == "20") {
Set("/:vel_y", "-14");
}
if (/:vel_x == "21") {
Set("/:vel_y", "-14.7");
}
if (/:vel_x == "22") {
Set("/:vel_y", "-15.4");
}
if (/:vel_x == "23") {
Set("/:vel_y", "-16.1");
}
if (/:vel_x == "24") {
Set("/:vel_y", "-16.8");
}
if (/:vel_x == "25") {
Set("/:vel_y", "-17.5");
}
if (/:vel_x == "26") {
Set("/:vel_y", "-18.2");
}
if (/:vel_x == "27") {
Set("/:vel_y", "-18.9");
}
if (/:vel_x == "28") {
Set("/:vel_y", "-19.6");
}
if (/:vel_x == "29") {
Set("/:vel_y", "-20.3");
}
if (/:vel_x == "30") {
Set("/:vel_y", "-21");
}
if (/:vel_x == "31") {
Set("/:vel_y", "-21.7");
}
if (/:vel_x == "32") {
Set("/:vel_y", "-22.4");
}
if (/:vel_x == "33") {
Set("/:vel_y", "-23.1");
}
if (/:vel_x == "34") {
Set("/:vel_y", "-23.8");
}
if (/:vel_x == "35") {
Set("/:vel_y", "-24.5");
}
if (/:vel_x == "36") {
Set("/:vel_y", "-25.2");
}
if (/:vel_x == "37") {
Set("/:vel_y", "-25.9");
}
if (/:vel_x == "38") {
Set("/:vel_y", "-26.6");
}
if (/:vel_x == "39") {
Set("/:vel_y", "-27.3");
}
if (/:vel_x == "40") {
Set("/:vel_y", "-28");
}
if (/:vel_x == "41") {
Set("/:vel_y", "-28.7");
}
if (/:vel_x == "42") {
Set("/:vel_y", "-29.4");
}
if (/:vel_x == "43") {
Set("/:vel_y", "-30.1");
}
if (/:vel_x == "44") {
Set("/:vel_y", "-30.8");
}
if (/:vel_x == "45") {
Set("/:vel_y", "-31.5");
}
if (/:vel_x == "46") {
Set("/:vel_y", "-32.2");
}
if (/:vel_x == "47") {
Set("/:vel_y", "-32.9");
}
if (/:vel_x == "48") {
Set("/:vel_y", "-33.6");
}
if (/:vel_x == "49") {
Set("/:vel_y", "-34.31");
}
if (/:vel_x == "50") {
Set("/:vel_y", "-35");
}
Frame 17
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + ("8" * /:var_damage)));
};
if ("6" < int(/:vel_x - ("6" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("6" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
if (/:car ne "hovercraft") {
tellTarget ("_level0/car") {
gotoAndPlay ("hit_small");
};
} else {
tellTarget ("_level0/car") {
gotoAndPlay ("hit_hc_small");
};
}
Set("/:acc", "1");
Frame 19
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + ("12" * /:var_damage)));
};
if ("6" < (/:vel_x - ("8" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("8" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
if (/:car ne "hovercraft") {
tellTarget ("_level0/car") {
gotoAndPlay ("hit_mid");
};
} else {
tellTarget ("_level0/car") {
gotoAndPlay ("hit_hc_mid");
};
}
Set("/:acc", "1");
Frame 21
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + ("20" * /:var_damage)));
};
if ("6" < (/:vel_x - ("16" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("16" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
if (/:car ne "hovercraft") {
tellTarget ("_level0/car") {
gotoAndPlay ("hit_big");
};
} else {
tellTarget ("_level0/car") {
gotoAndPlay ("hit_hc_big");
};
}
Set("/:acc", "1");
Frame 23
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + ("30" * /:var_damage)));
};
if ("6" < (/:vel_x - ("20" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("20" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
tellTarget ("_level0/car") {
gotoAndPlay ("hit_big");
};
Set("/:acc", "1");
Frame 25
if (/:car eq "hovercraft") {
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + "30"));
};
if ("6" < int(/:vel_x - "30")) {
Set("/:vel_x", int(/:vel_x - "30"));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
tellTarget ("_level0/car") {
gotoAndStop ("hit_big");
};
Set("/:acc", "1");
}
Frame 27
if (/:car ne "hovercraft") {
if ("6" < (/:vel_x - ("12" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("12" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
Set("/:acc", "1");
}
Frame 29
if (/:car ne "hovercraft") {
if ("6" < (/:vel_x - ("6" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("6" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
Set("/:acc", "1");
}
Frame 31
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + ("30" * /:var_damage)));
};
if ("6" < int(/:vel_x - ("25" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("25" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
tellTarget ("_level0/car") {
gotoAndStop ("hit_big");
};
Set("/:acc", "1");
Frame 33
if (/:car eq "hovercraft") {
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + "20"));
};
if ("6" < int(/:vel_x - "20")) {
Set("/:vel_x", int(/:vel_x - "20"));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
tellTarget ("_level0/car") {
gotoAndStop ("hit_big");
};
Set("/:acc", "1");
}
Frame 34
stopAllSounds();
stop();
_highquality = "1";
final_score = (/:time_sec add ":") add /:time_mil;
tellTarget ("/score_submit") {
user_name = /:user_name;
final_score = /:final_score;
car = /:car;
tellTarget ("/win_car") {
gotoAndStop(/:car);
};
nextFrame();
}
Frame 44
_highquality = "1";
stopAllSounds();
nextFrame();
Frame 45
stop();
if (/:car ne "hovercraft") {
tellTarget ("/dead/dead_wheel") {
gotoAndPlay (2);
};
}
Symbol 10 MovieClip Frame 1
play();
a = "1.3";
b = "1.6";
Set("hc:x_value", getProperty("hc/", _x));
Set("hc:y_value", getProperty("hc/", _y));
Set("hc:vx", "0");
Set("hc:vy", "0");
startDrag ("control", true);
Symbol 10 MovieClip Frame 2
Set("hc:vx", ((((hc:vx + control:x_value) - hc:x_value) * "1") / a) / b);
Set("hc:vy", ((((hc:vy + control:y_value) - hc:y_value) * "1") / a) / b);
Set("hc:x_value", hc:x_value + hc:vx);
Set("hc:y_value", hc:y_value + hc:vy);
Set("control:x_value", getProperty("control/", _x));
Set("control:y_value", getProperty("control/", _y));
oldX = getProperty("hc/", _x);
newX = getProperty("control/", _x);
rot = (newX - oldX) / "1.5";
if ("60" < rot) {
rot = "60";
}
if (rot < (-"60")) {
rot = -"60";
}
setProperty("hc", _x , hc:x_value);
setProperty("hc", _y , hc:y_value);
setProperty("hc", _rotation , rot);
Symbol 10 MovieClip Frame 3
gotoAndPlay (2);
Symbol 52 Button
on (release) {
gotoAndPlay (7);
}
Symbol 56 Button
on (release) {
loadMovieNum ("http://betelgeuse.pmg.net/pmgracing/pmgracing_scoreboard.swf", 1);
}
Symbol 61 Button
on (release) {
gotoAndStop (6);
}
Symbol 104 Button
on (release) {
gotoAndStop (5);
}
Symbol 112 Button
on (press) {
play();
}
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 15
gotoAndStop (1);
Symbol 117 Button
on (rollOver) {
play();
}
Symbol 122 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 1
stopDrag();
stop();
Symbol 123 MovieClip Frame 2
startDrag ("drag", true, "-154", "-114", "154", "114");
Symbol 123 MovieClip Frame 3
drag_x = getProperty("drag", _x);
drag_y = getProperty("drag", _y);
if ((((drag_x < (-"140")) or ("143.4" < drag_x)) or (drag_y < (-"100"))) or ("104" < drag_y)) {
setProperty("line_vert", _x , "0");
setProperty("line_horz", _y , "0");
setProperty("drag", _x , "0");
setProperty("drag", _y , "0");
gotoAndStop (1);
} else {
setProperty("line_vert", _x , drag_x);
setProperty("line_horz", _y , drag_y);
}
Symbol 123 MovieClip Frame 4
gotoAndPlay (3);
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
stop();
Symbol 127 MovieClip Frame 3
stop();
Symbol 127 MovieClip Frame 4
stop();
Symbol 127 MovieClip Frame 5
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 16
gotoAndPlay (11);
Symbol 151 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
tellTarget ("stat_sound") {
gotoAndPlay (2);
}
Symbol 159 MovieClip Frame 4
if (number < _currentframe) {
stop();
tellTarget ("stat_sound") {
gotoAndStop ("stop");
};
} else {
play();
}
Symbol 159 MovieClip Frame 5
if (number < _currentframe) {
stop();
tellTarget ("stat_sound") {
gotoAndStop ("stop");
};
} else {
play();
}
Symbol 159 MovieClip Frame 6
if (number < _currentframe) {
stop();
tellTarget ("stat_sound") {
gotoAndStop ("stop");
};
} else {
play();
}
Symbol 159 MovieClip Frame 7
if (number < _currentframe) {
stop();
tellTarget ("stat_sound") {
gotoAndStop ("stop");
};
} else {
play();
}
Symbol 159 MovieClip Frame 8
if (number < _currentframe) {
stop();
tellTarget ("stat_sound") {
gotoAndStop ("stop");
};
} else {
play();
}
Symbol 159 MovieClip Frame 9
if (number < _currentframe) {
stop();
tellTarget ("stat_sound") {
gotoAndStop ("stop");
};
} else {
play();
}
Symbol 159 MovieClip Frame 10
if (number < _currentframe) {
stop();
tellTarget ("stat_sound") {
gotoAndStop ("stop");
};
} else {
play();
}
Symbol 159 MovieClip Frame 11
if (number < _currentframe) {
stop();
} else {
play();
}
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
tellTarget ("/stats") {
text = "Top Speed";
number = "6";
gotoAndPlay (2);
}
Symbol 160 MovieClip Frame 3
newtime = getTimer() + "1500";
Symbol 160 MovieClip Frame 5
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (4);
}
Symbol 160 MovieClip Frame 6
tellTarget ("/stats") {
text = "Acceleration";
number = "7";
gotoAndPlay (2);
}
Symbol 160 MovieClip Frame 7
newtime = getTimer() + "1500";
Symbol 160 MovieClip Frame 9
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (8);
}
Symbol 160 MovieClip Frame 10
tellTarget ("/stats") {
text = "Durability";
number = "8";
gotoAndPlay (2);
}
Symbol 160 MovieClip Frame 11
newtime = getTimer() + "1500";
Symbol 160 MovieClip Frame 13
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (12);
}
Symbol 160 MovieClip Frame 14
tellTarget ("/stats") {
text = "Deceleration";
number = "7";
gotoAndPlay (2);
}
Symbol 160 MovieClip Frame 15
newtime = getTimer() + "1500";
Symbol 160 MovieClip Frame 17
if (newtime < getTimer()) {
gotoAndPlay (2);
} else {
gotoAndPlay (16);
}
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 2
tellTarget ("/stats") {
text = "Top Speed";
number = "10";
gotoAndPlay (2);
}
Symbol 161 MovieClip Frame 3
newtime = getTimer() + "1500";
Symbol 161 MovieClip Frame 5
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (4);
}
Symbol 161 MovieClip Frame 6
tellTarget ("/stats") {
text = "Acceleration";
number = "9";
gotoAndPlay (2);
}
Symbol 161 MovieClip Frame 7
newtime = getTimer() + "1500";
Symbol 161 MovieClip Frame 9
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (8);
}
Symbol 161 MovieClip Frame 10
tellTarget ("/stats") {
text = "Durability";
number = "3";
gotoAndPlay (2);
}
Symbol 161 MovieClip Frame 11
newtime = getTimer() + "1500";
Symbol 161 MovieClip Frame 13
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (12);
}
Symbol 161 MovieClip Frame 14
tellTarget ("/stats") {
text = "Deceleration";
number = "4";
gotoAndPlay (2);
}
Symbol 161 MovieClip Frame 15
newtime = getTimer() + "1500";
Symbol 161 MovieClip Frame 17
if (newtime < getTimer()) {
gotoAndPlay (2);
} else {
gotoAndPlay (16);
}
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
tellTarget ("/stats") {
text = "Top Speed";
number = "4";
gotoAndPlay (2);
}
Symbol 162 MovieClip Frame 3
newtime = getTimer() + "1500";
Symbol 162 MovieClip Frame 5
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (4);
}
Symbol 162 MovieClip Frame 6
tellTarget ("/stats") {
text = "Acceleration";
number = "5";
gotoAndPlay (2);
}
Symbol 162 MovieClip Frame 7
newtime = getTimer() + "1500";
Symbol 162 MovieClip Frame 9
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (8);
}
Symbol 162 MovieClip Frame 10
tellTarget ("/stats") {
text = "Durability";
number = "10";
gotoAndPlay (2);
}
Symbol 162 MovieClip Frame 11
newtime = getTimer() + "1500";
Symbol 162 MovieClip Frame 13
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (12);
}
Symbol 162 MovieClip Frame 14
tellTarget ("/stats") {
text = "Deceleration";
number = "9";
gotoAndPlay (2);
}
Symbol 162 MovieClip Frame 15
newtime = getTimer() + "1500";
Symbol 162 MovieClip Frame 17
if (newtime < getTimer()) {
gotoAndPlay (2);
} else {
gotoAndPlay (16);
}
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 2
tellTarget ("/stats") {
text = "Top Speed";
number = "8";
gotoAndPlay (2);
}
Symbol 163 MovieClip Frame 3
newtime = getTimer() + "1500";
Symbol 163 MovieClip Frame 5
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (4);
}
Symbol 163 MovieClip Frame 6
tellTarget ("/stats") {
text = "Acceleration";
number = "6";
gotoAndPlay (2);
}
Symbol 163 MovieClip Frame 7
newtime = getTimer() + "1500";
Symbol 163 MovieClip Frame 9
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (8);
}
Symbol 163 MovieClip Frame 10
tellTarget ("/stats") {
text = "Durability";
number = "6";
gotoAndPlay (2);
}
Symbol 163 MovieClip Frame 11
newtime = getTimer() + "1500";
Symbol 163 MovieClip Frame 13
if (newtime < getTimer()) {
play();
} else {
gotoAndPlay (12);
}
Symbol 163 MovieClip Frame 14
tellTarget ("/stats") {
text = "Deceleration";
number = "8";
gotoAndPlay (2);
}
Symbol 163 MovieClip Frame 15
newtime = getTimer() + "1500";
Symbol 163 MovieClip Frame 17
if (newtime < getTimer()) {
gotoAndPlay (2);
} else {
gotoAndPlay (16);
}
Symbol 168 Button
on (press) {
tellTarget ("/quarterview") {
gotoAndStop (2);
tellTarget ("/solidwire") {
gotoAndPlay ("buggy side");
tellTarget ("/meter") {
gotoAndPlay (2);
};
tellTarget ("/stats_hotrod") {
gotoAndStop (1);
tellTarget ("/stats_hummer") {
gotoAndStop (1);
tellTarget ("/stats_hovercraft") {
gotoAndStop (1);
tellTarget ("/stats_buggy") {
play();
};
car = "buggy";
}
}
}
}
}
}
Symbol 172 Button
on (press) {
tellTarget ("/quarterview") {
gotoAndStop (3);
tellTarget ("/solidwire") {
gotoAndPlay ("hotrod side");
tellTarget ("/meter") {
gotoAndPlay (2);
};
tellTarget ("/stats_hotrod") {
play();
tellTarget ("/stats_hummer") {
gotoAndStop (1);
tellTarget ("/stats_hovercraft") {
gotoAndStop (1);
tellTarget ("/stats_buggy") {
gotoAndStop (1);
};
car = "hotrod";
}
}
}
}
}
}
Symbol 176 Button
on (press) {
tellTarget ("/quarterview") {
gotoAndStop (4);
tellTarget ("/solidwire") {
gotoAndPlay ("hummer side");
tellTarget ("/meter") {
gotoAndPlay (2);
};
tellTarget ("/stats_hotrod") {
gotoAndStop (1);
tellTarget ("/stats_hummer") {
play();
tellTarget ("/stats_hovercraft") {
gotoAndStop (1);
tellTarget ("/stats_buggy") {
gotoAndStop (1);
};
car = "hummer";
}
}
}
}
}
}
Symbol 180 Button
on (press) {
tellTarget ("/quarterview") {
gotoAndStop (5);
tellTarget ("/solidwire") {
gotoAndPlay ("hovercraft side");
tellTarget ("/meter") {
gotoAndPlay (2);
};
tellTarget ("/stats_hotrod") {
gotoAndStop (1);
tellTarget ("/stats_hummer") {
gotoAndStop (1);
tellTarget ("/stats_hovercraft") {
play();
tellTarget ("/stats_buggy") {
gotoAndStop (1);
};
car = "hovercraft";
}
}
}
}
}
}
Symbol 198 Button
on (release) {
if ((car ne "") and (user_name ne "")) {
gotoAndStop (12);
} else {
tellTarget ("/quarterview") {
gotoAndStop (1);
};
tellTarget ("/stats_hotrod") {
gotoAndStop (1);
tellTarget ("/stats_hummer") {
gotoAndStop (1);
tellTarget ("/stats_hovercraft") {
gotoAndStop (1);
tellTarget ("/stats_buggy") {
gotoAndStop (1);
};
}
}
}
}
}
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 56
stop();
Symbol 233 MovieClip Frame 114
stop();
Symbol 233 MovieClip Frame 174
stop();
Symbol 233 MovieClip Frame 234
stop();
Symbol 236 Button
on (press) {
clipx = getProperty("/clip", _x);
clipy = getProperty("/clip", _y);
ballx = getProperty("/ball", _x);
bally = getProperty("/ball", _y);
motionx = (clipx - ballx) / a;
motiony = (clipy - bally) / a;
n = "1";
while (n < "10") {
setProperty("../ball", _x , clipx - motionx);
setProperty("../ball", _y , clipy - motiony);
n = n + "1";
}
}
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
play();
a = "1.3";
b = "1.6";
k = "5";
Set("/car:x_value", getProperty("/car", _x));
Set("/car:y_value", getProperty("/car", _y));
Set("/car:vx", "0");
Set("/car:vy", "0");
startDrag ("/hc_control", true);
Symbol 237 MovieClip Frame 3
Set("/car:vx", (((((/car:vx + /hc_control:x_value) + k) - /car:x_value) * "1") / a) / b);
Set("/car:vy", ((((/car:vy + /hc_control:y_value) - /car:y_value) * "1") / a) / b);
Set("/car:x_value", /car:x_value + /car:vx);
Set("/car:y_value", /car:y_value + /car:vy);
Set("/hc_control:x_value", getProperty("/hc_control", _x));
Set("/hc_control:y_value", getProperty("/hc_control", _y));
setProperty("/car", _x , /car:x_value);
setProperty("/car", _y , /car:y_value);
Symbol 237 MovieClip Frame 4
gotoAndPlay (3);
Symbol 240 Button
on (press) {
stopDrag();
tellTarget ("/obstacle trigger") {
stop();
tellTarget ("/millisec") {
stop();
tellTarget ("/timer") {
stop();
tellTarget ("/start_lights") {
stop();
};
x = "0";
while (x < "25") {
if (eval ("/:ob" add x) eq "1") {
tellTarget ("/ob" add x) {
stop();
};
}
x = x + "1";
}
stop();
}
}
}
}
on (release) {
if (car ne "hovercraft") {
startDrag ("/car", true);
} else {
startDrag ("/hc_control", true);
}
tellTarget ("/obstacle trigger") {
play();
};
if (/:started eq "1") {
tellTarget ("/millisec") {
play();
tellTarget ("/timer") {
play();
};
play();
}
} else {
tellTarget ("/start_lights") {
play();
};
}
while (z < "25") {
if (("/:ob" add z) eq "1") {
tellTarget ("/ob" add z) {
play();
};
}
z = z + "1";
}
}
Symbol 246 Button
on (rollOver) {
call("_level0/:action_hit_mid");
}
Symbol 247 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 247 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "100";
_y = "440";
} else {
gotoAndPlay (2);
}
Symbol 249 Button
on (rollOver, dragOver) {
call("_level0/:action_hit_small");
}
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 252 MovieClip Frame 3
if ("550" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-45";
_y = "415";
} else {
gotoAndPlay (2);
}
Symbol 254 Button
on (rollOver, dragOver) {
call("_level0/:action_hit_mid");
}
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 256 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-115";
_y = "445";
} else {
gotoAndPlay (2);
}
Symbol 259 Button
on (rollOver, dragOver) {
call("_level0/:action_puddle_small");
}
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 261 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-135";
_y = "370";
} else {
gotoAndPlay (2);
}
Symbol 263 Button
on (rollOver) {
call("_level0/:action_hit_log");
}
Symbol 265 MovieClip Frame 1
stop();
Symbol 265 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 265 MovieClip Frame 3
if ("320" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-100";
_y = "340";
} else {
gotoAndPlay (2);
}
Symbol 267 Button
on (rollOver, dragOver) {
call("_level0/:action_hit_big");
}
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 269 MovieClip Frame 3
if ("570" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "36";
_y = "505";
} else {
gotoAndPlay (2);
}
Symbol 271 Button
on (rollOver, dragOver) {
call("_level0/:action_puddle_big");
}
Symbol 273 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 273 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "85";
_y = "485";
} else {
gotoAndPlay (2);
}
Symbol 275 Button
on (rollOver, dragOver) {
call("_level0/:action_hit_big");
}
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 277 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-164";
_y = "385";
} else {
gotoAndPlay (2);
}
Symbol 278 Button
on (rollOver) {
call("_level0/:action_hit_log");
}
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 279 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "50";
_y = "460";
} else {
gotoAndPlay (2);
}
Symbol 281 Button
on (rollOver, dragOver) {
call("_level0/:action_hit_mid");
}
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 283 MovieClip Frame 3
if ("370" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-73";
_y = "308";
} else {
gotoAndPlay (2);
}
Symbol 294 MovieClip Frame 3
drop = getProperty("_level0/car/", _droptarget);
if (drop eq "/ob1/hit") {
call("_level0/:action_hit_mid");
}
gotoAndPlay (2);
Symbol 298 MovieClip Frame 1
stop();
Symbol 298 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 298 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
} else {
gotoAndPlay (2);
}
Symbol 301 Button
on (rollOver, rollOut, dragOut, dragOver) {
tellTarget ("_level0/millisec") {
gotoAndStop (1);
tellTarget ("_level0") {
gotoAndStop ("you_win");
}
}
}
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 302 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
} else {
gotoAndPlay (2);
}
Symbol 307 MovieClip Frame 2
stop();
Symbol 307 MovieClip Frame 3
play();
Symbol 307 MovieClip Frame 4
stop();
Symbol 311 MovieClip Frame 2
stop();
Symbol 311 MovieClip Frame 3
play();
Symbol 311 MovieClip Frame 4
stop();
Symbol 315 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 2
stop();
Symbol 315 MovieClip Frame 3
stop();
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 2
stop();
Symbol 321 MovieClip Frame 3
stop();
Symbol 322 MovieClip Frame 1
stop();
Symbol 322 MovieClip Frame 5
stop();
Symbol 328 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 2
play();
Symbol 328 MovieClip Frame 5
gotoAndStop (1);
Symbol 328 MovieClip Frame 7
play();
Symbol 328 MovieClip Frame 10
gotoAndStop (1);
Symbol 328 MovieClip Frame 12
play();
Symbol 328 MovieClip Frame 16
gotoAndStop (1);
Symbol 328 MovieClip Frame 19
gotoAndStop (1);
Symbol 328 MovieClip Frame 24
gotoAndStop (1);
Symbol 328 MovieClip Frame 30
gotoAndStop (1);
Symbol 331 Button
on (rollOver) {
tellTarget ("_level0/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) - "10"));
};
Set("/:ob" add var, "0");
_x = "-50";
_y = "300";
gotoAndStop (1);
}
Symbol 333 MovieClip Frame 1
stop();
Symbol 333 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 333 MovieClip Frame 3
if ("450" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-50";
_y = "300";
} else {
gotoAndPlay (2);
}
Symbol 337 Button
on (rollOver, dragOver) {
call("_level0/:hit_tree_small");
}
Symbol 339 Button
on (rollOver, dragOver) {
call("_level0/:hit_tree_big");
}
Symbol 341 MovieClip Frame 1
stop();
Symbol 341 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 341 MovieClip Frame 3
if ("400" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-150";
_y = "200";
} else {
gotoAndPlay (2);
}
Symbol 343 Button
on (rollOver) {
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + ("10" * /:var_damage)));
};
if ("6" < int(/:vel_x - ("10" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("10" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
tellTarget ("_level0/car") {
gotoAndStop ("hit_med");
};
Set("/:acc", "1");
}
Symbol 345 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 345 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob0", "0");
_x = "200";
_y = "445";
} else {
gotoAndPlay (2);
}
Symbol 347 MovieClip Frame 1
stop();
Symbol 347 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 347 MovieClip Frame 3
if ("700" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-90";
_y = "520";
} else {
gotoAndPlay (2);
}
Symbol 349 Button
on (rollOver, rollOut, dragOut, dragOver) {
call("_level0/:action_hit_bridge");
}
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 351 MovieClip Frame 3
if ("600" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-148";
_y = "435";
} else {
gotoAndPlay (2);
}
Symbol 353 Button
on (rollOver) {
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + ("10" * /:var_damage)));
};
if ("6" < int(/:vel_x - ("10" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("10" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
} else {
Set("/:vel_x", "6");
tellTarget ("_level0") {
call("tan_table");
};
}
tellTarget ("_level0/car") {
gotoAndStop ("hit_med");
};
Set("/:acc", "1");
}
Symbol 354 MovieClip Frame 1
stop();
Symbol 354 MovieClip Frame 2
ob_x = _x;
_x = (ob_x + /:vel_x);
ob_y = _y;
_y = (ob_y + /:vel_y);
Symbol 354 MovieClip Frame 3
if ("340" < _x) {
gotoAndStop (1);
Set("/:ob" add var, "0");
_x = "-60";
_y = "220";
} else {
gotoAndPlay (2);
}
Symbol 356 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 1
stop();
Symbol 359 MovieClip Frame 2
time_mil = time_mil + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Symbol 359 MovieClip Frame 3
time_mil = (":" add time_mil) + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Symbol 359 MovieClip Frame 4
time_mil = time_mil + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Symbol 359 MovieClip Frame 5
time_mil = time_mil + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Symbol 359 MovieClip Frame 6
time_mil = time_mil + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Symbol 359 MovieClip Frame 7
time_mil = time_mil + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Symbol 359 MovieClip Frame 8
time_mil = time_mil + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Symbol 359 MovieClip Frame 9
time_mil = time_mil + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Symbol 359 MovieClip Frame 10
time_mil = time_mil + "10";
size = length(time_mil);
time_mil = substring(time_mil, size - "2", "2");
Set("/:time_mil", time_mil);
Set("/:time_sec", /:time_sec + "1");
if (/:time_sec < "10") {
Set("/:time_sec", "0" add /:time_sec);
}
gotoAndPlay (2);
Symbol 361 MovieClip Frame 2
n = "0";
while (n < "25") {
if (eval ("/:ob" add n) eq "1") {
tellTarget ("/ob" add n) {
play();
};
Set(("/ob" add n) add ":var", n);
}
n = n + "1";
}
Symbol 361 MovieClip Frame 3
gotoAndPlay (2);
Symbol 374 MovieClip Frame 1
go_time = getTimer() + "2000";
Symbol 374 MovieClip Frame 3
if (go_time < getTimer()) {
nextFrame();
} else {
gotoAndPlay (2);
}
Symbol 374 MovieClip Frame 4
go_time = getTimer() + "2000";
play();
Symbol 374 MovieClip Frame 6
if (go_time < getTimer()) {
nextFrame();
} else {
gotoAndPlay (5);
}
Symbol 374 MovieClip Frame 7
go_time = getTimer() + "2000";
play();
Symbol 374 MovieClip Frame 9
if (go_time < getTimer()) {
nextFrame();
} else {
gotoAndPlay (8);
}
Symbol 374 MovieClip Frame 10
play();
Symbol 374 MovieClip Frame 23
tellTarget ("_level0") {
started = "1";
play();
};
if (/:car eq "buggy") {
tellTarget ("/car/cars/sound_buggy") {
nextFrame();
};
}
if (/:car eq "hotrod") {
tellTarget ("/car/cars/sound_hotrod") {
nextFrame();
};
}
if (/:car eq "hummer") {
tellTarget ("/car/cars/sound_hummer") {
nextFrame();
};
}
if (/:car eq "hovercraft") {
tellTarget ("/car/cars/sound_hovercraft") {
nextFrame();
};
}
Symbol 374 MovieClip Frame 31
stop();
Symbol 377 Button
on (rollOver, dragOver) {
tellTarget ("/offroad") {
gotoAndPlay (2);
};
acc = "0";
}
on (rollOut) {
tellTarget ("/offroad") {
gotoAndStop (1);
tellTarget ("/vel_start") {
play();
};
acc = "1";
}
}
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 3
tellTarget ("/damage") {
gotoAndStop(int(getProperty("/damage", _currentframe) + ("2" * /:var_damage)));
tellTarget ("_level0/car") {
gotoAndPlay ("hit_small");
};
if ("6" < int(/:vel_x - ("6" * /:slow_var))) {
Set("/:vel_x", int(/:vel_x - ("6" * /:slow_var)));
tellTarget ("_level0") {
call("tan_table");
};
}
}
Symbol 378 MovieClip Frame 4
gotoAndPlay (2);
Symbol 380 Button
on (rollOver, dragOver) {
tellTarget ("/offroad") {
gotoAndPlay (2);
};
acc = "0";
}
on (rollOut) {
tellTarget ("/offroad") {
gotoAndStop (1);
tellTarget ("/vel_start") {
play();
};
acc = "1";
}
}
Symbol 384 MovieClip Frame 2
ball_x = getProperty("ball", _x);
setProperty("ball", _x , ball_x + (/:vel_x / "10"));
if (("0" < ball_x) and (ball_x < "5")) {
Set("/:ob22", "1");
tellTarget ("_level0/millisec") {
play();
};
}
if (("20" < ball_x) and (ball_x < "25")) {
Set("/:ob21", "1");
}
if (("30" < ball_x) and (ball_x < "35")) {
Set("/:ob0", "1");
}
if (("50" < ball_x) and (ball_x < "55")) {
Set("/:ob1", "1");
}
if (("80" < ball_x) and (ball_x < "85")) {
Set("/:ob2", "1");
}
if (("100" < ball_x) and (ball_x < "105")) {
Set("/:ob3", "1");
}
if (("135" < ball_x) and (ball_x < "140")) {
Set("/:ob4", "1");
}
if (("150" < ball_x) and (ball_x < "155")) {
Set("/:ob5", "1");
}
if (("185" < ball_x) and (ball_x < "190")) {
Set("/:ob6", "1");
Set("/:ob7", "1");
}
if (("205" < ball_x) and (ball_x < "210")) {
Set("/:ob0", "1");
}
if (("200" < ball_x) and (ball_x < "205")) {
Set("/:ob8", "1");
}
if (("215" < ball_x) and (ball_x < "220")) {
Set("/:ob9", "1");
Set("/:ob10", "1");
}
if (("230" < ball_x) and (ball_x < "235")) {
Set("/:ob11", "1");
}
if (("260" < ball_x) and (ball_x < "265")) {
Set("/:ob5", "1");
}
if (("280" < ball_x) and (ball_x < "285")) {
Set("/:ob21", "1");
}
if (("295" < ball_x) and (ball_x < "300")) {
Set("/:ob1", "1");
Set("/:ob2", "1");
}
if (("300" < ball_x) and (ball_x < "305")) {
Set("/:ob9", "1");
}
if (("315" < ball_x) and (ball_x < "320")) {
Set("/:ob12", "1");
}
if (("330" < ball_x) and (ball_x < "335")) {
Set("/:ob7", "1");
}
if (("360" < ball_x) and (ball_x < "365")) {
Set("/:ob13", "1");
Set("/:ob14", "1");
}
if (("370" < ball_x) and (ball_x < "375")) {
Set("/:ob3", "1");
}
if (("385" < ball_x) and (ball_x < "390")) {
Set("/:ob15", "1");
}
if (("390" < ball_x) and (ball_x < "395")) {
Set("/:ob20", "1");
}
if (("390" < ball_x) and (ball_x < "395")) {
Set("/:ob5", "1");
}
if (("420" < ball_x) and (ball_x < "425")) {
Set("/:ob6", "1");
}
if (("425" < ball_x) and (ball_x < "430")) {
Set("/:ob1", "1");
}
if (("435" < ball_x) and (ball_x < "440")) {
Set("/:ob8", "1");
}
if (("440" < ball_x) and (ball_x < "445")) {
Set("/:ob3", "1");
}
if (("450" < ball_x) and (ball_x < "455")) {
Set("/:ob12", "1");
}
if (("465" < ball_x) and (ball_x < "470")) {
Set("/:ob9", "1");
}
if (("480" < ball_x) and (ball_x < "485")) {
Set("/:ob5", "1");
}
if (("485" < ball_x) and (ball_x < "490")) {
Set("/:ob2", "1");
}
if (("505" < ball_x) and (ball_x < "510")) {
Set("/:ob8", "1");
}
if (("525" < ball_x) and (ball_x < "530")) {
Set("/:ob5", "1");
}
if (("505" < ball_x) and (ball_x < "510")) {
Set("/:ob14", "1");
}
if (("515" < ball_x) and (ball_x < "520")) {
Set("/:ob11", "1");
}
if (("545" < ball_x) and (ball_x < "550")) {
Set("/:ob8", "1");
}
if (("550" < ball_x) and (ball_x < "555")) {
Set("/:ob15", "1");
}
if (("555" < ball_x) and (ball_x < "560")) {
Set("/:ob2", "1");
}
if (("565" < ball_x) and (ball_x < "570")) {
Set("/:ob3", "1");
}
if (("570" < ball_x) and (ball_x < "575")) {
Set("/:ob13", "1");
}
if (("600" < ball_x) and (ball_x < "605")) {
Set("/:ob20", "1");
}
if (("600" < ball_x) and (ball_x < "605")) {
Set("/:ob7", "1");
Set("/:ob14", "1");
}
if (("610" < ball_x) and (ball_x < "615")) {
Set("/:ob6", "1");
}
if (("625" < ball_x) and (ball_x < "630")) {
Set("/:ob5", "1");
}
if (("645" < ball_x) and (ball_x < "650")) {
Set("/:ob3", "1");
}
if (("650" < ball_x) and (ball_x < "655")) {
Set("/:ob12", "1");
}
if (("655" < ball_x) and (ball_x < "660")) {
Set("/:ob0", "1");
}
if (("670" < ball_x) and (ball_x < "675")) {
Set("/:ob21", "1");
}
if (("745" < ball_x) and (ball_x < "750")) {
Set("/:ob1", "1");
}
if (("750" < ball_x) and (ball_x < "755")) {
Set("/:ob9", "1");
}
if (("760" < ball_x) and (ball_x < "765")) {
Set("/:ob3", "1");
}
if (("775" < ball_x) and (ball_x < "780")) {
Set("/:ob20", "1");
}
if (("765" < ball_x) and (ball_x < "770")) {
Set("/:ob7", "1");
}
if (("790" < ball_x) and (ball_x < "795")) {
Set("/:ob6", "1");
}
if (("800" < ball_x) and (ball_x < "805")) {
Set("/:ob12", "1");
}
if (("815" < ball_x) and (ball_x < "820")) {
Set("/:ob13", "1");
}
if (("835" < ball_x) and (ball_x < "840")) {
Set("/:ob14", "1");
}
if (("835" < ball_x) and (ball_x < "840")) {
Set("/:ob3", "1");
}
if (("845" < ball_x) and (ball_x < "850")) {
Set("/:ob6", "1");
}
if (("860" < ball_x) and (ball_x < "865")) {
Set("/:ob20", "1");
}
if (("855" < ball_x) and (ball_x < "860")) {
Set("/:ob11", "1");
}
if (("880" < ball_x) and (ball_x < "885")) {
Set("/:ob12", "1");
}
if (("895" < ball_x) and (ball_x < "900")) {
Set("/:ob8", "1");
}
if (("900" < ball_x) and (ball_x < "905")) {
Set("/:ob15", "1");
}
if (("910" < ball_x) and (ball_x < "915")) {
Set("/:ob13", "1");
}
if (("915" < ball_x) and (ball_x < "920")) {
Set("/:ob1", "1");
}
if (("920" < ball_x) and (ball_x < "925")) {
Set("/:ob5", "1");
}
if (("940" < ball_x) and (ball_x < "945")) {
Set("/:ob9", "1");
}
if (("950" < ball_x) and (ball_x < "955")) {
Set("/:ob14", "1");
}
if (("965" < ball_x) and (ball_x < "970")) {
Set("/:ob8", "1");
}
if (("970" < ball_x) and (ball_x < "975")) {
Set("/:ob12", "1");
}
if (("1000" < ball_x) and (ball_x < "1005")) {
Set("/:ob23", "1");
}
if ("1050" < ball_x) {
gotoAndStop (1);
}
Symbol 384 MovieClip Frame 3
gotoAndPlay (2);
Symbol 385 MovieClip Frame 1
vel_x = "2";
Symbol 385 MovieClip Frame 2
time = getTimer();
new_time = time + acc_var;
play();
Symbol 385 MovieClip Frame 4
if (/:acc eq "1") {
if (new_time < getTimer()) {
go = "1";
} else {
go = "0";
gotoAndPlay (3);
}
if (go eq "1") {
if (/:vel_x < /:max_vel) {
Set("/:vel_x", int(/:vel_x + "2"));
tellTarget ("_level0") {
call("tan_table");
};
gotoAndPlay (2);
} else {
gotoAndStop (1);
Set("/:acc", "0");
}
}
} else {
gotoAndStop (1);
}
Symbol 392 Button
on (release) {
loadVariablesNum ("http://betelgeuse.pmg.net/pmgracing/racing_submit.cfm", "1", "POST");
tellTarget ("_level0") {
gotoAndStop ("home_page");
}
}
Symbol 399 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 1
stop();
Symbol 408 MovieClip Frame 37
stop();
Symbol 423 Button
on (release) {
tellTarget ("_level0") {
gotoAndStop ("main_menu");
}
}
Symbol 425 Button
on (release) {
tellTarget ("_level0") {
gotoAndStop ("home_page");
}
}
Symbol 427 Button
on (release) {
tellTarget ("_level0") {
gotoAndStop ("start_game");
}
}
Symbol 428 MovieClip Frame 5
stop();
Symbol 429 MovieClip Frame 36
stop();