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

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

898933711.swf

This is the info page for
Flash #13611

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


Text
loading

www.lawlolawl.com

created by

click here to play

PLAY

(USE THE ARROW KEYS TO MOVE)

HELP

GAME

CRDT

!GNITION2

NEXT

CONTROLS

up arrow key       ACCELERATE
down arrow key  REVERSE
right arrow key   TURN R
left arrow key     TURN L

THE FRONT OF YOUR CAR IS INDICATED BY THE
ARROW THAT QUICKLY FLASHES AT THE BEGINNING
OF EACH STAGE.

STAT BARS

time remaining    RED
life remaining      GREEN
levels remaining  BLUE

stat bars are located at the top right
of the screen during game mode

PREV

IF YOU FEEL LIKE YOUR DEATH IS IMMINENT, YOU CAN
PRESS THE RETRY BUTTON AT THE BOTTOM LEFT OF
THE SCREEN.

MENU

OBJECTIVES

-move your car to end pad
-don't run out of time
-maintain speed
(or life will be lost)
-complete all levels

IF YOU DIE, YOUR CAR WILL DISSAPEAR. YOUR ONLY
OPTION THEN IS TO PRESS THE RESET BUTTON.

CAKE

CAKE
EASY
OKAY
HARD
MEGA
1337

LIFE

TIME

PART

CLICK TO RETRY

◄RESET

EASY

OKAY

HARD

MEGA

1337

CONGRADULATIONS!
YOU COMPLETED EVERY
!GNITION2 LEVEL! FROM CAKE TO 1337
YOU HAVE MASTERED THE GAME! WOOOOOO!

!GNITION2
CREDITS

GRAPHICS
LAWLOLAWL STUDIOS

PROGRAMMING
LAWLOLAWL STUDIOS

MUSIC
CORNANDBEANS*

*FROM NEWGROUNDS AUDIO PORTAL

COPY BELONGS TO
ADDICTINGGAMES*

*ALSO SPONSORED BY

E19.DEVIANTART.COM

(DRIVE UP HERE TO VISIT)

WWW.LAWLOLAWL.COM

(DRIVE DOWN HERE TO VISIT)

THANKS
TO MY D.A. PEERS
AND YOU

ActionScript [AS1/AS2]

