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

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

484609554.swf

This is the info page for
Flash #12223

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


Text
UPGRADE

X-50 Scout
Entry Level
Already Purchased

HULLS/ARMOR

X-100 Heavy Scout
High Entry Level-

GO

Ship/Armor

Shield

Health

Control

Weaponry

Funds:

0

SHIELD GENERATOR

K- Core Generator

Basic Generator
Entry Level
Already Purchased

HEALTH

Basic Health Core
Entry Level
Already Purchased

SHIP HANDLING

Basic Ship Thrusters
Entry Level
Already Purchased

LASER ARMAMENTS

Basic Laser Pellets
Entry Level
Already Purchased

L1

L2

L4

L3

L5

L6

Loading...

Created by Lone Chicken

Submitted For

PLAY

Health

Shield

move with arrow keys
q for quality
m for music

fire with z
charge shot by holding z down

P to pause
Upgrades at the end of each round of enemies
Use your radar

Survive

M

Mo

Mo

Mon

Mon

Mone

Mone

Money

Money

Money:

Money:

Money:

P

Pr

Pro

Prog

Progr

Progre

Progres

Progress

Progress:

1

LEVEL

-5 more tries left-

Congratulations, you've
saved the Universe...
not too sure from what,
though....

Credits
Art, Animation, Programming:
- Lone Chicken
Music:
- Guanxi(Original Mix) by
Menno de Jong
Created for the Armor Games
Contest.
Thanks for Playing.

ActionScript [AS1/AS2]

