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

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

Space 2.swf

This is the info page for
Flash #26705

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


Text
Flashbolt

.com

Instructions

Controls:

Player 1, movement: UP, right, left
Shield: num 0

Player 2, movement: W, D, A
Shield: Space

Single player:

The main objective is to collect money
before the enemy alien does.
Also collect different power-ups like:
Gas
Life
Shield
When the game starts you are ( if it's your first
time playing ) recommended to play free space
first. In all the other levels you have the risk
of being destroyed by the different enemies.

Gas

Go to menu

Prepare for space combat!

Between every level you have the possibility
of buying upgrades with the money you have
collected. These upgrades enhance your ship
in different ways, such as speed.
Every level ends either when you run out of gas
or when you die. When you die you lose all your
money. If you use shields you are ivulnerable
to all enemies for a period of time.
The goal is to collect as much money as
possible. Buying stuff and dying does not
affect your final score, it is only the amount
of money collected that is vital.
Good luck.

Multiplayer

The concept of multiplayer is the same as
single player, with the difference that two
humans play head-to-head. In multiplayer mode
you may also choose challenges. the one that
wins the challenge wins 50% of the other
players money.

Multiplayer:

Challenges:

King of the hill:
Stay on the hill as long as possible, when the
meter reaches one of the players the game is
over.
Capture the flag:
Hold the flag. Steal it from the other player
by bumping into them.

Bumper:
The first one that leaves the pad loses.

Click to watch
instruction
video

Don't let the aliens
steal the money

You take it instead!

Watch out for enemies!

Space

1 Player game
2 Player Game
Load Game
Practice

DX

Load Game

1 Player game
2 Player Game
Back

Life Upgrade

Current life:

New life:

Price:

100

110

1000

Shield time Upgrade

Current time:

New time:

100

110

1000

Life Restore

1000

Gas Upgrade

Current gas:

New  gas:

100

110

1000

Shield Restore

1000

MaxSpeed Upgrade

Current speed:

New  speed:

100

110

1000

Player 1 - Space Shop

Thank you for visiting my store!

Continue

Save game

Days left:

Move 10 days

$:

1000

Back to the shop

Choose Level:

Description:

Free Space

Moon Orbit

Asteroid Belt

Alien Attack

Apocalypse

Super Nova

Black Hole

Free Space                              Asteroid Belt                                 Super Nova
Moon Orbit                            Alien attack                               Black Hole

Apocalypse

$:

Gas:

Life:

Shield time:

x

0

Player 1

Days left:

CREDITS

Concept and programming:
Alexander Asvegren
Graphics:
Minotaur
Additional graphics:
Cooker
Music:
Spinewall
spot
Hold the keys:
F U S K
For a cheat. NOTE:
You must have money
for this to work!
Thanks for playing!
Again?

100

110

1000

100

110

1000

1000

100

110

1000

1000

100

110

1000

Thank you for visiting my store!

End game?

End game

Player 2, do you accept?

Yes

No

0

0

Player 2

Delaying Time

Choose Moneylevel:

Description:

Choose Challenge:

King of the Hill
Capture the flag
Bumper

100

110

1000

100

110

1000

1000

100

110

1000

1000

100

110

1000

Player 2 - Space Shop

Thank you for visiting my store!

Choose level

Player 1, do you accept?

(unlimited)

0

0

