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

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

Itai's Racing Track.swf

This is the info page for
Flash #23617

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


Text
1

2

Number of Players

People

Computer
Controlled

5

10

15

20

Number of Laps

Controllers

player1

Your name

w

x

a

d

player2

Your name

START

Itai's Racing Track

QUIT

GO

Laps left:

Computer

Computer 2

20

19

18

17

16

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

Play Again

Congradulations,

your prize is your glory!

winner

winner

Well, well, well, looks
like you need some more
training

And the same goes to you

loser

loser

loser

ActionScript [AS1/AS2]

Frame 1
play();
Frame 2
player1_name = _root.cont.player1_name; player2_name = _root.cont.player2_name; gotoAndPlay (1);
Frame 3
if (player1_name == "Your name") { player1_name = "player1"; } if (player2_name == "Your name") { player2_name = "player2"; } if (num_of_p == 1) { gotoAndStop (16); } else if (num_of_p == 2) { gotoAndStop (11); } stop();
Frame 11
stop();
Frame 12
stop();
Frame 16
stop();
Frame 17
stop();
Frame 27
gotoAndStop (28);
Frame 28
if (winner == "player1") { gotoAndStop (32); } else if (winner == "player2") { gotoAndStop (37); } else if (winner == "cp") { gotoAndStop (42); } else if (winner == "cp2") { gotoAndStop (47); }
Symbol 4 MovieClip Frame 1
tellTarget ("_root") { num_of_p = "1"; }; tellTarget ("_root.num.num_of_cp") { gotoAndStop (2); }; tellTarget ("_root.cont") { gotoAndStop (1); }; stop();
Symbol 4 MovieClip Frame 2
tellTarget ("_root") { num_of_p = "2"; }; tellTarget ("_root.num.num_of_cp") { gotoAndStop (1); }; tellTarget ("_root.cont") { gotoAndStop (2); };
Symbol 5 MovieClip Frame 1
tellTarget ("_root") { num_of_cp = "1"; }; stop();
Symbol 5 MovieClip Frame 2
tellTarget ("_root") { num_of_cp = "2"; };
Symbol 7 Button
on (release) { tellTarget ("num_of_p") { nextFrame(); }; }
Symbol 8 Button
on (release) { tellTarget ("num_of_p") { prevFrame(); }; }
Symbol 19 MovieClip Frame 1
tellTarget ("_root") { num_of_l = "5"; }; stop();
Symbol 19 MovieClip Frame 2
tellTarget ("_root") { num_of_l = "10"; };
Symbol 19 MovieClip Frame 3
tellTarget ("_root") { num_of_l = "15"; };
Symbol 19 MovieClip Frame 4
tellTarget ("_root") { num_of_l = "20"; };
Symbol 20 Button
on (release) { tellTarget ("num_of_l") { nextFrame(); }; }
Symbol 21 Button
on (release) { tellTarget ("num_of_l") { prevFrame(); }; }
Symbol 42 MovieClip Frame 1
stop();
Symbol 45 Button
on (release) { gotoAndStop (3); }
Symbol 58 Button
on (release) { gotoAndPlay (1); }
Symbol 64 MovieClip Frame 30
tellTarget ("_root") { play(); };
Symbol 65 MovieClip Frame 1
ay_top = getProperty(_root.a_1, _y); ay_bottom = getProperty(_root.a_4, _y); ax_left = getProperty(_root.a_1, _x); ax_right = getProperty(_root.a_4, _x); by_top = getProperty(_root.b_1, _y); by_bottom = getProperty(_root.b_4, _y); bx_left = getProperty(_root.b_1, _x); bx_right = getProperty(_root.b_4, _x); cy_top = getProperty(_root.c_1, _y); cy_bottom = getProperty(_root.c_4, _y); cx_left = getProperty(_root.c_1, _x); cx_right = getProperty(_root.c_4, _x); dy_top = getProperty(_root.d_1, _y); dy_bottom = getProperty(_root.d_4, _y); dx_left = getProperty(_root.d_1, _x); dx_right = getProperty(_root.d_4, _x); ey_top = getProperty(_root.e_1, _y); ey_bottom = getProperty(_root.e_4, _y); ex_left = getProperty(_root.e_1, _x); ex_right = getProperty(_root.e_4, _x); car2_x = _root.car2.car2_x; car2_y = _root.car2.car2_y; car2_x_speed = _root.car2.x_speed; car2_y_speed = _root.car2.y_speed; car2_rot_d = _root.car2.car2_rot_d; car3_x = _root.car3.car3_x; car3_y = _root.car3.car3_y; car3_x_speed = _root.car3.x_speed; car3_y_speed = _root.car3.y_speed; car3_rot_d = _root.car3.car3_rot_d; finish_line_x = getProperty(_root.finish, _x); finish_line_y = getProperty(_root.finish, _y); check_point_x = getProperty(_root.security, _x); check_point_y = getProperty(_root.security, _y); car1_x = getProperty(_root.car1, _x); car1_y = getProperty(_root.car1, _y); car2_sp = "_root.car2.sp"; car1_rot = getProperty(_root.car1, _rotation); if ((-90 < car1_rot) and (car1_rot < 90)) { car1_rot_d = "1"; } else { car1_rot_d = "-1"; } if ((((ay_top < car1_y) and (car1_y < ay_bottom)) and (ax_left < car1_x)) and (car1_x < ax_right)) { offtrack = "true"; } else if ((((by_top < car1_y) and (car1_y < by_bottom)) and (bx_left < car1_x)) and (car1_x < bx_right)) { offtrack = "true"; } else if ((((cy_top < car1_y) and (car1_y < cy_bottom)) and (cx_left < car1_x)) and (car1_x < cx_right)) { offtrack = "true"; } else if ((((dy_top < car1_y) and (car1_y < dy_bottom)) and (dx_left < car1_x)) and (car1_x < dx_right)) { offtrack = "true"; } else if ((((car1_y < ey_top) or (ey_bottom < car1_y)) or (car1_x < ex_left)) or (ex_right < car1_x)) { offtrack = "out"; } else { offtrack = "false"; } if ((((car1_y < (car3_y + 11)) and ((car3_y - 11) < car1_y)) and ((car3_x - 30) < car1_x)) and (car1_x < (car3_x + 30))) { bounce3 = "true"; } else { bounce3 = "false"; } if ((((car1_y < (car2_y + 11)) and ((car2_y - 11) < car1_y)) and ((car2_x - 30) < car1_x)) and (car1_x < (car2_x + 30))) { bounce2 = "true"; } else { bounce2 = "false"; } finish_line_x = getProperty(_root.finish, _x); if ((((((finish_line_x - 30) < car1_x) and (car1_x < (finish_line_x + 30))) and (car1_y < (finish_line_y + 35))) and ((finish_line_y - 35) < car1_y)) and (security == "yes")) { security = "no"; tellTarget ("_root.laps.laps_left_1") { nextFrame(); }; } if (((((check_point_x - 35) < car1_x) and (car1_x < (check_point_x + 35))) and (car1_y < (check_point_y + 35))) and ((check_point_y - 35) < car1_y)) { security = "yes"; } var1 = (90 - car1_rot) / 10; var2 = 9 - var1; var3 = (90 + car1_rot) / 10; var4 = 9 - var3; if (offtrack == "true") { sp = -sp; } else if (((offtrack == "out") and (sp < 0.5)) and (-0.5 < sp)) { sp = -0.15; } else if (offtrack == "out") { sp = 0.2; } if (Key.isDown(Key.UP)) { if ((2 >= sp) and (sp >= 0)) { sp = sp + 0.1; } else if (sp < 0) { sp = sp + 0.3; } back = "false"; if (Key.isDown(Key.RIGHT)) { setProperty("_root.car1", _rotation , car1_rot + 10); } if (Key.isDown(Key.LEFT)) { setProperty("_root.car1", _rotation , car1_rot - 10); } } else if (Key.isDown(Key.DOWN)) { if (0 < sp) { sp = sp - 0.3; } else if (sp >= -1.5) { sp = sp - 0.1; } back = "true"; if (Key.isDown(Key.RIGHT)) { setProperty("_root.car1", _rotation , car1_rot + (sp * 15)); } if (Key.isDown(Key.LEFT)) { setProperty("_root.car1", _rotation , car1_rot - (sp * 15)); } } else { if (((x_speed < 1) and (0 < x_speed)) or ((-1 < x_speed) and (x_speed < 0))) { x_speed = 0; } else if (x_speed != 0) { x_speed = x_speed / 1.2; } if (((y_speed < 1) and (0 < y_speed)) or ((-1 < y_speed) and (y_speed < 0))) { y_speed = 0; } else if (y_speed != 0) { y_speed = y_speed / 1.2; } if (0 < sp) { sp = sp * 0.7; } else if (sp < 0) { sp = sp * 0.7; } if (Key.isDown(Key.RIGHT)) { setProperty("_root.car1", _rotation , car1_rot + (sp * 25)); } if (Key.isDown(Key.LEFT)) { setProperty("_root.car1", _rotation , car1_rot - (sp * 25)); } } if ((car1_rot >= 0) and (car1_rot < 90)) { x_speed = var1 * sp; y_speed = var2 * sp; } else if ((car1_rot >= 90) and (180 >= car1_rot)) { x_speed = var1 * sp; y_speed = (9 + var1) * sp; } if ((car1_rot >= -90) and (car1_rot < 0)) { x_speed = var3 * sp; y_speed = (-var4) * sp; } else if ((car1_rot >= -180) and (car1_rot < -90)) { x_speed = var3 * sp; y_speed = (-(9 + var3)) * sp; } if (bounce3 == "true") { x_speed = x_speed - (car3_x_speed * (car3_rot_d * car1_rot_d)); y_speed = y_speed - car3_y_speed; } if (bounce2 == "true") { x_speed = x_speed - (car2_x_speed * (car2_rot_d * car1_rot_d)); y_speed = y_speed - car2_y_speed; } play();
Symbol 65 MovieClip Frame 2
setProperty("_root.car1", _x , car1_x + x_speed); setProperty("_root.car1", _y , car1_y + y_speed); gotoAndPlay (1);
Symbol 66 MovieClip Frame 1
ay_top = getProperty(_root.a_1, _y); ay_bottom = getProperty(_root.a_4, _y); ax_left = getProperty(_root.a_1, _x); ax_right = getProperty(_root.a_4, _x); by_top = getProperty(_root.b_1, _y); by_bottom = getProperty(_root.b_4, _y); bx_left = getProperty(_root.b_1, _x); bx_right = getProperty(_root.b_4, _x); cy_top = getProperty(_root.c_1, _y); cy_bottom = getProperty(_root.c_4, _y); cx_left = getProperty(_root.c_1, _x); cx_right = getProperty(_root.c_4, _x); dy_top = getProperty(_root.d_1, _y); dy_bottom = getProperty(_root.d_4, _y); dx_left = getProperty(_root.d_1, _x); dx_right = getProperty(_root.d_4, _x); ey_top = getProperty(_root.e_1, _y); ey_bottom = getProperty(_root.e_4, _y); ex_left = getProperty(_root.e_1, _x); ex_right = getProperty(_root.e_4, _x); car1_x = _root.car1.car1_x; car1_y = _root.car1.car1_y; car1_x_speed = _root.car1.x_speed; car1_y_speed = _root.car1.y_speed; car1_rot_d = root.car1.car1_rot_d; car3_x = _root.car3.car3_x; car3_y = _root.car3.car3_y; car3_x_speed = _root.car3.x_speed; car3_y_speed = _root.car3.y_speed; car3_rot_d = root.car3.car3_rot_d; finish_line_x = getProperty(_root.finish, _x); finish_line_y = getProperty(_root.finish, _y); check_point_x = getProperty(_root.security, _x); check_point_y = getProperty(_root.security, _y); car2_x = getProperty(_root.car2, _x); car2_y = getProperty(_root.car2, _y); car2_rot = getProperty(_root.car2, _rotation); if ((-90 < car2_rot) and (car2_rot < 90)) { car2_rot_d = "1"; } else { car2_rot_d = "-1"; } if ((((ay_top < car2_y) and (car2_y < ay_bottom)) and (ax_left < car2_x)) and (car2_x < ax_right)) { offtrack = "true"; } else if ((((by_top < car2_y) and (car2_y < by_bottom)) and (bx_left < car2_x)) and (car2_x < bx_right)) { offtrack = "true"; } else if ((((cy_top < car2_y) and (car2_y < cy_bottom)) and (cx_left < car2_x)) and (car2_x < cx_right)) { offtrack = "true"; } else if ((((dy_top < car2_y) and (car2_y < dy_bottom)) and (dx_left < car2_x)) and (car2_x < dx_right)) { offtrack = "true"; } else if ((((car2_y < ey_top) or (ey_bottom < car2_y)) or (car2_x < ex_left)) or (ex_right < car2_x)) { offtrack = "out"; } else { offtrack = "false"; } if ((((car2_y < (car1_y + 11)) and ((car1_y - 11) < car2_y)) and ((car1_x - 30) < car2_x)) and (car2_x < (car1_x + 30))) { bounce1 = "true"; } else { bounce1 = "false"; } if ((((car2_y < (car3_y + 11)) and ((car3_y - 11) < car2_y)) and ((car3_x - 30) < car2_x)) and (car2_x < (car3_x + 30))) { bounce3 = "true"; } else { bounce3 = "false"; } finish_line_x = getProperty(_root.finish, _x); if ((((((finish_line_x - 30) < car2_x) and (car2_x < (finish_line_x + 30))) and (car2_y < (finish_line_y + 35))) and ((finish_line_y - 35) < car2_y)) and (security == "yes")) { security = "no"; tellTarget ("_root.laps.laps_left_2") { nextFrame(); }; } if (((((check_point_x - 35) < car2_x) and (car2_x < (check_point_x + 35))) and (car2_y < (check_point_y + 35))) and ((check_point_y - 35) < car2_y)) { security = "yes"; } var1 = (90 - car2_rot) / 10; var2 = 9 - var1; var3 = (90 + car2_rot) / 10; var4 = 9 - var3; key_code = Key.getCode(a); if (Key.isDown(87)) { if ((2 >= sp) and (sp >= 0)) { sp = sp + 0.1; } else if (sp < 0) { sp = sp + 0.3; } back = "false"; if (Key.isDown(68)) { setProperty("_root.car2", _rotation , car2_rot + 10); } if (Key.isDown(65)) { setProperty("_root.car2", _rotation , car2_rot - 10); } } else if (Key.isDown(88)) { if (0 < sp) { sp = sp - 0.3; } else if (sp >= -1.5) { sp = sp - 0.1; } back = "true"; if (Key.isDown(68)) { setProperty("_root.car2", _rotation , car2_rot + (sp * 15)); } if (Key.isDown(65)) { setProperty("_root.car2", _rotation , car2_rot - (sp * 15)); } } else { if (((x_speed < 1) and (0 < x_speed)) or ((-1 < x_speed) and (x_speed < 0))) { x_speed = 0; } else if (x_speed != 0) { x_speed = x_speed / 1.2; } if (((y_speed < 1) and (0 < y_speed)) or ((-1 < y_speed) and (y_speed < 0))) { y_speed = 0; } else if (y_speed != 0) { y_speed = y_speed / 1.2; } if (0 < sp) { sp = sp * 0.7; } else if (sp < 0) { sp = sp * 0.7; } if (Key.isDown(68)) { setProperty("_root.car2", _rotation , car2_rot + (sp * 25)); } if (Key.isDown(65)) { setProperty("_root.car2", _rotation , car2_rot - (sp * 25)); } } if ((offtrack == "true") and (back == "false")) { sp = -1.5; } else if ((offtrack == "true") and (back == "true")) { sp = 1.5; } else if (offtrack == "out") { sp = 0.2; } if ((car2_rot >= 0) and (car2_rot < 90)) { x_speed = var1 * sp; y_speed = var2 * sp; } else if ((car2_rot >= 90) and (180 >= car2_rot)) { x_speed = var1 * sp; y_speed = (9 + var1) * sp; } if ((car2_rot >= -90) and (car2_rot < 0)) { x_speed = var3 * sp; y_speed = (-var4) * sp; } else if ((car2_rot >= -180) and (car2_rot < -90)) { x_speed = var3 * sp; y_speed = (-(9 + var3)) * sp; } if (bounce3 == "true") { x_speed = x_speed - (car3_x_speed * (car3_rot_d * car2_rot_d)); y_speed = y_speed - car3_y_speed; } if (bounce1 == "true") { x_speed = x_speed - (car1_x_speed * (car1_rot_d * car2_rot_d)); y_speed = y_speed - car1_y_speed; } play();
Symbol 66 MovieClip Frame 2
setProperty("_root.car2", _x , car2_x + x_speed); setProperty("_root.car2", _y , car2_y + y_speed); key_code = "5"; gotoAndPlay (1);
Symbol 67 MovieClip Frame 1
ay_top = getProperty(_root.a_1, _y); ay_bottom = getProperty(_root.a_4, _y); ax_left = getProperty(_root.a_1, _x); ax_right = getProperty(_root.a_4, _x); by_top = getProperty(_root.b_1, _y); by_bottom = getProperty(_root.b_4, _y); bx_left = getProperty(_root.b_1, _x); bx_right = getProperty(_root.b_4, _x); cy_top = getProperty(_root.c_1, _y); cy_bottom = getProperty(_root.c_4, _y); cx_left = getProperty(_root.c_1, _x); cx_right = getProperty(_root.c_4, _x); dy_top = getProperty(_root.d_1, _y); dy_bottom = getProperty(_root.d_4, _y); dx_left = getProperty(_root.d_1, _x); dx_right = getProperty(_root.d_4, _x); ey_top = getProperty(_root.e_1, _y); ey_bottom = getProperty(_root.e_4, _y); ex_left = getProperty(_root.e_1, _x); ex_right = getProperty(_root.e_4, _x); car1_x = getProperty(_root.car1, _x); car1_y = getProperty(_root.car1, _y); car1_x_speed = _root.car1.x_speed; car1_y_speed = _root.car1.y_speed; car1_rot_d = _root.car1.car1_rot_d; car2_x = getProperty(_root.car2, _x); car2_y = getProperty(_root.car2, _y); car2_x_speed = _root.car2.x_speed; car2_y_speed = _root.car2.y_speed; car2_rot_d = _root.car2.car2_rot_d; finish_line_x = getProperty(_root.finish, _x); finish_line_y = getProperty(_root.finish, _y); check_point_x = getProperty(_root.security, _x); check_point_y = getProperty(_root.security, _y); t1_x = getProperty(_root.t_1, _x); t1_y = getProperty(_root.t_1, _y); t2_x = getProperty(_root.t_2, _x); t2_y = getProperty(_root.t_2, _y); t3_x = getProperty(_root.t_3, _x); t3_y = getProperty(_root.t_3, _y); t4_x = getProperty(_root.t_4, _x); t5_y = getProperty(_root.t_5, _y); t5_x = getProperty(_root.t_5, _x); t4_y = getProperty(_root.t_4, _y); a = getProperty(_root.a, _y); b = getProperty(_root.b, _y); c = getProperty(_root.c, _y); d = getProperty(_root.d, _y); e = getProperty(_root.e, _x); UP = "true"; if ((ax_right - 30) < car3_x) { if ((car3_y < t1_y) or (car3_y < t3_y)) { setProperty("_root.car3", _rotation , car3_rot + (sp * 10)); } else if ((t1_y < car3_y) or ((t3_y < car3_y) and (car_rot < 180))) { if ((car3_rot < 180) and (0 < car3_rot)) { setProperty("_root.car3", _rotation , car3_rot + (sp * 10)); } } } if ((((car3_x < (bx_left + 30)) and (ay_bottom < car3_y)) and (car3_y < dy_bottom)) and (dx_left < car3_x)) { if (car3_y < t2_y) { setProperty("_root.car3", _rotation , car3_rot - (sp * 10)); } else if (t2_y < car3_y) { if ((car3_rot < 180) and (0 < car3_rot)) { setProperty("_root.car3", _rotation , car3_rot - (sp * 10)); } } } if ((((car3_y < ay_top) and (ey_top < car3_y)) and (car3_x < (ax_right - 30))) and (ax_left < car3_x)) { if (car3_y < (a - 5)) { setProperty("_root.car3", _rotation , car3_rot + 1); } if (((a - 5) < car3_y) and (car3_y < (a + 5))) { setProperty("_root.car3", _rotation , 0); } if ((a + 5) < car3_y) { setProperty("_root.car3", _rotation , car3_rot - 1); } } if (((car3_x < t4_x) and (dy_bottom < car3_y)) or ((car3_y < t5_y) and (car3_x < dx_left))) { setProperty("_root.car3", _rotation , car3_rot + (sp * 9)); } if ((((car3_y < by_top) and (ay_bottom < car3_y)) and (car3_x < ax_right)) and (bx_left < car3_x)) { if (car3_y < (b - 5)) { setProperty("_root.car3", _rotation , car3_rot - 1); } if (((b - 5) < car3_y) and (car3_y < (b + _5))) { setProperty("_root.car3", _rotation , 180); } if ((b + 5) < car3_y) { setProperty("_root.car3", _rotation , car3_rot + 1); } } if ((((car3_y < cy_top) and (by_bottom < car3_y)) and (car3_x < cx_right)) and (bx_left < car3_x)) { if (car3_y < (c - 5)) { setProperty("_root.car3", _rotation , car3_rot + 1); } if (((c - 5) < car3_y) and (car3_y < (c + 5))) { setProperty("_root.car3", _rotation , 0); } if ((c + 5) < car3_y) { setProperty("_root.car3", _rotation , car3_rot - 1); } } if ((((car3_y < ey_bottom) and (cy_bottom < car3_y)) and (car3_x < cx_right)) and (cx_left < car3_x)) { if (car3_y < (d - 5)) { setProperty("_root.car3", _rotation , car3_rot - 1); } if (((d - 5) < car3_y) and (car3_y < (d + _5))) { setProperty("_root.car3", _rotation , 180); } if ((d + 5) < car3_y) { setProperty("_root.car3", _rotation , car3_rot + 1); } } if (((car3_x < dx_left) and (car3_y < dy_bottom)) and (dy_top < car3_y)) { if (car3_x < (e - 5)) { setProperty("_root.car3", _rotation , car3_rot + 1); } if ((e + 5) < car3_x) { setProperty("_root.car3", _rotation , car3_rot - 1); } if (((e - 5) < car3_x) and (car3_x < (e + 5))) { setProperty("_root.car3", _rotation , -90); } } car3_x = getProperty(_root.car3, _x); car3_y = getProperty(_root.car3, _y); car3_rot = getProperty(_root.car3, _rotation); if ((-90 < car3_rot) and (car3_rot < 90)) { car3_rot_d = "1"; } else { car3_rot_d = "-1"; } car2_sp = "_root.car2.sp"; if ((((ay_top < car3_y) and (car3_y < ay_bottom)) and (ax_left < car3_x)) and (car3_x < ax_right)) { offtrack = "true"; } else if ((((by_top < car3_y) and (car3_y < by_bottom)) and (bx_left < car3_x)) and (car3_x < bx_right)) { offtrack = "true"; } else if ((((cy_top < car3_y) and (car3_y < cy_bottom)) and (cx_left < car3_x)) and (car3_x < cx_right)) { offtrack = "true"; } else if ((((dy_top < car3_y) and (car3_y < dy_bottom)) and (dx_left < car3_x)) and (car3_x < dx_right)) { offtrack = "true"; } else if ((((car3_y < ey_top) or (ey_bottom < car3_y)) or (car3_x < ex_left)) or (ex_right < car3_x)) { offtrack = "out"; } else { offtrack = "false"; } if ((((car3_y < (car1_y + 11)) and ((car1_y - 11) < car3_y)) and ((car1_x - 30) < car3_x)) and (car3_x < (car1_x + 30))) { bounce1 = "true"; } else { bounce1 = "false"; } if ((((car3_y < (car2_y + 11)) and ((car2_y - 11) < car3_y)) and ((car2_x - 30) < car3_x)) and (car3_x < (car2_x + 30))) { bounce2 = "true"; } else { bounce2 = "false"; } finish_line_x = getProperty(_root.finish, _x); if ((((((finish_line_x - 30) < car3_x) and (car3_x < (finish_line_x + 30))) and (car3_y < (finish_line_y + 35))) and ((finish_line_y - 35) < car3_y)) and (security == "yes")) { security = "no"; tellTarget ("_root.laps.laps_left_3") { nextFrame(); }; } if (((((check_point_x - 35) < car3_x) and (car3_x < (check_point_x + 35))) and (car3_y < (check_point_y + 35))) and ((check_point_y - 35) < car3_y)) { security = "yes"; } var1 = (90 - car3_rot) / 10; var2 = 9 - var1; var3 = (90 + car3_rot) / 10; var4 = 9 - var3; if (UP == "true") { if ((1.5 >= sp) and (sp >= 0)) { sp = sp + 0.1; } else if (sp < 0) { sp = sp + 0.3; } back = "false"; if (RIGHT == "true") { setProperty("_root.car3", _rotation , car3_rot + 10); } if (LEFT == "true") { setProperty("_root.car3", _rotation , car3_rot - 10); } } else if (DOWN == "true") { if (0 < sp) { sp = sp - 0.3; } else if (sp >= -1.2) { sp = sp - 0.1; } back = "true"; if (RIGHT == "true") { setProperty("_root.car3", _rotation , car3_rot + (sp * 15)); } if (LEFT == "true") { setProperty("_root.car3", _rotation , car3_rot - (sp * 15)); } } else { if (((x_speed < 1) and (0 < x_speed)) or ((-1 < x_speed) and (x_speed < 0))) { x_speed = 0; } else if (x_speed != 0) { x_speed = x_speed / 1.2; } if (((y_speed < 1) and (0 < y_speed)) or ((-1 < y_speed) and (y_speed < 0))) { y_speed = 0; } else if (y_speed != 0) { y_speed = y_speed / 1.2; } if (0 < sp) { sp = sp * 0.7; } else if (sp < 0) { sp = sp * 0.7; } if (RIGHT == "true") { setProperty("_root.car3", _rotation , car3_rot + (sp * 25)); } if (LEFT == "true") { setProperty("_root.car3", _rotation , car3_rot - (sp * 25)); } } if ((offtrack == "true") and (back == "false")) { sp = -1.5; } else if ((offtrack == "true") and (back == "true")) { sp = 1.5; } else if (offtrack == "out") { sp = 0.2; } if ((car3_rot >= 0) and (car3_rot < 90)) { x_speed = var1 * sp; y_speed = var2 * sp; } else if ((car3_rot >= 90) and (180 >= car3_rot)) { x_speed = var1 * sp; y_speed = (9 + var1) * sp; } if ((car3_rot >= -90) and (car3_rot < 0)) { x_speed = var3 * sp; y_speed = (-var4) * sp; } else if ((car3_rot >= -180) and (car3_rot < -90)) { x_speed = var3 * sp; y_speed = (-(9 + var3)) * sp; } if (bounce1 == "true") { x_speed = x_speed - (ca1_x_speed * (car1_rot_d * car3_rot_d)); y_speed = y_speed - car1_y_speed; } if (bounce2 == "true") { x_speed = x_speed - (ca2_x_speed * (car2_rot_d * car3_rot_d)); y_speed = y_speed - car2_y_speed; } play();
Symbol 67 MovieClip Frame 2
setProperty("_root.car3", _x , car3_x + x_speed); setProperty("_root.car3", _y , car3_y + y_speed); gotoAndPlay (1);
Symbol 93 MovieClip Frame 1
gotoAndStop(21 - _level0.num_of_l); stop();
Symbol 93 MovieClip Frame 21
tellTarget ("_root") { winner = "cp"; gotoAndPlay (25); };
Symbol 94 MovieClip Frame 1
gotoAndStop(21 - _level0.num_of_l); stop();
Symbol 94 MovieClip Frame 21
tellTarget ("_root") { if (num_of_p == 2) { winner = "player2"; } else { winner = "cp2"; } gotoAndPlay (25); };
Symbol 95 MovieClip Frame 1
gotoAndStop(21 - _level0.num_of_l); stop();
Symbol 95 MovieClip Frame 21
tellTarget ("_root") { winner = "player1"; gotoAndPlay (25); };
Symbol 97 MovieClip Frame 1
if (_root.num_of_p == 1) { gotoAndStop (10); } else if (_root.num_of_p == 2) { gotoAndStop (20); }
Symbol 104 MovieClip Frame 1
ay_top = getProperty(_root.a_1, _y); ay_bottom = getProperty(_root.a_4, _y); ax_left = getProperty(_root.a_1, _x); ax_right = getProperty(_root.a_4, _x); by_top = getProperty(_root.b_1, _y); by_bottom = getProperty(_root.b_4, _y); bx_left = getProperty(_root.b_1, _x); bx_right = getProperty(_root.b_4, _x); cy_top = getProperty(_root.c_1, _y); cy_bottom = getProperty(_root.c_4, _y); cx_left = getProperty(_root.c_1, _x); cx_right = getProperty(_root.c_4, _x); dy_top = getProperty(_root.d_1, _y); dy_bottom = getProperty(_root.d_4, _y); dx_left = getProperty(_root.d_1, _x); dx_right = getProperty(_root.d_4, _x); ey_top = getProperty(_root.e_1, _y); ey_bottom = getProperty(_root.e_4, _y); ex_left = getProperty(_root.e_1, _x); ex_right = getProperty(_root.e_4, _x); car1_x = getProperty(_root.car1, _x); car1_y = getProperty(_root.car1, _y); car1_x_speed = _root.car1.x_speed; car1_y_speed = _root.car1.y_speed; car1_rot_d = _root.car1.car1_rot_d; car1_x = getProperty(_root.car3, _x); car1_y = getProperty(_root.car3, _y); car3_x_speed = _root.car3.x_speed; car3_y_speed = _root.car3.y_speed; car3_rot_d = _root.car3.car3_rot_d; finish_line_x = getProperty(_root.finish, _x); finish_line_y = getProperty(_root.finish, _y); check_point_x = getProperty(_root.security, _x); check_point_y = getProperty(_root.security, _y); t1_x = getProperty(_root.t_1, _x); t1_y = getProperty(_root.t_1, _y); t2_x = getProperty(_root.t_2, _x); t2_y = getProperty(_root.t_2, _y); t3_x = getProperty(_root.t_3, _x); t3_y = getProperty(_root.t_3, _y); t4_x = getProperty(_root.t_4, _x); t5_y = getProperty(_root.t_5, _y); t5_x = getProperty(_root.t_5, _x); t4_y = getProperty(_root.t_4, _y); a = getProperty(_root.a2, _y); b = getProperty(_root.b2, _y); c = getProperty(_root.c2, _y); d = getProperty(_root.d2, _y); e = getProperty(_root.e2, _x); UP = "true"; if ((ax_right - 30) < car2_x) { if ((car2_y < t1_y) or (car2_y < t3_y)) { setProperty("_root.car2", _rotation , car2_rot + (sp * 10)); } else if ((t1_y < car2_y) or ((t3_y < car2_y) and (car_rot < 180))) { if ((car2_rot < 180) and (0 < car2_rot)) { setProperty("_root.car2", _rotation , car2_rot + (sp * 10)); } } } if ((((car2_x < (bx_left + 30)) and (ay_bottom < car2_y)) and (car2_y < dy_bottom)) and (dx_left < car2_x)) { if (car2_y < t2_y) { setProperty("_root.car2", _rotation , car2_rot - (sp * 10)); } else if (t2_y < car2_y) { if ((car2_rot < 180) and (0 < car2_rot)) { setProperty("_root.car2", _rotation , car2_rot - (sp * 10)); } } } if ((((car2_y < ay_top) and (ey_top < car2_y)) and (car2_x < (ax_right - 30))) and (ax_left < car2_x)) { if (car2_y < (a - 5)) { setProperty("_root.car2", _rotation , car2_rot + 1); } if (((a - 5) < car2_y) and (car2_y < (a + 5))) { setProperty("_root.car2", _rotation , 0); } if ((a + 5) < car2_y) { setProperty("_root.car2", _rotation , car2_rot - 1); } } if (((car2_x < t4_x) and (dy_bottom < car2_y)) or ((car2_y < t5_y) and (car2_x < dx_left))) { setProperty("_root.car2", _rotation , car2_rot + (sp * 9)); } if ((((car2_y < by_top) and (ay_bottom < car2_y)) and (car2_x < ax_right)) and (bx_left < car2_x)) { if (car2_y < (b - 5)) { setProperty("_root.car2", _rotation , car2_rot - 1); } if (((b - 5) < car2_y) and (car2_y < (b + _5))) { setProperty("_root.car2", _rotation , 180); } if ((b + 5) < car2_y) { setProperty("_root.car2", _rotation , car2_rot + 1); } } if ((((car2_y < cy_top) and (by_bottom < car2_y)) and (car2_x < cx_right)) and (bx_left < car2_x)) { if (car2_y < (c - 5)) { setProperty("_root.car2", _rotation , car2_rot + 1); } if (((c - 5) < car2_y) and (car2_y < (c + 5))) { setProperty("_root.car2", _rotation , 0); } if ((c + 5) < car2_y) { setProperty("_root.car2", _rotation , car2_rot - 1); } } if ((((car2_y < ey_bottom) and (cy_bottom < car2_y)) and (car2_x < cx_right)) and (cx_left < car2_x)) { if (car2_y < (d - 5)) { setProperty("_root.car2", _rotation , car2_rot - 1); } if (((d - 5) < car2_y) and (car2_y < (d + _5))) { setProperty("_root.car2", _rotation , 180); } if ((d + 5) < car2_y) { setProperty("_root.car2", _rotation , car2_rot + 1); } } if (((car2_x < dx_left) and (car2_y < dy_bottom)) and (dy_top < car2_y)) { if (car2_x < (e - 5)) { setProperty("_root.car2", _rotation , car2_rot + 1); } if ((e + 5) < car2_x) { setProperty("_root.car2", _rotation , car2_rot - 1); } if (((e - 5) < car2_x) and (car2_x < (e + 5))) { setProperty("_root.car2", _rotation , -90); } } car2_x = getProperty(_root.car2, _x); car2_y = getProperty(_root.car2, _y); car2_rot = getProperty(_root.car2, _rotation); if ((-90 < car2_rot) and (car2_rot < 90)) { car2_rot_d = "1"; } else { car2_rot_d = "-1"; } if ((((ay_top < car2_y) and (car2_y < ay_bottom)) and (ax_left < car2_x)) and (car2_x < ax_right)) { offtrack = "true"; } else if ((((by_top < car2_y) and (car2_y < by_bottom)) and (bx_left < car2_x)) and (car2_x < bx_right)) { offtrack = "true"; } else if ((((cy_top < car2_y) and (car2_y < cy_bottom)) and (cx_left < car2_x)) and (car2_x < cx_right)) { offtrack = "true"; } else if ((((dy_top < car2_y) and (car2_y < dy_bottom)) and (dx_left < car2_x)) and (car2_x < dx_right)) { offtrack = "true"; } else if ((((car2_y < ey_top) or (ey_bottom < car2_y)) or (car2_x < ex_left)) or (ex_right < car2_x)) { offtrack = "out"; } else { offtrack = "false"; } if ((((car2_y < (car1_y + 11)) and ((car1_y - 11) < car2_y)) and ((car1_x - 30) < car2_x)) and (car2_x < (car1_x + 30))) { bounce1 = "true"; } else { bounce1 = "false"; } if ((((car2_y < (car3_y + 11)) and ((car3_y - 11) < car2_y)) and ((car3_x - 30) < car2_x)) and (car2_x < (car3_x + 30))) { bounce3 = "true"; } else { bounce3 = "false"; } if ((((((finish_line_x - 30) < car2_x) and (car2_x < (finish_line_x + 30))) and (car2_y < (finish_line_y + 35))) and ((finish_line_y - 35) < car2_y)) and (security == "yes")) { security = "no"; tellTarget ("_root.laps.laps_left_2") { nextFrame(); }; } if (((((check_point_x - 35) < car2_x) and (car2_x < (check_point_x + 35))) and (car2_y < (check_point_y + 35))) and ((check_point_y - 35) < car2_y)) { security = "yes"; } var1 = (90 - car2_rot) / 10; var2 = 9 - var1; var3 = (90 + car2_rot) / 10; var4 = 9 - var3; if (UP == "true") { if ((1.5 >= sp) and (sp >= 0)) { sp = sp + 0.1; } else if (sp < 0) { sp = sp + 0.3; } back = "false"; if (RIGHT == "true") { setProperty("_root.car2", _rotation , car2_rot + 10); } if (LEFT == "true") { setProperty("_root.car2", _rotation , car2_rot - 10); } } else if (DOWN == "true") { if (0 < sp) { sp = sp - 0.3; } else if (sp >= -1.2) { sp = sp - 0.1; } back = "true"; if (RIGHT == "true") { setProperty("_root.car2", _rotation , car2_rot + (sp * 15)); } if (LEFT == "true") { setProperty("_root.car2", _rotation , car2_rot - (sp * 15)); } } else { if (((x_speed < 1) and (0 < x_speed)) or ((-1 < x_speed) and (x_speed < 0))) { x_speed = 0; } else if (x_speed != 0) { x_speed = x_speed / 1.2; } if (((y_speed < 1) and (0 < y_speed)) or ((-1 < y_speed) and (y_speed < 0))) { y_speed = 0; } else if (y_speed != 0) { y_speed = y_speed / 1.2; } if (0 < sp) { sp = sp * 0.7; } else if (sp < 0) { sp = sp * 0.7; } if (RIGHT == "true") { setProperty("_root.car2", _rotation , car2_rot + (sp * 25)); } if (LEFT == "true") { setProperty("_root.car2", _rotation , car2_rot - (sp * 25)); } } if ((offtrack == "true") and (back == "false")) { sp = -1.5; } else if ((offtrack == "true") and (back == "true")) { sp = 1.5; } else if (offtrack == "out") { sp = 0.2; } if ((car2_rot >= 0) and (car2_rot < 90)) { x_speed = var1 * sp; y_speed = var2 * sp; } else if ((car2_rot >= 90) and (180 >= car2_rot)) { x_speed = var1 * sp; y_speed = (9 + var1) * sp; } if ((car2_rot >= -90) and (car2_rot < 0)) { x_speed = var3 * sp; y_speed = (-var4) * sp; } else if ((car2_rot >= -180) and (car2_rot < -90)) { x_speed = var3 * sp; y_speed = (-(9 + var3)) * sp; } if (bounce1 == "true") { x_speed = x_speed - (ca1_x_speed * (car1_rot_d * car2_rot_d)); y_speed = y_speed - car1_y_speed; } if (bounce3 == "true") { x_speed = x_speed - (ca3_x_speed * (car3_rot_d * car2_rot_d)); y_speed = y_speed - car3_y_speed; } play();
Symbol 104 MovieClip Frame 2
setProperty("_root.car2", _x , car2_x + x_speed); setProperty("_root.car2", _y , car2_y + y_speed); gotoAndPlay (1);
Symbol 107 Button
on (release) { gotoAndStop (1); }

