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

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

RoadCarnage BETA DEMO.swf

This is the info page for
Flash #77247

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


Text
Road Carnage

www.seanosite.tk

sd

Game Design

BETA
DEMO

This is a BETA Demo of RoadCarnage. The purpose of it's release is
to get feedback on how to improve and make this game better for it's
final relase. Please help me by reviewing and voting on this game.

PLAY

PLAY

PLAY

PLAY

Road Kill

Main Menu

Road carnage

Play

Play

Play
the
game

Play

Instructions

Instructions

Instructions

Credits

Credits

Credits

Credits

Instructions

Aim: To run over all the people on the
road before the time is up.

1

Kills

This is your kill-o-meter.
(shows how many people
you have run over).

Time

0

30

:

This is your time
countdown. If you have
not killed all the people
on the street by the time
it's at 0 GAME OVER.

Health

100

This is your health. When you run
into walls etc. it goes down. Once
at 0 it's GAME OVER.

Next

Go

This is your car, you control it with
your arrow keys.

... And these are the people that
you have to run over!

Main Menu

Level 1

Level 1

0

30

:

0

30

Speed

Kills

Speed

Speed

Speed

timecode

KILL COUNT code
MOFO

0

30

Speed

Speed

Speed

Game Over

Try Again

Speed

Speed

Speed

Speed

Speed

Speed

Level 1
Complete!

Level 2

Level 2

0

30

0

30

Dalton ST

Australia

Vine Wood Ave

Speed

Kills

Speed

Speed

Speed

0

30

Speed

Speed

Speed

Speed

Speed

Speed

Level 2
Complete!

Level 3

Level 3

0

30

0

30

Ice Cream

Nightclub

Shit street

Welcome to
Y-ass

Speed

Kills

Speed

Speed

Speed

0

30

Speed

Speed

Speed

Speed

Speed

Speed

Level 3
Complete!

Thank you for helping testing by BETA
DEMO. Please vote and leave comments
on how to improve the game for it's final
release.

Graphics by Sean Dalton

Scripting by Sean Dalton
(special Thanks www.notToxic.com)

Road Car-nage Credits
Game Design                 by Sean Dalton
Scripting based off engine by
www.notToxic.com
(edited by Sean Dalton)
Graphics                      by Sean Dalton
Level Design                By Sean Dalton
Audio                               Flashkit.com
Guns N Roses   Welcome to the jungle
Special Thanks:
Newgrounds.com
www.notToxic.com
SD Game Design (C) 2004
www.seanosite.tk

Play Again?

SD Game Design

Thank you for helping testing by BETA
DEMO. Please vote and leave comments
on how to improve the game for it's final
release.

ActionScript [AS1/AS2]

