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

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

!GNITION.swf

This is the info page for
Flash #136078

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


Text
loading

for this game and more, visit

www.lawlolawl.com

www.lawlolawl.com

TUTORIAL MODE

GAME MODE

!GNITION

CREDITS

BEGIN

TUTORIAL

PRESS THE UP ARROW KEY TO MOVE FORWARD
GETTING TO THE END PAD PUTS YOU ON THE NEXT LEVEL

TUTORIAL MODE

INFINATE TIME

PRESSING THE LEFT AND RIGHT ARROW KEYS STEERS THE CAR
IF YOU HIT A WALL, YOU'LL BOUNCE OFF

PRESSING THE BOTTOM ARROW KEY MOVES THE CAR BACKWARDS
PRESSING THE SPACEBAR EXITS THE GAME

GAME

I

GAME MODE

ONE MINUTE

II

III

IV

V

VI

VII

VIII

IX

X

XI

XII

XIII

XIV

XV

THE EASY LEVELS ARE COMPLETE!

CONTINUE!

10

9

8

7

6

5

4

3

2

1

0

YOU RAN OUT OF TIME...

ONE MINUTE, 30 SECONDS

THE NORMAL LEVELS ARE COMPLETE!

TWO MINUTES

THE HARD LEVELS ARE COMPLETE!

GAME DESIGN AND IDEA BY:
LAWLOLAWL STUDIOS

CREDITS

MUSIC:
PAUL OAKENFOLD

SONG:
READY STEADY GO

THIS COPY BELONGS
TO DABontv

THANKS FOR PLAYING!!!!!!!!!!!!!!!!!!!!!!!

ActionScript [AS1/AS2]

Frame 1
loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); loader.gotoAndStop(percentbytes);
Frame 2
if (loadedbytes == totalbytes) { } else { gotoAndPlay (1); }
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 39 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 6
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 39 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 7
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 43 MovieClip "car" in Frame 8
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 9
stopAllSounds(); gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 11
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 43 MovieClip "car" in Frame 12
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 43 MovieClip "car" in Frame 13
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 43 MovieClip "car" in Frame 14
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 43 MovieClip "car" in Frame 15
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 43 MovieClip "car" in Frame 16
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 43 MovieClip "car" in Frame 17
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 43 MovieClip "car" in Frame 18
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 39 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 19
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 39 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 20
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 43 MovieClip "car" in Frame 21
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 43 MovieClip "car" in Frame 22
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 43 MovieClip "car" in Frame 23
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 43 MovieClip "car" in Frame 24
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 43 MovieClip "car" in Frame 25
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 28
stopAllSounds(); gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 29
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 43 MovieClip "car" in Frame 30
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 43 MovieClip "car" in Frame 31
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 43 MovieClip "car" in Frame 32
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 43 MovieClip "car" in Frame 33
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 43 MovieClip "car" in Frame 34
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 43 MovieClip "car" in Frame 35
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 43 MovieClip "car" in Frame 36
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 39 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 37
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 39 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 38
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 43 MovieClip "car" in Frame 39
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 43 MovieClip "car" in Frame 40
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 43 MovieClip "car" in Frame 41
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 43 MovieClip "car" in Frame 42
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 43 MovieClip "car" in Frame 43
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 46
stopAllSounds(); gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 47
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 43 MovieClip "car" in Frame 48
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 43 MovieClip "car" in Frame 49
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 43 MovieClip "car" in Frame 50
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 43 MovieClip "car" in Frame 51
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 43 MovieClip "car" in Frame 52
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 43 MovieClip "car" in Frame 53
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 43 MovieClip "car" in Frame 54
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 39 MovieClip in Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 55
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 39 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 56
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 43 MovieClip "car" in Frame 57
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 43 MovieClip "car" in Frame 58
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 43 MovieClip "car" in Frame 59
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 43 MovieClip "car" in Frame 60
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 43 MovieClip "car" in Frame 61
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 64
stopAllSounds(); gotoAndPlay (4);
Instance of Symbol 39 MovieClip in Frame 65
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 43 MovieClip "car" in Frame 65
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 43 MovieClip "car" in Frame 66
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 43 MovieClip "car" in Frame 67
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 43 MovieClip "car" in Frame 68
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 43 MovieClip "car" in Frame 69
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 70
stopAllSounds(); gotoAndStop (4);
Symbol 17 MovieClip Frame 1
stop();
Symbol 22 Button
on (press) { getURL ("http://www.lawlolawl.com/"); }
Symbol 23 Button
on (press) { play(); }
Symbol 28 Button
on (press) { gotoAndStop (5); }
Symbol 30 Button
on (press) { gotoAndStop (10); }
Symbol 33 Button
on (press) { gotoAndStop (65); }
Symbol 36 Button
on (press) { gotoAndStop (6); }
Symbol 52 Button
on (press) { gotoAndStop (11); }
Symbol 59 MovieClip Frame 1502
_root.gotoAndStop("Death2");
Symbol 105 Button
on (press) { gotoAndStop (29); }
Symbol 117 MovieClip Frame 277
_root.gotoAndStop("Back2");
Symbol 119 Button
on (press) { gotoAndStop (11); }
Symbol 152 Button
on (press) { gotoAndStop (47); }
Symbol 153 Button
on (press) { gotoAndStop (29); }
Symbol 157 MovieClip Frame 3001
_root.gotoAndStop("Death3");
Symbol 187 Button
on (press) { gotoAndStop (65); }
Symbol 188 MovieClip Frame 277
_root.gotoAndStop("Back3");
Symbol 189 Button
on (press) { gotoAndStop (47); }