Library Items

Symbol 1 FontUsed by:2 3 15 16 17 18 34 35 36 37 63 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 96
Symbol 2 TextUses:1Used by:4 5
Symbol 3 TextUses:1Used by:4 5
Symbol 4 MovieClipUses:2 3Used by:14
Symbol 5 MovieClipUses:2 3Used by:14
Symbol 6 GraphicUsed by:7 8 20 21
Symbol 7 ButtonUses:6Used by:14
Symbol 8 ButtonUses:6Used by:14
Symbol 9 FontUsed by:10 12 13 22 25 44 46 56 105 108 109 110 111 112 113 114 115 116
Symbol 10 TextUses:9Used by:14
Symbol 11 GraphicUsed by:14 23 42 97
Symbol 12 TextUses:9Used by:14
Symbol 13 TextUses:9Used by:14
Symbol 14 MovieClipUses:4 5 7 8 10 11 12 13Used by:Timeline
Symbol 15 TextUses:1Used by:19
Symbol 16 TextUses:1Used by:19
Symbol 17 TextUses:1Used by:19
Symbol 18 TextUses:1Used by:19
Symbol 19 MovieClipUses:15 16 17 18Used by:23
Symbol 20 ButtonUses:6Used by:23
Symbol 21 ButtonUses:6Used by:23
Symbol 22 TextUses:9Used by:23
Symbol 23 MovieClipUses:19 20 21 22 11Used by:Timeline
Symbol 24 GraphicUsed by:42
Symbol 25 TextUses:9Used by:42
Symbol 26 FontUsed by:27 40
Symbol 27 TextUses:26Used by:42
Symbol 28 GraphicUsed by:42
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:42 65  Timeline
Symbol 31 FontUsed by:32 41
Symbol 32 EditableTextUses:31Used by:42
Symbol 33 GraphicUsed by:42
Symbol 34 TextUses:1Used by:42
Symbol 35 TextUses:1Used by:42
Symbol 36 TextUses:1Used by:42
Symbol 37 TextUses:1Used by:42
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:42 66 104  Timeline
Symbol 40 TextUses:26Used by:42
Symbol 41 EditableTextUses:31Used by:42
Symbol 42 MovieClipUses:24 25 27 28 30 11 32 33 34 35 36 37 39 40 41Used by:Timeline
Symbol 43 GraphicUsed by:45
Symbol 44 TextUses:9Used by:45
Symbol 45 ButtonUses:43 44Used by:Timeline
Symbol 46 TextUses:9Used by:47
Symbol 47 MovieClipUses:46Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:65 66 67 104  Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:67  Timeline
Symbol 55 GraphicUsed by:58
Symbol 56 TextUses:9Used by:58
Symbol 57 GraphicUsed by:58
Symbol 58 ButtonUses:55 56 57Used by:Timeline
Symbol 59 ShapeTweeningUsed by:64
Symbol 60 GraphicUsed by:64
Symbol 61 ShapeTweeningUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 TextUses:1Used by:64
Symbol 64 MovieClipUses:59 60 61 62 63Used by:Timeline
Symbol 65 MovieClipUses:30 52Used by:Timeline
Symbol 66 MovieClipUses:39 52Used by:Timeline
Symbol 67 MovieClipUses:54 52Used by:Timeline
Symbol 68 TextUses:1Used by:97
Symbol 69 EditableTextUses:1Used by:97
Symbol 70 TextUses:1Used by:97
Symbol 71 TextUses:1Used by:97
Symbol 72 TextUses:1Used by:93 94 95
Symbol 73 TextUses:1Used by:93 94 95
Symbol 74 TextUses:1Used by:93 94 95
Symbol 75 TextUses:1Used by:93 94 95
Symbol 76 TextUses:1Used by:93 94 95
Symbol 77 TextUses:1Used by:93 94 95
Symbol 78 TextUses:1Used by:93 94 95
Symbol 79 TextUses:1Used by:93 94 95
Symbol 80 TextUses:1Used by:93 94 95
Symbol 81 TextUses:1Used by:93 94 95
Symbol 82 TextUses:1Used by:93 94 95
Symbol 83 TextUses:1Used by:93 94 95
Symbol 84 TextUses:1Used by:93 94 95
Symbol 85 TextUses:1Used by:93 94 95
Symbol 86 TextUses:1Used by:93 94 95
Symbol 87 TextUses:1Used by:93 94 95
Symbol 88 TextUses:1Used by:93 94 95
Symbol 89 TextUses:1Used by:93 94 95
Symbol 90 TextUses:1Used by:93 94 95
Symbol 91 TextUses:1Used by:93 94 95
Symbol 92 TextUses:1Used by:93 94 95
Symbol 93 MovieClipUses:72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92Used by:97
Symbol 94 MovieClipUses:72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92Used by:97
Symbol 95 MovieClipUses:72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92Used by:97
Symbol 96 EditableTextUses:1Used by:97
Symbol 97 MovieClipUses:68 69 70 71 11 93 94 95 96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 MovieClipUses:39 52Used by:Timeline
Symbol 105 TextUses:9Used by:Timeline
Symbol 106 GraphicUsed by:107
Symbol 107 ButtonUses:106Used by:Timeline
Symbol 108 TextUses:9Used by:Timeline
Symbol 109 TextUses:9Used by:Timeline
Symbol 110 EditableTextUses:9Used by:Timeline
Symbol 111 EditableTextUses:9Used by:Timeline
Symbol 112 TextUses:9Used by:Timeline
Symbol 113 TextUses:9Used by:Timeline
Symbol 114 EditableTextUses:9Used by:Timeline
Symbol 115 EditableTextUses:9Used by:Timeline
Symbol 116 EditableTextUses:9Used by:Timeline

