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

<div style="position:absolute;top:-99px;left:-99px;"><img src="https://tools.swfchan.com/stathit.asp?noj=FRM96860340-10DC&rnd=96860340" width="1" height="1"></div>

142187_BoyRacer.swf

This is the info page for
Flash #262408

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


Text
---
SPEED :

STATUS :

TIME LEFT :

Level 1

Get A Move On!

10

9

8

7

6

5

4

3

2

1

0

SORRY

You have run out of time!

Retry?

SPEED :

COMPLETED!

NEXT LEVEL

Level Skip Password
"racer"

SPEED :

TIME LEFT :

STATUS : Get A Move On!

Level 3

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

STATUS : COMPLETED!

Level Skip Password
"speedo"

SPEED :

STATUS : Get A Move On!

Level 4

TIME LEFT :

STATUS : COMPLETED!

Ok, That Was The Easy Levels!

Now Lets Move Onto The More
Challenging Ones!

Level Skip Password
"vroom"

SPEED :

STATUS : Get A Move On!

Level 5

TIME LEFT :

STATUS : COMPLETED!

Level Skip Password
"speed-o-meter"

SPEED :

STATUS : Get A Move On!

Level 6

TIME LEFT :

STATUS : COMPLETED!

Level Skip Password
"burn-out"

TIME LEFT :

Level 10

Level 10

Well Done!

You have completed the first 10 levels of
this game!
By clicking the button below, you will be
taken to a secret screen which grants
access to some bonus fun levels!

Secret Levels

Level Skip Password
"roadkill"

>>BACK

>>BACK

Bonus Tracks

>> BOYRACER

Game Credits

Created By
James Teague aka
GreenAndroid
Kindly Tested By
RyeKusho
Jensvanhoecke
BlackMaggot
Sefiet
Gotyu
Tails
Alpha_marine
Alpha_Sparky
Brandham
lonepsycho101
......And many more!
Special Thanks To
Eric Causey
(creater of Arcane Light)

Additional Info
Music
FlashKit
Car Imagery
Grand theft auto
Track Design And
Concepts
James Teague
Emma Teague
Extra
Kindly hosted by
Newgrounds
Developed For And By
GreenAndroid
(www.greenandroid.co.uk)

WEBSITE

WEBSITE

PLAY

PLAY

ABOUT

BoyRacer is the first game made by Greenandroid
The initial game concept came from the game TAXI, in
which you had to drive to a certain point on a map
in a designated time.  This project took around 2
months to complete, but wasn't worked on
constantly! - We hope you enjoy the game play!

>> BOYRACER

Level Skip

If you have a level skip code
please enter it into the box below!

Note - code is case sensitive!

ENTER

Instructions

Your racing car starts on one end of
the track, which is coloured red.
Your mission is to drive your racing
car to the other red section, at the
other end of the track! Each level has
a set time, and has an increasing
level of difficulty!
Do you drive slowly and carefully, or
fast and recklessly?
The choice is yours!
Complete all 10 levels to unlock a
menu of bonus levels!!!
ARROW KEYS CONTROL THE CAR

TIME LEFT :

STATUS : Get A Move On!

Level 8

STATUS : COMPLETED!

Level skip Password
"accuracy"

SPEED :

TIME LEFT :

STATUS : Get A Move On!

Level 7

STATUS : COMPLETED!

Level Skip Password
"emergency"

20

19

18

17

16

15

14

13

12

11

10

9

8

7

6

5

4

3

2

1

0

SPEED :

STATUS : Get A Move On!

Level 9

STATUS : COMPLETED!

If you can complete the next level, a
secret menu of extra levels will be
unlocked for you to play!

Level Skip Password
"roadrunner"

SPEED :

Level 2

STATUS : Get A Move On!

SPEED :

STATUS : COMPLETED!