Frame 1
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); loader.gotoAndStop(percentbytes);
Frame 2
if (loadedbytes == totalbytes) { play(); } else { gotoAndPlay (1); }
Frame 98
stop();
Frame 99
function doSomething() { } stop(); MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("Don't Cheat! It's the law!", doSomething); MENU.customItems.push(Functioned); _root.menu = MENU;
Instance of Symbol 57 MovieClip in Frame 99
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 99
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 57 MovieClip in Frame 100
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.gotoAndStop("Game"); } }
Instance of Symbol 57 MovieClip in Frame 100
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.gotoAndStop("Crdt"); } }
Instance of Symbol 61 MovieClip "car" in Frame 100
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 101
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 57 MovieClip in Frame 102
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.prevFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 102
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 57 MovieClip in Frame 103
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.gotoAndStop("Menu"); } }
Instance of Symbol 61 MovieClip "car" in Frame 103
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 104
gotoAndStop (106);
Frame 105
gotoAndStop (180);
Frame 106
stop();
Instance of Symbol 57 MovieClip in Frame 106
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 106
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 107
gotoAndStop (108);
Frame 108
stop();
Instance of Symbol 57 MovieClip in Frame 108
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fin.nextFrame(); _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 108
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 109
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 110
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 111
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 112
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 113
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 114
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 115
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 116
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 117
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 118
stop();
Instance of Symbol 57 MovieClip in Frame 118
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 118
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 119
gotoAndStop (120);
Frame 120
stop();
Instance of Symbol 57 MovieClip in Frame 120
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fin.nextFrame(); _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 120
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 121
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 122
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 123
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 124
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 125
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 126
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 127
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 128
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 129
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 130
stop();
Instance of Symbol 57 MovieClip in Frame 130
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 130
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 131
gotoAndStop (132);
Frame 132
stop();
Instance of Symbol 57 MovieClip in Frame 132
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fin.nextFrame(); _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 132
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 133
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 134
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 135
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 136
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 137
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 138
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 139
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 140
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 141
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 142
stop();
Instance of Symbol 57 MovieClip in Frame 142
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 142
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 143
gotoAndStop (144);
Frame 144
stop();
Instance of Symbol 57 MovieClip in Frame 144
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fin.nextFrame(); _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 144
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 145
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 146
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 147
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 148
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 149
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 150
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 151
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 152
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 153
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 154
stop();
Instance of Symbol 57 MovieClip in Frame 154
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 154
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 155
gotoAndStop (156);
Frame 156
stop();
Instance of Symbol 57 MovieClip in Frame 156
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fin.nextFrame(); _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 156
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 157
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 158
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 159
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 160
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 161
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 162
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 163
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 164
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 165
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 166
stop();
Instance of Symbol 57 MovieClip in Frame 166
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 166
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 167
gotoAndStop (168);
Frame 168
stop();
Instance of Symbol 57 MovieClip in Frame 168
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fin.nextFrame(); _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 168
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 168
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 169
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 169
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 170
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 170
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 171
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 171
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 172
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 172
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 173
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 173
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 174
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 174
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 175
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 175
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 176
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 176
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 177
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 232 MovieClip "light" in Frame 177
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 178
stop();
Instance of Symbol 57 MovieClip in Frame 178
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 178
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Frame 179
gotoAndStop (180);
Frame 180
stop();
Instance of Symbol 57 MovieClip in Frame 180
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fin.nextFrame(); _root.nextFrame(); } }
Instance of Symbol 61 MovieClip "car" in Frame 180
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 181
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 182
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 183
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 184
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 61 MovieClip "car" in Frame 185
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Instance of Symbol 246 MovieClip in Frame 185
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { getURL ("http://e19.deviantart.com/"); } }
Instance of Symbol 249 MovieClip in Frame 185
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { getURL ("http://www.lawlolawl.com/"); } }
Instance of Symbol 57 MovieClip in Frame 186
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.fin.nextFrame(); _root.gotoAndStop("menu"); } }
Instance of Symbol 61 MovieClip "car" in Frame 186
onClipEvent (load) { speed = 0; } onClipEvent (enterFrame) { if (Key.isDown(38)) { speed = speed + 1; } if (Key.isDown(40)) { speed = speed - 1; } if (Math.abs(speed) > 10) { speed = speed * 0.7; } if (Math.abs(speed) < 2) { _root.life.nextFrame(); } if (Key.isDown(37)) { _rotation = (_rotation - 5); } if (Key.isDown(39)) { _rotation = (_rotation + 5); } speed = speed * 0.98; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.land.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.6; } }
Symbol 17 MovieClip Frame 1
stop();
Symbol 24 Button
on (press) { getURL ("http://www.lawlolawl.com"); }
Symbol 34 Button
on (release) { _parent.gotoAndStop("gamestart"); }
Symbol 49 Button
on (release) { getURL ("http://www.addictinggames.com", _blank); }
Symbol 50 MovieClip Frame 115
_parent.gotoAndStop("gamestart");
Symbol 61 MovieClip Frame 6
stop();
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 251
stop(); _root.car.unloadMovie(); _root.light.unloadMovie();
Symbol 102 MovieClip Frame 1351
stop(); _root.car.unloadMovie(); _root.light.unloadMovie();
Symbol 104 MovieClip Frame 1
stop();
Symbol 109 Button
on (press) { gotoAndStop (106); }
Symbol 135 Button
on (press) { gotoAndStop (118); }
Symbol 161 Button
on (press) { gotoAndStop (130); }
Symbol 186 Button
on (press) { gotoAndStop (142); }
Symbol 211 Button
on (press) { gotoAndStop (154); }
Symbol 233 Button
on (press) { gotoAndStop (166); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 17 MovieClip
"land"Frame 99Symbol 55 MovieClip
"car"Frame 99Symbol 61 MovieClip
"land"Frame 100Symbol 68 MovieClip
"car"Frame 100Symbol 61 MovieClip
"land"Frame 101Symbol 74 MovieClip
"car"Frame 101Symbol 61 MovieClip
"car"Frame 102Symbol 61 MovieClip
"car"Frame 103Symbol 61 MovieClip
"land"Frame 106Symbol 55 MovieClip
"car"Frame 106Symbol 61 MovieClip
"light"Frame 108Symbol 94 MovieClip
"car"Frame 108Symbol 61 MovieClip
"land"Frame 108Symbol 96 MovieClip
"life"Frame 108Symbol 100 MovieClip
"fin"Frame 108Symbol 104 MovieClip
"car"Frame 109Symbol 61 MovieClip
"land"Frame 109Symbol 111 MovieClip
"car"Frame 110Symbol 61 MovieClip
"land"Frame 110Symbol 113 MovieClip
"car"Frame 111Symbol 61 MovieClip
"land"Frame 111Symbol 115 MovieClip
"car"Frame 112Symbol 61 MovieClip
"land"Frame 112Symbol 117 MovieClip
"car"Frame 113Symbol 61 MovieClip
"land"Frame 113Symbol 119 MovieClip
"car"Frame 114Symbol 61 MovieClip
"land"Frame 114Symbol 121 MovieClip
"car"Frame 115Symbol 61 MovieClip
"land"Frame 115Symbol 123 MovieClip
"car"Frame 116Symbol 61 MovieClip
"land"Frame 116Symbol 125 MovieClip
"car"Frame 117Symbol 61 MovieClip
"land"Frame 117Symbol 127 MovieClip
"land"Frame 118Symbol 55 MovieClip
"car"Frame 118Symbol 61 MovieClip
"light"Frame 120Symbol 132 MovieClip
"car"Frame 120Symbol 61 MovieClip
"land"Frame 120Symbol 134 MovieClip
"life"Frame 120Symbol 100 MovieClip
"fin"Frame 120Symbol 104 MovieClip
"car"Frame 121Symbol 61 MovieClip
"land"Frame 121Symbol 137 MovieClip
"car"Frame 122Symbol 61 MovieClip
"land"Frame 122Symbol 139 MovieClip
"car"Frame 123Symbol 61 MovieClip
"land"Frame 123Symbol 141 MovieClip
"car"Frame 124Symbol 61 MovieClip
"land"Frame 124Symbol 143 MovieClip
"car"Frame 125Symbol 61 MovieClip
"land"Frame 125Symbol 145 MovieClip
"car"Frame 126Symbol 61 MovieClip
"land"Frame 126Symbol 147 MovieClip
"car"Frame 127Symbol 61 MovieClip
"land"Frame 127Symbol 149 MovieClip
"car"Frame 128Symbol 61 MovieClip
"land"Frame 128Symbol 151 MovieClip
"car"Frame 129Symbol 61 MovieClip
"land"Frame 129Symbol 153 MovieClip
"land"Frame 130Symbol 55 MovieClip
"car"Frame 130Symbol 61 MovieClip
"light"Frame 132Symbol 158 MovieClip
"car"Frame 132Symbol 61 MovieClip
"land"Frame 132Symbol 160 MovieClip
"life"Frame 132Symbol 100 MovieClip
"fin"Frame 132Symbol 104 MovieClip
"car"Frame 133Symbol 61 MovieClip
"land"Frame 133Symbol 163 MovieClip
"car"Frame 134Symbol 61 MovieClip
"land"Frame 134Symbol 165 MovieClip
"car"Frame 135Symbol 61 MovieClip
"land"Frame 135Symbol 167 MovieClip
"car"Frame 136Symbol 61 MovieClip
"land"Frame 136Symbol 169 MovieClip
"car"Frame 137Symbol 61 MovieClip
"land"Frame 137Symbol 171 MovieClip
"car"Frame 138Symbol 61 MovieClip
"land"Frame 138Symbol 173 MovieClip
"car"Frame 139Symbol 61 MovieClip
"land"Frame 139Symbol 175 MovieClip
"car"Frame 140Symbol 61 MovieClip
"land"Frame 140Symbol 177 MovieClip
"car"Frame 141Symbol 61 MovieClip
"land"Frame 141Symbol 179 MovieClip
"land"Frame 142Symbol 55 MovieClip
"car"Frame 142Symbol 61 MovieClip
"light"Frame 144Symbol 183 MovieClip
"car"Frame 144Symbol 61 MovieClip
"land"Frame 144Symbol 185 MovieClip
"life"Frame 144Symbol 100 MovieClip
"fin"Frame 144Symbol 104 MovieClip
"car"Frame 145Symbol 61 MovieClip
"land"Frame 145Symbol 188 MovieClip
"car"Frame 146Symbol 61 MovieClip
"land"Frame 146Symbol 190 MovieClip
"car"Frame 147Symbol 61 MovieClip
"land"Frame 147Symbol 192 MovieClip
"car"Frame 148Symbol 61 MovieClip
"land"Frame 148Symbol 194 MovieClip
"car"Frame 149Symbol 61 MovieClip
"land"Frame 149Symbol 196 MovieClip
"car"Frame 150Symbol 61 MovieClip
"land"Frame 150Symbol 198 MovieClip
"car"Frame 151Symbol 61 MovieClip
"land"Frame 151Symbol 200 MovieClip
"car"Frame 152Symbol 61 MovieClip
"land"Frame 152Symbol 202 MovieClip
"car"Frame 153Symbol 61 MovieClip
"land"Frame 153Symbol 204 MovieClip
"land"Frame 154Symbol 55 MovieClip
"car"Frame 154Symbol 61 MovieClip
"light"Frame 156Symbol 208 MovieClip
"car"Frame 156Symbol 61 MovieClip
"land"Frame 156Symbol 210 MovieClip
"life"Frame 156Symbol 100 MovieClip
"fin"Frame 156Symbol 104 MovieClip
"car"Frame 157Symbol 61 MovieClip
"land"Frame 157Symbol 213 MovieClip
"car"Frame 158Symbol 61 MovieClip
"land"Frame 158Symbol 215 MovieClip
"car"Frame 159Symbol 61 MovieClip
"land"Frame 159Symbol 217 MovieClip
"car"Frame 160Symbol 61 MovieClip
"land"Frame 160Symbol 219 MovieClip
"car"Frame 161Symbol 61 MovieClip
"land"Frame 161Symbol 221 MovieClip
"car"Frame 162Symbol 61 MovieClip
"land"Frame 162Symbol 223 MovieClip
"car"Frame 163Symbol 61 MovieClip
"land"Frame 163Symbol 225 MovieClip
"car"Frame 164Symbol 61 MovieClip
"land"Frame 164Symbol 227 MovieClip
"car"Frame 165Symbol 61 MovieClip
"land"Frame 165Symbol 229 MovieClip
"land"Frame 166Symbol 55 MovieClip
"car"Frame 166Symbol 61 MovieClip
"car"Frame 168Symbol 61 MovieClip
"light"Frame 168Symbol 232 MovieClip
"land"Frame 168Symbol 96 MovieClip
"life"Frame 168Symbol 100 MovieClip
"fin"Frame 168Symbol 104 MovieClip
"car"Frame 169Symbol 61 MovieClip
"light"Frame 169Symbol 232 MovieClip
"land"Frame 169Symbol 111 MovieClip
"car"Frame 170Symbol 61 MovieClip
"light"Frame 170Symbol 232 MovieClip
"land"Frame 170Symbol 113 MovieClip
"car"Frame 171Symbol 61 MovieClip
"light"Frame 171Symbol 232 MovieClip
"land"Frame 171Symbol 115 MovieClip
"car"Frame 172Symbol 61 MovieClip
"light"Frame 172Symbol 232 MovieClip
"land"Frame 172Symbol 117 MovieClip
"car"Frame 173Symbol 61 MovieClip
"light"Frame 173Symbol 232 MovieClip
"land"Frame 173Symbol 119 MovieClip
"car"Frame 174Symbol 61 MovieClip
"light"Frame 174Symbol 232 MovieClip
"land"Frame 174Symbol 121 MovieClip
"car"Frame 175Symbol 61 MovieClip
"light"Frame 175Symbol 232 MovieClip
"land"Frame 175Symbol 123 MovieClip
"car"Frame 176Symbol 61 MovieClip
"light"Frame 176Symbol 232 MovieClip
"land"Frame 176Symbol 125 MovieClip
"car"Frame 177Symbol 61 MovieClip
"light"Frame 177Symbol 232 MovieClip
"land"Frame 177Symbol 127 MovieClip
"land"Frame 178Symbol 55 MovieClip
"car"Frame 178Symbol 61 MovieClip
"car"Frame 180Symbol 61 MovieClip
"land"Frame 180Symbol 237 MovieClip
"car"Frame 181Symbol 61 MovieClip
"car"Frame 182Symbol 61 MovieClip
"car"Frame 183Symbol 61 MovieClip
"car"Frame 184Symbol 61 MovieClip
"car"Frame 185Symbol 61 MovieClip
"car"Frame 186Symbol 61 MovieClip
"skipButton"Symbol 50 MovieClip Frame 1Symbol 34 Button
"AGhome01"Symbol 50 MovieClip Frame 62Symbol 49 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"teaser"Frame 98
"gamestart"Frame 99
"menu"Frame 100
"Game"Frame 104
"Crdt"Frame 105




http://swfchan.com/3/13611/info.shtml
Created: 4/6 -2019 13:40:38 Last modified: 4/6 -2019 13:40:38 Server time: 13/05 -2024 18:21:22