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

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

Flash Cash Dash.swf

This is the info page for
Flash #23855

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


Text
h

s

a

l

F

F

l

a

s

h

Cash

D

D

<p align="left"><font face="Alba Super" size="26" color="#ffffff" letterSpacing="0.000000" kerning="0">Continue</font></p>

<p align="left"><font face="Alba Super" size="26" color="#333333" letterSpacing="0.000000" kerning="0">Continue</font></p>

<p align="left"><font face="Alba Super" size="26" color="#ffffff" letterSpacing="0.000000" kerning="0">Continue</font></p>

ThorGaming

Developed By

CAR ENGINE SOUND

CAR ENGINE SOUND

CAR ENGINE SOUND

EXIT

UP

EXIT

Get Ready..

$

$

space

Drive car

handbrake

Instructions

Menu Mini Game
Obtain a personal highscore by collecting the dollar symbols whilst dodging
the missiles and drone attack. Your highscore will be saved.
Flash Cash Dash
Level goals differ throughout the game, initially you will collect 10 dollar
symbols to open the gates and procede to the next level, but in later stages
you will race to escape, and  dodge dangerous obstacles to escape the
compound.
Every 5 rounds you will visit the shop where you can repair your vehicle, buy
Niros and Sheilds. The aim of the game is to complete all the levels and
submit a score to compete against others that play online, if you die in the
game you can continue from where you left off by click the "continue" button
on the score page or here on the main menu.
Check thorgaming.com for updates.

e

u

n

i

t

o

C

C

o

n

t

i

u

e

e

m

a

G

w

N

N

e

w

G

a

m

easy

easy

easy

medium

medium

medium

hard

hard

hard

© www.thorgaming.comltd 2005

play more games?

by www.thorgaming.com

Highscores

Score

10000

Your High

1000

"practice arena beat your score"

Quality

Low

Low (<1Ghz)

Low

Medium

Medium (?)

Medium

High

High (2Ghz)

High

Main Menu

Main Menu

Main Menu

Volume

OPTIONS

OPTIONS

Station

RAGGA FM

TRANCE NATION

More stations soon

RADIO

RADIO

off

off

off

EXIT

UP

DOWN

Level Complete....

GO!

Cash

10000

X

s

3

<p align="left"><font face="Arial" size="11" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>NOS</b></font></p>

SHOP

Health

(large 50%)

(small 10%)

Purchase

Purchase

Purchase

Sheild

short protection press "S" to activate

$1000

$500

$100

Continue

Continue

Continue

N

Nitros

Repair Car

Bonus Items

Car Health

speed boost  hold "A" to activate

<p align="left"><font face="Arial" size="11" color="#ffffff" letterSpacing="0.000000" kerning="0"><b>NOS Juice</b></font></p>

DOWN

START

3

Completed Laps

Round Score

3

DOWN

3

ENTER NAME

SCORE

HP Bonus

score

RESTART

RESTART

RESTART

SUBMIT

SUBMIT

SUBMIT

Wow, you beat all the flash cash dash levels, enter your name and hit
submit to see if you qualify for the highscore board. Die less and complete
levels quicker to score higher.

Awww the dash got you eh? You can submit your current score and
continue from where you died (you will never get an uber highscore if you
die), or you can restart then select new game..

CONTINUE FROM LAST LEVEL

CONTINUE FROM LAST LEVEL

CONTINUE FROM LAST LEVEL

ActionScript [AS1/AS2]