Level Skip Password
"twisty"

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 2
percent = Math.floor((getBytesLoaded() / getBytesTotal()) * 100); myOutput.text = percent + "% is loaded";
Frame 3
if (percent == 100) { gotoAndPlay (979); } else { gotoAndPlay (2); }
Frame 5
Stage.showMenu = false;
Instance of Symbol 10 MovieClip "car" in Frame 5
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 125
stop();
Frame 126
stop();
Instance of Symbol 10 MovieClip "car" in Frame 128
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary3.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 308
stop();
Frame 309
stop();
Instance of Symbol 10 MovieClip "car" in Frame 310
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary4.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 430
stop();
Frame 431
stop();
Instance of Symbol 10 MovieClip "car" in Frame 432
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary5.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 612
stop();
Frame 613
stop();
Instance of Symbol 10 MovieClip "car" in Frame 614
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary6.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 794
stop();
Frame 795
stop();
Instance of Symbol 10 MovieClip "car" in Frame 796
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary7.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 976
stop();
Frame 977
stop();
Frame 978
stop();
Frame 979
stop();
Instance of Symbol 10 MovieClip "car" in Frame 980
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary7.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 1160
stop();
Frame 1161
stop();
Instance of Symbol 10 MovieClip "car" in Frame 1162
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary9.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 1342
stop();
Frame 1343
stop();
Instance of Symbol 10 MovieClip "car" in Frame 1344
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary10.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 1584
stop();
Frame 1585
stop();
Instance of Symbol 10 MovieClip "car" in Frame 1586
onClipEvent (enterFrame) { _root.speed = speed; _root.mph = Number(speed) * 2; _root.mph = _root.mph - (_root.mph % 1); if (_root.mph < 1) { _root.mph = 1; } if (Key.isDown(38)) { speed = speed + 2; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 20) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 14); } if (Key.isDown(39)) { _rotation = (_rotation + 14); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.boundary2.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } } onClipEvent (enterFrame) { if (this._x > 600) { this._x = -50; } } onClipEvent (enterFrame) { if (this._y > 450) { this._y = -50; } } onClipEvent (enterFrame) { if (this._x < -50) { this._x = 600; } } onClipEvent (enterFrame) { if (this._y < -50) { this._y = 450; } }
Frame 1707
stop();
Frame 1708
stop();
Symbol 11 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete"); }
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 34 MovieClip Frame 120
stop();
Symbol 45 Button
on (release) { tellTarget ("../load") { gotoAndPlay ("play"); }; tellTarget ("../") { gotoAndPlay ("eqstart"); }; Set("../:status", "play"); gotoAndStop (12); }
Symbol 49 Button
on (release) { tellTarget ("../load") { gotoAndPlay ("mute"); }; gotoAndStop (2); Set("../:status", "stop"); }
Symbol 50 MovieClip Frame 1
tellTarget ("../load") { gotoAndPlay ("play"); }; tellTarget ("../") { gotoAndPlay ("eqstart"); }; Set("../:status", "play"); gotoAndStop (12);
Symbol 50 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 12
stop();
Symbol 51 MovieClip Frame 1
loadMovie ("http://www.green-android.pwp.blueyonder.co.uk/data.swf", "load"); setProperty("eq", _visible , "0"); setProperty("dot", _visible , "0"); eqy = getProperty("eq", _y); eqx = 11;
Symbol 51 MovieClip Frame 2
if (load/:load eq "yes") { gotoAndPlay (4); }
Symbol 51 MovieClip Frame 3
gotoAndPlay (2);
Symbol 51 MovieClip Frame 4
i = "0"; while (Number(i) < 8) { duplicateMovieClip ("eq", "eq" add i, 10 + Number(i)); duplicateMovieClip ("dot", "eqdot" add i, 20 + Number(i)); setProperty("eq" add i, _x , Number(eqx) + Number(i * 8)); setProperty("eqdot" add i, _x , Number(eqx) + Number(i * 8)); setProperty("eq" add i, _yscale , 1); Set("doty" add i, 0); setProperty("eqdot" add i, _y , (eqy - 1) - eval ("doty" add i)); i = Number(i) + 1; } status = "stop"; stop();
Symbol 51 MovieClip Frame 5
starttime = getTimer(); loop = "0"; maxloops = "300";
Symbol 51 MovieClip Frame 6
playtime = (getTimer() - starttime) - (load/:fulllen * loop); j = int(playtime / load/:step); i = "0"; while (Number(i) < 8) { if (status eq "play") { sc = substring(eval ("load/:data" add j), (i * 2) + 1, 2); } else { sc = 0; } setProperty("eq" add i, _yscale , 1 + Number(sc)); setProperty("line" add i, _yscale , newy); if (sc >= eval ("doty" add i)) { Set("doty" add i, sc); } else { Set("doty" add i, eval ("doty" add i) - 3); } setProperty("eqdot" add i, _y , (eqy - 1) - (eval ("doty" add i) / 5)); i = Number(i) + 1; }
Symbol 51 MovieClip Frame 7
if (Number(j) < Number(load/:rows)) { gotoAndPlay (6); } else if (Number(loop) < Number(maxloops - 1)) { loop = Number(loop) + 1; gotoAndPlay (6); }
Symbol 51 MovieClip Frame 11
stop();
Symbol 59 Button
on (release) { gotoAndPlay (5); }
Symbol 67 Button
on (release) { gotoAndPlay (1586); }
Symbol 96 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete3"); }
Symbol 96 MovieClip Frame 2
gotoAndPlay (1);
Symbol 97 Button
on (release) { gotoAndPlay (128); }
Symbol 101 Button
on (release) { gotoAndPlay (310); }
Symbol 113 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete4"); }
Symbol 113 MovieClip Frame 2
gotoAndPlay (1);
Symbol 114 Button
on (release) { gotoAndPlay (310); }
Symbol 118 Button
on (release) { gotoAndPlay (432); }
Symbol 133 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete5"); }
Symbol 133 MovieClip Frame 2
gotoAndPlay (1);
Symbol 134 Button
on (release) { gotoAndPlay (432); }
Symbol 138 Button
on (release) { gotoAndPlay (614); }
Symbol 149 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete6"); }
Symbol 149 MovieClip Frame 2
gotoAndPlay (1);
Symbol 150 Button
on (release) { gotoAndPlay (614); }
Symbol 154 Button
on (release) { gotoAndPlay (1162); }
Symbol 163 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete7"); }
Symbol 163 MovieClip Frame 2
gotoAndPlay (1);
Symbol 164 Button
on (release) { gotoAndPlay (796); }
Symbol 174 Button
on (release) { gotoAndPlay (978); }
Symbol 181 Button
on (release) { gotoAndPlay (979); }
Symbol 193 Button
on (release) { getURL ("http://www.greenandroid.co.uk", "_blank"); }
Symbol 196 Button
on (release) { gotoAndPlay (5); }
Symbol 200 Button
on (release) { gotoAndPlay (5); }
Symbol 213 Button
on (release, keyPress "<Enter>") { if (level == "racer") { gotoAndPlay (1586); } } on (release, keyPress "<Enter>") { if (level == "twisty") { gotoAndPlay (128); } } on (release, keyPress "<Enter>") { if (level == "speedo") { gotoAndPlay (310); } } on (release, keyPress "<Enter>") { if (level == "vroom") { gotoAndPlay (432); } } on (release, keyPress "<Enter>") { if (level == "speed-o-meter") { gotoAndPlay (614); } } on (release, keyPress "<Enter>") { if (level == "burn-out") { gotoAndPlay (1162); } } on (release, keyPress "<Enter>") { if (level == "emergency") { gotoAndPlay (980); } } on (release, keyPress "<Enter>") { if (level == "accuracy") { gotoAndPlay (1344); } } on (release, keyPress "<Enter>") { if (level == "roadkill") { gotoAndPlay (978); } } on (release, keyPress "<Enter>") { if (level == "roadrunner") { gotoAndPlay (796); } }
Symbol 228 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete8"); }
Symbol 228 MovieClip Frame 2
gotoAndPlay (1);
Symbol 229 Button
on (release) { gotoAndPlay (980); }
Symbol 233 Button
on (release) { gotoAndPlay (1344); }
Symbol 246 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete9"); }
Symbol 246 MovieClip Frame 2
gotoAndPlay (1);
Symbol 247 Button
on (release) { gotoAndPlay (1162); }
Symbol 251 Button
on (release) { gotoAndPlay (980); }
Symbol 279 MovieClip Frame 240
stop();
Symbol 285 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete10"); }
Symbol 285 MovieClip Frame 2
gotoAndPlay (1);
Symbol 286 Button
on (release) { gotoAndPlay (1344); }
Symbol 291 Button
on (release) { gotoAndPlay (796); }
Symbol 303 MovieClip Frame 1
car_x = getProperty("/car", _x); car_y = getProperty("/car", _y); end_x = getProperty("/end", _x); end_y = getProperty("/end", _y); car_h = getProperty("/car", _height) / 2; end_h = getProperty("/end", _height) / 2; car_w = getProperty("/car", _width) / 2; end_w = getProperty("/end", _width) / 2; distance_x = car_x - end_x; distance_y = car_y - end_y; area = (Number(car_h) + Number(car_w)) * (Number(end_h) + Number(end_w)); if (Number(Number(distance_x * distance_x) + Number(distance_y * distance_y)) <= Number(area)) { _root.gotoAndStop("complete2"); }
Symbol 303 MovieClip Frame 2
gotoAndPlay (1);
Symbol 304 Button
on (release) { gotoAndPlay (1586); }
Symbol 310 Button
on (release) { gotoAndPlay (128); }