Instance Names

"num"Frame 1Symbol 14 MovieClip
"cont"Frame 1Symbol 42 MovieClip
"car_pos"Frame 3Symbol 30 MovieClip
"tr"Frame 3Symbol 52 MovieClip
"br"Frame 3Symbol 52 MovieClip
"tl"Frame 3Symbol 52 MovieClip
"bl"Frame 3Symbol 52 MovieClip
"car_pos"Frame 3Symbol 39 MovieClip
"tr"Frame 3Symbol 52 MovieClip
"br"Frame 3Symbol 52 MovieClip
"tl"Frame 3Symbol 52 MovieClip
"bl"Frame 3Symbol 52 MovieClip
"car_pos"Frame 3Symbol 54 MovieClip
"tr"Frame 3Symbol 52 MovieClip
"br"Frame 3Symbol 52 MovieClip
"tl"Frame 3Symbol 52 MovieClip
"bl"Frame 3Symbol 52 MovieClip
"t_1"Frame 3Symbol 52 MovieClip
"t_2"Frame 3Symbol 52 MovieClip
"t_3"Frame 3Symbol 52 MovieClip
"t_4"Frame 3Symbol 52 MovieClip
"t_5"Frame 3Symbol 52 MovieClip
"a"Frame 3Symbol 52 MovieClip
"b"Frame 3Symbol 52 MovieClip
"c"Frame 3Symbol 52 MovieClip
"d"Frame 3Symbol 52 MovieClip
"e"Frame 3Symbol 52 MovieClip
"a2"Frame 3Symbol 52 MovieClip
"b2"Frame 3Symbol 52 MovieClip
" c2"Frame 3Symbol 52 MovieClip
" d2"Frame 3Symbol 52 MovieClip
" e2"Frame 3Symbol 52 MovieClip
"car1"Frame 12Symbol 65 MovieClip
"car2"Frame 12Symbol 66 MovieClip
"car3"Frame 12Symbol 67 MovieClip
"a_4"Frame 12Symbol 52 MovieClip
"a_1"Frame 12Symbol 52 MovieClip
"b_4"Frame 12Symbol 52 MovieClip
"b_1"Frame 12Symbol 52 MovieClip
"c_4"Frame 12Symbol 52 MovieClip
"c_1"Frame 12Symbol 52 MovieClip
"d_4"Frame 12Symbol 52 MovieClip
"d_1"Frame 12Symbol 52 MovieClip
"e_1"Frame 12Symbol 52 MovieClip
"e_4"Frame 12Symbol 52 MovieClip
"laps"Frame 12Symbol 97 MovieClip
"finish"Frame 12Symbol 99 MovieClip
"security"Frame 12Symbol 101 MovieClip
"car_pos"Frame 16Symbol 30 MovieClip
"tr"Frame 16Symbol 52 MovieClip
"br"Frame 16Symbol 52 MovieClip
"tl"Frame 16Symbol 52 MovieClip
"bl"Frame 16Symbol 52 MovieClip
"car_pos"Frame 16Symbol 39 MovieClip
"tr"Frame 16Symbol 52 MovieClip
"br"Frame 16Symbol 52 MovieClip
"tl"Frame 16Symbol 52 MovieClip
"bl"Frame 16Symbol 52 MovieClip
"car_pos"Frame 16Symbol 54 MovieClip
"tr"Frame 16Symbol 52 MovieClip
"br"Frame 16Symbol 52 MovieClip
"tl"Frame 16Symbol 52 MovieClip
"bl"Frame 16Symbol 52 MovieClip
"car1"Frame 17Symbol 65 MovieClip
"car2"Frame 17Symbol 104 MovieClip
"car3"Frame 17Symbol 67 MovieClip
"laps"Frame 17Symbol 97 MovieClip
"num_of_p"Symbol 14 MovieClip Frame 1Symbol 4 MovieClip
"num_of_cp"Symbol 14 MovieClip Frame 1Symbol 5 MovieClip
"num_of_l"Symbol 23 MovieClip Frame 1Symbol 19 MovieClip
"car_pos"Symbol 65 MovieClip Frame 1Symbol 30 MovieClip
"tr"Symbol 65 MovieClip Frame 1Symbol 52 MovieClip
"br"Symbol 65 MovieClip Frame 1Symbol 52 MovieClip
"tl"Symbol 65 MovieClip Frame 1Symbol 52 MovieClip
"bl"Symbol 65 MovieClip Frame 1Symbol 52 MovieClip
"car_pos"Symbol 66 MovieClip Frame 1Symbol 39 MovieClip
"tr"Symbol 66 MovieClip Frame 1Symbol 52 MovieClip
"br"Symbol 66 MovieClip Frame 1Symbol 52 MovieClip
"tl"Symbol 66 MovieClip Frame 1Symbol 52 MovieClip
"bl"Symbol 66 MovieClip Frame 1Symbol 52 MovieClip
"car_pos"Symbol 67 MovieClip Frame 1Symbol 54 MovieClip
"tr"Symbol 67 MovieClip Frame 1Symbol 52 MovieClip
"br"Symbol 67 MovieClip Frame 1Symbol 52 MovieClip
"tl"Symbol 67 MovieClip Frame 1Symbol 52 MovieClip
"bl"Symbol 67 MovieClip Frame 1Symbol 52 MovieClip
"laps_left_3"Symbol 97 MovieClip Frame 10Symbol 93 MovieClip
"laps_left_2"Symbol 97 MovieClip Frame 10Symbol 94 MovieClip
"laps_left_1"Symbol 97 MovieClip Frame 10Symbol 95 MovieClip
"car_pos"Symbol 104 MovieClip Frame 1Symbol 39 MovieClip
"tr"Symbol 104 MovieClip Frame 1Symbol 52 MovieClip
"br"Symbol 104 MovieClip Frame 1Symbol 52 MovieClip
"tl"Symbol 104 MovieClip Frame 1Symbol 52 MovieClip
"bl"Symbol 104 MovieClip Frame 1Symbol 52 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$qU$wOtlJnSsJW7UY/S3jlwoI/."

Labels

"two"Frame 11
"one"Frame 16
"player1"Frame 32
"player2"Frame 37
"cp"Frame 42
"cp2"Frame 47

Dynamic Text Variables

player1_nameSymbol 32 EditableText"Your name"
player2_nameSymbol 41 EditableText"Your name"
_root.player1_nameSymbol 69 EditableText""
_root.player2_nameSymbol 96 EditableText""
player1_nameSymbol 110 EditableText"winner"
player2_nameSymbol 111 EditableText"winner"
player1_nameSymbol 114 EditableText"loser"
player2_nameSymbol 115 EditableText"loser"
player1_nameSymbol 116 EditableText"loser"




http://swfchan.com/5/23617/info.shtml
Created: 26/5 -2019 02:47:57 Last modified: 26/5 -2019 02:47:57 Server time: 16/05 -2024 09:40:11