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

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

Micro Racers.swf

This is the info page for
Flash #10977

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


Text
100%

RACE OPTIONS:
Championship - this contest is a simple race for a top. You
have to finish as a winner in order advance to the next level.
Challenge - for a quick game, choose this option, pick a track
and try to finish first.
Trial - Learn how to control the car in the game. It's just you
against the track.
CONTROLS:
The game can be played using keyboard:
Up Arrow - Accelerate
Down Arrow - Brake
Left Arrow - Steer Left
Right Arrow - Steer Right
Space Key - Nitro Boost
Press any key to exit to Main Menu.

Speed:
Handles:
Nitro:

5
3
+3

5
4
+4

5
4
+5

5
3
+6

5
4
+7

1

00:00:00

5

NITRO

/

Time:

00

00

Your Place is

1

You Won The Race!

00

CONGRATULATIONS!

You Won In The
Championship!

ActionScript [AS1/AS2]

Frame 1
t = _root.getBytesTotal(); l = _root.getBytesLoaded(); if (l >= t) { gotoAndPlay (3); } x = (l * 180) / t; scala.ramka._x = -180 + x; pro = int((l * 100) / t) + "%";
Frame 2
gotoAndPlay (1);
Frame 3
pro = "100%"; musicon = 1; scala.ramka._x = 0;
Frame 11
gotoAndPlay (12);
Frame 12
stop(); t = 15; p = 0; p2 = 0; p3 = 0; p4 = 0; maxlap = 6; fscommand ("allowscale", "false"); mymus = new Sound(musmenu);
Frame 13
_root.colcar = 1; map = 1; stop();
Frame 14
stop();
Instance of Symbol 113 MovieClip in Frame 14
onClipEvent (load) { if (_root.typegame == 1) { gotoAndStop (17); } }
Frame 60
mymus.setVolume(80);
Frame 65
mymus.setVolume(60);
Frame 70
mymus.setVolume(40);
Frame 75
mymus.setVolume(20);
Frame 79
mymus.setVolume(0);
Frame 82
stopAllSounds(); gotoAndPlay (83);
Frame 83
function Pr_Car() { with (_root.car) { if (_root.doroga.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - _root.speed2; if (_root.p > 0.5) { _root.p = _root.p - (_root.speed2 * 2); } else if (_root.p < 0.5) { _root.p = _root.p + (_root.speed2 * 2); } } if (_root.doroga.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + _root.speed2; if (_root.p > 0.5) { _root.p = _root.p - (_root.speed2 * 2); } else if (_root.p < 0.5) { _root.p = _root.p + (_root.speed2 * 2); } } if (_root.doroga.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - _root.speed2; if (_root.p > 0.5) { _root.p = _root.p - (_root.speed2 * 2); } else if (_root.p < 0.5) { _root.p = _root.p + (_root.speed2 * 2); } } if (_root.doroga.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + _root.speed2; if (_root.p > 0.5) { _root.p = _root.p - (_root.speed2 * 2); } else if (_root.p < 0.5) { _root.p = _root.p + (_root.speed2 * 2); } } } } function MoveAll(nextl) { speed = 3; speed2 = 0.4; otkl = 6; if (p < 2) { car.flame.gotoandstop(1); netrofl = false; if (_root.netro.dwn) { _root.netro.gotoandplay(1); _root.msnd.Playsnd(4); } } if (p > 0) { if (_root.netrofl) { spm.speed._rotation = 85; } else { spm.speed._rotation = (p * 50) - 90; } } if (p < 0) { spm.speed._rotation = ((-p) * 10) - 90; } gameDate = new Date(); sec = gameDate.getSeconds(); min = gameDate.getMinutes(); mls = int(gameDate.getMilliseconds() / 10); if (mls < 10) { mls = "0" + mls; } gts = sec - startsec; gtm = min - startmin; if (gtm < 0) { gtmp = gtm + 60; } else { gtmp = gtm; } if (gts < 0) { gtsl = gts + 60; } else { gtsl = gts; } if ((gts < 10) and (gts > -1)) { gtsl = "0" + gtsl; } if (gtsl == 0) { gtml = gtmp; } if (gtml < 1) { time = (("00:" + gtsl) + ":") + mls; } else { time = (((gtml + ":") + gtsl) + ":") + mls; } if (((((((p < 0.05) && (p > 0.049)) || ((p < 0.02) && (p > 0.019))) || ((p < 0.04) && (p > 0.039))) || ((p < 0.03) && (p > 0.029))) || ((p < 0.01) && (p > 0.009))) || ((p < 0.01) && (p > 0))) { p = 0; } car._x = car._x + (p * Math.cos((Math.PI/180) * _root.rotcar)); car._y = car._y + (p * Math.sin((Math.PI/180) * _root.rotcar)); car2._x = car2._x + (p2 * Math.cos((Math.PI/180) * _root.rotcar2)); car2._y = car2._y + (p2 * Math.sin((Math.PI/180) * _root.rotcar2)); car3._x = car3._x + (p3 * Math.cos((Math.PI/180) * _root.rotcar3)); car3._y = car3._y + (p3 * Math.sin((Math.PI/180) * _root.rotcar3)); car4._x = car4._x + (p4 * Math.cos((Math.PI/180) * _root.rotcar4)); car4._y = car4._y + (p4 * Math.sin((Math.PI/180) * _root.rotcar4)); rotcar = getProperty("/car", _rotation); rotcar2 = getProperty("/car2", _rotation); rotcar3 = getProperty("/car3", _rotation); rotcar4 = getProperty("/car4", _rotation); prov._x = car._x; prov._y = car._y; prov._rotation = car._rotation; prov._visible = 0; if (p > 0) { if (car.hitTest("/fon")) { p = p - 0.02; } } if (p < 0) { if (car.hitTest("/fon")) { p = p + 0.02; } } if (p2 < 0) { if (car2.hitTest("/fon")) { p2 = p2 + 0.02; } } if (p3 < 0) { if (car3.hitTest("/fon")) { p3 = p3 + 0.02; } } if (p4 < 0) { if (car4.hitTest("/fon")) { p4 = p4 + 0.02; } } } function MyCarSelect(col) { col2 = col + 1; if (col2 > 5) { col2 = 1; } col3 = col2 + 1; if (col3 > 5) { col3 = 1; } col4 = col3 + 1; if (col4 > 5) { col4 = 1; } _root.car.gotoandstop(col); _root.car2.gotoandstop(col2); _root.car3.gotoandstop(col3); _root.car4.gotoandstop(col4); } function SetEndTime() { stoptime2 = new Date(); secstop2 = stoptime2.getSeconds(); minstop2 = stoptime2.getMinutes(); ssl2 = secstop2 - startsec; msl2 = minstop2 - startmin; if (msl2 < 0) { mslp2 = (msl2 + 60) - 1; } else { mslp2 = msl2 - 1; } if (ssl2 < 0) { sslp2 = ssl2 + 60; } else { sslp2 = ssl2; } if (mslp2 < 1) { _root.timelast2 = sslp2 + "sec"; } else { _root.timelast2 = (((mslp2 + "min") + " ") + sslp2) + "sec"; } } function CarBot2(ll) { rand = random(ll) * 0.03; if (_root.p2 < (_root.speed + rand)) { _root.p2 = _root.p2 + (0.1 + rand); } with (_root.car) { if (_root.car2.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 0.5; } if (_root.car2.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 0.5; } if (_root.car2.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 0.5; } if (_root.car2.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 0.5; } } with (_root.car3) { if (_root.car2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 0.5; } if (_root.car2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 0.5; } if (_root.car2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 0.5; } if (_root.car2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 0.5; } } with (_root.car4) { if (_root.car2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 0.5; } if (_root.car2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 0.5; } if (_root.car2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 0.5; } if (_root.car2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 0.5; } } } function CarBot3(ll) { rand = random(3) * 0.03; if (_root.p3 < (_root.speed + rand)) { _root.p3 = _root.p3 + (0.1 + rand); } with (_root.car) { if (_root.car3.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 0.5; } if (_root.car3.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 0.5; } if (_root.car3.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 0.5; } if (_root.car3.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 0.5; } } with (_root.car2) { if (_root.car3.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 0.5; } if (_root.car3.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 0.5; } if (_root.car3.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 0.5; } if (_root.car3.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 0.5; } } with (_root.car4) { if (_root.car3.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 0.5; } if (_root.car3.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 0.5; } if (_root.car3.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 0.5; } if (_root.car3.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 0.5; } } } function CarBot4(ll) { rand = random(ll) * 0.03; if (_root.p4 < (_root.speed + rand)) { _root.p4 = _root.p4 + (0.1 + rand); } with (_root.car) { if (_root.car4.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 0.5; } if (_root.car4.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 0.5; } if (_root.car4.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 0.5; } if (_root.car4.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 0.5; } } with (_root.car2) { if (_root.car4.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 0.5; } if (_root.car4.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 0.5; } if (_root.car4.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 0.5; } if (_root.car4.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 0.5; } } with (_root.car3) { if (_root.car4.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 0.5; } if (_root.car4.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 0.5; } if (_root.car4.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 0.5; } if (_root.car4.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 0.5; } } } function SetEndGame() { stopAllSounds(); laps = "5"; netrofl = false; stay = 1; t = 15; p = 0; p2 = 0; p3 = 0; p4 = 0; lap = 1; lap2 = 1; lap3 = 1; lap4 = 1; po1 = 0; po2 = 0; po3 = 0; pob3_2 = 0; pob3_3 = 0; pob3_4 = 0; ran = random(10); netro.gotoandstop(1); car._rotation = -90; car.flame.gotoandstop(1); spm.speed._rotation = -90; } if (map == 2) { gotoAndPlay (113); } if (map == 3) { gotoAndPlay (141); } if (map == 4) { gotoAndPlay (169); } if (map == 5) { gotoAndPlay (197); }
Frame 84
stopAllSounds();
Frame 85
if (_root.typegame == 3) { car2._alpha = 0; car3._alpha = 0; car4._alpha = 0; car._x = 304; car._y = 47; car2._x = -1000; car3._x = -1000; car4._x = -1000; } MyCarSelect(colcar); endgame = 0; time = "00:00:00"; laps = "1";
Instance of Symbol 139 MovieClip "point1" in Frame 85
onClipEvent (enterFrame) { if (hitTest("/car")) { _root.pu1 = true; } }
Instance of Symbol 139 MovieClip "point2" in Frame 85
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1) { _root.pu2 = true; } } if (hitTest("/car2")) { _root.punkt2 = true; } if (hitTest("/car3")) { _root.punkt3 = true; } if (hitTest("/car4")) { _root.punkt4 = true; } }
Instance of Symbol 139 MovieClip "point3" in Frame 85
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1 and _root.pu2) { _root.punkt = true; } } }
Instance of Symbol 141 MovieClip "doroga" in Frame 85
onClipEvent (enterFrame) { _root.Pr_Car(); }
Instance of Symbol 143 MovieClip "finish" in Frame 85
onClipEvent (enterFrame) { if (hitTest(_root.car)) { if (_root.punkt) { _root.lap = _root.lap + 1; _root.punkt = false; _root.mlastlap.gotoandplay("p" + _root.lap); if (_root.lap <= _root.maxlap) { _root.laps = _root.lap; } if (_root.lap == _root.maxlap) { _root.pl = _root.pl + 1; _root.place = _root.pl; if (_root.typegame == 3) { _root.endgame = 1; } if ((_root.typegame < 3) and (_root.place != 1)) { _root.endgame = 2; } if ((_root.typegame < 3) and (_root.place == 1)) { _root.endgame = 3; } } } } if (hitTest(_root.car2)) { if (_root.punkt2) { _root.lap2 = _root.lap2 + 1; _root.punkt2 = false; } if (_root.lap2 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car2._x = -10000; } } if (hitTest(_root.car3)) { if (_root.punkt3) { _root.lap3 = _root.lap3 + 1; _root.punkt3 = false; } if (_root.lap3 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car3._x = -10000; } } if (hitTest(_root.car4)) { if (_root.punkt4) { _root.lap4 = _root.lap4 + 1; _root.punkt4 = false; } if (_root.lap4 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car4._x = -10000; } } if (_root.endgame != 0) { _root.gotoAndPlay("l1e"); } }
Instance of Symbol 158 MovieClip "car" in Frame 85
onClipEvent (enterFrame) { if (_root.t > 0) { if (_root.p < _root.speed) { if (Key.isDown(38)) { _root.p = _root.p + 0.2; } } if (_root.p > -1.5) { if (Key.isDown(40)) { _root.p = _root.p - 0.06; } } } if ((_root.p < 0.04) && (_root.p > -0.04)) { if (Key.isDown(37)) { _rotation = _rotation; } if (Key.isDown(39)) { _rotation = _rotation; } } else { if (Key.isDown(37)) { _rotation = (_rotation - 4); } if (Key.isDown(39)) { _rotation = (_rotation + 4); } } with (_root.car2) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 1; } } with (_root.car3) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } with (_root.car4) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } }
Instance of Symbol 160 MovieClip "car3" in Frame 85
onClipEvent (enterFrame) { _root.CarBot3(8); }
Instance of Symbol 161 MovieClip "car2" in Frame 85
onClipEvent (enterFrame) { _root.CarBot2(6); }
Instance of Symbol 162 MovieClip "car4" in Frame 85
onClipEvent (enterFrame) { _root.CarBot4(6); }
Frame 96
stop(); stay = 0;
Frame 98
MoveAll("l1e");
Frame 99
gotoAndPlay (98);
Frame 100
stop(); SetEndGame();
Frame 112
stopAllSounds(); if ((_root.typegame == 2) or (_root.typegame == 3)) { gotoAndPlay (12); } if ((_root.typegame == 1) and (_root.place != 1)) { gotoAndPlay (12); }
Frame 113
if (_root.typegame == 3) { car2._alpha = 0; car3._alpha = 0; car4._alpha = 0; car._x = 209; car._y = 347; car2._x = 10000; car3._x = 10000; car4._x = 10000; } if (_root.typegame == 2) { car3._x = car._x; car3._y = car._y; car._x = 142; car._y = 359; } MyCarSelect(colcar); endgame = 0; time = "00:00:00"; laps = "1"; mmus.gotoandplay(2);
Instance of Symbol 139 MovieClip "point1" in Frame 113
onClipEvent (enterFrame) { if (hitTest("/car")) { _root.pu1 = true; } }
Instance of Symbol 139 MovieClip "point2" in Frame 113
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1) { _root.pu2 = true; } } if (hitTest("/car2")) { _root.punkt2 = true; } if (hitTest("/car3")) { _root.punkt3 = true; } if (hitTest("/car4")) { _root.punkt4 = true; } }
Instance of Symbol 139 MovieClip "point3" in Frame 113
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1 and _root.pu2) { _root.punkt = true; } } }
Instance of Symbol 238 MovieClip "doroga" in Frame 113
onClipEvent (enterFrame) { _root.Pr_Car(); }
Instance of Symbol 143 MovieClip "finish" in Frame 113
onClipEvent (enterFrame) { if (hitTest(_root.car)) { if (_root.punkt) { _root.lap = _root.lap + 1; _root.punkt = false; _root.mlastlap.gotoandplay("p" + _root.lap); if (_root.lap <= _root.maxlap) { _root.laps = _root.lap; } if (_root.lap == _root.maxlap) { _root.pl = _root.pl + 1; _root.place = _root.pl; if (_root.typegame == 3) { _root.endgame = 1; } if ((_root.typegame < 3) and (_root.place != 1)) { _root.endgame = 2; } if ((_root.typegame < 3) and (_root.place == 1)) { _root.endgame = 3; } } } } if (hitTest(_root.car2)) { if (_root.punkt2) { _root.lap2 = _root.lap2 + 1; _root.punkt2 = false; } if (_root.lap2 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car2._x = -10000; } } if (hitTest(_root.car3)) { if (_root.punkt3) { _root.lap3 = _root.lap3 + 1; _root.punkt3 = false; } if (_root.lap3 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car3._x = -10000; } } if (hitTest(_root.car4)) { if (_root.punkt4) { _root.lap4 = _root.lap4 + 1; _root.punkt4 = false; } if (_root.lap4 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car4._x = -10000; } } if (_root.endgame != 0) { _root.gotoAndPlay("l2e"); } }
Instance of Symbol 158 MovieClip "car" in Frame 113
onClipEvent (enterFrame) { if (_root.t > 0) { if (_root.p < _root.speed) { if (Key.isDown(38)) { _root.p = _root.p + 0.2; } } if (_root.p > -1.5) { if (Key.isDown(40)) { _root.p = _root.p - 0.06; } } } if ((_root.p < 0.04) && (_root.p > -0.04)) { if (Key.isDown(37)) { _rotation = _rotation; } if (Key.isDown(39)) { _rotation = _rotation; } } else { if (Key.isDown(37)) { _rotation = (_rotation - 4); } if (Key.isDown(39)) { _rotation = (_rotation + 4); } } with (_root.car2) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 1; } } with (_root.car3) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } with (_root.car4) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } }
Instance of Symbol 160 MovieClip "car3" in Frame 113
onClipEvent (enterFrame) { _root.CarBot3(6); }
Instance of Symbol 161 MovieClip "car2" in Frame 113
onClipEvent (enterFrame) { _root.CarBot2(3); }
Instance of Symbol 162 MovieClip "car4" in Frame 113
onClipEvent (enterFrame) { _root.CarBot4(7); }
Frame 124
stop(); stay = 0; lap = 1; lap1 = 1; lap2 = 1; lap3 = 1; lap4 = 1;
Frame 126
MoveAll("l2e");
Frame 127
gotoAndPlay (126);
Frame 128
stop(); SetEndGame();
Frame 140
stopAllSounds(); if ((_root.typegame == 2) or (_root.typegame == 3)) { gotoAndPlay (12); }
Frame 141
if (_root.typegame == 3) { car2._alpha = 0; car3._alpha = 0; car4._alpha = 0; car._x = 448; car._y = 205; car2._x = 10000; car3._x = 10000; car4._x = 10000; } if (_root.typegame == 2) { car2._x = car._x; car2._y = car._y; car._x = 433; car._y = 260; } MyCarSelect(colcar); endgame = 0; time = "00:00:00"; laps = "1"; mmus.gotoandplay(2);
Instance of Symbol 247 MovieClip "doroga2" in Frame 141
onClipEvent (enterFrame) { with (_root.car) { if (_root.doroga.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - _root.speed2; if (_root.p > 0.5) { _root.p = _root.p - (_root.speed2 * 2); } else if (_root.p < 0.5) { _root.p = _root.p + (_root.speed2 * 2); } } if (_root.doroga.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + _root.speed2; if (_root.p > 0.5) { _root.p = _root.p - (_root.speed2 * 2); } else if (_root.p < 0.5) { _root.p = _root.p + (_root.speed2 * 2); } } if (_root.doroga.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - _root.speed2; if (_root.p > 0.5) { _root.p = _root.p - (_root.speed2 * 2); } else if (_root.p < 0.5) { _root.p = _root.p + (_root.speed2 * 2); } } if (_root.doroga.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + _root.speed2; if (_root.p > 0.5) { _root.p = _root.p - (_root.speed2 * 2); } else if (_root.p < 0.5) { _root.p = _root.p + (_root.speed2 * 2); } } } }
Instance of Symbol 249 MovieClip "doroga" in Frame 141
onClipEvent (enterFrame) { _root.Pr_Car(); }
Instance of Symbol 139 MovieClip "point1" in Frame 141
onClipEvent (enterFrame) { if (hitTest("/car")) { _root.pu1 = true; } }
Instance of Symbol 139 MovieClip "point2" in Frame 141
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1) { _root.pu2 = true; } } if (hitTest("/car2")) { _root.punkt2 = true; } if (hitTest("/car3")) { _root.punkt3 = true; } if (hitTest("/car4")) { _root.punkt4 = true; } }
Instance of Symbol 139 MovieClip "point3" in Frame 141
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1 and _root.pu2) { _root.punkt = true; } } }
Instance of Symbol 139 MovieClip "finish" in Frame 141
onClipEvent (enterFrame) { if (hitTest(_root.car)) { if (_root.punkt) { _root.lap = _root.lap + 1; _root.punkt = false; _root.mlastlap.gotoandplay("p" + _root.lap); if (_root.lap <= _root.maxlap) { _root.laps = _root.lap; } if (_root.lap == _root.maxlap) { _root.pl = _root.pl + 1; _root.place = _root.pl; if (_root.typegame == 3) { _root.endgame = 1; } if ((_root.typegame < 3) and (_root.place != 1)) { _root.endgame = 2; } if ((_root.typegame < 3) and (_root.place == 1)) { _root.endgame = 3; } } } } if (hitTest(_root.car2)) { if (_root.punkt2) { _root.lap2 = _root.lap2 + 1; _root.punkt2 = false; } if (_root.lap2 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car2._x = -10000; } } if (hitTest(_root.car3)) { if (_root.punkt3) { _root.lap3 = _root.lap3 + 1; _root.punkt3 = false; } if (_root.lap3 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car3._x = -10000; } } if (hitTest(_root.car4)) { if (_root.punkt4) { _root.lap4 = _root.lap4 + 1; _root.punkt4 = false; } if (_root.lap4 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car4._x = -10000; } } if (_root.endgame != 0) { _root.gotoAndPlay("l3e"); } }
Instance of Symbol 158 MovieClip "car" in Frame 141
onClipEvent (enterFrame) { if (_root.t > 0) { if (_root.p < _root.speed) { if (Key.isDown(38)) { _root.p = _root.p + 0.2; } } if (_root.p > -1.5) { if (Key.isDown(40)) { _root.p = _root.p - 0.06; } } } if ((_root.p < 0.04) && (_root.p > -0.04)) { if (Key.isDown(37)) { _rotation = _rotation; } if (Key.isDown(39)) { _rotation = _rotation; } } else { if (Key.isDown(37)) { _rotation = (_rotation - 4); } if (Key.isDown(39)) { _rotation = (_rotation + 4); } } with (_root.car2) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 1; } } with (_root.car3) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } with (_root.car4) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } }
Instance of Symbol 160 MovieClip "car3" in Frame 141
onClipEvent (enterFrame) { _root.CarBot3(5); }
Instance of Symbol 161 MovieClip "car2" in Frame 141
onClipEvent (enterFrame) { _root.CarBot2(7); }
Instance of Symbol 162 MovieClip "car4" in Frame 141
onClipEvent (enterFrame) { _root.CarBot4(3); }
Frame 152
stop(); stay = 0; lap = 1; lap1 = 1; lap2 = 1; lap3 = 1; lap4 = 1;
Frame 154
MoveAll("l3e");
Frame 155
gotoAndPlay (154);
Frame 156
stop(); SetEndGame();
Frame 168
stopAllSounds(); if ((_root.typegame == 2) or (_root.typegame == 3)) { gotoAndPlay (12); }
Frame 169
if (_root.typegame == 3) { car2._alpha = 0; car3._alpha = 0; car4._alpha = 0; car._x = 269; car._y = 42; car2._x = -1000; car3._x = -1000; car4._x = -1000; } if (_root.typegame == 2) { car2._x = car._x; car2._y = car._y; car._x = 343; car._y = 54; } MyCarSelect(colcar); endgame = 0; time = "00:00:00"; laps = "1"; mmus.gotoandplay(2);
Instance of Symbol 260 MovieClip "doroga" in Frame 169
onClipEvent (enterFrame) { _root.Pr_Car(); }
Instance of Symbol 139 MovieClip "point1" in Frame 169
onClipEvent (enterFrame) { if (hitTest("/car")) { _root.pu1 = true; } }
Instance of Symbol 139 MovieClip "point2" in Frame 169
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1 and _root.pu2) { _root.punkt = true; } } }
Instance of Symbol 139 MovieClip "point3" in Frame 169
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1) { _root.pu2 = true; } } if (hitTest("/car2")) { _root.punkt2 = true; } if (hitTest("/car3")) { _root.punkt3 = true; } if (hitTest("/car4")) { _root.punkt4 = true; } }
Instance of Symbol 139 MovieClip "finish" in Frame 169
onClipEvent (enterFrame) { if (hitTest(_root.car)) { if (_root.punkt) { _root.lap = _root.lap + 1; _root.punkt = false; _root.mlastlap.gotoandplay("p" + _root.lap); if (_root.lap <= _root.maxlap) { _root.laps = _root.lap; } if (_root.lap == _root.maxlap) { _root.pl = _root.pl + 1; _root.place = _root.pl; if (_root.typegame == 3) { _root.endgame = 1; } if ((_root.typegame < 3) and (_root.place != 1)) { _root.endgame = 2; } if ((_root.typegame < 3) and (_root.place == 1)) { _root.endgame = 3; } } } } if (hitTest(_root.car2)) { if (_root.punkt2) { _root.lap2 = _root.lap2 + 1; _root.punkt2 = false; } if (_root.lap2 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car2._x = -10000; } } if (hitTest(_root.car3)) { if (_root.punkt3) { _root.lap3 = _root.lap3 + 1; _root.punkt3 = false; } if (_root.lap3 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car3._x = -10000; } } if (hitTest(_root.car4)) { if (_root.punkt4) { _root.lap4 = _root.lap4 + 1; _root.punkt4 = false; } if (_root.lap4 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car4._x = -10000; } } if (_root.endgame != 0) { _root.gotoAndPlay("l4e"); } }
Instance of Symbol 158 MovieClip "car" in Frame 169
onClipEvent (enterFrame) { if (_root.t > 0) { if (_root.p < _root.speed) { if (Key.isDown(38)) { _root.p = _root.p + 0.2; } } if (_root.p > -1.5) { if (Key.isDown(40)) { _root.p = _root.p - 0.06; } } } if ((_root.p < 0.04) && (_root.p > -0.04)) { if (Key.isDown(37)) { _rotation = _rotation; } if (Key.isDown(39)) { _rotation = _rotation; } } else { if (Key.isDown(37)) { _rotation = (_rotation - 4); } if (Key.isDown(39)) { _rotation = (_rotation + 4); } } with (_root.car2) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 1; } } with (_root.car3) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } with (_root.car4) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } }
Instance of Symbol 160 MovieClip "car3" in Frame 169
onClipEvent (enterFrame) { _root.CarBot3(5); }
Instance of Symbol 161 MovieClip "car2" in Frame 169
onClipEvent (enterFrame) { _root.CarBot2(7); }
Instance of Symbol 162 MovieClip "car4" in Frame 169
onClipEvent (enterFrame) { _root.CarBot4(3); }
Frame 180
stop(); stay = 0; lap = 1; lap1 = 1; lap2 = 1; lap3 = 1; lap4 = 1;
Frame 182
MoveAll("l4e");
Frame 183
gotoAndPlay (182);
Frame 184
stop(); SetEndGame();
Frame 196
stopAllSounds(); if ((_root.typegame == 2) or (_root.typegame == 3)) { gotoAndPlay (12); }
Frame 197
if (_root.typegame == 3) { car2._alpha = 0; car3._alpha = 0; car4._alpha = 0; car._x = 44; car._y = 199; car2._x = -1000; car3._x = -1000; car4._x = -1000; } if (_root.typegame == 2) { car2._x = car._x; car2._y = car._y; car._x = 57; car._y = 134; } MyCarSelect(colcar); endgame = 0; time = "00:00:00"; laps = "1"; mmus.gotoandplay(2);
Instance of Symbol 271 MovieClip "doroga" in Frame 197
onClipEvent (enterFrame) { _root.Pr_Car(); }
Instance of Symbol 139 MovieClip "point1" in Frame 197
onClipEvent (enterFrame) { if (hitTest("/car")) { _root.pu1 = true; } }
Instance of Symbol 139 MovieClip "point2" in Frame 197
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1) { _root.pu2 = true; } } if (hitTest("/car2")) { _root.punkt2 = true; } if (hitTest("/car3")) { _root.punkt3 = true; } if (hitTest("/car4")) { _root.punkt4 = true; } }
Instance of Symbol 139 MovieClip "point3" in Frame 197
onClipEvent (enterFrame) { if (hitTest("/car")) { if (_root.pu1 and _root.pu2) { _root.punkt = true; } } }
Instance of Symbol 139 MovieClip "finish" in Frame 197
onClipEvent (enterFrame) { if (hitTest(_root.car)) { if (_root.punkt) { _root.lap = _root.lap + 1; _root.punkt = false; _root.mlastlap.gotoandplay("p" + _root.lap); if (_root.lap <= _root.maxlap) { _root.laps = _root.lap; } if (_root.lap == _root.maxlap) { _root.pl = _root.pl + 1; _root.place = _root.pl; if (_root.typegame == 3) { _root.endgame = 1; } if ((_root.typegame < 3) and (_root.place != 1)) { _root.endgame = 2; } if ((_root.typegame < 3) and (_root.place == 1)) { _root.endgame = 3; } } } } if (hitTest(_root.car2)) { if (_root.punkt2) { _root.lap2 = _root.lap2 + 1; _root.punkt2 = false; } if (_root.lap2 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car2._x = -10000; } } if (hitTest(_root.car3)) { if (_root.punkt3) { _root.lap3 = _root.lap3 + 1; _root.punkt3 = false; } if (_root.lap3 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car3._x = -10000; } } if (hitTest(_root.car4)) { if (_root.punkt4) { _root.lap4 = _root.lap4 + 1; _root.punkt4 = false; } if (_root.lap4 == _root.maxlap) { _root.pl = _root.pl + 1; _root.car4._x = -10000; } } if (_root.endgame != 0) { _root.gotoAndPlay("l5e"); } }
Instance of Symbol 158 MovieClip "car" in Frame 197
onClipEvent (enterFrame) { if (_root.t > 0) { if (_root.p < _root.speed) { if (Key.isDown(38)) { _root.p = _root.p + 0.2; } } if (_root.p > -1.5) { if (Key.isDown(40)) { _root.p = _root.p - 0.06; } } } if ((_root.p < 0.04) && (_root.p > -0.04)) { if (Key.isDown(37)) { _rotation = _rotation; } if (Key.isDown(39)) { _rotation = _rotation; } } else { if (Key.isDown(37)) { _rotation = (_rotation - 4); } if (Key.isDown(39)) { _rotation = (_rotation + 4); } } with (_root.car2) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 1; } } with (_root.car3) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } with (_root.car4) { if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - 3; _x = _x - 1; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - 3; _x = _x + 1; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - 3; _y = _y - 1; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - 3; _y = _y + 1; } } }
Instance of Symbol 160 MovieClip "car3" in Frame 197
onClipEvent (enterFrame) { _root.CarBot3(4); }
Instance of Symbol 161 MovieClip "car2" in Frame 197
onClipEvent (enterFrame) { _root.CarBot2(5); }
Instance of Symbol 162 MovieClip "car4" in Frame 197
onClipEvent (enterFrame) { _root.CarBot4(7); }
Frame 208
stop(); stay = 0; lap = 1; lap1 = 1; lap2 = 1; lap3 = 1; lap4 = 1;
Frame 210
MoveAll("l5e");
Frame 211
gotoAndPlay (210);
Frame 212
if (endgame == 2) { endgame = 3; } stop(); SetEndGame();
Frame 228
stopAllSounds(); if ((_root.typegame == 2) or (_root.typegame == 3)) { gotoAndPlay (12); }
Frame 230
gotoAndPlay (12);
Symbol 11 Button
on (release) { getURL ("http://www.justfreegames.com?r1=F&r2=MRS&WT.mc_id=FlashMicroRacers", "_blank"); }
Symbol 18 Button
on (release) { snd.PlayMus(1); _root.rules.gotoandplay(2); }
Symbol 23 Button
on (release) { snd.PlayMus(1); getURL ("http://www.justfreegames.com?r1=F&r2=MRS&WT.mc_id=FlashMicroRacers", "_blank"); }
Symbol 28 Button
on (release, keyPress "<Enter>") { snd.PlayMus(1); _root.play(); }
Symbol 31 MovieClip Frame 2
if (_root.musicon != 1) { gotoAndStop (1); }
Symbol 31 MovieClip Frame 30
stop();
Symbol 35 MovieClip Frame 1
stop(); function PlayMus(n) { if (_root.musicon == 1) { gotoAndPlay("p" + n); } }
Symbol 35 MovieClip Frame 6
gotoAndStop (1);
Symbol 38 Button
on (release) { _root.musicon = 0; stopAllSounds(); gotoAndStop (3); }
Symbol 40 Button
on (release) { _root.musicon = 1; gotoAndStop (2); _root.musmenu.play(); }
Symbol 41 MovieClip Frame 1
if (_root.musicon == 1) { gotoAndStop (2); } if (_root.musicon == 0) { gotoAndStop (3); }
Symbol 41 MovieClip Frame 2
stop();
Symbol 41 MovieClip Frame 3
stop();
Symbol 45 Button
on (release, keyPress "<Space>") { play(); }
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 8
stop();
Instance of Symbol 46 MovieClip in Symbol 47 MovieClip Frame 8
onClipEvent (keyDown) { _parent.Play(); }
Symbol 47 MovieClip Frame 9
_root.snd.PlayMus(1);
Symbol 53 Button
on (release, keyPress "<Enter>") { snd.PlayMus(1); _root.play(); _root.typegame = 1; }
Symbol 58 Button
on (release, keyPress "<Enter>") { snd.PlayMus(1); _root.play(); _root.typegame = 3; }
Symbol 63 Button
on (release, keyPress "<Enter>") { snd.PlayMus(1); _root.play(); _root.typegame = 2; }
Symbol 68 Button
on (release) { snd.PlayMus(1); prevFrame(); }
Symbol 90 MovieClip Frame 1
_root.nitrotime = 10; stop();
Symbol 90 MovieClip Frame 2
_root.nitrotime = 20;
Symbol 90 MovieClip Frame 3
_root.nitrotime = 30;
Symbol 90 MovieClip Frame 4
_root.nitrotime = 40;
Symbol 90 MovieClip Frame 5
_root.nitrotime = 50;
Symbol 95 Button
on (release) { _root.snd.PlayMus(1); _root.colcar = _root.colcar - 1; if (_root.colcar == 0) { _root.colcar = 5; } selcars.gotoAndStop(_root.colcar); }
Symbol 100 Button
on (release) { _root.snd.PlayMus(1); _root.colcar = _root.colcar + 1; if (_root.colcar == 6) { _root.colcar = 1; } selcars.gotoAndStop(_root.colcar); }
Symbol 103 Button
on (release) { _root.snd.PlayMus(1); _root.map = _root.map - 1; if (_root.map == 0) { _root.map = 5; } gotoAndStop(_root.map); }
Symbol 104 Button
on (release) { _root.snd.PlayMus(1); _root.map = _root.map + 1; if (_root.map == 6) { _root.map = 1; } gotoAndStop(_root.map); }
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 6
stop();
Symbol 118 Button
on (release) { snd.PlayMus(2); play(); }
Symbol 122 MovieClip Frame 2
if (_root.musicon != 1) { gotoAndStop (1); }
Symbol 122 MovieClip Frame 16
stop();
Symbol 130 MovieClip Frame 1
function PlaySnd(n) { if (_root.musicon == 1) { gotoAndPlay("p" + n); } } stop();
Symbol 130 MovieClip Frame 15
gotoAndStop (1);
Symbol 130 MovieClip Frame 39
gotoAndStop (1);
Symbol 130 MovieClip Frame 69
gotoAndStop (1);
Symbol 130 MovieClip Frame 95
gotoAndStop (1);
Symbol 130 MovieClip Frame 170
gotoAndStop (1);
Symbol 130 MovieClip Frame 249
gotoAndStop (1);
Instance of Symbol 134 MovieClip "d2" in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } } with (_root.car3) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } } with (_root.car4) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } } }
Instance of Symbol 136 MovieClip "d1" in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p2 = p2 - 0.5; } } with (_root.car3) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p3 = p3 - 0.5; } } with (_root.car4) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p4 = p4 - 0.5; } } }
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 2
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 1
stop();
Symbol 186 Button
on (keyPress "<Space>") { if (_root.stay == 0) { _root.p = 5; _root.netrofl = true; _root.car.flame.gotoandplay(2); dwn = true; play(); } }
Symbol 187 MovieClip Frame 1
z = 5; u = 0; dwn = false;
Symbol 187 MovieClip Frame 11
i++; if (i < z) { gotoAndPlay (2); } else { i = 0; play(); }
Symbol 187 MovieClip Frame 22
i++; if (i < z) { gotoAndPlay (12); } else { i = 0; play(); }
Symbol 187 MovieClip Frame 34
i++; if (i < z) { gotoAndPlay (23); } else { i = 0; play(); }
Symbol 187 MovieClip Frame 46
i++; if (i < z) { gotoAndPlay (35); } else { i = 0; play(); }
Symbol 187 MovieClip Frame 58
i++; if (i < z) { gotoAndPlay (47); } else { i = 0; play(); }
Symbol 187 MovieClip Frame 70
i++; if (i < z) { gotoAndPlay (59); } else { i = 0; play(); }
Symbol 187 MovieClip Frame 81
i++; if (i < z) { gotoAndPlay (71); } else { i = 0; play(); }
Symbol 187 MovieClip Frame 82
stop();
Symbol 187 MovieClip Frame 83
_root.msnd.PlaySnd(3);
Symbol 187 MovieClip Frame 84
u++; scal._y = 0 + (u * (55 / _root.nitrotime));
Symbol 187 MovieClip Frame 90
if (u < _root.nitrotime) { gotoAndPlay (84); }
Symbol 187 MovieClip Frame 91
_root.p = 2; _root.netrofl = false; _root.car.flame.gotoandstop(1); _root.msnd.PlaySnd(4);
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 45
gotoAndStop (1);
Symbol 197 MovieClip Frame 96
gotoAndStop (1);
Symbol 197 MovieClip Frame 147
gotoAndStop (1);
Symbol 197 MovieClip Frame 197
gotoAndStop (1);
Symbol 203 MovieClip Frame 1
_root.car._alpha = 0;
Symbol 203 MovieClip Frame 11
_root.car._alpha = 100;
Symbol 204 MovieClip Frame 20
_root.msnd.Playsnd(1);
Symbol 204 MovieClip Frame 42
_root.msnd.Playsnd(1);
Symbol 204 MovieClip Frame 66
_root.msnd.Playsnd(1);
Symbol 204 MovieClip Frame 88
_root.msnd.Playsnd(2);
Symbol 204 MovieClip Frame 106
_root.netro.gotoandplay(1); _root.netrofl = false; _root.car._alpha = 100; _root.place = 0; _root.lap = 1; _root.lap2 = 1; _root.lap3 = 1; _root.lap4 = 1; _root.laps = "1"; _root.pl = 0; _root.punkt = false; _root.punkt2 = false; _root.punkt3 = false; _root.punkt4 = false; _root.pu1 = false; _root.pu2 = false; _root.play();
Symbol 204 MovieClip Frame 107
gameDate1 = new Date(); _root.startsec = gameDate1.getSeconds(); _root.startmin = gameDate1.getMinutes(); stop();
Symbol 207 Button
on (release) { _root.play(); }
Symbol 209 Button
on (release, keyPress "<Space>") { _root.play(); }
Symbol 210 MovieClip Frame 26
stop();
Instance of Symbol 46 MovieClip in Symbol 210 MovieClip Frame 26
onClipEvent (keyDown) { _root.play(); }
Symbol 229 MovieClip Frame 1
gotoAndStop(_root.endgame + 1); stop();
Symbol 229 MovieClip Frame 2
tout = _root.time; _root.msnd.PlaySnd(6); stop();
Symbol 229 MovieClip Frame 3
tout = _root.time; tplace = _root.place; _root.msnd.PlaySnd(5); stop();
Symbol 229 MovieClip Frame 4
tout = _root.time; tplace = _root.place; _root.msnd.PlaySnd(6); stop();
Symbol 229 MovieClip Frame 5
_root.msnd.PlaySnd(6); stop();
Instance of Symbol 233 MovieClip "d2" in Symbol 236 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } } with (_root.car3) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } } with (_root.car4) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } } }
Instance of Symbol 235 MovieClip "d1" in Symbol 236 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p2 = p2 - 0.5; } } with (_root.car3) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p3 = p3 - 0.5; } } with (_root.car4) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p4 = p4 - 0.5; } } }
Instance of Symbol 244 MovieClip "d1" in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p2 = p2 - 0.5; } } with (_root.car3) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p3 = p3 - 0.5; } } with (_root.car4) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p4 = p4 - 0.5; } } }
Instance of Symbol 246 MovieClip "d2" in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } } with (_root.car3) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } } with (_root.car4) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } } }
Instance of Symbol 255 MovieClip "d1" in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p2 = p2 - 0.5; } } with (_root.car3) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p3 = p3 - 0.5; } } with (_root.car4) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p4 = p4 - 0.5; } } }
Instance of Symbol 257 MovieClip "d2" in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } } with (_root.car3) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } } with (_root.car4) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } } }
Instance of Symbol 266 MovieClip "d2" in Symbol 269 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p2 = p2 - _root.speed2; } } with (_root.car3) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p3 = p3 - _root.speed2; } } with (_root.car4) { if (_root.doroga2.d2.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } if (_root.doroga2.d2.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation + _root.otkl; p4 = p4 - _root.speed2; } } }
Instance of Symbol 268 MovieClip "d1" in Symbol 269 MovieClip Frame 1
onClipEvent (enterFrame) { with (_root.car2) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p2 = p2 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p2 = p2 - 0.5; } } with (_root.car3) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p3 = p3 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p3 = p3 - 0.5; } } with (_root.car4) { if (_root.doroga2.d1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = _rotation - _root.otkl; _x = _x + 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = _rotation - _root.otkl; _y = _y - 1; p4 = p4 - 0.5; } if (_root.doroga2.d1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = _rotation - _root.otkl; _y = _y + 1; p4 = p4 - 0.5; } } }