Library Items

Symbol 1 FontUsed by:2 3 14 15 16 17 18 20 21 23 24 25 26 27 28 29 30 31 32 33 60 61 62 63 65 69 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 98 99 100 102 106 107 108 109 110 111 115 116 117 119 121 122 123 127 128 129 130 131 132 135 136 137 139 143 144 145 146 147 148 151 152 153 155 159 160 161 162 165 166 167 169 170 172 175 182 184 186 187 203 207 209 212 215 216 223 224 225 226 227 230 231 232 234 240 241 242 243 244 245 248 249 250 252 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 280 281 282 283 284 287 288 289 292 293 298 299 300 301 302 306 307 308 309 311
Symbol 2 EditableTextUses:1Used by:Timeline
Symbol 3 EditableTextUses:1Used by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 MovieClipUsed by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 TextUsed by:Timeline
Symbol 14 EditableTextUses:1Used by:Timeline
Symbol 15 EditableTextUses:1Used by:Timeline
Symbol 16 TextUses:1Used by:Timeline
Symbol 17 TextUses:1Used by:Timeline
Symbol 18 TextUses:1Used by:Timeline
Symbol 19 TextUsed by:Timeline
Symbol 20 TextUses:1Used by:Timeline
Symbol 21 TextUses:1Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 EditableTextUses:1Used by:34
Symbol 24 EditableTextUses:1Used by:34
Symbol 25 EditableTextUses:1Used by:34
Symbol 26 EditableTextUses:1Used by:34
Symbol 27 EditableTextUses:1Used by:34
Symbol 28 EditableTextUses:1Used by:34
Symbol 29 EditableTextUses:1Used by:34
Symbol 30 EditableTextUses:1Used by:34
Symbol 31 EditableTextUses:1Used by:34
Symbol 32 EditableTextUses:1Used by:34
Symbol 33 EditableTextUses:1Used by:34
Symbol 34 MovieClipUses:23 24 25 26 27 28 29 30 31 32 33Used by:Timeline
Symbol 35 GraphicUsed by:51
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:51
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:51
Symbol 40 MovieClipUsed by:51
Symbol 41 GraphicUsed by:51
Symbol 42 GraphicUsed by:45
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:42 43 44Used by:50
Symbol 46 GraphicUsed by:49
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 ButtonUses:46 47 48Used by:50
Symbol 50 MovieClipUses:45 49Used by:51
Symbol 51 MovieClipUses:35 37 39 40 41 50Used by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 FontUsed by:54 55 57
Symbol 54 TextUses:53Used by:Timeline
Symbol 55 TextUses:53Used by:Timeline
Symbol 56 GraphicUsed by:59 97 114 134 150 164 229 247 286 304
Symbol 57 TextUses:53Used by:59 97 114 134 150 164 229 247 286 304
Symbol 58 GraphicUsed by:59 97 114 134 150 164 229 247 286 304
Symbol 59 ButtonUses:56 57 58Used by:Timeline
Symbol 60 EditableTextUses:1Used by:Timeline
Symbol 61 EditableTextUses:1Used by:Timeline
Symbol 62 TextUses:1Used by:Timeline
Symbol 63 TextUses:1Used by:Timeline
Symbol 64 GraphicUsed by:67 101 118 138 154 233 251 291 310
Symbol 65 TextUses:1Used by:67 101 118 138 154 233 251 291 310
Symbol 66 GraphicUsed by:67 101 118 138 154 233 251 291 310
Symbol 67 ButtonUses:64 65 66Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 TextUses:1Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 EditableTextUses:1Used by:Timeline
Symbol 74 EditableTextUses:1Used by:Timeline
Symbol 75 TextUses:1Used by:Timeline
Symbol 76 TextUses:1Used by:Timeline
Symbol 77 TextUses:1Used by:Timeline
Symbol 78 TextUses:1Used by:Timeline
Symbol 79 EditableTextUses:1Used by:95
Symbol 80 EditableTextUses:1Used by:95
Symbol 81 EditableTextUses:1Used by:95
Symbol 82 EditableTextUses:1Used by:95
Symbol 83 EditableTextUses:1Used by:95
Symbol 84 EditableTextUses:1Used by:95
Symbol 85 EditableTextUses:1Used by:95
Symbol 86 EditableTextUses:1Used by:95
Symbol 87 EditableTextUses:1Used by:95
Symbol 88 EditableTextUses:1Used by:95
Symbol 89 EditableTextUses:1Used by:95
Symbol 90 EditableTextUses:1Used by:95
Symbol 91 EditableTextUses:1Used by:95
Symbol 92 EditableTextUses:1Used by:95
Symbol 93 EditableTextUses:1Used by:95
Symbol 94 EditableTextUses:1Used by:95
Symbol 95 MovieClipUses:79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94Used by:Timeline
Symbol 96 MovieClipUsed by:Timeline
Symbol 97 ButtonUses:56 57 58Used by:Timeline
Symbol 98 EditableTextUses:1Used by:Timeline
Symbol 99 EditableTextUses:1Used by:Timeline
Symbol 100 TextUses:1Used by:Timeline
Symbol 101 ButtonUses:64 65 66Used by:Timeline
Symbol 102 TextUses:1Used by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:Timeline
Symbol 106 TextUses:1Used by:Timeline
Symbol 107 TextUses:1Used by:Timeline
Symbol 108 TextUses:1Used by:Timeline
Symbol 109 TextUses:1Used by:Timeline
Symbol 110 EditableTextUses:1Used by:Timeline
Symbol 111 EditableTextUses:1Used by:Timeline
Symbol 112 TextUsed by:Timeline
Symbol 113 MovieClipUsed by:Timeline
Symbol 114 ButtonUses:56 57 58Used by:Timeline
Symbol 115 TextUses:1Used by:Timeline
Symbol 116 EditableTextUses:1Used by:Timeline
Symbol 117 EditableTextUses:1Used by:Timeline
Symbol 118 ButtonUses:64 65 66Used by:Timeline
Symbol 119 EditableTextUses:1Used by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 TextUses:1Used by:Timeline
Symbol 122 TextUses:1Used by:Timeline
Symbol 123 TextUses:1Used by:Timeline
Symbol 124 GraphicUsed by:Timeline
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 TextUses:1Used by:Timeline
Symbol 128 TextUses:1Used by:Timeline
Symbol 129 TextUses:1Used by:Timeline
Symbol 130 EditableTextUses:1Used by:Timeline
Symbol 131 EditableTextUses:1Used by:Timeline
Symbol 132 TextUses:1Used by:Timeline
Symbol 133 MovieClipUsed by:Timeline
Symbol 134 ButtonUses:56 57 58Used by:Timeline
Symbol 135 TextUses:1Used by:Timeline
Symbol 136 EditableTextUses:1Used by:Timeline
Symbol 137 EditableTextUses:1Used by:Timeline
Symbol 138 ButtonUses:64 65 66Used by:Timeline
Symbol 139 TextUses:1Used by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 TextUses:1Used by:Timeline
Symbol 144 TextUses:1Used by:Timeline
Symbol 145 TextUses:1Used by:Timeline
Symbol 146 TextUses:1Used by:Timeline
Symbol 147 EditableTextUses:1Used by:Timeline
Symbol 148 EditableTextUses:1Used by:Timeline
Symbol 149 MovieClipUsed by:Timeline
Symbol 150 ButtonUses:56 57 58Used by:Timeline
Symbol 151 TextUses:1Used by:Timeline
Symbol 152 EditableTextUses:1Used by:Timeline
Symbol 153 EditableTextUses:1Used by:Timeline
Symbol 154 ButtonUses:64 65 66Used by:Timeline
Symbol 155 TextUses:1Used by:Timeline
Symbol 156 GraphicUsed by:Timeline
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:Timeline
Symbol 159 TextUses:1Used by:Timeline
Symbol 160 TextUses:1Used by:Timeline
Symbol 161 EditableTextUses:1Used by:Timeline
Symbol 162 EditableTextUses:1Used by:Timeline
Symbol 163 MovieClipUsed by:Timeline
Symbol 164 ButtonUses:56 57 58Used by:Timeline
Symbol 165 TextUses:1Used by:Timeline
Symbol 166 EditableTextUses:1Used by:Timeline
Symbol 167 EditableTextUses:1Used by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 TextUses:1Used by:Timeline
Symbol 170 TextUses:1Used by:Timeline
Symbol 171 GraphicUsed by:174
Symbol 172 TextUses:1Used by:174
Symbol 173 GraphicUsed by:174
Symbol 174 ButtonUses:171 172 173Used by:Timeline
Symbol 175 TextUses:1Used by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 GraphicUsed by:181
Symbol 178 FontUsed by:179 180 183
Symbol 179 TextUses:178Used by:181
Symbol 180 TextUses:178Used by:181
Symbol 181 ButtonUses:177 179 180Used by:Timeline
Symbol 182 TextUses:1Used by:Timeline
Symbol 183 TextUses:178Used by:Timeline
Symbol 184 TextUses:1Used by:Timeline
Symbol 185 FontUsed by:186 187 208 210 216
Symbol 186 TextUses:1 185Used by:Timeline
Symbol 187 TextUses:1 185Used by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 GraphicUsed by:193
Symbol 190 FontUsed by:191 192 198 199 202 205
Symbol 191 TextUses:190Used by:193
Symbol 192 TextUses:190Used by:193
Symbol 193 ButtonUses:189 191 192Used by:Timeline
Symbol 194 GraphicUsed by:Timeline
Symbol 195 GraphicUsed by:196
Symbol 196 ButtonUses:195Used by:Timeline
Symbol 197 GraphicUsed by:200
Symbol 198 TextUses:190Used by:200
Symbol 199 TextUses:190Used by:200
Symbol 200 ButtonUses:197 198 199Used by:Timeline
Symbol 201 GraphicUsed by:204
Symbol 202 TextUses:190Used by:204
Symbol 203 TextUses:1Used by:204
Symbol 204 ButtonUses:201 202 203Used by:Timeline
Symbol 205 TextUses:190Used by:Timeline
Symbol 206 GraphicUsed by:Timeline
Symbol 207 TextUses:1Used by:Timeline
Symbol 208 TextUses:185Used by:Timeline
Symbol 209 TextUses:1Used by:Timeline
Symbol 210 EditableTextUses:185Used by:Timeline
Symbol 211 GraphicUsed by:213
Symbol 212 TextUses:1Used by:213
Symbol 213 ButtonUses:211 212Used by:Timeline
Symbol 214 GraphicUsed by:Timeline
Symbol 215 TextUses:1Used by:Timeline
Symbol 216 TextUses:185 1Used by:Timeline
Symbol 217 GraphicUsed by:Timeline
Symbol 218 GraphicUsed by:221
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:221
Symbol 221 MovieClipUses:218 220Used by:Timeline
Symbol 222 GraphicUsed by:Timeline
Symbol 223 TextUses:1Used by:Timeline
Symbol 224 TextUses:1Used by:Timeline
Symbol 225 TextUses:1Used by:Timeline
Symbol 226 EditableTextUses:1Used by:Timeline
Symbol 227 EditableTextUses:1Used by:Timeline
Symbol 228 MovieClipUsed by:Timeline
Symbol 229 ButtonUses:56 57 58Used by:Timeline
Symbol 230 TextUses:1Used by:Timeline
Symbol 231 EditableTextUses:1Used by:Timeline
Symbol 232 EditableTextUses:1Used by:Timeline
Symbol 233 ButtonUses:64 65 66Used by:Timeline
Symbol 234 TextUses:1Used by:Timeline
Symbol 235 GraphicUsed by:Timeline
Symbol 236 GraphicUsed by:239
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237Used by:239
Symbol 239 MovieClipUses:236 238Used by:Timeline
Symbol 240 TextUses:1Used by:Timeline
Symbol 241 TextUses:1Used by:Timeline
Symbol 242 TextUses:1Used by:Timeline
Symbol 243 TextUses:1Used by:Timeline
Symbol 244 EditableTextUses:1Used by:Timeline
Symbol 245 EditableTextUses:1Used by:Timeline
Symbol 246 MovieClipUsed by:Timeline
Symbol 247 ButtonUses:56 57 58Used by:Timeline
Symbol 248 TextUses:1Used by:Timeline
Symbol 249 EditableTextUses:1Used by:Timeline
Symbol 250 EditableTextUses:1Used by:Timeline
Symbol 251 ButtonUses:64 65 66Used by:Timeline
Symbol 252 TextUses:1Used by:Timeline
Symbol 253 GraphicUsed by:Timeline
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:257
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:255 256Used by:Timeline
Symbol 258 EditableTextUses:1Used by:279
Symbol 259 EditableTextUses:1Used by:279
Symbol 260 EditableTextUses:1Used by:279
Symbol 261 EditableTextUses:1Used by:279
Symbol 262 EditableTextUses:1Used by:279
Symbol 263 EditableTextUses:1Used by:279
Symbol 264 EditableTextUses:1Used by:279
Symbol 265 EditableTextUses:1Used by:279
Symbol 266 EditableTextUses:1Used by:279
Symbol 267 EditableTextUses:1Used by:279
Symbol 268 EditableTextUses:1Used by:279
Symbol 269 EditableTextUses:1Used by:279
Symbol 270 EditableTextUses:1Used by:279
Symbol 271 EditableTextUses:1Used by:279
Symbol 272 EditableTextUses:1Used by:279
Symbol 273 EditableTextUses:1Used by:279
Symbol 274 EditableTextUses:1Used by:279
Symbol 275 EditableTextUses:1Used by:279
Symbol 276 EditableTextUses:1Used by:279
Symbol 277 EditableTextUses:1Used by:279
Symbol 278 EditableTextUses:1Used by:279
Symbol 279 MovieClipUses:258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278Used by:Timeline
Symbol 280 EditableTextUses:1Used by:Timeline
Symbol 281 EditableTextUses:1Used by:Timeline
Symbol 282 TextUses:1Used by:Timeline
Symbol 283 TextUses:1Used by:Timeline
Symbol 284 TextUses:1Used by:Timeline
Symbol 285 MovieClipUsed by:Timeline
Symbol 286 ButtonUses:56 57 58Used by:Timeline
Symbol 287 EditableTextUses:1Used by:Timeline
Symbol 288 EditableTextUses:1Used by:Timeline
Symbol 289 TextUses:1Used by:Timeline
Symbol 290 GraphicUsed by:Timeline
Symbol 291 ButtonUses:64 65 66Used by:Timeline
Symbol 292 TextUses:1Used by:Timeline
Symbol 293 TextUses:1Used by:Timeline
Symbol 294 GraphicUsed by:Timeline
Symbol 295 GraphicUsed by:Timeline
Symbol 296 GraphicUsed by:297
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 EditableTextUses:1Used by:Timeline
Symbol 299 EditableTextUses:1Used by:Timeline
Symbol 300 EditableTextUses:1Used by:Timeline
Symbol 301 TextUses:1Used by:Timeline
Symbol 302 TextUses:1Used by:Timeline
Symbol 303 MovieClipUsed by:Timeline
Symbol 304 ButtonUses:56 57 58Used by:Timeline
Symbol 305 GraphicUsed by:Timeline
Symbol 306 EditableTextUses:1Used by:Timeline
Symbol 307 EditableTextUses:1Used by:Timeline
Symbol 308 EditableTextUses:1Used by:Timeline
Symbol 309 TextUses:1Used by:Timeline
Symbol 310 ButtonUses:64 65 66Used by:Timeline
Symbol 311 TextUses:1Used by:Timeline

