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

swfchan turned sixteen years old yesterday! (5may2024)

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

1228540563.swf

This is the info page for
Flash #11582

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


Text
loading

bored? visit

my deviantart!

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 NEWGROUNDS

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 40 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 40 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 44 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 40 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 44 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 44 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 44 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 44 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 44 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 44 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 44 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 40 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 40 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 44 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 44 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 44 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 44 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 44 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 40 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 44 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 44 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 44 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 44 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 44 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 44 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 44 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 40 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 40 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 44 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 44 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 44 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 44 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 44 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 40 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 44 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 44 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 44 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 44 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 44 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 44 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 44 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 40 MovieClip in Frame 55
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 40 MovieClip in Frame 56
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 44 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 44 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 44 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 44 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 44 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 40 MovieClip in Frame 65
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.nextFrame(); } }
Instance of Symbol 44 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 44 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 44 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 44 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 44 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 23 Button
on (press) { getURL ("http://e19.deviantart.com/"); }
Symbol 24 Button
on (press) { play(); }
Symbol 29 Button
on (press) { gotoAndStop (5); }
Symbol 31 Button
on (press) { gotoAndStop (10); }
Symbol 34 Button
on (press) { gotoAndStop (65); }
Symbol 37 Button
on (press) { gotoAndStop (6); }
Symbol 53 Button
on (press) { gotoAndStop (11); }
Symbol 60 MovieClip Frame 1502
_root.gotoAndStop("Death2");
Symbol 106 Button
on (press) { gotoAndStop (29); }
Symbol 118 MovieClip Frame 277
_root.gotoAndStop("Back2");
Symbol 120 Button
on (press) { gotoAndStop (11); }
Symbol 153 Button
on (press) { gotoAndStop (47); }
Symbol 154 Button
on (press) { gotoAndStop (29); }
Symbol 158 MovieClip Frame 3001
_root.gotoAndStop("Death3");
Symbol 188 Button
on (press) { gotoAndStop (65); }
Symbol 189 MovieClip Frame 277
_root.gotoAndStop("Back3");
Symbol 190 Button
on (press) { gotoAndStop (47); }

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

Instance Names

"loader"Frame 1Symbol 17 MovieClip
"land"Frame 6Symbol 42 MovieClip
"car"Frame 6Symbol 44 MovieClip
"land"Frame 7Symbol 42 MovieClip
"car"Frame 7Symbol 44 MovieClip
"car"Frame 8Symbol 44 MovieClip
"land"Frame 11Symbol 56 MovieClip
"car"Frame 11Symbol 44 MovieClip
"land"Frame 12Symbol 62 MovieClip
"car"Frame 12Symbol 44 MovieClip
"land"Frame 13Symbol 65 MovieClip
"car"Frame 13Symbol 44 MovieClip
"land"Frame 14Symbol 68 MovieClip
"car"Frame 14Symbol 44 MovieClip
"land"Frame 15Symbol 71 MovieClip
"car"Frame 15Symbol 44 MovieClip
"land"Frame 16Symbol 74 MovieClip
"car"Frame 16Symbol 44 MovieClip
"land"Frame 17Symbol 77 MovieClip
"car"Frame 17Symbol 44 MovieClip
"land"Frame 18Symbol 80 MovieClip
"car"Frame 18Symbol 44 MovieClip
"land"Frame 19Symbol 83 MovieClip
"car"Frame 19Symbol 44 MovieClip
"land"Frame 20Symbol 86 MovieClip
"car"Frame 20Symbol 44 MovieClip
"land"Frame 21Symbol 89 MovieClip
"car"Frame 21Symbol 44 MovieClip
"land"Frame 22Symbol 92 MovieClip
"car"Frame 22Symbol 44 MovieClip
"land"Frame 23Symbol 95 MovieClip
"car"Frame 23Symbol 44 MovieClip
"land"Frame 24Symbol 98 MovieClip
"car"Frame 24Symbol 44 MovieClip
"land"Frame 25Symbol 101 MovieClip
"car"Frame 25Symbol 44 MovieClip
"land"Frame 29Symbol 122 MovieClip
"car"Frame 29Symbol 44 MovieClip
"land"Frame 30Symbol 125 MovieClip
"car"Frame 30Symbol 44 MovieClip
"land"Frame 31Symbol 127 MovieClip
"car"Frame 31Symbol 44 MovieClip
"land"Frame 32Symbol 129 MovieClip
"car"Frame 32Symbol 44 MovieClip
"land"Frame 33Symbol 131 MovieClip
"car"Frame 33Symbol 44 MovieClip
"land"Frame 34Symbol 133 MovieClip
"car"Frame 34Symbol 44 MovieClip
"land"Frame 35Symbol 135 MovieClip
"car"Frame 35Symbol 44 MovieClip
"land"Frame 36Symbol 137 MovieClip
"car"Frame 36Symbol 44 MovieClip
"land"Frame 37Symbol 139 MovieClip
"car"Frame 37Symbol 44 MovieClip
"land"Frame 38Symbol 141 MovieClip
"car"Frame 38Symbol 44 MovieClip
"land"Frame 39Symbol 143 MovieClip
"car"Frame 39Symbol 44 MovieClip
"land"Frame 40Symbol 145 MovieClip
"car"Frame 40Symbol 44 MovieClip
"land"Frame 41Symbol 147 MovieClip
"car"Frame 41Symbol 44 MovieClip
"land"Frame 42Symbol 149 MovieClip
"car"Frame 42Symbol 44 MovieClip
"land"Frame 43Symbol 151 MovieClip
"car"Frame 43Symbol 44 MovieClip
"land"Frame 47Symbol 156 MovieClip
"car"Frame 47Symbol 44 MovieClip
"land"Frame 48Symbol 160 MovieClip
"car"Frame 48Symbol 44 MovieClip
"land"Frame 49Symbol 162 MovieClip
"car"Frame 49Symbol 44 MovieClip
"land"Frame 50Symbol 164 MovieClip
"car"Frame 50Symbol 44 MovieClip
"land"Frame 51Symbol 166 MovieClip
"car"Frame 51Symbol 44 MovieClip
"land"Frame 52Symbol 168 MovieClip
"car"Frame 52Symbol 44 MovieClip
"land"Frame 53Symbol 170 MovieClip
"car"Frame 53Symbol 44 MovieClip
"land"Frame 54Symbol 172 MovieClip
"car"Frame 54Symbol 44 MovieClip
"land"Frame 55Symbol 174 MovieClip
"car"Frame 55Symbol 44 MovieClip
"land"Frame 56Symbol 176 MovieClip
"car"Frame 56Symbol 44 MovieClip
"land"Frame 57Symbol 178 MovieClip
"car"Frame 57Symbol 44 MovieClip
"land"Frame 58Symbol 180 MovieClip
"car"Frame 58Symbol 44 MovieClip
"land"Frame 59Symbol 182 MovieClip
"car"Frame 59Symbol 44 MovieClip
"land"Frame 60Symbol 184 MovieClip
"car"Frame 60Symbol 44 MovieClip
"land"Frame 61Symbol 186 MovieClip
"car"Frame 61Symbol 44 MovieClip
"car"Frame 65Symbol 44 MovieClip
"car"Frame 66Symbol 44 MovieClip
"car"Frame 67Symbol 44 MovieClip
"car"Frame 68Symbol 44 MovieClip
"car"Frame 69Symbol 44 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/3/11582/info.shtml
Created: 7/6 -2019 02:28:36 Last modified: 7/6 -2019 02:28:36 Server time: 06/05 -2024 19:43:18