Frame 1
fscommand ("showmenu", "false"); loadpercent = "0%"; loadBytes = ("0 of " + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb";
Frame 2
loadPercent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%"; loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded."; if (_root.getBytesLoaded() == _root.getBytesTotal()) { loadPercent = "100%"; loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded."; gotoAndPlay ("Button"); }
Frame 3
gotoAndPlay (2);
Frame 4
stop();
Frame 11
stop();
Frame 102
stop();
Frame 103
stop();
Frame 104
stop();
Frame 105
Now = 0; StartTime = getTimer();
Frame 106
Now = getTimer() - StartTime; if (Number(Now) < 1) { gotoAndPlay (105); } else { nextFrame(); }
Frame 107
stop(); stop();
Instance of Symbol 220 MovieClip in Frame 107
onClipEvent (enterFrame) { if (Key.isDown(38)) { yourSound = new Sound(); yourSound.attachSound("engine"); yourSound.start(); } }
Instance of Symbol 222 MovieClip "wall" in Frame 107
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 225 MovieClip in Frame 107
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 225 MovieClip in Frame 107
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 227 MovieClip in Frame 107
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 227 MovieClip in Frame 107
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 200 MovieClip in Frame 107
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 200 MovieClip in Frame 107
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 200 MovieClip in Frame 107
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 232 MovieClip in Frame 107
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 107
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 107
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 179 MovieClip "CAR" in Frame 107
onClipEvent (load) { _root.health = 100; _root.killed = 0; _root.speed = 0; speed = 0; maxspeed = 10; } onClipEvent (enterFrame) { _root.speed = int(speed); if (_root.health < 1) { tellTarget ("/") { _root.gotoAndStop("dead"); }; } if (Key.isDown(38)) { speed = speed + 1.5; moving = true; } if (Key.isDown(40)) { speed = speed - 0.75; } if (Math.abs(speed) > maxspeed) { speed = speed * 0.9; moving = true; } if (Key.isDown(37)) { _rotation = (_rotation - 7); moving = true; } if (Key.isDown(39)) { _rotation = (_rotation + 7); moving = true; } speed = speed * 0.88; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; _x = (_x + x); _y = (_y + y); }
Instance of Symbol 249 MovieClip in Frame 107
onClipEvent (enterFrame) { if (_root.sec < 1) { tellTarget ("/") { _root.gotoAndStop("dead"); }; } }
Instance of Symbol 252 MovieClip in Frame 107
onClipEvent (enterFrame) { if (_root.killed > 5) { tellTarget ("/") { gotoAndPlay ("complete"); }; } }
Frame 108
stop(); stop(); stop();
Frame 113
stop();
Instance of Symbol 249 MovieClip in Frame 113
onClipEvent (enterFrame) { if (_root.sec < 1) { _root.gotoAndStop(5); } }
Instance of Symbol 252 MovieClip in Frame 113
onClipEvent (enterFrame) { if (_root.killed > 5) { _root.gotoAndPlay("complete"); } }
Frame 114
Instance of Symbol 252 MovieClip in Frame 114
onClipEvent (enterFrame) { if (_root.killed > 5) { _root.gotoAndStop("complete"); } }
Frame 124
stopAllSounds(); stop();
Frame 125
Now = 0; StartTime = getTimer();
Frame 126
Now = getTimer() - StartTime; if (Number(Now) < 1) { gotoAndPlay (125); } else { nextFrame(); }
Frame 127
stop(); stop();
Instance of Symbol 282 MovieClip "wall" in Frame 127
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 220 MovieClip in Frame 127
onClipEvent (enterFrame) { if (Key.isDown(38)) { yourSound = new Sound(); yourSound.attachSound("engine"); yourSound.start(); } }
Instance of Symbol 227 MovieClip in Frame 127
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 200 MovieClip in Frame 127
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 200 MovieClip in Frame 127
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 200 MovieClip in Frame 127
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 232 MovieClip in Frame 127
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 127
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 127
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 127
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 127
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 179 MovieClip "CAR" in Frame 127
onClipEvent (load) { _root.health = 100; _root.killed = 0; _root.speed = 0; speed = 0; maxspeed = 10; } onClipEvent (enterFrame) { _root.speed = int(speed); if (_root.health < 1) { tellTarget ("/") { _root.gotoAndStop("dead2"); }; } if (Key.isDown(38)) { speed = speed + 1.5; moving = true; } if (Key.isDown(40)) { speed = speed - 0.75; } if (Math.abs(speed) > maxspeed) { speed = speed * 0.9; moving = true; } if (Key.isDown(37)) { _rotation = (_rotation - 7); moving = true; } if (Key.isDown(39)) { _rotation = (_rotation + 7); moving = true; } speed = speed * 0.88; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; _x = (_x + x); _y = (_y + y); }
Instance of Symbol 249 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.sec < 1) { _root.gotoAndStop(5); } }
Instance of Symbol 252 MovieClip in Frame 127
onClipEvent (enterFrame) { if (_root.killed > 7) { tellTarget ("/") { gotoAndPlay ("complete2"); }; } }
Frame 128
stop(); stopAllSounds(); stopAllSounds(); stop();
Frame 134
stop();
Frame 144
stopAllSounds(); stop();
Frame 145
Now = 0; StartTime = getTimer();
Frame 146
Now = getTimer() - StartTime; if (Number(Now) < 1) { gotoAndPlay (145); } else { nextFrame(); }
Frame 147
stop(); stop();
Instance of Symbol 220 MovieClip in Frame 147
onClipEvent (enterFrame) { if (Key.isDown(38)) { yourSound = new Sound(); yourSound.attachSound("engine"); yourSound.start(); } }
Instance of Symbol 317 MovieClip "wall" in Frame 147
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 227 MovieClip in Frame 147
onClipEvent (enterFrame) { if (hitTest(_root.CAR._x, _root.CAR._y, true)) { _root.CAR.speed = -_root.CAR.speed; speed = _root.CAR.speed; if (speed < 0) { speed = speed * -1; } _root.CAR.nextFrame(); _root.health = _root.health - (2 + int(speed)); _root.CAR._x = oldx; _root.CAR._y = oldy; } else { oldx = _root.CAR._x; oldy = _root.CAR._y; } }
Instance of Symbol 200 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 200 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 232 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 200 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 236 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 200 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 200 MovieClip in Frame 147
onClipEvent (load) { resistance = 2; oldxscale = _xscale; oldyscale = _yscale; speed = 1; runspeed = 3; xspeed = speed; yspeed = 0; changepossibility = 44; possibility = false; panicdistance = 60; calmdistance = 110; } onClipEvent (enterFrame) { CARspeed = _root.CAR.speed; if (CARspeed < 0) { CARspeed = CARspeed * -1; } if (runover != true) { xdistance = this._x - _root.CAR._x; ydistance = this._y - _root.CAR._y; if (xdistance < 0) { xdistance = xdistance * -1; } if (ydistance < 0) { ydistance = ydistance * -1; } totaldistance = (xdistance + ydistance) / 2; if (((totaldistance < panicdistance) && (runaway != true)) && (CARspeed > resistance)) { runaway = true; oldspeed = speed; if (random(2) == 1) { if (_x > _root.CAR._x) { xspeed = runspeed; } else { xspeed = -runspeed; } yspeed = 0; } else { if (_y > _root.CAR._y) { yspeed = runspeed; } else { yspeed = -runspeed; } xspeed = 0; } } else if ((runaway == true) && (totaldistance > calmdistance)) { runaway = false; speed = oldspeed; possibility = false; } if ((possibility == false) || ((random(possibility) == 1) && (runaway != true))) { possibility = changepossibility; direction = random(4); if (direction == 1) { xspeed = 0; yspeed = speed; } if (direction == 0) { xspeed = 0; yspeed = -speed; } if (direction == 3) { yspeed = 0; xspeed = speed; } if (direction == 2) { yspeed = 0; xspeed = -speed; } } _x = (_x + xspeed); _y = (_y + yspeed); if (_root.wall.hitTest(_x, _y, true)) { xspeed = -xspeed; yspeed = -yspeed; _x = oldx; _y = oldy; } else { oldx = _x; oldy = _y; hitwall = false; } } if ((hitTest(_root.CAR) && (CARspeed > resistance)) && (runover != true)) { runover = true; this.gotoAndPlay(2); _root.killed = _root.killed + 1; } }
Instance of Symbol 179 MovieClip "CAR" in Frame 147
onClipEvent (load) { _root.health = 100; _root.killed = 0; _root.speed = 0; speed = 0; maxspeed = 10; } onClipEvent (enterFrame) { _root.speed = int(speed); if (_root.health < 1) { tellTarget ("/") { _root.gotoAndStop("dead3"); }; } if (Key.isDown(38)) { speed = speed + 1.5; moving = true; } if (Key.isDown(40)) { speed = speed - 0.75; } if (Math.abs(speed) > maxspeed) { speed = speed * 0.9; moving = true; } if (Key.isDown(37)) { _rotation = (_rotation - 7); moving = true; } if (Key.isDown(39)) { _rotation = (_rotation + 7); moving = true; } speed = speed * 0.88; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; _x = (_x + x); _y = (_y + y); }
Instance of Symbol 249 MovieClip in Frame 147
onClipEvent (enterFrame) { if (_root.sec < 1) { _root.gotoAndStop(5); } }
Instance of Symbol 252 MovieClip in Frame 147
onClipEvent (enterFrame) { if (_root.killed > 9) { tellTarget ("/") { gotoAndPlay ("complete3"); }; } }
Frame 148
stop(); stopAllSounds(); stopAllSounds(); stop();
Frame 154
stop();
Frame 164
stopAllSounds(); stop();
Frame 165
stop();
Frame 427
stop();
Symbol 12 MovieClip Frame 1
this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 39 Button
on (release) { gotoAndPlay (21); }
Symbol 70 Button
on (release) { gotoAndPlay (105); }
Symbol 81 Button
on (release) { gotoAndPlay (103); }
Symbol 92 Button
on (release) { gotoAndPlay (167); }
Symbol 116 Button
on (release) { nextFrame(); }
Symbol 179 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
stop();
Symbol 179 MovieClip Frame 3
stop();
Symbol 179 MovieClip Frame 4
stop();
Symbol 179 MovieClip Frame 5
stop();
Symbol 179 MovieClip Frame 6
stop();
Symbol 179 MovieClip Frame 7
stop();
Symbol 179 MovieClip Frame 8
stop();
Symbol 179 MovieClip Frame 9
stop();
Symbol 179 MovieClip Frame 10
stop();
Symbol 179 MovieClip Frame 11
stop();
Symbol 179 MovieClip Frame 12
stop();
Symbol 179 MovieClip Frame 13
stop();
Symbol 179 MovieClip Frame 14
stop();
Symbol 179 MovieClip Frame 15
stop();
Symbol 179 MovieClip Frame 16
stop();
Symbol 179 MovieClip Frame 17
stop();
Symbol 179 MovieClip Frame 18
stop();
Symbol 179 MovieClip Frame 19
stop();
Symbol 179 MovieClip Frame 20
stop();
Symbol 179 MovieClip Frame 21
stop();
Symbol 179 MovieClip Frame 22
stop();
Symbol 179 MovieClip Frame 23
stop();
Symbol 179 MovieClip Frame 24
stop();
Symbol 179 MovieClip Frame 25
stop();
Symbol 179 MovieClip Frame 26
stop();
Symbol 179 MovieClip Frame 27
stop();
Symbol 179 MovieClip Frame 28
stop();
Symbol 179 MovieClip Frame 29
stop();
Symbol 179 MovieClip Frame 30
stop();
Symbol 179 MovieClip Frame 31
stop();
Symbol 179 MovieClip Frame 32
stop();
Symbol 179 MovieClip Frame 33
stop();
Symbol 179 MovieClip Frame 34
stop();
Symbol 179 MovieClip Frame 35
stop();
Symbol 179 MovieClip Frame 36
stop();
Symbol 179 MovieClip Frame 37
stop();
Symbol 179 MovieClip Frame 38
stop();
Symbol 179 MovieClip Frame 39
stop();
Symbol 179 MovieClip Frame 40
stop();
Symbol 179 MovieClip Frame 41
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Symbol 206 Button
on (press) { gotoAndPlay (92); }
Symbol 209 Button
on (release) { gotoAndStop (106); }
Symbol 215 MovieClip Frame 1
Set("/:sec", 40); Set("/:min", 0); timernow = getTimer(); xtimer = 1;
Symbol 215 MovieClip Frame 2
timer = getTimer() - timernow; if (Number(timer) > Number(950 * xtimer)) { Set("/:sec", /:sec - 1); xtimer = Number(xtimer) + 1; } if (Number(length(/:sec)) < 2) { Set("/:sec", "0" add /:sec); } if (Number(/:sec) < 0) { Set("/:min", /:min - 1); Set("/:sec", 59); } if ((/:sec < 0) add (/:min < 0)) { _root.gotoAndPlay(5); }
Symbol 215 MovieClip Frame 3
gotoAndPlay (2);
Symbol 232 MovieClip Frame 1
stop();
Symbol 232 MovieClip Frame 2
stop();
Symbol 236 MovieClip Frame 1
stop();
Symbol 236 MovieClip Frame 2
stop();
Symbol 252 MovieClip Frame 1
if (_root.killed > 5) { _root.gotoAndPlay("level1", "pass"); } else { gotoAndPlay (1); }
Symbol 252 MovieClip Frame 2
gotoAndPlay (1);
Symbol 260 Button
on (release) { gotoAndPlay (105); }
Symbol 261 Button
on (release) { gotoAndPlay (92); }
Symbol 269 Button
on (release) { gotoAndPlay (125); stopAllSounds(); }
Symbol 270 Button
on (release) { gotoAndPlay (125); }
Symbol 272 Button
on (release) { gotoAndStop (126); }
Symbol 297 Button
on (release) { gotoAndPlay (125); }
Symbol 298 Button
on (release) { gotoAndPlay (92); }
Symbol 303 Button
on (release) { gotoAndPlay (145); stopAllSounds(); }
Symbol 305 Button
on (release) { gotoAndStop (146); }
Symbol 335 Button
on (release) { gotoAndPlay (145); }
Symbol 340 Button
on (release) { gotoAndPlay (165); stopAllSounds(); }
Symbol 342 Button
on (release) { gotoAndPlay (167); }

