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

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

initial d - drift stage.swf

This is the info page for
Flash #27307

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


Text
Drift Stage

Drift Stage

Instructions

Instructions

Options

Options

Play

Play

How to Drive

UP = Accelerate
DOWN = Decelerate and Reverse

LEFT = Turn Left
RIGHT = Turn Right

M = Back to Main Menu

SPACE BAR = Brakes

Back

Back

Game Options

Stop Musics

Stop Musics

Play Musics

Play Musics

Quality
H

Quality
H

Quality
L

Quality
L

Quality
M

Quality
M

Best Quality - made for computers with high
processing speeds. most computers can handle
this game at this level.

Medium Quality - still good graphics,
but some sacrificed for enhanced game
speeds and performance.

Poor Quality - for low level computers. if your computer requires
this speed, maybe you should consider investing in a PC made after
the Industrial Revolution. all graphic integrity sacrificed for
lag-free gameplay.

On Your Mark...

AE85 - Toyota Trueno

210 HP

Steering:
Drifting:
Acceleration:
Braking:

Drift Mode

Race Mode

Race Mode

On Your Mark...

Select Course

Select Course

Start Race

Start Race

kmph

00

30

60

90

120

Time:

Lap:

Average Speed:

000.000

0/3

kmph

LAP TIMES:

Lap 3: 00.0

Lap 2: 00.0

sec

Lap 1: 00.0

sec

sec

0

GO!

0

0

Time:

Lap:

Average Speed:

000.000

0/3

kmph

LAP TIMES:

Lap 3: 00.0

Lap 2: 00.0

sec

Lap 1: 00.0

sec

sec

Time:

Press M to return to the Main Menu

The Race
is Over!

<p align="left"><font face="EraserDust" size="14" color="#000000"><b>Lap 3:</b></font></p>

<p align="left"><font face="EraserDust" size="14" color="#000000"><b>Lap 2:</b></font></p>

Lap 1:

Total Time:

Back

dsa;lfjdfk
sad;lfj;aslkfdj
;asdjf;lkjsd
;asjdf;lkasjd
;asklfdj

Bunta's Challenge

Wall Hits:

Average Speed:

0

ActionScript [AS1/AS2]