Library Items

Symbol 1 FontUsed by:2 18 19 20
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 23
Symbol 14 MovieClipUses:13Used by:16
Symbol 15 GraphicUsed by:16 23
Symbol 16 MovieClipUses:14 15Used by:17 23
Symbol 17 MovieClipUses:5 6 7 8 9 10 11 12 16Used by:Timeline
Symbol 18 TextUses:1Used by:Timeline
Symbol 19 TextUses:1Used by:22
Symbol 20 TextUses:1Used by:22
Symbol 21 GraphicUsed by:22
Symbol 22 ButtonUses:19 20 21Used by:Timeline
Symbol 23 ButtonUses:16 13 15Used by:Timeline
Symbol 24 FontUsed by:25 29 31 32 35 37 44 48 49 50 51 53 56 57 58 62 65 68 71 74 77 80 83 86 89 92 95 98 101 102 103 106 107 108 109 110 111 112 113 114 115 116 118 122 151 156 186 190 192 193 194 195 196
Symbol 25 TextUses:24Used by:28
Symbol 26 GraphicUsed by:27 28 30 33 36 52
Symbol 27 MovieClipUses:26Used by:28 30 33 36 52
Symbol 28 ButtonUses:25 27 26Used by:Timeline
Symbol 29 TextUses:24Used by:30
Symbol 30 ButtonUses:29 27 26Used by:Timeline
Symbol 31 TextUses:24Used by:Timeline
Symbol 32 TextUses:24Used by:33
Symbol 33 ButtonUses:32 27 26Used by:Timeline
Symbol 34 SoundUsed by:Timeline
Symbol 35 TextUses:24Used by:36 52
Symbol 36 ButtonUses:35 27 26Used by:Timeline
Symbol 37 TextUses:24Used by:Timeline
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:Timeline
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:Timeline
Symbol 44 TextUses:24Used by:Timeline
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:59 157  Timeline
Symbol 47 GraphicUsed by:59 157  Timeline
Symbol 48 TextUses:24Used by:Timeline
Symbol 49 TextUses:24Used by:Timeline
Symbol 50 TextUses:24Used by:Timeline
Symbol 51 TextUses:24Used by:Timeline
Symbol 52 ButtonUses:35 27 26Used by:Timeline
Symbol 53 TextUses:24Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 TextUses:24Used by:Timeline
Symbol 57 TextUses:24Used by:Timeline
Symbol 58 TextUses:24Used by:Timeline
Symbol 59 MovieClipUses:46 47Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 TextUses:24Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 TextUses:24Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 TextUses:24Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 TextUses:24Used by:Timeline
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:Timeline
Symbol 74 TextUses:24Used by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 TextUses:24Used by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:Timeline
Symbol 80 TextUses:24Used by:Timeline
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 TextUses:24Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 TextUses:24Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 TextUses:24Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 TextUses:24Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:Timeline
Symbol 95 TextUses:24Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 TextUses:24Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 TextUses:24Used by:Timeline
Symbol 102 TextUses:24Used by:Timeline
Symbol 103 TextUses:24Used by:105 119 152 153 187 189
Symbol 104 GraphicUsed by:105 119 152 153 187 189
Symbol 105 ButtonUses:103 104Used by:Timeline
Symbol 106 TextUses:24Used by:117 188
Symbol 107 TextUses:24Used by:117 188
Symbol 108 TextUses:24Used by:117 188
Symbol 109 TextUses:24Used by:117 188
Symbol 110 TextUses:24Used by:117 188
Symbol 111 TextUses:24Used by:117 188
Symbol 112 TextUses:24Used by:117 188
Symbol 113 TextUses:24Used by:117 188
Symbol 114 TextUses:24Used by:117 188
Symbol 115 TextUses:24Used by:117 188
Symbol 116 TextUses:24Used by:117 188
Symbol 117 MovieClipUses:106 107 108 109 110 111 112 113 114 115 116Used by:Timeline
Symbol 118 TextUses:24Used by:Timeline
Symbol 119 ButtonUses:103 104Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 TextUses:24Used by:Timeline
Symbol 123 GraphicUsed by:124 159
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:Timeline
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:135Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:139Used by:Timeline
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:143Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:Timeline
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:149Used by:Timeline
Symbol 151 TextUses:24Used by:Timeline
Symbol 152 ButtonUses:103 104Used by:Timeline
Symbol 153 ButtonUses:103 104Used by:Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 TextUses:24Used by:Timeline
Symbol 157 MovieClipUses:46 47Used by:Timeline
Symbol 158 GraphicUsed by:Timeline
Symbol 159 MovieClipUses:123Used by:Timeline
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used 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 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:Timeline
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:Timeline
Symbol 186 TextUses:24Used by:Timeline
Symbol 187 ButtonUses:103 104Used by:Timeline
Symbol 188 MovieClipUses:106 107 108 109 110 111 112 113 114 115 116Used by:Timeline
Symbol 189 ButtonUses:103 104Used by:Timeline
Symbol 190 TextUses:24Used by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 TextUses:24Used by:Timeline
Symbol 193 TextUses:24Used by:Timeline
Symbol 194 TextUses:24Used by:Timeline
Symbol 195 TextUses:24Used by:Timeline
Symbol 196 TextUses:24Used by:Timeline