Instance Names

"myOutput"Frame 2Symbol 2 EditableText
"myOutput"Frame 3Symbol 3 EditableText
"end"Frame 5Symbol 6 MovieClip
"boundary"Frame 5Symbol 8 MovieClip
"car"Frame 5Symbol 10 MovieClip
"player_mc"Frame 5Symbol 51 MovieClip
"end"Frame 128Symbol 6 MovieClip
"boundary3"Frame 128Symbol 72 MovieClip
"car"Frame 128Symbol 10 MovieClip
"speed"Frame 128Symbol 73 EditableText
"mph"Frame 128Symbol 74 EditableText
"player_mc"Frame 128Symbol 51 MovieClip
"speed"Frame 309Symbol 98 EditableText
"mph"Frame 309Symbol 99 EditableText
"end"Frame 310Symbol 6 MovieClip
"boundary4"Frame 310Symbol 105 MovieClip
"car"Frame 310Symbol 10 MovieClip
"speed"Frame 310Symbol 110 EditableText
"mph"Frame 310Symbol 111 EditableText
"player_mc"Frame 310Symbol 51 MovieClip
"speed"Frame 431Symbol 116 EditableText
"mph"Frame 431Symbol 117 EditableText
"end"Frame 432Symbol 6 MovieClip
"boundary5"Frame 432Symbol 126 MovieClip
"car"Frame 432Symbol 10 MovieClip
"speed"Frame 432Symbol 130 EditableText
"mph"Frame 432Symbol 131 EditableText
"player_mc"Frame 432Symbol 51 MovieClip
"speed"Frame 613Symbol 136 EditableText
"mph"Frame 613Symbol 137 EditableText
"end"Frame 614Symbol 6 MovieClip
"boundary6"Frame 614Symbol 142 MovieClip
"car"Frame 614Symbol 10 MovieClip
"speed"Frame 614Symbol 147 EditableText
"mph"Frame 614Symbol 148 EditableText
"player_mc"Frame 614Symbol 51 MovieClip
"speed"Frame 795Symbol 152 EditableText
"mph"Frame 795Symbol 153 EditableText
"end"Frame 796Symbol 6 MovieClip
"boundary7"Frame 796Symbol 158 MovieClip
"car"Frame 796Symbol 10 MovieClip
"speed"Frame 796Symbol 161 EditableText
"mph"Frame 796Symbol 162 EditableText
"player_mc"Frame 796Symbol 51 MovieClip
"speed"Frame 977Symbol 166 EditableText
"mph"Frame 977Symbol 167 EditableText
"end"Frame 980Symbol 6 MovieClip
"boundary7"Frame 980Symbol 221 MovieClip
"car"Frame 980Symbol 10 MovieClip
"speed"Frame 980Symbol 226 EditableText
"mph"Frame 980Symbol 227 EditableText
"player_mc"Frame 980Symbol 51 MovieClip
"speed"Frame 1161Symbol 231 EditableText
"mph"Frame 1161Symbol 232 EditableText
"end"Frame 1162Symbol 6 MovieClip
"boundary9"Frame 1162Symbol 239 MovieClip
"car"Frame 1162Symbol 10 MovieClip
"speed"Frame 1162Symbol 244 EditableText
"mph"Frame 1162Symbol 245 EditableText
"player_mc"Frame 1162Symbol 51 MovieClip
"speed"Frame 1343Symbol 249 EditableText
"mph"Frame 1343Symbol 250 EditableText
"end"Frame 1344Symbol 6 MovieClip
"boundary10"Frame 1344Symbol 257 MovieClip
"car"Frame 1344Symbol 10 MovieClip
"speed"Frame 1344Symbol 280 EditableText
"mph"Frame 1344Symbol 281 EditableText
"player_mc"Frame 1344Symbol 51 MovieClip
"speed"Frame 1585Symbol 287 EditableText
"mph"Frame 1585Symbol 288 EditableText
"end"Frame 1586Symbol 6 MovieClip
"boundary2"Frame 1586Symbol 297 MovieClip
"car"Frame 1586Symbol 10 MovieClip
"speed"Frame 1586Symbol 298 EditableText
"mph"Frame 1586Symbol 300 EditableText
"player_mc"Frame 1586Symbol 51 MovieClip
"speed"Frame 1708Symbol 306 EditableText
"mph"Frame 1708Symbol 308 EditableText
"eq"Symbol 51 MovieClip Frame 1Symbol 37 MovieClip
"dot"Symbol 51 MovieClip Frame 1Symbol 39 MovieClip
"load"Symbol 51 MovieClip Frame 1Symbol 40 MovieClip
"bns"Symbol 51 MovieClip Frame 4Symbol 50 MovieClip