Instance of Symbol 19 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { gotoAndStop(_parent._parent.charge); }
Instance of Symbol 19 MovieClip in Symbol 27 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { gotoAndStop(_parent._parent.charge); }
Instance of Symbol 29 MovieClip in Symbol 30 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shiplevel == 1) { textobj.text = "X-100 Heavy Scout\rHigh Entry Level\rPrice: " + _root.thing.gamelevel.ship.ship2price; } if (_root.thing.gamelevel.ship.shiplevel > 1) { textobj.text = "X-100 Heavy Scout\rHigh Entry Level\rAlready Purchased"; } }
Instance of Symbol 34 MovieClip in Symbol 36 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { gotoAndStop(_parent._parent.charge); }
Instance of Symbol 29 MovieClip in Symbol 37 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shiplevel < 2) { textobj.text = "K-325 Light Assaulter\rIntermediate Level\rMust Purchase X-100. "; } if (_root.thing.gamelevel.ship.shiplevel == 2) { textobj.text = "K-325 Light Assaulter\rIntermediate Level\rPrice: " + _root.thing.gamelevel.ship.ship3price; } if (_root.thing.gamelevel.ship.shiplevel > 2) { textobj.text = "K-325 Light Assaulter\rIntermediate Level\rAlready Purchased"; } }
Instance of Symbol 34 MovieClip in Symbol 40 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { gotoAndStop(_parent._parent.charge); }
Instance of Symbol 29 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shiplevel < 3) { textobj.text = "K-400 Assault Hull\rAdvanced Protection\rMust Purchase K-325. "; } if (_root.thing.gamelevel.ship.shiplevel == 3) { textobj.text = "K-400 Assault Hull\rAdvanced Protection\rPrice: " + _root.thing.gamelevel.ship.ship4price; } if (_root.thing.gamelevel.ship.shiplevel > 3) { textobj.text = "K-400 Assault Hull\rAdvanced Protection\rAlready Purchased"; } }
Instance of Symbol 34 MovieClip in Symbol 48 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { gotoAndStop(_parent._parent.charge); }
Instance of Symbol 29 MovieClip in Symbol 49 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shiplevel < 4) { textobj.text = "K-500 Elite Hull\rElite Protection\rMust Purchase K-400. "; } if (_root.thing.gamelevel.ship.shiplevel == 4) { textobj.text = "K-500 Elite Hull\rElite Protection\rPrice: " + _root.thing.gamelevel.ship.ship5price; } if (_root.thing.gamelevel.ship.shiplevel > 4) { textobj.text = "K-500 Assault Hull\rElite Protection\rAlready Purchased"; } }
Instance of Symbol 31 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shiplevel == 1) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shiplevel == 1) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.ship2price) { _root.thing.gamelevel.ship.shiplevel = 2; _root.thing.gamelevel.ship.armorcurrent = _root.thing.gamelevel.ship.armor2; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.ship2price; } } } } } }
Instance of Symbol 38 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shiplevel == 2) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shiplevel == 2) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.ship3price) { _root.thing.gamelevel.ship.shiplevel = 3; _root.thing.gamelevel.ship.armorcurrent = _root.thing.gamelevel.ship.armor3; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.ship3price; } } } } } }
Instance of Symbol 42 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shiplevel == 3) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shiplevel == 3) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.ship4price) { _root.thing.gamelevel.ship.shiplevel = 4; _root.thing.gamelevel.ship.armorcurrent = _root.thing.gamelevel.ship.armor4; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.ship4price; } } } } } }
Instance of Symbol 50 MovieClip in Symbol 51 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shiplevel == 4) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shiplevel == 4) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.ship5price) { _root.thing.gamelevel.ship.shiplevel = 5; _root.thing.gamelevel.ship.armorcurrent = _root.thing.gamelevel.ship.armor5; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.ship5price; } } } } } }
Instance of Symbol 54 MovieClip "bar" in Symbol 55 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { grip = true; } else { grip = false; } } onClipEvent (mouseUp) { grip = false; } onClipEvent (load) { grip = false; _rotation = 0; } onClipEvent (enterFrame) { if (grip == true) { if (((((_root.thing.gamelevel._Mouse._y - 150) / 2) + 70) > 0) && ((((_root.thing.gamelevel._Mouse._y - 150) / 2) + 70) < 58)) { _rotation = (((_root.thing.gamelevel._Mouse._y - 150) / 2) + 70); } if ((((_root.thing.gamelevel._Mouse._y - 150) / 2) + 70) > 58) { _rotation = 58; } if ((((_root.thing.gamelevel._Mouse._y - 150) / 2) + 70) < 0) { _rotation = 0; } } }
Instance of Symbol 63 MovieClip in Symbol 64 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { gotoAndStop (2); } }
Instance of Symbol 64 MovieClip in Symbol 70 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { _parent._parent.bar.bar._rotation = 0; } if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_parent._currentframe == 1) { _parent._parent.gotoAndStop(1); } } if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_parent._currentframe == 2) { _parent._parent.gotoAndStop(2); } } if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_parent._currentframe == 3) { _parent._parent.gotoAndStop(3); } } if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_parent._currentframe == 4) { _parent._parent.gotoAndStop(4); } } if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_parent._currentframe == 5) { _parent._parent.gotoAndStop(5); } } }
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 76 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shieldlevel == 1) { textobj.text = "K-Core Generator\rLow Intermediate\rPrice: " + _root.thing.gamelevel.ship.shield2price; } if (_root.thing.gamelevel.ship.shieldlevel > 1) { textobj.text = "K-Core Generator\rLow Intermediate\rAlready Purchased"; } }
Instance of Symbol 89 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 76 MovieClip in Symbol 96 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shieldlevel < 2) { textobj.text = "X-Core Generator\rUpper Intermediate\rMust Purchase X-Core."; } if (_root.thing.gamelevel.ship.shieldlevel == 2) { textobj.text = "X-Core Generator\rUpper Intermediate\rPrice: " + _root.thing.gamelevel.ship.shield3price; } if (_root.thing.gamelevel.ship.shieldlevel > 2) { textobj.text = "X-Core Generator\rUpper Intermediate\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 106 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shieldlevel < 3) { textobj.text = "NRGLite Generator\rLower Advanced \rMust Purchase X-Core."; } if (_root.thing.gamelevel.ship.shieldlevel == 3) { textobj.text = "NRGLite Generator\rLower Advanced \rPrice: " + _root.thing.gamelevel.ship.shield4price; } if (_root.thing.gamelevel.ship.shieldlevel > 3) { textobj.text = "NRGLite Generator\rLower Advanced \rAlready Purchased"; } }
Instance of Symbol 105 MovieClip in Symbol 106 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 76 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shieldlevel < 4) { textobj.text = "NRGMax Generator\rLower Advanced \rMust Purchase NRGLite."; } if (_root.thing.gamelevel.ship.shieldlevel == 4) { textobj.text = "NRGMax Generator\rUpper Advanced \rPrice: " + _root.thing.gamelevel.ship.shield5price; } if (_root.thing.gamelevel.ship.shieldlevel > 4) { textobj.text = "NRGMax Generator\rUpper Advanced \rAlready Purchased"; } }
Instance of Symbol 112 MovieClip in Symbol 113 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 7); }
Instance of Symbol 76 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shieldlevel < 5) { textobj.text = "CoreMaXX Generator\rExpert \rMust Purchase NRGMax"; } if (_root.thing.gamelevel.ship.shieldlevel == 5) { textobj.text = "CoreMaXX Generator\rExpert \rPrice: " + _root.thing.gamelevel.ship.shield6price; } if (_root.thing.gamelevel.ship.shieldlevel > 5) { textobj.text = "CoreMaXX Generator\rExpert \rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 158 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.shieldlevel < 5) { textobj.text = "CoreUltima Generator\rExpert \rMust Purchase CoreMaxx."; } if (_root.thing.gamelevel.ship.shieldlevel == 5) { textobj.text = "CoreUltima Generator\rExpert \rPrice: " + _root.thing.gamelevel.ship.shield7price; } if (_root.thing.gamelevel.ship.shieldlevel > 5) { textobj.text = "CoreUltima Generator\rExpert \rAlready Purchased"; } }
Instance of Symbol 158 MovieClip in Symbol 159 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 84 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 1) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 1) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.shield2price) { _root.thing.gamelevel.ship.shieldlevel = 2; _root.thing.gamelevel.ship.shieldcurrent = _root.thing.gamelevel.ship.shield2; _root.thing.gamelevel.ship.maxshield = _root.thing.gamelevel.ship.shield2; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.shield2price; } } } } } }
Instance of Symbol 97 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 2) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 2) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.shield3price) { _root.thing.gamelevel.ship.shieldlevel = 3; _root.thing.gamelevel.ship.shieldcurrent = _root.thing.gamelevel.ship.shield3; _root.thing.gamelevel.ship.maxshield = _root.thing.gamelevel.ship.shield3; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.shield3price; } } } } } }
Instance of Symbol 107 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 3) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 3) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.shield4price) { _root.thing.gamelevel.ship.shieldlevel = 4; _root.thing.gamelevel.ship.shieldcurrent = _root.thing.gamelevel.ship.shield4; _root.thing.gamelevel.ship.maxshield = _root.thing.gamelevel.ship.shield4; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.shield4price; } } } } } }
Instance of Symbol 114 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 4) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 4) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.shield5price) { _root.thing.gamelevel.ship.shieldlevel = 5; _root.thing.gamelevel.ship.shieldcurrent = _root.thing.gamelevel.ship.shield5; _root.thing.gamelevel.ship.maxshield = _root.thing.gamelevel.ship.shield5; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.shield5price; } } } } } }
Instance of Symbol 153 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 5) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 5) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.shield6price) { _root.thing.gamelevel.ship.shieldlevel = 6; _root.thing.gamelevel.ship.shieldcurrent = _root.thing.gamelevel.ship.shield6; _root.thing.gamelevel.ship.maxshield = _root.thing.gamelevel.ship.shield6; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.shield6price; } } } } } }
Instance of Symbol 159 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 6) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.shieldlevel == 6) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.shield7price) { _root.thing.gamelevel.ship.shieldlevel = 7; _root.thing.gamelevel.ship.shieldcurrent = _root.thing.gamelevel.ship.shield7; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.shield78price; } } } } }
Instance of Symbol 76 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.healthlevel == 1) { textobj.text = "Level H Core\rLower Level\rPrice: " + _root.thing.gamelevel.ship.health2price; } if (_root.thing.gamelevel.ship.healthlevel > 1) { textobj.text = "Level H Core\rLower Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.healthlevel < 2) { textobj.text = "Level G Core\rLower Intermediate\rMust Purchase H Core"; } if (_root.thing.gamelevel.ship.healthlevel == 2) { textobj.text = "Level G Core\rLower Intermediate\rPrice: " + _root.thing.gamelevel.ship.health3price; } if (_root.thing.gamelevel.ship.healthlevel > 2) { textobj.text = "Level G Core\rLower Intermediate\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.healthlevel < 3) { textobj.text = "Level F Core\rIntermediate Level\rMust Purchase G Core"; } if (_root.thing.gamelevel.ship.healthlevel == 3) { textobj.text = "Level F Core\rIntermediate Level\rPrice: " + _root.thing.gamelevel.ship.health4price; } if (_root.thing.gamelevel.ship.healthlevel > 3) { textobj.text = "Level F Core\rIntermediate Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 183 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.healthlevel < 4) { textobj.text = "Level E Core\rHigh Intermediate\rMust Purchase F Core"; } if (_root.thing.gamelevel.ship.healthlevel == 4) { textobj.text = "Level E Core\rHigh Intermediate\rPrice: " + _root.thing.gamelevel.ship.health5price; } if (_root.thing.gamelevel.ship.healthlevel > 4) { textobj.text = "Level E Core\rHigh Intermediate\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.healthlevel < 5) { textobj.text = "Level D Core\rAdvanced Level\rMust Purchase F Core"; } if (_root.thing.gamelevel.ship.healthlevel == 5) { textobj.text = "Level D Core\rAdvanced Level\rPrice: " + _root.thing.gamelevel.ship.health6price; } if (_root.thing.gamelevel.ship.healthlevel > 5) { textobj.text = "Level D Core\rAdvanced Level\rAlready Purchased"; } }
Instance of Symbol 185 MovieClip in Symbol 186 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 1); }
Instance of Symbol 76 MovieClip in Symbol 188 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.healthlevel < 6) { textobj.text = "Level C Core\rExpert Level\rMust Purchase D Core"; } if (_root.thing.gamelevel.ship.healthlevel == 6) { textobj.text = "Level C Core\rExpert Level\rPrice: " + _root.thing.gamelevel.ship.health7price; } if (_root.thing.gamelevel.ship.healthlevel > 6) { textobj.text = "Level C Core\rExpert Level\rAlready Purchased"; } }
Instance of Symbol 185 MovieClip in Symbol 188 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 1); }
Instance of Symbol 185 MovieClip in Symbol 188 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 1); }
Instance of Symbol 76 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.healthlevel < 7) { textobj.text = "Level B Core\rElite Level\rMust Purchase C Core"; } if (_root.thing.gamelevel.ship.healthlevel == 7) { textobj.text = "Level B Core\rElite Level\rPrice: " + _root.thing.gamelevel.ship.health8price; } if (_root.thing.gamelevel.ship.healthlevel > 7) { textobj.text = "Level B Core\rElite Level\rAlready Purchased"; } }
Instance of Symbol 185 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 1); }
Instance of Symbol 185 MovieClip in Symbol 190 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 1); }
Instance of Symbol 76 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.healthlevel < 8) { textobj.text = "Level A Core\rSupreme Elite\rMust Purchase B Core"; } if (_root.thing.gamelevel.ship.healthlevel == 8) { textobj.text = "Level A Core\rSupreme Elite\rPrice: " + _root.thing.gamelevel.ship.health9price; } if (_root.thing.gamelevel.ship.healthlevel > 8) { textobj.text = "Level A Core\rSupreme Elite\rAlready Purchased"; } }
Instance of Symbol 185 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 1); }
Instance of Symbol 185 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 1); }
Instance of Symbol 173 MovieClip in Symbol 192 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 5); }
Instance of Symbol 170 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 1) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 1) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.health2price) { _root.thing.gamelevel.ship.healthlevel = 2; _root.thing.gamelevel.ship.maxhealth = _root.thing.gamelevel.ship.health2; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.health2price; } } } } } }
Instance of Symbol 175 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 2) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 2) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.health3price) { _root.thing.gamelevel.ship.healthlevel = 3; _root.thing.gamelevel.ship.maxhealth = _root.thing.gamelevel.ship.health3; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.health3price; } } } } } }
Instance of Symbol 180 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 3) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 3) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.health4price) { _root.thing.gamelevel.ship.healthlevel = 4; _root.thing.gamelevel.ship.maxhealth = _root.thing.gamelevel.ship.health4; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.health4price; } } } } } }
Instance of Symbol 184 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 4) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 4) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.health5price) { _root.thing.gamelevel.ship.healthlevel = 5; _root.thing.gamelevel.ship.maxhealth = _root.thing.gamelevel.ship.health5; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.health5price; } } } } } }
Instance of Symbol 187 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 5) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 5) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.health6price) { _root.thing.gamelevel.ship.healthlevel = 6; _root.thing.gamelevel.ship.maxhealth = _root.thing.gamelevel.ship.health6; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.health6price; } } } } } }
Instance of Symbol 189 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 6) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 6) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.health7price) { _root.thing.gamelevel.ship.healthlevel = 7; _root.thing.gamelevel.ship.maxhealth = _root.thing.gamelevel.ship.health7; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.health7price; } } } } } }
Instance of Symbol 191 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 7) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 7) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.health8price) { _root.thing.gamelevel.ship.healthlevel = 8; _root.thing.gamelevel.ship.maxhealth = _root.thing.gamelevel.ship.health8; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.health8price; } } } } } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 8) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.healthlevel == 8) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.health9price) { _root.thing.gamelevel.ship.healthlevel = 9; _root.thing.gamelevel.ship.maxhealth = _root.thing.gamelevel.ship.health9; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.health9price; } } } } } }
Instance of Symbol 76 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.controllevel == 1) { textobj.text = "K-Thrusters\rLower Level\rPrice: " + _root.thing.gamelevel.ship.control2price; } if (_root.thing.gamelevel.ship.controllevel > 1) { textobj.text = "K-Thrusters\rLower Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 206 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.controllevel < 2) { textobj.text = "HyperThrusters\rIntermediate Level\rMust Buy K-Thrusters "; } if (_root.thing.gamelevel.ship.controllevel == 2) { textobj.text = "HyperThrusters\rIntermediate Level\rPrice: " + _root.thing.gamelevel.ship.control3price; } if (_root.thing.gamelevel.ship.controllevel > 2) { textobj.text = "HyperThrusters\rIntermediate Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 210 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.controllevel < 3) { textobj.text = "FluxThrusters\rAdvanced Level\rHyperThrusters required"; } if (_root.thing.gamelevel.ship.controllevel == 3) { textobj.text = "FluxThrusters\rAdvanced Level\rPrice: " + _root.thing.gamelevel.ship.control4price; } if (_root.thing.gamelevel.ship.controllevel > 3) { textobj.text = "FluxThrusters\rAdvanced Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 213 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.controllevel < 4) { textobj.text = "GigaFluxThrusters\rExpert Level\rFluxThrusters required"; } if (_root.thing.gamelevel.ship.controllevel == 4) { textobj.text = "GigaFluxThrusters\rExpert Level\rPrice: " + _root.thing.gamelevel.ship.control5price; } if (_root.thing.gamelevel.ship.controllevel > 4) { textobj.text = "GigaFluxThrusters\rExpert Level\rAlready Purchased"; } }
Instance of Symbol 203 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.controllevel == 1) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.controllevel == 1) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.control2price) { _root.thing.gamelevel.ship.controllevel = 2; _root.thing.gamelevel.ship.accelspeed = _root.thing.gamelevel.ship.accel2; _root.thing.gamelevel.ship.rotationfactor = _root.thing.gamelevel.ship.rot2; _root.thing.gamelevel.ship.maxspeedy = _root.thing.gamelevel.ship.speed2; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.control2price; } } } } } }
Instance of Symbol 207 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.controllevel == 2) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.controllevel == 2) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.control3price) { _root.thing.gamelevel.ship.controllevel = 3; _root.thing.gamelevel.ship.accelspeed = _root.thing.gamelevel.ship.accel3; _root.thing.gamelevel.ship.rotationfactor = _root.thing.gamelevel.ship.rot3; _root.thing.gamelevel.ship.maxspeedy = _root.thing.gamelevel.ship.speed3; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.control3price; } } } } } }
Instance of Symbol 211 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.controllevel == 3) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.controllevel == 3) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.control4price) { _root.thing.gamelevel.ship.controllevel = 4; _root.thing.gamelevel.ship.accelspeed = _root.thing.gamelevel.ship.accel4; _root.thing.gamelevel.ship.rotationfactor = _root.thing.gamelevel.ship.rot4; _root.thing.gamelevel.ship.maxspeedy = _root.thing.gamelevel.ship.speed4; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.control4price; } } } } } }
Instance of Symbol 214 MovieClip in Symbol 215 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.controllevel == 4) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.controllevel == 4) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.control5price) { _root.thing.gamelevel.ship.controllevel = 5; _root.thing.gamelevel.ship.accelspeed = _root.thing.gamelevel.ship.accel5; _root.thing.gamelevel.ship.rotationfactor = _root.thing.gamelevel.ship.rot5; _root.thing.gamelevel.ship.maxspeedy = _root.thing.gamelevel.ship.speed5; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.control5price; } } } } } }
Instance of Symbol 76 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.weaponlevel == 1) { textobj.text = "Projection Stream\rLower Level\rPrice: " + _root.thing.gamelevel.ship.weapon2price; } if (_root.thing.gamelevel.ship.weaponlevel > 1) { textobj.text = "Projection Stream\rLower Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 227 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.weaponlevel < 3) { textobj.text = "Fission Shots\rAdvanced Level\rBuy Particle Blast "; } if (_root.thing.gamelevel.ship.weaponlevel == 3) { textobj.text = "Fission Shots\rAdvanced Level\rPrice: " + _root.thing.gamelevel.ship.weapon4price; } if (_root.thing.gamelevel.ship.weaponlevel > 3) { textobj.text = "Fission Shots\rAdvanced Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 231 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.weaponlevel < 2) { textobj.text = "Particle Blast\rIntermediate Level\rBuy Projection Stream "; } if (_root.thing.gamelevel.ship.weaponlevel == 2) { textobj.text = "Particle Blast\rIntermediate Level\rPrice: " + _root.thing.gamelevel.ship.weapon3price; } if (_root.thing.gamelevel.ship.weaponlevel > 2) { textobj.text = "Particle Blast\rIntermediate Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.weaponlevel < 4) { textobj.text = "Cyclic Warp Beam\rExpert Level\rBuy Fission Shots "; } if (_root.thing.gamelevel.ship.weaponlevel == 4) { textobj.text = "Cyclic Warp Beam\rExpert Level\rPrice: " + _root.thing.gamelevel.ship.weapon5price; } if (_root.thing.gamelevel.ship.weaponlevel > 4) { textobj.text = "Cyclic Warp Beam\rExpert Level\rAlready Purchased"; } }
Instance of Symbol 76 MovieClip in Symbol 239 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.thing.gamelevel.ship.weaponlevel < 5) { textobj.text = "High Tensity Beam\rElite Level\rBuy Cyclic Beam "; } if (_root.thing.gamelevel.ship.weaponlevel == 5) { textobj.text = "High Tensity Beam\rElite Level\rPrice: " + _root.thing.gamelevel.ship.weapon6price; } if (_root.thing.gamelevel.ship.weaponlevel > 5) { textobj.text = "High Tensity Beam\rElite Level\rAlready Purchased"; } }
Instance of Symbol 224 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 1) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 1) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.weapon2price) { _root.thing.gamelevel.ship.weaponlevel = 2; _root.thing.gamelevel.ship.bullettype = 2; _root.thing.gamelevel.ship.weaponcurrent = _root.thing.gamelevel.ship.weapon2; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.weapon2price; } } } } } }
Instance of Symbol 228 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 3) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 3) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.weapon4price) { _root.thing.gamelevel.ship.weaponlevel = 4; _root.thing.gamelevel.ship.bullettype = 4; _root.thing.gamelevel.ship.weaponcurrent = _root.thing.gamelevel.ship.weapon4; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.weapon4price; } } } } } }
Instance of Symbol 232 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 2) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 2) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.weapon3price) { _root.thing.gamelevel.ship.weaponlevel = 3; _root.thing.gamelevel.ship.bullettype = 3; _root.thing.gamelevel.ship.weaponcurrent = _root.thing.gamelevel.ship.weapon3; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.weapon3price; } } } } } }
Instance of Symbol 236 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 4) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 4) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.weapon5price) { _root.thing.gamelevel.ship.weaponlevel = 5; _root.thing.gamelevel.ship.bullettype = 5; _root.thing.gamelevel.ship.weaponcurrent = _root.thing.gamelevel.ship.weapon5; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.weapon5price; } } } } } }
Instance of Symbol 240 MovieClip in Symbol 241 MovieClip Frame 1
onClipEvent (enterFrame) { gotoAndStop (1); if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 5) { gotoAndStop (2); } } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.bar.bar.hitTest(_root.thing.gamelevel._Mouse.center)) { if (!_parent._parent.go.hitTest(_root.thing.gamelevel._Mouse.center)) { if (_root.thing.gamelevel.ship.weaponlevel == 5) { if (_root.thing.gamelevel.ship.money >= _root.thing.gamelevel.ship.weapon6price) { _root.thing.gamelevel.ship.weaponlevel = 6; _root.thing.gamelevel.ship.bullettype = 6; _root.thing.gamelevel.ship.weaponcurrent = _root.thing.gamelevel.ship.weapon6; _root.thing.gamelevel.ship.money = _root.thing.gamelevel.ship.money - _root.thing.gamelevel.ship.weapon6price; } } } } } }
Instance of Symbol 51 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 1
onClipEvent (load) { level = 1; } onClipEvent (enterFrame) { _y = ((-_parent.bar.bar._rotation) * 4); }
Instance of Symbol 58 MovieClip "go" in Symbol 242 MovieClip [menuobj0] Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { gotoAndStop (2); } else { gotoAndStop (1); } } onClipEvent (mouseDown) { if (this.hitTest(_root.thing.gamelevel._Mouse.center)) { _parent._parent.gotoAndPlay(11); var my_sound = new Sound(); my_sound.attachSound("Blubup-Public_D-2_hifi.mp3"); my_sound.start(0, 0); } }
Instance of Symbol 70 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 1
onClipEvent (load) { _parent.gotoAndStop(1); gotoAndStop (1); }
Instance of Symbol 70 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 1
onClipEvent (load) { gotoAndStop (2); }
Instance of Symbol 70 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 1
onClipEvent (load) { gotoAndStop (3); }
Instance of Symbol 70 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 1
onClipEvent (load) { gotoAndStop (4); }
Instance of Symbol 70 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 1
onClipEvent (load) { gotoAndStop (5); }
Instance of Symbol 73 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 1
onClipEvent (enterFrame) { textobj.text = _parent._parent._parent.ship.money + "."; }
Instance of Symbol 160 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 2
onClipEvent (load) { level = 1; } onClipEvent (enterFrame) { _y = ((-_parent.bar.bar._rotation) * 8); }
Instance of Symbol 194 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 3
onClipEvent (load) { level = 1; } onClipEvent (enterFrame) { _y = ((-_parent.bar.bar._rotation) * 9); }
Instance of Symbol 215 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 4
onClipEvent (load) { level = 1; } onClipEvent (enterFrame) { _y = ((-_parent.bar.bar._rotation) * 9); }
Instance of Symbol 241 MovieClip in Symbol 242 MovieClip [menuobj0] Frame 5
onClipEvent (load) { level = 1; } onClipEvent (enterFrame) { _y = ((-_parent.bar.bar._rotation) * 7); }
Instance of Symbol 242 MovieClip [menuobj0] in Symbol 243 MovieClip [menuobj] Frame 9
onClipEvent (load) { _parent.gotoAndStop(_parent._currentframe); }
Instance of Symbol 242 MovieClip [menuobj0] "menuu" in Symbol 243 MovieClip [menuobj] Frame 20
onClipEvent (load) { _root.thing.gamelevel.ship._paused = false; _root.thing.gamelevel.ship.health = _root.thing.gamelevel.ship.maxhealth; _root.thing.gamelevel.ship.shield = _root.thing.gamelevel.ship.maxshield; _root.thing.gamelevel.ship._progress = 0; _parent.removeMovieClip(); }
Instance of Symbol 246 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent._parent.ship._paused != true) { if (_parent._parent.ship == undefined) { _parent._x = _parent._x - 4.2; } if (_parent._parent._currentframe >= 5) { _parent._x = _parent._x - (_parent._parent.ship.xspeed * 0.35); } if (_parent._parent._currentframe >= 5) { _parent._y = _parent._y - (_parent._parent.ship.yspeed * 0.35); } if (_parent._x < -250) { _parent._x = 350; _parent._y = random(400) - 180; } if (_parent._x > 400) { _parent._x = -250; _parent._y = random(400) - 180; } if (_parent._y < -230) { _parent._y = 200; _parent._x = random(550) - 230; } if (_parent._y > 250) { _parent._y = -210; _parent._x = random(550) - 230; } } }
Instance of Symbol 246 MovieClip in Symbol 248 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent._parent.ship._paused != true) { if (_parent._parent.ship == undefined) { _parent._x = _parent._x - 6.6; } if (_parent._parent._currentframe >= 5) { _parent._x = _parent._x - (_parent._parent.ship.xspeed * 0.55); } if (_parent._parent._currentframe >= 5) { _parent._y = _parent._y - (_parent._parent.ship.yspeed * 0.55); } if (_parent._x < -250) { _parent._x = 350; _parent._y = random(400) - 180; } if (_parent._x > 400) { _parent._x = -250; _parent._y = random(400) - 180; } if (_parent._y < -230) { _parent._y = 200; _parent._x = random(550) - 230; } if (_parent._y > 250) { _parent._y = -210; _parent._x = random(550) - 230; } } }
Instance of Symbol 246 MovieClip in Symbol 249 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent._parent.ship._paused != true) { if (_parent._parent.ship == undefined) { _parent._x = _parent._x - 9.6; } if (_parent._parent._currentframe >= 5) { _parent._x = _parent._x - (_parent._parent.ship.xspeed * 0.8); } if (_parent._parent._currentframe >= 5) { _parent._y = _parent._y - (_parent._parent.ship.yspeed * 0.8); } if (_parent._x < -250) { _parent._x = 350; _parent._y = random(400) - 180; } if (_parent._x > 400) { _parent._x = -250; _parent._y = random(400) - 180; } if (_parent._y < -230) { _parent._y = 200; _parent._x = random(550) - 230; } if (_parent._y > 250) { _parent._y = -210; _parent._x = random(550) - 230; } } }
Instance of Symbol 266 MovieClip in Symbol 292 MovieClip Frame 2
onClipEvent (enterFrame) { if (_currentframe == 12) { gotoAndStop (12); } }
Instance of Symbol 325 MovieClip "megablast" in Symbol 330 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._visible == true) { if (_currentframe == 3) { var my_sound = new Sound(); my_sound.attachSound("Medium_E-Public_D-219_hifi.mp3"); my_sound.start(0, 0); } if (_currentframe == 24) { var my_sound = new Sound(); my_sound.attachSound("Explosio-Ivan-8042_hifi.mp3"); my_sound.start(0, 0); } if (_currentframe == 25) { _parent._parent._x = _parent._parent._x + 5; } if (_currentframe == 26) { _parent._parent._y = _parent._parent._y + 3; } if (_currentframe == 27) { _parent._parent._x = _parent._parent._x - 3; } if (_currentframe == 28) { _parent._parent._y = _parent._parent._y - 5; } if (_currentframe == 29) { _parent._parent._y = _parent._parent._y + 2; } if (_currentframe == 30) { _parent._parent._x = _parent._parent._x - 2; } if (_currentframe == 31) { _parent._parent._x = _parent._parent._x + 5; } if (_currentframe == 32) { _parent._parent._y = _parent._parent._y + 3; } if (_currentframe == 33) { _parent._parent._x = _parent._parent._x - 3; } if (_currentframe == 34) { _parent._parent._y = _parent._parent._y - 5; } if (_currentframe == 35) { _parent._parent._y = _parent._parent._y + 2; } if (_currentframe == 36) { _parent._parent._x = _parent._parent._x - 2; } if (_currentframe == 37) { _parent._parent._y = _parent._parent._y + 3; } if (_currentframe == 38) { _parent._parent._x = _parent._parent._x - 3; } if (_currentframe == 39) { _parent._parent._y = _parent._parent._y - 5; } if (_currentframe == 40) { _parent._parent._y = _parent._parent._y + 2; } } }
Instance of Symbol 329 MovieClip in Symbol 330 MovieClip Frame 62
onClipEvent (enterFrame) { if (_parent._visible == true) { _parent._parent.gotoAndStop(2); } }
Instance of Symbol 329 MovieClip in Symbol 330 MovieClip Frame 90
onClipEvent (enterFrame) { if (_parent._visible == true) { _parent._parent.gotoAndStop(3); } }
Instance of Symbol 332 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 10); }
Instance of Symbol 332 MovieClip in Symbol 335 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation - 10); }
Symbol 348 Button
on (release) { getURL ("http://www.armorgames.com", "blank"); }
Instance of Symbol 354 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(s); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(u); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(r); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(r); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(o); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(u); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(n); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(d); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(e); }
Instance of Symbol 384 MovieClip "dot" in Symbol 385 MovieClip Frame 1
onClipEvent (load) { a = 1; b = 2; c = 3; d = 4; e = 5; f = 6; g = 7; h = 8; i = 9; j = 10; k = 11; l = 12; m = 13; n = 14; o = 15; p = 16; q = 17; r = 18; s = 19; t = 20; u = 21; v = 22; w = 23; xx = 24; yy = 25; zz = 26; punct = 27; dash = 28; two = 29; gotoAndStop(d); }
Instance of Symbol 448 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { _y = (60 - ((_parent._parent._parent.ship.health / _parent._parent._parent.ship.maxhealth) * 60)); }
Instance of Symbol 448 MovieClip in Symbol 455 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (80 - ((_parent._parent._parent.ship.shield / _parent._parent._parent.ship.maxshield) * 80)); }
Instance of Symbol 454 MovieClip in Symbol 455 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } }
Instance of Symbol 446 MovieClip "texts" in Symbol 457 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } }
Instance of Symbol 451 MovieClip in Symbol 457 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } }
Instance of Symbol 559 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { _rotation = (_rotation + 5); } }
Instance of Symbol 559 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { _rotation = (_rotation + 5); } }
Instance of Symbol 559 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { _rotation = (_rotation + 5); } }
Instance of Symbol 559 MovieClip in Symbol 560 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { _rotation = (_rotation + 5); } }
Instance of Symbol 571 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent._parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent._parent._parent._parent.ship._paused == false) { if (_parent._parent._parent.attackinmode == 1) { if (_currentframe == 25) { gotoAndPlay (26); } if (_currentframe == 12) { gotoAndPlay (1); } } if (_parent._parent._parent.attackinmode == 2) { if (_currentframe == 25) { gotoAndStop (25); } } } }
Instance of Symbol 575 MovieClip "spinner" in Symbol 598 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.ship._paused == false) { _rotation = (_rotation + 2); gotoAndStop (1); } } onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 704 MovieClip "diamond" in Symbol 705 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 706 MovieClip "diamond" in Symbol 707 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 752 MovieClip in Symbol 755 MovieClip Frame 23
onClipEvent (enterFrame) { if (_parent._parent._parent._parent.gunenable == true) { _visible = true; } else { _visible = false; } }
Instance of Symbol 755 MovieClip "gun" in Symbol 756 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent._parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent._parent._parent._parent.ship._paused == false) { if (_parent._parent._parent.gunmode == 2) { if (_currentframe <= 23) { gotoAndStop(_currentframe + 1); } } if (_parent._parent._parent.gunmode == 1) { if (_currentframe == 44) { gotoAndStop (1); } if (_currentframe >= 23) { gotoAndStop(_currentframe + 1); } if (_currentframe <= 2) { gotoAndStop (1); } } } }
Instance of Symbol 755 MovieClip in Symbol 757 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent._parent.gunmode == 2) { if (_currentframe <= 23) { gotoAndStop(_currentframe + 1); } } if (_parent._parent._parent.gunmode == 1) { if (_currentframe == 44) { gotoAndStop (1); } if (_currentframe >= 23) { gotoAndStop(_currentframe + 1); } if (_currentframe <= 2) { gotoAndStop (1); } } }
Instance of Symbol 575 MovieClip "spinner" in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) { _rotation = (_rotation + 2); gotoAndStop (1); } onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 575 MovieClip "spinner" in Symbol 760 MovieClip Frame 3
onClipEvent (enterFrame) { if (_currentframe == 30) { gotoAndStop (1); } if (_currentframe == 15) { gotoAndStop (15); } _rotation = (_rotation + 2); } onClipEvent (load) { gotoAndStop (1); }
Instance of Symbol 806 MovieClip in Symbol 826 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent._parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } }
Instance of Symbol 852 MovieClip in Symbol 855 MovieClip Frame 1
onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } }
Instance of Symbol 878 MovieClip "ship" in Symbol 879 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } }
Instance of Symbol 73 MovieClip in Symbol 908 MovieClip Frame 22
onClipEvent (enterFrame) { textobj.text = _parent._parent.ship.money; }
Instance of Symbol 918 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_parent._parent.leftstick._x / 11); _y = ((_parent._parent.leftstick._y - (_parent._parent.leftstick._height / 2)) / 11); }
Instance of Symbol 918 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (enterFrame) { _y = (_parent._parent.topstick._y / 11); _x = ((_parent._parent.topstick._x + (_parent._parent.topstick._width / 2)) / 11); }
Instance of Symbol 918 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (enterFrame) { _y = (_parent._parent.bottomstick._y / 11); _x = ((_parent._parent.bottomstick._x - (_parent._parent.bottomstick._width / 2)) / 11); }
Instance of Symbol 918 MovieClip in Symbol 926 MovieClip Frame 1
onClipEvent (enterFrame) { _x = (_parent._parent.rightstick._x / 11); _y = ((_parent._parent.rightstick._y + (_parent._parent.rightstick._height / 2)) / 11); }
Instance of Symbol 921 MovieClip "dot" in Symbol 926 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); boxyhit = false; } onClipEvent (enterFrame) { if (_currentframe == 11) { gotoAndStop (11); } if (boxyhit == false) { if (this.hitTest(_parent.boxy)) { gotoAndPlay (1); boxyhit = true; } } _x = (stalker._x / 11); _y = (stalker._y / 11); }
Instance of Symbol 925 MovieClip "boxy" in Symbol 926 MovieClip Frame 1
onClipEvent (enterFrame) { _visible = false; }
Instance of Symbol 929 MovieClip in Symbol 941 MovieClip Frame 1
onClipEvent (enterFrame) { _xscale = _parent._parent.ship._progress; }
Instance of Symbol 943 MovieClip "number" in Symbol 946 MovieClip Frame 1
onClipEvent (enterFrame) { number.text = _root.thing.gamelevel.ship.level; }
Instance of Symbol 293 MovieClip "shipu" in Symbol 978 MovieClip Frame 1
onClipEvent (load) { ship1.gotoAndStop(1); loader = 1; spkind = 1; num = 0; health = 100; maxhealth = 100; loaded = false; ship1._visible = true; stage = loader; chargingforloader = 0; readyforblast = false; } onClipEvent (enterFrame) { xspeed = 12; yspeed = 12; if (stage == loader) { if (ship1._currentframe == 33) { ship1.gotoAndPlay(2); } if (_root.getBytesLoaded() == _root.getBytesTotal()) { loaded = true; if (chargingforloader == true) { if (readyforblast == false) { if (ship1._currentframe == 32) { readyforblast = true; ship1.gotoAndPlay(34); _parent.megablast.gotoAndPlay(1); _parent.megablast.megablast.gotoAndPlay(1); _parent.megablast._visible = true; } } } } if (_x >= 0) { if (chargingforloader != true) { ship1.gotoAndPlay(1); chargingforloader = true; } } if (_x < -20) { _x = (_x + 4); } if (_x < -15) { _x = (_x + 3); } if (_x < -10) { _x = (_x + 1); } if (_x < -5) { _x = (_x + 1); } if (_x < 0) { _x = (_x + 1); } } }
Instance of Symbol 293 MovieClip "shipi" in Symbol 978 MovieClip Frame 1
onClipEvent (load) { ship1.gotoAndStop(1); } onClipEvent (enterFrame) { if (_x < -20) { _x = (_x + 3); } if (_x < -15) { _x = (_x + 2); } if (_x < -10) { _x = (_x + 1); } if (_x < -5) { _x = (_x + 1); } if (_x < 0) { _x = (_x + 1); } }
Instance of Symbol 293 MovieClip "shipo" in Symbol 978 MovieClip Frame 1
onClipEvent (load) { ship1.gotoAndStop(1); } onClipEvent (enterFrame) { if (_x < -20) { _x = (_x + 2); } if (_x < -15) { _x = (_x + 2); } if (_x < -10) { _x = (_x + 1); } if (_x < -5) { _x = (_x + 1); } if (_x < 0) { _x = (_x + 1); } }
Instance of Symbol 299 MovieClip in Symbol 978 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_parent._Mouse)) { gotoAndStop (2); } if (!this.hitTest(_parent._Mouse)) { gotoAndStop (1); } } onClipEvent (mouseDown) { if (this.hitTest(_parent._Mouse)) { getURL ("http://www.armorgames.com", "blank"); } }
Instance of Symbol 330 MovieClip "megablast" in Symbol 978 MovieClip Frame 1
onClipEvent (load) { _visible = false; }
Instance of Symbol 335 MovieClip "_Mouse" in Symbol 978 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(_parent.createEmptyMovieClip("container28", 10000028)); ready = 0; MENU = new ContextMenu(); MENU.hideBuiltInItems(); _root.menu = MENU; } onClipEvent (enterFrame) { if (ready < 10) { ready++; } Mouse.hide(); if (Key.isDown(81)) { if (_root._quality == "HIGH") { if (ready == 10) { _root._quality = "LOW"; ready = 0; } } if (_root._quality == "MEDIUM") { if (ready == 10) { _root._quality = "HIGH"; ready = 0; } } if (_root._quality == "LOW") { if (ready == 10) { _root._quality = "MEDIUM"; ready = 0; } } } _x = (_root._xmouse - 234); _y = (_root._ymouse - 180); }
Instance of Symbol 350 MovieClip in Symbol 978 MovieClip Frame 3
onClipEvent (enterFrame) { _x = (_x + 0.24); if (_currentframe == 210) { _parent.gotoAndStop(4); } }
Instance of Symbol 351 MovieClip in Symbol 978 MovieClip Frame 3
onClipEvent (load) { var my_sound = new Sound(); my_sound.attachSound("Menno De Jong - Guanxi (Original Mix).mp3"); my_sound.start(0, 1); off = false; my_sound.onSoundComplete = function () { var m_sound = new Sound(); m_sound.attachSound("The New Deal - Techno Beam.mp3"); m_sound.start(0, 1); }; volum = 100; } onClipEvent (enterFrame) { if (Key.isDown(77)) { if ((off == true) && (volum <= 0)) { off = false; } if ((off == false) && (volum >= 100)) { off = true; } } if (off == true) { if (volum > 0) { volum = volum - 5; my_sound.setVolume(volum); } } if (off == false) { if (volum < 100) { volum = volum + 5; my_sound.setVolume(volum); } } }
Instance of Symbol 299 MovieClip in Symbol 978 MovieClip Frame 4
onClipEvent (enterFrame) { if (_alpha < 100) { _alpha = (_alpha + 3); } if (_parent.player.backcycle == true) { if (_alpha > 0) { _alpha = (_alpha - 6); } } if (this.hitTest(_parent._Mouse)) { gotoAndStop (2); } if (!this.hitTest(_parent._Mouse)) { gotoAndStop (1); } } onClipEvent (mouseDown) { if (this.hitTest(_parent._Mouse)) { getURL ("http://www.armorgames.com", "blank"); } }
Instance of Symbol 418 MovieClip "_title" in Symbol 978 MovieClip Frame 4
onClipEvent (enterFrame) { if (_currentframe == 102) { gotoAndStop (102); } }
Instance of Symbol 426 MovieClip "player" in Symbol 978 MovieClip Frame 4
onClipEvent (enterFrame) { if (_currentframe == 67) { gotoAndStop (67); } if (backcycle == true) { crescendo = crescendo + 0.5; _parent._title._x = _parent._title._x - crescendo; gotoAndStop(_currentframe - 1); } if (_currentframe == 1) { if (backcycle == true) { _parent.gotoAndStop(5); } } } onClipEvent (mouseDown) { if (hitTest(_parent._Mouse)) { if (_currentframe == 67) { var my_sound = new Sound(); my_sound.attachSound("Blubup-Public_D-2_hifi.mp3"); my_sound.start(0, 0); crescendo = 0; backcycle = true; } } }
Instance of Symbol 436 MovieClip "ring" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { _visible = false; gotoAndStop (1); } onClipEvent (enterFrame) { if (reset == true) { if (_parent.textor._currentframe < 184) { _parent.textor.gotoAndPlay(184); reset = false; } } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_currentframe == 9) { _visible = false; gotoAndStop (1); } } }
Instance of Symbol 437 MovieClip "ship" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { _paused = false; xspeed = 10; yspeed = 0; _progress = 0; num = 0; shakey = 0; health = 1; shield = 0; lives = 4; adjuster = 0; bound1 = false; shiplevel = 1; rotationfactor = 1; accelspeed = 1; rot2 = 1.1; rot3 = 1.2; rot4 = 1.3; rot5 = 1.4; accel2 = 1.1; accel2 = 1.2; accel3 = 1.3; accel4 = 1.4; accel5 = 1.5; speed2 = 16; speed3 = 18; speed4 = 20; speed5 = 22; maxspeedy = 12; health2 = 150; weapon2price = 200; weapon3price = 700; weapon4price = 1800; weapon5price = 4000; weapon6price = 10000; control2price = 100; control3price = 450; control4price = 1000; control5price = 1700; health2price = 100; health3price = 450; health4price = 1000; health5price = 1700; health6price = 3000; health7price = 4500; health8price = 7000; health9price = 10000; health3 = 250; health4 = 400; health5 = 600; health6 = 750; health7 = 1000; health8 = 1350; health9 = 1800; shield1 = 5; shield2 = 10; shield3 = 20; shield4 = 35; shield5 = 50; shield6 = 75; shield7 = 100; shield2price = 50; shield3price = 200; shield4price = 450; shield5price = 1050; shield6price = 1800; shield7price = 3200; ship2price = 150; ship3price = 450; ship4price = 1200; ship5price = 2500; armor1 = 1; armor2 = 1.2; pauseready = 0; armor3 = 1.4; armor4 = 1.7; armor5 = 2; levelover = false; armorcurrent = armor1; shieldlevel = 1; healthlevel = 1; controllevel = 1; weaponlevel = 1; bullettype = 1; maxshield = shield1; maxhealth = 100; holding = 0; level = 1; shakenum = 0; shipkilledlev1 = 0; shipkilledlev2 = 0; shipkilledlev3 = 0; shipkilledlev4 = 0; shipkilledlev5 = 0; shipkilledlev6 = 0; shipkilledlev7 = 0; shipkilledlev8 = 0; shipkilledlev9 = 0; shipkilledlev10 = 0; shipkilledlev11 = 0; shipkilledlev12 = 0; shipkilledlev13 = 0; shipkilledlev14 = 0; shipkilledlev15 = 0; shipkilledlev16 = 0; shipkilledlev17 = 0; shipkilledlev18 = 0; shipkilledlev19 = 0; shipkilledlev20 = 0; levelstate = false; timerforlev1 = 0; timerforlev2 = 0; timerforlev3 = 0; timerforlev4 = 0; timerforlev5 = 0; timerforlev6 = 0; timerforlev7 = 0; timerforlev8 = 0; timerforlev9 = 0; timerforlev10 = 0; timerforlev11 = 0; timerforlev12 = 0; timerforlev13 = 0; timerforlev14 = 0; timerforlev15 = 0; timerforlev16 = 0; timerforlev17 = 0; timerforlev18 = 0; timerforlev19 = 0; timerforlev20 = 0; shipquotal1 = 8; shipquotal2 = 13; shipquotal3 = 17; shipquotal4 = 20; shipquotal5 = 20; shipquotal6 = 20; shipquotal7 = 20; shipquotal8 = 20; shipquotal9 = 20; shipquotal10 = 1; shipquotal11 = 20; shipquotal12 = 20; shipquotal13 = 20; shipquotal14 = 20; shipquotal16 = 20; shipquotal17 = 20; shipquotal18 = 20; shipquotal19 = 20; shipquotal20 = 1; charge = 0; bulletrate = 8; bulletnumber = 0; rotationsetting = 0; movementenabled = false; money = 0; alterncycle = 0; } onClipEvent (enterFrame) { if (_parent.blanket._alpha < 60) { if (_paused == false) { duplicateMovieClip (_parent.particle, "particle" + num, num + 3000); _parent["particle" + num]._x = ((_x - 8) + random(16)) - (Math.cos((_rotation / 180) * Math.PI) * 42); _parent["particle" + num]._y = ((_y - 8) + random(16)) - (Math.sin((_rotation / 180) * Math.PI) * 42); this.swapDepths(_parent["particle" + num]); num++; duplicateMovieClip (_parent.particle, "particle" + num, num + 3000); _parent["particle" + num]._x = ((_x - 8) + random(16)) - (Math.cos((_rotation / 180) * Math.PI) * 42); _parent["particle" + num]._y = ((_y - 8) + random(16)) - (Math.sin((_rotation / 180) * Math.PI) * 42); this.swapDepths(_parent["particle" + num]); num++; } } if (levelstate == false) { if (Key.isDown(80)) { if (pauseready >= 10) { if (_paused == false) { _paused = true; pauseready = 0; } } if (pauseready >= 10) { if (_paused == true) { _paused = false; pauseready = 0; } } } } if (pauseready < 10) { pauseready++; } if (_parent.menu._currentframe == 19) { _parent.menu.removeMovieClip(); health = maxhealth; shield = maxshield; _paused = false; _progress = 0; yspeed = 0; xspeed = 0; levelstate = false; } if (levelover == true) { _parent.attachMovie("menuobj", "menu", 1004000); _parent.menu._x = 80; _parent.menu._y = -80; levelover = false; _paused = true; levelstate = true; } if (_paused == false) { adjuster++; if (adjuster == 200) { _parent._x = 0; _parent._y = 0; adjuster = 0; } if (level == 1) { _progress = (shipkilledlev1 / shipquotal1) * 100; } if (level == 2) { _progress = (shipkilledlev2 / shipquotal2) * 100; } if (level == 3) { _progress = (shipkilledlev3 / shipquotal3) * 100; } if (level == 4) { _progress = (shipkilledlev4 / shipquotal4) * 100; } if (level == 5) { _progress = (shipkilledlev5 / shipquotal5) * 100; } if (level == 6) { _progress = (shipkilledlev6 / shipquotal6) * 100; } if (level == 7) { _progress = (shipkilledlev7 / shipquotal7) * 100; } if (level == 8) { _progress = (shipkilledlev8 / shipquotal8) * 100; } if (level == 9) { _progress = (shipkilledlev9 / shipquotal9) * 100; } if (_paused == false) { if (health > 0) { if (_parent.tries._alpha > 0) { _parent.tries._alpha = 0; } } if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (health <= 0) { if (_parent.nautilus.done == true) { alterncycle++; _parent.tries._alpha = _parent.tries._alpha - 5; if ((alterncycle > 50) && (alterncycle < 70)) { _parent.tries._alpha = 100; } if (alterncycle == 60) { lives = lives - 1; } if (lives <= 0) { _parent.ring.reset = true; } if (lives > 0) { if (alterncycle == 100) { health = maxhealth; shield = maxshield; alterncycle = 0; } } if (_parent.tries._alpha < 100) { if (alterncycle < 50) { _parent.tries._alpha = _parent.tries._alpha + 10; } } if (alterncycle == 15) { _alpha = 0; } if (alterncycle == 17) { _alpha = 100; } if (alterncycle == 18) { _alpha = 0; } if (alterncycle == 23) { _alpha = 100; } if (alterncycle == 24) { _alpha = 0; } if (alterncycle == 27) { _alpha = 100; } if (alterncycle == 28) { _alpha = 0; } if (alterncycle == 31) { _alpha = 100; } if (alterncycle == 32) { _alpha = 0; } if (alterncycle == 35) { _alpha = 100; } if (alterncycle == 36) { _alpha = 0; } if (alterncycle == 41) { _alpha = 100; } if (alterncycle == 44) { _alpha = 0; } if (alterncycle == 47) { _alpha = 100; } if (alterncycle == 48) { _alpha = 0; } if (alterncycle == 51) { _alpha = 100; } if (alterncycle == 52) { _alpha = 0; } if (alterncycle == 55) { _alpha = 100; } if (alterncycle == 57) { _alpha = 0; } if (alterncycle == 61) { _alpha = 100; } if (alterncycle == 64) { _alpha = 0; } if (alterncycle == 67) { _alpha = 100; } if (alterncycle == 68) { _alpha = 0; } if (alterncycle == 71) { _alpha = 100; } if (alterncycle == 72) { _alpha = 0; } if (alterncycle == 75) { _alpha = 100; } if (alterncycle == 76) { _alpha = 0; } if (alterncycle == 79) { _alpha = 100; } } } if (shieldlevel == 1) { if (shield > 0) { if (shield < shield1) { shield = shield + (shield1 / 300); } } } if (shieldlevel == 2) { if (shield > 0) { if (shield < shield2) { shield = shield + (shield2 / 300); } } } if (shieldlevel == 3) { if (shield > 0) { if (shield < shield3) { shield = shield + (shield3 / 300); } } } if (shieldlevel == 4) { if (shield > 0) { if (shield < shield4) { shield = shield + (shield4 / 300); } } } if (shieldlevel == 5) { if (shield > 0) { if (shield < shield5) { shield = shield + (shield5 / 300); } } } if (shieldlevel == 6) { if (shield > 0) { if (shield < shield6) { shield = shield + (shield6 / 300); } } } if (shieldlevel == 7) { if (shield > 0) { if (shield < shield7) { shield = shield + (shield7 / 300); } } } if (level == 19) { if (shipkilledlev20 == shipquotal20) { level = 20; levelover = true; _progress = 0; } } if (level == 18) { if (shipkilledlev18 == shipquotal18) { level = 19; levelover = true; _progress = 0; } } if (level == 17) { if (shipkilledlev17 == shipquotal17) { level = 18; levelover = true; _progress = 0; } } if (level == 16) { if (shipkilledlev16 == shipquotal16) { level = 17; levelover = true; _progress = 0; } } if (level == 15) { if (shipkilledlev15 == shipquotal15) { level = 16; levelover = true; _progress = 0; } } if (level == 14) { if (shipkilledlev14 == shipquotal14) { level = 15; levelover = true; _progress = 0; } } if (level == 13) { if (shipkilledlev13 == shipquotal13) { level = 14; levelover = true; _progress = 0; } } if (level == 12) { if (shipkilledlev12 == shipquotal12) { level = 13; levelover = true; _progress = 0; } } if (level == 11) { if (shipkilledlev11 == shipquotal11) { level = 12; levelover = true; _progress = 0; } } if (level == 10) { if (shipkilledlev10 == shipquotal10) { level = 11; levelover = true; _progress = 0; } } if (level == 9) { if (shipkilledlev9 == shipquotal9) { level = 10; levelover = true; _progress = 0; } } if (level == 8) { if (shipkilledlev8 == shipquotal8) { level = 9; levelover = true; _progress = 0; } } if (level == 7) { if (shipkilledlev7 == shipquotal7) { level = 8; levelover = true; _progress = 0; } } if (level == 6) { if (shipkilledlev6 == shipquotal6) { level = 7; levelover = true; _progress = 0; } } if (level == 5) { if (shipkilledlev5 == shipquotal5) { level = 6; levelover = true; _progress = 0; } } if (level == 4) { if (shipkilledlev4 == shipquotal4) { level = 5; levelover = true; _progress = 0; } } if (level == 3) { if (shipkilledlev3 == shipquotal3) { level = 4; levelover = true; _progress = 0; } } if (level == 2) { if (shipkilledlev2 == shipquotal2) { level = 3; levelover = true; _progress = 0; } } if (level == 1) { if (shipkilledlev1 == shipquotal1) { level = 2; levelover = true; _progress = 0; } } if (_paused == false) { if (level == 10) { _progress = (shipkilledlev10 / shipquotal10) * 100; timerforlev10++; if (timerforlev10 == 20) { _parent.numobj.invoked = true; } if (timerforlev10 == 200) { _parent.boss1.ready = true; _parent.boss1._visible = true; } } if (level == 20) { _progress = (shipkilledlev20 / shipquotal20) * 100; timerforlev20++; if (timerforlev20 == 20) { _parent.numobj.invoked = true; } if (timerforlev20 == 200) { _parent.boss2.ready = true; _parent.boss2._visible = true; } } gotoAndStop(shiplevel); if (level == 19) { _progress = (shipkilledlev19 / shipquotal19) * 100; timerforlev19++; if (timerforlev19 == 20) { _parent.numobj.invoked = true; } if (timerforlev19 == 400) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 600) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 700) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 800) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship4 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 900) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 1000) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 1200) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 1300) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 1400) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 1600) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 1700) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 1800) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 1900) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 2000) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 2100) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 2200) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 2400) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 2500) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 2600) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev19 == 2700) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship29 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 18) { _progress = (shipkilledlev18 / shipquotal18) * 100; timerforlev18++; if (timerforlev18 == 20) { _parent.numobj.invoked = true; } if (timerforlev18 == 400) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 600) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 800) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship4 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 1000) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 1100) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 1200) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 1300) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 1500) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 1700) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 1800) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 1900) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 2050) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 2200) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 2300) { duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev18 == 2500) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.dragon2, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 17) { _progress = (shipkilledlev17 / shipquotal17) * 100; timerforlev17++; if (timerforlev17 == 20) { _parent.numobj.invoked = true; } if (timerforlev17 == 400) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 600) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 800) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship4 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 1000) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 1100) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 1200) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 1300) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 1500) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 1700) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 1800) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 1900) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 2050) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 2200) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 2300) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev17 == 2500) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 16) { _progress = (shipkilledlev16 / shipquotal16) * 100; timerforlev16++; if (timerforlev16 == 20) { _parent.numobj.invoked = true; } if (timerforlev16 == 400) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 600) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 800) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship4 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 1000) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 1200) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 1300) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 1500) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 1700) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 1800) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 1900) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 2050) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 2200) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 2300) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 2500) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } } duplicateMovieClip (, , (() + ())-16384); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; if (timerforlev16 == 2050) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 2200) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 2300) { duplicateMovieClip (_parent.dragon1, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num]._orientation = 0; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev16 == 2500) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (level == 15) { _progress = (shipkilledlev15 / shipquotal15) * 100; timerforlev15++; if (timerforlev15 == 20) { _parent.numobj.invoked = true; } if (timerforlev15 == 400) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev15 == 650) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship4 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev15 == 800) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev15 == 1100) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 90; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 270; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev15 == 1300) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev15 == 1400) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 40; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 220; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev15 == 1650) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev15 == 1800) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev15 == 2100) { duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 90; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 270; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev15 == 2300) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } } } 90; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.rocketship, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num].rotaim = 270; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; if (timerforlev15 == 2300) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (level == 14) { _progress = (shipkilledlev14 / shipquotal14) * 100; timerforlev14++; if (timerforlev14 == 20) { _parent.numobj.invoked = true; } if (timerforlev14 == 400) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 450) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 550) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _parent.topstick._y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 600) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _parent.bottomstick._y; evilship4 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 700) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev14 == 1100) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 1150) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 1250) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _parent.topstick._y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 1300) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _parent.bottomstick._y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 1400) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev14 == 1800) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 1850) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 1950) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _parent.topstick._y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 2000) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _parent.bottomstick._y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 2100) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _parent.topstick._y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev14 == 2150) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _parent.bottomstick._y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 13) { _progress = (shipkilledlev13 / shipquotal13) * 100; timerforlev13++; if (timerforlev13 == 20) { _parent.numobj.invoked = true; } if (timerforlev13 == 400) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 500) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev13 == 900) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 1000) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev13 == 1300) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 1400) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 1500) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _x; _parent["trooper" + num]._y = _parent.topstick._y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 1600) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 1700) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 1750) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 1800) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 1900) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev13 == 2250) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x + 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev13 == 2300) { duplicateMovieClip (_parent.hammer, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 12) { _progress = (shipkilledlev12 / shipquotal12) * 100; timerforlev12++; if (timerforlev12 == 20) { _parent.numobj.invoked = true; } if (timerforlev12 == 400) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev12 == 700) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship4 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev12 == 800) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x - 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev12 == 900) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev12 == 1000) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev12 == 1100) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 2; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 2; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev12 == 1500) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev12 == 1900) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev12 == 2000) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x - 100; _parent["trooper" + num]._y = _y; evilship14 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev12 == 2100) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev12 == 2200) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.rightstick._x - 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev12 == 2300) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 2; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 2; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev12 == 2550) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 2; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 2; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; } } if (level == 11) { _progress = (shipkilledlev11 / shipquotal11) * 100; timerforlev11++; if (timerforlev11 == 20) { _parent.numobj.invoked = true; } if (timerforlev11 == 400) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev11 == 800) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship4 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship5 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship6 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev11 == 1100) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship8 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev11 == 1500) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship11 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship12 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev11 == 1800) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship13 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship14 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev11 == 2000) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship15 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship16 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev11 == 2200) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev11 == 2300) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship18 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev11 == 2400) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev11 == 2500) { duplicateMovieClip (_parent.middler, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 9) { _progress = (shipkilledlev9 / shipquotal9) * 100; timerforlev9++; if (timerforlev9 == 20) { _parent.numobj.invoked = true; } if (timerforlev9 == 400) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev9 == 600) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship4 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev9 == 700) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship11 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev9 == 900) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev9 == 1000) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship8 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev9 == 1100) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev9 == 1300) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev9 == 1400) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev9 == 1600) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship14 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev9 == 1800) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev9 == 1900) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship18 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev9 == 2000) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 2)]; } } if (level == 8) { _progress = (shipkilledlev8 / shipquotal8) * 100; timerforlev8++; if (timerforlev8 == 20) { _parent.numobj.invoked = true; } if (timerforlev8 == 400) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship1 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship2 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship3 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev8 == 600) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship4 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev8 == 800) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship11 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev8 == 1000) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship5 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship6 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship7 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev8 == 1200) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship8 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev8 == 1400) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship9 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship10 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 2)]; } if (timerforlev8 == 1600) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship12 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev8 == 1800) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship13 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev8 == 1900) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship14 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev8 == 2000) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship15 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship16 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship17 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 3; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship3 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 6)].ship1 = _parent["trooper" + (num - 6)]; _parent["trooper" + (num - 6)].ship2 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 6)].ship3 = _parent["trooper" + (num - 2)]; } if (timerforlev8 == 2200) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship18 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev8 == 2400) { duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.right._x + 100; _parent["trooper" + num]._y = _y; evilship19 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 1; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.trooper, "trooper" + num, num + 3000); _parent["trooper" + num]._x = _parent.leftstick._x - 100; _parent["trooper" + num]._y = _y; evilship20 = _parent["trooper" + num]; _parent["trooper" + num].ready = true; _parent["trooper" + num]._position = 2; _parent["trooper" + num].shipincommand = 1; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["trooper" + (num - 1)]; _parent["trooper" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; _parent["trooper" + (num - 2)].ship1 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 2)].ship2 = _parent["trooper" + (num - 2)]; _parent["trooper" + (num - 4)].ship1 = _parent["trooper" + (num - 4)]; _parent["trooper" + (num - 4)].ship2 = _parent["trooper" + (num - 2)]; } } if (level == 7) { _progress = (shipkilledlev7 / shipquotal7) * 100; timerforlev7++; if (timerforlev7 == 20) { _parent.numobj.invoked = true; } if (timerforlev7 == 400) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.leftstick._x - 100; _parent["spincycle" + num]._y = _y; evilship1 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 2650) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship3 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship2 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 2100) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship4 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 600) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _parent.topstick._y - 100; evilship5 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 2200) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship6 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 800) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _parent.topstick._y - 100; evilship7 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 900) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _parent.topstick._y - 100; evilship8 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 2300) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship9 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 1000) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship10 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 2400) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _parent.topstick._y - 100; evilship11 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 1100) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship12 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 2500) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship13 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 1250) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship14 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 1400) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _parent.topstick._y - 100; evilship15 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 1500) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship16 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 1600) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship17 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 1700) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship18 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 1850) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _parent.topstick._y - 100; evilship19 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev7 == 2000) { duplicateMovieClip (_parent.spincycle, "spincycle" + num, num + 3000); _parent["spincycle" + num]._x = _parent.rightstick._x + 100; _parent["spincycle" + num]._y = _y; evilship20 = _parent["spincycle" + num]; _parent["spincycle" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spincycle" + (num - 1)]; _parent["spincycle" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 6) { _progress = (shipkilledlev6 / shipquotal6) * 100; timerforlev6++; if (timerforlev6 == 20) { _parent.numobj.invoked = true; } if (timerforlev6 == 300) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship1 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship2 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev6 == 700) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship3 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _x - 100; _parent["diamond" + num]._y = _parent.bottomstick._y; evilship4 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship5 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev6 == 1100) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship6 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _x - 100; _parent["diamond" + num]._y = _parent.bottomstick._y; evilship7 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship8 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _x - 100; _parent["diamond" + num]._y = _parent.topstick._y; evilship9 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev6 == 1500) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship10 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _x - 100; _parent["diamond" + num]._y = _parent.topstick._y; evilship11 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev6 == 1700) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship12 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _x - 100; _parent["diamond" + num]._y = _parent.bottomstick._y; evilship13 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev6 == 2000) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship14 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _x - 100; _parent["diamond" + num]._y = _parent.bottomstick._y; evilship15 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship16 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _x - 100; _parent["diamond" + num]._y = _parent.topstick._y; evilship17 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev6 == 2400) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship18 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _x - 100; _parent["diamond" + num]._y = _parent.bottomstick._y; evilship19 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship20 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 5) { _progress = (shipkilledlev5 / shipquotal5) * 100; timerforlev5++; if (timerforlev5 == 20) { _parent.numobj.invoked = true; } if (timerforlev5 == 200) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship1 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship2 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev5 == 300) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship3 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev5 == 500) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _parent.topstick._y - 100; evilship4 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev5 == 800) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship5 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.rightstick._x + 100; _parent["diamond" + num]._y = _y; evilship6 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev5 == 1100) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship7 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _x + 100; _parent["firer" + num]._y = _parent.topstick._y - 100; evilship8 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x + 100; _parent["diamond" + num]._y = _y + 1000; evilship9 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev5 == 1450) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship10 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _parent.topstick._y - 100; evilship11 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _parent.topstick._y - 100; evilship12 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev5 == 1850) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship13 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _parent.topstick._y - 100; evilship14 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _parent.topstick._y - 100; evilship15 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev5 == 2150) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship16 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.leftstick._x - 100; _parent["firer" + num]._y = _y; evilship17 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x + 100; _parent["diamond" + num]._y = _y + 1000; evilship18 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev5 == 2500) { duplicateMovieClip (_parent.firer, "firer" + num, num + 3000); _parent["firer" + num]._x = _parent.rightstick._x + 100; _parent["firer" + num]._y = _y; evilship19 = _parent["firer" + num]; _parent["firer" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["firer" + (num - 1)]; _parent["firer" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.rightstick._x + 100; _parent["diamond" + num]._y = _y; evilship20 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 4) { _progress = (shipkilledlev4 / shipquotal4) * 100; timerforlev4++; if (timerforlev4 == 20) { _parent.numobj.invoked = true; } if (timerforlev4 == 200) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship1 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 300) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship2 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 400) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship3 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 2450) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship4 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 600) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship5 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 2600) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship6 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 800) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship7 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship8 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 1050) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship9 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship10 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 1350) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship11 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship12 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 1550) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship13 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship14 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 1750) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship15 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship16 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 2050) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship17 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship18 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev4 == 2250) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship19 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship20 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 3) { _progress = (shipkilledlev3 / shipquotal3) * 100; timerforlev3++; if (timerforlev3 == 20) { _parent.numobj.invoked = true; } if (timerforlev3 == 100) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship1 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev3 == 400) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.righstick._x + 100; _parent["diamond" + num]._y = _y; evilship2 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev3 == 600) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship3 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev3 == 800) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.righstick._x + 100; _parent["diamond" + num]._y = _y; evilship4 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship5 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev3 == 1000) { duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.leftstick._x - 100; _parent["diamond" + num]._y = _y; evilship6 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev3 == 1150) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship7 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship8 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev3 == 1400) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship9 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.diamond, "diamond" + num, num + 3000); _parent["diamond" + num]._x = _parent.righstick._x + 100; _parent["diamond" + num]._y = _y; evilship10 = _parent["diamond" + num]; _parent["diamond" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["diamond" + (num - 1)]; _parent["diamond" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship11 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev3 == 1800) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship12 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship13 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship14 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev3 == 2250) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship15 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship16 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship17 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 1) { if (timerforlev1 == 20) { _parent.numobj.invoked = true; } _progress = (shipkilledlev1 / shipquotal1) * 100; timerforlev1++; if (timerforlev1 == 800) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship1 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev1 == 1100) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.rightstick._x + 100; _parent["spshipevil" + num]._y = _y - 250; evilship2 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev1 == 1500) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.rightstick._x + 100; _parent["spshipevil" + num]._y = _y - 250; evilship5 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev1 == 1700) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x + 100; _parent["spshipevil" + num]._y = _y - 250; evilship6 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev1 == 1900) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x + 100; _parent["spshipevil" + num]._y = _y - 250; evilship7 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (shipkilledlev1 == 2) { if (bound1 == false) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _x - 100; _parent["spshipevil" + num]._y = _parent.topstick._y - 250; evilship3 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _x + 100; _parent["spshipevil" + num]._y = _parent.bottomstick._y + 250; evilship4 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; bound1 = true; } } if (timerforlev1 == 2200) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.rightstick._x + 100; _parent["spshipevil" + num]._y = _y - 250; evilship8 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (level == 2) { if (timerforlev2 == 20) { _parent.numobj.invoked = true; } timerforlev2++; _progress = (shipkilledlev2 / shipquotal2) * 100; if (timerforlev2 == 100) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship1 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev2 == 300) { duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship2 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev2 == 600) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.rightstick._x + 100; _parent["spinner" + num]._y = _y; evilship3 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev2 == 800) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.rightstick._x + 100; _parent["spinner" + num]._y = _y; evilship4 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship5 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev2 == 1000) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.rightstick._x + 100; _parent["spinner" + num]._y = _y; evilship6 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship7 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev2 == 1200) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.rightstick._x + 100; _parent["spinner" + num]._y = _y; evilship8 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev2 == 1400) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.rightstick._x + 100; _parent["spinner" + num]._y = _y; evilship9 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship10 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } if (timerforlev2 == 1600) { duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.rightstick._x + 100; _parent["spinner" + num]._y = _y; evilship11 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spshipevil, "spshipevil" + num, num + 3000); _parent["spshipevil" + num]._x = _parent.leftstick._x - 100; _parent["spshipevil" + num]._y = _y; evilship12 = _parent["spshipevil" + num]; _parent["spshipevil" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spshipevil" + (num - 1)]; _parent["spshipevil" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; duplicateMovieClip (_parent.spinner, "spinner" + num, num + 3000); _parent["spinner" + num]._x = _parent.leftstick._x - 100; _parent["spinner" + num]._y = _y; evilship13 = _parent["spinner" + num]; _parent["spinner" + num].ready = true; num++; duplicateMovieClip (_parent.radar.dot, "dot" + num, num + 3000); _parent.radar["dot" + num].stalker = _parent["spinner" + (num - 1)]; _parent["spinner" + (num - 1)].stalker = _parent.radar["dot" + num]; num++; } } if (shakey == 1) { shakey--; _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakey == 2) { shakey--; _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakey == 3) { shakey--; _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakey == 4) { shakey--; _parent._x = _parent._x - 5; } if (shakey == 5) { shakey--; _parent._y = _parent._y + 2; _parent._x = _parent._x + 2; } if (shakey == 6) { _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakey == 7) { _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakey == 8) { _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakey == 9) { _parent._x = _parent._x - 5; } if (shakey == 10) { _parent._y = _parent._y + 2; _parent._x = _parent._x + 2; } if (shakey == 6) { shakey = shakey - 1; _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakey == 7) { shakey = shakey - 1; _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakey == 8) { shakey = shakey - 1; _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakey == 9) { shakey = shakey - 1; _parent._x = _parent._x - 5; } if (shakey == 10) { shakey = shakey - 1; _parent._y = _parent._y + 4; _parent._x = _parent._x + 2; } if (shakey > 20) { shakey = 21; _parent._x = 0; _parent._y = 0; } if (shakey == 11) { shakey--; _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakey == 12) { shakey--; _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakey == 13) { shakey--; _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakey == 14) { shakey--; _parent._x = _parent._x - 5; } if (shakey == 15) { shakey--; _parent._y = _parent._y + 2; _parent._x = _parent._x + 2; } if (shakey == 16) { _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakey == 17) { _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakey == 18) { _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakey == 19) { _parent._x = _parent._x - 5; } if (shakey == 20) { _parent._y = _parent._y + 2; _parent._x = _parent._x + 2; } if (shakey == 16) { shakey = shakey - 1; _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakey == 17) { shakey = shakey - 1; _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakey == 18) { shakey = shakey - 1; _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakey == 19) { shakey = shakey - 1; _parent._x = _parent._x - 5; } if (shakey == 20) { shakey = shakey - 1; _parent._y = _parent._y + 4; _parent._x = _parent._x + 2; } if (shakey == 21) { shakey = shakey - 1; } if (shakenum > 10) { shakenum = 11; _parent._x = 0; _parent._y = 0; } if (shakenum == 1) { shakenum--; _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakenum == 2) { shakenum--; _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakenum == 3) { shakenum--; _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakenum == 4) { shakenum--; _parent._x = _parent._x - 5; } if (shakenum == 5) { shakenum--; _parent._y = _parent._y + 2; _parent._x = _parent._x + 2; } if (shakenum == 6) { _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakenum == 7) { _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakenum == 8) { _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakenum == 9) { _parent._x = _parent._x - 5; } if (shakenum == 10) { _parent._y = _parent._y + 2; _parent._x = _parent._x + 2; } if (shakenum == 6) { shakenum = shakenum - 1; _parent._y = _parent._y - 1; _parent._x = _parent._x - 2; } if (shakenum == 7) { shakenum = shakenum - 1; _parent._y = _parent._y + 1; _parent._x = _parent._x + 3; } if (shakenum == 8) { shakenum = shakenum - 1; _parent._x = _parent._x + 2; _parent._y = _parent._y - 2; } if (shakenum == 9) { shakenum = shakenum - 1; _parent._x = _parent._x - 5; } if (shakenum == 10) { shakenum = shakenum - 1; _parent._y = _parent._y + 4; _parent._x = _parent._x + 2; } if (shakenum == 11) { shakenum = shakenum - 1; } if (rotationsetting > 0) { _rotation = (_rotation - rotationsetting); rotationsetting = rotationsetting - 5; } if (bulletnumber < bulletrate) { bulletnumber++; } if (movementenabled == true) { if (!Key.isDown(90)) { if (charge > 20) { duplicateMovieClip (_parent.bullbig, "bullbig" + num, num + 3000); _parent["bullbig" + num]._x = _x + (Math.cos((_rotation / 180) * Math.PI) * 60); _parent["bullbig" + num]._y = _y + (Math.sin((_rotation / 180) * Math.PI) * 60); _parent["bullbig" + num]._rotation = _rotation; _parent["bullbig" + num].ready = true; rotationsetting = 10; shakenum = shakenum + 5; num++; var my_sound = new Sound(); my_sound.attachSound("Medium_E-Public_D-219_hifi.mp3"); my_sound.start(0, 0); _parent.ring.gotoAndPlay(1); _parent.ring._visible = true; } if ((charge <= 20) && (charge > 1)) { duplicateMovieClip (_parent.bullmed, "bullmed" + num, num + 3000); _parent["bullmed" + num]._x = _x + (Math.cos((_rotation / 180) * Math.PI) * 60); _parent["bullmed" + num]._y = _y + (Math.sin((_rotation / 180) * Math.PI) * 60); _parent["bullmed" + num]._rotation = _rotation; _parent["bullmed" + num].ready = true; rotationsetting = 10; shakenum = shakenum + 5; num++; _parent.ring.gotoAndPlay(1); _parent.ring._visible = true; } holding = 0; charge = 1; } if (Key.isDown(90)) { holding++; charge = (holding - 40) / 3; if (holding < 40) { if (bulletnumber >= bulletrate) { if (bullettype == 6) { duplicateMovieClip (_parent.bull6, "bull5" + num, num + 3000); _parent["bull5" + num]._x = _x + (Math.cos(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bull5" + num]._y = _y + (Math.sin(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bull5" + num]._rotation = _rotation; _parent["bull5" + num].ready = true; _parent["bull5" + num].prep = true; _parent["bull5" + num]._visible = true; num++; duplicateMovieClip (_parent.bull6, "bull5" + num, num + 3000); _parent["bull5" + num]._x = _x + (Math.cos(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bull5" + num]._y = _y + (Math.sin(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bull5" + num]._rotation = _rotation; _parent["bull5" + num].ready = true; _parent["bull5" + num]._visible = true; _parent["bull5" + num].prep = true; num++; } if (bullettype == 5) { duplicateMovieClip (_parent.bull5, "bull5" + num, num + 3000); _parent["bull5" + num]._x = _x + (Math.cos(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bull5" + num]._y = _y + (Math.sin(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bull5" + num]._rotation = _rotation; _parent["bull5" + num].ready = true; _parent["bull5" + num].prep = true; _parent["bull5" + num]._visible = true; num++; duplicateMovieClip (_parent.bull5, "bull5" + num, num + 3000); _parent["bull5" + num]._x = _x + (Math.cos(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bull5" + num]._y = _y + (Math.sin(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bull5" + num]._rotation = _rotation; _parent["bull5" + num].ready = true; _parent["bull5" + num]._visible = true; _parent["bull5" + num].prep = true; num++; } if (bullettype == 3) { duplicateMovieClip (_parent.bullet3, "bullet3" + num, num + 3000); _parent["bullet3" + num]._x = _x + (Math.cos(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bullet3" + num]._y = _y + (Math.sin(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bullet3" + num]._rotation = _rotation; _parent["bullet3" + num].ready = true; _parent["bullet3" + num].prep = true; _parent["bullet3" + num]._visible = true; num++; duplicateMovieClip (_parent.bullet3, "bullet3" + num, num + 3000); _parent["bullet3" + num]._x = _x + (Math.cos(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bullet3" + num]._y = _y + (Math.sin(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bullet3" + num]._rotation = _rotation; _parent["bullet3" + num].ready = true; _parent["bullet3" + num]._visible = true; _parent["bullet3" + num].prep = true; num++; } if (bullettype == 4) { duplicateMovieClip (_parent.bullet4, "bullet4" + num, num + 3000); _parent["bullet4" + num]._x = _x + (Math.cos(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bullet4" + num]._y = _y + (Math.sin(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bullet4" + num]._rotation = _rotation - 10; _parent["bullet4" + num].ready = true; _parent["bullet4" + num].prep = true; _parent["bullet4" + num]._visible = true; num++; duplicateMovieClip (_parent.bullet4, "bullet4" + num, num + 3000); _parent["bullet4" + num]._x = _x + (Math.cos(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bullet4" + num]._y = _y + (Math.sin(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bullet4" + num]._rotation = _rotation + 10; _parent["bullet4" + num].ready = true; _parent["bullet4" + num].prep = true; _parent["bullet4" + num]._visible = true; num++; duplicateMovieClip (_parent.bullet4, "bullet4" + num, num + 3000); _parent["bullet4" + num]._x = _x + (Math.cos(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bullet4" + num]._y = _y + (Math.sin(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bullet4" + num]._rotation = _rotation - 10; _parent["bullet4" + num].ready = true; _parent["bullet4" + num]._visible = true; _parent["bullet4" + num].prep = true; num++; duplicateMovieClip (_parent.bullet4, "bullet4" + num, num + 3000); _parent["bullet4" + num]._x = _x + (Math.cos(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bullet4" + num]._y = _y + (Math.sin(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bullet4" + num]._rotation = _rotation + 10; _parent["bullet4" + num].ready = true; _parent["bullet4" + num]._visible = true; _parent["bullet4" + num].prep = true; num++; } if (bullettype == 2) { duplicateMovieClip (_parent.bullet2, "bullet2" + num, num + 3000); _parent["bullet2" + num]._x = _x + (Math.cos(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bullet2" + num]._y = _y + (Math.sin(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bullet2" + num]._rotation = _rotation; _parent["bullet2" + num].ready = true; _parent["bullet2" + num].prep = true; _parent["bullet2" + num]._visible = true; num++; duplicateMovieClip (_parent.bullet2, "bullet2" + num, num + 3000); _parent["bullet2" + num]._x = _x + (Math.cos(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bullet2" + num]._y = _y + (Math.sin(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bullet2" + num]._rotation = _rotation; _parent["bullet2" + num].ready = true; _parent["bullet2" + num]._visible = true; _parent["bullet2" + num].prep = true; num++; } if (bullettype == 1) { duplicateMovieClip (_parent.bull1, "bull1" + num, num + 3000); _parent["bull1" + num]._x = _x + (Math.cos(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bull1" + num]._y = _y + (Math.sin(((_rotation - 15) / 180) * Math.PI) * 35); _parent["bull1" + num]._rotation = _rotation; _parent["bull1" + num].ready = true; _parent["bull1" + num].prep = true; _parent["bull1" + num]._visible = true; num++; duplicateMovieClip (_parent.bull1, "bull1" + num, num + 3000); _parent["bull1" + num]._x = _x + (Math.cos(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bull1" + num]._y = _y + (Math.sin(((_rotation + 15) / 180) * Math.PI) * 35); _parent["bull1" + num]._rotation = _rotation; _parent["bull1" + num].ready = true; _parent["bull1" + num]._visible = true; _parent["bull1" + num].prep = true; num++; } bulletnumber = 0; } } } if (Key.isDown(38)) { if (yspeed > maxspeedy) { if ((_rotation > 0) && (_rotation < 180)) { yspeed = yspeed - (Math.sin((_rotation / 180) * Math.PI) * accelspeed); } } if (yspeed < (-maxspeedy)) { if (!((_rotation > 0) && (_rotation < 180))) { yspeed = yspeed - (Math.sin((_rotation / 180) * Math.PI) * accelspeed); } } yspeed = yspeed + (Math.sin((_rotation / 180) * Math.PI) * accelspeed); if (xspeed > maxspeedy) { if ((_rotation > -90) && (_rotation < 90)) { xspeed = xspeed - (Math.cos((_rotation / 180) * Math.PI) * accelspeed); } } if (xspeed < (-maxspeedy)) { if (!((_rotation > -90) && (_rotation < 90))) { xspeed = xspeed - (Math.cos((_rotation / 180) * Math.PI) * accelspeed); } } xspeed = xspeed + (Math.cos((_rotation / 180) * Math.PI) * accelspeed); } if (Key.isDown(37)) { _rotation = (_rotation - (10 * rotationfactor)); } if (Key.isDown(39)) { _rotation = (_rotation + (10 * rotationfactor)); } } if (_parent._currentframe == 5) { if (_x <= 40) { if (_parent.nautilus._alpha < 2) { _parent.nautilus._alpha = 2; } } } if (_parent._currentframe == 5) { if (_x > 30) { _x = (_x - 12); } if (level == 10) { if (_x > -140) { _x = (_x - 12); } } if (level == 11) { if (_x < 30) { _x = (_x + 12); } } } }
Instance of Symbol 441 MovieClip "particle" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (this == _parent.particle) { _visible = false; } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_currentframe == 15) { removeMovieClip(this); _visible = false; } } }
Instance of Symbol 457 MovieClip "nautilus" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { _alpha = 0; this.swapDepths(_parent.createEmptyMovieClip("container", 1000003)); texts._visible = false; texts.gotoAndStop(1); done = false; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (texts._currentframe == 90) { texts.gotoAndStop(90); if (done == false) { if (_parent.ship.health < _parent.ship.maxhealth) { _parent.ship.health = _parent.ship.health + (0.04 * _parent.ship.maxhealth); } if (_parent.ship.shield < _parent.ship.maxshield) { _parent.ship.shield = _parent.ship.shield + ((_parent.ship.maxshield / 5) * 0.2); } } } if ((_alpha >= 1) && (_alpha < 100)) { _alpha = (_alpha + 4); if (_alpha >= 98) { if (texts._currentframe == 1) { texts.gotoAndPlay(2); texts._visible = true; } } } if (done == false) { if (_parent.ship.health >= _parent.ship.maxhealth) { if (texts._currentframe == 90) { texts.gotoAndStop(89); if (_parent.prog._currentframe == 1) { _parent.prog.gotoAndPlay(2); } done = true; texts.gotoAndStop(89); } } } } }
Instance of Symbol 514 MovieClip "firer" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } fire = 0; gotoAndStop (1); spinner.gotoAndStop(1); randomgenerator = 0; health = 8; flucta = 0; flyaway = 0; fluct = 1; dead = false; } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (flucta > 0) { flucta = flucta - 2; } if (dead == true) { if (spinner._currentframe == 32) { if (_parent.ship.level == 2) { _parent.ship.shipkilledlev2++; } if (_parent.ship.level == 3) { _parent.ship.shipkilledlev3++; } if (_parent.ship.level == 4) { _parent.ship.shipkilledlev4++; } if (_parent.ship.level == 5) { _parent.ship.shipkilledlev5++; } if (_parent.ship.level == 6) { _parent.ship.shipkilledlev6++; } if (_parent.ship.level == 7) { _parent.ship.shipkilledlev7++; } if (_parent.ship.level == 8) { _parent.ship.shipkilledlev8++; } _parent.ship.money = _parent.ship.money + 15; stalker.removeMovieClip(); removeMovieClip(this); } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } if (ready == true) { if (_currentframe == 10) { gotoAndStop (1); } if (this.hitTest(_parent.ship)) { if (_currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (6 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (6 / _parent.ship.armorcurrent); } _parent.ship.shakenum = _parent.ship.shakenum + 10; gotoAndPlay (1); health = health - 2; flucta = 30; flyaway = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180; } } _y = (_y + (Math.sin((flyaway / 180) * Math.PI) * flucta)); _x = (_x + (Math.cos((flyaway / 180) * Math.PI) * flucta)); if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } _alpha = (_alpha - 5); dead = true; ready = false; if (spinner._currentframe == 1) { spinner.gotoAndPlay(2); } } _y = (_y + ((Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * ((disttoobj(this, _parent.ship) / 28) + 2)) * fluct)); _x = (_x + ((Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * ((disttoobj(this, _parent.ship) / 28) + 2)) * fluct)); directionnum = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (fire < 5) { fire++; } if (fire == 5) { fire = 0; randomgenerator = random(6); if (((directionnum + 30) > (_rotation + 125)) && ((directionnum - 30) < (_rotation + 125))) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 245) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 245) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._rotation = _rotation - 145; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; } if (((directionnum + 30) > (_rotation + 65)) && ((directionnum - 30) < (_rotation + 65))) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 305) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 305) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._rotation = _rotation - 205; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; } if (((directionnum + 30) > _rotation) && ((directionnum - 30) < _rotation)) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos((_rotation / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin((_rotation / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._rotation = _rotation + 90; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; } if (((directionnum + 30) > (_rotation - 65)) && ((directionnum - 30) < (_rotation - 65))) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 65) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 65) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._rotation = _rotation + 25; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; } if (((directionnum + 30) > (_rotation - 125)) && ((directionnum - 30) < (_rotation - 125))) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 125) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 125) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._rotation = _rotation - 35; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; } if (((directionnum + 30) > (_rotation - 185)) && ((directionnum - 30) < (_rotation - 185))) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 185) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 185) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._rotation = _rotation - 95; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; } } readynum = 0; _rotation = (_rotation + 4); } } }
Instance of Symbol 517 MovieClip "evilball" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } gotoAndStop (1); } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if ((((_x < -250) || (_x > 400)) || (_y < -250)) || (_y > 300)) { _x = -10000; _visible = false; removeMovieClip(this); } if (_currentframe == 10) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (5 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (5 / _parent.ship.armorcurrent); } removeMovieClip(this); } if (this.hitTest(_parent.ship)) { if (_currentframe == 1) { _parent.ship.shakenum = _parent.ship.shakenum + 10; gotoAndPlay (2); } } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); _y = (_y + (Math.sin(((_rotation - 180) / 180) * Math.PI) * 10)); _x = (_x + (Math.cos(((_rotation - 180) / 180) * Math.PI) * 10)); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * 5)); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * 5)); } }
Instance of Symbol 533 MovieClip "bullet3" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { _visible = false; bull.bullit.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { bull.bullit.gotoAndPlay(bull.bullit._currentframe - 1); } if (_parent.ship._paused == false) { if (bull.bullit._currentframe == 20) { removeMovieClip(this); } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } if (ready == false) { _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); } if (ready == true) { if (_visible == true) { if (ready == true) { if (this.hitTest(_parent.boss1)) { if (_parent.boss1._currentframe == 1) { ready = false; _parent.boss1.health = _parent.boss1.health - 5; _parent.boss1.gotoAndPlay(2); } } if (this.hitTest(_parent.ship.evilship1)) { ready = false; _parent.ship.evilship1.health = _parent.ship.evilship1.health - 5; } if (ready == true) { if (this.hitTest(_parent.boss2)) { ready = false; _parent.boss2.health = _parent.boss2.health - 5; } } } if (ready == true) { if (this.hitTest(_parent.ship.evilship1)) { ready = false; _parent.ship.evilship1.health = _parent.ship.evilship1.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship2)) { ready = false; _parent.ship.evilship2.health = _parent.ship.evilship2.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship3)) { ready = false; _parent.ship.evilship3.health = _parent.ship.evilship3.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship4)) { ready = false; _parent.ship.evilship4.health = _parent.ship.evilship4.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship5)) { ready = false; _parent.ship.evilship5.health = _parent.ship.evilship5.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship6)) { ready = false; _parent.ship.evilship6.health = _parent.ship.evilship6.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship7)) { ready = false; _parent.ship.evilship7.health = _parent.ship.evilship7.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship8)) { ready = false; _parent.ship.evilship8.health = _parent.ship.evilship8.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship9)) { ready = false; _parent.ship.evilship9.health = _parent.ship.evilship9.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship10)) { ready = false; _parent.ship.evilship10.health = _parent.ship.evilship10.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship11)) { ready = false; _parent.ship.evilship11.health = _parent.ship.evilship11.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship12)) { ready = false; _parent.ship.evilship12.health = _parent.ship.evilship12.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship13)) { ready = false; _parent.ship.evilship13.health = _parent.ship.evilship13.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship14)) { ready = false; _parent.ship.evilship14.health = _parent.ship.evilship14.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship15)) { ready = false; _parent.ship.evilship15.health = _parent.ship.evilship15.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship16)) { ready = false; _parent.ship.evilship16.health = _parent.ship.evilship16.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship17)) { ready = false; _parent.ship.evilship17.health = _parent.ship.evilship17.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship18)) { ready = false; _parent.ship.evilship18.health = _parent.ship.evilship18.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship19)) { ready = false; _parent.ship.evilship19.health = _parent.ship.evilship19.health - 5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship20)) { ready = false; _parent.ship.evilship20.health = _parent.ship.evilship20.health - 5; } } } } if (ready == true) { if (prep == true) { _visible = true; } _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); bull.bullit.gotoAndPlay(_currentframe); _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 18)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 18)); } } }
Instance of Symbol 554 MovieClip "bull6" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { _visible = false; bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (ready == true) { if (_currentframe == 18) { gotoAndPlay (1); } _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 17)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 17)); } if (prep == true) { _visible = true; } if (_currentframe == 33) { removeMovieClip(this); } if (ready == false) { if (_currentframe <= 18) { gotoAndPlay (19); } _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); } if (ready == true) { if (_visible == true) { if (ready == true) { if (this.hitTest(_parent.boss1)) { if (_parent.boss1._currentframe == 1) { _parent.boss1.health = _parent.boss1.health - 18; _parent.boss1.gotoAndPlay(2); } } if (this.hitTest(_parent.ship.evilship1)) { ready = false; _parent.ship.evilship1.health = _parent.ship.evilship1.health - 18; } if (this.hitTest(_parent.boss2)) { ready = false; _parent.boss2.health = _parent.boss2.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship2)) { ready = false; _parent.ship.evilship2.health = _parent.ship.evilship2.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship3)) { ready = false; _parent.ship.evilship3.health = _parent.ship.evilship3.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship4)) { ready = false; _parent.ship.evilship4.health = _parent.ship.evilship4.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship5)) { ready = false; _parent.ship.evilship5.health = _parent.ship.evilship5.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship6)) { ready = false; _parent.ship.evilship6.health = _parent.ship.evilship6.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship7)) { ready = false; _parent.ship.evilship7.health = _parent.ship.evilship7.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship8)) { ready = false; _parent.ship.evilship8.health = _parent.ship.evilship8.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship9)) { ready = false; _parent.ship.evilship9.health = _parent.ship.evilship9.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship10)) { ready = false; _parent.ship.evilship10.health = _parent.ship.evilship10.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship11)) { ready = false; _parent.ship.evilship11.health = _parent.ship.evilship11.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship12)) { ready = false; _parent.ship.evilship12.health = _parent.ship.evilship12.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship13)) { ready = false; _parent.ship.evilship13.health = _parent.ship.evilship13.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship14)) { ready = false; _parent.ship.evilship14.health = _parent.ship.evilship14.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship15)) { ready = false; _parent.ship.evilship15.health = _parent.ship.evilship15.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship16)) { ready = false; _parent.ship.evilship16.health = _parent.ship.evilship16.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship17)) { ready = false; _parent.ship.evilship17.health = _parent.ship.evilship17.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship18)) { ready = false; _parent.ship.evilship18.health = _parent.ship.evilship18.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship19)) { ready = false; _parent.ship.evilship19.health = _parent.ship.evilship19.health - 18; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship20)) { ready = false; _parent.ship.evilship20.health = _parent.ship.evilship20.health - 18; } } } } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } } }
Instance of Symbol 562 MovieClip "hammer" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } gotoAndStop (1); health = 35; obj.gotoAndStop(1); hit = false; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); obj.gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_currentframe == 13) { gotoAndStop (1); } if (flucta > 1) { flucta = flucta - 1.5; } if (ready == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (obj._currentframe == 15) { if (_parent.ship.level == 11) { _parent.ship.shipkilledlev11++; } if (_parent.ship.level == 12) { _parent.ship.shipkilledlev12++; } if (_parent.ship.level == 13) { _parent.ship.shipkilledlev13++; } if (_parent.ship.level == 14) { _parent.ship.shipkilledlev14++; } if (_parent.ship.level == 15) { _parent.ship.shipkilledlev15++; } if (_parent.ship.level == 16) { _parent.ship.shipkilledlev16++; } if (_parent.ship.level == 17) { _parent.ship.shipkilledlev17++; } if (_parent.ship.level == 18) { _parent.ship.shipkilledlev18++; } _parent.ship.money = _parent.ship.money + 45; stalker.removeMovieClip(); removeMovieClip(this); _visible = false; } } if (ready == true) { if (health > 0) { obj.gotoAndStop(1); } if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } this.gotoAndStop(1); if (obj._currentframe == 1) { obj.gotoAndPlay(1); } ready = false; } if (this.hitTest(_parent.ship)) { if (_currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (20 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (20 / _parent.ship.armorcurrent); } _parent.ship.shakenum = _parent.ship.shakenum + 10; gotoAndPlay (1); health = health - 2; flucta = 30; flyaway = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180; } } _rotation = (_rotation + 15); _y = (_y + (Math.sin((flyaway / 180) * Math.PI) * flucta)); _x = (_x + (Math.cos((flyaway / 180) * Math.PI) * flucta)); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * (11 + (disttoobj(this, _parent.ship) / 20)))); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * (11 + (disttoobj(this, _parent.ship) / 20)))); } } }
Instance of Symbol 599 MovieClip "boss2" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2x, obj2y) { return(Math.sqrt(((obj2x - obj1._x) * (obj2x - obj1._x)) + ((obj2y - obj1._y) * (obj2y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } firer = 0; attack = 0; alternator = 0; alternator1 = 59; health = 1200; gotoAndStop (1); core.gotoAndStop(1); accelerate = -2; _visible = false; rotspeed = 0; alterndirec = 1; alternodirec = 1; attackinmode = 1; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); core.gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (ready == false) { if (core._currentframe == 1) { attackinmode = 2; core.gotoAndPlay(2); if (_currentframe == 156) { var my_sound = new Sound(); my_sound.attachSound("Explosio-Ivan-8042_hifi.mp3"); my_sound.start(0, 0); } } } if (ready == true) { if (health <= 0) { ready = false; } core.gotoAndStop(1); attack++; if (attack == 800) { attack = 0; } if ((attack > 0) && (attack < 400)) { positionx = _parent.ship._x + 200; positiony = _parent.ship._y; _y = (_y + (Math.sin((FigureOutDirection(_x, _y, positionx, positiony) / 180) * Math.PI) * (disttoobj(this, positionx, positiony) / 24))); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, positionx, positiony) / 180) * Math.PI) * (disttoobj(this, positionx, positiony) / 24))); _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); attackinmode = 1; firer++; if (firer >= 4) { if (alterndirec == 1) { if (alternator > -60) { alternator = alternator - 5; } if (alternator <= -60) { alterndirec = 2; } } if (alterndirec == 2) { if (alternator < 60) { alternator = alternator + 5; } if (alternator >= 60) { alterndirec = 1; } } if (alternodirec == 1) { if (alternator1 > -60) { alternator1 = alternator1 - 5; } if (alternator1 <= -60) { alternodirec = 2; } } if (alternodirec == 2) { if (alternator1 < 60) { alternator1 = alternator1 + 5; } if (alternator1 >= 60) { alternodirec = 1; } } duplicateMovieClip (_parent.redbull1, "redbull1" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull1" + _parent.ship.num]._x = _x + (Math.cos(((_rotation + alternator) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._y = _y + (Math.sin(((_rotation + alternator) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._rotation = (_rotation + alternator) + 90; _parent["redbull1" + _parent.ship.num].ready = true; _parent.ship.num++; duplicateMovieClip (_parent.redbull1, "redbull1" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull1" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - alternator) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - alternator) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._rotation = (_rotation - alternator) + 90; _parent["redbull1" + _parent.ship.num].ready = true; _parent.ship.num++; duplicateMovieClip (_parent.redbull1, "redbull1" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull1" + _parent.ship.num]._x = _x + (Math.cos(((_rotation + alternator1) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._y = _y + (Math.sin(((_rotation + alternator1) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._rotation = (_rotation + alternator1) + 90; _parent["redbull1" + _parent.ship.num].ready = true; _parent.ship.num++; duplicateMovieClip (_parent.redbull1, "redbull1" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull1" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - alternator1) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - alternator1) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._rotation = (_rotation - alternator1) + 90; _parent["redbull1" + _parent.ship.num].ready = true; _parent.ship.num++; firer = 0; } } if ((attack > 700) && (attack < 800)) { _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); if (_currentframe == 35) { gotoAndPlay (36); } if (_currentframe == 1) { gotoAndStop (1); } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); positionx = _parent.ship._x + 200; positiony = _parent.ship._y; _y = (_y + (Math.sin((FigureOutDirection(_x, _y, positionx, positiony) / 180) * Math.PI) * (disttoobj(this, positionx, positiony) / 24))); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, positionx, positiony) / 180) * Math.PI) * (disttoobj(this, positionx, positiony) / 24))); } if ((attack > 400) && (attack < 700)) { firer++; if (firer >= 4) { if (alterndirec == 1) { if (alternator > -60) { alternator = alternator - 5; } if (alternator <= -60) { alterndirec = 2; } } if (alterndirec == 2) { if (alternator < 60) { alternator = alternator + 5; } if (alternator >= 60) { alterndirec = 1; } } if (alternodirec == 1) { if (alternator1 > -60) { alternator1 = alternator1 - 5; } if (alternator1 <= -60) { alternodirec = 2; } } if (alternodirec == 2) { if (alternator1 < 60) { alternator1 = alternator1 + 5; } if (alternator1 >= 60) { alternodirec = 1; } } duplicateMovieClip (_parent.redbull1, "redbull1" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull1" + _parent.ship.num]._x = _x + (Math.cos(((_rotation + alternator) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._y = _y + (Math.sin(((_rotation + alternator) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._rotation = (_rotation + alternator) + 90; _parent["redbull1" + _parent.ship.num].ready = true; _parent.ship.num++; duplicateMovieClip (_parent.redbull1, "redbull1" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull1" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - alternator) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - alternator) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._rotation = (_rotation - alternator) + 90; _parent["redbull1" + _parent.ship.num].ready = true; _parent.ship.num++; duplicateMovieClip (_parent.redbull1, "redbull1" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull1" + _parent.ship.num]._x = _x + (Math.cos(((_rotation + alternator1) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._y = _y + (Math.sin(((_rotation + alternator1) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._rotation = (_rotation + alternator1) + 90; _parent["redbull1" + _parent.ship.num].ready = true; _parent.ship.num++; duplicateMovieClip (_parent.redbull1, "redbull1" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull1" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - alternator1) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - alternator1) / 180) * Math.PI) * 65); _parent["redbull1" + _parent.ship.num]._rotation = (_rotation - alternator1) + 90; _parent["redbull1" + _parent.ship.num].ready = true; _parent.ship.num++; firer = 0; } if (hitTest(_parent.ship)) { flyaway = 30; _parent.ship.shakenum = _parent.ship.shakenum + 20; if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (40 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (40 / _parent.ship.armorcurrent); } } if (flyaway >= 0) { flyaway = flyaway - 1; } if (_currentframe == 1) { gotoAndPlay (2); } if (_currentframe == 35) { gotoAndStop (35); } if (rotspeed < 45) { rotspeed++; } if (accelerate < 1.5) { accelerate = accelerate + 0.0777777777777778; } _y = (_y + (Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * ((disttoobj(this, _parent.ship._x, _parent.ship._y) / 16) * accelerate))); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * ((disttoobj(this, _parent.ship._x, _parent.ship._y) / 16) * accelerate))); _y = (_y + (Math.sin(((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180) / 180) * Math.PI) * flyaway)); _x = (_x + (Math.cos(((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180) / 180) * Math.PI) * flyaway)); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); _rotation = (_rotation + rotspeed); attackinmode = 2; } } } }
Instance of Symbol 601 MovieClip "blanket" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { this.swapDepths(_parent.createEmptyMovieClip("containe1r", 10000015)); } onClipEvent (enterFrame) { if (_parent._currentframe == 6) { if (_alpha > 0) { _alpha = (_alpha - 2); } } if ((_parent.boss2.health <= 0) || (_parent.ship.lives <= 0)) { if (_parent._currentframe == 5) { _alpha = (_alpha + 1.2); if (_alpha > 20) { _alpha = (_alpha + 1); } if (_alpha > 40) { _alpha = (_alpha + 1); } if (_alpha > 60) { _alpha = (_alpha + 0.75); } if (_alpha >= 100) { _parent.gotoAndStop(6); _parent.ship.removeMovieClip(this); _parent._text.removeMovieClip(this); _parent.radar.removeMovieClip(this); _parent.nautilus.removeMovieClip(this); _parent.prog.removeMovieClip(this); } } } }
Instance of Symbol 622 MovieClip "laser" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { gotoAndStop (1); } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_currentframe == 32) { removeMovieClip(this); } if (this.hitTest(_parent.ship)) { if (_currentframe == 1) { gotoAndPlay (2); if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (20 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (20 / _parent.ship.armorcurrent); } } } if (_currentframe == 1) { _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 54.5)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 54.5)); } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } }
Instance of Symbol 632 MovieClip "_text" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { gotoAndStop (1); this.swapDepths(_parent.createEmptyMovieClip("container5", 1000005)); } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_currentframe == 514) { gotoAndStop (514); } } }
Instance of Symbol 644 MovieClip "bull1" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { _visible = false; bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { bull.gotoAndPlay(bull._currentframe - 1); } if (_parent.ship._paused == false) { if (ready == true) { bull.gotoAndPlay(_currentframe); _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 12)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 12)); } if (prep == true) { _visible = true; } if (bull._currentframe == 15) { removeMovieClip(this); } if (ready == false) { _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); } if (ready == true) { if (_visible == true) { if (ready == true) { if (this.hitTest(_parent.boss1.barrier)) { ready = false; _parent.boss1.health--; if (_parent.boss1.boss1._currentframe == 1) { _parent.boss1.boss1.gotoAndPlay(2); } } } if (ready == true) { if (this.hitTest(_parent.boss2)) { ready = false; _parent.boss2.health--; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship1)) { ready = false; _parent.ship.evilship1.health = _parent.ship.evilship1.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship2)) { ready = false; _parent.ship.evilship2.health = _parent.ship.evilship2.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship3)) { ready = false; _parent.ship.evilship3.health = _parent.ship.evilship3.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship4)) { ready = false; _parent.ship.evilship4.health = _parent.ship.evilship4.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship5)) { ready = false; _parent.ship.evilship5.health = _parent.ship.evilship5.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship6)) { ready = false; _parent.ship.evilship6.health = _parent.ship.evilship6.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship7)) { ready = false; _parent.ship.evilship7.health = _parent.ship.evilship7.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship8)) { ready = false; _parent.ship.evilship8.health = _parent.ship.evilship8.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship9)) { ready = false; _parent.ship.evilship9.health = _parent.ship.evilship9.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship10)) { ready = false; _parent.ship.evilship10.health = _parent.ship.evilship10.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship11)) { ready = false; _parent.ship.evilship11.health = _parent.ship.evilship11.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship12)) { ready = false; _parent.ship.evilship12.health = _parent.ship.evilship12.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship13)) { ready = false; _parent.ship.evilship13.health = _parent.ship.evilship13.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship14)) { ready = false; _parent.ship.evilship14.health = _parent.ship.evilship14.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship15)) { ready = false; _parent.ship.evilship15.health = _parent.ship.evilship15.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship16)) { ready = false; _parent.ship.evilship16.health = _parent.ship.evilship16.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship17)) { ready = false; _parent.ship.evilship17.health = _parent.ship.evilship17.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship18)) { ready = false; _parent.ship.evilship18.health = _parent.ship.evilship18.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship19)) { ready = false; _parent.ship.evilship19.health = _parent.ship.evilship19.health - 1; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship20)) { ready = false; _parent.ship.evilship20.health = _parent.ship.evilship20.health - 1; } } } } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } } }
Instance of Symbol 693 MovieClip "bullmed" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { ball.gotoAndStop(1); collisionready = true; } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (ball._currentframe == 16) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (ball._currentframe == 7) { if (this.hitTest(_parent.ship.evilship1)) { _parent.ship.evilship1.health = _parent.ship.evilship1.health - 3; } if (this.hitTest(_parent.ship.evilship2)) { _parent.ship.evilship2.health = _parent.ship.evilship2.health - 3; } if (this.hitTest(_parent.ship.evilship3)) { _parent.ship.evilship3.health = _parent.ship.evilship3.health - 3; } if (this.hitTest(_parent.ship.evilship4)) { _parent.ship.evilship4.health = _parent.ship.evilship4.health - 3; } if (this.hitTest(_parent.ship.evilship5)) { _parent.ship.evilship5.health = _parent.ship.evilship5.health - 3; } if (this.hitTest(_parent.ship.evilship6)) { _parent.ship.evilship6.health = _parent.ship.evilship6.health - 3; } if (this.hitTest(_parent.ship.evilship7)) { _parent.ship.evilship7.health = _parent.ship.evilship7.health - 3; } if (this.hitTest(_parent.ship.evilship8)) { _parent.ship.evilship8.health = _parent.ship.evilship8.health - 3; } if (this.hitTest(_parent.ship.evilship9)) { _parent.ship.evilship9.health = _parent.ship.evilship9.health - 3; } if (this.hitTest(_parent.ship.evilship10)) { _parent.ship.evilship10.health = _parent.ship.evilship10.health - 3; } if (this.hitTest(_parent.ship.evilship11)) { _parent.ship.evilship11.health = _parent.ship.evilship11.health - 3; } if (this.hitTest(_parent.ship.evilship12)) { _parent.ship.evilship12.health = _parent.ship.evilship12.health - 3; } if (this.hitTest(_parent.ship.evilship13)) { _parent.ship.evilship13.health = _parent.ship.evilship13.health - 3; } if (this.hitTest(_parent.ship.evilship14)) { _parent.ship.evilship14.health = _parent.ship.evilship14.health - 3; } if (this.hitTest(_parent.ship.evilship15)) { _parent.ship.evilship15.health = _parent.ship.evilship15.health - 3; } if (this.hitTest(_parent.ship.evilship16)) { _parent.ship.evilship16.health = _parent.ship.evilship16.health - 3; } if (this.hitTest(_parent.ship.evilship17)) { _parent.ship.evilship17.health = _parent.ship.evilship17.health - 3; } if (this.hitTest(_parent.ship.evilship18)) { _parent.ship.evilship18.health = _parent.ship.evilship18.health - 3; } if (this.hitTest(_parent.ship.evilship19)) { _parent.ship.evilship19.health = _parent.ship.evilship19.health - 3; } if (this.hitTest(_parent.ship.evilship20)) { _parent.ship.evilship20.health = _parent.ship.evilship20.health - 3; } } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } if (ready == true) { if (collisionready == true) { if (((this.hitTest(_parent.ship.evilship1) || (this.hitTest(_parent.ship.evilship2))) || (this.hitTest(_parent.ship.evilship3))) || (this.hitTest(_parent.ship.evilship4))) { if (_currentframe == 1) { ball.gotoAndPlay(2); collisionready = false; } } if (((this.hitTest(_parent.ship.evilship5) || (this.hitTest(_parent.ship.evilship6))) || (this.hitTest(_parent.ship.evilship7))) || (this.hitTest(_parent.ship.evilship8))) { if (_currentframe == 1) { collisionready = false; ball.gotoAndPlay(2); } } if (((this.hitTest(_parent.ship.evilship9) || (this.hitTest(_parent.ship.evilship10))) || (this.hitTest(_parent.ship.evilship11))) || (this.hitTest(_parent.ship.evilship12))) { if (_currentframe == 1) { collisionready = false; ball.gotoAndPlay(2); } } if (((this.hitTest(_parent.ship.evilship13) || (this.hitTest(_parent.ship.evilship14))) || (this.hitTest(_parent.ship.evilship15))) || (this.hitTest(_parent.ship.evilship16))) { if (_currentframe == 1) { collisionready = false; ball.gotoAndPlay(2); } } if (((this.hitTest(_parent.ship.evilship17) || (this.hitTest(_parent.ship.evilship18))) || (this.hitTest(_parent.ship.evilship19))) || (this.hitTest(_parent.ship.evilship20))) { if (_currentframe == 1) { collisionready = false; ball.gotoAndPlay(2); } } } if (ball._currentframe > 1) { _x = (_x - (_parent.ship.xspeed / 2)); _y = (_y - (_parent.ship.yspeed / 2)); } if (ball._currentframe == 1) { _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 12)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 12)); duplicateMovieClip (_parent.starry, "starry" + _parent.ship.num, _parent.ship.num + 3000); _parent["starry" + _parent.ship.num]._x = _x + (Math.cos((((_rotation - 220) + random(80)) / 180) * Math.PI) * 25); _parent["starry" + _parent.ship.num]._y = _y + (Math.sin((((_rotation - 220) + random(80)) / 180) * Math.PI) * 25); _parent["starry" + _parent.ship.num]._rotation = random(360); _parent["starry" + _parent.ship.num]._xscale = 60 + random(80); _parent["starry" + _parent.ship.num]._alpha = 100; _parent["starry" + _parent.ship.num]._yscale = _parent["starry" + _parent.ship.num]._xscale; _parent.ship.num++; _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 12)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 12)); } } } }
Instance of Symbol 707 MovieClip "diamond" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } function disttopnt(obj1, obj2x, obj2y) { return(Math.sqrt(((obj2x - obj1._x) * (obj2x - obj1._x)) + ((obj2y - obj1._y) * (obj2y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } health = 8; movinincircle = true; pushoff = 10; firenum = 0; pushoffready = 10; _direction = 0; joltspeed = 0; gotoAndStop (1); flucta = 0; flyaway - 0; frameofflash = 1; incircle = true; firing = false; fired = false; firechoose = 0; } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); diamond.gotoAndPlay(_currentframe - 1); diamond.diamond.gotoAndPlay(_currentframe - 1); diamond.diamond.diamond.gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (diamond.diamond.diamond._currentframe == 9) { if (_parent.ship.level == 1) { _parent.ship.shipkilledlev1++; } if (_parent.ship.level == 2) { _parent.ship.shipkilledlev2++; } if (_parent.ship.level == 3) { _parent.ship.shipkilledlev3++; } if (_parent.ship.level == 4) { _parent.ship.shipkilledlev4++; } if (_parent.ship.level == 5) { _parent.ship.shipkilledlev5++; } if (_parent.ship.level == 6) { _parent.ship.shipkilledlev6++; } if (_parent.ship.level == 7) { _parent.ship.shipkilledlev7++; } if (_parent.ship.level == 8) { _parent.ship.shipkilledlev8++; } _parent.ship.money = _parent.ship.money + 10; stalker.removeMovieClip(); removeMovieClip(this); } diamond.diamond.gotoAndStop(frameofflash); if (ready == true) { if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } _parent.ship.shakey = 20; _alpha = (_alpha - 5); ready = false; if (diamond.diamond.diamond._currentframe == 1) { diamond.diamond.diamond.gotoAndPlay(2); frameofflash = 21; diamond.diamond.gotoAndStop(21); } } if (_currentframe == 10) { gotoAndStop (1); } if (flucta > 0) { flucta = flucta - 2; } if (this.hitTest(_parent.ship)) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (6 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (6 / _parent.ship.armorcurrent); } _parent.ship.shakenum = _parent.ship.shakenum + 10; gotoAndPlay (1); health = health - 2; flucta = 30; flyaway = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180; } if (firenum < 40) { firenum++; } if (distance > 0) { distance = distance - 1; } firechoose = random(100); if (firing == true) { if (diamond._currentframe == 25) { duplicateMovieClip (_parent.evilball, "evilball" + _parent.ship.num, _parent.ship.num + 4200); _parent["evilball" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 180) / 180) * Math.PI) * 45); _parent["evilball" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 180) / 180) * Math.PI) * 45); _parent["evilball" + _parent.ship.num]._rotation = _rotation; _parent["evilball" + _parent.ship.num].ready = true; _parent.ship.num++; } joltspeed = 0; hovraspeed = 12; if (diamond._currentframe == 36) { diamond.gotoAndStop(1); firing = false; } if (diamond._currentframe == 18) { if (fired == false) { diamond.gotoAndStop(18); if (firenum == 40) { firenum = 0; distance = 24; diamond.gotoAndPlay(18); fired = true; } } } } if (firing == false) { hovraspeed = 0; if (firechoose == 37) { fired = false; firing = true; diamond.gotoAndPlay(1); } if (pushoffready <= 50) { pushoffready--; if (pushoff > 0) { pushoff = pushoff - 0.25; } frameofflash++; } if (pushoffready == 0) { pushoffready = 50; pushoff = 10; frameofflash = 1; } joltspeed = pushoff + (((disttoobj(this, _parent.ship) / 3.5) * pushoff) / 12); } _direction = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _rotation = (_direction - 180); _y = (_y + (((Math.sin((_direction / 180) * Math.PI) * joltspeed) * 0.35) * 0.75)); _x = (_x + (((Math.cos((_direction / 180) * Math.PI) * joltspeed) * 0.35) * 0.75)); _y = (_y + ((Math.sin((_direction / 180) * Math.PI) * 3) * 0.75)); _x = (_x + ((Math.cos((_direction / 180) * Math.PI) * 3) * 0.75)); _y = (_y + (((Math.sin((_direction / 180) * Math.PI) * hovraspeed) * 0.3) * 0.75)); _x = (_x + (((Math.cos((_direction / 180) * Math.PI) * hovraspeed) * 0.3) * 0.75)); _y = (_y + (((Math.sin((_rotation / 180) * Math.PI) * distance) * 0.3) * 0.75)); _y = (_y + (((Math.sin((flyaway / 180) * Math.PI) * flucta) * 0.75) * 0.75)); _x = (_x + (((Math.cos((flyaway / 180) * Math.PI) * flucta) * 0.75) * 0.75)); _x = (_x - (_parent.ship.xspeed * 0.75)); _y = (_y - (_parent.ship.yspeed * 0.75)); } } }
Instance of Symbol 722 MovieClip "bullet2" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { _visible = false; bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { bull.gotoAndPlay(bull._currentframe - 1); } if (_parent.ship._paused == false) { if (bull._currentframe == 17) { removeMovieClip(this); } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } if (ready == false) { _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); } if (ready == true) { if (_visible == true) { if (ready == true) { if (this.hitTest(_parent.boss1)) { if (_parent.boss1._currentframe == 1) { ready = false; _parent.boss1.health = _parent.boss1.health - 2.5; _parent.boss1.gotoAndPlay(2); } } if (this.hitTest(_parent.ship.evilship1)) { ready = false; _parent.ship.evilship1.health = _parent.ship.evilship1.health - 2.5; } if (ready == true) { if (this.hitTest(_parent.boss2)) { ready = false; _parent.boss2.health = _parent.boss2.health - 2.5; } } } if (ready == true) { if (this.hitTest(_parent.ship.evilship1)) { ready = false; _parent.ship.evilship1.health = _parent.ship.evilship1.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship2)) { ready = false; _parent.ship.evilship2.health = _parent.ship.evilship2.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship3)) { ready = false; _parent.ship.evilship3.health = _parent.ship.evilship3.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship4)) { ready = false; _parent.ship.evilship4.health = _parent.ship.evilship4.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship5)) { ready = false; _parent.ship.evilship5.health = _parent.ship.evilship5.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship6)) { ready = false; _parent.ship.evilship6.health = _parent.ship.evilship6.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship7)) { ready = false; _parent.ship.evilship7.health = _parent.ship.evilship7.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship8)) { ready = false; _parent.ship.evilship8.health = _parent.ship.evilship8.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship9)) { ready = false; _parent.ship.evilship9.health = _parent.ship.evilship9.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship10)) { ready = false; _parent.ship.evilship10.health = _parent.ship.evilship10.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship11)) { ready = false; _parent.ship.evilship11.health = _parent.ship.evilship11.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship12)) { ready = false; _parent.ship.evilship12.health = _parent.ship.evilship12.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship13)) { ready = false; _parent.ship.evilship13.health = _parent.ship.evilship13.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship14)) { ready = false; _parent.ship.evilship14.health = _parent.ship.evilship14.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship15)) { ready = false; _parent.ship.evilship15.health = _parent.ship.evilship15.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship16)) { ready = false; _parent.ship.evilship16.health = _parent.ship.evilship16.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship17)) { ready = false; _parent.ship.evilship17.health = _parent.ship.evilship17.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship18)) { ready = false; _parent.ship.evilship18.health = _parent.ship.evilship18.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship19)) { ready = false; _parent.ship.evilship19.health = _parent.ship.evilship19.health - 2.5; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship20)) { ready = false; _parent.ship.evilship20.health = _parent.ship.evilship20.health - 2.5; } } } } if (ready == true) { if (prep == true) { _visible = true; } _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); bull.gotoAndPlay(_currentframe); _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 15)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 15)); } } }
Instance of Symbol 644 MovieClip "bullet4" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { _visible = false; bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { bull.gotoAndPlay(bull._currentframe - 1); } if (_parent.ship._paused == false) { if (ready == true) { bull.gotoAndPlay(_currentframe); _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 12)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 12)); } if (prep == true) { _visible = true; } if (bull._currentframe == 15) { removeMovieClip(this); } if (ready == false) { _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); } if (ready == true) { if (_visible == true) { if (ready == true) { if (this.hitTest(_parent.boss1)) { if (_parent.boss1._currentframe == 1) { ready = false; _parent.boss1.health = _parent.boss1.health - 4; _parent.boss1.gotoAndPlay(2); } } if (this.hitTest(_parent.ship.evilship1)) { ready = false; _parent.ship.evilship1.health = _parent.ship.evilship1.health - 4; } if (ready == true) { if (this.hitTest(_parent.boss2)) { ready = false; _parent.boss2.health = _parent.boss2.health - 4; } } } if (ready == true) { if (this.hitTest(_parent.ship.evilship2)) { ready = false; _parent.ship.evilship2.health = _parent.ship.evilship2.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship3)) { ready = false; _parent.ship.evilship3.health = _parent.ship.evilship3.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship4)) { ready = false; _parent.ship.evilship4.health = _parent.ship.evilship4.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship5)) { ready = false; _parent.ship.evilship5.health = _parent.ship.evilship5.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship6)) { ready = false; _parent.ship.evilship6.health = _parent.ship.evilship6.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship7)) { ready = false; _parent.ship.evilship7.health = _parent.ship.evilship7.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship8)) { ready = false; _parent.ship.evilship8.health = _parent.ship.evilship8.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship9)) { ready = false; _parent.ship.evilship9.health = _parent.ship.evilship9.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship10)) { ready = false; _parent.ship.evilship10.health = _parent.ship.evilship10.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship11)) { ready = false; _parent.ship.evilship11.health = _parent.ship.evilship11.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship12)) { ready = false; _parent.ship.evilship12.health = _parent.ship.evilship12.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship13)) { ready = false; _parent.ship.evilship13.health = _parent.ship.evilship13.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship14)) { ready = false; _parent.ship.evilship14.health = _parent.ship.evilship14.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship15)) { ready = false; _parent.ship.evilship15.health = _parent.ship.evilship15.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship16)) { ready = false; _parent.ship.evilship16.health = _parent.ship.evilship16.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship17)) { ready = false; _parent.ship.evilship17.health = _parent.ship.evilship17.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship18)) { ready = false; _parent.ship.evilship18.health = _parent.ship.evilship18.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship19)) { ready = false; _parent.ship.evilship19.health = _parent.ship.evilship19.health - 4; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship20)) { ready = false; _parent.ship.evilship20.health = _parent.ship.evilship20.health - 4; } } } } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } } }
Instance of Symbol 644 MovieClip "bull5" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } switcher = 0; num = 0; dist = 1000000 /* 0x0F4240 */; jetta = -10; cando = 0; _visible = false; bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } jetta = jetta + 0.5; if (_parent.ship._paused == true) { bull.gotoAndPlay(bull._currentframe - 1); } if (_parent.ship._paused == false) { if (ready == true) { cando++; if (cando == 1) { duplicateMovieClip (_parent.starry, "starry" + _parent.ship.num, _parent.ship.num + 3000); _parent["starry" + _parent.ship.num]._x = ((_x - 8) + random(16)) - (Math.cos((_rotation / 180) * Math.PI) * 12); _parent["starry" + _parent.ship.num]._y = ((_y - 8) + random(16)) - (Math.sin((_rotation / 180) * Math.PI) * 12); _parent["starry" + _parent.ship.num]._alpha = 100; _parent.ship.num++; cando = 0; } if (switcher == 0) { while (num <= 20) { if (disttoobj(this, _parent.ship["evilship" + num]) < dist) { dist = disttoobj(this, _parent.ship["evilship" + num]); loggy = _parent.ship["evilship" + num]; } num++; } dist = 1000000 /* 0x0F4240 */; num = 0; switcher = 20; } switcher--; bull.gotoAndPlay(_currentframe); _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 4)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 4)); _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * jetta)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * jetta)); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, loggy._x, loggy._y) / 180) * Math.PI) * 4)); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, loggy._x, loggy._y) / 180) * Math.PI) * 4)); } if (prep == true) { _visible = true; } if (bull._currentframe == 15) { removeMovieClip(this); } if (ready == false) { _xscale = (_xscale + 10); _yscale = (_yscale + 10); _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); } if (ready == true) { if (_visible == true) { if (ready == true) { if (this.hitTest(_parent.boss1.barrier)) { ready = false; _parent.boss1.health = _parent.boss1.health - 12; if (_parent.boss1.boss1._currentframe == 1) { _parent.boss1.boss1.gotoAndPlay(2); } } } if (ready == true) { if (this.hitTest(_parent.boss2)) { ready = false; _parent.boss2.health = _parent.boss2.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship1)) { ready = false; _parent.ship.evilship1.health = _parent.ship.evilship1.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship2)) { ready = false; _parent.ship.evilship2.health = _parent.ship.evilship2.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship3)) { ready = false; _parent.ship.evilship3.health = _parent.ship.evilship3.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship4)) { ready = false; _parent.ship.evilship4.health = _parent.ship.evilship4.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship5)) { ready = false; _parent.ship.evilship5.health = _parent.ship.evilship5.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship6)) { ready = false; _parent.ship.evilship6.health = _parent.ship.evilship6.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship7)) { ready = false; _parent.ship.evilship7.health = _parent.ship.evilship7.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship8)) { ready = false; _parent.ship.evilship8.health = _parent.ship.evilship8.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship9)) { ready = false; _parent.ship.evilship9.health = _parent.ship.evilship9.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship10)) { ready = false; _parent.ship.evilship10.health = _parent.ship.evilship10.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship11)) { ready = false; _parent.ship.evilship11.health = _parent.ship.evilship11.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship12)) { ready = false; _parent.ship.evilship12.health = _parent.ship.evilship12.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship13)) { ready = false; _parent.ship.evilship13.health = _parent.ship.evilship13.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship14)) { ready = false; _parent.ship.evilship14.health = _parent.ship.evilship14.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship15)) { ready = false; _parent.ship.evilship15.health = _parent.ship.evilship15.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship16)) { ready = false; _parent.ship.evilship16.health = _parent.ship.evilship16.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship17)) { ready = false; _parent.ship.evilship17.health = _parent.ship.evilship17.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship18)) { ready = false; _parent.ship.evilship18.health = _parent.ship.evilship18.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship19)) { ready = false; _parent.ship.evilship19.health = _parent.ship.evilship19.health - 12; } } if (ready == true) { if (this.hitTest(_parent.ship.evilship20)) { ready = false; _parent.ship.evilship20.health = _parent.ship.evilship20.health - 12; } } } } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } } }
Instance of Symbol 731 MovieClip "laserbullet" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_enabled == true) { _x = (_x - (_parent.ship.xspeed / 1.5)); _y = (_y - (_parent.ship.yspeed / 1.5)); if (_currentframe == 17) { removeMovieClip(this); } if (_currentframe == 1) { _y = (_y - (Math.sin((_rotation / 180) * Math.PI) * 17)); _x = (_x - (Math.cos((_rotation / 180) * Math.PI) * 17)); gotoAndStop (1); if (this.hitTest(_parent.ship)) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (3.25 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (3.25 / _parent.ship.armorcurrent); } gotoAndPlay (1); } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } } } } }
Instance of Symbol 765 MovieClip "boss1" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2x, obj2y) { return(Math.sqrt(((obj2x - obj1._x) * (obj2x - obj1._x)) + ((obj2y - obj1._y) * (obj2y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } ready = false; alternum = 0; health = 400; rotationincreaser = 0; laserattack = 0; bulletattack = 0; gunmode = 2; alternator = 0; lasering = false; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { boss1.charger.gotoAndPlay(_currentframe - 1); boss1.spinner.gotoAndPlay(_currentframe - 1); boss1.gotoAndPlay(_currentframe - 1); gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_currentframe == 156) { var my_sound = new Sound(); my_sound.attachSound("Explosio-Ivan-8042_hifi.mp3"); my_sound.start(0, 0); } if (_currentframe == 186) { ready = false; gotoAndStop (126); _visible = false; _x = 1000; _parent.ship.shipkilledlev10++; _parent.ship.money = _parent.ship.money + 50; } if (health > 0) { gotoAndStop (1); } if (health <= 0) { if (_currentframe == 1) { gotoAndPlay (145); } } if (ready == false) { _visible = false; } if (ready == true) { if (boss1._currentframe == 1) { boss1.gotoAndStop(1); } laserattack++; bulletattack++; if (bulletattack == 450) { gunmode = 1; } if ((bulletattack > 480) && (bulletattack < 800)) { alternator++; if (alternator >= 36) { duplicateMovieClip (_parent.redbullbig, "redbullbig" + _parent.ship.num, _parent.ship.num); _parent["redbullbig" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 146) / 180) * Math.PI) * 150); _parent["redbullbig" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 146) / 180) * Math.PI) * 150); _parent["redbullbig" + _parent.ship.num]._rotation = _rotation - 22; _parent["redbullbig" + _parent.ship.num].gotoAndStop(1); _parent["redbullbig" + _parent.ship.num]._enabled = true; _parent.ship.num++; duplicateMovieClip (_parent.redbullbig, "redbullbig" + _parent.ship.num, _parent.ship.num); _parent["redbullbig" + _parent.ship.num]._x = _x + (Math.cos((((_rotation - 180) - 34) / 180) * Math.PI) * 150); _parent["redbullbig" + _parent.ship.num]._y = _y + (Math.sin((((_rotation - 180) - 34) / 180) * Math.PI) * 150); _parent["redbullbig" + _parent.ship.num]._rotation = _rotation - 22; _parent["redbullbig" + _parent.ship.num]._enabled = true; _parent["redbullbig" + _parent.ship.num].gotoAndStop(1); _parent.ship.num++; alternator = 0; } gunmode = 1; } if (bulletattack == 180) { gunmode = 2; } if (bulletattack == 900) { bulletattack = 0; } if ((bulletattack < 200) || (bulletattack > 450)) { gunenable = false; } if ((bulletattack > 200) && (bulletattack < 450)) { gunmode = 2; gunenable = true; alternator++; if ((alternator == 2) || (alternator == 6)) { duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 149) / 180) * Math.PI) * 140); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 149) / 180) * Math.PI) * 140); _parent["laserbullet" + _parent.ship.num]._rotation = _rotation - 22; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos((((_rotation - 180) - 31) / 180) * Math.PI) * 140); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin((((_rotation - 180) - 31) / 180) * Math.PI) * 140); _parent["laserbullet" + _parent.ship.num]._rotation = _rotation + 22; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; } if ((alternator == 5) || (alternator == 1)) { duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 144) / 180) * Math.PI) * 160); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 144) / 180) * Math.PI) * 160); _parent["laserbullet" + _parent.ship.num]._rotation = _rotation - 22; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos((((_rotation - 180) - 36) / 180) * Math.PI) * 160); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin((((_rotation - 180) - 36) / 180) * Math.PI) * 160); _parent["laserbullet" + _parent.ship.num]._rotation = _rotation + 22; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; } if (alternator >= 8) { duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 146) / 180) * Math.PI) * 150); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 146) / 180) * Math.PI) * 150); _parent["laserbullet" + _parent.ship.num]._rotation = _rotation - 22; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos((((_rotation - 180) - 34) / 180) * Math.PI) * 150); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin((((_rotation - 180) - 34) / 180) * Math.PI) * 150); _parent["laserbullet" + _parent.ship.num]._rotation = _rotation + 22; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; alternator = 0; } } if (laserattack == 300) { rotationincreaser = 0; } if ((laserattack >= 320) && (laserattack < 500)) { rotationincreaser = rotationincreaser + 1; alternum++; if (alternum >= 18) { duplicateMovieClip (_parent.redbullbiggest, "redbullbiggest" + _parent.ship.num, _parent.ship.num); _parent["redbullbiggest" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 180) / 180) * Math.PI) * 100); _parent["redbullbiggest" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 180) / 180) * Math.PI) * 100); _parent["redbullbiggest" + _parent.ship.num]._rotation = ((_rotation + 180) + rotationincreaser) - 90; _parent["redbullbiggest" + _parent.ship.num].gotoAndStop(1); _parent["redbullbiggest" + _parent.ship.num]._xscale = 30; _parent["redbullbiggest" + _parent.ship.num]._yscale = 30; _parent.ship.num++; alternum = 0; } } if (laserattack == 600) { laserattack = 0; } if ((laserattack > 100) && (laserattack < 250)) { alternum++; if (alternum >= 10) { duplicateMovieClip (_parent.laser, "redbullbiggest" + _parent.ship.num, _parent.ship.num); _parent["redbullbiggest" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 180) / 180) * Math.PI) * 100); _parent["redbullbiggest" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 180) / 180) * Math.PI) * 100); _parent["redbullbiggest" + _parent.ship.num]._rotation = _rotation - 180; _parent["redbullbiggest" + _parent.ship.num].gotoAndStop(1); _parent.ship.num++; alternum = 0; } } if (laserattack == 100) { boss1.spinner.gotoAndPlay(1); } if (laserattack == 120) { boss1.charger._visible = true; boss1.charger.gotoAndPlay(1); } positionx = _parent.ship._x + 500; positiony = _parent.ship._y; _y = (_y + (Math.sin((FigureOutDirection(_x, _y, positionx, positiony) / 180) * Math.PI) * (disttoobj(this, positionx, positiony) / 24))); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, positionx, positiony) / 180) * Math.PI) * (disttoobj(this, positionx, positiony) / 24))); _x = (_x - (_parent.ship.xspeed / 5)); _y = (_y - (_parent.ship.yspeed / 5)); if (FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) > (_rotation + 180)) { _rotation = (_rotation + 0.2); } if (FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) < (_rotation + 180)) { _rotation = (_rotation - 0.2); } } } }
Instance of Symbol 798 MovieClip "spinner" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } gotoAndStop (1); health = 8; self.gotoAndStop(1); hit = false; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); self.gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (ready == true) { if (_currentframe == 20) { gotoAndStop (20); } if (self._currentframe == 21) { if (_parent.ship.level == 1) { _parent.ship.shipkilledlev1++; } if (_parent.ship.level == 2) { _parent.ship.shipkilledlev2++; } if (_parent.ship.level == 3) { _parent.ship.shipkilledlev3++; } if (_parent.ship.level == 4) { _parent.ship.shipkilledlev4++; } if (_parent.ship.level == 5) { _parent.ship.shipkilledlev5++; } if (_parent.ship.level == 6) { _parent.ship.shipkilledlev6++; } if (_parent.ship.level == 7) { _parent.ship.shipkilledlev7++; } if (_parent.ship.level == 8) { _parent.ship.shipkilledlev8++; } _parent.ship.money = _parent.ship.money + 8; stalker.removeMovieClip(); removeMovieClip(this); } if (this.health <= 0) { if (_currentframe == 1) { if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } _parent.ship.shakenum = _parent.ship.shakenum + 10; self.gotoAndPlay(2); gotoAndPlay (2); hit = true; } } if (this.hitTest(_parent.ship)) { if (_currentframe == 1) { if (self._currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (18 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (18 / _parent.ship.armorcurrent); } chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } _parent.ship.shakenum = _parent.ship.shakenum + 10; self.gotoAndPlay(2); gotoAndPlay (2); hit = true; } } } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (hit == false) { _x = (_x + (Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * (9 + (disttoobj(this, _parent.ship) / 24)))); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * (9 + (disttoobj(this, _parent.ship) / 24)))); self._rotation = self._rotation + 10; } } } }
Instance of Symbol 826 MovieClip "trooper" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2x, obj2y) { return(Math.sqrt(((obj2x - obj1._x) * (obj2x - obj1._x)) + ((obj2y - obj1._y) * (obj2y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } timer = 0; firer = 3; gotoAndStop (1); health = 18; } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (ready == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_currentframe == 44) { if (_parent.ship.level == 2) { _parent.ship.shipkilledlev2++; } if (_parent.ship.level == 3) { _parent.ship.shipkilledlev3++; } if (_parent.ship.level == 4) { _parent.ship.shipkilledlev4++; } if (_parent.ship.level == 5) { _parent.ship.shipkilledlev5++; } if (_parent.ship.level == 6) { _parent.ship.shipkilledlev6++; } if (_parent.ship.level == 7) { _parent.ship.shipkilledlev7++; } if (_parent.ship.level == 8) { _parent.ship.shipkilledlev8++; } if (_parent.ship.level == 9) { _parent.ship.shipkilledlev9++; } if (_parent.ship.level == 11) { _parent.ship.shipkilledlev11++; } if (_parent.ship.level == 12) { _parent.ship.shipkilledlev12++; } if (_parent.ship.level == 13) { _parent.ship.shipkilledlev13++; } _parent.ship.money = _parent.ship.money + 28; stalker.removeMovieClip(); removeMovieClip(this); } } if (ready == true) { if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } if (_position == 1) { ship2.shipincommand = 2; ship3.shipincommand = 2; ship4.shipincommand = 2; ship5.shipincommand = 2; } if (_position == 2) { if (shipincommand == 2) { ship3.shipincommand = 3; ship4.shipincommand = 3; ship5.shipincommand = 3; } } gotoAndPlay (2); ready = false; } firer++; if (firer == 8) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos((_rotation / 180) * Math.PI) * 53); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin((_rotation / 180) * Math.PI) * 53); _parent["redbull" + _parent.ship.num]._rotation = _rotation + 90; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; firer = 0; } if (_position == 1) { shipx = Math.cos((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; shipy = Math.sin((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; ymovement = Math.sin((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _y = (_y + ymovement); xmovement = Math.cos((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _x = (_x + xmovement); _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } if (_position == 2) { if (shipincommand == 1) { _rotation = ship1._rotation; _y = (ship1._y + (Math.sin(((_rotation - 135) / 180) * Math.PI) * 70)); _x = (ship1._x + (Math.cos(((_rotation - 135) / 180) * Math.PI) * 70)); } if (shipincommand == 2) { shipx = Math.cos((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; shipy = Math.sin((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; ymovement = Math.sin((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _y = (_y + ymovement); xmovement = Math.cos((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _x = (_x + xmovement); _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } } if (_position == 3) { if (shipincommand == 1) { _rotation = ship1._rotation; _y = (ship1._y + (Math.sin((((_rotation - 135) - 90) / 180) * Math.PI) * 70)); _x = (ship1._x + (Math.cos((((_rotation - 135) - 90) / 180) * Math.PI) * 70)); } if (shipincommand == 2) { _rotation = ship2._rotation; _y = (ship2._y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 100)); _x = (ship2._x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 100)); } if (shipincommand == 3) { shipx = Math.cos((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; shipy = Math.sin((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; ymovement = Math.sin((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _y = (_y + ymovement); xmovement = Math.cos((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _x = (_x + xmovement); _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } } } } }
Instance of Symbol 837 MovieClip "spincycle" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } timer = 0; health = 12; firer = 0; } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (flucta > 0) { flucta = flucta - 2; } if (ready == false) { if (_currentframe == 48) { if (_parent.ship.level == 2) { _parent.ship.shipkilledlev2++; } if (_parent.ship.level == 3) { _parent.ship.shipkilledlev3++; } if (_parent.ship.level == 4) { _parent.ship.shipkilledlev4++; } if (_parent.ship.level == 5) { _parent.ship.shipkilledlev5++; } if (_parent.ship.level == 6) { _parent.ship.shipkilledlev6++; } if (_parent.ship.level == 7) { _parent.ship.shipkilledlev7++; } if (_parent.ship.level == 8) { _parent.ship.shipkilledlev8++; } if (_parent.ship.level == 9) { _parent.ship.shipkilledlev9++; } if (_parent.ship.level == 11) { _parent.ship.shipkilledlev11++; } if (_parent.ship.level == 12) { _parent.ship.shipkilledlev12++; } _parent.ship.money = _parent.ship.money + 20; stalker.removeMovieClip(); removeMovieClip(this); } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } if (ready == true) { if (this.hitTest(_parent.ship)) { if (_currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (7 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (7 / _parent.ship.armorcurrent); } _parent.ship.shakenum = _parent.ship.shakenum + 10; health = health - 2; flucta = 30; flyaway = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180; } } gotoAndStop (1); if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } gotoAndPlay (2); ready = false; } firer++; if (firer == 3) { duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos((((_rotation + 30) - 120) / 180) * Math.PI) * 50); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin((((_rotation + 30) - 120) / 180) * Math.PI) * 50); _parent["laserbullet" + _parent.ship.num]._rotation = (_rotation + 180) - 120; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; firer = 0; } if (firer == 1) { duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos((((_rotation + 30) + 120) / 180) * Math.PI) * 50); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin((((_rotation + 30) + 120) / 180) * Math.PI) * 50); _parent["laserbullet" + _parent.ship.num]._rotation = (_rotation + 180) + 120; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; } if (firer == 2) { duplicateMovieClip (_parent.laserbullet, "laserbullet" + _parent.ship.num, _parent.ship.num); _parent["laserbullet" + _parent.ship.num]._x = _x + (Math.cos(((_rotation + 30) / 180) * Math.PI) * 50); _parent["laserbullet" + _parent.ship.num]._y = _y + (Math.sin(((_rotation + 30) / 180) * Math.PI) * 50); _parent["laserbullet" + _parent.ship.num]._rotation = _rotation + 180; _parent["laserbullet" + _parent.ship.num].gotoAndStop(1); _parent["laserbullet" + _parent.ship.num]._enabled = true; _parent.ship.num++; } _y = (_y + (Math.sin((flyaway / 180) * Math.PI) * flucta)); _x = (_x + (Math.cos((flyaway / 180) * Math.PI) * flucta)); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * ((disttoobj(this, _parent.ship) / 20) + 4))); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * ((disttoobj(this, _parent.ship) / 20) + 4))); directionnum = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); _rotation = (_rotation + 2.5); } } }
Instance of Symbol 840 MovieClip "middler" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2x, obj2y) { return(Math.sqrt(((obj2x - obj1._x) * (obj2x - obj1._x)) + ((obj2y - obj1._y) * (obj2y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } timer = 0; health = 25; firer = 0; gotoAndStop (1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (health <= 0) { _xscale = (_xscale - 1.44927536231884); _yscale = (_yscale - 1.44927536231884); } if (flucta > 0) { flucta = flucta - 2; } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (ready == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_currentframe == 69) { if (_parent.ship.level == 11) { _parent.ship.shipkilledlev11++; } if (_parent.ship.level == 12) { _parent.ship.shipkilledlev12++; } if (_parent.ship.level == 13) { _parent.ship.shipkilledlev13++; } if (_parent.ship.level == 14) { _parent.ship.shipkilledlev14++; } if (_parent.ship.level == 15) { _parent.ship.shipkilledlev15++; } if (_parent.ship.level == 16) { _parent.ship.shipkilledlev16++; } if (_parent.ship.level == 17) { _parent.ship.shipkilledlev17++; } if (_parent.ship.level == 18) { _parent.ship.shipkilledlev18++; } _parent.ship.money = _parent.ship.money + 37; stalker.removeMovieClip(); removeMovieClip(this); } } if (ready == true) { if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } if (_position == 1) { ship2.shipincommand = 2; ship3.shipincommand = 2; ship4.shipincommand = 2; ship5.shipincommand = 2; } if (_position == 2) { if (shipincommand == 2) { ship3.shipincommand = 3; ship4.shipincommand = 3; ship5.shipincommand = 3; } } gotoAndPlay (2); ready = false; } firer++; if (firer == 16) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 27) / 180) * Math.PI) * 40); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 27) / 180) * Math.PI) * 40); _parent["redbull" + _parent.ship.num]._rotation = _rotation + 90; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation + 27) / 180) * Math.PI) * 40); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation + 27) / 180) * Math.PI) * 40); _parent["redbull" + _parent.ship.num]._rotation = _rotation + 90; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; firer = 0; } if (_position == 1) { shipx = Math.cos((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; shipy = Math.sin((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; ymovement = Math.sin((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _y = (_y + ymovement); xmovement = Math.cos((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _x = (_x + xmovement); _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } if (_position == 2) { if (shipincommand == 1) { _rotation = ship1._rotation; _y = (ship1._y + (Math.sin(((_rotation - 135) / 180) * Math.PI) * 70)); _x = (ship1._x + (Math.cos(((_rotation - 135) / 180) * Math.PI) * 70)); } if (shipincommand == 2) { shipx = Math.cos((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; shipy = Math.sin((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; ymovement = Math.sin((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _y = (_y + ymovement); xmovement = Math.cos((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _x = (_x + xmovement); _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } } if (_position == 3) { if (shipincommand == 1) { _rotation = ship1._rotation; _y = (ship1._y + (Math.sin((((_rotation - 135) - 90) / 180) * Math.PI) * 70)); _x = (ship1._x + (Math.cos((((_rotation - 135) - 90) / 180) * Math.PI) * 70)); } if (shipincommand == 2) { _rotation = ship2._rotation; _y = (ship2._y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 100)); _x = (ship2._x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 100)); } if (shipincommand == 3) { shipx = Math.cos((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; shipy = Math.sin((FigureOutDirection(_parent.ship._x, _parent.ship._y, _x, _y) / 180) * Math.PI) * 200; ymovement = Math.sin((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _y = (_y + ymovement); xmovement = Math.cos((FigureOutDirection(_x, _y, _parent.ship._x + shipx, _parent.ship._y + shipy) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x + shipx, _parent.ship._y + shipy) / 4); _x = (_x + xmovement); _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } } } } }
Instance of Symbol 843 MovieClip "dropping" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (ready == true) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_xscale > 0) { _xscale = (_xscale - 5); _yscale = (_yscale - 5); } } if (_xscale <= 5) { removeMovieClip(this); } } }
Instance of Symbol 846 MovieClip "dragon1" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2x, obj2y) { return(Math.sqrt(((obj2x - obj1._x) * (obj2x - obj1._x)) + ((obj2y - obj1._y) * (obj2y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } timer = 0; health = 25; firer = 0; rotaim = 0; drop = 0; gotoAndStop (1); } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (ready == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_currentframe == 20) { if (_parent.ship.level == 11) { _parent.ship.shipkilledlev11++; } if (_parent.ship.level == 12) { _parent.ship.shipkilledlev12++; } if (_parent.ship.level == 13) { _parent.ship.shipkilledlev13++; } if (_parent.ship.level == 14) { _parent.ship.shipkilledlev14++; } if (_parent.ship.level == 15) { _parent.ship.shipkilledlev15++; } if (_parent.ship.level == 16) { _parent.ship.shipkilledlev16++; } if (_parent.ship.level == 17) { _parent.ship.shipkilledlev17++; } if (_parent.ship.level == 18) { _parent.ship.shipkilledlev18++; } if (_parent.ship.level == 19) { _parent.ship.shipkilledlev19++; } _parent.ship.shakenum = _parent.ship.shakenum + 10; _parent.ship.money = _parent.ship.money + 45; stalker.removeMovieClip(); removeMovieClip(this); _visible = false; } } if (ready == true) { if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } gotoAndPlay (2); ready = false; } firer++; if (firer == 16) { duplicateMovieClip (_parent.redbull1, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 47) / 180) * Math.PI) * 40); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 47) / 180) * Math.PI) * 40); _parent["redbull" + _parent.ship.num]._rotation = _rotation + 90; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; duplicateMovieClip (_parent.redbull1, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation + 47) / 180) * Math.PI) * 40); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation + 47) / 180) * Math.PI) * 40); _parent["redbull" + _parent.ship.num]._rotation = _rotation + 90; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; firer = 0; } if (drop < 4) { drop++; } if (drop == 4) { duplicateMovieClip (_parent.dropping, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x; _parent["redbull" + _parent.ship.num]._y = _y; _parent["redbull" + _parent.ship.num].ready = true; this.swapDepths(_parent["redbull" + _parent.ship.num]); _parent.ship.num++; drop = 0; } _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); if (_orientation == 1) { rotaim = rotaim + 4; } if (_orientation == 0) { rotaim = rotaim - 4; } aimingx = _parent.ship._x + (Math.cos((rotaim / 180) * Math.PI) * 180); aimingy = _parent.ship._y + (Math.sin((rotaim / 180) * Math.PI) * 180); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, aimingx, aimingy) / 180) * Math.PI) * (disttoobj(this, aimingx, aimingy) / 10))); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, aimingx, aimingy) / 180) * Math.PI) * (disttoobj(this, aimingx, aimingy) / 10))); } } }
Instance of Symbol 855 MovieClip "dragon2" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2x, obj2y) { return(Math.sqrt(((obj2x - obj1._x) * (obj2x - obj1._x)) + ((obj2y - obj1._y) * (obj2y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } timer = 0; health = 25; firer = 0; rotaim = 0; drop = 0; hitready = 0; gotoAndStop (1); } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (ready == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_currentframe == 22) { if (_parent.ship.level == 11) { _parent.ship.shipkilledlev11++; } if (_parent.ship.level == 12) { _parent.ship.shipkilledlev12++; } if (_parent.ship.level == 13) { _parent.ship.shipkilledlev13++; } if (_parent.ship.level == 14) { _parent.ship.shipkilledlev14++; } if (_parent.ship.level == 15) { _parent.ship.shipkilledlev15++; } if (_parent.ship.level == 16) { _parent.ship.shipkilledlev16++; } if (_parent.ship.level == 17) { _parent.ship.shipkilledlev17++; } if (_parent.ship.level == 18) { _parent.ship.shipkilledlev18++; } if (_parent.ship.level == 19) { _parent.ship.shipkilledlev19++; } _parent.ship.shakenum = _parent.ship.shakenum + 10; _parent.ship.money = _parent.ship.money + 45; stalker.removeMovieClip(); removeMovieClip(this); _visible = false; } } if (ready == true) { if (hitready < 40) { hitready++; } if (this.hitTest(_parent.ship)) { if (hitready == 40) { _parent.ship.shakenum = _parent.ship.shakenum + 10; if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (40 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (40 / _parent.ship.armorcurrent); } hitready = 0; } } if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } gotoAndPlay (2); ready = false; } if (drop < 4) { drop++; } if (drop == 4) { duplicateMovieClip (_parent.dropping2, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x; _parent["redbull" + _parent.ship.num]._rotation = _rotation; _parent["redbull" + _parent.ship.num]._y = _y; _parent["redbull" + _parent.ship.num].ready = true; this.swapDepths(_parent["redbull" + _parent.ship.num]); _parent.ship.num++; drop = 0; } firer++; if (firer == 50) { thedirec = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); plungespeed = 30; firer = 0; } if (plungespeed > 1) { plungespeed--; } _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); _x = (_x + (Math.cos((thedirec / 180) * Math.PI) * plungespeed)); _y = (_y + (Math.sin((thedirec / 180) * Math.PI) * plungespeed)); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x, _parent.ship._y) / 10))); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * (disttoobj(this, _parent.ship._x, _parent.ship._y) / 10))); } } }
Instance of Symbol 858 MovieClip "dropping2" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (ready == true) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_xscale > 0) { _xscale = (_xscale - 5); _yscale = (_yscale - 5); } } if (_xscale <= 5) { removeMovieClip(this); } } }
Instance of Symbol 861 MovieClip "starry" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_alpha > 0) { _alpha = (_alpha - 15); } if (_alpha <= 0) { removeMovieClip(this); } } }
Instance of Symbol 862 MovieClip "bullbig" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { ball.gotoAndStop(1); collisionready = true; } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (ball._currentframe == 16) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (ball._currentframe == 7) { if (this.hitTest(_parent.ship.evilship1)) { _parent.ship.evilship1.health = _parent.ship.evilship1.health - 5; } if (this.hitTest(_parent.ship.evilship2)) { _parent.ship.evilship2.health = _parent.ship.evilship2.health - 5; } if (this.hitTest(_parent.ship.evilship3)) { _parent.ship.evilship3.health = _parent.ship.evilship3.health - 5; } if (this.hitTest(_parent.ship.evilship4)) { _parent.ship.evilship4.health = _parent.ship.evilship4.health - 5; } if (this.hitTest(_parent.ship.evilship5)) { _parent.ship.evilship5.health = _parent.ship.evilship5.health - 5; } if (this.hitTest(_parent.ship.evilship6)) { _parent.ship.evilship6.health = _parent.ship.evilship6.health - 5; } if (this.hitTest(_parent.ship.evilship7)) { _parent.ship.evilship7.health = _parent.ship.evilship7.health - 5; } if (this.hitTest(_parent.ship.evilship8)) { _parent.ship.evilship8.health = _parent.ship.evilship8.health - 5; } if (this.hitTest(_parent.ship.evilship9)) { _parent.ship.evilship9.health = _parent.ship.evilship9.health - 5; } if (this.hitTest(_parent.ship.evilship10)) { _parent.ship.evilship10.health = _parent.ship.evilship10.health - 5; } if (this.hitTest(_parent.ship.evilship11)) { _parent.ship.evilship11.health = _parent.ship.evilship11.health - 5; } if (this.hitTest(_parent.ship.evilship12)) { _parent.ship.evilship12.health = _parent.ship.evilship12.health - 5; } if (this.hitTest(_parent.ship.evilship13)) { _parent.ship.evilship13.health = _parent.ship.evilship13.health - 5; } if (this.hitTest(_parent.ship.evilship14)) { _parent.ship.evilship14.health = _parent.ship.evilship14.health - 5; } if (this.hitTest(_parent.ship.evilship15)) { _parent.ship.evilship15.health = _parent.ship.evilship15.health - 5; } if (this.hitTest(_parent.ship.evilship16)) { _parent.ship.evilship16.health = _parent.ship.evilship16.health - 5; } if (this.hitTest(_parent.ship.evilship17)) { _parent.ship.evilship17.health = _parent.ship.evilship17.health - 5; } if (this.hitTest(_parent.ship.evilship18)) { _parent.ship.evilship18.health = _parent.ship.evilship18.health - 5; } if (this.hitTest(_parent.ship.evilship19)) { _parent.ship.evilship19.health = _parent.ship.evilship19.health - 5; } if (this.hitTest(_parent.ship.evilship20)) { _parent.ship.evilship20.health = _parent.ship.evilship20.health - 5; } } if ((((_x < -250) || (_x > 600)) || (_y < -250)) || (_y > 600)) { removeMovieClip(this); } if (ready == true) { if (collisionready == true) { if (((this.hitTest(_parent.ship.evilship1) || (this.hitTest(_parent.ship.evilship2))) || (this.hitTest(_parent.ship.evilship3))) || (this.hitTest(_parent.ship.evilship4))) { if (_currentframe == 1) { ball.gotoAndPlay(2); collisionready = false; } } if (((this.hitTest(_parent.ship.evilship5) || (this.hitTest(_parent.ship.evilship6))) || (this.hitTest(_parent.ship.evilship7))) || (this.hitTest(_parent.ship.evilship8))) { if (_currentframe == 1) { collisionready = false; ball.gotoAndPlay(2); } } if (((this.hitTest(_parent.ship.evilship9) || (this.hitTest(_parent.ship.evilship10))) || (this.hitTest(_parent.ship.evilship11))) || (this.hitTest(_parent.ship.evilship12))) { if (_currentframe == 1) { collisionready = false; ball.gotoAndPlay(2); } } if (((this.hitTest(_parent.ship.evilship13) || (this.hitTest(_parent.ship.evilship14))) || (this.hitTest(_parent.ship.evilship15))) || (this.hitTest(_parent.ship.evilship16))) { if (_currentframe == 1) { collisionready = false; ball.gotoAndPlay(2); } } if (((this.hitTest(_parent.ship.evilship17) || (this.hitTest(_parent.ship.evilship18))) || (this.hitTest(_parent.ship.evilship19))) || (this.hitTest(_parent.ship.evilship20))) { if (_currentframe == 1) { collisionready = false; ball.gotoAndPlay(2); } } } if (ball._currentframe > 1) { _x = (_x - (_parent.ship.xspeed / 2)); _y = (_y - (_parent.ship.yspeed / 2)); } if (ball._currentframe == 1) { _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 12)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 12)); duplicateMovieClip (_parent.starry, "starry" + _parent.ship.num, _parent.ship.num + 3000); _parent["starry" + _parent.ship.num]._x = _x + (Math.cos((((_rotation - 220) + random(80)) / 180) * Math.PI) * 25); _parent["starry" + _parent.ship.num]._y = _y + (Math.sin((((_rotation - 220) + random(80)) / 180) * Math.PI) * 25); _parent["starry" + _parent.ship.num]._rotation = random(360); _parent["starry" + _parent.ship.num]._xscale = 60 + random(80); _parent["starry" + _parent.ship.num]._alpha = 100; _parent["starry" + _parent.ship.num]._yscale = _parent["starry" + _parent.ship.num]._xscale; _parent.ship.num++; _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 12)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 12)); } } } }
Instance of Symbol 879 MovieClip "spshipevil" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } numjumpin = 1; gotoAndStop (1); fluctuation = random(30); health = 6; readynum = 0; fluct = 1; flucto = 1; flucta = 0; flyaway = 0; offcoursepath = 0; direc = 1; turningspeed = 10 + random(10); bulletfire = 0; } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (ready == true) { if (fluct < 1) { fluct = fluct + 0.02; } if (flucta > 0) { flucta = flucta - 2; } if (_currentframe == 10) { gotoAndStop (1); } if (this.box.hitTest(_parent.ship)) { if (ship._currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (5 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (5 / _parent.ship.armorcurrent); } _parent.ship.shakenum = _parent.ship.shakenum + 10; gotoAndPlay (1); health = health - 2; flucta = 30; flyaway = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180; } } } if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } _alpha = (_alpha - 5); ready = false; if (ship._currentframe == 1) { ship.gotoAndPlay(2); } } if (ship._currentframe == 14) { if (_parent.ship.level == 1) { _parent.ship.shipkilledlev1++; } if (_parent.ship.level == 2) { _parent.ship.shipkilledlev2++; } if (_parent.ship.level == 3) { _parent.ship.shipkilledlev3++; } if (_parent.ship.level == 4) { _parent.ship.shipkilledlev4++; } if (_parent.ship.level == 5) { _parent.ship.shipkilledlev5++; } if (_parent.ship.level == 6) { _parent.ship.shipkilledlev6++; } _parent.ship.money = _parent.ship.money + 5; stalker.removeMovieClip(); removeMovieClip(this); } numjumpin++; if (numjumpin == 4) { numjumpin = 1; } if (ready == true) { if (readynum < 40) { readynum++; } bulletfire = random(30); if (readynum == 40) { if (bulletfire == 23) { duplicateMovieClip (_parent.redbull, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._y = _y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 45); _parent["redbull" + _parent.ship.num]._rotation = _rotation; _parent["redbull" + _parent.ship.num].ready = true; _parent.ship.num++; readynum = 0; } } _y = (_y + (Math.sin((flyaway / 180) * Math.PI) * flucta)); _x = (_x + (Math.cos((flyaway / 180) * Math.PI) * flucta)); _y = (_y + ((Math.sin(((_rotation - 90) / 180) * Math.PI) * (((disttoobj(this, _parent.ship) / 28) + 2) + (fluctuation / 10))) * fluct)); _x = (_x + ((Math.cos(((_rotation - 90) / 180) * Math.PI) * (((disttoobj(this, _parent.ship) / 28) + 2) + (fluctuation / 10))) * fluct)); _rotation = ((((_rotation + FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y)) + 90) - _rotation) + offcoursepath); if (offcoursepath > turningspeed) { direc = -1; offcoursepath = turningspeed - 1; } if (offcoursepath < (-turningspeed)) { direc = 1; offcoursepath = (-turningspeed) + 1; } if (direc == 1) { offcoursepath = offcoursepath + ((1 / turningspeed) * 5); } if (direc == -1) { offcoursepath = offcoursepath - ((1 / turningspeed) * 5); } _x = (_x - (_parent.ship.xspeed / flucto)); _y = (_y - (_parent.ship.yspeed / flucto)); } } }
Instance of Symbol 894 MovieClip "redbull" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { bull.bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { bull.bull.gotoAndPlay(bull.bull._currentframe - 1); } if (_parent.ship._paused == false) { if (bull.bull._currentframe == 21) { removeMovieClip(this); } if (this.hitTest(_parent.ship)) { if (bull.bull._currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (2.5 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (2.5 / _parent.ship.armorcurrent); } bull.bull.gotoAndPlay(2); _parent.ship.shakenum = _parent.ship.shakenum + 5; } } if ((((_x < -250) || (_x > 400)) || (_y < -250)) || (_y > 300)) { removeMovieClip(this); } if (bull.bull._currentframe > 1) { _y = (_y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 6.5)); _x = (_x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 6.5)); } if (bull.bull._currentframe == 1) { _y = (_y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 21.5)); _x = (_x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 21.5)); } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } }
Instance of Symbol 908 MovieClip "scorething" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { this.swapDepths(_parent.createEmptyMovieClip("container4", 1000004)); gotoAndStop (1); _visible = false; } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_currentframe == 21) { _parent._text.gotoAndPlay(1); _parent.ship.movementenabled = true; gotoAndStop (22); } }
Instance of Symbol 861 MovieClip "diamond" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_alpha > 0) { _alpha = (_alpha - 8); } if (_alpha <= 0) { removeMovieClip(this); } } }
Instance of Symbol 894 MovieClip "redbullbig" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } bull.bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { bull.bull.gotoAndPlay(bull.bull._currentframe - 1); } if (_parent.ship._paused == false) { if (_enabled == true) { if (bull.bull._currentframe == 21) { removeMovieClip(this); } if (this.hitTest(_parent.ship)) { if (bull.bull._currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (10 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (10 / _parent.ship.armorcurrent); } bull.bull.gotoAndPlay(2); _parent.ship.shakenum = _parent.ship.shakenum + 5; } } if ((((_x < -250) || (_x > 400)) || (_y < -250)) || (_y > 300)) { removeMovieClip(this); } if (bull.bull._currentframe > 1) { _y = (_y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 8.5)); _x = (_x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 8.5)); } if (bull.bull._currentframe == 1) { _x = (_x + (Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * 13)); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * 13)); _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 4.5)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 4.5)); } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } } }
Instance of Symbol 894 MovieClip "redbullbiggest" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } function disttoobj(obj1, obj2) { return(Math.sqrt(((obj2._x - obj1._x) * (obj2._x - obj1._x)) + ((obj2._y - obj1._y) * (obj2._y - obj1._y)))); } bull.bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_xscale < 400) { _xscale = (_xscale + 25); } if (_yscale < 400) { _yscale = (_yscale + 25); } if (_parent.ship._paused == true) { bull.bull.gotoAndPlay(bull.bull._currentframe - 1); } if (_parent.ship._paused == false) { if (bull.bull._currentframe == 21) { removeMovieClip(this); } if (this.hitTest(_parent.ship)) { if (bull.bull._currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (30 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (30 / _parent.ship.armorcurrent); } bull.bull.gotoAndPlay(2); _parent.ship.shakenum = _parent.ship.shakenum + 5; } } if ((((_x < -250) || (_x > 400)) || (_y < -250)) || (_y > 300)) { removeMovieClip(this); } if (bull.bull._currentframe > 1) { _y = (_y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 14.5)); _x = (_x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 14.5)); } if (bull.bull._currentframe == 1) { _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * 14.5)); _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * 14.5)); } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } }
Instance of Symbol 894 MovieClip "redbull1" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { bull.bull.gotoAndStop(1); } onClipEvent (enterFrame) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { bull.bull.gotoAndPlay(bull.bull._currentframe - 1); } if (_parent.ship._paused == false) { if (bull.bull._currentframe == 21) { removeMovieClip(this); } if (this.hitTest(_parent.ship)) { if (bull.bull._currentframe == 1) { if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (15 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (15 / _parent.ship.armorcurrent); } bull.bull.gotoAndPlay(2); _parent.ship.shakenum = _parent.ship.shakenum + 10; } } if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if ((((_x < -250) || (_x > 400)) || (_y < -250)) || (_y > 300)) { removeMovieClip(this); } if (bull.bull._currentframe > 1) { _y = (_y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 6.5)); _x = (_x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 6.5)); } if (bull.bull._currentframe == 1) { _y = (_y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * 21.5)); _x = (_x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * 21.5)); } _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); } }
Instance of Symbol 913 MovieClip "topstick" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.ship._paused == true) { bull.gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (this.hitTest(_parent.ship)) { _parent.ship.yspeed = (-_parent.ship.yspeed) + 1; } } }
Instance of Symbol 913 MovieClip "rightstick" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (this.hitTest(_parent.ship)) { _parent.ship.xspeed = (-_parent.ship.xspeed) - 1; } } }
Instance of Symbol 913 MovieClip "bottomstick" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (this.hitTest(_parent.ship)) { _parent.ship.yspeed = (-_parent.ship.yspeed) - 1; } } }
Instance of Symbol 913 MovieClip "leftstick" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (this.hitTest(_parent.ship)) { _parent.ship.xspeed = (-_parent.ship.xspeed) + 1; } } }
Instance of Symbol 926 MovieClip "radar" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { this.swapDepths(_parent.createEmptyMovieClip("container1", 1000000)); _alpha = 0; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent._text._currentframe >= 265) { if (_alpha < 100) { _alpha = (_alpha+1); } } } }
Instance of Symbol 941 MovieClip "prog" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { this.swapDepths(_parent.createEmptyMovieClip("container2", 1000002)); gotoAndStop (1); } onClipEvent (enterFrame) { if (ready == true) { _visible = true; gotoAndStop (81); } _alpha = (_alpha+1); if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (_parent.ship._paused == true) { if (_currentframe != 81) { gotoAndPlay(_currentframe - 1); } if (_currentframe == 81) { gotoAndStop(_currentframe); } } if (_parent.ship._paused == false) { if (_currentframe == 80) { ready = true; _parent.scorething._visible = true; _parent.scorething.gotoAndPlay(1); gotoAndStop (81); } } }
Instance of Symbol 947 MovieClip "numobj" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { this.swapDepths(_parent.createEmptyMovieClip("container27", 10000027)); _visible = false; gotoAndStop (1); invoked = false; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (invoked == true) { if (_currentframe == 1) { _visible = true; gotoAndPlay (2); } } if (invoked == true) { if (_currentframe == 92) { _visible = false; invoked = false; gotoAndStop (1); } } } }
Instance of Symbol 953 MovieClip "rocketship" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function disttoobj(obj1, obj2x, obj2y) { return(Math.sqrt(((obj2x - obj1._x) * (obj2x - obj1._x)) + ((obj2y - obj1._y) * (obj2y - obj1._y)))); } function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } recoil = 0; health = 40; gotoAndStop (1); acceleration = 0.05; firingready = 0; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } if (ready == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_currentframe == 25) { if (_parent.ship.level == 11) { _parent.ship.shipkilledlev11++; } if (_parent.ship.level == 12) { _parent.ship.shipkilledlev12++; } if (_parent.ship.level == 13) { _parent.ship.shipkilledlev13++; } if (_parent.ship.level == 14) { _parent.ship.shipkilledlev14++; } if (_parent.ship.level == 15) { _parent.ship.shipkilledlev15++; } if (_parent.ship.level == 16) { _parent.ship.shipkilledlev16++; } if (_parent.ship.level == 17) { _parent.ship.shipkilledlev17++; } if (_parent.ship.level == 18) { _parent.ship.shipkilledlev18++; } _parent.ship.money = _parent.ship.money + 45; _parent.ship.shakenum = _parent.ship.shakenum + 10; stalker.removeMovieClip(); removeMovieClip(this); _visible = false; } } if (ready == true) { if (health <= 0) { if (ready == true) { chooser = random(20); if (chooser < 10) { var my_sound = new Sound(); my_sound.attachSound("Boom-Public_d-160_hifi.mp3"); my_sound.start(0, 0); } if (chooser >= 10) { var my_sound = new Sound(); my_sound.attachSound("booom-Public_D-21_hifi.mp3"); my_sound.start(0, 0); } } gotoAndPlay (2); ready = false; } if (acceleration < 1) { acceleration = acceleration * 1.2; } if (recoil > 1) { recoil = recoil - 4; } if (recoil <= 1) { recoil = 0; } if (disttoobj(this, aimingx, aimingy) > 15) { if (_alpha > 35) { _alpha = (_alpha - 5); } } if (disttoobj(this, aimingx, aimingy) < 15) { if (_alpha < 100) { _alpha = (_alpha + 5); } firingready++; if (firingready == 30) { duplicateMovieClip (_parent.rocket1, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x; _parent["redbull" + _parent.ship.num]._y = _y; _parent["redbull" + _parent.ship.num]._rotation = _rotation; _parent["redbull" + _parent.ship.num].ready = true; _parent["redbull" + _parent.ship.num]._direction = 1; _parent.ship.num++; duplicateMovieClip (_parent.rocket1, "redbull" + _parent.ship.num, _parent.ship.num + 4200); _parent["redbull" + _parent.ship.num]._x = _x; _parent["redbull" + _parent.ship.num]._y = _y; _parent["redbull" + _parent.ship.num]._rotation = _rotation; _parent["redbull" + _parent.ship.num].ready = true; _parent["redbull" + _parent.ship.num]._direction = 0; _parent.ship.num++; recoil = 20; rotaim = rotaim + 60; acceleration = 0.05; firingready = 0; } } aimingx = _parent.ship._x + (Math.cos((rotaim / 180) * Math.PI) * 180); aimingy = _parent.ship._y + (Math.sin((rotaim / 180) * Math.PI) * 180); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, aimingx, aimingy) / 180) * Math.PI) * ((disttoobj(this, aimingx, aimingy) / 10) * acceleration))); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, aimingx, aimingy) / 180) * Math.PI) * ((disttoobj(this, aimingx, aimingy) / 10) * acceleration))); _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); _x = (_x + (Math.cos(((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180) / 180) * Math.PI) * recoil)); _y = (_y + (Math.sin(((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) - 180) / 180) * Math.PI) * recoil)); } } }
Instance of Symbol 970 MovieClip "rocket1" in Symbol 978 MovieClip Frame 5
onClipEvent (load) { function FigureOutDirection(xx, yy, otherobjx, otherobjy) { if ((xx < otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795)); } if ((xx < otherobjx) && (yy > otherobjy)) { return(Math.round((Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 360)); } if ((xx == otherobjx) && (yy < otherobjy)) { return(90); } if ((xx == otherobjx) && (yy > otherobjy)) { return(270); } if ((xx > otherobjx) && (yy == otherobjy)) { return(180); } if ((xx <= otherobjx) && (yy == otherobjy)) { return(0); } if ((xx > otherobjx) && (yy < otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } if ((xx > otherobjx) && (yy > otherobjy)) { return(Math.round(Math.atan((yy - otherobjy) / (xx - otherobjx)) * 57.2957795) + 180); } } gotoAndStop (1); diminisher = 1.2; speed = -5; life = 120 + random(100); sidemove = 5; } onClipEvent (enterFrame) { if (_parent.ship._paused == true) { gotoAndPlay(_currentframe - 1); } if (_parent.ship._paused == false) { if (_parent.blanket._alpha > 80) { removeMovieClip(this); } life = life - 1; if (ready == false) { _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (_currentframe == 26) { removeMovieClip(this); } } if (ready == true) { if (hitTest(_parent.ship)) { if (_currentframe == 1) { gotoAndPlay (2); } if (_parent.ship.shield > 0) { _parent.ship.shield = _parent.ship.shield - (15 / _parent.ship.armorcurrent); } if (_parent.ship.shield <= 0) { _parent.ship.health = _parent.ship.health - (15 / _parent.ship.armorcurrent); } _parent.ship.shakenum = _parent.ship.shakenum + 10; ready = false; } if (life <= 0) { if (_currentframe == 1) { gotoAndPlay (2); } ready = false; } if (_direction == 0) { _x = (_x + (Math.cos(((_rotation - 90) / 180) * Math.PI) * sidemove)); _y = (_y + (Math.sin(((_rotation - 90) / 180) * Math.PI) * sidemove)); if (sidemove > 0) { sidemove = sidemove - 1; } } if (_direction == 1) { _x = (_x + (Math.cos(((_rotation + 90) / 180) * Math.PI) * sidemove)); _y = (_y + (Math.sin(((_rotation + 90) / 180) * Math.PI) * sidemove)); if (sidemove > 0) { sidemove = sidemove - 1; } } _x = (_x + (Math.cos((_rotation / 180) * Math.PI) * speed)); _y = (_y + (Math.sin((_rotation / 180) * Math.PI) * speed)); _x = (_x + (Math.cos((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * ((8 + speed) + (_parent.ship.maxspeedy / 6)))); _y = (_y + (Math.sin((FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y) / 180) * Math.PI) * ((8 + speed) + (_parent.ship.maxspeedy / 6)))); _x = (_x - _parent.ship.xspeed); _y = (_y - _parent.ship.yspeed); if (speed < 0) { speed = speed + 2; } if (speed >= 0) { _rotation = FigureOutDirection(_x, _y, _parent.ship._x, _parent.ship._y); } } } }
Instance of Symbol 972 MovieClip "tries" in Symbol 978 MovieClip Frame 5
onClipEvent (enterFrame) { if (_parent.ship.lives > 0) { textobj.text = ("-" + _parent.ship.lives) + " tries left-"; } if (_parent.ship.lives <= 0) { textobj.text = "Game Over."; } }
Instance of Symbol 977 MovieClip "textor" in Symbol 978 MovieClip Frame 6
onClipEvent (enterFrame) { if (_currentframe == 471) { _parent.gotoAndStop(4); } }
Instance of Symbol 601 MovieClip "blanket" in Symbol 978 MovieClip Frame 6
onClipEvent (load) { this.swapDepths(_parent.createEmptyMovieClip("containe1r", 10000015)); } onClipEvent (enterFrame) { if (_parent._currentframe == 6) { if (_alpha > 0) { _alpha = (_alpha - 2); } } if (_parent.boss2.health <= 0) { if (_parent._currentframe == 5) { _alpha = (_alpha + 1.2); if (_alpha > 20) { _alpha = (_alpha + 1); } if (_alpha > 40) { _alpha = (_alpha + 1); } if (_alpha > 60) { _alpha = (_alpha + 0.75); } if (_alpha >= 100) { _parent.gotoAndStop(6); } } } }
Instance of Symbol 978 MovieClip "gamelevel" in Symbol 979 MovieClip Frame 1
onClipEvent (load) { gotoAndStop (1); }
Symbol 981 MovieClip Frame 1
starttime = newDate(); onEnterFrame = function () { var currtime = new Date(); var ttime = (currtime - starttime); while (ttime < 20) { var currtime = new Date(); var ttime = (currtime - starttime); } starttime = new Date(); };

Library Items

Symbol 1 Sound [The New Deal - Techno Beam.mp3]
Symbol 2 Sound [Menno De Jong - Guanxi (Original Mix).mp3]
Symbol 3 Sound [Medium_E-Public_D-219_hifi.mp3]
Symbol 4 Sound [Explosio-Ivan-8042_hifi.mp3]
Symbol 5 Sound [Explode-eRco_Inc-7833_hifi.mp3]
Symbol 6 Sound [booom-Public_D-21_hifi.mp3]
Symbol 7 Sound [Boom-Public_d-160_hifi.mp3]
Symbol 8 Sound [Blubup-Public_D-2_hifi.mp3]
Symbol 9 GraphicUsed by:242
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:242
Symbol 12 FontUsed by:13 22 24 28 56 65 66 67 68 69 71 72 74 75 85 161 162 195 196 216 217 218 221 225 229 233 237 294 338 342 352 442 444 895 897 898 899 900 901 902 903 904 905 906 907 930 931 932 933 934 935 936 937 938 971 973 975
Symbol 13 EditableTextUses:12Used by:14
Symbol 14 MovieClipUses:13Used by:242
Symbol 15 GraphicUsed by:242
Symbol 16 GraphicUsed by:23 88 165 199 220
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:19
Symbol 19 MovieClipUses:18Used by:21 27
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:19 20Used by:23 292 437
Symbol 22 EditableTextUses:12Used by:23
Symbol 23 MovieClipUses:16 21 22Used by:51
Symbol 24 EditableTextUses:12Used by:51
Symbol 25 GraphicUsed by:30 37 41 49 83 96 106 113 152 158 174 179 183 186 188 190 192 206 210 213
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:19 26Used by:30 437
Symbol 28 EditableTextUses:12Used by:29
Symbol 29 MovieClipUses:28Used by:30 37 41 49
Symbol 30 MovieClipUses:25 27 29Used by:31
Symbol 31 MovieClipUses:30Used by:51
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:34
Symbol 34 MovieClipUses:33Used by:36 40 48
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:34 35Used by:37 437
Symbol 37 MovieClipUses:25 29 36Used by:38
Symbol 38 MovieClipUses:37Used by:51
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:34 39Used by:41 437
Symbol 41 MovieClipUses:25 29 40Used by:42
Symbol 42 MovieClipUses:41Used by:51
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:48
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:48
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:34 44 46 47Used by:49 437
Symbol 49 MovieClipUses:25 29 48Used by:50
Symbol 50 MovieClipUses:49Used by:51
Symbol 51 MovieClipUses:23 24 31 38 42 50Used by:242
Symbol 52 GraphicUsed by:55
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClipUses:52 54Used by:242
Symbol 56 EditableTextUses:12Used by:57
Symbol 57 MovieClipUses:56Used by:58
Symbol 58 MovieClipUses:57Used by:242
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:59Used by:61 63
Symbol 61 MovieClipUses:60Used by:62
Symbol 62 MovieClipUses:61Used by:63
Symbol 63 MovieClipUses:60 62Used by:64
Symbol 64 MovieClipUses:63Used by:70
Symbol 65 EditableTextUses:12Used by:70
Symbol 66 EditableTextUses:12Used by:70
Symbol 67 EditableTextUses:12Used by:70
Symbol 68 EditableTextUses:12Used by:70
Symbol 69 EditableTextUses:12Used by:70
Symbol 70 MovieClipUses:64 65 66 67 68 69Used by:242
Symbol 71 EditableTextUses:12Used by:242
Symbol 72 EditableTextUses:12Used by:73
Symbol 73 MovieClipUses:72Used by:242 908
Symbol 74 EditableTextUses:12Used by:160
Symbol 75 EditableTextUses:12Used by:76
Symbol 76 MovieClipUses:75Used by:83 96 106 113 152 158 169 174 179 183 186 188 190 192 202 206 210 213 223 227 231 235 239
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:79 89
Symbol 79 MovieClipUses:78Used by:82
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:82
Symbol 82 MovieClipUses:79 81Used by:83
Symbol 83 MovieClipUses:25 76 82Used by:84
Symbol 84 MovieClipUses:83Used by:160
Symbol 85 EditableTextUses:12Used by:88
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:88
Symbol 88 MovieClipUses:16 85 87Used by:160
Symbol 89 MovieClipUses:78Used by:90
Symbol 90 MovieClipUses:89Used by:95
Symbol 91 GraphicUsed by:94
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:94
Symbol 94 MovieClipUses:91 93Used by:95
Symbol 95 MovieClipUses:90 94Used by:96
Symbol 96 MovieClipUses:25 76 95Used by:97
Symbol 97 MovieClipUses:96Used by:160
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:100
Symbol 100 MovieClipUses:99Used by:102
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:100 101Used by:105
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:105 108
Symbol 105 MovieClipUses:102 104Used by:106
Symbol 106 MovieClipUses:25 76 105Used by:107
Symbol 107 MovieClipUses:106Used by:160
Symbol 108 MovieClipUses:104Used by:112
Symbol 109 GraphicUsed by:112
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:112
Symbol 112 MovieClipUses:108 109 111Used by:113
Symbol 113 MovieClipUses:25 76 112Used by:114
Symbol 114 MovieClipUses:113Used by:160
Symbol 115 GraphicUsed by:151
Symbol 116 GraphicUsed by:150
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:150
Symbol 119 GraphicUsed by:149
Symbol 120 GraphicUsed by:149
Symbol 121 GraphicUsed by:149
Symbol 122 GraphicUsed by:149
Symbol 123 GraphicUsed by:149
Symbol 124 GraphicUsed by:149
Symbol 125 GraphicUsed by:149
Symbol 126 GraphicUsed by:149
Symbol 127 GraphicUsed by:149
Symbol 128 GraphicUsed by:149
Symbol 129 GraphicUsed by:149
Symbol 130 GraphicUsed by:149
Symbol 131 GraphicUsed by:149
Symbol 132 GraphicUsed by:149
Symbol 133 GraphicUsed by:149
Symbol 134 GraphicUsed by:149
Symbol 135 GraphicUsed by:149
Symbol 136 GraphicUsed by:149
Symbol 137 GraphicUsed by:149
Symbol 138 GraphicUsed by:149
Symbol 139 GraphicUsed by:149
Symbol 140 GraphicUsed by:149
Symbol 141 GraphicUsed by:149
Symbol 142 GraphicUsed by:149
Symbol 143 GraphicUsed by:149
Symbol 144 GraphicUsed by:149
Symbol 145 GraphicUsed by:149
Symbol 146 GraphicUsed by:149
Symbol 147 GraphicUsed by:149
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148Used by:150 157
Symbol 150 MovieClipUses:116 118 149Used by:151
Symbol 151 MovieClipUses:115 150Used by:152
Symbol 152 MovieClipUses:25 76 151Used by:153
Symbol 153 MovieClipUses:152Used by:160
Symbol 154 GraphicUsed by:157
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:157
Symbol 157 MovieClipUses:154 156 149Used by:158
Symbol 158 MovieClipUses:25 76 157Used by:159
Symbol 159 MovieClipUses:158Used by:160
Symbol 160 MovieClipUses:74 84 88 97 107 114 153 159Used by:242
Symbol 161 EditableTextUses:12Used by:194
Symbol 162 EditableTextUses:12Used by:165
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:165 190
Symbol 165 MovieClipUses:16 162 164Used by:194
Symbol 166 GraphicUsed by:169 202 223 227 231 235 239
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:169
Symbol 169 MovieClipUses:166 76 168Used by:170
Symbol 170 MovieClipUses:169Used by:194
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:173
Symbol 173 MovieClipUses:172Used by:174 192
Symbol 174 MovieClipUses:25 76 173Used by:175
Symbol 175 MovieClipUses:174Used by:194
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:176Used by:178
Symbol 178 MovieClipUses:177Used by:179
Symbol 179 MovieClipUses:25 76 178Used by:180
Symbol 180 MovieClipUses:179Used by:194
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:183 185
Symbol 183 MovieClipUses:25 76 182Used by:184
Symbol 184 MovieClipUses:183Used by:194
Symbol 185 MovieClipUses:182Used by:186 188 190 192
Symbol 186 MovieClipUses:25 76 185Used by:187
Symbol 187 MovieClipUses:186Used by:194
Symbol 188 MovieClipUses:25 76 185Used by:189
Symbol 189 MovieClipUses:188Used by:194
Symbol 190 MovieClipUses:25 76 185 164Used by:191
Symbol 191 MovieClipUses:190Used by:194
Symbol 192 MovieClipUses:25 76 185 173Used by:193
Symbol 193 MovieClipUses:192Used by:194
Symbol 194 MovieClipUses:161 165 170 175 180 184 187 189 191 193Used by:242
Symbol 195 EditableTextUses:12Used by:215
Symbol 196 EditableTextUses:12Used by:199
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:199 212
Symbol 199 MovieClipUses:16 196 198Used by:215
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:202 212
Symbol 202 MovieClipUses:166 76 201Used by:203
Symbol 203 MovieClipUses:202Used by:215
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:204Used by:206
Symbol 206 MovieClipUses:25 76 205Used by:207
Symbol 207 MovieClipUses:206Used by:215
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:210
Symbol 210 MovieClipUses:25 76 209Used by:211
Symbol 211 MovieClipUses:210Used by:215
Symbol 212 MovieClipUses:201 198Used by:213
Symbol 213 MovieClipUses:25 76 212Used by:214
Symbol 214 MovieClipUses:213Used by:215
Symbol 215 MovieClipUses:195 199 203 207 211 214Used by:242
Symbol 216 EditableTextUses:12Used by:241
Symbol 217 EditableTextUses:12Used by:220
Symbol 218 EditableTextUses:12Used by:219
Symbol 219 MovieClipUses:218Used by:220
Symbol 220 MovieClipUses:16 217 219Used by:241
Symbol 221 EditableTextUses:12Used by:222
Symbol 222 MovieClipUses:221Used by:223
Symbol 223 MovieClipUses:166 76 222Used by:224
Symbol 224 MovieClipUses:223Used by:241
Symbol 225 EditableTextUses:12Used by:226
Symbol 226 MovieClipUses:225Used by:227
Symbol 227 MovieClipUses:166 76 226Used by:228
Symbol 228 MovieClipUses:227Used by:241
Symbol 229 EditableTextUses:12Used by:230
Symbol 230 MovieClipUses:229Used by:231
Symbol 231 MovieClipUses:166 76 230Used by:232
Symbol 232 MovieClipUses:231Used by:241
Symbol 233 EditableTextUses:12Used by:234
Symbol 234 MovieClipUses:233Used by:235
Symbol 235 MovieClipUses:166 76 234Used by:236
Symbol 236 MovieClipUses:235Used by:241
Symbol 237 EditableTextUses:12Used by:238
Symbol 238 MovieClipUses:237Used by:239
Symbol 239 MovieClipUses:166 76 238Used by:240
Symbol 240 MovieClipUses:239Used by:241
Symbol 241 MovieClipUses:216 220 224 228 232 236 240Used by:242
Symbol 242 MovieClip [menuobj0]Uses:9 11 14 15 51 55 58 70 71 73 160 194 215 241Used by:243
Symbol 243 MovieClip [menuobj]Uses:242
Symbol 244 GraphicUsed by:Timeline
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:245Used by:247 248 249
Symbol 247 MovieClipUses:246Used by:978
Symbol 248 MovieClipUses:246Used by:978
Symbol 249 MovieClipUses:246Used by:978
Symbol 250 GraphicUsed by:292
Symbol 251 GraphicUsed by:266
Symbol 252 GraphicUsed by:266
Symbol 253 GraphicUsed by:266
Symbol 254 GraphicUsed by:266
Symbol 255 GraphicUsed by:266
Symbol 256 GraphicUsed by:258
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:256 257Used by:266
Symbol 259 GraphicUsed by:265
Symbol 260 GraphicUsed by:265
Symbol 261 GraphicUsed by:265
Symbol 262 GraphicUsed by:265
Symbol 263 GraphicUsed by:265
Symbol 264 GraphicUsed by:265
Symbol 265 MovieClipUses:259 260 261 262 263 264Used by:266
Symbol 266 MovieClipUses:251 252 253 254 255 258 265Used by:292
Symbol 267 GraphicUsed by:292
Symbol 268 GraphicUsed by:292
Symbol 269 GraphicUsed by:292
Symbol 270 GraphicUsed by:292
Symbol 271 GraphicUsed by:292
Symbol 272 GraphicUsed by:292
Symbol 273 GraphicUsed by:292
Symbol 274 GraphicUsed by:292
Symbol 275 GraphicUsed by:292
Symbol 276 GraphicUsed by:292
Symbol 277 GraphicUsed by:292
Symbol 278 GraphicUsed by:292
Symbol 279 GraphicUsed by:292
Symbol 280 GraphicUsed by:292
Symbol 281 GraphicUsed by:292
Symbol 282 GraphicUsed by:292
Symbol 283 GraphicUsed by:292
Symbol 284 GraphicUsed by:292
Symbol 285 GraphicUsed by:292
Symbol 286 GraphicUsed by:292
Symbol 287 GraphicUsed by:292
Symbol 288 GraphicUsed by:292
Symbol 289 GraphicUsed by:292
Symbol 290 GraphicUsed by:292
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:21 250 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291Used by:293
Symbol 293 MovieClipUses:292Used by:978
Symbol 294 EditableTextUses:12Used by:978
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:295Used by:299 349
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:299 349
Symbol 299 MovieClipUses:296 298Used by:978
Symbol 300 GraphicUsed by:325
Symbol 301 GraphicUsed by:325
Symbol 302 GraphicUsed by:325
Symbol 303 GraphicUsed by:325
Symbol 304 GraphicUsed by:325
Symbol 305 GraphicUsed by:325
Symbol 306 GraphicUsed by:325
Symbol 307 GraphicUsed by:325
Symbol 308 GraphicUsed by:325
Symbol 309 GraphicUsed by:325
Symbol 310 GraphicUsed by:325
Symbol 311 GraphicUsed by:325
Symbol 312 GraphicUsed by:325
Symbol 313 GraphicUsed by:325
Symbol 314 GraphicUsed by:325
Symbol 315 GraphicUsed by:325
Symbol 316 GraphicUsed by:325
Symbol 317 GraphicUsed by:325
Symbol 318 GraphicUsed by:325
Symbol 319 GraphicUsed by:325
Symbol 320 GraphicUsed by:325
Symbol 321 GraphicUsed by:325
Symbol 322 GraphicUsed by:325
Symbol 323 GraphicUsed by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324Used by:330
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:330
Symbol 328 GraphicUsed by:329
Symbol 329 MovieClipUses:328Used by:330
Symbol 330 MovieClipUses:325 327 329Used by:978
Symbol 331 GraphicUsed by:332
Symbol 332 MovieClipUses:331Used by:335
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:333Used by:335
Symbol 335 MovieClipUses:332 334Used by:978
Symbol 336 GraphicUsed by:337
Symbol 337 MovieClipUses:336Used by:350
Symbol 338 EditableTextUses:12Used by:339
Symbol 339 MovieClipUses:338Used by:350
Symbol 340 GraphicUsed by:341
Symbol 341 MovieClipUses:340Used by:350
Symbol 342 EditableTextUses:12Used by:349
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:349
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:349
Symbol 347 GraphicUsed by:348
Symbol 348 ButtonUses:347Used by:349
Symbol 349 MovieClipUses:342 344 296 298 346 348Used by:350
Symbol 350 MovieClipUses:337 339 341 349Used by:978
Symbol 351 MovieClipUsed by:978
Symbol 352 EditableTextUses:12Used by:978
Symbol 353 GraphicUsed by:354
Symbol 354 MovieClipUses:353Used by:384
Symbol 355 GraphicUsed by:384
Symbol 356 GraphicUsed by:384
Symbol 357 GraphicUsed by:384
Symbol 358 GraphicUsed by:384
Symbol 359 GraphicUsed by:384
Symbol 360 GraphicUsed by:384
Symbol 361 GraphicUsed by:384
Symbol 362 GraphicUsed by:384
Symbol 363 GraphicUsed by:384
Symbol 364 GraphicUsed by:384
Symbol 365 GraphicUsed by:384
Symbol 366 GraphicUsed by:384
Symbol 367 GraphicUsed by:384
Symbol 368 GraphicUsed by:384
Symbol 369 GraphicUsed by:384
Symbol 370 GraphicUsed by:384
Symbol 371 GraphicUsed by:384
Symbol 372 GraphicUsed by:384
Symbol 373 GraphicUsed by:384
Symbol 374 GraphicUsed by:384
Symbol 375 GraphicUsed by:384
Symbol 376 GraphicUsed by:384
Symbol 377 GraphicUsed by:384
Symbol 378 GraphicUsed by:384
Symbol 379 GraphicUsed by:384
Symbol 380 GraphicUsed by:384
Symbol 381 GraphicUsed by:384
Symbol 382 GraphicUsed by:384
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383Used by:385
Symbol 385 MovieClipUses:384Used by:417 418
Symbol 386 GraphicUsed by:416
Symbol 387 GraphicUsed by:416
Symbol 388 GraphicUsed by:416
Symbol 389 GraphicUsed by:416
Symbol 390 GraphicUsed by:416
Symbol 391 GraphicUsed by:416
Symbol 392 GraphicUsed by:416
Symbol 393 GraphicUsed by:416
Symbol 394 GraphicUsed by:416
Symbol 395 GraphicUsed by:416
Symbol 396 GraphicUsed by:416
Symbol 397 GraphicUsed by:416
Symbol 398 GraphicUsed by:416
Symbol 399 GraphicUsed by:416
Symbol 400 GraphicUsed by:416
Symbol 401 GraphicUsed by:416
Symbol 402 GraphicUsed by:416
Symbol 403 GraphicUsed by:416
Symbol 404 GraphicUsed by:416
Symbol 405 GraphicUsed by:416
Symbol 406 GraphicUsed by:416
Symbol 407 GraphicUsed by:416
Symbol 408 GraphicUsed by:416
Symbol 409 GraphicUsed by:416
Symbol 410 GraphicUsed by:416
Symbol 411 GraphicUsed by:416
Symbol 412 GraphicUsed by:416
Symbol 413 GraphicUsed by:416
Symbol 414 GraphicUsed by:416
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415Used by:418
Symbol 417 MovieClipUses:385Used by:418
Symbol 418 MovieClipUses:385 416 417Used by:978
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClipUses:419Used by:426
Symbol 421 FontUsed by:422
Symbol 422 EditableTextUses:421Used by:423
Symbol 423 MovieClipUses:422Used by:426
Symbol 424 GraphicUsed by:425
Symbol 425 MovieClipUses:424Used by:426
Symbol 426 MovieClipUses:420 423 425Used by:978
Symbol 427 GraphicUsed by:436
Symbol 428 GraphicUsed by:436
Symbol 429 GraphicUsed by:436
Symbol 430 GraphicUsed by:436
Symbol 431 GraphicUsed by:436
Symbol 432 GraphicUsed by:436
Symbol 433 GraphicUsed by:436
Symbol 434 GraphicUsed by:436
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:427 428 429 430 431 432 433 434 435Used by:978
Symbol 437 MovieClipUses:21 27 36 40 48Used by:978
Symbol 438 GraphicUsed by:439
Symbol 439 MovieClipUses:438Used by:440
Symbol 440 MovieClipUses:439Used by:441
Symbol 441 MovieClipUses:440Used by:978
Symbol 442 EditableTextUses:12Used by:443
Symbol 443 MovieClipUses:442Used by:446
Symbol 444 EditableTextUses:12Used by:445
Symbol 445 MovieClipUses:444Used by:446
Symbol 446 MovieClipUses:443 445Used by:457
Symbol 447 GraphicUsed by:448
Symbol 448 MovieClipUses:447Used by:451 455
Symbol 449 GraphicUsed by:450
Symbol 450 MovieClipUses:449Used by:451
Symbol 451 MovieClipUses:448 450Used by:457
Symbol 452 GraphicUsed by:453
Symbol 453 MovieClipUses:452Used by:454
Symbol 454 MovieClipUses:453Used by:455
Symbol 455 MovieClipUses:448 454Used by:457
Symbol 456 GraphicUsed by:457
Symbol 457 MovieClipUses:446 451 455 456Used by:978
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:513
Symbol 460 GraphicUsed by:513
Symbol 461 GraphicUsed by:513
Symbol 462 GraphicUsed by:513
Symbol 463 GraphicUsed by:513
Symbol 464 GraphicUsed by:465
Symbol 465 MovieClipUses:464Used by:513
Symbol 466 GraphicUsed by:513
Symbol 467 GraphicUsed by:468
Symbol 468 MovieClipUses:467Used by:513
Symbol 469 GraphicUsed by:470
Symbol 470 MovieClipUses:469Used by:513
Symbol 471 GraphicUsed by:513
Symbol 472 GraphicUsed by:473
Symbol 473 MovieClipUses:472Used by:513
Symbol 474 GraphicUsed by:475
Symbol 475 MovieClipUses:474Used by:513
Symbol 476 GraphicUsed by:513
Symbol 477 GraphicUsed by:478
Symbol 478 MovieClipUses:477Used by:513
Symbol 479 GraphicUsed by:513
Symbol 480 GraphicUsed by:481
Symbol 481 MovieClipUses:480Used by:513
Symbol 482 GraphicUsed by:483
Symbol 483 MovieClipUses:482Used by:513
Symbol 484 GraphicUsed by:513
Symbol 485 GraphicUsed by:513
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClipUses:486Used by:513
Symbol 488 GraphicUsed by:489
Symbol 489 MovieClipUses:488Used by:513
Symbol 490 GraphicUsed by:513
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:491Used by:513
Symbol 493 GraphicUsed by:494
Symbol 494 MovieClipUses:493Used by:513
Symbol 495 GraphicUsed by:513
Symbol 496 GraphicUsed by:497
Symbol 497 MovieClipUses:496Used by:513
Symbol 498 GraphicUsed by:513
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:499Used by:513
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:501Used by:513
Symbol 503 GraphicUsed by:513
Symbol 504 GraphicUsed by:505
Symbol 505 MovieClipUses:504Used by:513
Symbol 506 GraphicUsed by:513
Symbol 507 GraphicUsed by:513
Symbol 508 GraphicUsed by:513
Symbol 509 GraphicUsed by:513
Symbol 510 GraphicUsed by:513
Symbol 511 GraphicUsed by:513
Symbol 512 GraphicUsed by:513
Symbol 513 MovieClipUses:459 460 461 462 463 465 466 468 470 471 473 475 476 478 479 481 483 484 485 487 489 490 492 494 495 497 498 500 502 503 505 506 507 508 509 510 511 512Used by:514
Symbol 514 MovieClipUses:513Used by:978
Symbol 515 GraphicUsed by:516
Symbol 516 MovieClipUses:515Used by:517
Symbol 517 MovieClipUses:516Used by:978
Symbol 518 GraphicUsed by:519
Symbol 519 MovieClipUses:518Used by:531
Symbol 520 GraphicUsed by:531
Symbol 521 GraphicUsed by:531
Symbol 522 GraphicUsed by:531
Symbol 523 GraphicUsed by:531
Symbol 524 GraphicUsed by:531
Symbol 525 GraphicUsed by:531
Symbol 526 GraphicUsed by:531
Symbol 527 GraphicUsed by:531
Symbol 528 GraphicUsed by:531
Symbol 529 GraphicUsed by:531
Symbol 530 GraphicUsed by:531 721
Symbol 531 MovieClipUses:519 520 521 522 523 524 525 526 527 528 529 530Used by:532
Symbol 532 MovieClipUses:531Used by:533
Symbol 533 MovieClipUses:532Used by:978
Symbol 534 GraphicUsed by:554
Symbol 535 GraphicUsed by:554
Symbol 536 GraphicUsed by:554
Symbol 537 GraphicUsed by:554
Symbol 538 GraphicUsed by:554
Symbol 539 GraphicUsed by:554
Symbol 540 GraphicUsed by:554
Symbol 541 GraphicUsed by:554
Symbol 542 GraphicUsed by:554
Symbol 543 GraphicUsed by:554
Symbol 544 GraphicUsed by:554
Symbol 545 GraphicUsed by:554
Symbol 546 GraphicUsed by:554
Symbol 547 GraphicUsed by:554
Symbol 548 GraphicUsed by:554
Symbol 549 GraphicUsed by:554
Symbol 550 GraphicUsed by:554
Symbol 551 GraphicUsed by:554
Symbol 552 GraphicUsed by:554
Symbol 553 GraphicUsed by:554
Symbol 554 MovieClipUses:534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553Used by:978
Symbol 555 GraphicUsed by:556
Symbol 556 MovieClipUses:555Used by:561
Symbol 557 GraphicUsed by:560
Symbol 558 GraphicUsed by:559
Symbol 559 MovieClipUses:558Used by:560
Symbol 560 MovieClipUses:557 559Used by:561
Symbol 561 MovieClipUses:556 560Used by:562
Symbol 562 MovieClipUses:561Used by:978
Symbol 563 GraphicUsed by:571
Symbol 564 GraphicUsed by:571
Symbol 565 GraphicUsed by:571
Symbol 566 GraphicUsed by:571
Symbol 567 GraphicUsed by:571
Symbol 568 GraphicUsed by:571
Symbol 569 GraphicUsed by:570
Symbol 570 MovieClipUses:569Used by:571
Symbol 571 MovieClipUses:563 564 565 566 567 568 570Used by:572
Symbol 572 MovieClipUses:571Used by:598
Symbol 573 GraphicUsed by:574
Symbol 574 MovieClipUses:573Used by:575
Symbol 575 MovieClipUses:574Used by:598 760
Symbol 576 GraphicUsed by:598
Symbol 577 GraphicUsed by:598
Symbol 578 GraphicUsed by:598
Symbol 579 GraphicUsed by:598
Symbol 580 GraphicUsed by:598
Symbol 581 GraphicUsed by:598
Symbol 582 GraphicUsed by:598
Symbol 583 GraphicUsed by:598
Symbol 584 GraphicUsed by:598
Symbol 585 GraphicUsed by:598
Symbol 586 GraphicUsed by:598
Symbol 587 GraphicUsed by:598
Symbol 588 GraphicUsed by:598
Symbol 589 GraphicUsed by:598
Symbol 590 GraphicUsed by:598
Symbol 591 GraphicUsed by:598
Symbol 592 GraphicUsed by:598
Symbol 593 GraphicUsed by:597
Symbol 594 GraphicUsed by:597
Symbol 595 GraphicUsed by:597
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:593 594 595 596Used by:598
Symbol 598 MovieClipUses:572 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 597Used by:599
Symbol 599 MovieClipUses:598Used by:978
Symbol 600 GraphicUsed by:601
Symbol 601 MovieClipUses:600Used by:978
Symbol 602 GraphicUsed by:603
Symbol 603 MovieClipUses:602Used by:622
Symbol 604 GraphicUsed by:622
Symbol 605 GraphicUsed by:622
Symbol 606 GraphicUsed by:622
Symbol 607 GraphicUsed by:622
Symbol 608 GraphicUsed by:622
Symbol 609 GraphicUsed by:622
Symbol 610 GraphicUsed by:622
Symbol 611 GraphicUsed by:622
Symbol 612 GraphicUsed by:622
Symbol 613 GraphicUsed by:622
Symbol 614 GraphicUsed by:622
Symbol 615 GraphicUsed by:622
Symbol 616 GraphicUsed by:622
Symbol 617 GraphicUsed by:622
Symbol 618 GraphicUsed by:622
Symbol 619 GraphicUsed by:622
Symbol 620 GraphicUsed by:622
Symbol 621 GraphicUsed by:622
Symbol 622 MovieClipUses:603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621Used by:978
Symbol 623 FontUsed by:624 626 628 630 942
Symbol 624 EditableTextUses:623Used by:625
Symbol 625 MovieClipUses:624Used by:632
Symbol 626 EditableTextUses:623Used by:627
Symbol 627 MovieClipUses:626Used by:632
Symbol 628 EditableTextUses:623Used by:629
Symbol 629 MovieClipUses:628Used by:632
Symbol 630 EditableTextUses:623Used by:631
Symbol 631 MovieClipUses:630Used by:632
Symbol 632 MovieClipUses:625 627 629 631Used by:978
Symbol 633 GraphicUsed by:643
Symbol 634 GraphicUsed by:643
Symbol 635 GraphicUsed by:643
Symbol 636 GraphicUsed by:643
Symbol 637 GraphicUsed by:643
Symbol 638 GraphicUsed by:643
Symbol 639 GraphicUsed by:643
Symbol 640 GraphicUsed by:643
Symbol 641 GraphicUsed by:643
Symbol 642 GraphicUsed by:643
Symbol 643 MovieClipUses:633 634 635 636 637 638 639 640 641 642Used by:644
Symbol 644 MovieClipUses:643Used by:978
Symbol 645 GraphicUsed by:646
Symbol 646 MovieClipUses:645Used by:692
Symbol 647 GraphicUsed by:648
Symbol 648 MovieClipUses:647Used by:692
Symbol 649 GraphicUsed by:692
Symbol 650 GraphicUsed by:651
Symbol 651 MovieClipUses:650Used by:692
Symbol 652 GraphicUsed by:692
Symbol 653 GraphicUsed by:654
Symbol 654 MovieClipUses:653Used by:692
Symbol 655 GraphicUsed by:692
Symbol 656 GraphicUsed by:657
Symbol 657 MovieClipUses:656Used by:692
Symbol 658 GraphicUsed by:692
Symbol 659 GraphicUsed by:660
Symbol 660 MovieClipUses:659Used by:692
Symbol 661 GraphicUsed by:692
Symbol 662 GraphicUsed by:663
Symbol 663 MovieClipUses:662Used by:692
Symbol 664 GraphicUsed by:692
Symbol 665 GraphicUsed by:666
Symbol 666 MovieClipUses:665Used by:692
Symbol 667 GraphicUsed by:692
Symbol 668 GraphicUsed by:669
Symbol 669 MovieClipUses:668Used by:692
Symbol 670 GraphicUsed by:692
Symbol 671 GraphicUsed by:672
Symbol 672 MovieClipUses:671Used by:692
Symbol 673 GraphicUsed by:692
Symbol 674 GraphicUsed by:675
Symbol 675 MovieClipUses:674Used by:692
Symbol 676 GraphicUsed by:692
Symbol 677 GraphicUsed by:678
Symbol 678 MovieClipUses:677Used by:692
Symbol 679 GraphicUsed by:692
Symbol 680 GraphicUsed by:681
Symbol 681 MovieClipUses:680Used by:692
Symbol 682 GraphicUsed by:692
Symbol 683 GraphicUsed by:684
Symbol 684 MovieClipUses:683Used by:692
Symbol 685 GraphicUsed by:692
Symbol 686 GraphicUsed by:687
Symbol 687 MovieClipUses:686Used by:692
Symbol 688 GraphicUsed by:689
Symbol 689 MovieClipUses:688Used by:692
Symbol 690 GraphicUsed by:691
Symbol 691 MovieClipUses:690Used by:692
Symbol 692 MovieClipUses:646 648 649 651 652 654 655 657 658 660 661 663 664 666 667 669 670 672 673 675 676 678 679 681 682 684 685 687 689 691Used by:693 862
Symbol 693 MovieClipUses:692Used by:978
Symbol 694 GraphicUsed by:695
Symbol 695 MovieClipUses:694Used by:705
Symbol 696 GraphicUsed by:704
Symbol 697 GraphicUsed by:704
Symbol 698 GraphicUsed by:704
Symbol 699 GraphicUsed by:704
Symbol 700 GraphicUsed by:704
Symbol 701 GraphicUsed by:704
Symbol 702 GraphicUsed by:704
Symbol 703 GraphicUsed by:704
Symbol 704 MovieClipUses:696 697 698 699 700 701 702 703Used by:705
Symbol 705 MovieClipUses:695 704Used by:706
Symbol 706 MovieClipUses:705Used by:707
Symbol 707 MovieClipUses:706Used by:978
Symbol 708 GraphicUsed by:709
Symbol 709 MovieClipUses:708Used by:721
Symbol 710 GraphicUsed by:721
Symbol 711 GraphicUsed by:721
Symbol 712 GraphicUsed by:721
Symbol 713 GraphicUsed by:721
Symbol 714 GraphicUsed by:721
Symbol 715 GraphicUsed by:721
Symbol 716 GraphicUsed by:721
Symbol 717 GraphicUsed by:721
Symbol 718 GraphicUsed by:721
Symbol 719 GraphicUsed by:721
Symbol 720 GraphicUsed by:721
Symbol 721 MovieClipUses:709 710 711 712 713 714 715 716 717 718 719 720 530Used by:722
Symbol 722 MovieClipUses:721Used by:978
Symbol 723 GraphicUsed by:731
Symbol 724 GraphicUsed by:731
Symbol 725 GraphicUsed by:731
Symbol 726 GraphicUsed by:731
Symbol 727 GraphicUsed by:731
Symbol 728 GraphicUsed by:731
Symbol 729 GraphicUsed by:731
Symbol 730 GraphicUsed by:731
Symbol 731 MovieClipUses:723 724 725 726 727 728 729 730Used by:978
Symbol 732 GraphicUsed by:755
Symbol 733 GraphicUsed by:755
Symbol 734 GraphicUsed by:755
Symbol 735 GraphicUsed by:755
Symbol 736 GraphicUsed by:755
Symbol 737 GraphicUsed by:755
Symbol 738 GraphicUsed by:755
Symbol 739 GraphicUsed by:755
Symbol 740 GraphicUsed by:755
Symbol 741 GraphicUsed by:755
Symbol 742 GraphicUsed by:755
Symbol 743 GraphicUsed by:755
Symbol 744 GraphicUsed by:752
Symbol 745 GraphicUsed by:752
Symbol 746 GraphicUsed by:752
Symbol 747 GraphicUsed by:752
Symbol 748 GraphicUsed by:752
Symbol 749 GraphicUsed by:752
Symbol 750 GraphicUsed by:752
Symbol 751 GraphicUsed by:752
Symbol 752 MovieClipUses:744 745 746 747 748 749 750 751Used by:755
Symbol 753 GraphicUsed by:755
Symbol 754 GraphicUsed by:755
Symbol 755 MovieClipUses:732 733 734 735 736 737 738 739 740 741 742 743 752 753 754Used by:756 757
Symbol 756 MovieClipUses:755Used by:760
Symbol 757 MovieClipUses:755Used by:760
Symbol 758 GraphicUsed by:759
Symbol 759 MovieClipUses:758Used by:760
Symbol 760 MovieClipUses:756 757 575 759Used by:765
Symbol 761 GraphicUsed by:762
Symbol 762 MovieClipUses:761Used by:765
Symbol 763 GraphicUsed by:764
Symbol 764 MovieClipUses:763Used by:765
Symbol 765 MovieClipUses:760 762 764Used by:978
Symbol 766 GraphicUsed by:767
Symbol 767 MovieClipUses:766Used by:797
Symbol 768 GraphicUsed by:797
Symbol 769 GraphicUsed by:797
Symbol 770 GraphicUsed by:797
Symbol 771 GraphicUsed by:797
Symbol 772 GraphicUsed by:797
Symbol 773 GraphicUsed by:797
Symbol 774 GraphicUsed by:797
Symbol 775 GraphicUsed by:797
Symbol 776 GraphicUsed by:797
Symbol 777 GraphicUsed by:797
Symbol 778 GraphicUsed by:797
Symbol 779 GraphicUsed by:797
Symbol 780 GraphicUsed by:797
Symbol 781 GraphicUsed by:797
Symbol 782 GraphicUsed by:797
Symbol 783 GraphicUsed by:797
Symbol 784 GraphicUsed by:797
Symbol 785 GraphicUsed by:797
Symbol 786 GraphicUsed by:797
Symbol 787 GraphicUsed by:797
Symbol 788 GraphicUsed by:797
Symbol 789 GraphicUsed by:797
Symbol 790 GraphicUsed by:797
Symbol 791 GraphicUsed by:797
Symbol 792 GraphicUsed by:797
Symbol 793 GraphicUsed by:797
Symbol 794 GraphicUsed by:797
Symbol 795 GraphicUsed by:797
Symbol 796 GraphicUsed by:797
Symbol 797 MovieClipUses:767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796Used by:798
Symbol 798 MovieClipUses:797Used by:978
Symbol 799 GraphicUsed by:826
Symbol 800 GraphicUsed by:806
Symbol 801 GraphicUsed by:806
Symbol 802 GraphicUsed by:806
Symbol 803 GraphicUsed by:806
Symbol 804 GraphicUsed by:806
Symbol 805 GraphicUsed by:806
Symbol 806 MovieClipUses:800 801 802 803 804 805Used by:826
Symbol 807 GraphicUsed by:826
Symbol 808 GraphicUsed by:826
Symbol 809 GraphicUsed by:826
Symbol 810 GraphicUsed by:826
Symbol 811 GraphicUsed by:826
Symbol 812 GraphicUsed by:826
Symbol 813 GraphicUsed by:826
Symbol 814 GraphicUsed by:826
Symbol 815 GraphicUsed by:826
Symbol 816 GraphicUsed by:826
Symbol 817 GraphicUsed by:826
Symbol 818 GraphicUsed by:826
Symbol 819 GraphicUsed by:826
Symbol 820 GraphicUsed by:826
Symbol 821 GraphicUsed by:826
Symbol 822 GraphicUsed by:826
Symbol 823 GraphicUsed by:826
Symbol 824 GraphicUsed by:826
Symbol 825 GraphicUsed by:826
Symbol 826 MovieClipUses:799 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825Used by:978
Symbol 827 GraphicUsed by:837
Symbol 828 GraphicUsed by:837
Symbol 829 GraphicUsed by:837
Symbol 830 GraphicUsed by:837
Symbol 831 GraphicUsed by:837
Symbol 832 GraphicUsed by:837
Symbol 833 GraphicUsed by:837
Symbol 834 GraphicUsed by:835
Symbol 835 MovieClipUses:834Used by:837
Symbol 836 GraphicUsed by:837
Symbol 837 MovieClipUses:827 828 829 830 831 832 833 835 836Used by:978
Symbol 838 GraphicUsed by:839
Symbol 839 MovieClipUses:838Used by:840
Symbol 840 MovieClipUses:839Used by:978
Symbol 841 GraphicUsed by:842
Symbol 842 MovieClipUses:841Used by:843
Symbol 843 MovieClipUses:842Used by:978
Symbol 844 GraphicUsed by:845
Symbol 845 MovieClipUses:844Used by:846
Symbol 846 MovieClipUses:845Used by:978
Symbol 847 GraphicUsed by:852
Symbol 848 GraphicUsed by:852
Symbol 849 GraphicUsed by:852
Symbol 850 GraphicUsed by:852
Symbol 851 GraphicUsed by:852
Symbol 852 MovieClipUses:847 848 849 850 851Used by:855
Symbol 853 GraphicUsed by:854
Symbol 854 MovieClipUses:853Used by:855
Symbol 855 MovieClipUses:852 854Used by:978
Symbol 856 GraphicUsed by:857
Symbol 857 MovieClipUses:856Used by:858
Symbol 858 MovieClipUses:857Used by:978
Symbol 859 GraphicUsed by:860
Symbol 860 MovieClipUses:859Used by:861
Symbol 861 MovieClipUses:860Used by:978
Symbol 862 MovieClipUses:692Used by:978
Symbol 863 GraphicUsed by:864 879
Symbol 864 MovieClipUses:863Used by:879
Symbol 865 GraphicUsed by:878
Symbol 866 GraphicUsed by:878
Symbol 867 GraphicUsed by:878
Symbol 868 GraphicUsed by:878
Symbol 869 GraphicUsed by:878
Symbol 870 GraphicUsed by:878
Symbol 871 GraphicUsed by:878
Symbol 872 GraphicUsed by:878
Symbol 873 GraphicUsed by:878
Symbol 874 GraphicUsed by:878
Symbol 875 GraphicUsed by:878
Symbol 876 GraphicUsed by:878
Symbol 877 GraphicUsed by:878 892
Symbol 878 MovieClipUses:865 866 867 868 869 870 871 872 873 874 875 876 877Used by:879
Symbol 879 MovieClipUses:863 864 878Used by:978
Symbol 880 GraphicUsed by:892
Symbol 881 GraphicUsed by:892
Symbol 882 GraphicUsed by:892
Symbol 883 GraphicUsed by:892
Symbol 884 GraphicUsed by:892
Symbol 885 GraphicUsed by:892
Symbol 886 GraphicUsed by:892
Symbol 887 GraphicUsed by:892
Symbol 888 GraphicUsed by:892
Symbol 889 GraphicUsed by:892
Symbol 890 GraphicUsed by:892
Symbol 891 GraphicUsed by:892
Symbol 892 MovieClipUses:880 881 882 883 884 885 886 887 888 889 890 877 891Used by:893
Symbol 893 MovieClipUses:892Used by:894
Symbol 894 MovieClipUses:893Used by:978
Symbol 895 EditableTextUses:12Used by:896
Symbol 896 MovieClipUses:895Used by:908
Symbol 897 EditableTextUses:12Used by:908
Symbol 898 EditableTextUses:12Used by:908
Symbol 899 EditableTextUses:12Used by:908
Symbol 900 EditableTextUses:12Used by:908
Symbol 901 EditableTextUses:12Used by:908
Symbol 902 EditableTextUses:12Used by:908
Symbol 903 EditableTextUses:12Used by:908
Symbol 904 EditableTextUses:12Used by:908
Symbol 905 EditableTextUses:12Used by:908
Symbol 906 EditableTextUses:12Used by:908
Symbol 907 EditableTextUses:12Used by:908
Symbol 908 MovieClipUses:896 897 898 899 900 901 902 903 904 905 906 907 73Used by:978
Symbol 909 GraphicUsed by:910
Symbol 910 MovieClipUses:909Used by:911
Symbol 911 MovieClipUses:910Used by:912
Symbol 912 MovieClipUses:911Used by:913
Symbol 913 MovieClipUses:912Used by:978
Symbol 914 GraphicUsed by:926
Symbol 915 GraphicUsed by:916
Symbol 916 MovieClipUses:915Used by:926
Symbol 917 GraphicUsed by:918
Symbol 918 MovieClipUses:917Used by:926
Symbol 919 GraphicUsed by:920
Symbol 920 MovieClipUses:919Used by:921
Symbol 921 MovieClipUses:920Used by:926
Symbol 922 GraphicUsed by:923
Symbol 923 MovieClipUses:922Used by:926
Symbol 924 GraphicUsed by:925
Symbol 925 MovieClipUses:924Used by:926
Symbol 926 MovieClipUses:914 916 918 921 923 925Used by:978
Symbol 927 GraphicUsed by:928
Symbol 928 MovieClipUses:927Used by:929
Symbol 929 MovieClipUses:928Used by:941
Symbol 930 EditableTextUses:12Used by:941
Symbol 931 EditableTextUses:12Used by:941
Symbol 932 EditableTextUses:12Used by:941
Symbol 933 EditableTextUses:12Used by:941
Symbol 934 EditableTextUses:12Used by:941
Symbol 935 EditableTextUses:12Used by:941
Symbol 936 EditableTextUses:12Used by:941
Symbol 937 EditableTextUses:12Used by:941
Symbol 938 EditableTextUses:12Used by:941
Symbol 939 GraphicUsed by:940
Symbol 940 MovieClipUses:939Used by:941
Symbol 941 MovieClipUses:929 930 931 932 933 934 935 936 937 938 940Used by:978
Symbol 942 EditableTextUses:623Used by:943
Symbol 943 MovieClipUses:942Used by:946
Symbol 944 FontUsed by:945
Symbol 945 EditableTextUses:944Used by:946
Symbol 946 MovieClipUses:943 945Used by:947
Symbol 947 MovieClipUses:946Used by:978
Symbol 948 GraphicUsed by:953
Symbol 949 GraphicUsed by:950
Symbol 950 MovieClipUses:949Used by:953
Symbol 951 GraphicUsed by:952
Symbol 952 MovieClipUses:951Used by:953
Symbol 953 MovieClipUses:948 950 952Used by:978
Symbol 954 GraphicUsed by:970
Symbol 955 GraphicUsed by:970
Symbol 956 GraphicUsed by:970
Symbol 957 GraphicUsed by:970
Symbol 958 GraphicUsed by:970
Symbol 959 GraphicUsed by:970
Symbol 960 GraphicUsed by:970
Symbol 961 GraphicUsed by:970
Symbol 962 GraphicUsed by:970
Symbol 963 GraphicUsed by:970
Symbol 964 GraphicUsed by:970
Symbol 965 GraphicUsed by:970
Symbol 966 GraphicUsed by:970
Symbol 967 GraphicUsed by:970
Symbol 968 GraphicUsed by:970
Symbol 969 GraphicUsed by:970
Symbol 970 MovieClipUses:954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969Used by:978
Symbol 971 EditableTextUses:12Used by:972
Symbol 972 MovieClipUses:971Used by:978
Symbol 973 TextUses:12Used by:974
Symbol 974 MovieClipUses:973Used by:977
Symbol 975 TextUses:12Used by:976
Symbol 976 MovieClipUses:975Used by:977
Symbol 977 MovieClipUses:974 976Used by:978
Symbol 978 MovieClipUses:247 248 249 293 294 299 330 335 350 351 352 418 426 436 437 441 457 514 517 533 554 562 599 601 622 632 644 693 707 722 731 765 798 826 837 840 843 846 855 858 861 862 879 894 908 913 926 941 947 953 970 972 977Used by:979
Symbol 979 MovieClipUses:978Used by:Timeline
Symbol 980 GraphicUsed by:981
Symbol 981 MovieClipUses:980Used by:Timeline

Instance Names

"thing"Frame 1Symbol 979 MovieClip
"textobj"Symbol 29 MovieClip Frame 1Symbol 28 EditableText
"bar"Symbol 55 MovieClip Frame 1Symbol 54 MovieClip
"textobj"Symbol 73 MovieClip Frame 1Symbol 72 EditableText
"textobj"Symbol 76 MovieClip Frame 1Symbol 75 EditableText
"bar"Symbol 242 MovieClip [menuobj0] Frame 1Symbol 55 MovieClip
"go"Symbol 242 MovieClip [menuobj0] Frame 1Symbol 58 MovieClip
"menuu"Symbol 243 MovieClip [menuobj] Frame 20Symbol 242 MovieClip [menuobj0]
"ship1"Symbol 293 MovieClip Frame 1Symbol 292 MovieClip
"megablast"Symbol 330 MovieClip Frame 1Symbol 325 MovieClip
"center"Symbol 335 MovieClip Frame 1Symbol 334 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"dot"Symbol 385 MovieClip Frame 1Symbol 384 MovieClip
"texts"Symbol 457 MovieClip Frame 1Symbol 446 MovieClip
"spinner"Symbol 514 MovieClip Frame 1Symbol 513 MovieClip
"bullit"Symbol 532 MovieClip Frame 1Symbol 531 MovieClip
"bull"Symbol 533 MovieClip Frame 1Symbol 532 MovieClip
"obj"Symbol 562 MovieClip Frame 1Symbol 561 MovieClip
"obj"Symbol 575 MovieClip Frame 1Symbol 574 MovieClip
"spinner"Symbol 598 MovieClip Frame 1Symbol 575 MovieClip
"core"Symbol 599 MovieClip Frame 1Symbol 598 MovieClip
"bull"Symbol 644 MovieClip Frame 1Symbol 643 MovieClip
"ball"Symbol 693 MovieClip Frame 1Symbol 692 MovieClip
"diamond"Symbol 705 MovieClip Frame 1Symbol 704 MovieClip
"faceobj"Symbol 705 MovieClip Frame 1Symbol 695 MovieClip
"diamond"Symbol 706 MovieClip Frame 1Symbol 705 MovieClip
"diamond"Symbol 707 MovieClip Frame 1Symbol 706 MovieClip
"bull"Symbol 721 MovieClip Frame 1Symbol 709 MovieClip
"bull"Symbol 722 MovieClip Frame 1Symbol 721 MovieClip
"gun"Symbol 756 MovieClip Frame 1Symbol 755 MovieClip
"spinner"Symbol 760 MovieClip Frame 1Symbol 575 MovieClip
"spinner"Symbol 760 MovieClip Frame 3Symbol 575 MovieClip
"boss1"Symbol 765 MovieClip Frame 1Symbol 760 MovieClip
"barrier"Symbol 765 MovieClip Frame 1Symbol 762 MovieClip
"self"Symbol 798 MovieClip Frame 1Symbol 797 MovieClip
"ball"Symbol 862 MovieClip Frame 1Symbol 692 MovieClip
"box"Symbol 879 MovieClip Frame 1Symbol 864 MovieClip
"ship"Symbol 879 MovieClip Frame 1Symbol 878 MovieClip
"bull"Symbol 893 MovieClip Frame 1Symbol 892 MovieClip
"bull"Symbol 894 MovieClip Frame 1Symbol 893 MovieClip
"dot"Symbol 921 MovieClip Frame 1Symbol 920 MovieClip
"circl"Symbol 926 MovieClip Frame 1Symbol 916 MovieClip
"dot"Symbol 926 MovieClip Frame 1Symbol 921 MovieClip
"c"Symbol 926 MovieClip Frame 1Symbol 923 MovieClip
"boxy"Symbol 926 MovieClip Frame 1Symbol 925 MovieClip
"number"Symbol 943 MovieClip Frame 1Symbol 942 EditableText
"number"Symbol 946 MovieClip Frame 1Symbol 943 MovieClip
"number1"Symbol 946 MovieClip Frame 1Symbol 945 EditableText
"textobj"Symbol 972 MovieClip Frame 1Symbol 971 EditableText
"shipu"Symbol 978 MovieClip Frame 1Symbol 293 MovieClip
"shipi"Symbol 978 MovieClip Frame 1Symbol 293 MovieClip
"shipo"Symbol 978 MovieClip Frame 1Symbol 293 MovieClip
"megablast"Symbol 978 MovieClip Frame 1Symbol 330 MovieClip
"_Mouse"Symbol 978 MovieClip Frame 1Symbol 335 MovieClip
"_title"Symbol 978 MovieClip Frame 4Symbol 418 MovieClip
"player"Symbol 978 MovieClip Frame 4Symbol 426 MovieClip
"ring"Symbol 978 MovieClip Frame 5Symbol 436 MovieClip
"ship"Symbol 978 MovieClip Frame 5Symbol 437 MovieClip
"particle"Symbol 978 MovieClip Frame 5Symbol 441 MovieClip
"nautilus"Symbol 978 MovieClip Frame 5Symbol 457 MovieClip
"firer"Symbol 978 MovieClip Frame 5Symbol 514 MovieClip
"evilball"Symbol 978 MovieClip Frame 5Symbol 517 MovieClip
"bullet3"Symbol 978 MovieClip Frame 5Symbol 533 MovieClip
"bull6"Symbol 978 MovieClip Frame 5Symbol 554 MovieClip
"hammer"Symbol 978 MovieClip Frame 5Symbol 562 MovieClip
"boss2"Symbol 978 MovieClip Frame 5Symbol 599 MovieClip
"blanket"Symbol 978 MovieClip Frame 5Symbol 601 MovieClip
"laser"Symbol 978 MovieClip Frame 5Symbol 622 MovieClip
"_text"Symbol 978 MovieClip Frame 5Symbol 632 MovieClip
"bull1"Symbol 978 MovieClip Frame 5Symbol 644 MovieClip
"bullmed"Symbol 978 MovieClip Frame 5Symbol 693 MovieClip
"diamond"Symbol 978 MovieClip Frame 5Symbol 707 MovieClip
"bullet2"Symbol 978 MovieClip Frame 5Symbol 722 MovieClip
"bullet4"Symbol 978 MovieClip Frame 5Symbol 644 MovieClip
"bull5"Symbol 978 MovieClip Frame 5Symbol 644 MovieClip
"laserbullet"Symbol 978 MovieClip Frame 5Symbol 731 MovieClip
"boss1"Symbol 978 MovieClip Frame 5Symbol 765 MovieClip
"spinner"Symbol 978 MovieClip Frame 5Symbol 798 MovieClip
"trooper"Symbol 978 MovieClip Frame 5Symbol 826 MovieClip
"spincycle"Symbol 978 MovieClip Frame 5Symbol 837 MovieClip
"middler"Symbol 978 MovieClip Frame 5Symbol 840 MovieClip
"dropping"Symbol 978 MovieClip Frame 5Symbol 843 MovieClip
"dragon1"Symbol 978 MovieClip Frame 5Symbol 846 MovieClip
"dragon2"Symbol 978 MovieClip Frame 5Symbol 855 MovieClip
"dropping2"Symbol 978 MovieClip Frame 5Symbol 858 MovieClip
"starry"Symbol 978 MovieClip Frame 5Symbol 861 MovieClip
"bullbig"Symbol 978 MovieClip Frame 5Symbol 862 MovieClip
"spshipevil"Symbol 978 MovieClip Frame 5Symbol 879 MovieClip
"redbull"Symbol 978 MovieClip Frame 5Symbol 894 MovieClip
"scorething"Symbol 978 MovieClip Frame 5Symbol 908 MovieClip
"diamond"Symbol 978 MovieClip Frame 5Symbol 861 MovieClip
"redbullbig"Symbol 978 MovieClip Frame 5Symbol 894 MovieClip
"redbullbiggest"Symbol 978 MovieClip Frame 5Symbol 894 MovieClip
"redbull1"Symbol 978 MovieClip Frame 5Symbol 894 MovieClip
"topstick"Symbol 978 MovieClip Frame 5Symbol 913 MovieClip
"rightstick"Symbol 978 MovieClip Frame 5Symbol 913 MovieClip
"bottomstick"Symbol 978 MovieClip Frame 5Symbol 913 MovieClip
"leftstick"Symbol 978 MovieClip Frame 5Symbol 913 MovieClip
"radar"Symbol 978 MovieClip Frame 5Symbol 926 MovieClip
"prog"Symbol 978 MovieClip Frame 5Symbol 941 MovieClip
"numobj"Symbol 978 MovieClip Frame 5Symbol 947 MovieClip
"rocketship"Symbol 978 MovieClip Frame 5Symbol 953 MovieClip
"rocket1"Symbol 978 MovieClip Frame 5Symbol 970 MovieClip
"tries"Symbol 978 MovieClip Frame 5Symbol 972 MovieClip
"textor"Symbol 978 MovieClip Frame 6Symbol 977 MovieClip
"blanket"Symbol 978 MovieClip Frame 6Symbol 601 MovieClip
"gamelevel"Symbol 979 MovieClip Frame 1Symbol 978 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "The New Deal - Techno Beam.mp3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Menno De Jong - Guanxi (Original Mix).mp3"
ExportAssets (56)Timeline Frame 1Symbol 3 as "Medium_E-Public_D-219_hifi.mp3"
ExportAssets (56)Timeline Frame 1Symbol 4 as "Explosio-Ivan-8042_hifi.mp3"
ExportAssets (56)Timeline Frame 1Symbol 5 as "Explode-eRco_Inc-7833_hifi.mp3"
ExportAssets (56)Timeline Frame 1Symbol 6 as "booom-Public_D-21_hifi.mp3"
ExportAssets (56)Timeline Frame 1Symbol 7 as "Boom-Public_d-160_hifi.mp3"
ExportAssets (56)Timeline Frame 1Symbol 8 as "Blubup-Public_D-2_hifi.mp3"
ExportAssets (56)Timeline Frame 1Symbol 242 as "menuobj0"
ExportAssets (56)Timeline Frame 1Symbol 243 as "menuobj"
EnableDebugger2 (64)Timeline Frame 131 bytes "..$1$.L$lW3Bbwjt2KHuxWwMCzXtc0."
DebugMX1 (63)Timeline Frame 1




http://swfchan.com/3/12223/info.shtml
Created: 6/6 -2019 07:39:37 Last modified: 6/6 -2019 07:39:37 Server time: 12/05 -2024 21:06:29