Instance Names

"loader"Frame 1Symbol 17 MovieClip
"land"Frame 6Symbol 41 MovieClip
"car"Frame 6Symbol 43 MovieClip
"land"Frame 7Symbol 41 MovieClip
"car"Frame 7Symbol 43 MovieClip
"car"Frame 8Symbol 43 MovieClip
"land"Frame 11Symbol 55 MovieClip
"car"Frame 11Symbol 43 MovieClip
"land"Frame 12Symbol 61 MovieClip
"car"Frame 12Symbol 43 MovieClip
"land"Frame 13Symbol 64 MovieClip
"car"Frame 13Symbol 43 MovieClip
"land"Frame 14Symbol 67 MovieClip
"car"Frame 14Symbol 43 MovieClip
"land"Frame 15Symbol 70 MovieClip
"car"Frame 15Symbol 43 MovieClip
"land"Frame 16Symbol 73 MovieClip
"car"Frame 16Symbol 43 MovieClip
"land"Frame 17Symbol 76 MovieClip
"car"Frame 17Symbol 43 MovieClip
"land"Frame 18Symbol 79 MovieClip
"car"Frame 18Symbol 43 MovieClip
"land"Frame 19Symbol 82 MovieClip
"car"Frame 19Symbol 43 MovieClip
"land"Frame 20Symbol 85 MovieClip
"car"Frame 20Symbol 43 MovieClip
"land"Frame 21Symbol 88 MovieClip
"car"Frame 21Symbol 43 MovieClip
"land"Frame 22Symbol 91 MovieClip
"car"Frame 22Symbol 43 MovieClip
"land"Frame 23Symbol 94 MovieClip
"car"Frame 23Symbol 43 MovieClip
"land"Frame 24Symbol 97 MovieClip
"car"Frame 24Symbol 43 MovieClip
"land"Frame 25Symbol 100 MovieClip
"car"Frame 25Symbol 43 MovieClip
"land"Frame 29Symbol 121 MovieClip
"car"Frame 29Symbol 43 MovieClip
"land"Frame 30Symbol 124 MovieClip
"car"Frame 30Symbol 43 MovieClip
"land"Frame 31Symbol 126 MovieClip
"car"Frame 31Symbol 43 MovieClip
"land"Frame 32Symbol 128 MovieClip
"car"Frame 32Symbol 43 MovieClip
"land"Frame 33Symbol 130 MovieClip
"car"Frame 33Symbol 43 MovieClip
"land"Frame 34Symbol 132 MovieClip
"car"Frame 34Symbol 43 MovieClip
"land"Frame 35Symbol 134 MovieClip
"car"Frame 35Symbol 43 MovieClip
"land"Frame 36Symbol 136 MovieClip
"car"Frame 36Symbol 43 MovieClip
"land"Frame 37Symbol 138 MovieClip
"car"Frame 37Symbol 43 MovieClip
"land"Frame 38Symbol 140 MovieClip
"car"Frame 38Symbol 43 MovieClip
"land"Frame 39Symbol 142 MovieClip
"car"Frame 39Symbol 43 MovieClip
"land"Frame 40Symbol 144 MovieClip
"car"Frame 40Symbol 43 MovieClip
"land"Frame 41Symbol 146 MovieClip
"car"Frame 41Symbol 43 MovieClip
"land"Frame 42Symbol 148 MovieClip
"car"Frame 42Symbol 43 MovieClip
"land"Frame 43Symbol 150 MovieClip
"car"Frame 43Symbol 43 MovieClip
"land"Frame 47Symbol 155 MovieClip
"car"Frame 47Symbol 43 MovieClip
"land"Frame 48Symbol 159 MovieClip
"car"Frame 48Symbol 43 MovieClip
"land"Frame 49Symbol 161 MovieClip
"car"Frame 49Symbol 43 MovieClip
"land"Frame 50Symbol 163 MovieClip
"car"Frame 50Symbol 43 MovieClip
"land"Frame 51Symbol 165 MovieClip
"car"Frame 51Symbol 43 MovieClip
"land"Frame 52Symbol 167 MovieClip
"car"Frame 52Symbol 43 MovieClip
"land"Frame 53Symbol 169 MovieClip
"car"Frame 53Symbol 43 MovieClip
"land"Frame 54Symbol 171 MovieClip
"car"Frame 54Symbol 43 MovieClip
"land"Frame 55Symbol 173 MovieClip
"car"Frame 55Symbol 43 MovieClip
"land"Frame 56Symbol 175 MovieClip
"car"Frame 56Symbol 43 MovieClip
"land"Frame 57Symbol 177 MovieClip
"car"Frame 57Symbol 43 MovieClip
"land"Frame 58Symbol 179 MovieClip
"car"Frame 58Symbol 43 MovieClip
"land"Frame 59Symbol 181 MovieClip
"car"Frame 59Symbol 43 MovieClip
"land"Frame 60Symbol 183 MovieClip
"car"Frame 60Symbol 43 MovieClip
"land"Frame 61Symbol 185 MovieClip
"car"Frame 61Symbol 43 MovieClip
"car"Frame 65Symbol 43 MovieClip
"car"Frame 66Symbol 43 MovieClip
"car"Frame 67Symbol 43 MovieClip
"car"Frame 68Symbol 43 MovieClip
"car"Frame 69Symbol 43 MovieClip

Special Tags

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

Labels

"Death"Frame 27
"Back"Frame 28
"Death2"Frame 45
"Back2"Frame 46
"Death3"Frame 63
"Back3"Frame 64




http://swfchan.com/28/136078/info.shtml
Created: 9/2 -2019 07:35:45 Last modified: 9/2 -2019 07:35:45 Server time: 03/05 -2024 11:32:04