Labels

"done"Frame 125
"complete"Frame 126
"complete3"Frame 309
"complete4"Frame 431
"complete5"Frame 613
"complete6"Frame 795
"complete7"Frame 977
"complete8"Frame 1161
"complete9"Frame 1343
"complete10"Frame 1585
"complete2"Frame 1708
"off"Symbol 50 MovieClip Frame 2
"on"Symbol 50 MovieClip Frame 12
"eqstart"Symbol 51 MovieClip Frame 5
"eqplay"Symbol 51 MovieClip Frame 6
"end"Symbol 51 MovieClip Frame 11

Dynamic Text Variables

mphSymbol 14 EditableText""
speedSymbol 15 EditableText""
mphSymbol 60 EditableText""
speedSymbol 61 EditableText""
speedSymbol 73 EditableText""
mphSymbol 74 EditableText""
speedSymbol 98 EditableText""
mphSymbol 99 EditableText""
speedSymbol 110 EditableText""
mphSymbol 111 EditableText""
speedSymbol 116 EditableText""
mphSymbol 117 EditableText""
speedSymbol 130 EditableText""
mphSymbol 131 EditableText""
speedSymbol 136 EditableText""
mphSymbol 137 EditableText""
speedSymbol 147 EditableText""
mphSymbol 148 EditableText""
speedSymbol 152 EditableText""
mphSymbol 153 EditableText""
speedSymbol 161 EditableText""
mphSymbol 162 EditableText""
speedSymbol 166 EditableText""
mphSymbol 167 EditableText""
levelSymbol 210 EditableText""
speedSymbol 226 EditableText""
mphSymbol 227 EditableText""
speedSymbol 231 EditableText""
mphSymbol 232 EditableText""
speedSymbol 244 EditableText""
mphSymbol 245 EditableText""
speedSymbol 249 EditableText""
mphSymbol 250 EditableText""
speedSymbol 280 EditableText""
mphSymbol 281 EditableText""
speedSymbol 287 EditableText""
mphSymbol 288 EditableText""
mphSymbol 300 EditableText""
mphSymbol 308 EditableText""




https://swfchan.com/53/262408/info.shtml
Created: 30/12 -2025 00:44:42 Last modified: 30/12 -2025 00:44:42 Server time: 10/01 -2026 16:51:41