Frame 1
function preload() { var _local1 = _root; newPercLoaded = Math.floor((_local1.getBytesLoaded() / _local1.getBytesTotal()) * 100); lb._xscale = (percLoaded = percLoaded + ((newPercLoaded - percLoaded) * 0.2)); if ((percLoaded > 99.9) && (newPercLoaded == 100)) { stop(); _local1.startgame._y = 390; delete this.onEnterFrame; } } _root.stop(); var percLoaded = 0; var newPercLoaded; onEnterFrame = preload;
Instance of Symbol 75 MovieClip in Frame 1
on (release) { getURL ("http://www.thorgaming.com/flasharcade/", "_blank"); } on (rollOver) { this._alpha = 40; } on (rollOut) { this._alpha = 100; }
Frame 2
_root.nextFrame(); local_data = SharedObject.getLocal("user_data"); if (local_data.data.volumeset == null) { local_data.data.volumeset = -50; } _root.practisehigh = local_data.data.practisehigh;
Frame 3
_root.difficulty = 1; allsounds = new Sound(this); _root.practisescore = 0; _root.car.gotoAndPlay(1); _root.money.gotoAndPlay(random(25) + 1); _root.mines.gotoAndPlay(random(25) + 1); _root.car._x = 598; _root.car._y = 380; _root.noson = 0; _root.noslevel = 0; _root.sheildsleft = 1; _root.car._rotation = 0; _root.enemydead1 = 0; _root.health1 = 50; _root.player1score = 0; _root.player2score = 0; _root.sprinta = 0; _root.sprintb = 0; _root.aready = 0; _root.bready = 0; _root.reloadmissile = 0; _root.moneycollected = 0; local_data = SharedObject.getLocal("user_data"); _root.options.option.slider.slideBar._y = -50; _root.options.option.slider.slideBar._y = local_data.data.volumeset * -1; _root.options.option.slider.slideBar.onEnterFrame = function () { allsounds.setVolume((-this._y) + 1); }; _root.options.option.slider.slideBar.onPress = function () { var _local1 = this; startDrag (_local1, false, _local1._x, -65, _local1._x, 0); }; _root.options.option.slider.slideBar.onRelease = (_root.options.option.slider.slideBar.onReleaseOutside = function () { local_data = SharedObject.getLocal("user_data"); local_data.data.volumeset = -this._y; local_data.flush(); stopDrag(); }); _root.options.option.slider2.slideBar2._y = -50; _root.options.option.slider2.slideBar2._y = local_data.data.volumeset2 * -1; _root.options.option.slider2.slideBar2.onEnterFrame = function () { var _local1 = this; var _local2 = _root; _local2.missilelaunch.setVolume((-(_local1._y * 1.3)) + 1); _local2.rocketjet.setVolume((-(_local1._y * 1.3)) + 1); _local2.missilelaunch1.setVolume((-(_local1._y * 1.3)) + 1); _local2.rocketjet1.setVolume((-(_local1._y * 1.3)) + 1); _local2.missilelaunch3.setVolume((-(_local1._y * 1.3)) + 1); _local2.rocketjet3.setVolume((-(_local1._y * 1.3)) + 1); _local2.electric.setVolume((-(_local1._y * 1.3)) + 1); _local2.zap.setVolume((-(_local1._y * 1.3)) + 1); _local2.explosion.setVolume((-(_local1._y * 1.3)) + 1); _local2.turretnoise.setVolume((-(_local1._y * 1.3)) + 1); _local2.moneysound.setVolume((-(_local1._y * 1.3)) + 1); _local2.acc.setVolume(-(_local1._y * 1)); _local2.dec.setVolume(-(_local1._y * 1)); _local2.skidsound.setVolume(-(_local1._y * 1)); }; _root.options.option.slider2.slideBar2.onPress = function () { var _local1 = this; startDrag (_local1, false, _local1._x, -65, _local1._x, 0); }; _root.options.option.slider2.slideBar2.onRelease = (_root.options.option.slider2.slideBar2.onReleaseOutside = function () { local_data = SharedObject.getLocal("user_data"); local_data.data.volumeset2 = -this._y; local_data.flush(); stopDrag(); }); stop();
Instance of Symbol 97 MovieClip "enemy1" in Frame 3
onClipEvent (load) { this.gotoAndStop(1); this._x = Math.round(Math.random() * 480) + 20; this._y = Math.round(Math.random() * 205) + 75; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.play(); } if (_root.enemydead1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; } }
Instance of Symbol 141 MovieClip "rocket3" in Frame 3
onClipEvent (load) { _root.missileexploded3 = 1; } onClipEvent (enterFrame) { if (_root.enemydead1 != 1) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket3.gotoAndStop("exploded"); _root.rocketjet3.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket3.gotoAndStop("exploded"); _root.rocketjet3.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket3.gotoAndStop("exploded"); _root.rocketjet3.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket3.gotoAndStop("exploded"); _root.rocketjet3.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded3 != 1) { _root.car.play(); _root.rocket3.gotoAndStop("exploded"); _root.rocketjet3.stop(); } } if (_root.missileexploded3 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 15); _root.xMove = Math.round(_root.xChange / 15); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { _root.rocketjet3.stop(); if (_root.reloadmissile3 < 110) { _root.reloadmissile3 = _root.reloadmissile3 + 1; } else { this._x = _root.enemy1._x; this._y = _root.enemy1._y; _root.missileexploded3 = 0; _root.rocket3.gotoAndPlay(1); } } } }
Instance of Symbol 173 MovieClip "traps" in Frame 3
onClipEvent (load) { this._x = Math.round(Math.random() * 480) + 20; this._y = Math.round(Math.random() * 205) + 75; this.gotoAndPlay(random(3) + 1); }
Instance of Symbol 203 MovieClip "car" in Frame 3
onClipEvent (load) { _root.sheildon = 0; } onClipEvent (enterFrame) { trace(Key.getCode()); if (_root.health1 <= 0) { this.gotoAndPlay("dead"); } if (_root.moneycollected == 10) { _root.levelcomplete = "complete"; } if (speed >= 0) { _root.setspeed = speed; } else { _root.setspeed = speed * -1; } if (Key.isDown(38)) { if (speed == 0) { _root.enginesound.gotoAndStop("idle"); } if (Key.isDown(32)) { skidsound = new Sound(this); skidsound.attachSound("skidsound"); skidsound.start(0, 1); } if (Key.isDown(65)) { if (_root.noslevel > 0) { speed = speed + 2; _root.noslevel = _root.noslevel - 1; } else { speed = speed + 1; } } else { speed = speed + 1; } _root.enginesound.gotoAndStop("up"); } else if (Key.isDown(40)) { speed = speed - 1; if (speed < -5) { _root.enginesound.gotoAndStop("up"); } } else { _root.enginesound.gotoAndStop("down"); speed = speed * 1; } if (Math.abs(speed) > 100) { speed = speed * 0.6; } if (Key.isDown(37)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation - speed); } } if (Key.isDown(83)) { if (_root.sheildsleft > 0) { if (_root.sheildon == 0) { _root.car.gotoAndPlay("sheild"); _root.sheildsleft = _root.sheildsleft - 1; } } } if (Key.isDown(39)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation + speed); } } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } myBounce = (_root.setspeed * 0.8) + 2; if (_root.walls.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.walls.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.traps.trap1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (this.hitTest(_root.orb2.zap)) { this.play(); } }
Instance of Symbol 236 MovieClip "tread" in Frame 3
onClipEvent (load) { _alpha = 100; _rotation = _parent.car._rotation; _x = _parent.car._x; _y = _parent.car._y; } onClipEvent (enterFrame) { timer++; if (timer > 250) { _alpha = (_alpha - 2); } if (timer > 250) { _visible = false; removeMovieClip(this); } }
Instance of Symbol 250 MovieClip "orb" in Frame 3
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb.hitTest(_root.car)) { this.play(); } }
Instance of Symbol 265 MovieClip "orb2" in Frame 3
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb2.hitTest(_root.car)) { this.play(); } }
Instance of Symbol 387 MovieClip in Frame 3
onClipEvent (enterFrame) { this._yscale = _root.health1 * 2; }
Instance of Symbol 403 MovieClip "gun1" in Frame 3
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 404 MovieClip "gun" in Frame 3
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 415 MovieClip "rocket1" in Frame 3
onClipEvent (load) { _root.missileexploded1 = 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.missileexploded1 != 1) { _root.car.play(); _root.rocket1.gotoAndStop("exploded"); _root.rocketjet1.stop(); } } if (_root.missileexploded1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 2); _root.xMove = Math.round((_root.xChange / 20) * 2); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { _root.rocketjet1.stop(); if (_root.reloadmissile1 < 90) { _root.reloadmissile1 = _root.reloadmissile1 + 1; } else { this._x = _root.gun1._x; this._y = _root.gun1._y; _root.missileexploded1 = 0; _root.rocket1.gotoAndPlay(1); } } }
Instance of Symbol 426 MovieClip "rocket" in Frame 3
onClipEvent (load) { _root.missileexploded = 1; } onClipEvent (enterFrame) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket.gotoAndStop("exploded"); _root.rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket.gotoAndStop("exploded"); _root.rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket.gotoAndStop("exploded"); _root.rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket.gotoAndStop("exploded"); _root.rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded != 1) { _root.car.play(); _root.rocketjet.stop(); _root.rocket.gotoAndStop("exploded"); } } if (_root.missileexploded != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { _root.rocketjet.stop(); if (_root.reloadmissile < 90) { _root.reloadmissile = _root.reloadmissile + 1; } else { this._x = _root.gun._x; this._y = _root.gun._y; _root.missileexploded = 0; _root.rocket.gotoAndPlay(1); } } }
Instance of Symbol 429 MovieClip in Frame 3
on (rollOver) { this._alpha = 40; } on (rollOut) { this._alpha = 100; } on (release) { getURL ("http://www.thorgaming.com/flasharcade/", "_blank"); }
Instance of Symbol 431 MovieClip in Frame 3
on (rollOver) { this._alpha = 40; } on (rollOut) { this._alpha = 100; } on (release) { getURL ("http://www.thorgaming.com", "_blank"); }
Instance of Symbol 433 MovieClip in Frame 3
on (rollOver) { this._alpha = 40; } on (rollOut) { this._alpha = 100; } on (release) { getURL ("http://www.thorgaming.com/scores/scores.php?filename=scores/easy.sco&scoresize=10&action=VIEW&viewtype=HTML", "_blank"); }
Frame 5
local_data = SharedObject.getLocal("user_data"); _root.gotoAndPlay(local_data.data.user_level); _root.difficulty = 1; _root.health1 = 50;
Frame 6
_root.mines.gotoAndPlay(random(25) + 1); local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = "level1"; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); _root.noson = 0; _root.noslevel = 0; _root.stop(); _root.sheildsleft = 1; _root.ended = 0; _root.levelcomplete = "incomplete"; _root.moneycollected = 0; _root.enemy1.gotoAndStop(1); _root.enemydead1 = 0; _root.car._x = 598; _root.car._y = 380; _root.car._rotation = -5; _root.health1 = 50; _root.player1score = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 6
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 518 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.ended = 1; _root.car._y = -2000; _root.car._x = 200; _root.endlevel.play(); } }
Instance of Symbol 542 MovieClip in Frame 6
onClipEvent (enterFrame) { this._xscale = _root.noslevel; }
Instance of Symbol 404 MovieClip "gun" in Frame 6
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 426 MovieClip "rocket" in Frame 6
onClipEvent (load) { _root.missileexploded = 1; } onClipEvent (enterFrame) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded != 1) { _root.car.play(); rocketjet.stop(); _root.rocket.gotoAndStop("exploded"); } } if (_root.missileexploded != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile < 90) { _root.reloadmissile = _root.reloadmissile + 1; } else { this._x = _root.gun._x; this._y = _root.gun._y; _root.missileexploded = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); _root.missilelaunch.start(0, 1); _root.rocketjet = new Sound(this); _root.rocketjet.attachSound("rocketjet"); _root.rocketjet.start(0, 10); _root.rocket.gotoAndPlay(1); } } }
Frame 7
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.ended = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 97 MovieClip "enemy1" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.play(); } if (_root.enemydead1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; } }
Instance of Symbol 141 MovieClip "rocket3" in Frame 7
onClipEvent (load) { _root.missileexploded3 = 1; } onClipEvent (enterFrame) { if (_root.enemydead1 != 1) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded3 != 1) { _root.car.play(); _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded3 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 15); _root.xMove = Math.round(_root.xChange / 15); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile3 < 110) { _root.reloadmissile3 = _root.reloadmissile3 + 1; } else { this._x = _root.enemy1._x; this._y = _root.enemy1._y; _root.missileexploded3 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket3.gotoAndPlay(1); } } } }
Instance of Symbol 426 MovieClip "rocket" in Frame 7
onClipEvent (load) { _root.missileexploded = 1; } onClipEvent (enterFrame) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded != 1) { _root.car.play(); rocketjet.stop(); _root.rocket.gotoAndStop("exploded"); } } if (_root.missileexploded != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile < 90) { _root.reloadmissile = _root.reloadmissile + 1; } else { this._x = _root.gun._x; this._y = _root.gun._y; _root.missileexploded = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket.gotoAndPlay(1); } } }
Frame 8
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.mines.gotoAndPlay(random(25) + 1); _root.ended = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 173 MovieClip "traps" in Frame 8
onClipEvent (load) { this.gotoAndPlay(random(3) + 1); }
Frame 9
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.mines.gotoAndPlay(random(25) + 1); _root.ended = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 97 MovieClip "enemy1" in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.play(); } if (_root.enemydead1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; } }
Instance of Symbol 141 MovieClip "rocket3" in Frame 9
onClipEvent (load) { _root.missileexploded3 = 1; } onClipEvent (enterFrame) { if (_root.enemydead1 != 1) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded3 != 1) { _root.car.play(); _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded3 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 15); _root.xMove = Math.round(_root.xChange / 15); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile3 < 110) { _root.reloadmissile3 = _root.reloadmissile3 + 1; } else { this._x = _root.enemy1._x; this._y = _root.enemy1._y; _root.missileexploded3 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket3.gotoAndPlay(1); } } } }
Frame 10
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.mines.gotoAndPlay(random(25) + 1); _root.ended = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 403 MovieClip "gun1" in Frame 10
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 415 MovieClip "rocket1" in Frame 10
onClipEvent (load) { _root.missileexploded1 = 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.missileexploded1 != 1) { _root.car.play(); _root.rocket1.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile1 < 90) { _root.reloadmissile1 = _root.reloadmissile1 + 1; } else { this._x = _root.gun1._x; this._y = _root.gun1._y; _root.missileexploded1 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket1.gotoAndPlay(1); } } }
Frame 11
stop();
Frame 12
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); _root.ended = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 203 MovieClip "car" in Frame 12
onClipEvent (load) { _root.sheildon = 0; } onClipEvent (enterFrame) { trace(Key.getCode()); if (_root.health1 <= 0) { this.gotoAndPlay("dead"); } if (_root.moneycollected == 10) { _root.levelcomplete = "complete"; } if (speed >= 0) { _root.setspeed = speed; } else { _root.setspeed = speed * -1; } if (Key.isDown(38)) { if (speed == 0) { _root.enginesound.gotoAndStop("idle"); } if (Key.isDown(32)) { skidsound = new Sound(this); skidsound.attachSound("skidsound"); skidsound.start(0, 1); } if (Key.isDown(65)) { if (_root.noslevel > 0) { speed = speed + 2; _root.noslevel = _root.noslevel - 1; } else { speed = speed + 1; } } else { speed = speed + 1; } _root.enginesound.gotoAndStop("up"); } else if (Key.isDown(40)) { speed = speed - 1; if (speed < -5) { _root.enginesound.gotoAndStop("up"); } } else { _root.enginesound.gotoAndStop("down"); speed = speed * 1; } if (Math.abs(speed) > 100) { speed = speed * 0.6; } if (Key.isDown(37)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation - speed); } } if (Key.isDown(83)) { if (_root.sheildsleft > 0) { if (_root.sheildon == 0) { _root.car.gotoAndPlay("sheild"); _root.sheildsleft = _root.sheildsleft - 1; } } } if (Key.isDown(39)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation + speed); } } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } myBounce = (_root.setspeed * 0.8) + 2; if (_root.walls.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.walls.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.traps.trap1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (this.hitTest(_root.orb2.zap)) { this.play(); } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 12
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 250 MovieClip "orb" in Frame 12
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb.hitTest(_root.car)) { this.play(); } }
Instance of Symbol 403 MovieClip "gun1" in Frame 12
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 404 MovieClip "gun" in Frame 12
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 415 MovieClip "rocket1" in Frame 12
onClipEvent (load) { _root.missileexploded1 = 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.missileexploded1 != 1) { _root.car.play(); _root.rocket1.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile1 < 90) { _root.reloadmissile1 = _root.reloadmissile1 + 1; } else { this._x = _root.gun1._x; this._y = _root.gun1._y; _root.missileexploded1 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket1.gotoAndPlay(1); } } }
Instance of Symbol 426 MovieClip "rocket" in Frame 12
onClipEvent (load) { _root.missileexploded = 1; } onClipEvent (enterFrame) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded != 1) { _root.car.play(); rocketjet.stop(); _root.rocket.gotoAndStop("exploded"); } } if (_root.missileexploded != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile < 90) { _root.reloadmissile = _root.reloadmissile + 1; } else { this._x = _root.gun._x; this._y = _root.gun._y; _root.missileexploded = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket.gotoAndPlay(1); } } }
Frame 13
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.mines.gotoAndPlay(random(25) + 1); _root.ended = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Frame 14
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.ended = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 97 MovieClip "enemy1" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.play(); } if (_root.enemydead1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; } }
Instance of Symbol 141 MovieClip "rocket3" in Frame 14
onClipEvent (load) { _root.missileexploded3 = 1; } onClipEvent (enterFrame) { if (_root.enemydead1 != 1) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded3 != 1) { _root.car.play(); _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded3 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 15); _root.xMove = Math.round(_root.xChange / 15); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile3 < 110) { _root.reloadmissile3 = _root.reloadmissile3 + 1; } else { this._x = _root.enemy1._x; this._y = _root.enemy1._y; _root.missileexploded3 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket3.gotoAndPlay(1); } } } }
Instance of Symbol 173 MovieClip "traps" in Frame 14
onClipEvent (load) { this.gotoAndPlay(random(3) + 1); }
Instance of Symbol 265 MovieClip "orb2" in Frame 14
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb2.hitTest(_root.car)) { this.play(); } }
Frame 15
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.ended = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Frame 16
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.ended = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Frame 17
stop();
Frame 18
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); _root.ended = 0; _root.roundscore = 15000; _root.levelcomplete = "incomplete"; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car.gotoAndPlay(1); _root.car._x = 550; _root.car._y = 220; _root.car._rotation = 0; _root.noson = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.laps = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 514 MovieClip in Frame 18
onClipEvent (enterFrame) { myBounce = 1; if (_root.car.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed)); speed = 0; } if (_root.car.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - (myBounce * _root.setspeed1)); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + (myBounce * _root.setspeed1)); speed = 0; } }
Instance of Symbol 203 MovieClip "car" in Frame 18
onClipEvent (load) { _root.sheildon = 0; } onClipEvent (enterFrame) { trace(Key.getCode()); if (_root.health1 <= 0) { this.gotoAndPlay("dead"); } if (_root.moneycollected == 10) { _root.levelcomplete = "complete"; } if (speed >= 0) { _root.setspeed = speed; } else { _root.setspeed = speed * -1; } if (Key.isDown(38)) { if (speed == 0) { _root.enginesound.gotoAndStop("idle"); } if (Key.isDown(32)) { skidsound = new Sound(this); skidsound.attachSound("skidsound"); skidsound.start(0, 1); } if (Key.isDown(65)) { if (_root.noslevel > 0) { speed = speed + 2; _root.noslevel = _root.noslevel - 1; } else { speed = speed + 1; } } else { speed = speed + 1; } _root.enginesound.gotoAndStop("up"); } else if (Key.isDown(40)) { speed = speed - 1; if (speed < -5) { _root.enginesound.gotoAndStop("up"); } } else { _root.enginesound.gotoAndStop("down"); speed = speed * 1; } if (Math.abs(speed) > 100) { speed = speed * 0.6; } if (Key.isDown(37)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation - speed); } } if (Key.isDown(83)) { if (_root.sheildsleft > 0) { if (_root.sheildon == 0) { _root.car.gotoAndPlay("sheild"); _root.sheildsleft = _root.sheildsleft - 1; } } } if (Key.isDown(39)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation + speed); } } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } myBounce = (_root.setspeed * 0.8) + 2; if (_root.walls.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.walls.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.traps.trap1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (this.hitTest(_root.orb2.zap)) { this.play(); } }
Instance of Symbol 518 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.ended = 1; _root.car._y = -2000; _root.car._x = 200; _root.player1score = _root.player1score + _root.roundscore; _root.endlevel.play(); } }
Frame 19
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.ended = 0; _root.roundscore = 15000; _root.levelcomplete = "incomplete"; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car.gotoAndPlay(1); _root.car._x = 550; _root.car._y = 220; _root.car._rotation = 0; _root.noson = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.laps = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 250 MovieClip "orb" in Frame 19
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb.hitTest(_root.car)) { this.play(); } }
Instance of Symbol 404 MovieClip "gun" in Frame 19
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 426 MovieClip "rocket" in Frame 19
onClipEvent (load) { _root.missileexploded = 1; } onClipEvent (enterFrame) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded != 1) { _root.car.play(); rocketjet.stop(); _root.rocket.gotoAndStop("exploded"); } } if (_root.missileexploded != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile < 90) { _root.reloadmissile = _root.reloadmissile + 1; } else { this._x = _root.gun._x; this._y = _root.gun._y; _root.missileexploded = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket.gotoAndPlay(1); } } }
Frame 20
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.ended = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.levelcomplete = "incomplete"; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car.gotoAndPlay(1); _root.car._x = 550; _root.car._y = 220; _root.car._rotation = 0; _root.noson = 0; _root.laps = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 97 MovieClip "enemy1" in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.play(); } if (_root.enemydead1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; } }
Instance of Symbol 141 MovieClip "rocket3" in Frame 20
onClipEvent (load) { _root.missileexploded3 = 1; } onClipEvent (enterFrame) { if (_root.enemydead1 != 1) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded3 != 1) { _root.car.play(); _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded3 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 15); _root.xMove = Math.round(_root.xChange / 15); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile3 < 110) { _root.reloadmissile3 = _root.reloadmissile3 + 1; } else { this._x = _root.enemy1._x; this._y = _root.enemy1._y; _root.missileexploded3 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket3.gotoAndPlay(1); } } } }
Instance of Symbol 265 MovieClip "orb2" in Frame 20
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb2.hitTest(_root.car)) { this.play(); } }
Frame 21
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.ended = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.levelcomplete = "incomplete"; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car.gotoAndPlay(1); _root.car._x = 550; _root.car._y = 180; _root.car._rotation = 180; _root.noson = 0; _root.laps = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 250 MovieClip "orb" in Frame 21
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb.hitTest(_root.car)) { this.play(); } }
Frame 22
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.ended = 0; _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.levelcomplete = "incomplete"; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car.gotoAndPlay(1); _root.car._x = 550; _root.car._y = 180; _root.car._rotation = 180; _root.noson = 0; _root.laps = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 265 MovieClip "orb2" in Frame 22
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 60); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb2.hitTest(_root.car)) { this.play(); } }
Frame 23
_root.roundscore = 0; stop();
Frame 24
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 612 MovieClip "traps" in Frame 24
onClipEvent (load) { this.gotoAndPlay(random(3) + 1); }
Instance of Symbol 616 MovieClip "gateswitch" in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.play(); } }
Instance of Symbol 203 MovieClip "car" in Frame 24
onClipEvent (load) { _root.sheildon = 0; } onClipEvent (enterFrame) { trace(Key.getCode()); if (_root.health1 <= 0) { this.gotoAndPlay("dead"); } if (_root.moneycollected == 10) { _root.levelcomplete = "complete"; } if (speed >= 0) { _root.setspeed = speed; } else { _root.setspeed = speed * -1; } if (Key.isDown(38)) { if (speed == 0) { _root.enginesound.gotoAndStop("idle"); } if (Key.isDown(32)) { skidsound = new Sound(this); skidsound.attachSound("skidsound"); skidsound.start(0, 1); } if (Key.isDown(65)) { if (_root.noslevel > 0) { speed = speed + 2; _root.noslevel = _root.noslevel - 1; } else { speed = speed + 1; } } else { speed = speed + 1; } _root.enginesound.gotoAndStop("up"); } else if (Key.isDown(40)) { speed = speed - 1; if (speed < -5) { _root.enginesound.gotoAndStop("up"); } } else { _root.enginesound.gotoAndStop("down"); speed = speed * 1; } if (Math.abs(speed) > 100) { speed = speed * 0.6; } if (Key.isDown(37)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation - speed); } } if (Key.isDown(83)) { if (_root.sheildsleft > 0) { if (_root.sheildon == 0) { _root.car.gotoAndPlay("sheild"); _root.sheildsleft = _root.sheildsleft - 1; } } } if (Key.isDown(39)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation + speed); } } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } myBounce = (_root.setspeed * 0.8) + 2; if (_root.walls.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.walls.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.traps.trap1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (this.hitTest(_root.orb2.zap)) { this.play(); } }
Instance of Symbol 518 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.ended = 1; _root.car._y = -2000; _root.car._x = 200; _root.player1score = _root.player1score + _root.roundscore; _root.endlevel.play(); } }
Frame 25
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 97 MovieClip "enemy1" in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.play(); } if (_root.enemydead1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; } }
Instance of Symbol 141 MovieClip "rocket3" in Frame 25
onClipEvent (load) { _root.missileexploded3 = 1; } onClipEvent (enterFrame) { if (_root.enemydead1 != 1) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded3 != 1) { _root.car.play(); _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded3 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 15); _root.xMove = Math.round(_root.xChange / 15); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile3 < 110) { _root.reloadmissile3 = _root.reloadmissile3 + 1; } else { this._x = _root.enemy1._x; this._y = _root.enemy1._y; _root.missileexploded3 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket3.gotoAndPlay(1); } } } }
Instance of Symbol 173 MovieClip "traps" in Frame 25
onClipEvent (load) { this.gotoAndPlay(random(3) + 1); }
Frame 26
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 173 MovieClip "traps" in Frame 26
onClipEvent (load) { this.gotoAndPlay(random(3) + 1); }
Frame 27
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Frame 28
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 404 MovieClip "gun" in Frame 28
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 426 MovieClip "rocket" in Frame 28
onClipEvent (load) { _root.missileexploded = 1; } onClipEvent (enterFrame) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded != 1) { _root.car.play(); rocketjet.stop(); _root.rocket.gotoAndStop("exploded"); } } if (_root.missileexploded != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile < 90) { _root.reloadmissile = _root.reloadmissile + 1; } else { this._x = _root.gun._x; this._y = _root.gun._y; _root.missileexploded = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket.gotoAndPlay(1); } } }
Frame 29
stop();
Frame 30
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 97 MovieClip "enemy1" in Frame 30
onClipEvent (load) { this.gotoAndStop(1); this._x = Math.round(Math.random() * 480) + 20; this._y = Math.round(Math.random() * 205) + 75; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.play(); } if (_root.enemydead1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; } }
Instance of Symbol 141 MovieClip "rocket3" in Frame 30
onClipEvent (load) { _root.missileexploded3 = 1; } onClipEvent (enterFrame) { if (_root.enemydead1 != 1) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded3 != 1) { _root.car.play(); _root.rocket3.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded3 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 15); _root.xMove = Math.round(_root.xChange / 15); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile3 < 110) { _root.reloadmissile3 = _root.reloadmissile3 + 1; } else { this._x = _root.enemy1._x; this._y = _root.enemy1._y; _root.missileexploded3 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket3.gotoAndPlay(1); } } } }
Instance of Symbol 173 MovieClip "traps" in Frame 30
onClipEvent (load) { this.gotoAndPlay(random(3) + 1); }
Instance of Symbol 203 MovieClip "car" in Frame 30
onClipEvent (load) { _root.sheildon = 0; } onClipEvent (enterFrame) { trace(Key.getCode()); if (_root.health1 <= 0) { this.gotoAndPlay("dead"); } if (_root.moneycollected == 10) { _root.levelcomplete = "complete"; } if (speed >= 0) { _root.setspeed = speed; } else { _root.setspeed = speed * -1; } if (Key.isDown(38)) { if (speed == 0) { _root.enginesound.gotoAndStop("idle"); } if (Key.isDown(32)) { skidsound = new Sound(this); skidsound.attachSound("skidsound"); skidsound.start(0, 1); } if (Key.isDown(65)) { if (_root.noslevel > 0) { speed = speed + 2; _root.noslevel = _root.noslevel - 1; } else { speed = speed + 1; } } else { speed = speed + 1; } _root.enginesound.gotoAndStop("up"); } else if (Key.isDown(40)) { speed = speed - 1; if (speed < -5) { _root.enginesound.gotoAndStop("up"); } } else { _root.enginesound.gotoAndStop("down"); speed = speed * 1; } if (Math.abs(speed) > 100) { speed = speed * 0.6; } if (Key.isDown(37)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation - (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation - speed); } } if (Key.isDown(83)) { if (_root.sheildsleft > 0) { if (_root.sheildon == 0) { _root.car.gotoAndPlay("sheild"); _root.sheildsleft = _root.sheildsleft - 1; } } } if (Key.isDown(39)) { if (Key.isDown(32)) { if (speed >= 0) { speed = speed - 0.1; treadcount++; duplicateMovieClip (_root.tread, "tread" + treadcount, (treadcount % 100) + 1000); if (_rotation < -90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if (_rotation >= 90) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x + (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation > 0) && (_rotation < 90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _y = (_y - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } if ((_rotation < 0) && (_rotation > -90)) { _rotation = (_rotation + (_root.setspeed * 1.4)); _x = (_x - (_root.setspeed / 1.7)); if (speed > 5) { speed = speed - 1; } } } } else { _rotation = (_rotation + speed); } } speed = speed * 0.9; x = Math.sin(_rotation * (Math.PI/180)) * speed; y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1; if (!_root.move.hitTest(_x + x, _y + y, true)) { _x = (_x + x); _y = (_y + y); } else { speed = speed * -0.3; } myBounce = (_root.setspeed * 0.8) + 2; if (_root.walls.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.walls.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.walls.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.carplayer2.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.carplayer2.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); speed = 0; } if (_root.gun.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); speed = 0; } if (_root.gun.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); speed = 0; } if (_root.traps.trap1.hitTest(getBounds(_root).xMax, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(getBounds(_root).xMin, _y, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMax, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (_root.traps.trap1.hitTest(_x, getBounds(_root).yMin, true)) { _rotation = (_rotation - (40 + speed)); speed = speed + 5; this.play(); } if (this.hitTest(_root.orb2.zap)) { this.play(); } }
Instance of Symbol 250 MovieClip "orb" in Frame 30
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb.hitTest(_root.car)) { this.play(); } }
Instance of Symbol 518 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.ended = 1; _root.car._y = -2000; _root.car._x = 200; _root.endlevel.play(); } }
Instance of Symbol 404 MovieClip "gun" in Frame 30
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 426 MovieClip "rocket" in Frame 30
onClipEvent (load) { _root.missileexploded = 1; } onClipEvent (enterFrame) { if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _root.rocket.gotoAndStop("exploded"); rocketjet.stop(); } if (this.hitTest(_root.car)) { if (_root.missileexploded != 1) { _root.car.play(); rocketjet.stop(); _root.rocket.gotoAndStop("exploded"); } } if (_root.missileexploded != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile < 90) { _root.reloadmissile = _root.reloadmissile + 1; } else { this._x = _root.gun._x; this._y = _root.gun._y; _root.missileexploded = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket.gotoAndPlay(1); } } }
Frame 31
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Frame 32
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 265 MovieClip "orb2" in Frame 32
onClipEvent (enterFrame) { myBounce = 5; myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; if (_root.cars.hitTest(getBounds(_root).xMax, _y, true)) { _x = (_x - myBounce); } if (_root.cars.hitTest(getBounds(_root).xMin, _y, true)) { _x = (_x + myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMax, true)) { _y = (_y - myBounce); } if (_root.cars.hitTest(_x, getBounds(_root).yMin, true)) { _y = (_y + myBounce); } if (_root.orb2.hitTest(_root.car)) { this.play(); } }
Frame 33
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Instance of Symbol 403 MovieClip "gun1" in Frame 33
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 415 MovieClip "rocket1" in Frame 33
onClipEvent (load) { _root.missileexploded1 = 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { if (_root.missileexploded1 != 1) { _root.car.play(); _root.rocket1.gotoAndStop("exploded"); rocketjet.stop(); } } if (_root.missileexploded1 != 1) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round((_root.yChange / 20) * 1.5); _root.xMove = Math.round((_root.xChange / 20) * 1.5); this._y = this._y + _root.yMove; this._x = this._x + _root.xMove; this._rotation = myDegrees + 90; } else { rocketjet.stop(); if (_root.reloadmissile1 < 90) { _root.reloadmissile1 = _root.reloadmissile1 + 1; } else { this._x = _root.gun1._x; this._y = _root.gun1._y; _root.missileexploded1 = 0; _root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("_root.missilelaunch"); missilelaunch.start(0, 1); rocketjet = new Sound(this); rocketjet.attachSound("rocketjet"); rocketjet.start(0, 10); _root.rocket1.gotoAndPlay(1); } } }
Frame 34
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = _root._currentframe; local_data.data.user_difficulty = _root.difficulty; local_data.flush(); if (_root.health1 < 40) { _root.health1 = _root.health1 + 5; } _root.gateswitch.gotoAndStop(1); _root.mines.gotoAndPlay(random(25) + 1); _root.roundscore = 15000; _root.ended = 0; _root.buttonon = 0; _root.levelcomplete = "incomplete"; _root.noson = 0; _root.moneycollected = 0; _root.enemydead1 = 0; _root.enemy1.gotoAndStop(1); _root.car._x = 598; _root.car._y = 380; _root.car._rotation = 0; _root.reloadmissile = 0; _root.money.gotoAndPlay(random(25) + 1); stop();
Frame 35
local_data = SharedObject.getLocal("user_data"); local_data.data.user_level = 1; local_data.flush(); stop();
Frame 36
stop(); _root.player1score = _root.player1score - (2000 * _root.difficulty);
Symbol 19 MovieClip Frame 30
stop();
Symbol 19 MovieClip Frame 80
_root.nextFrame();
Symbol 32 MovieClip Frame 26
stop();
Symbol 36 MovieClip Frame 25
stop();
Symbol 38 MovieClip Frame 467
gotoAndPlay ("carreplay");
Symbol 44 MovieClip Frame 20
stop();
Symbol 47 MovieClip Frame 40
stop();
Symbol 62 Button
on (release) { _root.background.play(); }
Symbol 74 MovieClip Frame 115
stop();
Symbol 75 MovieClip Frame 12
stop();
Symbol 81 MovieClip Frame 1
_root.acc.stop(); _root.dec.stop(); _root.idle = new Sound(this); _root.idle.attachSound("minimo"); _root.idle.start(0, 999); stop();
Symbol 81 MovieClip Frame 2
_root.idle.stop(); _root.dec.stop()(); _root.acc = new Sound(this); _root.acc.attachSound("acc"); _root.acc.start(0, 50); stop();
Symbol 81 MovieClip Frame 3
_root.acc.stop(); _root.idle.stop(); _root.dec = new Sound(this); _root.dec.attachSound("dec"); _root.dec.start(0, 1); stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 2
mateyhit = new Sound(this); mateyhit.attachSound("mateyhit"); mateyhit.start(0, 1);
Symbol 97 MovieClip Frame 5
_root.enemydead1 = 1; this.stop();
Symbol 97 MovieClip Frame 6
gotoAndPlay (5);
Symbol 140 MovieClip Frame 27
stop();
Symbol 141 MovieClip Frame 2
_root.missilelaunch3 = new Sound(this); _root.missilelaunch3.attachSound("missilelaunch"); _root.missilelaunch3.start(0, 1); _root.rocketjet3 = new Sound(this); _root.rocketjet3.attachSound("rocketjet"); _root.rocketjet3.start(0, 10);
Symbol 141 MovieClip Frame 115
_root.missileexploded3 = 1; _root.reloadmissile3 = 0; this.stop();
Symbol 148 MovieClip Frame 60
gotoAndPlay (35);
Symbol 153 MovieClip Frame 60
stop();
Symbol 159 MovieClip Frame 30
counter = 0;
Instance of Symbol 140 MovieClip in Symbol 159 MovieClip Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.play(); } }
Symbol 162 MovieClip Frame 60
stop();
Symbol 169 MovieClip Frame 60
gotoAndPlay (35);
Symbol 172 MovieClip Frame 60
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 2
stop();
Symbol 173 MovieClip Frame 3
stop();
Symbol 201 MovieClip Frame 1
_root.explosion = new Sound(this); _root.explosion.attachSound("explode"); _root.explosion.start(0, 1);
Symbol 201 MovieClip Frame 27
if (_root._currentframe > 3) { _root.gotoAndPlay("gameover"); } else { local_data = SharedObject.getLocal("user_data"); if (local_data.data.practisehigh < _root.practisescore) { local_data.data.practisehigh = _root.practisescore; local_data.flush(); } _root.gotoAndPlay(2); this.stop(); }
Symbol 203 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 3
if (_root.ended == 1) { } else { _root.player1score = _root.player1score - 1; _root.health1 = _root.health1 - _root.difficulty; } gotoAndPlay (1);
Symbol 203 MovieClip Frame 4
stop();
Symbol 203 MovieClip Frame 5
gotoAndStop ("dead");
Symbol 203 MovieClip Frame 30
_root.sheildon = 1;
Symbol 203 MovieClip Frame 276
_root.sheildon = 0; gotoAndStop (1);
Symbol 232 MovieClip Frame 27
this.gotoAndStop(1);
Symbol 233 MovieClip Frame 50
gotoAndPlay (1);
Symbol 233 MovieClip Frame 53
_root.car.play(); _root.moneysound = new Sound(this); _root.moneysound.attachSound("explode"); _root.moneysound.start(0, 1); _root.player1score = _root.player1score - 50;
Symbol 233 MovieClip Frame 75
this.gotoAndPlay(1); _root.mines.gotoAndPlay(random(30) + 1);
Symbol 234 MovieClip Frame 1
stop();
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndPlay("boom"); } }
Symbol 234 MovieClip Frame 2
stop();
Symbol 234 MovieClip Frame 3
stop();
Symbol 234 MovieClip Frame 4
stop();
Symbol 234 MovieClip Frame 5
stop();
Symbol 234 MovieClip Frame 6
stop();
Symbol 234 MovieClip Frame 7
stop();
Symbol 234 MovieClip Frame 8
stop();
Symbol 234 MovieClip Frame 9
stop();
Symbol 234 MovieClip Frame 10
stop();
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop("boom"); } }
Symbol 234 MovieClip Frame 11
stop();
Instance of Symbol 233 MovieClip in Symbol 234 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndPlay("boom"); } }
Symbol 234 MovieClip Frame 12
stop();
Symbol 234 MovieClip Frame 13
stop();
Symbol 234 MovieClip Frame 14
stop();
Symbol 234 MovieClip Frame 15
stop();
Symbol 234 MovieClip Frame 16
stop();
Symbol 234 MovieClip Frame 17
stop();
Symbol 234 MovieClip Frame 18
stop();
Symbol 234 MovieClip Frame 19
stop();
Symbol 234 MovieClip Frame 20
stop();
Symbol 234 MovieClip Frame 21
stop();
Symbol 234 MovieClip Frame 22
stop();
Symbol 234 MovieClip Frame 23
stop();
Symbol 234 MovieClip Frame 24
stop();
Symbol 234 MovieClip Frame 25
stop();
Symbol 234 MovieClip Frame 26
stop();
Symbol 234 MovieClip Frame 27
stop();
Symbol 234 MovieClip Frame 28
stop();
Symbol 234 MovieClip Frame 29
stop();
Symbol 234 MovieClip Frame 30
stop();
Symbol 250 MovieClip Frame 60
_root.electric = new Sound(this); _root.electric.attachSound("electric"); _root.electric.start(0, 1);
Symbol 250 MovieClip Frame 61
if (this.hitTest(_root.car)) { _root.car.play(); }
Symbol 250 MovieClip Frame 63
if (this.hitTest(_root.car)) { _root.car.play(); }
Symbol 250 MovieClip Frame 65
if (this.hitTest(_root.car)) { _root.car.play(); }
Symbol 250 MovieClip Frame 67
if (this.hitTest(_root.car)) { _root.car.play(); }
Symbol 250 MovieClip Frame 69
if (this.hitTest(_root.car)) { _root.car.play(); }
Symbol 265 MovieClip Frame 98
_root.zap = new Sound(this); _root.zap.attachSound("zap"); _root.zap.start(0, 1);
Symbol 268 MovieClip Frame 1
stop();
Symbol 268 MovieClip Frame 77
_root.gotoAndPlay("continue");
Symbol 268 MovieClip Frame 101
this.gotoAndStop(1);
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 77
_root.gotoAndPlay("level1");
Symbol 269 MovieClip Frame 101
this.gotoAndStop(1);
Instance of Symbol 273 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.moneysound = new Sound(this); _root.moneysound.attachSound("moneysound"); _root.moneysound.start(0, 1); _root.practisescore = _root.practisescore + 100; _root.money.gotoAndPlay(random(30) + 1); } }
Instance of Symbol 278 MovieClip in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.moneysound = new Sound(this); _root.moneysound.attachSound("moneysound"); _root.moneysound.start(0, 1); _root.practisescore = _root.practisescore + 500; _root.money.gotoAndPlay(random(30) + 1); } }
Instance of Symbol 278 MovieClip in Symbol 280 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { moneysound = new Sound(this); moneysound.attachSound("moneysound"); moneysound.start(0, 1); _root.player1score = _root.player1score + 500; _root.moneycollected = _root.moneycollected + 1; if (_root.moneycollected != 10) { _root.money.gotoAndPlay(random(30) + 1); } else { _root.money.gotoAndPlay("none"); } } }
Symbol 281 MovieClip Frame 1
stop();
Symbol 281 MovieClip Frame 2
stop();
Symbol 281 MovieClip Frame 3
stop();
Symbol 281 MovieClip Frame 4
stop();
Symbol 281 MovieClip Frame 5
stop();
Symbol 281 MovieClip Frame 6
stop();
Symbol 281 MovieClip Frame 7
stop();
Symbol 281 MovieClip Frame 8
stop();
Symbol 281 MovieClip Frame 9
stop();
Symbol 281 MovieClip Frame 10
stop();
Symbol 281 MovieClip Frame 11
stop();
Symbol 281 MovieClip Frame 12
stop();
Symbol 281 MovieClip Frame 13
stop();
Symbol 281 MovieClip Frame 14
stop();
Symbol 281 MovieClip Frame 15
stop();
Symbol 281 MovieClip Frame 16
stop();
Symbol 281 MovieClip Frame 17
stop();
Symbol 281 MovieClip Frame 18
stop();
Symbol 281 MovieClip Frame 19
stop();
Symbol 281 MovieClip Frame 20
stop();
Symbol 281 MovieClip Frame 21
stop();
Symbol 281 MovieClip Frame 22
stop();
Symbol 281 MovieClip Frame 23
stop();
Symbol 281 MovieClip Frame 24
stop();
Symbol 281 MovieClip Frame 25
stop();
Symbol 281 MovieClip Frame 26
stop();
Symbol 281 MovieClip Frame 27
stop();
Symbol 281 MovieClip Frame 28
stop();
Symbol 281 MovieClip Frame 29
stop();
Symbol 281 MovieClip Frame 30
stop();
Symbol 281 MovieClip Frame 31
stop();
Symbol 281 MovieClip Frame 32
stop();
Symbol 281 MovieClip Frame 33
stop();
Symbol 281 MovieClip Frame 34
stop();
Symbol 281 MovieClip Frame 35
stop();
Symbol 306 MovieClip Frame 8
stop();
Symbol 317 MovieClip Frame 1
stop();
Symbol 317 MovieClip Frame 2
_root.ratchet = new Sound(this); _root.ratchet.attachSound("ratchet"); _root.ratchet.start(0, 5);
Symbol 317 MovieClip Frame 69
stop();
Symbol 317 MovieClip Frame 70
gotoAndPlay (69);
Symbol 334 Button
on (release) { _root.endlevel.play(); }
Symbol 349 Button
on (release) { play(); }
Symbol 357 Button
on (release) { _root.difficulty = 1; _root.level1.play(); }
Symbol 362 Button
on (release) { _root.difficulty = 2; _root.level1.play(); }
Symbol 368 Button
on (release) { _root.difficulty = 3; _root.level1.play(); }
Symbol 369 MovieClip Frame 1
stop();
Symbol 369 MovieClip Frame 20
stop();
Instance of Symbol 317 MovieClip "gate" in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.moneycollected >= 15) { this.play(); } else { gotoAndStop (1); } }
Symbol 402 MovieClip Frame 1
_root.turretnoise = new Sound(this); _root.turretnoise.attachSound("turretnoise"); _root.turretnoise.start(0, 1);
Instance of Symbol 140 MovieClip in Symbol 402 MovieClip Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.play(); } }
Instance of Symbol 140 MovieClip in Symbol 402 MovieClip Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.play(); } }
Symbol 402 MovieClip Frame 100
stop();
Symbol 415 MovieClip Frame 2
_root.missilelaunch1 = new Sound(this); _root.missilelaunch1.attachSound("missilelaunch"); _root.missilelaunch1.start(0, 1); _root.rocketjet1 = new Sound(this); _root.rocketjet1.attachSound("rocketjet"); _root.rocketjet1.start(0, 10);
Symbol 415 MovieClip Frame 112
_root.missileexploded1 = 1; _root.reloadmissile1 = 0;
Symbol 415 MovieClip Frame 115
_root.missileexploded1 = 1; _root.reloadmissile1 = 0; this.stop();
Symbol 426 MovieClip Frame 2
_root.missilelaunch = new Sound(this); _root.missilelaunch.attachSound("missilelaunch"); _root.missilelaunch.start(0, 1); _root.rocketjet = new Sound(this); _root.rocketjet.attachSound("rocketjet"); _root.rocketjet.start(0, 10);
Symbol 426 MovieClip Frame 115
_root.missileexploded = 1; _root.reloadmissile = 0; this.stop();
Symbol 447 Button
on (release) { _root._quality = "low"; }
Symbol 451 Button
on (release) { _root._quality = "medium"; }
Symbol 455 Button
on (release) { _root._quality = "high"; }
Symbol 459 Button
on (release) { _root.gotoAndPlay(1); }
Symbol 465 Button
on (release) { _root.options.play(); }
Symbol 467 MovieClip Frame 1
stop();
Symbol 467 MovieClip Frame 15
stop();
Symbol 475 Button
on (release) { stopAllSounds(); _root.drumandbass = new Sound(this); _root.drumandbass.attachSound("drumandbass"); _root.drumandbass.start(0, 999); }
Symbol 478 Button
on (release) { stopAllSounds(); _root.trance = new Sound(this); _root.trance.attachSound("trance"); _root.trance.start(0, 999); }
Symbol 482 Button
on (release) { _root.radios.play(); }
Symbol 487 Button
on (release) { stopAllSounds(); }
Symbol 489 MovieClip Frame 1
stop();
Symbol 489 MovieClip Frame 15
stop();
Symbol 522 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 166
_root.nextFrame();
Symbol 522 MovieClip Frame 190
this.gotoAndStop(1);
Instance of Symbol 273 MovieClip in Symbol 523 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { moneysound = new Sound(this); moneysound.attachSound("moneysound"); moneysound.start(0, 1); _root.player1score = _root.player1score + 100; _root.moneycollected = _root.moneycollected + 1; if (_root.moneycollected != 10) { _root.money.gotoAndPlay(random(30) + 1); } else { _root.money.gotoAndPlay("none"); } } }
Symbol 524 MovieClip Frame 1
stop();
Symbol 524 MovieClip Frame 2
stop();
Symbol 524 MovieClip Frame 3
stop();
Symbol 524 MovieClip Frame 4
stop();
Symbol 524 MovieClip Frame 5
stop();
Symbol 524 MovieClip Frame 6
stop();
Symbol 524 MovieClip Frame 7
stop();
Symbol 524 MovieClip Frame 8
stop();
Symbol 524 MovieClip Frame 9
stop();
Symbol 524 MovieClip Frame 10
stop();
Symbol 524 MovieClip Frame 11
stop();
Symbol 524 MovieClip Frame 12
stop();
Symbol 524 MovieClip Frame 13
stop();
Symbol 524 MovieClip Frame 14
stop();
Symbol 524 MovieClip Frame 15
stop();
Symbol 524 MovieClip Frame 16
stop();
Symbol 524 MovieClip Frame 17
stop();
Symbol 524 MovieClip Frame 18
stop();
Symbol 524 MovieClip Frame 19
stop();
Symbol 524 MovieClip Frame 20
stop();
Symbol 524 MovieClip Frame 21
stop();
Symbol 524 MovieClip Frame 22
stop();
Symbol 524 MovieClip Frame 23
stop();
Symbol 524 MovieClip Frame 24
stop();
Symbol 524 MovieClip Frame 25
stop();
Symbol 524 MovieClip Frame 26
stop();
Symbol 524 MovieClip Frame 27
stop();
Symbol 524 MovieClip Frame 28
stop();
Symbol 524 MovieClip Frame 29
stop();
Symbol 524 MovieClip Frame 30
stop();
Symbol 524 MovieClip Frame 31
stop();
Symbol 524 MovieClip Frame 32
stop();
Symbol 524 MovieClip Frame 33
stop();
Symbol 524 MovieClip Frame 34
stop();
Symbol 524 MovieClip Frame 35
stop();
Instance of Symbol 317 MovieClip "gate" in Symbol 526 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.moneycollected >= 10) { this.play(); } else { gotoAndStop (1); } }
Instance of Symbol 532 MovieClip in Symbol 539 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = _root.health1 * 2; }
Instance of Symbol 317 MovieClip "gate" in Symbol 545 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.moneycollected >= 10) { this.play(); } else { gotoAndStop (1); } }
Symbol 558 Button
on (release) { if (_root.health1 <= 25) { if (_root.player1score >= 500) { _root.health1 = _root.health1 + 25; _root.player1score = _root.player1score - 500; } } }
Symbol 559 Button
on (release) { if (_root.health1 <= 45) { if (_root.player1score >= 100) { _root.health1 = _root.health1 + 5; _root.player1score = _root.player1score - 100; } } }
Symbol 562 Button
on (release) { if (_root.player1score >= 500) { _root.sheildsleft = _root.sheildsleft + 1; _root.player1score = _root.player1score - 500; } }
Symbol 570 Button
on (release) { _root.shop.play(); }
Symbol 574 Button
on (release) { if (_root.noslevel <= 50) { if (_root.player1score >= 500) { _root.noslevel = _root.noslevel + 50; _root.player1score = _root.player1score - 500; } } }
Symbol 575 Button
on (release) { if (_root.noslevel <= 90) { if (_root.player1score >= 100) { _root.noslevel = _root.noslevel + 10; _root.player1score = _root.player1score - 100; } } }
Instance of Symbol 532 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = _root.health1 * 4; }
Instance of Symbol 542 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = _root.noslevel; }
Symbol 586 MovieClip Frame 30
stop();
Symbol 586 MovieClip Frame 108
this.gotoAndStop(1); _root.nextFrame();
Symbol 587 MovieClip Frame 1
stop();
Instance of Symbol 233 MovieClip in Symbol 587 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndPlay("boom"); } }
Symbol 587 MovieClip Frame 2
stop();
Symbol 587 MovieClip Frame 3
stop();
Symbol 587 MovieClip Frame 4
stop();
Symbol 587 MovieClip Frame 5
stop();
Symbol 587 MovieClip Frame 6
stop();
Symbol 587 MovieClip Frame 7
stop();
Symbol 587 MovieClip Frame 8
stop();
Symbol 587 MovieClip Frame 9
stop();
Symbol 587 MovieClip Frame 10
stop();
Instance of Symbol 233 MovieClip in Symbol 587 MovieClip Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndStop("boom"); } }
Symbol 587 MovieClip Frame 11
stop();
Instance of Symbol 233 MovieClip in Symbol 587 MovieClip Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { this.gotoAndPlay("boom"); } }
Symbol 587 MovieClip Frame 12
stop();
Symbol 587 MovieClip Frame 13
stop();
Symbol 587 MovieClip Frame 14
stop();
Symbol 587 MovieClip Frame 15
stop();
Symbol 587 MovieClip Frame 16
stop();
Symbol 587 MovieClip Frame 17
stop();
Symbol 587 MovieClip Frame 18
stop();
Symbol 587 MovieClip Frame 19
stop();
Symbol 587 MovieClip Frame 20
stop();
Symbol 587 MovieClip Frame 21
stop();
Symbol 587 MovieClip Frame 22
stop();
Symbol 587 MovieClip Frame 23
stop();
Symbol 587 MovieClip Frame 24
stop();
Symbol 587 MovieClip Frame 25
stop();
Symbol 587 MovieClip Frame 26
stop();
Symbol 587 MovieClip Frame 27
stop();
Symbol 587 MovieClip Frame 28
stop();
Symbol 587 MovieClip Frame 29
stop();
Symbol 587 MovieClip Frame 30
stop();
Instance of Symbol 591 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part1 = 1; } }
Instance of Symbol 591 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part2 = 1; } }
Instance of Symbol 591 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part3 = 1; } }
Instance of Symbol 591 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part4 = 1; } }
Instance of Symbol 591 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part5 = 1; } }
Instance of Symbol 594 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.roundscore > 0) { if (_root.ended == 0) { _root.roundscore = _root.roundscore - 3; } } if (_root.laps >= 5) { _root.walls.gate.play(); } if (_root.car.hitTest(this)) { if (_root.part1 == 1) { if (_root.part2 == 1) { if (_root.part3 == 1) { if (_root.part4 == 1) { if (_root.part5 == 1) { _root.laps = _root.laps + 1; _root.part1 = 0; _root.part2 = 0; _root.part3 = 0; _root.part4 = 0; _root.part5 = 0; } } } } } } }
Instance of Symbol 317 MovieClip "gate" in Symbol 597 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.laps >= 5) { this.play(); } else { gotoAndStop (1); } }
Instance of Symbol 591 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part1 = 1; } }
Instance of Symbol 591 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part2 = 1; } }
Instance of Symbol 591 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part3 = 1; } }
Instance of Symbol 591 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part4 = 1; } }
Instance of Symbol 591 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.car.hitTest(this)) { _root.part5 = 1; } }
Instance of Symbol 594 MovieClip in Symbol 604 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.roundscore > 0) { if (_root.ended == 0) { _root.roundscore = _root.roundscore - 3; } } if (_root.laps >= 5) { _root.walls.gate.play(); } if (_root.car.hitTest(this)) { if (_root.part1 == 1) { if (_root.part2 == 1) { if (_root.part3 == 1) { if (_root.part4 == 1) { if (_root.part5 == 1) { _root.laps = _root.laps + 1; _root.part1 = 0; _root.part2 = 0; _root.part3 = 0; _root.part4 = 0; _root.part5 = 0; } } } } } } }
Symbol 611 MovieClip Frame 63
counter = 0;
Instance of Symbol 140 MovieClip in Symbol 611 MovieClip Frame 63
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.play(); } }
Symbol 612 MovieClip Frame 60
stop();
Symbol 616 MovieClip Frame 1
stop(); _root.buttonon = 0;
Symbol 616 MovieClip Frame 15
_root.buttonon = 1; stop();
Symbol 616 MovieClip Frame 16
gotoAndPlay (15);
Instance of Symbol 619 MovieClip in Symbol 620 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.play(); } }
Instance of Symbol 140 MovieClip in Symbol 630 MovieClip Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.car)) { _root.car.play(); } }
Symbol 631 MovieClip Frame 1
_root.turretnoise = new Sound(this); _root.turretnoise.attachSound("turretnoise"); _root.turretnoise.start(0, 1);
Symbol 631 MovieClip Frame 100
stop();
Instance of Symbol 317 MovieClip "gate" in Symbol 633 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.roundscore > 0) { if (_root.ended == 0) { _root.roundscore = _root.roundscore - 3; } } if (_root.buttonon == 1) { this.play(); } else { gotoAndStop (1); } }
Instance of Symbol 632 MovieClip in Symbol 633 MovieClip Frame 1
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 317 MovieClip "gate" in Symbol 636 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.roundscore > 0) { if (_root.ended == 0) { _root.roundscore = _root.roundscore - 3; } } if (_root.buttonon == 1) { this.play(); } else { gotoAndStop (1); } }
Instance of Symbol 632 MovieClip in Symbol 636 MovieClip Frame 1
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Instance of Symbol 632 MovieClip in Symbol 636 MovieClip Frame 1
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.car._y - this._y, _root.car._x - this._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.car._y - this._y); _root.xChange = Math.round(_root.car._x - this._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); this._rotation = myDegrees + 90; }
Symbol 648 Button
on (release) { _root.scores.play(); }
Symbol 654 Button
on (release) { if (_root.difficulty == 3) { getURL (((("http://www.thorgaming.com/scores/scores.php?filename=scores/hard.sco&scoresize=10&action=INSERT&winname=" + _root.name) + "&winscore=") + _root.player1score) + "&viewtype=HTML", blank); } if (_root.difficulty == 2) { getURL (((("http://www.thorgaming.com/scores/scores.php?filename=scores/med.sco&scoresize=10&action=INSERT&winname=" + _root.name) + "&winscore=") + _root.player1score) + "&viewtype=HTML", blank); } if (_root.difficulty == 1) { getURL (((("http://www.thorgaming.com/scores/scores.php?filename=scores/easy.sco&scoresize=20&action=INSERT&winname=" + _root.name) + "&winscore=") + _root.player1score) + "&viewtype=HTML", blank); } _root.scores.play(); }
Instance of Symbol 75 MovieClip in Symbol 656 MovieClip Frame 1
on (release) { getURL ("http://www.thorgaming.com/flasharcade/", "_blank"); }
Symbol 657 MovieClip Frame 30
stop();
Symbol 657 MovieClip Frame 60
_root.gotoAndPlay(2);
Symbol 665 Button
on (release) { _root.health1 = 50; _root.gotoAndPlay("continue"); }
Instance of Symbol 75 MovieClip in Symbol 666 MovieClip Frame 1
on (release) { getURL ("http://www.thorgaming.com/flasharcade/", "_blank"); }
Symbol 667 MovieClip Frame 30
stop();
Symbol 667 MovieClip Frame 60
_root.gotoAndPlay(2);

