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

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

space.swf

This is the info page for
Flash #24899

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


Text
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(); _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;
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();
Frame 3
stop();
Instance of Symbol 81 MovieClip in Frame 243
onClipEvent (enterFrame) { _rotation = (_rotation - 5); _x = (_x - 5); }
Instance of Symbol 84 MovieClip in Frame 243
onClipEvent (enterFrame) { _rotation = (_rotation - 5); _x = (_x - 5); }
Instance of Symbol 87 MovieClip in Frame 243
onClipEvent (enterFrame) { _rotation = (_rotation - 5); _x = (_x - 5); }
Instance of Symbol 89 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 146 MovieClip in Frame 341
onClipEvent (enterFrame) { if (_root.days < 1) { tellTarget ("_root") { gotoAndPlay ("end1"); }; } }
Instance of Symbol 146 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 68 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 178 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 183 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 34 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 46 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 43 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 40 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 178 MovieClip in Frame 343
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 209 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 212 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 178 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 183 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 34 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 46 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 43 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 40 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 81 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 84 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 87 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 215 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 34 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 68 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 68 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 217 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 34 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 217 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 34 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 212 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 81 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 84 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 87 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 215 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 68 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 68 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 68 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 68 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 68 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 68 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 225 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 253 MovieClip "pl1end" in Frame 351
onClipEvent (load) { _visible = false; }
Instance of Symbol 146 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 178 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 178 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 183 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 34 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 256 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 46 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 43 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 40 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 178 MovieClip in Frame 352
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 178 MovieClip in Frame 352
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 266 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 209 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 212 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 46 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 43 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 40 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 256 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 34 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 81 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 84 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 87 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 215 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 34 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 68 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 68 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 34 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 217 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 34 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 217 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 34 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 313 MovieClip "pl2end" in Frame 360
onClipEvent (load) { _visible = false; }
Frame 361
stop();
Instance of Symbol 178 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 178 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 183 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 256 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 315 MovieClip "pengameter" in Frame 361
onClipEvent (load) { gotoAndStop (470); }
Instance of Symbol 318 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 256 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 322 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 183 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 256 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 182 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 323 MovieClip "pengameter" in Frame 363
onClipEvent (load) { gotoAndStop (850); } onClipEvent (enterFrame) { stop(); }
Frame 364
stop();
Instance of Symbol 46 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 43 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 40 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 34 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 34 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 34 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 34 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 34 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 34 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 34 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 34 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 34 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 34 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 183 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 256 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 178 MovieClip in Frame 364
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 178 MovieClip in Frame 364
onClipEvent (enterFrame) { Math.round(_root.money); }
Instance of Symbol 266 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 209 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 68 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 68 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 68 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 68 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 225 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 183 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 256 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.urgames.com", "_blank"); }
Symbol 14 Button
on (release) { getURL ("http://www.urgames.com", "_blank"); }
Symbol 21 MovieClip Frame 65
stop(); _root.play();
Symbol 26 MovieClip Frame 1
numEnemy = 50; i = 2; while (i <= numEnemy) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; }
Instance of Symbol 25 MovieClip "enemy1" in Symbol 26 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 34 MovieClip Frame 1
stop(); place = false;
Symbol 34 MovieClip Frame 71
place = true;
Symbol 34 MovieClip Frame 72
place = true;
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 2
stop();
Symbol 43 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 2
stop();
Symbol 46 MovieClip Frame 1
stop(); place = false;
Symbol 46 MovieClip Frame 2
stop();
Symbol 50 Button
on (release) { nextFrame(); }
Symbol 52 Button
on (release) { gotoAndStop (339); }
Symbol 58 Button
on (release) { prevFrame(); }
Symbol 65 Button
on (release) { play(); }
Instance of Symbol 70 MovieClip in Symbol 72 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 95 Button
on (release) { gotoAndStop (351); }
Symbol 96 Button
on (release) { gotoAndStop (341); }
Symbol 97 Button
on (release) { gotoAndStop (366); }
Symbol 101 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 102 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 110 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 117 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 120 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 127 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 130 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 137 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 145 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 147 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 150 Button
on (release) { gotoAndStop (339); }
Symbol 152 MovieClip Frame 1
stop();
Symbol 154 Button
on (release) { gotoAndPlay (341); }
Symbol 158 Button
on (release) { gotoAndStop (343); } on (rollOver) { _root.description = "The first level, recommended for beginners."; } on (rollOut) { _root.description = ""; }
Symbol 159 Button
on (release) { gotoAndStop (344); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Still an easy level, just watch out for the moon."; }
Symbol 160 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 161 Button
on (release) { gotoAndStop (346); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Watch out for the aliens, they know where you are..."; }
Symbol 162 Button
on (release) { gotoAndStop (347); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Hurry up before the Super Nova is too big!"; }
Symbol 163 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 164 Button
on (release) { gotoAndStop (349); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Warning! Warning! Extremely dangerous level. Enter with caution!"; }
Symbol 209 MovieClip Frame 1
stop();
Symbol 222 Button
on (release) { tellTarget ("_root") { gotoAndPlay (1); }; }
Symbol 225 MovieClip Frame 1081
stop();
Symbol 242 Button
on (press) { gotoAndStop (360); }
Symbol 243 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 245 Button
on (release) { _root.pl1end._visible = true; }
Symbol 251 Button
on (release) { _root.pl1end._visible = false; }
Symbol 252 Button
on (release) { tellTarget ("_root") { gotoAndPlay ("end2"); }; }
Symbol 266 MovieClip Frame 500
tellTarget ("_root") { _root.txtbox = "Delaying time out."; gotoAndPlay ("shop"); };
Symbol 268 Button
on (release) { gotoAndPlay (351); }
Symbol 272 Button
on (release) { gotoAndStop (353); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Still an easy level, just watch out for the moon."; }
Symbol 273 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 274 Button
on (release) { gotoAndStop (355); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Watch out for the aliens, they know where you are..."; }
Symbol 275 Button
on (release) { gotoAndStop (356); } on (rollOut) { _root.description = ""; } on (rollOver) { _root.description = "Hurry up before the Super Nova is too big!"; }
Symbol 276 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 277 Button
on (release) { gotoAndStop (352); } on (rollOver) { _root.description = "The first level, recommended for beginners."; } on (rollOut) { _root.description = ""; }
Symbol 281 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 282 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 283 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 287 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 291 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 293 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 297 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 299 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 303 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 307 Button
on (release) { _root.pl2end._visible = true; }
Symbol 311 Button
on (release) { _root.pl2end._visible = false; }
Symbol 312 Button
on (release) { tellTarget ("_root") { gotoAndPlay ("end2"); }; }
Symbol 315 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 315 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 323 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 323 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 329 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 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:12
Symbol 12 ButtonUses:11Used by:Timeline
Symbol 13 GraphicUsed by:14 189
Symbol 14 ButtonUses:13Used by:21
Symbol 15 GraphicUsed by:21
Symbol 16 GraphicUsed by:21
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:21
Symbol 19 SoundUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:14 15 16 18 19 20Used by:Timeline
Symbol 22 FontUsed by:23 27 28 29 30 31 51 53 55 56 59 60 62 63 64 66 103 104 105 106 107 108 109 111 112 113 114 115 116 118 119 121 122 123 124 125 126 128 129 131 132 133 134 135 136 138 142 143 149 218 219 220 221 223 224 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 284 285 286 288 289 290 292 294 295 296 298 300 301 302 304 308 328
Symbol 23 TextUses:22Used by:Timeline
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:Timeline
Symbol 27 TextUses:22Used by:Timeline
Symbol 28 TextUses:22Used by:Timeline
Symbol 29 TextUses:22Used by:Timeline
Symbol 30 TextUses:22Used by:Timeline
Symbol 31 TextUses:22Used by:Timeline
Symbol 32 GraphicUsed by:34
Symbol 33 SoundUsed by:34
Symbol 34 MovieClipUses:32 33Used by:315 323  Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:40
Symbol 37 FontUsed by:38
Symbol 38 TextUses:37Used by:40
Symbol 39 SoundUsed by:40
Symbol 40 MovieClipUses:36 38 39Used by:Timeline
Symbol 41 GraphicUsed by:43
Symbol 42 SoundUsed by:43
Symbol 43 MovieClipUses:41 42Used by:Timeline
Symbol 44 GraphicUsed by:46
Symbol 45 SoundUsed by:46
Symbol 46 MovieClipUses:44 45Used by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:50 52 58 65 95 96 97 101 102 110 117 120 127 130 137 145 147 150 154 158 159 160 161 162 163 164 222 242 243 245 251 252 268 272 273 274 275 276 277 282 283 287 291 293 297 299 303 307 311 312 329
Symbol 49 SoundUsed by:50 52 58 65 95 96 97 101 102 110 117 120 127 130 137 145 147 150 154 158 159 160 161 162 163 164 222 242 243 245 251 252 268 272 273 274 275 276 277 282 283 287 291 293 297 299 303 307 311 312 329
Symbol 50 ButtonUses:48 49Used by:Timeline
Symbol 51 TextUses:22Used by:Timeline
Symbol 52 ButtonUses:48 49Used by:Timeline
Symbol 53 TextUses:22Used by:Timeline
Symbol 54 MovieClipUses:SS2Used by:Timeline
Symbol 55 TextUses:22Used by:Timeline
Symbol 56 TextUses:22Used by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 ButtonUses:48 49Used by:Timeline
Symbol 59 TextUses:22Used by:Timeline
Symbol 60 TextUses:22Used by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 TextUses:22Used by:Timeline
Symbol 63 TextUses:22Used by:Timeline
Symbol 64 TextUses:22Used by:Timeline
Symbol 65 ButtonUses:48 49Used by:Timeline
Symbol 66 TextUses:22Used by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:70 71Used by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:183 256  Timeline
Symbol 76 FontUsed by:77 78 90 139 140 141 144 148 153 155 156 157 165 166 167 168 169 170 171 185 186 187 190 192 196 197 198 199 241 244 247 248 249 250 257 258 259 260 261 269 270 271 278 279 305 306 310 319 320 321 324 325 326 327
Symbol 77 TextUses:76Used by:Timeline
Symbol 78 TextUses:76Used by:Timeline
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:79 80Used by:Timeline
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:82 83Used by:Timeline
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:85 86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 TextUses:76Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 FontUsed by:93 94 98 99 100
Symbol 93 TextUses:92Used by:Timeline
Symbol 94 TextUses:92Used by:Timeline
Symbol 95 ButtonUses:48 49Used by:Timeline
Symbol 96 ButtonUses:48 49Used by:Timeline
Symbol 97 ButtonUses:48 49Used by:Timeline
Symbol 98 TextUses:92Used by:Timeline
Symbol 99 TextUses:92Used by:Timeline
Symbol 100 TextUses:92Used by:Timeline
Symbol 101 ButtonUses:48 49Used by:Timeline
Symbol 102 ButtonUses:48 49Used by:Timeline
Symbol 103 TextUses:22Used by:Timeline
Symbol 104 TextUses:22Used by:Timeline
Symbol 105 TextUses:22Used by:Timeline
Symbol 106 TextUses:22Used by:Timeline
Symbol 107 EditableTextUses:22Used by:Timeline
Symbol 108 EditableTextUses:22Used by:Timeline
Symbol 109 EditableTextUses:22Used by:Timeline
Symbol 110 ButtonUses:48 49Used by:Timeline
Symbol 111 TextUses:22Used by:Timeline
Symbol 112 TextUses:22Used by:Timeline
Symbol 113 TextUses:22Used by:Timeline
Symbol 114 EditableTextUses:22Used by:Timeline
Symbol 115 EditableTextUses:22Used by:Timeline
Symbol 116 EditableTextUses:22Used by:Timeline
Symbol 117 ButtonUses:48 49Used by:Timeline
Symbol 118 TextUses:22Used by:Timeline
Symbol 119 EditableTextUses:22Used by:Timeline
Symbol 120 ButtonUses:48 49Used by:Timeline
Symbol 121 TextUses:22Used by:Timeline
Symbol 122 TextUses:22Used by:Timeline
Symbol 123 TextUses:22Used by:Timeline
Symbol 124 EditableTextUses:22Used by:Timeline
Symbol 125 EditableTextUses:22Used by:Timeline
Symbol 126 EditableTextUses:22Used by:Timeline
Symbol 127 ButtonUses:48 49Used by:Timeline
Symbol 128 TextUses:22Used by:Timeline
Symbol 129 EditableTextUses:22Used by:Timeline
Symbol 130 ButtonUses:48 49Used by:Timeline
Symbol 131 TextUses:22Used by:Timeline
Symbol 132 TextUses:22Used by:Timeline
Symbol 133 TextUses:22Used by:Timeline
Symbol 134 EditableTextUses:22Used by:Timeline
Symbol 135 EditableTextUses:22Used by:Timeline
Symbol 136 EditableTextUses:22Used by:Timeline
Symbol 137 ButtonUses:48 49Used by:Timeline
Symbol 138 TextUses:22Used by:Timeline
Symbol 139 EditableTextUses:76Used by:Timeline
Symbol 140 TextUses:76Used by:Timeline
Symbol 141 TextUses:76Used by:Timeline
Symbol 142 TextUses:22Used by:Timeline
Symbol 143 EditableTextUses:22Used by:Timeline
Symbol 144 TextUses:76Used by:Timeline
Symbol 145 ButtonUses:48 49Used by:Timeline
Symbol 146 MovieClipUsed by:Timeline
Symbol 147 ButtonUses:48 49Used by:Timeline
Symbol 148 TextUses:76Used by:Timeline
Symbol 149 EditableTextUses:22Used by:Timeline
Symbol 150 ButtonUses:48 49Used by:Timeline
Symbol 151 MovieClipUses:SS3Used by:152
Symbol 152 MovieClipUses:151Used by:Timeline
Symbol 153 TextUses:76Used by:Timeline
Symbol 154 ButtonUses:48 49Used by:Timeline
Symbol 155 TextUses:76Used by:Timeline
Symbol 156 TextUses:76Used by:Timeline
Symbol 157 EditableTextUses:76Used by:Timeline
Symbol 158 ButtonUses:48 49Used by:Timeline
Symbol 159 ButtonUses:48 49Used by:Timeline
Symbol 160 ButtonUses:48 49Used by:Timeline
Symbol 161 ButtonUses:48 49Used by:Timeline
Symbol 162 ButtonUses:48 49Used by:Timeline
Symbol 163 ButtonUses:48 49Used by:Timeline
Symbol 164 ButtonUses:48 49Used by:Timeline
Symbol 165 TextUses:76Used by:Timeline
Symbol 166 TextUses:76Used by:Timeline
Symbol 167 TextUses:76Used by:Timeline
Symbol 168 TextUses:76Used by:Timeline
Symbol 169 TextUses:76Used by:Timeline
Symbol 170 TextUses:76Used by:Timeline
Symbol 171 TextUses:76Used by:Timeline
Symbol 172 FontUsed by:173 174
Symbol 173 TextUses:172Used by:Timeline
Symbol 174 TextUses:172Used by:Timeline
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:Timeline
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:183
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:183 256  Timeline
Symbol 183 MovieClipUses:75 180 182Used by:Timeline
Symbol 184 GraphicUsed by:Timeline
Symbol 185 TextUses:76Used by:Timeline
Symbol 186 EditableTextUses:76Used by:Timeline
Symbol 187 TextUses:76Used by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 MovieClipUses:13Used by:Timeline
Symbol 190 TextUses:76Used by:Timeline
Symbol 191 GraphicUsed by:Timeline
Symbol 192 TextUses:76Used by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 FontUsed by:195 264
Symbol 195 TextUses:194Used by:Timeline
Symbol 196 EditableTextUses:76Used by:Timeline
Symbol 197 TextUses:76Used by:Timeline
Symbol 198 TextUses:76Used by:Timeline
Symbol 199 EditableTextUses:76Used by:Timeline
Symbol 200 GraphicUsed by:206
Symbol 201 GraphicUsed by:206
Symbol 202 GraphicUsed by:206
Symbol 203 GraphicUsed by:206
Symbol 204 GraphicUsed by:206
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:200 201 202 203 204 205Used by:Timeline
Symbol 207 GraphicUsed by:209
Symbol 208 SoundUsed by:209
Symbol 209 MovieClipUses:207 208Used by:Timeline
Symbol 210 GraphicUsed by:212
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:210 211Used by:Timeline
Symbol 213 GraphicUsed by:215
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:213 214Used by:Timeline
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 TextUses:22Used by:225
Symbol 219 EditableTextUses:22Used by:225
Symbol 220 EditableTextUses:22Used by:225
Symbol 221 TextUses:22Used by:225
Symbol 222 ButtonUses:48 49Used by:225
Symbol 223 EditableTextUses:22Used by:225
Symbol 224 EditableTextUses:22Used by:225
Symbol 225 MovieClipUses:218 219 220 221 222 223 224Used by:Timeline
Symbol 226 EditableTextUses:22Used by:Timeline
Symbol 227 EditableTextUses:22Used by:Timeline
Symbol 228 EditableTextUses:22Used by:Timeline
Symbol 229 EditableTextUses:22Used by:Timeline
Symbol 230 EditableTextUses:22Used by:Timeline
Symbol 231 EditableTextUses:22Used by:Timeline
Symbol 232 EditableTextUses:22Used by:Timeline
Symbol 233 EditableTextUses:22Used by:Timeline
Symbol 234 EditableTextUses:22Used by:Timeline
Symbol 235 EditableTextUses:22Used by:Timeline
Symbol 236 EditableTextUses:22Used by:Timeline
Symbol 237 EditableTextUses:22Used by:Timeline
Symbol 238 EditableTextUses:22Used by:Timeline
Symbol 239 EditableTextUses:22Used by:Timeline
Symbol 240 EditableTextUses:22Used by:Timeline
Symbol 241 EditableTextUses:76Used by:Timeline
Symbol 242 ButtonUses:48 49Used by:Timeline
Symbol 243 ButtonUses:48 49Used by:Timeline
Symbol 244 TextUses:76Used by:Timeline
Symbol 245 ButtonUses:48 49Used by:Timeline
Symbol 246 GraphicUsed by:253
Symbol 247 TextUses:76Used by:253 313
Symbol 248 TextUses:76Used by:253
Symbol 249 TextUses:76Used by:253 313
Symbol 250 TextUses:76Used by:253 313
Symbol 251 ButtonUses:48 49Used by:253
Symbol 252 ButtonUses:48 49Used by:253
Symbol 253 MovieClipUses:246 247 248 249 250 251 252Used by:Timeline
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:256
Symbol 256 MovieClipUses:75 255 182Used by:Timeline
Symbol 257 EditableTextUses:76Used by:Timeline
Symbol 258 EditableTextUses:76Used by:Timeline
Symbol 259 EditableTextUses:76Used by:Timeline
Symbol 260 EditableTextUses:76Used by:Timeline
Symbol 261 TextUses:76Used by:Timeline
Symbol 262 GraphicUsed by:Timeline
Symbol 263 ShapeTweeningUsed by:266
Symbol 264 TextUses:194Used by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:263 264 265Used by:Timeline
Symbol 267 GraphicUsed by:Timeline
Symbol 268 ButtonUses:48 49Used by:Timeline
Symbol 269 TextUses:76Used by:Timeline
Symbol 270 TextUses:76Used by:Timeline
Symbol 271 EditableTextUses:76Used by:Timeline
Symbol 272 ButtonUses:48 49Used by:Timeline
Symbol 273 ButtonUses:48 49Used by:Timeline
Symbol 274 ButtonUses:48 49Used by:Timeline
Symbol 275 ButtonUses:48 49Used by:Timeline
Symbol 276 ButtonUses:48 49Used by:Timeline
Symbol 277 ButtonUses:48 49Used by:Timeline
Symbol 278 TextUses:76Used by:Timeline
Symbol 279 TextUses:76Used by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 ButtonUses:280Used by:Timeline
Symbol 282 ButtonUses:48 49Used by:Timeline
Symbol 283 ButtonUses:48 49Used by:Timeline
Symbol 284 EditableTextUses:22Used by:Timeline
Symbol 285 EditableTextUses:22Used by:Timeline
Symbol 286 EditableTextUses:22Used by:Timeline
Symbol 287 ButtonUses:48 49Used by:Timeline
Symbol 288 EditableTextUses:22Used by:Timeline
Symbol 289 EditableTextUses:22Used by:Timeline
Symbol 290 EditableTextUses:22Used by:Timeline
Symbol 291 ButtonUses:48 49Used by:Timeline
Symbol 292 EditableTextUses:22Used by:Timeline
Symbol 293 ButtonUses:48 49Used by:Timeline
Symbol 294 EditableTextUses:22Used by:Timeline
Symbol 295 EditableTextUses:22Used by:Timeline
Symbol 296 EditableTextUses:22Used by:Timeline
Symbol 297 ButtonUses:48 49Used by:Timeline
Symbol 298 EditableTextUses:22Used by:Timeline
Symbol 299 ButtonUses:48 49Used by:Timeline
Symbol 300 EditableTextUses:22Used by:Timeline
Symbol 301 EditableTextUses:22Used by:Timeline
Symbol 302 EditableTextUses:22Used by:Timeline
Symbol 303 ButtonUses:48 49Used by:Timeline
Symbol 304 TextUses:22Used by:Timeline
Symbol 305 EditableTextUses:76Used by:Timeline
Symbol 306 TextUses:76Used by:Timeline
Symbol 307 ButtonUses:48 49Used by:Timeline
Symbol 308 EditableTextUses:22Used by:Timeline
Symbol 309 GraphicUsed by:313
Symbol 310 TextUses:76Used by:313
Symbol 311 ButtonUses:48 49Used by:313
Symbol 312 ButtonUses:48 49Used by:313
Symbol 313 MovieClipUses:309 247 310 249 250 311 312Used by:Timeline
Symbol 314 GraphicUsed by:315 323
Symbol 315 MovieClipUses:314 34Used by:Timeline
Symbol 316 GraphicUsed by:318 322
Symbol 317 GraphicUsed by:318 322
Symbol 318 MovieClipUses:316 317Used by:Timeline
Symbol 319 EditableTextUses:76Used by:Timeline
Symbol 320 EditableTextUses:76Used by:Timeline
Symbol 321 TextUses:76Used by:Timeline
Symbol 322 MovieClipUses:316 317Used by:Timeline
Symbol 323 MovieClipUses:314 34Used by:Timeline
Symbol 324 EditableTextUses:76Used by:Timeline
Symbol 325 EditableTextUses:76Used by:Timeline
Symbol 326 EditableTextUses:76Used by:Timeline
Symbol 327 EditableTextUses:76Used by:Timeline
Symbol 328 TextUses:22Used by:Timeline
Symbol 329 ButtonUses:48 49Used by:Timeline
Streaming Sound 1Used by:Timeline
Streaming Sound 2Used by:Symbol 54 MovieClip
Streaming Sound 3Used by:Symbol 151 MovieClip

Instance Names

"intro"Frame 2Symbol 21 MovieClip
"alien"Frame 7Symbol 68 MovieClip
"load"Frame 339Symbol 50 Button
"pl2"Frame 339Symbol 95 Button
"pl1"Frame 339Symbol 96 Button
"pr"Frame 339Symbol 97 Button
"load"Frame 340Symbol 58 Button
"pl2"Frame 340Symbol 101 Button
"pl1"Frame 340Symbol 102 Button
"alien"Frame 343Symbol 68 MovieClip
"shield"Frame 343Symbol 178 MovieClip
"ship"Frame 343Symbol 183 MovieClip
"dollar"Frame 343Symbol 34 MovieClip
"gasbar1"Frame 343Symbol 189 MovieClip
"lifebar1"Frame 343Symbol 189 MovieClip
"shieldbar1"Frame 343Symbol 189 MovieClip
"astroface"Frame 343Symbol 206 MovieClip
"visual"Frame 343Symbol 209 MovieClip
"shield"Frame 344Symbol 178 MovieClip
"ship"Frame 344Symbol 183 MovieClip
"dollar"Frame 344Symbol 34 MovieClip
"dollar"Frame 345Symbol 34 MovieClip
"dollar"Frame 347Symbol 34 MovieClip
"dollar"Frame 348Symbol 34 MovieClip
"alien"Frame 350Symbol 68 MovieClip
"alien"Frame 350Symbol 68 MovieClip
"alien"Frame 350Symbol 68 MovieClip
"alien"Frame 350Symbol 68 MovieClip
"pl1end"Frame 351Symbol 253 MovieClip
"shield"Frame 352Symbol 178 MovieClip
"shield2"Frame 352Symbol 178 MovieClip
"ship"Frame 352Symbol 183 MovieClip
"ship2"Frame 352Symbol 256 MovieClip
"gasbar1"Frame 352Symbol 189 MovieClip
"lifebar1"Frame 352Symbol 189 MovieClip
"shieldbar1"Frame 352Symbol 189 MovieClip
"gasbar2"Frame 352Symbol 189 MovieClip
"lifebar2"Frame 352Symbol 189 MovieClip
"shieldbar2"Frame 352Symbol 189 MovieClip
"visual"Frame 352Symbol 209 MovieClip
"ship2"Frame 353Symbol 256 MovieClip
"pl2end"Frame 360Symbol 313 MovieClip
"shield"Frame 361Symbol 178 MovieClip
"shield2"Frame 361Symbol 178 MovieClip
"ship"Frame 361Symbol 183 MovieClip
"ship2"Frame 361Symbol 256 MovieClip
"pengameter"Frame 361Symbol 315 MovieClip
"ship2"Frame 362Symbol 256 MovieClip
"ship"Frame 363Symbol 183 MovieClip
"ship2"Frame 363Symbol 256 MovieClip
"flag"Frame 363Symbol 182 MovieClip
"pengameter"Frame 363Symbol 323 MovieClip
"ship"Frame 364Symbol 183 MovieClip
"ship2"Frame 364Symbol 256 MovieClip
"gasbar1"Frame 364Symbol 189 MovieClip
"shieldbar1"Frame 364Symbol 189 MovieClip
"gasbar2"Frame 364Symbol 189 MovieClip
"shieldbar2"Frame 364Symbol 189 MovieClip
"visual"Frame 364Symbol 209 MovieClip
"alien"Frame 365Symbol 68 MovieClip
"alien"Frame 365Symbol 68 MovieClip
"alien"Frame 365Symbol 68 MovieClip
"alien"Frame 365Symbol 68 MovieClip
"ship"Frame 366Symbol 183 MovieClip
"ship2"Frame 366Symbol 256 MovieClip
"enemy1"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"flames"Symbol 183 MovieClip Frame 1Symbol 75 MovieClip
"ship"Symbol 183 MovieClip Frame 1Symbol 180 MovieClip
"flag"Symbol 183 MovieClip Frame 1Symbol 182 MovieClip
"flames"Symbol 256 MovieClip Frame 1Symbol 75 MovieClip
"ship"Symbol 256 MovieClip Frame 1Symbol 255 MovieClip
"flag"Symbol 256 MovieClip Frame 1Symbol 182 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 107 EditableText"100"
lifeupgSymbol 108 EditableText"110"
lifepriceSymbol 109 EditableText"1000"
shieldtimemaxSymbol 114 EditableText"100"
shieldupgSymbol 115 EditableText"110"
shieldpriceSymbol 116 EditableText"1000"
liferestorepriceSymbol 119 EditableText"1000"
gasmaxSymbol 124 EditableText"100"
gasupgSymbol 125 EditableText"110"
gaspriceSymbol 126 EditableText"1000"
liferestorepriceSymbol 129 EditableText"1000"
maxspeedSymbol 134 EditableText"100"
maxspeedupgSymbol 135 EditableText"110"
maxspeedpriceSymbol 136 EditableText"1000"
txtboxSymbol 139 EditableText"Thank you for visiting my store!"
daysSymbol 143 EditableText""
moneySymbol 149 EditableText"1000"
descriptionSymbol 157 EditableText""
moneySymbol 186 EditableText""
shieldnrSymbol 196 EditableText"0"
daysSymbol 199 EditableText""
plstatusSymbol 219 EditableText""
pl2statusSymbol 220 EditableText""
plstatusSymbol 223 EditableText""
pl2statusSymbol 224 EditableText""
lifemaxSymbol 226 EditableText"100"
lifeupgSymbol 227 EditableText"110"
lifepriceSymbol 228 EditableText"1000"
shieldtimemaxSymbol 229 EditableText"100"
shieldupgSymbol 230 EditableText"110"
shieldpriceSymbol 231 EditableText"1000"
liferestorepriceSymbol 232 EditableText"1000"
gasmaxSymbol 233 EditableText"100"
gasupgSymbol 234 EditableText"110"
gaspriceSymbol 235 EditableText"1000"
liferestorepriceSymbol 236 EditableText"1000"
maxspeedSymbol 237 EditableText"100"
maxspeedupgSymbol 238 EditableText"110"
maxspeedpriceSymbol 239 EditableText"1000"
moneySymbol 240 EditableText""
txtboxSymbol 241 EditableText"Thank you for visiting my store!"
moneySymbol 257 EditableText""
shieldnrSymbol 258 EditableText"0"
money2Symbol 259 EditableText""
shieldnr2Symbol 260 EditableText"0"
descriptionSymbol 271 EditableText""
lifemax2Symbol 284 EditableText"100"
lifeupg2Symbol 285 EditableText"110"
lifeprice2Symbol 286 EditableText"1000"
shieldtimemax2Symbol 288 EditableText"100"
shieldupg2Symbol 289 EditableText"110"
shieldprice2Symbol 290 EditableText"1000"
liferestorepriceSymbol 292 EditableText"1000"
gasmax2Symbol 294 EditableText"100"
gasupg2Symbol 295 EditableText"110"
gasprice2Symbol 296 EditableText"1000"
liferestorepriceSymbol 298 EditableText"1000"
maxspeed2Symbol 300 EditableText"100"
maxspeedupg2Symbol 301 EditableText"110"
maxspeedprice2Symbol 302 EditableText"1000"
txtboxSymbol 305 EditableText"Thank you for visiting my store!"
money2Symbol 308 EditableText""
moneySymbol 319 EditableText""
money2Symbol 320 EditableText""
moneySymbol 324 EditableText""
shieldnrSymbol 325 EditableText"0"
money2Symbol 326 EditableText""
shieldnr2Symbol 327 EditableText"0"




http://swfchan.com/5/24899/info.shtml
Created: 24/5 -2019 09:31:47 Last modified: 24/5 -2019 09:31:47 Server time: 16/05 -2024 02:49:22