Frame 2
_global.car = 1; _global.trackno = 1; _global.driftmode = true; _global.soundFile = new Sound(); _global.soundFile.attachSound("heartbeat"); _global.soundFile.start(0, 1000);
Frame 27
stop();
Frame 28
stop();
Frame 29
stop();
Frame 30
stop();
Instance of Symbol 111 MovieClip "carpreview" in Frame 30
onClipEvent (load) { var allS = [10, 8, 5, 7, 8, 7, 9, 6, 7]; var allH = [10, 6, 2, 5, 7, 7, 9, 4, 8]; var allA = [6, 9, 10, 5, 6, 6, 7, 8, 4]; var allB = [9, 8, 10, 6, 6, 9, 7, 7, 5]; var allspecs = ["AE86 - Toyota Trueno", "RX-7 Type R FD3S", "Skyline GT-R V-Spec II", "Civic SiR-II (EG6)", "Sileighty (RPS13)", "S14 - Silvia Q's", "RX-7 Inifini III (FC3S)", "Lancer Evolution IV RS", "AE85 - Toyota Levin SR"]; var allhp = ["210 HP", "340 HP", "395 HP", "195 HP", "230 HP", "185 HP", "280 HP", "305 HP", "150 HP"]; var alltrack = ["Gunmazaka - Timed Circuit", "Hairpin Track - Race Circuit"]; var alldiff = ["Easy", "Expert"]; } onClipEvent (enterFrame) { _root.carpreview.gotoAndStop((2 * _global.car) - 1); _global.carS = allS[_global.car - 1]; _global.carH = allH[_global.car - 1]; _global.carA = allA[_global.car - 1]; _global.carB = allB[_global.car - 1]; _root.statS.gotoAndStop(_global.carS); _root.statH.gotoAndStop(_global.carH); _root.statA.gotoAndStop(_global.carA); _root.statB.gotoAndStop(_global.carB); _root.carspecs.text = allspecs[_global.car - 1]; _root.carhp.text = allhp[_global.car - 1]; if (_global.driftmode == true) { _root.modedisplay.text = "Drift Mode"; } else { _root.modedisplay.text = "Grip Mode"; } _root.trackdisplay.gotoAndStop(_global.trackno); _root.trackname.text = alltrack[_global.trackno - 1]; _root.difficulty.text = alldiff[_global.trackno - 1]; }
Frame 92
_root.player.gotoAndStop((2 * _global.car) - 1); _root.track.gotoAndStop(_global.trackno); _root.trees.gotoAndStop(_global.trackno); stop();
Instance of Symbol 111 MovieClip "player" in Frame 92
onClipEvent (load) { _rotation = 0; thrdir = _rotation; move = 0; keyup = false; avgspd = 0; ttlspd = 0; ttlfrm = 0; cpa = 0; cpb = 0; cpc = 0; cporder = 0; lappy = 0; lapa = 0; laptimer = 0; _global.time1 = 0; _global.time2 = 0; _global.time3 = 0; _global.wallhit = 0; } onClipEvent (enterFrame) { if (_global.readysetgo == true) { if (move >= 11) { oncewall = false; } if (move >= 0) { _root.needle._rotation = (180 * move) / 21; } if (_root.needle._rotation >= 180) { _root.needle._rotation = 180; } if (move > 0) { if (move < 1) { move = 0; } } if (_global.driftmode == true) { rotat = _rotation; if (Math.abs(rotat - thrdir) > 180) { if (rotat > 0) { thrdir = thrdir + 360; } else { rotat = rotat + 360; } } if (thrdir != _rotation) { if ((Math.abs(thrdir - rotat) <= 3) || (move <= 7)) { thrdir = _rotation; } else { thrdir = thrdir + ((rotat - thrdir) / (int(move / 7) + int(_global.carH / 2))); } } move = move - (Math.abs(rotat - thrdir) / 100); if (rotat > 180) { rotat = rotat - 360; } if (thrdir > 180) { thrdir = thrdir - 360; } } else { thrdir = _rotation; } if (Key.isDown(32)) { _root.player.gotoAndStop(2 * _global.car); if (Math.abs(move) >= 3) { move = move - ((2 + (0.3 * _global.carB)) * (move / Math.abs(move))); } else if (Math.abs(move) < (2 + (0.3 * _global.carB))) { move = 0; } } else { _root.player.gotoAndStop((2 * _global.car) - 1); } if (Key.isDown(39)) { if (move != 0) { if (_global.driftmode == true) { _rotation = (_rotation + (90 / (17 - _global.carS))); } else { _rotation = (_rotation + (90 / ((17 - _global.carS) + (0.5 * _global.carH)))); } } } if (Key.isDown(37)) { if (move != 0) { if (_global.driftmode == true) { _rotation = (_rotation - (90 / (17 - _global.carS))); } else { _rotation = (_rotation - (90 / ((17 - _global.carS) + (0.5 * _global.carH)))); } } } if (Key.isDown(38)) { keyup = true; if (move < 21) { move = move + ((21 - move) / (15 - _global.carA)); } else if (move >= 21) { move = 21; } } else if (move > 0) { move = move - 0.7; } else { keyup = false; } if (Key.isDown(40)) { if (move > -6) { move = move - 1.1; } } else if (move < 0) { move = move + 0.8; } if (Key.isDown(77)) { _root.gotoAndPlay("mainmenu2"); } x = Math.sin(thrdir * (Math.PI/180)) * move; y = (Math.cos(thrdir * (Math.PI/180)) * move) * -1; if ((_x + x) <= 18.5) { _x = 530; } else if ((_x + x) >= 531) { _x = 19; } if ((_y + y) <= 18.5) { _y = 380; } else if ((_y + y) >= 381) { _y = 19; } if (_root.track.hitTest(_x + x, _y + y, true)) { _root.track._x = _root.track._x - x; _root.track._y = _root.track._y - y; _root.trees._x = _root.track._x - 660.25; _root.trees._y = _root.track._y + 80.05; } else { if (oncewall != true) { _global.wallhit = _global.wallhit + 1; oncewall = true; } move = move * -0.6; } if (_root.track.checkpoint1.hitTest(_x + x, _y + y, true)) { if (cpa != 1) { cpc = cpb; cpb = cpa; cpa = 1; } } if (_root.track.checkpoint2.hitTest(_x + x, _y + y, true)) { if (cpa != 2) { cpc = cpb; cpb = cpa; cpa = 2; } } if (_root.track.checkpoint3.hitTest(_x + x, _y + y, true)) { if (cpa != 3) { cpc = cpb; cpb = cpa; cpa = 3; } } if (((cpa == 3) && (cpb == 2)) && (cpc == 1)) { lappy = lappy + 1; cpc = 4; } if (((cpa == 1) && (cpb == 2)) && (cpc == 3)) { lappy = lappy - 1; cpc = 4; } if (lappy > lapa) { lapa = lappy; if (lapa == 2) { _global.time1 = int((laptimer / 12) * 10) / 10; } if (lapa == 3) { _global.time2 = int((laptimer / 12) * 10) / 10; } if (lapa == 4) { _global.time3 = int((laptimer / 12) * 10) / 10; _global.avgspd = avgspd; _root.gotoAndPlay("finishrace"); } laptimer = 0; } if (lapa == 1) { laptimer++; timeval = int((laptimer / 12) * 10) / 10; timestr = timeval.toString(); if (timestr.indexOf(".") == -1) { timestr = timestr + ".0"; } _root.lap1time.text = "Lap 1: " + timestr; } if (lapa == 2) { laptimer++; timeval = int((laptimer / 12) * 10) / 10; timestr = timeval.toString(); if (timestr.indexOf(".") == -1) { timestr = timestr + ".0"; } _root.lap2time.text = "Lap 2: " + timestr; } if (lapa == 3) { laptimer++; timeval = int((laptimer / 12) * 10) / 10; timestr = timeval.toString(); if (timestr.indexOf(".") == -1) { timestr = timestr + ".0"; } _root.lap3time.text = "Lap 3: " + timestr; } ttlfrm++; ttlspd = ttlspd + Math.abs(move); avgspd = int(((ttlspd / ttlfrm) * 5.71428571428571) * 1000) / 1000; _root.avgspdtxt.text = avgspd; _root.lapnumb.text = lappy + "/3"; } }
Instance of Symbol 190 MovieClip "lights" in Frame 92
onClipEvent (load) { startime = 0; _global.readysetgo = false; } onClipEvent (enterFrame) { startime++; if (startime == 15) { _root.lights.gotoAndStop(2); } if (startime == 30) { _root.lights.gotoAndStop(3); } if (startime == 37) { _global.readysetgo = true; _root.gotoAndPlay("startrace2"); } }
Frame 93
stop();
Frame 94
stop();
Instance of Symbol 111 MovieClip "player" in Frame 94
onClipEvent (load) { _rotation = 0; thrdir = _rotation; move = 0; keyup = false; } onClipEvent (enterFrame) { if (move >= 0) { _root.needle._rotation = (180 * move) / 21; } if (_root.needle._rotation >= 180) { _root.needle._rotation = 180; } if (move > 0) { if (move < 1) { move = 0; } } rotat = _rotation; if (Math.abs(rotat - thrdir) > 180) { if (rotat > 0) { thrdir = thrdir + 360; } else { rotat = rotat + 360; } } if (thrdir != _rotation) { if ((Math.abs(thrdir - rotat) <= 3) || (move <= 7)) { thrdir = _rotation; } else { thrdir = thrdir + ((rotat - thrdir) / (int(move / 7) + 3)); } } if (rotat > 180) { rotat = rotat - 360; } if (thrdir > 180) { thrdir = thrdir - 360; } if (Key.isDown(32)) { _root.player.gotoAndStop(2); if (Math.abs(move) >= 3) { move = move - (3 * (move / Math.abs(move))); } else if (move < 3) { if (move > -3) { move = 0; } } } else { _root.player.gotoAndStop(1); } if (Key.isDown(39)) { if (move != 0) { _rotation = (_rotation + 8.18181818181818); } } if (Key.isDown(37)) { if (move != 0) { _rotation = (_rotation - 8.18181818181818); } } if (Key.isDown(38)) { keyup = true; if (move < 21) { move = move + ((21 - move) / 8); } else if (move >= 21) { move = 21; } } else if (move > 0) { move = move - 0.7; } else { keyup = false; } if (Key.isDown(40)) { if (move > -6) { move = move - 1.1; } } else if (move < 0) { move = move + 0.8; } if (Key.isDown(77)) { _root.gotoAndPlay("mainmenu2"); } x = Math.sin(thrdir * (Math.PI/180)) * move; y = (Math.cos(thrdir * (Math.PI/180)) * move) * -1; if ((_x + x) <= 18.5) { _x = 530; } else if ((_x + x) >= 531) { _x = 19; } if ((_y + y) <= 18.5) { _y = 380; } else if ((_y + y) >= 381) { _y = 19; } if (!_root.track.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { move = move * -0.6; } }
Frame 95
timeval = _global.time1; timestr = timeval.toString(); if (timestr.indexOf(".") == -1) { timestr = timestr + ".0"; } _root.lap1.text = timestr + "s"; timeval = _global.time2; timestr = timeval.toString(); if (timestr.indexOf(".") == -1) { timestr = timestr + ".0"; } _root.lap2.text = timestr + "s"; timeval = _global.time3; timestr = timeval.toString(); if (timestr.indexOf(".") == -1) { timestr = timestr + ".0"; } _root.lap3.text = timestr + "s"; _root.hits.text = _global.wallhit; _root.avspd.text = Math.round(_global.avgspd) + " kmph"; totaltime = (_global.time1 + _global.time2) + _global.time3; timestr = totaltime.toString(); if (timestr.indexOf(".") == -1) { timestr = timestr + ".0"; } _root.laptotal.text = timestr + "s"; if (_global.driftmode == true) { _root.buntatext.text = "Nice race, kid!"; if (_global.wallhit > (5 * _global.trackno)) { _root.buntatext.text = _root.buntatext.text + " You hit the walls far too much. Work on your braking and countersteering."; } if (_global.avgspd > (130 - (20 * _global.trackno))) { _root.buntatext.text = _root.buntatext.text + " Excellent speeds. It wasn't the best I've ever seen, but you definately have some talent."; } if (totaltime > (210 / _global.trackno)) { _root.buntatext.text = _root.buntatext.text + " That was just shameful. You're obviously just another kid with an expensive car. Come back when you've practiced a bit."; } if ((totaltime > (175 / _global.trackno)) && (totaltime <= (210 / _global.trackno))) { _root.buntatext.text = _root.buntatext.text + " You're driving is sloppy, but with a little work, you might just catch up to my personal best. I wouldn't get my hopes up though."; } besttime = 157.2 / _global.trackno; if (totaltime <= (175 / _global.trackno)) { _root.buntatext.text = _root.buntatext.text + ((" Hmm. Not bad. Work a little harder, and you might be able to beat my best time: " + besttime.toString()) + " seconds"); } if (totaltime < besttime) { _root.buntatext.text = ("Well done, kid. You've beaten my best time. (" + besttime.toString()) + " seconds). I'm sure you can still do better. I mean, your driving wasn't all that impressive, after all. You were sloppy in some of your turns, and your balance in your countersteer could use a lot of work."; } } else { _root.buntatext.text = "Why don't you try drift mode. Grip racing is for the weak. It takes a real driver to push themselves to the limit, dodging curves while their car goes perfectly sideways. That is the height of the drift theory."; } stop();
Symbol 12 Button
on (release) { _root.play(); }
Symbol 13 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 13 MovieClip Frame 2
gotoAndPlay (1);
Symbol 27 Button
on (release) { _root.gotoAndStop("instructionspage1"); }
Symbol 30 Button
on (release) { _root.gotoAndPlay("options"); }
Symbol 33 Button
on (release) { _root.gotoAndStop("preparerace"); }
Symbol 50 Button
on (release) { gotoAndStop ("menuready"); }
Symbol 55 Button
on (release) { _global.soundFile.setVolume(0); }
Symbol 58 Button
on (release) { _global.soundFile.setVolume(100); }
Symbol 62 Button
on (release) { _quality = "HIGH"; }
Symbol 65 Button
on (release) { _quality = "LOW"; }
Symbol 68 Button
on (release) { _quality = "MEDIUM"; }
Symbol 76 Button
on (release) { _root.gotoAndStop("menuready"); }
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 2
stop();
Symbol 111 MovieClip Frame 3
stop();
Symbol 111 MovieClip Frame 4
stop();
Symbol 111 MovieClip Frame 5
stop();
Symbol 111 MovieClip Frame 6
stop();
Symbol 111 MovieClip Frame 7
stop();
Symbol 111 MovieClip Frame 8
stop();
Symbol 111 MovieClip Frame 9
stop();
Symbol 111 MovieClip Frame 10
stop();
Symbol 111 MovieClip Frame 11
stop();
Symbol 111 MovieClip Frame 12
stop();
Symbol 111 MovieClip Frame 13
stop();
Symbol 111 MovieClip Frame 14
stop();
Symbol 111 MovieClip Frame 15
stop();
Symbol 111 MovieClip Frame 16
stop();
Symbol 111 MovieClip Frame 17
stop();
Symbol 111 MovieClip Frame 18
stop();
Symbol 115 Button
on (release) { _global.car--; if (_global.car == 0) { _global.car = 9; } }
Symbol 116 Button
on (release) { _global.car++; if (_global.car == 10) { _global.car = 1; } }
Symbol 131 MovieClip Frame 1
stop();
Symbol 132 Button
on (release) { _global.driftmode = !_global.driftmode; }
Symbol 137 Button
on (release) { _global.trackno = 3 - _global.trackno; }
Symbol 151 Button
on (release) { _root.gotoAndPlay("startrace1"); }
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 190 MovieClip Frame 3
stop();
Symbol 193 MovieClip Frame 12
this.time++; this.gotoAndPlay(1);
Symbol 225 Button
on (release) { _root.gotoAndPlay("mainmenu2"); }

Library Items

Symbol 1 Sound [heartbeat]
Symbol 2 GraphicUsed by:27 30 33 62 65 68 154  Timeline
Symbol 3 GraphicUsed by:4 225
Symbol 4 MovieClipUses:3Used by:13
Symbol 5 GraphicUsed by:13
Symbol 6 BitmapUsed by:7
Symbol 7 GraphicUses:6Used by:13
Symbol 8 GraphicUsed by:12
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:8 9 10 11Used by:13
Symbol 13 MovieClipUses:4 5 7 12Used by:Timeline
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:Timeline
Symbol 16 BitmapUsed by:17
Symbol 17 GraphicUses:16Used by:Timeline
Symbol 18 FontUsed by:19 20 21 24 28 29 31 32 39 48 49 52 53 54 56 57 75 134 135 136 143 144 148 149 214 224 230
Symbol 19 TextUses:18Used by:Timeline
Symbol 20 TextUses:18Used by:Timeline
Symbol 21 TextUses:18Used by:27
Symbol 22 BitmapUsed by:23 77
Symbol 23 GraphicUses:22Used by:27 30 33 50 55 58 76 225
Symbol 24 TextUses:18Used by:27
Symbol 25 BitmapUsed by:26 78
Symbol 26 GraphicUses:25Used by:27 30 33 50 55 58 76 225
Symbol 27 ButtonUses:2 21 23 24 26Used by:Timeline
Symbol 28 TextUses:18Used by:30
Symbol 29 TextUses:18Used by:30
Symbol 30 ButtonUses:2 28 23 29 26Used by:Timeline
Symbol 31 TextUses:18Used by:33
Symbol 32 TextUses:18Used by:33
Symbol 33 ButtonUses:2 31 23 32 26Used by:Timeline
Symbol 34 BitmapUsed by:38
Symbol 35 BitmapUsed by:38
Symbol 36 BitmapUsed by:38
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:34 35 36 37Used by:Timeline
Symbol 39 TextUses:18Used by:Timeline
Symbol 40 FontUsed by:41 42 43 44 162 163 164 165 166 167 170 171 172 173 174 175 176 177 178 179 180 181 182 183 191 192 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 210 211 215 218 220 223 226 235 237
Symbol 41 TextUses:40Used by:Timeline
Symbol 42 TextUses:40Used by:Timeline
Symbol 43 TextUses:40Used by:Timeline
Symbol 44 TextUses:40Used by:Timeline
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:Timeline
Symbol 47 GraphicUsed by:50 55 58 76
Symbol 48 TextUses:18Used by:50 76 225
Symbol 49 TextUses:18Used by:50 76
Symbol 50 ButtonUses:47 48 23 49 26Used by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 TextUses:18Used by:Timeline
Symbol 53 TextUses:18Used by:55
Symbol 54 TextUses:18Used by:55
Symbol 55 ButtonUses:47 53 23 54 26Used by:Timeline
Symbol 56 TextUses:18Used by:58
Symbol 57 TextUses:18Used by:58
Symbol 58 ButtonUses:47 56 23 57 26Used by:Timeline
Symbol 59 FontUsed by:60 61 63 64 66 67
Symbol 60 TextUses:59Used by:62
Symbol 61 TextUses:59Used by:62
Symbol 62 ButtonUses:60 61 2Used by:Timeline
Symbol 63 TextUses:59Used by:65
Symbol 64 TextUses:59Used by:65
Symbol 65 ButtonUses:63 64 2Used by:Timeline
Symbol 66 TextUses:59Used by:68
Symbol 67 TextUses:59Used by:68
Symbol 68 ButtonUses:66 67 2Used by:Timeline
Symbol 69 FontUsed by:71 72 73 133
Symbol 70 FontUsed by:71 72 73 117 118 145 146
Symbol 71 TextUses:69 70Used by:Timeline
Symbol 72 TextUses:69 70Used by:Timeline
Symbol 73 TextUses:69 70Used by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 TextUses:18Used by:Timeline
Symbol 76 ButtonUses:47 48 23 49 26Used by:Timeline
Symbol 77 GraphicUses:22Used by:111
Symbol 78 GraphicUses:25Used by:111
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:111
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:111
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:111
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:111
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:111
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:111
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:111
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:111
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:111
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:111
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:111
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:111
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:111
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:111
Symbol 107 BitmapUsed by:108
Symbol 108 GraphicUses:107Used by:111
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:111
Symbol 111 MovieClipUses:77 78 80 82 84 86 88 90 92 94 96 98 100 102 104 106 108 110Used by:Timeline
Symbol 112 GraphicUsed by:115 116 132 137
Symbol 113 GraphicUsed by:115 116 132 137
Symbol 114 GraphicUsed by:115 116 132 137
Symbol 115 ButtonUses:112 113 114Used by:Timeline
Symbol 116 ButtonUses:112 113 114Used by:Timeline
Symbol 117 EditableTextUses:70Used by:Timeline
Symbol 118 EditableTextUses:70Used by:Timeline
Symbol 119 FontUsed by:120
Symbol 120 TextUses:119Used by:Timeline
Symbol 121 GraphicUsed by:131
Symbol 122 GraphicUsed by:131
Symbol 123 GraphicUsed by:131
Symbol 124 GraphicUsed by:131
Symbol 125 GraphicUsed by:131
Symbol 126 GraphicUsed by:131
Symbol 127 GraphicUsed by:131
Symbol 128 GraphicUsed by:131
Symbol 129 GraphicUsed by:131
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:121 122 123 124 125 126 127 128 129 130Used by:Timeline
Symbol 132 ButtonUses:112 113 114Used by:Timeline
Symbol 133 EditableTextUses:69Used by:Timeline
Symbol 134 TextUses:18Used by:Timeline
Symbol 135 TextUses:18Used by:Timeline
Symbol 136 TextUses:18Used by:Timeline
Symbol 137 ButtonUses:112 113 114Used by:Timeline
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:142
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:142
Symbol 142 MovieClipUses:139 141Used by:Timeline
Symbol 143 TextUses:18Used by:Timeline
Symbol 144 TextUses:18Used by:Timeline
Symbol 145 EditableTextUses:70Used by:Timeline
Symbol 146 EditableTextUses:70Used by:Timeline
Symbol 147 GraphicUsed by:151
Symbol 148 TextUses:18Used by:151
Symbol 149 TextUses:18Used by:151
Symbol 150 GraphicUsed by:151
Symbol 151 ButtonUses:147 148 149 150Used by:Timeline
Symbol 152 GraphicUsed by:Timeline
Symbol 153 GraphicUsed by:156
Symbol 154 MovieClipUses:2Used by:156
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:153 154 155Used by:Timeline
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:159
Symbol 159 MovieClipUses:158Used by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 EditableTextUses:40Used by:Timeline
Symbol 163 EditableTextUses:40Used by:Timeline
Symbol 164 EditableTextUses:40Used by:Timeline
Symbol 165 EditableTextUses:40Used by:Timeline
Symbol 166 EditableTextUses:40Used by:Timeline
Symbol 167 EditableTextUses:40Used by:Timeline
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168Used by:Timeline
Symbol 170 EditableTextUses:40Used by:Timeline
Symbol 171 EditableTextUses:40Used by:Timeline
Symbol 172 EditableTextUses:40Used by:Timeline
Symbol 173 EditableTextUses:40Used by:Timeline
Symbol 174 EditableTextUses:40Used by:Timeline
Symbol 175 EditableTextUses:40Used by:Timeline
Symbol 176 EditableTextUses:40Used by:Timeline
Symbol 177 EditableTextUses:40Used by:Timeline
Symbol 178 EditableTextUses:40Used by:Timeline
Symbol 179 EditableTextUses:40Used by:Timeline
Symbol 180 EditableTextUses:40Used by:Timeline
Symbol 181 EditableTextUses:40Used by:Timeline
Symbol 182 EditableTextUses:40Used by:Timeline
Symbol 183 EditableTextUses:40Used by:Timeline
Symbol 184 GraphicUsed by:190
Symbol 185 GraphicUsed by:190
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:190  Timeline
Symbol 188 FontUsed by:189
Symbol 189 EditableTextUses:188Used by:190
Symbol 190 MovieClipUses:184 185 187 189Used by:Timeline
Symbol 191 EditableTextUses:40Used by:193
Symbol 192 EditableTextUses:40Used by:193
Symbol 193 MovieClipUses:191 192Used by:Timeline
Symbol 194 EditableTextUses:40Used by:Timeline
Symbol 195 EditableTextUses:40Used by:Timeline
Symbol 196 EditableTextUses:40Used by:Timeline
Symbol 197 EditableTextUses:40Used by:Timeline
Symbol 198 EditableTextUses:40Used by:Timeline
Symbol 199 EditableTextUses:40Used by:Timeline
Symbol 200 EditableTextUses:40Used by:Timeline
Symbol 201 EditableTextUses:40Used by:Timeline
Symbol 202 EditableTextUses:40Used by:Timeline
Symbol 203 EditableTextUses:40Used by:Timeline
Symbol 204 EditableTextUses:40Used by:Timeline
Symbol 205 EditableTextUses:40Used by:Timeline
Symbol 206 EditableTextUses:40Used by:Timeline
Symbol 207 EditableTextUses:40Used by:Timeline
Symbol 208 EditableTextUses:40Used by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 EditableTextUses:40Used by:Timeline
Symbol 211 EditableTextUses:40Used by:Timeline
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:Timeline
Symbol 214 TextUses:18Used by:Timeline
Symbol 215 EditableTextUses:40Used by:Timeline
Symbol 216 FontUsed by:217 219 221 222 234 236
Symbol 217 EditableTextUses:216Used by:Timeline
Symbol 218 EditableTextUses:40Used by:Timeline
Symbol 219 EditableTextUses:216Used by:Timeline
Symbol 220 EditableTextUses:40Used by:Timeline
Symbol 221 TextUses:216Used by:Timeline
Symbol 222 TextUses:216Used by:Timeline
Symbol 223 EditableTextUses:40Used by:Timeline
Symbol 224 TextUses:18Used by:225
Symbol 225 ButtonUses:3 48 23 224 26Used by:Timeline
Symbol 226 EditableTextUses:40Used by:Timeline
Symbol 227 FontUsed by:228
Symbol 228 EditableTextUses:227Used by:Timeline
Symbol 229 GraphicUsed by:Timeline
Symbol 230 TextUses:18Used by:Timeline
Symbol 231 BitmapUsed by:233
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:231 232Used by:Timeline
Symbol 234 TextUses:216Used by:Timeline
Symbol 235 EditableTextUses:40Used by:Timeline
Symbol 236 TextUses:216Used by:Timeline
Symbol 237 EditableTextUses:40Used by:Timeline
Symbol 238 FontUsed by:239
Symbol 239 EditableTextUses:238Used by:Timeline

Instance Names

"carpreview"Frame 30Symbol 111 MovieClip
"carspecs"Frame 30Symbol 117 EditableText
"carhp"Frame 30Symbol 118 EditableText
"statS"Frame 30Symbol 131 MovieClip
"statH"Frame 30Symbol 131 MovieClip
"statA"Frame 30Symbol 131 MovieClip
"statB"Frame 30Symbol 131 MovieClip
"modedisplay"Frame 30Symbol 133 EditableText
"trackdisplay"Frame 30Symbol 142 MovieClip
"trackname"Frame 30Symbol 145 EditableText
"difficulty"Frame 30Symbol 146 EditableText
"track"Frame 92Symbol 156 MovieClip
"player"Frame 92Symbol 111 MovieClip
"trees"Frame 92Symbol 159 MovieClip
"needle"Frame 92Symbol 169 MovieClip
"avgspdtxt"Frame 92Symbol 173 EditableText
"lapnumb"Frame 92Symbol 174 EditableText
"lap3time"Frame 92Symbol 177 EditableText
"lap2time"Frame 92Symbol 178 EditableText
"lap1time"Frame 92Symbol 180 EditableText
"lights"Frame 92Symbol 190 MovieClip
"avgspdtxt"Frame 93Symbol 197 EditableText
"lapnumb"Frame 93Symbol 198 EditableText
"lap3time"Frame 93Symbol 201 EditableText
"lap2time"Frame 93Symbol 202 EditableText
"lap1time"Frame 93Symbol 204 EditableText
"xx"Frame 93Symbol 207 EditableText
"yy"Frame 93Symbol 208 EditableText
"player"Frame 94Symbol 111 MovieClip
"needle"Frame 94Symbol 169 MovieClip
"lap3"Frame 95Symbol 215 EditableText
"lap2"Frame 95Symbol 218 EditableText
"lap1"Frame 95Symbol 220 EditableText
"laptotal"Frame 95Symbol 223 EditableText
"hits"Frame 95Symbol 235 EditableText
"avspd"Frame 95Symbol 237 EditableText
"buntatext"Frame 95Symbol 239 EditableText
"bar"Symbol 13 MovieClip Frame 1Symbol 4 MovieClip
"checkpoint2"Symbol 156 MovieClip Frame 1Symbol 154 MovieClip
"checkpoint1"Symbol 156 MovieClip Frame 1Symbol 154 MovieClip
"checkpoint3"Symbol 156 MovieClip Frame 1Symbol 154 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "heartbeat"

Labels

"mainmenu"Frame 2
"mainmenu2"Frame 3
"menuready"Frame 27
"instructionspage1"Frame 28
"options"Frame 29
"preparerace"Frame 30
"startrace1"Frame 92
"startrace2"Frame 93
"testdrive"Frame 94
"finishrace"Frame 95
"loaded"Symbol 13 MovieClip Frame 3

Dynamic Text Variables

timeSymbol 191 EditableText"0"
timeSymbol 192 EditableText"0"




http://swfchan.com/6/27307/info.shtml
Created: 10/11 -2018 12:35:03 Last modified: 10/11 -2018 12:35:03 Server time: 27/04 -2024 21:46:24