Library Items

Symbol 1 Sound [electric]
Symbol 2 Sound [skidsound]
Symbol 3 Sound [turretnoise]
Symbol 4 Sound [trance]
Symbol 5 Sound [missilelaunch]
Symbol 6 Sound [rocketjet]
Symbol 7 Sound [ratchet]
Symbol 8 Sound [moneysound]
Symbol 9 Sound [acc]
Symbol 10 Sound [massimo]
Symbol 11 Sound [minimo]
Symbol 12 Sound [dec]
Symbol 13 Sound [zap]
Symbol 14 Sound [drumandbass]
Symbol 15 Sound [mateyhit]
Symbol 16 Sound [explode]Used by:140 232
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:19  Timeline
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 FontUsed by:21 22 23 24 25 34
Symbol 21 TextUses:20Used by:32 36
Symbol 22 TextUses:20Used by:32 36
Symbol 23 TextUses:20Used by:32 36
Symbol 24 TextUses:20Used by:32
Symbol 25 TextUses:20Used by:32
Symbol 26 FontUsed by:27 28 29 30 31 33 35
Symbol 27 TextUses:26Used by:32
Symbol 28 TextUses:26Used by:32
Symbol 29 TextUses:26Used by:32 36
Symbol 30 TextUses:26Used by:32 36
Symbol 31 TextUses:26Used by:32 36
Symbol 32 MovieClipUses:21 22 23 24 25 27 28 29 30 31Used by:38
Symbol 33 TextUses:26Used by:38
Symbol 34 TextUses:20Used by:36
Symbol 35 TextUses:26Used by:36
Symbol 36 MovieClipUses:21 22 23 34 35 29 30 31Used by:38
Symbol 37 GraphicUsed by:38 582
Symbol 38 MovieClipUses:32 33 36 37Used by:384  Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:41 332 347 349 350 429 431 433
Symbol 41 MovieClipUses:40Used by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:44 47
Symbol 44 MovieClipUses:43Used by:48
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:48
Symbol 47 MovieClipUses:43Used by:48
Symbol 48 MovieClipUses:44 46 47Used by:Timeline
Symbol 49 ShapeTweeningUsed by:56 62
Symbol 50 ShapeTweeningUsed by:56
Symbol 51 ShapeTweeningUsed by:56
Symbol 52 ShapeTweeningUsed by:56
Symbol 53 ShapeTweeningUsed by:56
Symbol 54 ShapeTweeningUsed by:56
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:49 50 51 52 53 54 55Used by:62
Symbol 57 FontUsed by:58 60 61 291
Symbol 58 EditableTextUses:57Used by:62
Symbol 59 GraphicUsed by:62
Symbol 60 EditableTextUses:57Used by:62
Symbol 61 EditableTextUses:57Used by:62
Symbol 62 ButtonUses:56 58 59 60 61 49Used by:Timeline
Symbol 63 GraphicUsed by:75
Symbol 64 FontUsed by:65
Symbol 65 TextUses:64Used by:68
Symbol 66 FontUsed by:67
Symbol 67 TextUses:66Used by:68
Symbol 68 MovieClipUses:65 67Used by:75
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:74
Symbol 71 SoundUsed by:74
Symbol 72 SoundUsed by:74
Symbol 73 SoundUsed by:74
Symbol 74 MovieClipUses:70 71 72 73Used by:75
Symbol 75 MovieClipUses:63 68 74Used by:656 666  Timeline
Symbol 76 GraphicUsed by:81
Symbol 77 FontUsed by:78 79 80 304 385 435 437 445 479 561 649 650 659 660
Symbol 78 EditableTextUses:77Used by:81
Symbol 79 EditableTextUses:77Used by:81
Symbol 80 EditableTextUses:77Used by:81
Symbol 81 MovieClipUses:76 78 79 80Used by:Timeline
Symbol 82 GraphicUsed by:89
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:89 494 595 604
Symbol 85 FontUsed by:86 87 88 271 276 491 492 493 530 589 603
Symbol 86 EditableTextUses:85Used by:89
Symbol 87 EditableTextUses:85Used by:89
Symbol 88 EditableTextUses:85Used by:89
Symbol 89 MovieClipUses:82 84 86 87 88Used by:Timeline
Symbol 90 GraphicUsed by:97 233
Symbol 91 ShapeTweeningUsed by:97
Symbol 92 ShapeTweeningUsed by:97
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:97
Symbol 95 GraphicUsed by:97
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:90 91 92 94 95 96Used by:Timeline
Symbol 98 GraphicUsed by:141 415 426
Symbol 99 ShapeTweeningUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:99 100Used by:141 415 426
Symbol 102 ShapeTweeningUsed by:141
Symbol 103 ShapeTweeningUsed by:141
Symbol 104 ShapeTweeningUsed by:141
Symbol 105 ShapeTweeningUsed by:141
Symbol 106 ShapeTweeningUsed by:141
Symbol 107 ShapeTweeningUsed by:141
Symbol 108 ShapeTweeningUsed by:141
Symbol 109 ShapeTweeningUsed by:141
Symbol 110 ShapeTweeningUsed by:141
Symbol 111 ShapeTweeningUsed by:141
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:141 415 426
Symbol 114 GraphicUsed by:140 201 232
Symbol 115 GraphicUsed by:140 201 232
Symbol 116 GraphicUsed by:140
Symbol 117 GraphicUsed by:140
Symbol 118 GraphicUsed by:140
Symbol 119 GraphicUsed by:140
Symbol 120 GraphicUsed by:140
Symbol 121 GraphicUsed by:140
Symbol 122 GraphicUsed by:140
Symbol 123 GraphicUsed by:140
Symbol 124 GraphicUsed by:140
Symbol 125 GraphicUsed by:140
Symbol 126 GraphicUsed by:140
Symbol 127 GraphicUsed by:140
Symbol 128 GraphicUsed by:140
Symbol 129 GraphicUsed by:140
Symbol 130 GraphicUsed by:140
Symbol 131 GraphicUsed by:140
Symbol 132 GraphicUsed by:140
Symbol 133 GraphicUsed by:140
Symbol 134 GraphicUsed by:140
Symbol 135 GraphicUsed by:140
Symbol 136 GraphicUsed by:140
Symbol 137 GraphicUsed by:140
Symbol 138 GraphicUsed by:140
Symbol 139 GraphicUsed by:140
Symbol 140 MovieClipUses:114 115 16 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139Used by:141 159 402 415 426 611 630
Symbol 141 MovieClipUses:98 101 102 103 104 105 106 107 108 109 110 111 113 140Used by:Timeline
Symbol 142 GraphicUsed by:153 162 172 442 465 482 612
Symbol 143 ShapeTweeningUsed by:153
Symbol 144 ShapeTweeningUsed by:153
Symbol 145 ShapeTweeningUsed by:153
Symbol 146 ShapeTweeningUsed by:153
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:153
Symbol 149 ShapeTweeningUsed by:153
Symbol 150 ShapeTweeningUsed by:153
Symbol 151 GraphicUsed by:153 162 172 612
Symbol 152 GraphicUsed by:153 162 172 402 612 631
Symbol 153 MovieClipUses:142 143 144 145 146 148 149 150 151 152Used by:173
Symbol 154 ShapeTweeningUsed by:162
Symbol 155 ShapeTweeningUsed by:162
Symbol 156 ShapeTweeningUsed by:162
Symbol 157 ShapeTweeningUsed by:162
Symbol 158 GraphicUsed by:159 611
Symbol 159 MovieClipUses:158 140Used by:162 612
Symbol 160 ShapeTweeningUsed by:162
Symbol 161 ShapeTweeningUsed by:162
Symbol 162 MovieClipUses:142 154 155 156 157 159 160 161 151 152Used by:173  Timeline
Symbol 163 ShapeTweeningUsed by:172
Symbol 164 ShapeTweeningUsed by:172
Symbol 165 ShapeTweeningUsed by:172
Symbol 166 ShapeTweeningUsed by:172
Symbol 167 GraphicUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:167 168Used by:172
Symbol 170 ShapeTweeningUsed by:172
Symbol 171 ShapeTweeningUsed by:172
Symbol 172 MovieClipUses:142 163 164 165 166 169 170 171 151 152Used by:173
Symbol 173 MovieClipUses:153 162 172Used by:Timeline
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:176 203
Symbol 176 MovieClipUses:175Used by:203
Symbol 177 GraphicUsed by:201
Symbol 178 GraphicUsed by:201
Symbol 179 GraphicUsed by:201
Symbol 180 GraphicUsed by:201
Symbol 181 GraphicUsed by:201
Symbol 182 GraphicUsed by:201
Symbol 183 GraphicUsed by:201
Symbol 184 GraphicUsed by:201
Symbol 185 GraphicUsed by:201
Symbol 186 GraphicUsed by:201
Symbol 187 GraphicUsed by:201
Symbol 188 GraphicUsed by:201
Symbol 189 GraphicUsed by:201
Symbol 190 GraphicUsed by:201
Symbol 191 GraphicUsed by:201
Symbol 192 GraphicUsed by:201
Symbol 193 GraphicUsed by:201
Symbol 194 GraphicUsed by:201
Symbol 195 GraphicUsed by:201
Symbol 196 GraphicUsed by:201
Symbol 197 GraphicUsed by:201
Symbol 198 GraphicUsed by:201
Symbol 199 GraphicUsed by:201
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:114 115 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200Used by:203
Symbol 202 GraphicUsed by:203 539 585
Symbol 203 MovieClipUses:175 176 201 202Used by:Timeline
Symbol 204 GraphicUsed by:233
Symbol 205 ShapeTweeningUsed by:233
Symbol 206 ShapeTweeningUsed by:233
Symbol 207 GraphicUsed by:233
Symbol 208 GraphicUsed by:232
Symbol 209 GraphicUsed by:232
Symbol 210 GraphicUsed by:232
Symbol 211 GraphicUsed by:232
Symbol 212 GraphicUsed by:232
Symbol 213 GraphicUsed by:232
Symbol 214 GraphicUsed by:232
Symbol 215 GraphicUsed by:232
Symbol 216 GraphicUsed by:232
Symbol 217 GraphicUsed by:232
Symbol 218 GraphicUsed by:232
Symbol 219 GraphicUsed by:232
Symbol 220 GraphicUsed by:232
Symbol 221 GraphicUsed by:232
Symbol 222 GraphicUsed by:232
Symbol 223 GraphicUsed by:232
Symbol 224 GraphicUsed by:232
Symbol 225 GraphicUsed by:232
Symbol 226 GraphicUsed by:232
Symbol 227 GraphicUsed by:232
Symbol 228 GraphicUsed by:232
Symbol 229 GraphicUsed by:232
Symbol 230 GraphicUsed by:232
Symbol 231 GraphicUsed by:232
Symbol 232 MovieClipUses:114 115 16 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231Used by:233
Symbol 233 MovieClipUses:204 205 206 207 90 232Used by:234 587
Symbol 234 MovieClipUses:233Used by:Timeline
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:235Used by:Timeline
Symbol 237 ShapeTweeningUsed by:250
Symbol 238 GraphicUsed by:250 265
Symbol 239 ShapeTweeningUsed by:250
Symbol 240 GraphicUsed by:250
Symbol 241 ShapeTweeningUsed by:250
Symbol 242 ShapeTweeningUsed by:250
Symbol 243 GraphicUsed by:250 265
Symbol 244 GraphicUsed by:250
Symbol 245 GraphicUsed by:250
Symbol 246 GraphicUsed by:250
Symbol 247 GraphicUsed by:250
Symbol 248 GraphicUsed by:250
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:237 238 239 240 241 242 243 244 245 246 247 248 249Used by:Timeline
Symbol 251 ShapeTweeningUsed by:265
Symbol 252 ShapeTweeningUsed by:265
Symbol 253 GraphicUsed by:265
Symbol 254 ShapeTweeningUsed by:265
Symbol 255 ShapeTweeningUsed by:265
Symbol 256 GraphicUsed by:265
Symbol 257 ShapeTweeningUsed by:265
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:258Used by:265
Symbol 260 ShapeTweeningUsed by:265
Symbol 261 ShapeTweeningUsed by:265
Symbol 262 GraphicUsed by:265
Symbol 263 ShapeTweeningUsed by:265
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:251 238 252 253 254 255 256 257 259 243 260 261 262 263 264Used by:Timeline
Symbol 266 FontUsed by:267 519 520
Symbol 267 TextUses:266Used by:268 269 522 586
Symbol 268 MovieClipUses:267Used by:Timeline
Symbol 269 MovieClipUses:267Used by:Timeline
Symbol 270 GraphicUsed by:272
Symbol 271 EditableTextUses:85Used by:272
Symbol 272 MovieClipUses:270 271Used by:273
Symbol 273 MovieClipUses:272Used by:274 523
Symbol 274 MovieClipUses:273Used by:281
Symbol 275 GraphicUsed by:277
Symbol 276 EditableTextUses:85Used by:277
Symbol 277 MovieClipUses:275 276Used by:278
Symbol 278 MovieClipUses:277Used by:279 280
Symbol 279 MovieClipUses:278Used by:281
Symbol 280 MovieClipUses:278Used by:281 524
Symbol 281 MovieClipUses:274 279 280Used by:Timeline
Symbol 282 GraphicUsed by:384
Symbol 283 ShapeTweeningUsed by:289
Symbol 284 ShapeTweeningUsed by:289
Symbol 285 ShapeTweeningUsed by:289
Symbol 286 ShapeTweeningUsed by:289
Symbol 287 ShapeTweeningUsed by:289
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:283 284 285 286 287 288Used by:384
Symbol 290 GraphicUsed by:384
Symbol 291 TextUses:57Used by:384
Symbol 292 FontUsed by:293 294 302 304 318 319 320 321 322 323 324 325 326 327 328 329 330 331 335 336 337 338 339 340 341 342 343 344 345 346 385 434 436 443 444 445 446 448 449 450 452 453 454 456 457 458 460 462 464 471 480 481 483 484 485 547 549 550 551 553 555 556 560 561 563 564 565 566 567 568 573 576 577 578 579 593 599 600
Symbol 293 TextUses:292Used by:384
Symbol 294 TextUses:292Used by:384
Symbol 295 ShapeTweeningUsed by:301
Symbol 296 ShapeTweeningUsed by:301
Symbol 297 ShapeTweeningUsed by:301
Symbol 298 ShapeTweeningUsed by:301
Symbol 299 ShapeTweeningUsed by:301
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:295 296 297 298 299 300Used by:384
Symbol 302 TextUses:292Used by:308
Symbol 303 GraphicUsed by:305
Symbol 304 TextUses:292 77Used by:305
Symbol 305 MovieClipUses:303 304Used by:306
Symbol 306 MovieClipUses:305Used by:308
Symbol 307 GraphicUsed by:308
Symbol 308 ButtonUses:302 306 307Used by:384
Symbol 309 GraphicUsed by:384
Symbol 310 GraphicUsed by:312 314
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:310 311Used by:317
Symbol 313 GraphicUsed by:314
Symbol 314 MovieClipUses:310 313Used by:317
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:317
Symbol 317 MovieClipUses:312 314 316Used by:384 526 545 597 633 636
Symbol 318 TextUses:292Used by:332 334
Symbol 319 TextUses:292Used by:332 334
Symbol 320 TextUses:292Used by:332 334
Symbol 321 TextUses:292Used by:332 334
Symbol 322 TextUses:292Used by:332 334
Symbol 323 TextUses:292Used by:332 334
Symbol 324 TextUses:292Used by:332 334
Symbol 325 TextUses:292Used by:332
Symbol 326 TextUses:292Used by:332
Symbol 327 TextUses:292Used by:332
Symbol 328 TextUses:292Used by:332
Symbol 329 TextUses:292Used by:332
Symbol 330 TextUses:292Used by:332
Symbol 331 TextUses:292Used by:332
Symbol 332 MovieClipUses:40 318 319 320 321 322 323 325 326 324 327 328 329 330 331Used by:334
Symbol 333 GraphicUsed by:334
Symbol 334 ButtonUses:318 319 320 321 322 323 324 332 333Used by:384
Symbol 335 TextUses:292Used by:347 349 350
Symbol 336 TextUses:292Used by:347 349 350
Symbol 337 TextUses:292Used by:347 349 350
Symbol 338 TextUses:292Used by:347 349 350
Symbol 339 TextUses:292Used by:347 349 350
Symbol 340 TextUses:292Used by:347 349 350
Symbol 341 TextUses:292Used by:347 349 350
Symbol 342 TextUses:292Used by:347
Symbol 343 TextUses:292Used by:347
Symbol 344 TextUses:292Used by:347
Symbol 345 TextUses:292Used by:347
Symbol 346 TextUses:292Used by:347
Symbol 347 MovieClipUses:40 335 336 337 338 339 341 342 340 343 344 345 346Used by:349 350
Symbol 348 GraphicUsed by:349 350
Symbol 349 ButtonUses:335 336 337 338 339 340 347 348 40 341Used by:369
Symbol 350 ButtonUses:335 336 337 338 339 340 347 348 40 341Used by:369
Symbol 351 FontUsed by:352 353 354 358 359 360 363 364 365 438 538 540 572 579 580 598 601 634 638 639 640 641 655 658 661
Symbol 352 TextUses:351Used by:356 357
Symbol 353 TextUses:351Used by:356 357
Symbol 354 TextUses:351Used by:356 357
Symbol 355 GraphicUsed by:356 357 361 362 447 451 459 654 665
Symbol 356 ButtonUses:352 353 354 355Used by:369
Symbol 357 ButtonUses:352 353 354 355Used by:369
Symbol 358 TextUses:351Used by:361 362
Symbol 359 TextUses:351Used by:361 362
Symbol 360 TextUses:351Used by:361 362
Symbol 361 ButtonUses:358 359 360 355Used by:369
Symbol 362 ButtonUses:358 359 360 355Used by:369
Symbol 363 TextUses:351Used by:367 368
Symbol 364 TextUses:351Used by:367 368
Symbol 365 TextUses:351Used by:367 368
Symbol 366 GraphicUsed by:367 368 455
Symbol 367 ButtonUses:363 364 365 366Used by:369
Symbol 368 ButtonUses:363 364 365 366Used by:369
Symbol 369 MovieClipUses:349 350 356 357 361 362 367 368Used by:384
Symbol 370 ShapeTweeningUsed by:383
Symbol 371 ShapeTweeningUsed by:383
Symbol 372 ShapeTweeningUsed by:383
Symbol 373 ShapeTweeningUsed by:383
Symbol 374 ShapeTweeningUsed by:383
Symbol 375 ShapeTweeningUsed by:383
Symbol 376 ShapeTweeningUsed by:383
Symbol 377 ShapeTweeningUsed by:383
Symbol 378 ShapeTweeningUsed by:383
Symbol 379 GraphicUsed by:383
Symbol 380 GraphicUsed by:383
Symbol 381 GraphicUsed by:383
Symbol 382 GraphicUsed by:383
Symbol 383 MovieClipUses:370 371 372 373 374 375 376 377 378 379 380 381 382Used by:384
Symbol 384 MovieClipUses:282 289 290 291 293 294 301 308 309 317 334 38 369 383Used by:Timeline
Symbol 385 TextUses:77 292Used by:Timeline
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386Used by:Timeline
Symbol 388 GraphicUsed by:402 631
Symbol 389 GraphicUsed by:402
Symbol 390 ShapeTweeningUsed by:402
Symbol 391 ShapeTweeningUsed by:402
Symbol 392 ShapeTweeningUsed by:402
Symbol 393 ShapeTweeningUsed by:402
Symbol 394 GraphicUsed by:402 630
Symbol 395 ShapeTweeningUsed by:398
Symbol 396 ShapeTweeningUsed by:398
Symbol 397 GraphicUsed by:398
Symbol 398 MovieClipUses:395 396 397Used by:402 630
Symbol 399 ShapeTweeningUsed by:402
Symbol 400 ShapeTweeningUsed by:402
Symbol 401 GraphicUsed by:402 631
Symbol 402 MovieClipUses:388 389 390 391 392 393 394 398 140 399 400 401 152Used by:403 404
Symbol 403 MovieClipUses:402Used by:Timeline
Symbol 404 MovieClipUses:402Used by:Timeline
Symbol 405 ShapeTweeningUsed by:415
Symbol 406 ShapeTweeningUsed by:415
Symbol 407 ShapeTweeningUsed by:415
Symbol 408 ShapeTweeningUsed by:415
Symbol 409 ShapeTweeningUsed by:415
Symbol 410 ShapeTweeningUsed by:415
Symbol 411 ShapeTweeningUsed by:415
Symbol 412 ShapeTweeningUsed by:415
Symbol 413 ShapeTweeningUsed by:415
Symbol 414 ShapeTweeningUsed by:415
Symbol 415 MovieClipUses:98 101 405 406 407 408 409 410 411 412 413 414 113 140Used by:Timeline
Symbol 416 ShapeTweeningUsed by:426
Symbol 417 ShapeTweeningUsed by:426
Symbol 418 ShapeTweeningUsed by:426
Symbol 419 ShapeTweeningUsed by:426
Symbol 420 ShapeTweeningUsed by:426
Symbol 421 ShapeTweeningUsed by:426
Symbol 422 ShapeTweeningUsed by:426
Symbol 423 ShapeTweeningUsed by:426
Symbol 424 ShapeTweeningUsed by:426
Symbol 425 ShapeTweeningUsed by:426
Symbol 426 MovieClipUses:98 101 416 417 418 419 420 421 422 423 424 425 113 140Used by:Timeline
Symbol 427 FontUsed by:428 430 432
Symbol 428 TextUses:427Used by:429
Symbol 429 MovieClipUses:40 428Used by:Timeline
Symbol 430 TextUses:427Used by:431
Symbol 431 MovieClipUses:40 430Used by:Timeline
Symbol 432 TextUses:427Used by:433
Symbol 433 MovieClipUses:40 432Used by:Timeline
Symbol 434 TextUses:292Used by:Timeline
Symbol 435 EditableTextUses:77Used by:Timeline
Symbol 436 TextUses:292Used by:Timeline
Symbol 437 EditableTextUses:77Used by:Timeline
Symbol 438 TextUses:351Used by:Timeline
Symbol 439 GraphicUsed by:466
Symbol 440 GraphicUsed by:441
Symbol 441 MovieClipUses:440Used by:442
Symbol 442 MovieClipUses:142 441Used by:466
Symbol 443 TextUses:292Used by:466
Symbol 444 TextUses:292Used by:447
Symbol 445 TextUses:292 77Used by:447
Symbol 446 TextUses:292Used by:447
Symbol 447 ButtonUses:444 445 446 355Used by:466
Symbol 448 TextUses:292Used by:451
Symbol 449 TextUses:292Used by:451
Symbol 450 TextUses:292Used by:451
Symbol 451 ButtonUses:448 449 450 355Used by:466
Symbol 452 TextUses:292Used by:455
Symbol 453 TextUses:292Used by:455
Symbol 454 TextUses:292Used by:455
Symbol 455 ButtonUses:452 453 454 366Used by:466
Symbol 456 TextUses:292Used by:459
Symbol 457 TextUses:292Used by:459
Symbol 458 TextUses:292Used by:459
Symbol 459 ButtonUses:456 457 458 355Used by:466
Symbol 460 TextUses:292Used by:466
Symbol 461 GraphicUsed by:465 482
Symbol 462 TextUses:292Used by:465
Symbol 463 GraphicUsed by:465 482
Symbol 464 TextUses:292Used by:465
Symbol 465 ButtonUses:142 461 462 463 464Used by:466
Symbol 466 MovieClipUses:439 442 443 447 451 455 459 460 465Used by:467
Symbol 467 MovieClipUses:466Used by:Timeline
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:468Used by:488
Symbol 470 GraphicUsed by:488
Symbol 471 TextUses:292Used by:488
Symbol 472 FontUsed by:473
Symbol 473 TextUses:472Used by:475
Symbol 474 GraphicUsed by:475 478
Symbol 475 ButtonUses:473 474Used by:488
Symbol 476 FontUsed by:477
Symbol 477 TextUses:476Used by:478
Symbol 478 ButtonUses:477 474Used by:488
Symbol 479 TextUses:77Used by:488
Symbol 480 TextUses:292Used by:482
Symbol 481 TextUses:292Used by:482
Symbol 482 ButtonUses:142 461 480 463 481Used by:488
Symbol 483 TextUses:292Used by:487
Symbol 484 TextUses:292Used by:487
Symbol 485 TextUses:292Used by:487
Symbol 486 GraphicUsed by:487
Symbol 487 ButtonUses:483 484 485 486Used by:488
Symbol 488 MovieClipUses:469 470 471 475 478 479 482 487Used by:489
Symbol 489 MovieClipUses:488Used by:Timeline
Symbol 490 GraphicUsed by:494
Symbol 491 EditableTextUses:85Used by:494
Symbol 492 EditableTextUses:85Used by:494
Symbol 493 EditableTextUses:85Used by:494
Symbol 494 MovieClipUses:490 491 84 492 493Used by:Timeline
Symbol 495 BitmapUsed by:496
Symbol 496 GraphicUses:495Used by:497
Symbol 497 MovieClipUses:496Used by:510 543
Symbol 498 BitmapUsed by:499
Symbol 499 GraphicUses:498Used by:500
Symbol 500 MovieClipUses:499Used by:510 543
Symbol 501 BitmapUsed by:502
Symbol 502 GraphicUses:501Used by:503
Symbol 503 MovieClipUses:502Used by:510 543
Symbol 504 BitmapUsed by:505
Symbol 505 GraphicUses:504Used by:506
Symbol 506 MovieClipUses:505Used by:510 543
Symbol 507 BitmapUsed by:508
Symbol 508 GraphicUses:507Used by:509
Symbol 509 MovieClipUses:508Used by:510 543
Symbol 510 MovieClipUses:497 500 503 506 509Used by:Timeline
Symbol 511 GraphicUsed by:512
Symbol 512 ButtonUses:511Used by:Timeline
Symbol 513 GraphicUsed by:514
Symbol 514 MovieClipUses:513Used by:Timeline
Symbol 515 MovieClipUsed by:516
Symbol 516 MovieClipUses:515Used by:Timeline
Symbol 517 GraphicUsed by:518
Symbol 518 MovieClipUses:517Used by:Timeline
Symbol 519 TextUses:266Used by:522
Symbol 520 TextUses:266Used by:521
Symbol 521 MovieClipUses:520Used by:522 586
Symbol 522 MovieClipUses:519 267 521Used by:Timeline
Symbol 523 MovieClipUses:273Used by:524
Symbol 524 MovieClipUses:523 280Used by:Timeline
Symbol 525 GraphicUsed by:526
Symbol 526 MovieClipUses:525 317Used by:Timeline
Symbol 527 GraphicUsed by:539
Symbol 528 FontUsed by:529
Symbol 529 TextUses:528Used by:539
Symbol 530 EditableTextUses:85Used by:539
Symbol 531 GraphicUsed by:532
Symbol 532 MovieClipUses:531Used by:539 585
Symbol 533 FontUsed by:534
Symbol 534 TextUses:533Used by:539
Symbol 535 TextUsed by:539
Symbol 536 FontUsed by:537
Symbol 537 TextUses:536Used by:539
Symbol 538 EditableTextUses:351Used by:539
Symbol 539 MovieClipUses:527 529 530 532 202 534 535 537 538Used by:Timeline
Symbol 540 EditableTextUses:351Used by:Timeline
Symbol 541 GraphicUsed by:542
Symbol 542 MovieClipUses:541Used by:585  Timeline
Symbol 543 MovieClipUses:497 500 503 506 509Used by:Timeline
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:544 317Used by:Timeline
Symbol 546 GraphicUsed by:585
Symbol 547 TextUses:292Used by:585
Symbol 548 GraphicUsed by:585
Symbol 549 TextUses:292Used by:585
Symbol 550 TextUses:292Used by:585
Symbol 551 TextUses:292Used by:585
Symbol 552 GraphicUsed by:558 559 562 574 575
Symbol 553 TextUses:292Used by:558 559 562 574 575
Symbol 554 GraphicUsed by:558 559 562 574 575
Symbol 555 TextUses:292Used by:558 559 562 574 575
Symbol 556 TextUses:292Used by:558 559 562 574 575
Symbol 557 GraphicUsed by:558 559 562 574 575
Symbol 558 ButtonUses:552 553 554 555 556 557Used by:585
Symbol 559 ButtonUses:552 553 554 555 556 557Used by:585
Symbol 560 TextUses:292Used by:585
Symbol 561 TextUses:292 77Used by:585
Symbol 562 ButtonUses:552 553 554 555 556 557Used by:585
Symbol 563 TextUses:292Used by:585
Symbol 564 TextUses:292Used by:585
Symbol 565 TextUses:292Used by:585
Symbol 566 TextUses:292Used by:570
Symbol 567 TextUses:292Used by:570
Symbol 568 TextUses:292Used by:570
Symbol 569 GraphicUsed by:570
Symbol 570 ButtonUses:566 567 568 569Used by:585
Symbol 571 GraphicUsed by:585
Symbol 572 TextUses:351Used by:585
Symbol 573 TextUses:292Used by:585
Symbol 574 ButtonUses:552 553 554 555 556 557Used by:585
Symbol 575 ButtonUses:552 553 554 555 556 557Used by:585
Symbol 576 TextUses:292Used by:585
Symbol 577 TextUses:292Used by:585
Symbol 578 TextUses:292Used by:585
Symbol 579 TextUses:292 351Used by:585
Symbol 580 EditableTextUses:351Used by:585
Symbol 581 GraphicUsed by:585
Symbol 582 MovieClipUses:37Used by:585 656 666
Symbol 583 BitmapUsed by:584
Symbol 584 GraphicUses:583Used by:585
Symbol 585 MovieClipUses:546 547 548 549 550 551 558 559 560 561 562 563 564 565 570 571 572 573 574 575 576 577 532 578 579 580 542 581 582 584 202Used by:586
Symbol 586 MovieClipUses:585 267 521Used by:Timeline
Symbol 587 MovieClipUses:233Used by:Timeline
Symbol 588 GraphicUsed by:595
Symbol 589 EditableTextUses:85Used by:595
Symbol 590 GraphicUsed by:591
Symbol 591 MovieClipUses:590Used by:595 604
Symbol 592 GraphicUsed by:594
Symbol 593 TextUses:292Used by:594
Symbol 594 MovieClipUses:592 593Used by:595 604
Symbol 595 MovieClipUses:588 84 589 591 594Used by:Timeline
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:596 317Used by:Timeline
Symbol 598 EditableTextUses:351Used by:Timeline
Symbol 599 TextUses:292Used by:Timeline
Symbol 600 TextUses:292Used by:Timeline
Symbol 601 EditableTextUses:351Used by:Timeline
Symbol 602 GraphicUsed by:604
Symbol 603 EditableTextUses:85Used by:604
Symbol 604 MovieClipUses:602 84 603 591 594Used by:Timeline
Symbol 605 ShapeTweeningUsed by:612
Symbol 606 ShapeTweeningUsed by:612
Symbol 607 ShapeTweeningUsed by:612
Symbol 608 ShapeTweeningUsed by:612
Symbol 609 ShapeTweeningUsed by:612
Symbol 610 ShapeTweeningUsed by:612
Symbol 611 MovieClipUses:158 140Used by:612
Symbol 612 MovieClipUses:142 605 606 607 608 159 609 610 151 611 152Used by:Timeline
Symbol 613 GraphicUsed by:616
Symbol 614 ShapeTweeningUsed by:616
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:613 614 615Used by:Timeline
Symbol 617 GraphicUsed by:633
Symbol 618 GraphicUsed by:619
Symbol 619 MovieClipUses:618Used by:620
Symbol 620 MovieClipUses:619Used by:621 622
Symbol 621 MovieClipUses:620Used by:633 636
Symbol 622 MovieClipUses:620Used by:633 636
Symbol 623 GraphicUsed by:631
Symbol 624 ShapeTweeningUsed by:631
Symbol 625 ShapeTweeningUsed by:631
Symbol 626 ShapeTweeningUsed by:631
Symbol 627 ShapeTweeningUsed by:631
Symbol 628 ShapeTweeningUsed by:631
Symbol 629 ShapeTweeningUsed by:631
Symbol 630 MovieClipUses:394 398 140Used by:631
Symbol 631 MovieClipUses:388 623 624 625 626 627 628 629 401 630 152Used by:632
Symbol 632 MovieClipUses:631Used by:633 636
Symbol 633 MovieClipUses:617 317 621 622 632Used by:Timeline
Symbol 634 EditableTextUses:351Used by:Timeline
Symbol 635 GraphicUsed by:636
Symbol 636 MovieClipUses:635 317 621 622 632Used by:Timeline
Symbol 637 GraphicUsed by:656 666
Symbol 638 TextUses:351Used by:656 666
Symbol 639 TextUses:351Used by:656 666
Symbol 640 TextUses:351Used by:656 666
Symbol 641 EditableTextUses:351Used by:656
Symbol 642 FontUsed by:643 644 645 646 651 652 653 662 663 664
Symbol 643 TextUses:642Used by:656 666
Symbol 644 TextUses:642Used by:648
Symbol 645 TextUses:642Used by:648
Symbol 646 TextUses:642Used by:648
Symbol 647 GraphicUsed by:648
Symbol 648 ButtonUses:644 645 646 647Used by:656 666
Symbol 649 EditableTextUses:77Used by:656
Symbol 650 EditableTextUses:77Used by:656
Symbol 651 TextUses:642Used by:654
Symbol 652 TextUses:642Used by:654
Symbol 653 TextUses:642Used by:654
Symbol 654 ButtonUses:651 652 653 355Used by:656 666
Symbol 655 TextUses:351Used by:656
Symbol 656 MovieClipUses:637 638 639 640 641 643 75 648 649 650 654 655 582Used by:657
Symbol 657 MovieClipUses:656Used by:Timeline
Symbol 658 EditableTextUses:351Used by:666
Symbol 659 EditableTextUses:77Used by:666
Symbol 660 EditableTextUses:77Used by:666
Symbol 661 TextUses:351Used by:666
Symbol 662 TextUses:642Used by:665
Symbol 663 TextUses:642Used by:665
Symbol 664 TextUses:642Used by:665
Symbol 665 ButtonUses:662 663 664 355Used by:666
Symbol 666 MovieClipUses:637 638 639 640 658 643 75 648 659 660 654 661 665 582Used by:667
Symbol 667 MovieClipUses:666Used by:Timeline