Library Items

Symbol 1 Sound [12]
Symbol 2 FontUsed by:3 4
Symbol 3 EditableTextUses:2Used by:Timeline
Symbol 4 EditableTextUses:2Used by:Timeline
Symbol 5 GraphicUsed by:8
Symbol 6 GraphicUsed by:7 12
Symbol 7 MovieClipUses:6Used by:8
Symbol 8 MovieClipUses:5 7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 MovieClipUses:6Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 FontUsed by:16 41
Symbol 16 TextUses:15Used by:Timeline
Symbol 17 FontUsed by:18 25 27 95 99 100 101 106 107 110 203 211 259 273 284 285 286 306 313 319
Symbol 18 TextUses:17Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 FontUsed by:21
Symbol 21 TextUses:20Used by:24  Timeline
Symbol 22 FontUsed by:23
Symbol 23 TextUses:22Used by:Timeline
Symbol 24 MovieClipUses:21Used by:Timeline
Symbol 25 TextUses:17Used by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 TextUses:17Used by:Timeline
Symbol 28 FontUsed by:29 33 35
Symbol 29 TextUses:28Used by:39
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:39
Symbol 32 GraphicUsed by:39
Symbol 33 TextUses:28Used by:39
Symbol 34 GraphicUsed by:39
Symbol 35 TextUses:28Used by:39
Symbol 36 GraphicUsed by:39
Symbol 37 FontUsed by:38
Symbol 38 EditableTextUses:37Used by:39
Symbol 39 ButtonUses:29 31 32 33 34 35 36 38Used by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 TextUses:15Used by:Timeline
Symbol 42 SoundUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 FontUsed by:45 59 61 62 68 72 74 75 83 85 86 91 94 95 112 115 180 201 207 258 268 271 302 304 339 341 343 345 347 349 350 351
Symbol 45 TextUses:44Used by:Timeline
Symbol 46 FontUsed by:47
Symbol 47 TextUses:46Used by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:70
Symbol 59 TextUses:44Used by:70
Symbol 60 GraphicUsed by:70
Symbol 61 TextUses:44Used by:70
Symbol 62 TextUses:44Used by:66
Symbol 63 GraphicUsed by:66
Symbol 64 GraphicUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:62 63 64 65Used by:70
Symbol 67 GraphicUsed by:70
Symbol 68 TextUses:44Used by:70
Symbol 69 SoundUsed by:70 81 92 116 206 209 260 261 269 270 272 297 298 303 305 335 340 342
Symbol 70 ButtonUses:58 59 60 61 66 67 68 69Used by:Timeline
Symbol 71 GraphicUsed by:81
Symbol 72 TextUses:44Used by:81
Symbol 73 GraphicUsed by:81
Symbol 74 TextUses:44Used by:81
Symbol 75 TextUses:44Used by:79
Symbol 76 GraphicUsed by:79
Symbol 77 GraphicUsed by:79
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:75 76 77 78Used by:81
Symbol 80 GraphicUsed by:81
Symbol 81 ButtonUses:71 72 73 74 79 80 69Used by:Timeline
Symbol 82 GraphicUsed by:92
Symbol 83 TextUses:44Used by:92
Symbol 84 GraphicUsed by:92
Symbol 85 TextUses:44Used by:92
Symbol 86 TextUses:44Used by:89
Symbol 87 GraphicUsed by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:86 87 88Used by:92
Symbol 90 GraphicUsed by:92
Symbol 91 TextUses:44Used by:92
Symbol 92 ButtonUses:82 83 84 85 89 90 91 69Used by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 TextUses:44Used by:Timeline
Symbol 95 TextUses:44 17Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 FontUsed by:98 102 103 242 253 254 288 292 293 326 330 331
Symbol 98 EditableTextUses:97Used by:Timeline
Symbol 99 TextUses:17Used by:Timeline
Symbol 100 TextUses:17Used by:Timeline
Symbol 101 TextUses:17Used by:Timeline
Symbol 102 EditableTextUses:97Used by:Timeline
Symbol 103 EditableTextUses:97Used by:Timeline
Symbol 104 FontUsed by:105 212 213 214 216 217 251 274 275 276 277 307 308 309 310
Symbol 105 TextUses:104Used by:Timeline
Symbol 106 TextUses:17Used by:Timeline
Symbol 107 TextUses:17Used by:Timeline
Symbol 108 FontUsed by:109 245 246 257 264 267 290 291 296 301 328 329 334 338
Symbol 109 EditableTextUses:108Used by:Timeline
Symbol 110 TextUses:17Used by:Timeline
Symbol 111 GraphicUsed by:116
Symbol 112 TextUses:44Used by:116
Symbol 113 GraphicUsed by:116 209 269 270 272 303 305 340 342
Symbol 114 GraphicUsed by:116 209 269 270 272 303 305 340 342
Symbol 115 TextUses:44Used by:116 209 269 270 272 303 305 340 342
Symbol 116 ButtonUses:111 112 113 114 115 69Used by:Timeline
Symbol 117 GraphicUsed by:179
Symbol 118 GraphicUsed by:124
Symbol 119 GraphicUsed by:124
Symbol 120 GraphicUsed by:124
Symbol 121 GraphicUsed by:124
Symbol 122 GraphicUsed by:124
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:118 119 120 121 122 123Used by:179
Symbol 125 GraphicUsed by:179
Symbol 126 SoundUsed by:179
Symbol 127 GraphicUsed by:179
Symbol 128 SoundUsed by:179
Symbol 129 GraphicUsed by:179
Symbol 130 SoundUsed by:179
Symbol 131 GraphicUsed by:179
Symbol 132 SoundUsed by:179
Symbol 133 GraphicUsed by:179
Symbol 134 GraphicUsed by:179
Symbol 135 SoundUsed by:179
Symbol 136 GraphicUsed by:179
Symbol 137 GraphicUsed by:179
Symbol 138 SoundUsed by:179
Symbol 139 GraphicUsed by:179
Symbol 140 GraphicUsed by:179
Symbol 141 GraphicUsed by:146
Symbol 142 GraphicUsed by:146
Symbol 143 GraphicUsed by:146
Symbol 144 GraphicUsed by:146
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:141 142 143 144 145Used by:179
Symbol 147 GraphicUsed by:179
Symbol 148 SoundUsed by:179
Symbol 149 GraphicUsed by:179
Symbol 150 GraphicUsed by:179
Symbol 151 GraphicUsed by:179
Symbol 152 GraphicUsed by:179
Symbol 153 GraphicUsed by:179
Symbol 154 GraphicUsed by:179
Symbol 155 GraphicUsed by:179
Symbol 156 GraphicUsed by:179
Symbol 157 SoundUsed by:179
Symbol 158 GraphicUsed by:179
Symbol 159 GraphicUsed by:179
Symbol 160 GraphicUsed by:179
Symbol 161 GraphicUsed by:179
Symbol 162 GraphicUsed by:179
Symbol 163 GraphicUsed by:179
Symbol 164 GraphicUsed by:179
Symbol 165 GraphicUsed by:179
Symbol 166 GraphicUsed by:179
Symbol 167 GraphicUsed by:179
Symbol 168 GraphicUsed by:179
Symbol 169 GraphicUsed by:179
Symbol 170 GraphicUsed by:179
Symbol 171 GraphicUsed by:179
Symbol 172 GraphicUsed by:179
Symbol 173 GraphicUsed by:179
Symbol 174 GraphicUsed by:179
Symbol 175 GraphicUsed by:179
Symbol 176 GraphicUsed by:179
Symbol 177 GraphicUsed by:179
Symbol 178 GraphicUsed by:179
Symbol 179 MovieClipUses:117 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178Used by:Timeline
Symbol 180 TextUses:44Used by:Timeline
Symbol 181 GraphicUsed by:184
Symbol 182 GraphicUsed by:184
Symbol 183 GraphicUsed by:184
Symbol 184 ButtonUses:181 182 183Used by:Timeline
Symbol 185 GraphicUsed by:188
Symbol 186 GraphicUsed by:188
Symbol 187 GraphicUsed by:188
Symbol 188 ButtonUses:185 186 187Used by:Timeline
Symbol 189 GraphicUsed by:192
Symbol 190 GraphicUsed by:192
Symbol 191 GraphicUsed by:192
Symbol 192 ButtonUses:189 190 191Used by:Timeline
Symbol 193 GraphicUsed by:196
Symbol 194 GraphicUsed by:196
Symbol 195 GraphicUsed by:196
Symbol 196 ButtonUses:193 194 195Used by:Timeline
Symbol 197 GraphicUsed by:200 232
Symbol 198 GraphicUsed by:200
Symbol 199 SoundUsed by:200 232
Symbol 200 MovieClipUses:197 198 199Used by:Timeline
Symbol 201 TextUses:44Used by:Timeline
Symbol 202 GraphicUsed by:206 260 261 297 298 335
Symbol 203 TextUses:17Used by:206 261 298
Symbol 204 GraphicUsed by:206 260 261 297 298 335
Symbol 205 GraphicUsed by:206 260 261 297 298 335
Symbol 206 ButtonUses:202 203 204 205 69Used by:Timeline
Symbol 207 TextUses:44Used by:Timeline
Symbol 208 GraphicUsed by:209 269 270 272 303 305 340 342
Symbol 209 ButtonUses:208 115 113 114 69Used by:Timeline
Symbol 210 GraphicUsed by:Timeline
Symbol 211 TextUses:17Used by:Timeline
Symbol 212 EditableTextUses:104Used by:Timeline
Symbol 213 EditableTextUses:104Used by:Timeline
Symbol 214 TextUses:104Used by:Timeline
Symbol 215 MovieClipUsed by:Timeline
Symbol 216 EditableTextUses:104Used by:Timeline
Symbol 217 EditableTextUses:104Used by:Timeline
Symbol 218 GraphicUsed by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:Timeline
Symbol 223 GraphicUsed by:225
Symbol 224 GraphicUsed by:225 227
Symbol 225 MovieClipUses:223 224Used by:Timeline
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226 224Used by:Timeline
Symbol 228 GraphicUsed by:Timeline
Symbol 229 GraphicUsed by:Timeline
Symbol 230 GraphicUsed by:Timeline
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:197 231 199Used by:Timeline
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:236
Symbol 235 SoundUsed by:236
Symbol 236 MovieClipUses:233 234 235Used by:Timeline
Symbol 237 BitmapUsed by:239
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:237 238Used by:Timeline
Symbol 240 FontUsed by:241 248 255 262 265 287 294 299 325 332 336
Symbol 241 EditableTextUses:240Used by:Timeline
Symbol 242 EditableTextUses:97Used by:Timeline
Symbol 243 FontUsed by:244 256 263 266 289 295 300 327 333 337
Symbol 244 EditableTextUses:243Used by:Timeline
Symbol 245 EditableTextUses:108Used by:Timeline
Symbol 246 EditableTextUses:108Used by:Timeline
Symbol 247 GraphicUsed by:249
Symbol 248 EditableTextUses:240Used by:249
Symbol 249 MovieClipUses:247 248Used by:Timeline
Symbol 250 GraphicUsed by:252
Symbol 251 TextUses:104Used by:252
Symbol 252 MovieClipUses:250 251Used by:Timeline
Symbol 253 EditableTextUses:97Used by:Timeline
Symbol 254 EditableTextUses:97Used by:Timeline
Symbol 255 EditableTextUses:240Used by:Timeline
Symbol 256 EditableTextUses:243Used by:Timeline
Symbol 257 EditableTextUses:108Used by:Timeline
Symbol 258 TextUses:44Used by:Timeline
Symbol 259 TextUses:17Used by:260 297 335
Symbol 260 ButtonUses:202 259 204 205 69Used by:Timeline
Symbol 261 ButtonUses:202 203 204 205 69Used by:Timeline
Symbol 262 EditableTextUses:240Used by:Timeline
Symbol 263 EditableTextUses:243Used by:Timeline
Symbol 264 EditableTextUses:108Used by:Timeline
Symbol 265 EditableTextUses:240Used by:Timeline
Symbol 266 EditableTextUses:243Used by:Timeline
Symbol 267 EditableTextUses:108Used by:Timeline
Symbol 268 TextUses:44Used by:Timeline
Symbol 269 ButtonUses:208 115 113 114 69Used by:Timeline
Symbol 270 ButtonUses:208 115 113 114 69Used by:Timeline
Symbol 271 TextUses:44Used by:Timeline
Symbol 272 ButtonUses:208 115 113 114 69Used by:Timeline
Symbol 273 TextUses:17Used by:Timeline
Symbol 274 EditableTextUses:104Used by:Timeline
Symbol 275 EditableTextUses:104Used by:Timeline
Symbol 276 EditableTextUses:104Used by:Timeline
Symbol 277 EditableTextUses:104Used by:Timeline
Symbol 278 GraphicUsed by:Timeline
Symbol 279 GraphicUsed by:282
Symbol 280 GraphicUsed by:282
Symbol 281 GraphicUsed by:282 317
Symbol 282 MovieClipUses:279 280 281Used by:Timeline
Symbol 283 GraphicUsed by:Timeline
Symbol 284 TextUses:17Used by:Timeline
Symbol 285 TextUses:17Used by:Timeline
Symbol 286 TextUses:17Used by:Timeline
Symbol 287 EditableTextUses:240Used by:Timeline
Symbol 288 EditableTextUses:97Used by:Timeline
Symbol 289 EditableTextUses:243Used by:Timeline
Symbol 290 EditableTextUses:108Used by:Timeline
Symbol 291 EditableTextUses:108Used by:Timeline
Symbol 292 EditableTextUses:97Used by:Timeline
Symbol 293 EditableTextUses:97Used by:Timeline
Symbol 294 EditableTextUses:240Used by:Timeline
Symbol 295 EditableTextUses:243Used by:Timeline
Symbol 296 EditableTextUses:108Used by:Timeline
Symbol 297 ButtonUses:202 259 204 205 69Used by:Timeline
Symbol 298 ButtonUses:202 203 204 205 69Used by:Timeline
Symbol 299 EditableTextUses:240Used by:Timeline
Symbol 300 EditableTextUses:243Used by:Timeline
Symbol 301 EditableTextUses:108Used by:Timeline
Symbol 302 TextUses:44Used by:Timeline
Symbol 303 ButtonUses:208 115 113 114 69Used by:Timeline
Symbol 304 TextUses:44Used by:Timeline
Symbol 305 ButtonUses:208 115 113 114 69Used by:Timeline
Symbol 306 TextUses:17Used by:Timeline
Symbol 307 EditableTextUses:104Used by:Timeline
Symbol 308 EditableTextUses:104Used by:Timeline
Symbol 309 EditableTextUses:104Used by:Timeline
Symbol 310 EditableTextUses:104Used by:Timeline
Symbol 311 GraphicUsed by:Timeline
Symbol 312 GraphicUsed by:317
Symbol 313 TextUses:17Used by:317
Symbol 314 FontUsed by:315 316
Symbol 315 TextUses:314Used by:317
Symbol 316 TextUses:314Used by:317
Symbol 317 MovieClipUses:312 281 313 315 316Used by:Timeline
Symbol 318 GraphicUsed by:320
Symbol 319 TextUses:17Used by:320
Symbol 320 MovieClipUses:318 319Used by:Timeline
Symbol 321 GraphicUsed by:323
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:321 322Used by:Timeline
Symbol 324 GraphicUsed by:Timeline
Symbol 325 EditableTextUses:240Used by:Timeline
Symbol 326 EditableTextUses:97Used by:Timeline
Symbol 327 EditableTextUses:243Used by:Timeline
Symbol 328 EditableTextUses:108Used by:Timeline
Symbol 329 EditableTextUses:108Used by:Timeline
Symbol 330 EditableTextUses:97Used by:Timeline
Symbol 331 EditableTextUses:97Used by:Timeline
Symbol 332 EditableTextUses:240Used by:Timeline
Symbol 333 EditableTextUses:243Used by:Timeline
Symbol 334 EditableTextUses:108Used by:Timeline
Symbol 335 ButtonUses:202 259 204 205 69Used by:Timeline
Symbol 336 EditableTextUses:240Used by:Timeline
Symbol 337 EditableTextUses:243Used by:Timeline
Symbol 338 EditableTextUses:108Used by:Timeline
Symbol 339 TextUses:44Used by:Timeline
Symbol 340 ButtonUses:208 115 113 114 69Used by:Timeline
Symbol 341 TextUses:44Used by:Timeline
Symbol 342 ButtonUses:208 115 113 114 69Used by:Timeline
Symbol 343 TextUses:44Used by:Timeline
Symbol 344 SoundUsed by:Timeline
Symbol 345 TextUses:44Used by:Timeline
Symbol 346 FontUsed by:347
Symbol 347 TextUses:44 346Used by:Timeline
Symbol 348 GraphicUsed by:Timeline
Symbol 349 TextUses:44Used by:Timeline
Symbol 350 TextUses:44Used by:Timeline
Symbol 351 TextUses:44Used by:Timeline