Library Items

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

Instance Names

"scala"Frame 1Symbol 7 MovieClip
"musmenu"Frame 12Symbol 31 MovieClip
"snd"Frame 12Symbol 35 MovieClip
"rules"Frame 12Symbol 47 MovieClip
"selcars"Frame 14Symbol 90 MovieClip
"mmus"Frame 83Symbol 122 MovieClip
"msnd"Frame 83Symbol 130 MovieClip
"doroga2"Frame 85Symbol 137 MovieClip
"point1"Frame 85Symbol 139 MovieClip
"point2"Frame 85Symbol 139 MovieClip
"point3"Frame 85Symbol 139 MovieClip
"doroga"Frame 85Symbol 141 MovieClip
"finish"Frame 85Symbol 143 MovieClip
"car"Frame 85Symbol 158 MovieClip
"prov"Frame 85Symbol 139 MovieClip
"car3"Frame 85Symbol 160 MovieClip
"car2"Frame 85Symbol 161 MovieClip
"car4"Frame 85Symbol 162 MovieClip
"spm"Frame 85Symbol 172 MovieClip
"netro"Frame 85Symbol 187 MovieClip
"mlastlap"Frame 85Symbol 197 MovieClip
"doroga2"Frame 113Symbol 236 MovieClip
"point1"Frame 113Symbol 139 MovieClip
"point2"Frame 113Symbol 139 MovieClip
"point3"Frame 113Symbol 139 MovieClip
"doroga"Frame 113Symbol 238 MovieClip
"finish"Frame 113Symbol 143 MovieClip
"car"Frame 113Symbol 158 MovieClip
"prov"Frame 113Symbol 139 MovieClip
"car3"Frame 113Symbol 160 MovieClip
"car2"Frame 113Symbol 161 MovieClip
"car4"Frame 113Symbol 162 MovieClip
"doroga2"Frame 141Symbol 247 MovieClip
"doroga"Frame 141Symbol 249 MovieClip
"point1"Frame 141Symbol 139 MovieClip
"point2"Frame 141Symbol 139 MovieClip
"point3"Frame 141Symbol 139 MovieClip
"finish"Frame 141Symbol 139 MovieClip
"car"Frame 141Symbol 158 MovieClip
"prov"Frame 141Symbol 139 MovieClip
"car3"Frame 141Symbol 160 MovieClip
"car2"Frame 141Symbol 161 MovieClip
"car4"Frame 141Symbol 162 MovieClip
"doroga2"Frame 169Symbol 258 MovieClip
"doroga"Frame 169Symbol 260 MovieClip
"point1"Frame 169Symbol 139 MovieClip
"point2"Frame 169Symbol 139 MovieClip
"point3"Frame 169Symbol 139 MovieClip
"finish"Frame 169Symbol 139 MovieClip
"car"Frame 169Symbol 158 MovieClip
"prov"Frame 169Symbol 139 MovieClip
"car3"Frame 169Symbol 160 MovieClip
"car2"Frame 169Symbol 161 MovieClip
"car4"Frame 169Symbol 162 MovieClip
"doroga2"Frame 197Symbol 269 MovieClip
"doroga"Frame 197Symbol 271 MovieClip
"point1"Frame 197Symbol 139 MovieClip
"point2"Frame 197Symbol 139 MovieClip
"point3"Frame 197Symbol 139 MovieClip
"finish"Frame 197Symbol 139 MovieClip
"car"Frame 197Symbol 158 MovieClip
"prov"Frame 197Symbol 139 MovieClip
"car3"Frame 197Symbol 160 MovieClip
"car2"Frame 197Symbol 161 MovieClip
"car4"Frame 197Symbol 162 MovieClip
"ramka"Symbol 7 MovieClip Frame 1Symbol 5 MovieClip
"d2"Symbol 137 MovieClip Frame 1Symbol 134 MovieClip
"d1"Symbol 137 MovieClip Frame 1Symbol 136 MovieClip
"flame"Symbol 158 MovieClip Frame 1Symbol 147 MovieClip
"prov"Symbol 158 MovieClip Frame 1Symbol 139 MovieClip
"prov"Symbol 160 MovieClip Frame 1Symbol 139 MovieClip
"prov"Symbol 161 MovieClip Frame 1Symbol 139 MovieClip
"prov"Symbol 162 MovieClip Frame 1Symbol 139 MovieClip
"speed"Symbol 172 MovieClip Frame 1Symbol 171 MovieClip
"scal"Symbol 187 MovieClip Frame 1Symbol 175 MovieClip
"scal"Symbol 187 MovieClip Frame 12Symbol 175 MovieClip
"scal"Symbol 187 MovieClip Frame 23Symbol 175 MovieClip
"scal"Symbol 187 MovieClip Frame 35Symbol 175 MovieClip
"scal"Symbol 187 MovieClip Frame 47Symbol 175 MovieClip
"scal"Symbol 187 MovieClip Frame 59Symbol 175 MovieClip
"scal"Symbol 187 MovieClip Frame 71Symbol 175 MovieClip
"scal"Symbol 187 MovieClip Frame 82Symbol 175 MovieClip
"d2"Symbol 236 MovieClip Frame 1Symbol 233 MovieClip
"d1"Symbol 236 MovieClip Frame 1Symbol 235 MovieClip
"d1"Symbol 247 MovieClip Frame 1Symbol 244 MovieClip
"d2"Symbol 247 MovieClip Frame 1Symbol 246 MovieClip
"d1"Symbol 258 MovieClip Frame 1Symbol 255 MovieClip
"d2"Symbol 258 MovieClip Frame 1Symbol 257 MovieClip
"d2"Symbol 269 MovieClip Frame 1Symbol 266 MovieClip
"d1"Symbol 269 MovieClip Frame 1Symbol 268 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"strt"Frame 3
"to1"Frame 85
"pl1"Frame 96
"l1"Frame 98
"l1e"Frame 100
"to2"Frame 113
"pl2"Frame 124
"l2"Frame 126
"l2e"Frame 128
"to3"Frame 141
"pl3"Frame 152
"l3"Frame 154
"l3e"Frame 156
"to4"Frame 169
"pl4"Frame 180
"l4"Frame 182
"l4e"Frame 184
"to5"Frame 197
"pl5"Frame 208
"l5"Frame 210
"l5e"Frame 212
"p1"Symbol 35 MovieClip Frame 2
"p2"Symbol 35 MovieClip Frame 7
"off"Symbol 41 MovieClip Frame 2
"on"Symbol 41 MovieClip Frame 3
"p1"Symbol 130 MovieClip Frame 2
"p2"Symbol 130 MovieClip Frame 16
"p3"Symbol 130 MovieClip Frame 41
"p4"Symbol 130 MovieClip Frame 70
"p5"Symbol 130 MovieClip Frame 96
"p6"Symbol 130 MovieClip Frame 171
"p1"Symbol 187 MovieClip Frame 2
"p2"Symbol 187 MovieClip Frame 12
"p3"Symbol 187 MovieClip Frame 23
"p4"Symbol 187 MovieClip Frame 35
"p5"Symbol 187 MovieClip Frame 47
"p6"Symbol 187 MovieClip Frame 59
"p7"Symbol 187 MovieClip Frame 71
"p8"Symbol 187 MovieClip Frame 82
"rr"Symbol 187 MovieClip Frame 84
"ending"Symbol 187 MovieClip Frame 91
"p2"Symbol 197 MovieClip Frame 2
"p3"Symbol 197 MovieClip Frame 46
"p4"Symbol 197 MovieClip Frame 97
"p5"Symbol 197 MovieClip Frame 148

Dynamic Text Variables

proSymbol 9 EditableText"100%"
lapsSymbol 165 EditableText"1"
timeSymbol 167 EditableText"00:00:00"
toutSymbol 214 EditableText"00"
toutSymbol 217 EditableText"00"
tplaceSymbol 219 EditableText"1"
toutSymbol 223 EditableText"00"




http://swfchan.com/3/10977/info.shtml
Created: 7/6 -2019 20:06:06 Last modified: 7/6 -2019 20:06:06 Server time: 02/05 -2024 14:28:51