Instance Names

"background"Frame 1Symbol 19 MovieClip
"lb"Frame 1Symbol 41 MovieClip
"startgame"Frame 1Symbol 62 Button
"enginesound"Frame 3Symbol 81 MovieClip
"enemy1"Frame 3Symbol 97 MovieClip
"rocket3"Frame 3Symbol 141 MovieClip
"traps"Frame 3Symbol 173 MovieClip
"car"Frame 3Symbol 203 MovieClip
"mines"Frame 3Symbol 234 MovieClip
"tread"Frame 3Symbol 236 MovieClip
"orb"Frame 3Symbol 250 MovieClip
"orb2"Frame 3Symbol 265 MovieClip
"endlevel"Frame 3Symbol 268 MovieClip
"level1"Frame 3Symbol 269 MovieClip
"money"Frame 3Symbol 281 MovieClip
"walls"Frame 3Symbol 384 MovieClip
"gun1"Frame 3Symbol 403 MovieClip
"gun"Frame 3Symbol 404 MovieClip
"rocket1"Frame 3Symbol 415 MovieClip
"rocket"Frame 3Symbol 426 MovieClip
"options"Frame 3Symbol 467 MovieClip
"radios"Frame 3Symbol 489 MovieClip
"cars"Frame 6Symbol 510 MovieClip
"obstacles"Frame 6Symbol 516 MovieClip
"endlevel"Frame 6Symbol 522 MovieClip
"money"Frame 6Symbol 524 MovieClip
"walls"Frame 6Symbol 526 MovieClip
"gun"Frame 6Symbol 404 MovieClip
"rocket"Frame 6Symbol 426 MovieClip
"enemy1"Frame 7Symbol 97 MovieClip
"rocket3"Frame 7Symbol 141 MovieClip
"rocket"Frame 7Symbol 426 MovieClip
"traps"Frame 8Symbol 173 MovieClip
"enemy1"Frame 9Symbol 97 MovieClip
"rocket3"Frame 9Symbol 141 MovieClip
"cars"Frame 9Symbol 543 MovieClip
"cars"Frame 10Symbol 510 MovieClip
"walls"Frame 10Symbol 545 MovieClip
"gun1"Frame 10Symbol 403 MovieClip
"rocket1"Frame 10Symbol 415 MovieClip
"shop"Frame 11Symbol 586 MovieClip
"cars"Frame 12Symbol 510 MovieClip
"car"Frame 12Symbol 203 MovieClip
"mines"Frame 12Symbol 587 MovieClip
"obstacles"Frame 12Symbol 516 MovieClip
"orb"Frame 12Symbol 250 MovieClip
"money"Frame 12Symbol 524 MovieClip
"gun1"Frame 12Symbol 403 MovieClip
"gun"Frame 12Symbol 404 MovieClip
"rocket1"Frame 12Symbol 415 MovieClip
"rocket"Frame 12Symbol 426 MovieClip
"enemy1"Frame 14Symbol 97 MovieClip
"rocket3"Frame 14Symbol 141 MovieClip
"traps"Frame 14Symbol 173 MovieClip
"orb2"Frame 14Symbol 265 MovieClip
"shop"Frame 17Symbol 586 MovieClip
"obstacles"Frame 18Symbol 516 MovieClip
"car"Frame 18Symbol 203 MovieClip
"mines"Frame 18Symbol 587 MovieClip
"endlevel"Frame 18Symbol 522 MovieClip
"walls"Frame 18Symbol 597 MovieClip
"orb"Frame 19Symbol 250 MovieClip
"gun"Frame 19Symbol 404 MovieClip
"rocket"Frame 19Symbol 426 MovieClip
"enemy1"Frame 20Symbol 97 MovieClip
"rocket3"Frame 20Symbol 141 MovieClip
"orb2"Frame 20Symbol 265 MovieClip
"orb"Frame 21Symbol 250 MovieClip
"orb2"Frame 22Symbol 265 MovieClip
"shop"Frame 23Symbol 586 MovieClip
"traps"Frame 24Symbol 612 MovieClip
"gateswitch"Frame 24Symbol 616 MovieClip
"car"Frame 24Symbol 203 MovieClip
"mines"Frame 24Symbol 587 MovieClip
"endlevel"Frame 24Symbol 522 MovieClip
"walls"Frame 24Symbol 633 MovieClip
"enemy1"Frame 25Symbol 97 MovieClip
"rocket3"Frame 25Symbol 141 MovieClip
"traps"Frame 25Symbol 173 MovieClip
"traps"Frame 26Symbol 173 MovieClip
"walls"Frame 26Symbol 636 MovieClip
"gun"Frame 28Symbol 404 MovieClip
"rocket"Frame 28Symbol 426 MovieClip
"shop"Frame 29Symbol 586 MovieClip
"walls"Frame 29Symbol 545 MovieClip
"enemy1"Frame 30Symbol 97 MovieClip
"rocket3"Frame 30Symbol 141 MovieClip
"traps"Frame 30Symbol 173 MovieClip
"car"Frame 30Symbol 203 MovieClip
"orb"Frame 30Symbol 250 MovieClip
"endlevel"Frame 30Symbol 522 MovieClip
"money"Frame 30Symbol 524 MovieClip
"gun"Frame 30Symbol 404 MovieClip
"rocket"Frame 30Symbol 426 MovieClip
"orb2"Frame 32Symbol 265 MovieClip
"gun1"Frame 33Symbol 403 MovieClip
"rocket1"Frame 33Symbol 415 MovieClip
"scores"Frame 35Symbol 657 MovieClip
"scores"Frame 36Symbol 667 MovieClip
"trap1"Symbol 173 MovieClip Frame 1Symbol 153 MovieClip
"trap1"Symbol 173 MovieClip Frame 3Symbol 172 MovieClip
"zap"Symbol 265 MovieClip Frame 99Symbol 259 MovieClip
"zap"Symbol 265 MovieClip Frame 101Symbol 259 MovieClip
"zap"Symbol 265 MovieClip Frame 103Symbol 259 MovieClip
"zap"Symbol 265 MovieClip Frame 105Symbol 259 MovieClip
"zap"Symbol 265 MovieClip Frame 107Symbol 259 MovieClip
"gate"Symbol 384 MovieClip Frame 1Symbol 317 MovieClip
"slideBar"Symbol 442 MovieClip Frame 1Symbol 441 MovieClip
"slider"Symbol 466 MovieClip Frame 1Symbol 442 MovieClip
"optionsbutton"Symbol 466 MovieClip Frame 1Symbol 465 Button
"option"Symbol 467 MovieClip Frame 1Symbol 466 MovieClip
"optionsbutton"Symbol 488 MovieClip Frame 1Symbol 482 Button
"radio"Symbol 489 MovieClip Frame 1Symbol 488 MovieClip
"option"Symbol 489 MovieClip Frame 15Symbol 488 MovieClip
"gate"Symbol 526 MovieClip Frame 1Symbol 317 MovieClip
"gate"Symbol 545 MovieClip Frame 1Symbol 317 MovieClip
"gate"Symbol 597 MovieClip Frame 1Symbol 317 MovieClip
"gate"Symbol 633 MovieClip Frame 1Symbol 317 MovieClip
"gate"Symbol 636 MovieClip Frame 1Symbol 317 MovieClip
"scores1"Symbol 657 MovieClip Frame 1Symbol 656 MovieClip
"scores1"Symbol 667 MovieClip Frame 1Symbol 666 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "electric"
ExportAssets (56)Timeline Frame 1Symbol 2 as "skidsound"
ExportAssets (56)Timeline Frame 1Symbol 3 as "turretnoise"
ExportAssets (56)Timeline Frame 1Symbol 4 as "trance"
ExportAssets (56)Timeline Frame 1Symbol 5 as "missilelaunch"
ExportAssets (56)Timeline Frame 1Symbol 6 as "rocketjet"
ExportAssets (56)Timeline Frame 1Symbol 7 as "ratchet"
ExportAssets (56)Timeline Frame 1Symbol 8 as "moneysound"
ExportAssets (56)Timeline Frame 1Symbol 9 as "acc"
ExportAssets (56)Timeline Frame 1Symbol 10 as "massimo"
ExportAssets (56)Timeline Frame 1Symbol 11 as "minimo"
ExportAssets (56)Timeline Frame 1Symbol 12 as "dec"
ExportAssets (56)Timeline Frame 1Symbol 13 as "zap"
ExportAssets (56)Timeline Frame 1Symbol 14 as "drumandbass"
ExportAssets (56)Timeline Frame 1Symbol 15 as "mateyhit"
ExportAssets (56)Timeline Frame 1Symbol 16 as "explode"
ExportAssets (56)Timeline Frame 3Symbol 16 as "explode"
ExportAssets (56)Timeline Frame 3Symbol 16 as "explode"