Back

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 2 MovieClip in Frame 1
onClipEvent (enterFrame) { stop(); _root.PercentLoaded = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); this._rotation = this._rotation + _root.PercentLoaded; }
Instance of Symbol 5 MovieClip in Frame 1
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_root.PercentLoaded == 100) { play(); this._visible = true; this._xscale = this._xscale + Math.round(this._xscale / 5); this._yscale = this._xscale; if (this._xscale > 1000) { tellTarget ("_root") { play(); }; } } }
Instance of Symbol 9 MovieClip in Frame 1
onClipEvent (load) { _x = 0; _y = 0; speed = 30; _root.count = 1; } onClipEvent (enterFrame) { endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Frame 2
stop(); _root.days = 100; _root.compmoney = 0; _root.money = 0; _root.gas = 100; _root.gasmax = 100; _root.maxspeed = 5; _root.life = 100; _root.lifemax = 100; _root.shieldtime = 100; _root.shieldtimemax = 100; _root.shieldnr = 3; _root.speedbonus = 0; _root._quality = "MEDIUM"; _root.money2 = 0; _root.gas2 = 100; _root.gasmax2 = 100; _root.maxspeed2 = 5; _root.life2 = 100; _root.lifemax2 = 100; _root.shieldtime2 = 100; _root.shieldtimemax2 = 100; _root.shieldnr2 = 3; _root.speedbonus2 = 0;
Frame 3
stop();
Instance of Symbol 94 MovieClip in Frame 243
onClipEvent (enterFrame) { _rotation = (_rotation - 5); _x = (_x - 5); }
Instance of Symbol 97 MovieClip in Frame 243
onClipEvent (enterFrame) { _rotation = (_rotation - 5); _x = (_x - 5); }
Instance of Symbol 100 MovieClip in Frame 243
onClipEvent (enterFrame) { _rotation = (_rotation - 5); _x = (_x - 5); }
Instance of Symbol 102 MovieClip in Frame 243
onClipEvent (enterFrame) { _rotation = (_rotation - 5); _x = (_x - 5); }
Instance of Symbol 5 MovieClip in Frame 314
onClipEvent (enterFrame) { this._xscale = this._xscale + Math.round(this._xscale / 5); this._yscale = this._xscale; play(); }
Frame 338
gotoAndPlay (7);
Frame 339
pl1.useHandCursor = false; pl2.useHandCursor = false; options.useHandCursor = false; pr.useHandCursor = false; load.useHandCursor = false; stop();
Instance of Symbol 9 MovieClip in Frame 339
onClipEvent (load) { _x = 0; _y = 0; speed = 30; _root.count = 1; } onClipEvent (enterFrame) { endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Frame 340
pl1.useHandCursor = false; pl2.useHandCursor = false; load.useHandCursor = false; mySharedObject = SharedObject.getLocal("savedObject");
Frame 341
stop(); mySharedObject = SharedObject.getLocal("savedObject"); _root.gas = _root.gasmax; _root.lifeupg = Math.round(_root.lifemax + 10); _root.lifeprice = Math.round(_root.lifemax * 10); _root.shieldupg = Math.round(_root.shieldtimemax + 10); _root.shieldprice = Math.round(_root.shieldtimemax * 9); _root.gasupg = Math.round(_root.gasmax + 10); _root.gasprice = Math.round(_root.gasmax * 20); _root.maxspeedupg = _root.maxspeed + 0.5; _root.maxspeedprice = _root.maxspeed * 1000; _root.pl1move = true;
Instance of Symbol 159 MovieClip in Frame 341
onClipEvent (enterFrame) { if (_root.days < 1) { tellTarget ("_root") { gotoAndPlay ("end1"); }; } }
Instance of Symbol 159 MovieClip in Frame 341
onClipEvent (enterFrame) { if (Key.isDown(70)) { if (Key.isDown(85)) { if (Key.isDown(83)) { if (Key.isDown(75)) { _root.money = _root.money * 2; _root.money2 = _root.money2 * 2; } } } } }
Frame 343
stop();
Instance of Symbol 81 MovieClip "alien" in Frame 343
onClipEvent (load) { speed = 40; } onClipEvent (enterFrame) { this._x = this._x + ((endx - this._x) / speed); this._y = this._y + ((endy - this._y) / speed); if (_root.dollar.place == false) { endx = _root.dollar._x; endy = _root.dollar._y; } }
Instance of Symbol 191 MovieClip "shield" in Frame 343
onClipEvent (enterFrame) { this._xscale = random(10) + 90; this._yscale = this._xscale; this._y = (_root.ship._y + random(5)) - 5; this._x = (_root.ship._x + random(5)) - 5; if (Key.isDown(96)) { if (_root.shieldexist == false) { if (_root.shieldnr > 0) { _root.shieldnr = _root.shieldnr - 1; _root.shieldtime = _root.shieldtimemax; _root.shield._visible = true; _root.shieldexist = true; } } } if (_root.shieldexist == false) { _root.shield._visible = false; } else if (_root.shieldtime < 0) { _root.shield._visible = false; _root.shieldexist = false; } if (_root.shieldexist == true) { _root.shieldtime = _root.shieldtime - 1; } } onClipEvent (load) { _root.shieldexist = false; _root.shield._visible = false; _root.shieldtime = 100; }
Instance of Symbol 196 MovieClip "ship" in Frame 343
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 10); } if (Key.isDown(37)) { _rotation = (_rotation - 10); } if (_root.pl1move == true) { if (Key.isDown(38)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = 1; _root.gas = _root.gas - (_root.maxspeed / 10); } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed) { xSpeed = xSpeed * (_root.maxspeed / speed); ySpeed = ySpeed * (_root.maxspeed / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { if (_root.pl1move == true) { _y = 400; } } if (_y > 400) { if (_root.pl1move == true) { _y = 0; } } if (_x < 0) { if (_root.pl1move == true) { _x = 550; } } if (_x > 550) { if (_root.pl1move == true) { _x = 0; } } if (_root.pl1move == false) { this._x = this._x + 3; } }
Instance of Symbol 49 MovieClip "dollar" in Frame 343
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 400; _root.totalmoney = _root.totalmoney + 400; _root.alien.endx = 260; _root.alien.endy = 200; } if (this.hittest(_root.alien)) { play(); _root.alien.endx = 260; _root.alien.endy = 200; _root.compmoney = _root.compmoney + 200; } if (place == true) { this._y = random(400); this._x = random(550); } if (this._currentframe > 2) { _root.alien.endx = 260; _root.alien.endy = 200; } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 61 MovieClip in Frame 343
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.shieldnr = _root.shieldnr + 1; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 58 MovieClip in Frame 343
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.life = _root.lifemax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 55 MovieClip in Frame 343
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.gas = _root.gasmax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(2000); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 5 MovieClip in Frame 343
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_root.life < 1) { this._x = _root.ship._x; this._y = _root.ship._y; this._visible = true; _root.ship._visible = false; this._xscale = this._xscale + Math.round(this._xscale / 5); this._yscale = this._xscale; play(); } if (this._xscale > 1000) { tellTarget ("_root") { gotoAndPlay ("shoppl1"); _root.txtbox = "You died. All your money went to repairing your ship."; _root.life = _root.lifemax; _root.money = 0; _root.days = _root.days - 1; }; } }
Instance of Symbol 191 MovieClip in Frame 343
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 223 MovieClip "visual" in Frame 343
onClipEvent (enterFrame) { if (_currentframe > 1) { this._alpha = random(30); } } onClipEvent (enterFrame) { tellTarget ("_root.gasbar1") { _currentframe = Math.round((_root.gas / _root.gasmax) * 100); gotoAndStop(Math.round((_root.gas / _root.gasmax) * 100)); }; if (_root.gas < 0) { tellTarget ("_root") { gotoAndStop ("shoppl1"); _root.txtbox = "You ran out of gas."; _root.days = _root.days - 1; }; } tellTarget ("_root.lifebar1") { _currentframe = Math.round((_root.life / _root.lifemax) * 100); gotoAndStop(Math.round((_root.life / _root.lifemax) * 100)); }; tellTarget ("_root.astroface") { _currentframe = Math.round((_root.life / _root.lifemax) * 100); gotoAndStop(Math.round((_root.life / _root.lifemax) * 100)); }; } onClipEvent (enterFrame) { tellTarget ("_root.shieldbar1") { _currentframe = Math.round((_root.shieldtime / _root.shieldtimemax) * 100); gotoAndStop(Math.round((_root.shieldtime / _root.shieldtimemax) * 100)); }; if (_root.shieldexist == false) { tellTarget ("_root.shieldbar1") { gotoAndStop (100); }; } }
Instance of Symbol 226 MovieClip in Frame 344
onClipEvent (load) { this._x = random(450) + 100; this._y = 50; } onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 191 MovieClip "shield" in Frame 344
onClipEvent (enterFrame) { this._xscale = random(10) + 90; this._yscale = this._xscale; this._y = (_root.ship._y + random(5)) - 5; this._x = (_root.ship._x + random(5)) - 5; if (Key.isDown(96)) { if (_root.shieldexist == false) { if (_root.shieldnr > 0) { _root.shieldnr = _root.shieldnr - 1; _root.shieldtime = _root.shieldtimemax; _root.shield._visible = true; _root.shieldexist = true; } } } if (_root.shieldexist == false) { _root.shield._visible = false; } else if (_root.shieldtime < 0) { _root.shield._visible = false; _root.shieldexist = false; } if (_root.shieldexist == true) { _root.shieldtime = _root.shieldtime - 1; } } onClipEvent (load) { _root.shieldexist = false; _root.shield._visible = false; _root.shieldtime = 100; }
Instance of Symbol 196 MovieClip "ship" in Frame 344
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 10); } if (Key.isDown(37)) { _rotation = (_rotation - 10); } if (_root.pl1move == true) { if (Key.isDown(38)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = 1; _root.gas = _root.gas - (_root.maxspeed / 10); } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed) { xSpeed = xSpeed * (_root.maxspeed / speed); ySpeed = ySpeed * (_root.maxspeed / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { if (_root.pl1move == true) { _y = 400; } } if (_y > 400) { if (_root.pl1move == true) { _y = 0; } } if (_x < 0) { if (_root.pl1move == true) { _x = 550; } } if (_x > 550) { if (_root.pl1move == true) { _x = 0; } } if (_root.pl1move == false) { this._x = this._x + 3; } }
Instance of Symbol 49 MovieClip "dollar" in Frame 344
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 500; _root.totalmoney = _root.totalmoney + 500; _root.alien.endx = 260; _root.alien.endy = 200; } if (this.hittest(_root.alien)) { play(); _root.alien.endx = 260; _root.alien.endy = 200; _root.compmoney = _root.compmoney + 200; } if (place == true) { this._y = random(400); this._x = random(550); } if (this._currentframe > 2) { _root.alien.endx = 260; _root.alien.endy = 200; } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 61 MovieClip in Frame 344
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.shieldnr = _root.shieldnr + 1; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 58 MovieClip in Frame 344
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.life = _root.lifemax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 55 MovieClip in Frame 344
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.gas = _root.gasmax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(2000); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 94 MovieClip in Frame 345
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 97 MovieClip in Frame 345
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 100 MovieClip in Frame 345
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 229 MovieClip in Frame 345
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 49 MovieClip "dollar" in Frame 345
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 700; _root.totalmoney = _root.totalmoney + 350; _root.alien.endx = 260; _root.alien.endy = 200; } if (this.hittest(_root.alien)) { play(); _root.alien.endx = 260; _root.alien.endy = 200; _root.compmoney = _root.compmoney + 200; } if (place == true) { this._y = random(400); this._x = random(550); } if (this._currentframe > 2) { _root.alien.endx = 260; _root.alien.endy = 200; } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 9 MovieClip in Frame 346
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 81 MovieClip in Frame 346
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 9 MovieClip in Frame 346
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship2._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship2._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 81 MovieClip in Frame 346
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship2._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship2._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 231 MovieClip in Frame 347
onClipEvent (enterFrame) { if (_root.ship._y > 200) { _root.ship.yspeed = _root.ship.yspeed + 0.05; } else { _root.ship.yspeed = _root.ship.yspeed - 0.05; } if (_root.ship._x > 275) { _root.ship.xspeed = _root.ship.xspeed - 0.05; } else { _root.ship.xspeed = _root.ship.xspeed + 0.05; } this._xscale = this._xscale + 0.25; this._yscale = this._xscale; if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } if (_root.ship2._x > 275) { _root.ship2.xspeed = _root.ship2.xspeed - 0.05; } else { _root.ship2.xspeed = _root.ship2.xspeed + 0.05; } } if (_root.ship2._y > 200) { _root.ship2.yspeed = _root.ship2.yspeed + 0.05; } else { _root.ship2.yspeed = _root.ship2.yspeed - 0.05; } }
Instance of Symbol 49 MovieClip "dollar" in Frame 347
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 900; _root.totalmoney = _root.totalmoney + 450; _root.alien.endx = 260; _root.alien.endy = 200; } if (this.hittest(_root.alien)) { play(); _root.alien.endx = 260; _root.alien.endy = 200; _root.compmoney = _root.compmoney + 200; } if (place == true) { this._y = random(400); this._x = random(550); } if (this._currentframe > 2) { _root.alien.endx = 260; _root.alien.endy = 200; } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 231 MovieClip in Frame 348
onClipEvent (enterFrame) { if (_root.ship2._x > 275) { _root.ship2.xspeed = _root.ship2.xspeed - 0.2; } else { _root.ship2.xspeed = _root.ship2.xspeed + 0.2; } if (_root.ship2._y > 200) { _root.ship2.yspeed = _root.ship2.yspeed + 0.2; } else { _root.ship2.yspeed = _root.ship2.yspeed - 0.2; } if (_root.ship._y > 200) { _root.ship.yspeed = _root.ship.yspeed + 0.2; } else { _root.ship.yspeed = _root.ship.yspeed - 0.2; } if (_root.ship._x > 275) { _root.ship.xspeed = _root.ship.xspeed - 0.2; } else { _root.ship.xspeed = _root.ship.xspeed + 0.2; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 1; } } }
Instance of Symbol 49 MovieClip "dollar" in Frame 348
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 1000; _root.totalmoney = _root.totalmoney + 500; _root.alien.endx = 260; _root.alien.endy = 200; } if (this.hittest(_root.alien)) { play(); _root.alien.endx = 260; _root.alien.endy = 200; _root.compmoney = _root.compmoney + 200; } if (place == true) { this._y = random(400); this._x = random(550); } if (this._currentframe > 2) { _root.alien.endx = 260; _root.alien.endy = 200; } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 226 MovieClip in Frame 349
onClipEvent (load) { this._x = random(450) + 100; this._y = 50; } onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 94 MovieClip in Frame 349
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 97 MovieClip in Frame 349
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 100 MovieClip in Frame 349
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 229 MovieClip in Frame 349
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 9 MovieClip in Frame 349
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 81 MovieClip in Frame 349
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 9 MovieClip in Frame 349
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship2._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship2._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 81 MovieClip in Frame 349
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship2._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship2._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } }
Frame 350
stop();
Instance of Symbol 81 MovieClip "alien" in Frame 350
onClipEvent (load) { speed = 30; } onClipEvent (enterFrame) { endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 81 MovieClip "alien" in Frame 350
onClipEvent (load) { speed = 40; } onClipEvent (enterFrame) { undX = _root._xmouse; undY = _root._ymouse; _x = (_x + ((undX - _x) / speed)); _y = (_y + ((undY - _y) / speed)); }
Instance of Symbol 81 MovieClip "alien" in Frame 350
onClipEvent (load) { speed = 20; } onClipEvent (enterFrame) { endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 81 MovieClip "alien" in Frame 350
onClipEvent (load) { speed = 50; } onClipEvent (enterFrame) { endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 239 MovieClip in Frame 350
onClipEvent (enterFrame) { if (_root.totalmoney > _root.compmoney) { plstatus = "You won!"; pl2status = "Computer lost!"; } else { plstatus = "You lost!"; pl2status = "Computer won!"; } }
Frame 351
stop(); mySharedObject = SharedObject.getLocal("savedObject"); _root.gas = _root.gasmax; _root.lifeupg = Math.round(_root.lifemax + 10); _root.lifeprice = Math.round(_root.lifemax * 10); _root.shieldupg = Math.round(_root.shieldtimemax + 10); _root.shieldprice = Math.round(_root.shieldtimemax * 9); _root.gasupg = Math.round(_root.gasmax + 10); _root.gasprice = Math.round(_root.gasmax * 20); _root.maxspeedupg = _root.maxspeed + 0.5; _root.maxspeedprice = _root.maxspeed * 1000; _root.pl1move = true; _root.pl2move = true;
Instance of Symbol 267 MovieClip "pl1end" in Frame 351
onClipEvent (load) { _visible = false; }
Instance of Symbol 159 MovieClip in Frame 351
onClipEvent (enterFrame) { if (Key.isDown(70)) { if (Key.isDown(85)) { if (Key.isDown(83)) { if (Key.isDown(75)) { _root.money = _root.money * 2; _root.money2 = _root.money2 * 2; } } } } }
Frame 352
stop();
Instance of Symbol 191 MovieClip "shield" in Frame 352
onClipEvent (enterFrame) { this._xscale = random(10) + 90; this._yscale = this._xscale; this._y = (_root.ship._y + random(5)) - 5; this._x = (_root.ship._x + random(5)) - 5; if (Key.isDown(96)) { if (_root.shieldexist == false) { if (_root.shieldnr > 0) { _root.shieldnr = _root.shieldnr - 1; _root.shieldtime = _root.shieldtimemax; _root.shield._visible = true; _root.shieldexist = true; } } } if (_root.shieldexist == false) { _root.shield._visible = false; } else if (_root.shieldtime < 0) { _root.shield._visible = false; _root.shieldexist = false; } if (_root.shieldexist == true) { _root.shieldtime = _root.shieldtime - 1; } } onClipEvent (load) { _root.shieldexist = false; _root.shield._visible = false; _root.shieldtime = 100; }
Instance of Symbol 191 MovieClip "shield2" in Frame 352
onClipEvent (enterFrame) { this._xscale = random(10) + 90; this._yscale = this._xscale; this._y = (_root.ship2._y + random(5)) - 5; this._x = (_root.ship2._x + random(5)) - 5; if (Key.isDown(32)) { if (_root.shieldexist2 == false) { if (_root.shieldnr2 > 0) { _root.shieldnr2 = _root.shieldnr2 - 1; _root.shieldtime2 = _root.shieldtimemax2; _root.shield2._visible = true; _root.shieldexist2 = true; } } } if (_root.shieldexist2 == false) { _root.shield2._visible = false; } else if (_root.shieldtime2 < 0) { _root.shield2._visible = false; _root.shieldexist2 = false; } if (_root.shieldexist2 == true) { _root.shieldtime2 = _root.shieldtime2 - 1; } } onClipEvent (load) { _root.shieldexist2 = false; _root.shield2._visible = false; _root.shieldtime2 = 100; }
Instance of Symbol 196 MovieClip "ship" in Frame 352
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 10); } if (Key.isDown(37)) { _rotation = (_rotation - 10); } if (_root.pl1move == true) { if (Key.isDown(38)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = 1; _root.gas = _root.gas - (_root.maxspeed / 10); } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed) { xSpeed = xSpeed * (_root.maxspeed / speed); ySpeed = ySpeed * (_root.maxspeed / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { if (_root.pl1move == true) { _y = 400; } } if (_y > 400) { if (_root.pl1move == true) { _y = 0; } } if (_x < 0) { if (_root.pl1move == true) { _x = 550; } } if (_x > 550) { if (_root.pl1move == true) { _x = 0; } } if (_root.pl1move == false) { this._x = this._x + 3; } }
Instance of Symbol 49 MovieClip in Frame 352
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 400; _root.totalmoney2 = _root.totalmoney2 + 400; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 400; _root.totalmoney = _root.totalmoney + 400; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 270 MovieClip "ship2" in Frame 352
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(68)) { _rotation = (_rotation + 10); } if (Key.isDown(65)) { _rotation = (_rotation - 10); } if (_root.pl2move == true) { if (Key.isDown(87)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = true; _root.gas2 = _root.gas2 - (_root.maxspeed2 / 10); } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed2) { xSpeed = xSpeed * (_root.maxspeed2 / speed); ySpeed = ySpeed * (_root.maxspeed2 / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { if (_root.pl2move == true) { _y = 400; } } if (_y > 400) { if (_root.pl2move == true) { _y = 0; } } if (_x < 0) { if (_root.pl2move == true) { _x = 550; } } if (_x > 550) { if (_root.pl2move == true) { _x = 0; } } } onClipEvent (enterFrame) { if (_root.ship2.ship.hitTest(_root.ship.ship)) { yknock = ySpeed; xknock = xSpeed; ySpeed = _root.ship.ySpeed * 5; xSpeed = _root.ship.xSpeed * 5; _root.ship.ySpeed = yknock * 5; _root.ship.xSpeed = xknock * 5; } if (_root.pl2move == false) { this._x = this._x + 3; } }
Instance of Symbol 61 MovieClip in Frame 352
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.shieldnr2 = _root.shieldnr2 + 1; } if (this.hittest(_root.ship)) { play(); _root.shieldnr = _root.shieldnr + 1; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 58 MovieClip in Frame 352
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.life2 = _root.lifemax2; } if (this.hittest(_root.ship)) { play(); _root.life = _root.lifemax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 55 MovieClip in Frame 352
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.gas2 = _root.gasmax2; } if (this.hittest(_root.ship)) { play(); _root.gas = _root.gasmax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(2000); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 191 MovieClip in Frame 352
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 191 MovieClip in Frame 352
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 280 MovieClip in Frame 352
onClipEvent (load) { stop(); this._visible = false; } onClipEvent (enterFrame) { if (_root.gas < 0) { if (Key.isDown(87)) { stop(); } else { play(); this._visible = true; } } else if (_root.gas2 < 0) { if (Key.isDown(38)) { stop(); } else { play(); this._visible = true; } } }
Instance of Symbol 223 MovieClip "visual" in Frame 352
onClipEvent (enterFrame) { if (_currentframe > 1) { this._alpha = random(30); } } onClipEvent (enterFrame) { tellTarget ("_root.gasbar1") { _currentframe = Math.round((_root.gas / _root.gasmax) * 100); gotoAndStop(Math.round((_root.gas / _root.gasmax) * 100)); }; if (_root.gas < 0) { tellTarget ("_root") { gotoAndStop ("shop"); _root.txtbox = "You ran out of gas."; _root.days = _root.days - 1; }; } tellTarget ("_root.lifebar1") { _currentframe = Math.round((_root.life / _root.lifemax) * 100); gotoAndStop(Math.round((_root.life / _root.lifemax) * 100)); }; } onClipEvent (enterFrame) { tellTarget ("_root.shieldbar1") { _currentframe = Math.round((_root.shieldtime / _root.shieldtimemax) * 100); gotoAndStop(Math.round((_root.shieldtime / _root.shieldtimemax) * 100)); }; if (_root.shieldexist == false) { tellTarget ("_root.shieldbar1") { gotoAndStop (100); }; } } onClipEvent (enterFrame) { tellTarget ("_root.gasbar2") { _currentframe = Math.round((_root.gas2 / _root.gasmax2) * 100); gotoAndStop(Math.round((_root.gas2 / _root.gasmax2) * 100)); }; if (_root.gas2 < 0) { tellTarget ("_root") { gotoAndStop ("shop"); _root.txtbox = "You ran out of gas."; _root.days = _root.days - 1; }; } tellTarget ("_root.lifebar2") { _currentframe = Math.round((_root.life2 / _root.lifemax2) * 100); gotoAndStop(Math.round((_root.life2 / _root.lifemax2) * 100)); }; } onClipEvent (enterFrame) { tellTarget ("_root.shieldbar2") { _currentframe = Math.round((_root.shieldtime2 / _root.shieldtimemax2) * 100); gotoAndStop(Math.round((_root.shieldtime2 / _root.shieldtimemax2) * 100)); }; if (_root.shieldexist2 == false) { tellTarget ("_root.shieldbar2") { gotoAndStop (100); }; } }
Frame 353
stop();
Instance of Symbol 226 MovieClip in Frame 353
onClipEvent (load) { this._x = random(450) + 100; this._y = 50; } onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 5 MovieClip in Frame 353
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_root.life < 1) { this._x = _root.ship._x; this._y = _root.ship._y; this._visible = true; _root.ship._visible = false; this._xscale = this._xscale + Math.round(this._xscale / 5); this._yscale = this._xscale; play(); } if (this._xscale > 1000) { tellTarget ("_root") { gotoAndPlay ("shop"); _root.txtbox = "You died. All your money went to repairing your ship."; _root.life = _root.lifemax; _root.money = 0; }; } }
Instance of Symbol 61 MovieClip in Frame 353
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.shieldnr2 = _root.shieldnr2 + 1; } if (this.hittest(_root.ship)) { play(); _root.shieldnr = _root.shieldnr + 1; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 58 MovieClip in Frame 353
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.life2 = _root.lifemax2; } if (this.hittest(_root.ship)) { play(); _root.life = _root.lifemax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 55 MovieClip in Frame 353
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.gas2 = _root.gasmax2; } if (this.hittest(_root.ship)) { play(); _root.gas = _root.gasmax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(2000); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 5 MovieClip in Frame 353
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_root.life2 < 1) { this._x = _root.ship2._x; this._y = _root.ship2._y; this._visible = true; _root.ship2._visible = false; this._xscale = this._xscale + Math.round(this._xscale / 5); this._yscale = this._xscale; play(); } if (this._xscale > 1000) { tellTarget ("_root") { gotoAndPlay ("shop"); _root.txtbox = "Player 2 died. All your money went to repairing your ship."; _root.life2 = _root.lifemax2; _root.money2 = 0; }; } }
Instance of Symbol 270 MovieClip "ship2" in Frame 353
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(68)) { _rotation = (_rotation + 10); } if (Key.isDown(65)) { _rotation = (_rotation - 10); } if (_root.pl2move == true) { if (Key.isDown(87)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = true; _root.gas2 = _root.gas2 - (_root.maxspeed2 / 10); } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed2) { xSpeed = xSpeed * (_root.maxspeed2 / speed); ySpeed = ySpeed * (_root.maxspeed2 / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { if (_root.pl2move == true) { _y = 400; } } if (_y > 400) { if (_root.pl2move == true) { _y = 0; } } if (_x < 0) { if (_root.pl2move == true) { _x = 550; } } if (_x > 550) { if (_root.pl2move == true) { _x = 0; } } } onClipEvent (enterFrame) { if (_root.ship2.ship.hitTest(_root.ship.ship)) { yknock = ySpeed; xknock = xSpeed; ySpeed = _root.ship.ySpeed * 5; xSpeed = _root.ship.xSpeed * 5; _root.ship.ySpeed = yknock * 5; _root.ship.xSpeed = xknock * 5; } if (_root.pl2move == false) { this._x = this._x + 3; } }
Instance of Symbol 49 MovieClip in Frame 353
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 500; _root.totalmoney2 = _root.totalmoney2 + 500; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 500; _root.totalmoney = _root.totalmoney + 500; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Frame 354
stop();
Instance of Symbol 94 MovieClip in Frame 354
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 97 MovieClip in Frame 354
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 100 MovieClip in Frame 354
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 229 MovieClip in Frame 354
onClipEvent (enterFrame) { this._x = this._x - 5; this._y = this._y - 5; if (this._y > 420) { this._y = -20; } else if (this._y < -20) { this._y = 420; } if (this._x > 570) { this._x = -20; } else if (this._x < -20) { this._x = 570; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 0.5; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 0.5; tellTarget ("_root.visual") { play(); }; } } } onClipEvent (load) { this._x = random(550); this._y = random(400); }
Instance of Symbol 49 MovieClip in Frame 354
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 800; _root.totalmoney2 = _root.totalmoney2 + 800; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 800; _root.totalmoney = _root.totalmoney + 800; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Frame 355
stop();
Instance of Symbol 9 MovieClip in Frame 355
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 81 MovieClip in Frame 355
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 9 MovieClip in Frame 355
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship2._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship2._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 81 MovieClip in Frame 355
onClipEvent (enterFrame) { this._x = this._x + xspeed; this._y = this._y + yspeed; if (this._y < _root.ship2._y) { yspeed = yspeed + 0.1; } else { yspeed = yspeed - 0.1; } if (this._x < _root.ship2._x) { xspeed = xspeed + 0.1; } else { xspeed = xspeed - 0.1; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 49 MovieClip in Frame 355
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 600; _root.totalmoney2 = _root.totalmoney2 + 600; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 600; _root.totalmoney = _root.totalmoney + 600; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Frame 356
stop();
Instance of Symbol 231 MovieClip in Frame 356
onClipEvent (enterFrame) { if (_root.ship._y > 200) { _root.ship.yspeed = _root.ship.yspeed + 0.05; } else { _root.ship.yspeed = _root.ship.yspeed - 0.05; } if (_root.ship._x > 275) { _root.ship.xspeed = _root.ship.xspeed - 0.05; } else { _root.ship.xspeed = _root.ship.xspeed + 0.05; } this._xscale = this._xscale + 0.25; this._yscale = this._xscale; if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 1; tellTarget ("_root.visual") { play(); }; } } if (_root.ship2._x > 275) { _root.ship2.xspeed = _root.ship2.xspeed - 0.05; } else { _root.ship2.xspeed = _root.ship2.xspeed + 0.05; } } if (_root.ship2._y > 200) { _root.ship2.yspeed = _root.ship2.yspeed + 0.05; } else { _root.ship2.yspeed = _root.ship2.yspeed - 0.05; } }
Instance of Symbol 49 MovieClip in Frame 356
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 900; _root.totalmoney2 = _root.totalmoney2 + 900; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 900; _root.totalmoney = _root.totalmoney + 900; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Frame 357
stop();
Instance of Symbol 231 MovieClip in Frame 357
onClipEvent (enterFrame) { if (_root.ship2._x > 275) { _root.ship2.xspeed = _root.ship2.xspeed - 0.2; } else { _root.ship2.xspeed = _root.ship2.xspeed + 0.2; } if (_root.ship2._y > 200) { _root.ship2.yspeed = _root.ship2.yspeed + 0.2; } else { _root.ship2.yspeed = _root.ship2.yspeed - 0.2; } if (_root.ship._y > 200) { _root.ship.yspeed = _root.ship.yspeed + 0.2; } else { _root.ship.yspeed = _root.ship.yspeed - 0.2; } if (_root.ship._x > 275) { _root.ship.xspeed = _root.ship.xspeed - 0.2; } else { _root.ship.xspeed = _root.ship.xspeed + 0.2; } if (this.hittest(_root.ship)) { if (_root.shieldexist == false) { _root.life = _root.life - 1; tellTarget ("_root.visual") { play(); }; } } if (this.hittest(_root.ship2)) { if (_root.shieldexist2 == false) { _root.life2 = _root.life2 - 1; tellTarget ("_root.visual") { play(); }; } } }
Instance of Symbol 49 MovieClip in Frame 357
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 1000; _root.totalmoney2 = _root.totalmoney2 + 1000; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 1000; _root.totalmoney = _root.totalmoney + 1000; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Frame 360
stop(); _root.gas2 = _root.gasmax2; _root.lifeupg2 = Math.round(_root.lifemax2 + 10); _root.lifeprice2 = Math.round(_root.lifemax2 * 10); _root.shieldupg2 = Math.round(_root.shieldtimemax2 + 10); _root.shieldprice2 = Math.round(_root.shieldtimemax2 * 9); _root.gasupg2 = Math.round(_root.gasmax2 + 10); _root.gasprice2 = Math.round(_root.gasmax2 * 20); _root.maxspeedupg2 = _root.maxspeed2 + 0.5; _root.maxspeedprice2 = _root.maxspeed2 * 1000;
Instance of Symbol 327 MovieClip "pl2end" in Frame 360
onClipEvent (load) { _visible = false; }
Frame 361
stop();
Instance of Symbol 191 MovieClip "shield" in Frame 361
onClipEvent (enterFrame) { this._xscale = random(10) + 90; this._yscale = this._xscale; this._y = (_root.ship._y + random(5)) - 5; this._x = (_root.ship._x + random(5)) - 5; if (Key.isDown(96)) { if (_root.shieldexist == false) { if (_root.shieldnr > 0) { _root.shieldnr = _root.shieldnr - 1; _root.shieldtime = _root.shieldtimemax; _root.shield._visible = true; _root.shieldexist = true; } } } if (_root.shieldexist == false) { _root.shield._visible = false; } else if (_root.shieldtime < 0) { _root.shield._visible = false; _root.shieldexist = false; } if (_root.shieldexist == true) { _root.shieldtime = _root.shieldtime - 1; } } onClipEvent (load) { _root.shieldexist = false; _root.shield._visible = false; _root.shieldtime = 100; }
Instance of Symbol 191 MovieClip "shield2" in Frame 361
onClipEvent (enterFrame) { this._xscale = random(10) + 90; this._yscale = this._xscale; this._y = (_root.ship2._y + random(5)) - 5; this._x = (_root.ship2._x + random(5)) - 5; if (Key.isDown(32)) { if (_root.shieldexist2 == false) { if (_root.shieldnr2 > 0) { _root.shieldnr2 = _root.shieldnr2 - 1; _root.shieldtime2 = _root.shieldtimemax2; _root.shield2._visible = true; _root.shieldexist2 = true; } } } if (_root.shieldexist2 == false) { _root.shield2._visible = false; } else if (_root.shieldtime2 < 0) { _root.shield2._visible = false; _root.shieldexist2 = false; } if (_root.shieldexist2 == true) { _root.shieldtime2 = _root.shieldtime2 - 1; } } onClipEvent (load) { _root.shieldexist2 = false; _root.shield2._visible = false; _root.shieldtime2 = 100; }
Instance of Symbol 196 MovieClip "ship" in Frame 361
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 10); } if (Key.isDown(37)) { _rotation = (_rotation - 10); } if (Key.isDown(38)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = 1; } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed) { xSpeed = xSpeed * (_root.maxspeed / speed); ySpeed = ySpeed * (_root.maxspeed / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { _y = 400; } if (_y > 400) { _y = 0; } if (_x < 0) { _x = 550; } if (_x > 550) { _x = 0; } }
Instance of Symbol 270 MovieClip "ship2" in Frame 361
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(68)) { _rotation = (_rotation + 10); } if (Key.isDown(65)) { _rotation = (_rotation - 10); } if (Key.isDown(87)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = true; } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed2) { xSpeed = xSpeed * (_root.maxspeed2 / speed); ySpeed = ySpeed * (_root.maxspeed2 / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { _y = 400; } if (_y > 400) { _y = 0; } if (_x < 0) { _x = 550; } if (_x > 550) { _x = 0; } } onClipEvent (enterFrame) { if (_root.ship2.ship.hitTest(_root.ship.ship)) { yknock = ySpeed; xknock = xSpeed; ySpeed = _root.ship.ySpeed * 5; xSpeed = _root.ship.xSpeed * 5; _root.ship.ySpeed = yknock * 5; _root.ship.xSpeed = xknock * 5; } }
Instance of Symbol 329 MovieClip "pengameter" in Frame 361
onClipEvent (load) { gotoAndStop (470); }
Instance of Symbol 332 MovieClip in Frame 361
onClipEvent (enterFrame) { if (this.hittest(_root.ship)) { tellTarget ("_root.pengameter") { _currentframe = (_currentframe + 1); gotoAndStop(_currentframe + 1); }; } if (this.hittest(_root.ship2)) { tellTarget ("_root.pengameter") { _currentframe = (_currentframe - 1); gotoAndStop(_currentframe - 1); }; } } onClipEvent (load) { tellTarget ("_root.pengameter") { gotoAndStop (120); }; }
Frame 362
stop();
Instance of Symbol 270 MovieClip "ship2" in Frame 362
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(68)) { _rotation = (_rotation + 10); } if (Key.isDown(65)) { _rotation = (_rotation - 10); } if (Key.isDown(87)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = true; } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed2) { xSpeed = xSpeed * (_root.maxspeed2 / speed); ySpeed = ySpeed * (_root.maxspeed2 / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { _y = 400; } if (_y > 400) { _y = 0; } if (_x < 0) { _x = 550; } if (_x > 550) { _x = 0; } } onClipEvent (enterFrame) { if (_root.ship2.ship.hitTest(_root.ship.ship)) { yknock = ySpeed; xknock = xSpeed; ySpeed = _root.ship.ySpeed; xSpeed = _root.ship.xSpeed; _root.ship.ySpeed = yknock; _root.ship.xSpeed = xknock; } }
Instance of Symbol 336 MovieClip in Frame 362
onClipEvent (enterFrame) { if (this.hittest(_root.ship2.ship)) { } else { _root.money2 = _root.money2 - Math.round(_root.money2 / 2); _root.money = _root.money + _root.money2; _root.totalmoney = _root.totalmoney + _root.money2; _root.txtbox = ("Player 1 won! You got " + _root.money2) + "!"; tellTarget ("_root") { gotoAndStop ("shop"); }; } if (this.hittest(_root.ship.ship)) { } else { _root.money = _root.money - Math.round(_root.money / 2); _root.money2 = _root.money2 + _root.money; _root.totalmoney2 = _root.totalmoney2 + _root.money; _root.txtbox = ("Player 2 won! You got " + _root.money) + "!"; tellTarget ("_root") { gotoAndStop ("shop"); }; } }
Frame 363
stop();
Instance of Symbol 196 MovieClip "ship" in Frame 363
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 10); } if (Key.isDown(37)) { _rotation = (_rotation - 10); } if (Key.isDown(38)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = 1; } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed) { xSpeed = xSpeed * (_root.maxspeed / speed); ySpeed = ySpeed * (_root.maxspeed / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { _y = 400; } if (_y > 400) { _y = 0; } if (_x < 0) { _x = 550; } if (_x > 550) { _x = 0; } if (flag._visible == true) { tellTarget ("_root.pengameter") { _currentframe = (_currentframe + 1); gotoAndPlay(_currentframe + 1); }; } }
Instance of Symbol 270 MovieClip "ship2" in Frame 363
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(68)) { _rotation = (_rotation + 10); } if (Key.isDown(65)) { _rotation = (_rotation - 10); } if (Key.isDown(87)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = true; } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed2) { xSpeed = xSpeed * (_root.maxspeed2 / speed); ySpeed = ySpeed * (_root.maxspeed2 / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { _y = 400; } if (_y > 400) { _y = 0; } if (_x < 0) { _x = 550; } if (_x > 550) { _x = 0; } } onClipEvent (enterFrame) { if (_root.ship2.ship.hitTest(_root.ship.ship)) { yknock = ySpeed; xknock = xSpeed; ySpeed = _root.ship.ySpeed; xSpeed = _root.ship.xSpeed; _root.ship.ySpeed = yknock; _root.ship.xSpeed = xknock; if (_root.ship.flag._visible == true) { _root.ship.flag._visible = false; flag._visible = true; } else { flag._visible = false; _root.ship.flag._visible = true; } } if (flag._visible == true) { tellTarget ("_root.pengameter") { _currentframe = (_currentframe - 2); gotoAndPlay(_currentframe - 2); }; } }
Instance of Symbol 195 MovieClip "flag" in Frame 363
onClipEvent (enterFrame) { if (this.hittest(_root.ship.ship)) { this._visible = false; _root.ship.flag._visible = true; this._x = 15000; } else if (this.hittest(_root.ship2.ship)) { this._visible = false; this._x = 15000; _root.ship2.flag._visible = true; } } onClipEvent (load) { tellTarget ("_root.pengameter") { gotoAndStop (500); }; }
Instance of Symbol 337 MovieClip "pengameter" in Frame 363
onClipEvent (load) { gotoAndStop (850); } onClipEvent (enterFrame) { stop(); }
Frame 364
stop();
Instance of Symbol 61 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.shieldnr2 = _root.shieldnr2 + 1; } if (this.hittest(_root.ship)) { play(); _root.shieldnr = _root.shieldnr + 1; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 58 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.life2 = _root.lifemax2; } if (this.hittest(_root.ship)) { play(); _root.life = _root.lifemax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(1700); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 55 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.gas2 = _root.gasmax2; } if (this.hittest(_root.ship)) { play(); _root.gas = _root.gasmax; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } show = random(2000); if (show == 1) { this._visible = true; } } onClipEvent (load) { this._y = random(400); this._x = random(550); this._visible = false; }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 49 MovieClip in Frame 364
onClipEvent (enterFrame) { if (this.hittest(_root.ship2)) { play(); _root.money2 = _root.money2 + 10; _root.totalmoney2 = _root.totalmoney2 + 10; } if (this.hittest(_root.ship)) { play(); _root.money = _root.money + 10; _root.totalmoney = _root.totalmoney + 10; } } onClipEvent (enterFrame) { if (place == true) { this._y = random(400); this._x = random(550); } } onClipEvent (load) { this._y = random(400); this._x = random(550); }
Instance of Symbol 196 MovieClip "ship" in Frame 364
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 10); } if (Key.isDown(37)) { _rotation = (_rotation - 10); } if (_root.pl1move == true) { if (Key.isDown(38)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = 1; _root.gas = _root.gas - (_root.maxspeed / 10); } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed) { xSpeed = xSpeed * (_root.maxspeed / speed); ySpeed = ySpeed * (_root.maxspeed / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { if (_root.pl1move == true) { _y = 400; } } if (_y > 400) { if (_root.pl1move == true) { _y = 0; } } if (_x < 0) { if (_root.pl1move == true) { _x = 550; } } if (_x > 550) { if (_root.pl1move == true) { _x = 0; } } if (_root.pl1move == false) { this._x = this._x + 3; } }
Instance of Symbol 270 MovieClip "ship2" in Frame 364
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(68)) { _rotation = (_rotation + 10); } if (Key.isDown(65)) { _rotation = (_rotation - 10); } if (_root.pl2move == true) { if (Key.isDown(87)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = true; _root.gas2 = _root.gas2 - (_root.maxspeed2 / 10); } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed2) { xSpeed = xSpeed * (_root.maxspeed2 / speed); ySpeed = ySpeed * (_root.maxspeed2 / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { if (_root.pl2move == true) { _y = 400; } } if (_y > 400) { if (_root.pl2move == true) { _y = 0; } } if (_x < 0) { if (_root.pl2move == true) { _x = 550; } } if (_x > 550) { if (_root.pl2move == true) { _x = 0; } } } onClipEvent (enterFrame) { if (_root.ship2.ship.hitTest(_root.ship.ship)) { yknock = ySpeed; xknock = xSpeed; ySpeed = _root.ship.ySpeed * 5; xSpeed = _root.ship.xSpeed * 5; _root.ship.ySpeed = yknock * 5; _root.ship.xSpeed = xknock * 5; } if (_root.pl2move == false) { this._x = this._x + 3; } }
Instance of Symbol 191 MovieClip in Frame 364
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 191 MovieClip in Frame 364
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 280 MovieClip in Frame 364
onClipEvent (load) { stop(); this._visible = false; } onClipEvent (enterFrame) { if (_root.gas < 0) { if (Key.isDown(87)) { stop(); } else { play(); this._visible = true; } } else if (_root.gas2 < 0) { if (Key.isDown(38)) { stop(); } else { play(); this._visible = true; } } }
Instance of Symbol 223 MovieClip "visual" in Frame 364
onClipEvent (enterFrame) { if (_currentframe > 1) { this._alpha = random(30); } } onClipEvent (enterFrame) { tellTarget ("_root.gasbar1") { _currentframe = Math.round((_root.gas / _root.gasmax) * 100); gotoAndStop(Math.round((_root.gas / _root.gasmax) * 100)); }; if (_root.gas < 0) { tellTarget ("_root") { gotoAndStop ("shop"); _root.txtbox = "You ran out of gas."; _root.days = _root.days - 1; }; } tellTarget ("_root.lifebar1") { _currentframe = Math.round((_root.life / _root.lifemax) * 100); gotoAndStop(Math.round((_root.life / _root.lifemax) * 100)); }; } onClipEvent (enterFrame) { tellTarget ("_root.shieldbar1") { _currentframe = Math.round((_root.shieldtime / _root.shieldtimemax) * 100); gotoAndStop(Math.round((_root.shieldtime / _root.shieldtimemax) * 100)); }; if (_root.shieldexist == false) { tellTarget ("_root.shieldbar1") { gotoAndStop (100); }; } } onClipEvent (enterFrame) { tellTarget ("_root.gasbar2") { _currentframe = Math.round((_root.gas2 / _root.gasmax2) * 100); gotoAndStop(Math.round((_root.gas2 / _root.gasmax2) * 100)); }; if (_root.gas2 < 0) { tellTarget ("_root") { gotoAndStop ("shop"); _root.txtbox = "You ran out of gas."; _root.days = _root.days - 1; }; } tellTarget ("_root.lifebar2") { _currentframe = Math.round((_root.life2 / _root.lifemax2) * 100); gotoAndStop(Math.round((_root.life2 / _root.lifemax2) * 100)); }; } onClipEvent (enterFrame) { tellTarget ("_root.shieldbar2") { _currentframe = Math.round((_root.shieldtime2 / _root.shieldtimemax2) * 100); gotoAndStop(Math.round((_root.shieldtime2 / _root.shieldtimemax2) * 100)); }; if (_root.shieldexist2 == false) { tellTarget ("_root.shieldbar2") { gotoAndStop (100); }; } }
Frame 365
stop();
Instance of Symbol 81 MovieClip "alien" in Frame 365
onClipEvent (load) { speed = 30; } onClipEvent (enterFrame) { endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 81 MovieClip "alien" in Frame 365
onClipEvent (load) { speed = 40; } onClipEvent (enterFrame) { undX = _root._xmouse; undY = _root._ymouse; _x = (_x + ((undX - _x) / speed)); _y = (_y + ((undY - _y) / speed)); }
Instance of Symbol 81 MovieClip "alien" in Frame 365
onClipEvent (load) { speed = 20; } onClipEvent (enterFrame) { endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 81 MovieClip "alien" in Frame 365
onClipEvent (load) { speed = 50; } onClipEvent (enterFrame) { endX = _root._xmouse; endY = _root._ymouse; _x = (_x + ((endX - _x) / speed)); _y = (_y + ((endY - _y) / speed)); }
Instance of Symbol 239 MovieClip in Frame 365
onClipEvent (enterFrame) { if (_root.totalmoney > _root.totalmoney2) { plstatus = "Player 1 won!"; pl2status = "Player 2 lost!"; } else if (_root.totalmoney == _root.totalmoney2) { plstatus = "IT'S A TIE!"; pl2status = "IT'S A TIE!"; } else { plstatus = "Player 1 lost!"; pl2status = "Player 2 won!"; } }
Frame 366
stop();
Instance of Symbol 196 MovieClip "ship" in Frame 366
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(39)) { _rotation = (_rotation + 10); } if (Key.isDown(37)) { _rotation = (_rotation - 10); } if (Key.isDown(38)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = 1; } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = 0; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed) { xSpeed = xSpeed * (_root.maxspeed / speed); ySpeed = ySpeed * (_root.maxspeed / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { _y = 400; } if (_y > 400) { _y = 0; } if (_x < 0) { _x = 635; } if (_x > 635) { _x = 0; } }
Instance of Symbol 270 MovieClip "ship2" in Frame 366
onClipEvent (load) { thrust = 1; decay = 0.97; flag._visible = false; } onClipEvent (enterFrame) { if (Key.isDown(68)) { _rotation = (_rotation + 10); } if (Key.isDown(65)) { _rotation = (_rotation - 10); } if (Key.isDown(87)) { xSpeed = xSpeed + (thrust * Math.sin(_rotation * (Math.PI/180))); ySpeed = ySpeed + (thrust * Math.cos(_rotation * (Math.PI/180))); flames._visible = true; } else { xSpeed = xSpeed * decay; ySpeed = ySpeed * decay; flames._visible = false; } speed = Math.sqrt((xSpeed * xSpeed) + (ySpeed * ySpeed)); if (speed > _root.maxspeed2) { xSpeed = xSpeed * (_root.maxspeed2 / speed); ySpeed = ySpeed * (_root.maxspeed2 / speed); } _y = (_y - ySpeed); _x = (_x + xSpeed); if (_y < 0) { _y = 400; } if (_y > 400) { _y = 0; } if (_x < 0) { _x = 635; } if (_x > 635) { _x = 0; } } onClipEvent (enterFrame) { if (_root.ship2.ship.hitTest(_root.ship.ship)) { yknock = ySpeed; xknock = xSpeed; ySpeed = _root.ship.ySpeed; xSpeed = _root.ship.xSpeed; _root.ship.ySpeed = yknock; _root.ship.xSpeed = xknock; } }
Symbol 5 MovieClip Frame 1
stop();
Symbol 12 Button
on (release) { getURL ("http://www.flashbolt.com", "_blank"); }
Symbol 36 MovieClip Frame 48
_root.nextFrame();
Symbol 41 MovieClip Frame 1
numEnemy = 50; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; }
Instance of Symbol 40 MovieClip "enemy1" in Symbol 41 MovieClip Frame 1
onClipEvent (load) { function reset() { this._x = 600; this._y = random(400) + 0; enemySpeed = random(100) + 1; } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } }
Symbol 49 MovieClip Frame 1
stop(); place = false;
Symbol 49 MovieClip Frame 71
place = true;
Symbol 49 MovieClip Frame 72
place = true;
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 1
stop(); place = false;
Symbol 61 MovieClip Frame 2
stop();
Symbol 63 Button
on (release) { nextFrame(); }
Symbol 65 Button
on (release) { gotoAndStop (339); }
Symbol 71 Button
on (release) { prevFrame(); }
Symbol 78 Button
on (release) { play(); }
Instance of Symbol 83 MovieClip in Symbol 85 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ship.ship)) { _root.ship.ySpeed = (-_root.ship.ySpeed) * 5; _root.ship.xSpeed = (-_root.ship.xSpeed) * 5; } }
Symbol 108 Button
on (release) { gotoAndStop (351); }
Symbol 109 Button
on (release) { gotoAndStop (341); }
Symbol 110 Button
on (release) { gotoAndStop (366); }
Symbol 114 Button
on (release) { _root.maxspeed = mySharedObject.data.maxspeed; _root.money = mySharedObject.data.money; _root.life = mySharedObject.data.life; _root.lifemax = mySharedObject.data.lifemax; _root.shieldtime = mySharedObject.data.shieldtime; _root.shieldtimemax = mySharedObject.data.shieldtimemax; _root.gas = mySharedObject.data.gas; _root.gasmax = mySharedObject.data.gasmax; _root.shieldnr = mySharedObject.data.shieldnr; gotoAndStop (351); _root.maxspeed2 = mySharedObject.data.maxspeed2; _root.money2 = mySharedObject.data.money2; _root.life2 = mySharedObject.data.life2; _root.lifemax2 = mySharedObject.data.lifemax2; _root.shieldtime2 = mySharedObject.data.shieldtime2; _root.shieldtimemax2 = mySharedObject.data.shieldtimemax2; _root.gas2 = mySharedObject.data.gas2; _root.gasmax2 = mySharedObject.data.gasmax2; _root.shieldnr2 = mySharedObject.data.shieldnr2; }
Symbol 115 Button
on (release) { _root.days = mySharedObject.data.days; _root.totalmoney = mySharedObject.data.totalmoney; _root.compmoney = mySharedObject.data.compmoney; _root.maxspeed = mySharedObject.data.maxspeed; _root.money = mySharedObject.data.money; _root.life = mySharedObject.data.life; _root.lifemax = mySharedObject.data.lifemax; _root.shieldtime = mySharedObject.data.shieldtime; _root.shieldtimemax = mySharedObject.data.shieldtimemax; _root.gas = mySharedObject.data.gas; _root.gasmax = mySharedObject.data.gasmax; _root.shieldnr = mySharedObject.data.shieldnr; gotoAndStop (341); }
Symbol 123 Button
on (release) { if (_root.money >= _root.lifeprice) { _root.money = _root.money - _root.lifeprice; _root.lifemax = _root.lifemax + 10; _root.life = _root.lifemax; _root.lifeupg = _root.lifemax + 10; _root.lifeprice = _root.lifemax * 10; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 130 Button
on (release) { if (_root.money >= _root.shieldprice) { _root.money = _root.money - _root.shieldprice; _root.shieldtimemax = _root.shieldtimemax + 10; _root.shieldtime = _root.shieldtime + 10; _root.shieldtime = _root.shieldtimemax; _root.shieldupg = _root.shieldtimemax + 10; _root.shieldprice = _root.shieldtimemax * 10; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 133 Button
on (release) { if (_root.money >= 1000) { _root.money = _root.money - 1000; _root.life = _root.lifemax; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 140 Button
on (release) { if (_root.money >= _root.gasprice) { _root.money = _root.money - _root.gasprice; _root.gasmax = _root.gasmax + 10; _root.gas = _root.gas + 10; _root.gas = _root.gasmax; _root.gasupg = _root.gasmax + 10; _root.gasprice = _root.gasmax * 10; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 143 Button
on (release) { if (_root.money >= 1000) { _root.money = _root.money - 1000; _root.shieldnr = _root.shieldnr + 1; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 150 Button
on (release) { if (_root.money >= _root.maxspeedprice) { _root.money = _root.money - _root.maxspeedprice; _root.maxspeed = _root.maxspeed + 0.5; _root.maxspeedupg = _root.maxspeed + 0.5; _root.maxspeedprice = _root.maxspeed * 1000; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 158 Button
on (release) { if (_root.days > 25) { _root.days = _root.days - 10; _root.txtbox = "You have moved 10 days forward."; } else { _root.txtbox = "The computer won't accept your offer."; } }
Symbol 160 Button
on (release) { mySharedObject.data.days = _root.days; mySharedObject.data.compmoney = _root.compmoney; mySharedObject.data.maxspeed = _root.maxspeed; mySharedObject.data.money = _root.money; mySharedObject.data.totalmoney = _root.totalmoney; mySharedObject.data.life = _root.life; mySharedObject.data.lifemax = _root.lifemax; mySharedObject.data.shieldtime = _root.shieldtime; mySharedObject.data.shieldtimemax = _root.shieldtimemax; mySharedObject.data.gas = _root.gas; mySharedObject.data.gasmax = _root.gasmax; mySharedObject.data.shieldnr = _root.shieldnr; mySharedObject.flush(); }
Symbol 163 Button
on (release) { gotoAndStop (339); }
Symbol 165 MovieClip Frame 1
stop();
Symbol 167 Button
on (release) { gotoAndPlay (341); }
Symbol 171 Button
on (release) { gotoAndStop (343); } on (rollOver) { _root.description = "The first level, recommended for beginners."; } on (rollOut) { _root.description = ""; }
Symbol 172 Button
on (release) { gotoAndStop (344); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Still an easy level, just watch out for the moon."; }
Symbol 173 Button
on (release) { gotoAndStop (345); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Be ready to dodge a lot, because if you're slow you'll not live long in the asteroid belt!"; }
Symbol 174 Button
on (release) { gotoAndStop (346); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Watch out for the aliens, they know where you are..."; }
Symbol 175 Button
on (release) { gotoAndStop (347); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Hurry up before the Super Nova is too big!"; }
Symbol 176 Button
on (release) { gotoAndStop (348); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "You'd better have a strong engine or you will be sucked into the Black hole in no time!"; }
Symbol 177 Button
on (release) { gotoAndStop (349); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Warning! Warning! Extremely dangerous level. Enter with caution!"; }
Symbol 223 MovieClip Frame 1
stop();
Symbol 236 Button
on (release) { tellTarget ("_root") { gotoAndPlay (1); }; }
Symbol 239 MovieClip Frame 1081
stop();
Symbol 256 Button
on (press) { gotoAndStop (360); }
Symbol 257 Button
on (release) { mySharedObject.data.maxspeed = _root.maxspeed; mySharedObject.data.money = _root.money; mySharedObject.data.life = _root.life; mySharedObject.data.lifemax = _root.lifemax; mySharedObject.data.shieldtime = _root.shieldtime; mySharedObject.data.shieldtimemax = _root.shieldtimemax; mySharedObject.data.gas = _root.gas; mySharedObject.data.gasmax = _root.gasmax; mySharedObject.data.shieldnr = _root.shieldnr; mySharedObject.data.maxspeed2 = _root.maxspeed2; mySharedObject.data.money2 = _root.money2; mySharedObject.data.life2 = _root.life2; mySharedObject.data.lifemax2 = _root.lifemax2; mySharedObject.data.shieldtime2 = _root.shieldtime2; mySharedObject.data.shieldtimemax2 = _root.shieldtimemax2; mySharedObject.data.gas2 = _root.gas2; mySharedObject.data.gasmax2 = _root.gasmax2; mySharedObject.data.shieldnr2 = _root.shieldnr2; mySharedObject.flush(); }
Symbol 259 Button
on (release) { _root.pl1end._visible = true; }
Symbol 265 Button
on (release) { _root.pl1end._visible = false; }
Symbol 266 Button
on (release) { tellTarget ("_root") { gotoAndPlay ("end2"); }; }
Symbol 280 MovieClip Frame 500
tellTarget ("_root") { _root.txtbox = "Delaying time out."; gotoAndPlay ("shop"); };
Symbol 282 Button
on (release) { gotoAndPlay (351); }
Symbol 286 Button
on (release) { gotoAndStop (353); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Still an easy level, just watch out for the moon."; }
Symbol 287 Button
on (release) { gotoAndStop (354); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Be ready to dodge a lot, because if you're slow you'll not live long in the asteroid belt!"; }
Symbol 288 Button
on (release) { gotoAndStop (355); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Watch out for the aliens, they know where you are..."; }
Symbol 289 Button
on (release) { gotoAndStop (356); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Hurry up before the Super Nova is too big!"; }
Symbol 290 Button
on (release) { gotoAndStop (357); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "You'd better have a strong engine or you will be sucked into the Black hole in no time!"; }
Symbol 291 Button
on (release) { gotoAndStop (352); } on (rollOver) { _root.description = "The first level, recommended for beginners."; } on (rollOut) { _root.description = ""; }
Symbol 295 Button
on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Try to stay on the pad in the middle, if you do you get the other player's money!"; } on (press) { gotoAndStop (361); }
Symbol 296 Button
on (press) { gotoAndStop (363); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Hold the flag and get the other players money! Don't get caught, simply avoid being knocked."; }
Symbol 297 Button
on (release) { gotoAndStop (362); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Shove the other player off the pad, but watch out so you don't fall off yourself!"; }
Symbol 301 Button
on (release) { if (_root.money2 >= _root.lifeprice2) { _root.money2 = _root.money2 - _root.lifeprice2; _root.lifemax2 = _root.lifemax2 + 10; _root.life2 = _root.lifemax2; _root.lifeupg2 = _root.lifemax2 + 10; _root.lifeprice2 = _root.lifemax2 * 10; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 305 Button
on (release) { if (_root.money2 >= _root.shieldprice2) { _root.money2 = _root.money2 - _root.shieldprice2; _root.shieldtimemax2 = _root.shieldtimemax2 + 10; _root.shieldtime2 = _root.shieldtime2 + 10; _root.shieldtime2 = _root.shieldtimemax2; _root.shieldupg2 = _root.shieldtimemax2 + 10; _root.shieldprice2 = _root.shieldtimemax2 * 10; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 307 Button
on (release) { if (_root.money2 >= 1000) { _root.money2 = _root.money2 - 1000; _root.life2 = _root.lifemax2; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 311 Button
on (release) { if (_root.money2 >= _root.gasprice2) { _root.money2 = _root.money2 - _root.gasprice2; _root.gasmax2 = _root.gasmax2 + 10; _root.gas2 = _root.gas2 + 10; _root.gas2 = _root.gasmax2; _root.gasupg2 = _root.gasmax2 + 10; _root.gasprice2 = _root.gasmax2 * 10; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 313 Button
on (release) { if (_root.money2 >= 1000) { _root.money2 = _root.money2 - 1000; _root.shieldnr2 = _root.shieldnr2 + 1; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 317 Button
on (release) { if (_root.money2 >= _root.maxspeedprice2) { _root.money2 = _root.money2 - _root.maxspeedprice2; _root.maxspeed2 = _root.maxspeed2 + 0.5; _root.maxspeedupg2 = _root.maxspeed2 + 0.5; _root.maxspeedprice2 = _root.maxspeed2 * 1000; _root.txtbox = "Thank you for shopping here. Please come again!"; } else { _root.txtbox = "You don't have enough money."; } }
Symbol 321 Button
on (release) { _root.pl2end._visible = true; }
Symbol 325 Button
on (release) { _root.pl2end._visible = false; }
Symbol 326 Button
on (release) { tellTarget ("_root") { gotoAndPlay ("end2"); }; }
Symbol 329 MovieClip Frame 2
_root.money = _root.money - Math.round(_root.money / 2); _root.money2 = _root.money2 + _root.money; _root.totalmoney2 = _root.totalmoney2 + _root.money; tellTarget ("_root") { gotoAndStop ("shop"); _root.txtbox = ("Player 2 won! You got " + _root.money) + "!"; };
Symbol 329 MovieClip Frame 240
_root.money2 = _root.money2 - Math.round(_root.money2 / 2); _root.money = _root.money + _root.money2; _root.totalmoney = _root.totalmoney + _root.money2; tellTarget ("_root") { gotoAndStop ("shop"); _root.txtbox = ("Player 1 won! You got " + _root.money2) + "!"; };
Symbol 337 MovieClip Frame 2
_root.money = _root.money - Math.round(_root.money / 2); _root.money2 = _root.money2 + _root.money; _root.totalmoney2 = _root.totalmoney2 + _root.money; tellTarget ("_root") { gotoAndStop ("shop"); _root.txtbox = ("Player 2 won! You got " + _root.money) + "!"; };
Symbol 337 MovieClip Frame 1000
_root.money2 = _root.money2 - Math.round(_root.money2 / 2); _root.money = _root.money + _root.money2; _root.totalmoney = _root.totalmoney + _root.money2; tellTarget ("_root") { gotoAndStop ("shop"); _root.txtbox = ("Player 1 won! You got " + _root.money2) + "!"; };
Symbol 343 Button
on (release) { gotoAndPlay (339); }

Library Items

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

Instance Names

"alien"Frame 7Symbol 81 MovieClip
"load"Frame 339Symbol 63 Button
"pl2"Frame 339Symbol 108 Button
"pl1"Frame 339Symbol 109 Button
"pr"Frame 339Symbol 110 Button
"load"Frame 340Symbol 71 Button
"pl2"Frame 340Symbol 114 Button
"pl1"Frame 340Symbol 115 Button
"alien"Frame 343Symbol 81 MovieClip
"shield"Frame 343Symbol 191 MovieClip
"ship"Frame 343Symbol 196 MovieClip
"dollar"Frame 343Symbol 49 MovieClip
"gasbar1"Frame 343Symbol 203 MovieClip
"lifebar1"Frame 343Symbol 203 MovieClip
"shieldbar1"Frame 343Symbol 203 MovieClip
"astroface"Frame 343Symbol 220 MovieClip
"visual"Frame 343Symbol 223 MovieClip
"shield"Frame 344Symbol 191 MovieClip
"ship"Frame 344Symbol 196 MovieClip
"dollar"Frame 344Symbol 49 MovieClip
"dollar"Frame 345Symbol 49 MovieClip
"dollar"Frame 347Symbol 49 MovieClip
"dollar"Frame 348Symbol 49 MovieClip
"alien"Frame 350Symbol 81 MovieClip
"alien"Frame 350Symbol 81 MovieClip
"alien"Frame 350Symbol 81 MovieClip
"alien"Frame 350Symbol 81 MovieClip
"pl1end"Frame 351Symbol 267 MovieClip
"shield"Frame 352Symbol 191 MovieClip
"shield2"Frame 352Symbol 191 MovieClip
"ship"Frame 352Symbol 196 MovieClip
"ship2"Frame 352Symbol 270 MovieClip
"gasbar1"Frame 352Symbol 203 MovieClip
"lifebar1"Frame 352Symbol 203 MovieClip
"shieldbar1"Frame 352Symbol 203 MovieClip
"gasbar2"Frame 352Symbol 203 MovieClip
"lifebar2"Frame 352Symbol 203 MovieClip
"shieldbar2"Frame 352Symbol 203 MovieClip
"visual"Frame 352Symbol 223 MovieClip
"ship2"Frame 353Symbol 270 MovieClip
"pl2end"Frame 360Symbol 327 MovieClip
"shield"Frame 361Symbol 191 MovieClip
"shield2"Frame 361Symbol 191 MovieClip
"ship"Frame 361Symbol 196 MovieClip
"ship2"Frame 361Symbol 270 MovieClip
"pengameter"Frame 361Symbol 329 MovieClip
"ship2"Frame 362Symbol 270 MovieClip
"ship"Frame 363Symbol 196 MovieClip
"ship2"Frame 363Symbol 270 MovieClip
"flag"Frame 363Symbol 195 MovieClip
"pengameter"Frame 363Symbol 337 MovieClip
"ship"Frame 364Symbol 196 MovieClip
"ship2"Frame 364Symbol 270 MovieClip
"gasbar1"Frame 364Symbol 203 MovieClip
"shieldbar1"Frame 364Symbol 203 MovieClip
"gasbar2"Frame 364Symbol 203 MovieClip
"shieldbar2"Frame 364Symbol 203 MovieClip
"visual"Frame 364Symbol 223 MovieClip
"alien"Frame 365Symbol 81 MovieClip
"alien"Frame 365Symbol 81 MovieClip
"alien"Frame 365Symbol 81 MovieClip
"alien"Frame 365Symbol 81 MovieClip
"ship"Frame 366Symbol 196 MovieClip
"ship2"Frame 366Symbol 270 MovieClip
"enemy1"Symbol 41 MovieClip Frame 1Symbol 40 MovieClip
"flames"Symbol 196 MovieClip Frame 1Symbol 88 MovieClip
"ship"Symbol 196 MovieClip Frame 1Symbol 193 MovieClip
"flag"Symbol 196 MovieClip Frame 1Symbol 195 MovieClip
"flames"Symbol 270 MovieClip Frame 1Symbol 88 MovieClip
"ship"Symbol 270 MovieClip Frame 1Symbol 269 MovieClip
"flag"Symbol 270 MovieClip Frame 1Symbol 195 MovieClip

Labels

"shoppl1"Frame 341
"end1"Frame 350
"shop"Frame 351
"pl2shop"Frame 360
"koth"Frame 361
"moneybelt"Frame 364
"end2"Frame 365

Dynamic Text Variables

PercentLoadedSymbol 7 EditableText""
lifemaxSymbol 120 EditableText"100"
lifeupgSymbol 121 EditableText"110"
lifepriceSymbol 122 EditableText"1000"
shieldtimemaxSymbol 127 EditableText"100"
shieldupgSymbol 128 EditableText"110"
shieldpriceSymbol 129 EditableText"1000"
liferestorepriceSymbol 132 EditableText"1000"
gasmaxSymbol 137 EditableText"100"
gasupgSymbol 138 EditableText"110"
gaspriceSymbol 139 EditableText"1000"
liferestorepriceSymbol 142 EditableText"1000"
maxspeedSymbol 147 EditableText"100"
maxspeedupgSymbol 148 EditableText"110"
maxspeedpriceSymbol 149 EditableText"1000"
txtboxSymbol 152 EditableText"Thank you for visiting my store!"
daysSymbol 156 EditableText""
moneySymbol 162 EditableText"1000"
descriptionSymbol 170 EditableText""
moneySymbol 199 EditableText""
shieldnrSymbol 210 EditableText"0"
daysSymbol 213 EditableText""
plstatusSymbol 233 EditableText""
pl2statusSymbol 234 EditableText""
plstatusSymbol 237 EditableText""
pl2statusSymbol 238 EditableText""
lifemaxSymbol 240 EditableText"100"
lifeupgSymbol 241 EditableText"110"
lifepriceSymbol 242 EditableText"1000"
shieldtimemaxSymbol 243 EditableText"100"
shieldupgSymbol 244 EditableText"110"
shieldpriceSymbol 245 EditableText"1000"
liferestorepriceSymbol 246 EditableText"1000"
gasmaxSymbol 247 EditableText"100"
gasupgSymbol 248 EditableText"110"
gaspriceSymbol 249 EditableText"1000"
liferestorepriceSymbol 250 EditableText"1000"
maxspeedSymbol 251 EditableText"100"
maxspeedupgSymbol 252 EditableText"110"
maxspeedpriceSymbol 253 EditableText"1000"
moneySymbol 254 EditableText""
txtboxSymbol 255 EditableText"Thank you for visiting my store!"
moneySymbol 271 EditableText""
shieldnrSymbol 272 EditableText"0"
money2Symbol 273 EditableText""
shieldnr2Symbol 274 EditableText"0"
descriptionSymbol 285 EditableText""
lifemax2Symbol 298 EditableText"100"
lifeupg2Symbol 299 EditableText"110"
lifeprice2Symbol 300 EditableText"1000"
shieldtimemax2Symbol 302 EditableText"100"
shieldupg2Symbol 303 EditableText"110"
shieldprice2Symbol 304 EditableText"1000"
liferestorepriceSymbol 306 EditableText"1000"
gasmax2Symbol 308 EditableText"100"
gasupg2Symbol 309 EditableText"110"
gasprice2Symbol 310 EditableText"1000"
liferestorepriceSymbol 312 EditableText"1000"
maxspeed2Symbol 314 EditableText"100"
maxspeedupg2Symbol 315 EditableText"110"
maxspeedprice2Symbol 316 EditableText"1000"
txtboxSymbol 319 EditableText"Thank you for visiting my store!"
money2Symbol 322 EditableText""
moneySymbol 333 EditableText""
money2Symbol 334 EditableText""
moneySymbol 338 EditableText""
shieldnrSymbol 339 EditableText"0"
money2Symbol 340 EditableText""
shieldnr2Symbol 341 EditableText"0"




http://swfchan.com/6/26705/info.shtml
Created: 22/5 -2019 09:50:36 Last modified: 22/5 -2019 09:50:36 Server time: 12/05 -2024 23:40:53