Instance Names

"LoadBarFill"Frame 1Symbol 12 MovieClip
"CAR"Frame 104Symbol 179 MovieClip
"wall"Frame 107Symbol 222 MovieClip
"CAR"Frame 107Symbol 179 MovieClip
"wall"Frame 127Symbol 282 MovieClip
"CAR"Frame 127Symbol 179 MovieClip
"wall"Frame 147Symbol 317 MovieClip
"CAR"Frame 147Symbol 179 MovieClip

Special Tags

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

Labels

"Button"Frame 4
"Loaded"Frame 11
"dead"Frame 108
"complete"Frame 114
"dead2"Frame 128
"complete2"Frame 134
"dead3"Frame 148
"complete3"Frame 154
"2"Symbol 252 MovieClip Frame 2

Dynamic Text Variables

loadPercentSymbol 3 EditableText""
loadBytesSymbol 4 EditableText""
killedSymbol 98 EditableText"1"
minSymbol 102 EditableText"0"
secSymbol 103 EditableText"30"
healthSymbol 109 EditableText"100"
minSymbol 212 EditableText"0"
secSymbol 213 EditableText"30"
minSymbol 216 EditableText"0"
secSymbol 217 EditableText"30"
killedSymbol 242 EditableText"Kills"
speedSymbol 244 EditableText"Speed"
healthSymbol 245 EditableText"Speed"
healthSymbol 246 EditableText"Speed"
minSymbol 253 EditableText"0"
secSymbol 254 EditableText"30"
speedSymbol 256 EditableText"Speed"
healthSymbol 257 EditableText"Speed"
speedSymbol 263 EditableText"Speed"
healthSymbol 264 EditableText"Speed"
speedSymbol 266 EditableText"Speed"
healthSymbol 267 EditableText"Speed"
minSymbol 274 EditableText"0"
secSymbol 275 EditableText"30"
minSymbol 276 EditableText"0"
secSymbol 277 EditableText"30"
killedSymbol 288 EditableText"Kills"
speedSymbol 289 EditableText"Speed"
healthSymbol 290 EditableText"Speed"
healthSymbol 291 EditableText"Speed"
minSymbol 292 EditableText"0"
secSymbol 293 EditableText"30"
speedSymbol 295 EditableText"Speed"
healthSymbol 296 EditableText"Speed"
speedSymbol 300 EditableText"Speed"
healthSymbol 301 EditableText"Speed"
minSymbol 307 EditableText"0"
secSymbol 308 EditableText"30"
minSymbol 309 EditableText"0"
secSymbol 310 EditableText"30"
killedSymbol 326 EditableText"Kills"
speedSymbol 327 EditableText"Speed"
healthSymbol 328 EditableText"Speed"
healthSymbol 329 EditableText"Speed"
minSymbol 330 EditableText"0"
secSymbol 331 EditableText"30"
speedSymbol 333 EditableText"Speed"
healthSymbol 334 EditableText"Speed"
speedSymbol 337 EditableText"Speed"
healthSymbol 338 EditableText"Speed"




http://swfchan.com/16/77247/info.shtml
Created: 4/4 -2019 03:50:07 Last modified: 4/4 -2019 03:50:07 Server time: 27/04 -2024 17:16:53