Labels

"continue"Frame 5
"level1"Frame 6
"gameover"Frame 36
"carreplay"Symbol 38 MovieClip Frame 120
"idle"Symbol 81 MovieClip Frame 1
"up"Symbol 81 MovieClip Frame 2
"down"Symbol 81 MovieClip Frame 3
"exploded"Symbol 141 MovieClip Frame 115
"dead"Symbol 203 MovieClip Frame 4
"sheild"Symbol 203 MovieClip Frame 30
"boom"Symbol 233 MovieClip Frame 51
"none"Symbol 281 MovieClip Frame 35
"exploded"Symbol 415 MovieClip Frame 115
"exploded"Symbol 426 MovieClip Frame 115
"ragga"Symbol 488 MovieClip Frame 1
"none"Symbol 524 MovieClip Frame 35
"carreplay"Symbol 585 MovieClip Frame 1
"carreplay"Symbol 656 MovieClip Frame 1
"carreplay"Symbol 666 MovieClip Frame 1

Dynamic Text Variables

_root.practisescoreSymbol 435 EditableText"10000"
_root.practisehighSymbol 437 EditableText"1000"
_root.player1scoreSymbol 530 EditableText"10000"
_root.sheildsleftSymbol 538 EditableText"3"
_root.lapsSymbol 598 EditableText"3"
_root.roundscoreSymbol 601 EditableText"3"
_root.roundscoreSymbol 634 EditableText"3"
bonusSymbol 641 EditableText""
_root.player1scoreSymbol 649 EditableText""
_root.nameSymbol 650 EditableText""
bonusSymbol 658 EditableText""
_root.player1scoreSymbol 659 EditableText""
_root.nameSymbol 660 EditableText""




http://swfchan.com/5/23855/info.shtml
Created: 25/5 -2019 20:52:27 Last modified: 25/5 -2019 20:52:27 Server time: 09/05 -2024 22:36:41