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

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

Space Fighters Revolution.swf

This is the info page for
Flash #23996

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


Text
100

100

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; var savefile = SharedObject.getLocal("SpaceFightersRevolution"); _root.highscore = savefile.data.hscore; if (savefile.data.hscore == undefined) { _root.highscore = 0; } beatgame = false; speed = 7; mission = 1; ischeating = false; haveminigame = true; crosshaircolornum = 1; crosshairnum = 1; difficulty = "Veteran"; _quality = "LOW"; subtitles = true; song1on = true; song2on = true; song3on = true; song4on = true; song5on = true; song6on = true; havecheat1 = false; havecheat2 = false; havecheat3 = false; havecheat4 = false; havecheat5 = false; cheaton1 = false; cheaton2 = false; cheaton3 = false; cheaton4 = false; cheaton5 = false;
Instance of Symbol 7 MovieClip "loadbar" in Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.percent); }
Instance of Symbol 12 MovieClip in Frame 1
onClipEvent (load) { mouse.hide(); this.startDrag(true); }
Frame 2
loadedb = getBytesLoaded(); total = getBytesTotal(); percent = int((loadedb / total) * 100); tellTarget (loadbar) { gotoAndStop(percent); };
Frame 3
if (total == loadedb) { play(); } else { gotoAndPlay (2); }
Instance of Symbol 22 MovieClip "musiccontroller" in Frame 20
onClipEvent (load) { this.gotoAndStop(1); testplay = true; }
Frame 49
stop();
Frame 60
stop();
Frame 69
gotoAndStop (49);
Frame 80
stop();
Frame 89
gotoAndStop (49);
Frame 116
gotoAndPlay (118);
Frame 118
function spawnAsteroid1() { enemies++; duplicateMovieClip (asteroid1, "enemy" + k, j); area = random(4); if (area == 0) { _root["enemy" + k]._y = -85; _root["enemy" + k]._x = random(Stage.width); } if (area == 1) { _root["enemy" + k]._y = 650; _root["enemy" + k]._x = random(Stage.width); } if (area == 2) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = -90; } if (area == 3) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = 940; } _root["enemy" + k].active = true; _root.k++; _root.j++; } function spawnAsteroid2() { enemies++; duplicateMovieClip (asteroid2, "enemy" + k, j); area = random(4); if (area == 0) { _root["enemy" + k]._y = -85; _root["enemy" + k]._x = random(Stage.width); } if (area == 1) { _root["enemy" + k]._y = 650; _root["enemy" + k]._x = random(Stage.width); } if (area == 2) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = -90; } if (area == 3) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = 940; } _root["enemy" + k].active = true; _root.k++; _root.j++; } function spawnMine1() { enemies++; duplicateMovieClip (mine1, "enemy" + k, j); area = random(4); if (area == 0) { _root["enemy" + k]._y = -85; _root["enemy" + k]._x = random(Stage.width); } if (area == 1) { _root["enemy" + k]._y = 650; _root["enemy" + k]._x = random(Stage.width); } if (area == 2) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = -90; } if (area == 3) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = 940; } _root["enemy" + k].active = true; _root.k++; _root.j++; } function spawnMine2() { enemies++; duplicateMovieClip (mine2, "enemy" + k, j); area = random(4); if (area == 0) { _root["enemy" + k]._y = -85; _root["enemy" + k]._x = random(Stage.width); } if (area == 1) { _root["enemy" + k]._y = 650; _root["enemy" + k]._x = random(Stage.width); } if (area == 2) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = -90; } if (area == 3) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = 940; } _root["enemy" + k].active = true; _root.k++; _root.j++; } function spawnShip1() { enemies++; duplicateMovieClip (eship1, "enemy" + k, j); area = random(4); if (area == 0) { _root["enemy" + k]._y = -85; _root["enemy" + k]._x = random(Stage.width); } if (area == 1) { _root["enemy" + k]._y = 650; _root["enemy" + k]._x = random(Stage.width); } if (area == 2) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = -90; } if (area == 3) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = 940; } _root["enemy" + k].active = true; _root.k++; _root.j++; } function spawnShip2() { enemies++; duplicateMovieClip (eship2, "enemy" + k, j); area = random(4); if (area == 0) { _root["enemy" + k]._y = -85; _root["enemy" + k]._x = random(Stage.width); } if (area == 1) { _root["enemy" + k]._y = 650; _root["enemy" + k]._x = random(Stage.width); } if (area == 2) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = -90; } if (area == 3) { _root["enemy" + k]._y = random(Stage.height); _root["enemy" + k]._x = 940; } _root["enemy" + k].active = true; _root.k++; _root.j++; } function addtime() { time = time + 1; } i = 0; j = 0; k = 0; backframe = random(5) + 1; enemies = 0; enemies = 0; shots = 0; hits = 0; canmove = true; score = 0; messagenum = 1; messages = 0; canrecharge = true; speedup = false; rechargeup = false; srechargeup = false; maxenergyup = false; powerup = false; powerups = 0; power = 20; energy = 325; maxenergy = 325; armor = 500; maxarmor = 500; shields = 500; maxshields = 500; recharge = 1; srecharge = 1; shiptarget = "none"; if (_root.cheaton3 == true) { missiles = 99; } else { missiles = 10; } if (_root.cheaton3 == true) { torpedos = 99; } else { torpedos = 8; } if (cheaton5 == true) { speed = 15; } else { speed = 7; } time = 0; stoptime = setInterval(addtime, 1000);
Instance of Symbol 194 MovieClip "back" in Frame 118
onClipEvent (load) { this.gotoAndStop(_root.backframe); }
Instance of Symbol 197 MovieClip in Frame 118
onClipEvent (load) { _root.asteroid1.active = false; _root.asteroid2.active = false; _root.asteroid3.active = false; _root.mine1.active = false; _root.mine2.active = false; _root.eship1.active = false; _root.eship2.active = false; }
Instance of Symbol 199 MovieClip "leftwall" in Frame 118
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship) && (_root.ship.moveleft > 0)) { if (_root.ship.moveleft > 7) { _root.ship.moveleft = _root.ship.moveleft - 5; } _root.ship.moveleft = _root.ship.moveleft - 0.5; } }
Instance of Symbol 199 MovieClip "rightwall" in Frame 118
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship) && (_root.ship.moveright > 0)) { if (_root.ship.moveright > 7) { _root.ship.moveright = _root.ship.moveright - 5; } _root.ship.moveright = _root.ship.moveright - 0.5; } }
Instance of Symbol 199 MovieClip "lowerwall" in Frame 118
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship) && (_root.ship.movedown > 0)) { if (_root.ship.movedown > 7) { _root.ship.movedown = _root.ship.movedown - 5; } _root.ship.movedown = _root.ship.movedown - 0.5; } }
Instance of Symbol 199 MovieClip "upperwall" in Frame 118
onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.ship) && (_root.ship.moveup > 0)) { if (_root.ship.moveup > 7) { _root.ship.moveup = _root.ship.moveup - 5; } _root.ship.moveup = _root.ship.moveup - 0.5; } }
Instance of Symbol 208 MovieClip "asteroid1" in Frame 118
onClipEvent (load) { chance = 100; rotate = random(5) + 4; change = random(2); if (change == 1) { rotate = rotate * -1; } dead = false; armor = 250 + random(30); movex = (random(10) + 5) / 4; movey = (random(10) + 5) / 4; change = random(2); if (change == 1) { movex = movex * -1; } change = random(2); if (change == 1) { movey = movey * -1; } } onClipEvent (enterFrame) { if (active == true) { this._rotation = this._rotation + rotate; this._x = this._x + movex; this._y = this._y + movey; if ((this._x > 875) && (movex > 0)) { this._x = -25; } if ((this._x < -25) && (movex < 0)) { this._x = 875; } if ((this._y > 625) && (movey > 0)) { this._y = -25; } if ((this._y < -25) && (movey < 0)) { this._y = 625; } j = _root.i - 10; while (j <= _root.i) { if (this.hitTest(_root["bullet" + j]._x, _root["bullet" + j]._y) && (this.hitTest(_root["bullet" + j]))) { _root["bullet" + j].play(); if (_root.cheaton4 == true) { armor = 0; } if (_root["bullet" + j].active == true) { armor = armor - ((_root["bullet" + j].damage + random(5)) + 5); _root["bullet" + j].active = false; } } j++; } if ((this.hitTest(_root.ship.hitship1) || (this.hitTest(_root.ship.hitship2))) || (this.hitTest(_root.ship.hitship3))) { hitx = this._x - _root.ship._x; hity = _root.ship._y - this._y; hitangle = Math.atan(hity / hitx) / (Math.PI/180); if (hitx < 0) { hitangle = hitangle + 180; } if ((hitx >= 0) && (hity < 0)) { hitangle = hitangle + 360; } if (_root.shields > 0) { _root.ship.shield._rotation = hitangle * -1; if (_root.cheaton1 == false) { _root.shields = _root.shields - 40; } _root.ship.shield.gotoAndStop(2); } else { tellTarget (_root.shieldcount) { gotoAndPlay (3); }; _root.armor = _root.armor - 50; _root.ship.shield.gotoAndStop(4); } sendhity = int((Math.sin(hitangle * (Math.PI/180)) / (Math.PI/180)) / 8); sendhitx = int((Math.cos(hitangle * (Math.PI/180)) / (Math.PI/180)) / 8); if (sendhitx > 0) { _root.ship.moveleft = sendhitx; _root.ship.moveright = 0; } if (sendhitx < 0) { _root.ship.moveright = sendhitx * -1; _root.ship.moveleft = 0; } if (sendhity < 0) { _root.ship.moveup = sendhity * -1; _root.ship.movedown = 0; } if (sendhity > 0) { _root.ship.movedown = sendhity; _root.ship.moveup = 0; } movex = movex + sendhitx; movey = movey + (sendhity * -1); if (movex > 4) { movex = 4; } if (movex < -4) { movex = -4; } if (movey > 4) { movey = 4; } if (movey < -4) { movey = -4; } } if ((armor <= 0) && (dead == false)) { _root.enemies--; if (_root.enemies == 0) { _root.nextFrame(); } dead = true; play(); a = random(chance); if (a < 15) { p = random(5) + 1; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 25) { p = random(2) + 10; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 35) { p = random(4) + 6; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } _root.score = _root.score + 100; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Destroyed Asteroid - +100 Points"; _root.kills = _root.kills + 1; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; } } }
Instance of Symbol 210 MovieClip "asteroid2" in Frame 118
onClipEvent (load) { chance = 100; rotate = random(5) + 4; change = random(2); if (change == 1) { rotate = rotate * -1; } dead = false; armor = 250 + random(30); movex = (random(10) + 5) / 4; movey = (random(10) + 5) / 4; change = random(2); if (change == 1) { movex = movex * -1; } change = random(2); if (change == 1) { movey = movey * -1; } } onClipEvent (enterFrame) { if (active == true) { this._rotation = this._rotation + rotate; this._x = this._x + movex; this._y = this._y + movey; if ((this._x > 875) && (movex > 0)) { this._x = -25; } if ((this._x < -25) && (movex < 0)) { this._x = 875; } if ((this._y > 625) && (movey > 0)) { this._y = -25; } if ((this._y < -25) && (movey < 0)) { this._y = 625; } j = _root.i - 10; while (j <= _root.i) { if (this.hitTest(_root["bullet" + j]._x, _root["bullet" + j]._y) && (this.hitTest(_root["bullet" + j]))) { _root["bullet" + j].play(); if (_root.cheaton4 == true) { armor = 0; } if (_root["bullet" + j].active == true) { armor = armor - ((_root["bullet" + j].damage + random(5)) + 5); _root["bullet" + j].active = false; } } j++; } if ((this.hitTest(_root.ship.hitship1) || (this.hitTest(_root.ship.hitship2))) || (this.hitTest(_root.ship.hitship3))) { hitx = this._x - _root.ship._x; hity = _root.ship._y - this._y; hitangle = Math.atan(hity / hitx) / (Math.PI/180); if (hitx < 0) { hitangle = hitangle + 180; } if ((hitx >= 0) && (hity < 0)) { hitangle = hitangle + 360; } if (_root.shields > 0) { _root.ship.shield._rotation = hitangle * -1; if (_root.cheaton1 == false) { _root.shields = _root.shields - 40; } _root.ship.shield.gotoAndStop(2); } else { tellTarget (_root.shieldcount) { gotoAndPlay (3); }; _root.armor = _root.armor - 50; _root.ship.shield.gotoAndStop(4); } sendhity = int((Math.sin(hitangle * (Math.PI/180)) / (Math.PI/180)) / 8); sendhitx = int((Math.cos(hitangle * (Math.PI/180)) / (Math.PI/180)) / 8); if (sendhitx > 0) { _root.ship.moveleft = sendhitx; _root.ship.moveright = 0; } if (sendhitx < 0) { _root.ship.moveright = sendhitx * -1; _root.ship.moveleft = 0; } if (sendhity < 0) { _root.ship.moveup = sendhity * -1; _root.ship.movedown = 0; } if (sendhity > 0) { _root.ship.movedown = sendhity; _root.ship.moveup = 0; } movex = movex + sendhitx; movey = movey + (sendhity * -1); if (movex > 4) { movex = 4; } if (movex < -4) { movex = -4; } if (movey > 4) { movey = 4; } if (movey < -4) { movey = -4; } } if ((armor <= 0) && (dead == false)) { _root.enemies--; if (_root.enemies == 0) { _root.nextFrame(); } dead = true; play(); a = random(chance); if (a < 15) { p = random(5) + 1; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 25) { p = random(2) + 10; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 35) { p = random(4) + 6; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } _root.score = _root.score + 100; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Destroyed Asteroid - +100 Points"; _root.kills = _root.kills + 1; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; } } }
Instance of Symbol 217 MovieClip "mine1" in Frame 118
onClipEvent (load) { chance = 95; armor = 300 + random(40); hitship = false; dead = false; rotate = random(3) + 2; change = random(2); if (change == 1) { rotate = rotate * -1; } smokeon = false; } onClipEvent (enterFrame) { if (active == true) { this._x = this._x - movex; this._y = this._y + movey; this._rotation = this._rotation + rotate; if (dead == true) { if (movex > 0) { movex = movex - 1; } if (movex < 0) { movex = movex + 1; } if (movey > 0) { movex = movex - 1; } if (movex < 0) { movex = movex + 1; } } if (dead == false) { x = this._x - _root.ship._x; y = _root.ship._y - this._y; angle = Math.atan(y / x) / (Math.PI/180); if (x < 0) { angle = angle + 180; } if ((x >= 0) && (y < 0)) { angle = angle + 360; } movey = int((Math.sin(angle * (Math.PI/180)) / (Math.PI/180)) / 16); movex = int((Math.cos(angle * (Math.PI/180)) / (Math.PI/180)) / 16); j = _root.i - 10; while (j <= _root.i) { if (this.hitTest(_root["bullet" + j]._x, _root["bullet" + j]._y) && (this.hitTest(_root["bullet" + j]))) { _root["bullet" + j].play(); if (_root.cheaton4 == true) { armor = 0; } if (_root["bullet" + j].active == true) { armor = armor - ((_root["bullet" + j].damage + random(5)) + 5); _root["bullet" + j].active = false; } } j++; } } if (((this.hitTest(_root.ship.hitship1) || (this.hitTest(_root.ship.hitship2))) || (this.hitTest(_root.ship.hitship3))) && (dead == false)) { hitship = true; armor = 0; hitx = this._x - _root.ship._x; hity = _root.ship._y - this._y; hitangle = Math.atan(hity / hitx) / (Math.PI/180); if (hitx < 0) { hitangle = hitangle + 180; } if ((hitx >= 0) && (hity < 0)) { hitangle = hitangle + 360; } if (_root.shields > 0) { _root.ship.shield._rotation = hitangle * -1; if (_root.cheaton1 == false) { _root.shields = _root.shields - 160; } _root.ship.shield.gotoAndStop(2); } else { tellTarget (_root.shieldcount) { gotoAndPlay (3); }; _root.armor = _root.armor - 85; _root.ship.shield.gotoAndStop(4); } sendhity = int((Math.sin(hitangle * (Math.PI/180)) / (Math.PI/180)) / 15); sendhitx = int((Math.cos(hitangle * (Math.PI/180)) / (Math.PI/180)) / 15); if (sendhitx > 0) { _root.ship.moveleft = sendhitx; _root.ship.moveright = 0; } if (sendhitx < 0) { _root.ship.moveright = sendhitx * -1; _root.ship.moveleft = 0; } if (sendhity < 0) { _root.ship.moveup = sendhity * -1; _root.ship.movedown = 0; } if (sendhity > 0) { _root.ship.movedown = sendhity; _root.ship.moveup = 0; } } if ((armor < 80) && (smokeon == false)) { k = _root.j; duplicateMovieClip (_root.smokefollow, "smokefollow" + k, _root.j); _root["smokefollow" + k].gotoAndPlay(2); _root.j = _root.j + 1; smokeon = true; } if (smokeon == true) { if (armor >= 80) { _root["smokefollow" + k].removeMovieClip(); smokeon = false; } else { _root["smokefollow" + k].play(); _root["smokefollow" + k]._y = this._y; _root["smokefollow" + k]._x = this._x; } } if ((armor <= 0) && (dead == false)) { _root.enemies--; if (_root.enemies == 0) { _root.nextFrame(); } if (hitship == false) { a = random(chance); } else { a = 100; } if (a < 15) { p = random(5) + 1; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 25) { p = random(2) + 10; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 35) { p = random(4) + 6; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } if (hitship == false) { _root.score = _root.score + 150; } else { _root.score = _root.score + 50; } _root["smokefollow" + k].removeMovieClip(); if (_root.messages == 5) { removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); if (hitship == false) { _root["showmessage" + _root.messagenum].message = "Destroyed Mine - +150 Points"; } else { _root["showmessage" + _root.messagenum].message = "Destroyed Mine (Impact) - +50 Points"; } _root.kills = _root.kills + 1; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; i = _root.j; duplicateMovieClip (_root.explosion3S, "explosion" + i, _root.j); _root.j = _root.j + 1; _root["explosion" + i]._rotation = random(360) + 1; _root["explosion" + i]._x = this._x; _root["explosion" + i]._y = this._y; tellTarget (_root["explosion" + i]) { gotoAndPlay (2); }; play(); dead = true; } if (dead == true) { _root["explosion" + i]._x = this._x; _root["explosion" + i]._y = this._y; } } }
Instance of Symbol 220 MovieClip "mine2" in Frame 118
onClipEvent (load) { chance = 95; armor = 375 + random(30); hitship = false; dead = false; rotate = random(3) + 2; change = random(2); if (change == 1) { rotate = rotate * -1; } movex = (random(3) + 11) / 4; movey = (random(3) + 11) / 4; change = random(2); if (change == 1) { movex = movex * -1; } change = random(2); if (change == 1) { movey = movey * -1; } smokeon = false; } onClipEvent (enterFrame) { if (active == true) { if (dead == true) { if (movex > 0) { movex = movex * 0.9; } if (movex < 0) { movex = movex * 0.9; } if (movey > 0) { movey = movey * 0.9; } if (movex < 0) { movey = movey * 0.9; } } this._rotation = this._rotation + rotate; this._x = this._x + movex; this._y = this._y + movey; if ((this._x > 875) && (movex > 0)) { this._x = -25; } if ((this._x < -25) && (movex < 0)) { this._x = 875; } if ((this._y > 625) && (movey > 0)) { this._y = -25; } if ((this._y < -25) && (movey < 0)) { this._y = 625; } j = _root.i - 10; while (j <= _root.i) { if (this.hitTest(_root["bullet" + j]._x, _root["bullet" + j]._y) && (this.hitTest(_root["bullet" + j]))) { _root["bullet" + j].play(); if (_root.cheaton4 == true) { armor = 0; } if (_root["bullet" + j].active == true) { armor = armor - ((_root["bullet" + j].damage + random(5)) + 5); _root["bullet" + j].active = false; } } j++; } if (((this.hitTest(_root.ship.hitship1) || (this.hitTest(_root.ship.hitship2))) || (this.hitTest(_root.ship.hitship3))) && (dead == false)) { hitship = true; armor = 0; hitx = this._x - _root.ship._x; hity = _root.ship._y - this._y; hitangle = Math.atan(hity / hitx) / (Math.PI/180); if (hitx < 0) { hitangle = hitangle + 180; } if ((hitx >= 0) && (hity < 0)) { hitangle = hitangle + 360; } if (_root.shields > 0) { _root.ship.shield._rotation = hitangle * -1; if (_root.cheaton1 == false) { _root.shields = _root.shields - 160; } _root.ship.shield.gotoAndStop(2); } else { tellTarget (_root.shieldcount) { gotoAndPlay (3); }; _root.armor = _root.armor - 70; _root.ship.shield.gotoAndStop(4); } } if ((armor < 80) && (smokeon == false)) { k = _root.j; duplicateMovieClip (_root.smokefollow, "smokefollow" + k, _root.j); _root["smokefollow" + k].gotoAndPlay(2); _root.j = _root.j + 1; smokeon = true; } if (smokeon == true) { if (armor >= 80) { _root["smokefollow" + k].removeMovieClip(); smokeon = false; } else { _root["smokefollow" + k].play(); _root["smokefollow" + k]._y = this._y; _root["smokefollow" + k]._x = this._x; } } if ((armor <= 0) && (dead == false)) { _root.enemies--; if (_root.enemies == 0) { _root.nextFrame(); } if (hitship == false) { a = random(chance); } else { a = 100; } if (a < 15) { p = random(5) + 1; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 25) { p = random(2) + 10; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 35) { p = random(4) + 6; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } if (hitship == false) { _root.score = _root.score + 120; } else { _root.score = _root.score + 30; } _root["smokefollow" + k].removeMovieClip(); if (_root.messages == 5) { removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); if (hitship == false) { _root["showmessage" + _root.messagenum].message = "Destroyed Mine - +120 Points"; } else { _root["showmessage" + _root.messagenum].message = "Destroyed Mine (Impact) - +30 Points"; } _root.kills = _root.kills + 1; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; i = _root.j; duplicateMovieClip (_root.explosion3S, "explosion" + i, _root.j); _root.j = _root.j + 1; _root["explosion" + i]._rotation = random(360) + 1; _root["explosion" + i]._x = this._x; _root["explosion" + i]._y = this._y; tellTarget (_root["explosion" + i]) { gotoAndPlay (2); }; play(); dead = true; } if (dead == true) { _root["explosion" + i]._x = this._x; _root["explosion" + i]._y = this._y; } } }
Instance of Symbol 222 MovieClip "ebullet" in Frame 118
onClipEvent (load) { damage = 5; active = true; } onClipEvent (enterFrame) { if ((active = true)) { if (_root.ship.hitTest(this._x, this._y)) { active = false; this.play(); hitx = this._x - _root.ship._x; hity = _root.ship._y - this._y; hitangle = Math.atan(hity / hitx) / (Math.PI/180); if (hitx < 0) { hitangle = hitangle + 180; } if ((hitx >= 0) && (hity < 0)) { hitangle = hitangle + 360; } if (_root.shields > 0) { _root.ship.shield._rotation = hitangle * -1; if (_root.cheaton1 == false) { _root.shields = _root.shields - damage; } _root.ship.shield.gotoAndStop(2); } else { tellTarget (_root.shieldcount) { gotoAndPlay (3); }; _root.armor = _root.armor - damage; _root.ship.shield.gotoAndStop(4); } } if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; } }
Instance of Symbol 233 MovieClip "eship1" in Frame 118
onClipEvent (load) { speed = 5; chance = 60; dead = false; hitwall = false; armor = 500 + random(100); smokeon = false; targetx = random(800) + 30; targety = random(600) + 30; hittarget = false; moveright = 0; moveleft = 0; movedown = 0; moveup = 0; tx = targetx - this._x; ty = this._y - targety; angle = Math.atan(ty / tx) / (Math.PI/180); if (tx < 0) { angle = angle + 180; } if ((tx >= 0) && (ty < 0)) { angle = angle + 360; } movey = int((Math.sin((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 8); movex = int((Math.cos((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 8); if (movex > 0) { moveright = movex; } if (movex < 0) { moveleft = movex * -1; } if (movey > 0) { movedown = movey; } if (movey < 0) { moveup = movey * -1; } } onClipEvent (enterFrame) { this._x = this._x + goright; this._x = this._x - goleft; this._y = this._y + godown; this._y = this._y - goup; if (active == true) { if (((((this.hitTest(_root.rightwall) || (this.hitTest(_root.leftwall))) || (this.hitTest(_root.upperwall))) || (this.hitTest(_root.lowerwall))) && (hitwall == false)) && (dead == false)) { hitwall = true; hittarget = true; } else { hitwall = false; } if ((hittarget == true) && (dead == false)) { moveup = 0; moveright = 0; moveleft = 0; movedown = 0; targetx = random(800) + 30; targety = random(600) + 30; hittarget = false; tx = targetx - this._x; ty = this._y - targety; angle = Math.atan(ty / tx) / (Math.PI/180); if (tx < 0) { angle = angle + 180; } if ((tx >= 0) && (y < 0)) { angle = angle + 360; } movey = int((Math.sin((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 8); movex = int((Math.cos((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 8); if (movex > 0) { moveright = movex; } if (movex < 0) { moveleft = movex * -1; } if (movey > 0) { movedown = movey; } if (movey < 0) { moveup = movey * -1; } } if (this.hitTest(targetx, targety)) { hittarget = true; } if (dead == false) { if (goright < moveright) { goright = goright + 0.5; } else if (goright > moveright) { goright = goright - 0.5; } if (goleft < moveleft) { goleft = goleft + 0.5; } else if (goleft > moveleft) { goleft = goleft - 0.5; } if (goup < moveup) { goup = goup + 0.5; } else if (goup > moveup) { goup = goup - 0.5; } if (godown < movedown) { godown = godown + 0.5; } else if (godown > movedown) { godown = godown - 0.5; } } j = _root.i - 10; while (j <= _root.i) { if (this.hitTest(_root["bullet" + j]._x, _root["bullet" + j]._y) && (this.hitTest(_root["bullet" + j]))) { _root["bullet" + j].play(); if (_root.cheaton4 == true) { armor = 0; } if (_root["bullet" + j].active == true) { armor = armor - ((_root["bullet" + j].damage + random(5)) + 5); _root["bullet" + j].active = false; } } j++; } if ((this.hitTest(_root.ship.hitship1) || (this.hitTest(_root.ship.hitship2))) || (this.hitTest(_root.ship.hitship3))) { hitx = this._x - _root.ship._x; hity = _root.ship._y - this._y; hitangle = Math.atan(hity / hitx) / (Math.PI/180); if (hitx < 0) { hitangle = hitangle + 180; } if ((hitx >= 0) && (hity < 0)) { hitangle = hitangle + 360; } if (_root.shields > 0) { _root.ship.shield._rotation = hitangle * -1; if (_root.cheaton1 == false) { _root.shields = _root.shields - 40; } _root.ship.shield.gotoAndStop(2); } else { tellTarget (_root.shieldcount) { gotoAndPlay (3); }; _root.armor = _root.armor - 50; _root.ship.shield.gotoAndStop(4); } sendhity = int((Math.sin(hitangle * (Math.PI/180)) / (Math.PI/180)) / 8); sendhitx = int((Math.cos(hitangle * (Math.PI/180)) / (Math.PI/180)) / 8); if (sendhitx > 0) { _root.ship.moveleft = sendhitx; _root.ship.moveright = 0; goright = sendhitx; goleft = 0; } if (sendhitx < 0) { _root.ship.moveright = sendhitx * -1; _root.ship.moveleft = 0; goleft = sendhitx * -1; goright = 0; } if (sendhity < 0) { _root.ship.moveup = sendhity * -1; _root.ship.movedown = 0; godown = sendhity * -1; goup = 0; } if (sendhity > 0) { _root.ship.movedown = sendhity; _root.ship.moveup = 0; goup = sendhity; godown = 0; } } if ((armor < 100) && (smokeon == false)) { _root.enemies--; if (_root.enemies == 0) { _root.nextFrame(); } k = _root.j; duplicateMovieClip (_root.smokefollow, "smokefollow" + k, _root.j); _root["smokefollow" + k].gotoAndPlay(2); _root.j = _root.j + 1; smokeon = true; } if (smokeon == true) { if (armor >= 100) { _root["smokefollow" + k].removeMovieClip(); smokeon = false; } else { _root["smokefollow" + k].play(); _root["smokefollow" + k]._y = this._y; _root["smokefollow" + k]._x = this._x; } } if ((armor <= 0) && (dead == false)) { a = random(chance); if (a < 15) { p = random(5) + 1; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 25) { p = random(2) + 10; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 35) { p = random(4) + 6; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } _root.score = _root.score + 300; _root["smokefollow" + k].removeMovieClip(); if (_root.messages == 5) { removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Destroyed Fighter - +300 Points"; _root.kills = _root.kills + 1; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; i = _root.j; duplicateMovieClip (_root.explosion2S, "explosion" + i, _root.j); _root.j = _root.j + 1; _root["explosion" + i]._rotation = random(360) + 1; _root["explosion" + i]._x = this._x; _root["explosion" + i]._y = this._y; tellTarget (_root["explosion" + i]) { gotoAndPlay (2); }; play(); dead = true; } if (dead == true) { _root["explosion" + i]._x = this._x; _root["explosion" + i]._y = this._y; if (goright > 0) { goright = goright - 0.5; } if (goleft > 0) { goleft = goleft - 0.5; } if (goup > 0) { goup = goup - 0.5; } if (godown > 0) { godown = godown - 0.5; } } } }
Instance of Symbol 247 MovieClip "eship2" in Frame 118
onClipEvent (load) { speed = 4; chance = 50; dead = false; hitwall = false; armor = 650 + random(100); smokeon = false; targetx = random(800) + 30; targety = random(600) + 30; hittarget = false; moveright = 0; moveleft = 0; movedown = 0; moveup = 0; tx = targetx - this._x; ty = this._y - targety; angle = Math.atan(ty / tx) / (Math.PI/180); if (tx < 0) { angle = angle + 180; } if ((tx >= 0) && (y < 0)) { angle = angle + 360; } movey = int((Math.sin((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 8); movex = int((Math.cos((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 8); if (movex > 0) { moveright = movex; } if (movex < 0) { moveleft = movex * -1; } if (movey > 0) { movedown = movey; } if (movey < 0) { moveup = movey * -1; } } onClipEvent (enterFrame) { this._x = this._x + goright; this._x = this._x - goleft; this._y = this._y + godown; this._y = this._y - goup; if (active == true) { if (((((this.hitTest(_root.rightwall) || (this.hitTest(_root.leftwall))) || (this.hitTest(_root.upperwall))) || (this.hitTest(_root.lowerwall))) && (hitwall == false)) && (dead == false)) { hitwall = true; hittarget = true; } else { hitwall = false; } if ((hittarget == true) && (dead == false)) { moveup = 0; moveright = 0; moveleft = 0; movedown = 0; targetx = random(800) + 30; targety = random(600) + 30; hittarget = false; tx = targetx - this._x; ty = this._y - targety; angle = Math.atan(ty / tx) / (Math.PI/180); if (tx < 0) { angle = angle + 180; } if ((tx >= 0) && (y < 0)) { angle = angle + 360; } movey = int((Math.sin((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 8); movex = int((Math.cos((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 8); if (movex > 0) { moveright = movex; } if (movex < 0) { moveleft = movex * -1; } if (movey > 0) { movedown = movey; } if (movey < 0) { moveup = movey * -1; } } if (this.hitTest(targetx, targety)) { hittarget = true; } if (dead == false) { if (goright < moveright) { goright = goright + 0.5; } else if (goright > moveright) { goright = goright - 0.5; } if (goleft < moveleft) { goleft = goleft + 0.5; } else if (goleft > moveleft) { goleft = goleft - 0.5; } if (goup < moveup) { goup = goup + 0.5; } else if (goup > moveup) { goup = goup - 0.5; } if (godown < movedown) { godown = godown + 0.5; } else if (godown > movedown) { godown = godown - 0.5; } } j = _root.i - 10; while (j <= _root.i) { if (this.hitTest(_root["bullet" + j]._x, _root["bullet" + j]._y) && (this.hitTest(_root["bullet" + j]))) { _root["bullet" + j].play(); if (_root.cheaton4 == true) { armor = 0; } if (_root["bullet" + j].active == true) { armor = armor - ((_root["bullet" + j].damage + random(5)) + 5); _root["bullet" + j].active = false; } } j++; } if ((this.hitTest(_root.ship.hitship1) || (this.hitTest(_root.ship.hitship2))) || (this.hitTest(_root.ship.hitship3))) { hitx = this._x - _root.ship._x; hity = _root.ship._y - this._y; hitangle = Math.atan(hity / hitx) / (Math.PI/180); if (hitx < 0) { hitangle = hitangle + 180; } if ((hitx >= 0) && (hity < 0)) { hitangle = hitangle + 360; } if (_root.shields > 0) { _root.ship.shield._rotation = hitangle * -1; if (_root.cheaton1 == false) { _root.shields = _root.shields - 40; } _root.ship.shield.gotoAndStop(2); } else { tellTarget (_root.shieldcount) { gotoAndPlay (3); }; _root.armor = _root.armor - 50; _root.ship.shield.gotoAndStop(4); } sendhity = int((Math.sin(hitangle * (Math.PI/180)) / (Math.PI/180)) / 8); sendhitx = int((Math.cos(hitangle * (Math.PI/180)) / (Math.PI/180)) / 8); if (sendhitx > 0) { _root.ship.moveleft = sendhitx; _root.ship.moveright = 0; goright = sendhitx; goleft = 0; } if (sendhitx < 0) { _root.ship.moveright = sendhitx * -1; _root.ship.moveleft = 0; goleft = sendhitx * -1; goright = 0; } if (sendhity < 0) { _root.ship.moveup = sendhity * -1; _root.ship.movedown = 0; godown = sendhity * -1; goup = 0; } if (sendhity > 0) { _root.ship.movedown = sendhity; _root.ship.moveup = 0; goup = sendhity; godown = 0; } } if ((armor < 100) && (smokeon == false)) { _root.enemies--; if (_root.enemies == 0) { _root.nextFrame(); } k = _root.j; duplicateMovieClip (_root.smokefollow, "smokefollow" + k, _root.j); _root["smokefollow" + k].gotoAndPlay(2); _root.j = _root.j + 1; smokeon = true; } if (smokeon == true) { if (armor >= 100) { _root["smokefollow" + k].removeMovieClip(); smokeon = false; } else { _root["smokefollow" + k].play(); _root["smokefollow" + k]._y = this._y; _root["smokefollow" + k]._x = this._x; } } if ((armor <= 0) && (dead == false)) { a = random(chance); if (a < 15) { p = random(5) + 1; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 25) { p = random(2) + 10; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } else if (a < 35) { p = random(4) + 6; duplicateMovieClip (_root["getpowerup" + p], "powerup" + _root.j, _root.j); _root["powerup" + _root.j]._x = this._x; _root["powerup" + _root.j]._y = this._y; _root["powerup" + _root.j].x = (random(10) - 5) / (random(5) + 5); _root["powerup" + _root.j].y = (random(10) - 5) / (random(5) + 5); _root.j = _root.j + 1; } _root.score = _root.score + 300; _root["smokefollow" + k].removeMovieClip(); if (_root.messages == 5) { removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Destroyed Attacker - +325 Points"; _root.kills = _root.kills + 1; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; i = _root.j; duplicateMovieClip (_root.explosion4S, "explosion" + i, _root.j); _root.j = _root.j + 1; _root["explosion" + i]._rotation = random(360) + 1; _root["explosion" + i]._x = this._x; _root["explosion" + i]._y = this._y; tellTarget (_root["explosion" + i]) { gotoAndPlay (2); }; play(); dead = true; } if (dead == true) { _root["explosion" + i]._x = this._x; _root["explosion" + i]._y = this._y; if (goright > 0) { goright = goright - 0.5; } if (goleft > 0) { goleft = goleft - 0.5; } if (goup > 0) { goup = goup - 0.5; } if (godown > 0) { godown = godown - 0.5; } } } }
Instance of Symbol 249 MovieClip "ebullet2" in Frame 118
onClipEvent (load) { damage = 7; active = true; } onClipEvent (enterFrame) { if ((active = true)) { if (_root.ship.hitTest(this._x, this._y)) { active = false; this.play(); hitx = this._x - _root.ship._x; hity = _root.ship._y - this._y; hitangle = Math.atan(hity / hitx) / (Math.PI/180); if (hitx < 0) { hitangle = hitangle + 180; } if ((hitx >= 0) && (hity < 0)) { hitangle = hitangle + 360; } if (_root.shields > 0) { _root.ship.shield._rotation = hitangle * -1; if (_root.cheaton1 == false) { _root.shields = _root.shields - damage; } _root.ship.shield.gotoAndStop(2); } else { tellTarget (_root.shieldcount) { gotoAndPlay (3); }; _root.armor = _root.armor - damage; _root.ship.shield.gotoAndStop(4); } } if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; } }
Instance of Symbol 251 MovieClip "bullet" in Frame 118
onClipEvent (load) { _root.shots = _root.shots + 1; active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; }
Instance of Symbol 253 MovieClip "slug" in Frame 118
onClipEvent (load) { _root.shots = _root.shots + 1; active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; }
Instance of Symbol 262 MovieClip "torpedo" in Frame 118
onClipEvent (load) { _root.shots = _root.shots + 1; active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; }
Instance of Symbol 271 MovieClip "missile" in Frame 118
onClipEvent (load) { _root.shots = _root.shots + 1; active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; }
Instance of Symbol 350 MovieClip "ship" in Frame 118
onClipEvent (load) { dead = false; smokeon = false; _root.weapon = 1; moveright = 0; moveleft = 0; moveup = 0; movedown = 0; } onClipEvent (enterFrame) { if ((_root.armor < 80) && (smokeon == false)) { duplicateMovieClip (_root.smokefollow, "smokefollowship", _root.j); _root.smokefollowship.gotoAndPlay(2); _root.j = _root.j + 1; smokeon = true; } if (smokeon == true) { if (_root.armor >= 80) { _root.smokefollowship.removeMovieClip(); smokeon = false; } else { _root.smokefollowship.play(); _root.smokefollowship._y = this._y; _root.smokefollowship._x = this._x; } } if ((_root.armor <= 0) && (dead == false)) { tellTarget (_root.deadplay) { play(); }; _root.smokefollowship.removeMovieClip(); if (_root.messages == 5) { removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "You have died. Mission failed..."; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; duplicateMovieClip (_root.explosion1S, "explosionship", _root.j); _root.j = _root.j + 1; _root.explosionship._rotation = random(360) + 1; _root.explosionship._x = this._x; _root.explosionship._y = this._y; tellTarget (_root.explosionship) { gotoAndPlay (2); }; play(); dead = true; } if (dead == true) { _root.explosionship._x = this._x; _root.explosionship._y = this._y; } if (((Key.isDown(39) || (Key.isDown(68))) && (dead == false)) && (_root.canmove == true)) { if (this.hitTest(_root.rightwall)) { } else if (moveright < _root.speed) { moveright = moveright + 1; } } else if (moveright > 0) { moveright = moveright - 0.5; } this._x = this._x + moveright; if (((Key.isDown(37) || (Key.isDown(65))) && (dead == false)) && (_root.canmove == true)) { if (this.hitTest(_root.leftwall)) { } else if (moveleft < _root.speed) { moveleft = moveleft + 1; } } else if (moveleft > 0) { moveleft = moveleft - 0.5; } this._x = this._x - moveleft; if (((Key.isDown(38) || (Key.isDown(87))) && (dead == false)) && (_root.canmove == true)) { if (this.hitTest(_root.upperwall)) { } else if (moveup < _root.speed) { moveup = moveup + 1; } } else if (moveup > 0) { moveup = moveup - 0.5; } this._y = this._y - moveup; if (((Key.isDown(40) || (Key.isDown(83))) && (dead == false)) && (_root.canmove == true)) { if (this.hitTest(_root.lowerwall)) { } else if (movedown < _root.speed) { movedown = movedown + 1; } } else if (movedown > 0) { movedown = movedown - 0.5; } this._y = this._y + movedown; if (moveright < 0) { moveright = 0; } if (moveleft < 0) { moveleft = 0; } if (moveup < 0) { moveup = 0; } if (movedown < 0) { movedown = 0; } }
Instance of Symbol 357 MovieClip "getpowerup10" in Frame 118
onClipEvent (load) { active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (active == true)) { active = false; this.play(); _root.torpedos = _root.torpedos + 3; if (_root.torpedos > 99) { _root.torpedos = 99; } if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Torpedos Aquired - 3"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; } }
Instance of Symbol 360 MovieClip "getpowerup9" in Frame 118
onClipEvent (load) { active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (active == true)) { this.play(); active = false; _root.armor = _root.armor + 200; if (_root.armor > _root.maxarmor) { _root.armor = _root.maxarmor; } if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Armor Pickup Aquired"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; } }
Instance of Symbol 362 MovieClip "getpowerup2" in Frame 118
onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (_root.rechargeup == false)) { _root.showrechargeup._x = 823 - (_root.powerups * 50); tellTarget (_root.showrechargeup) { play(); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Energy Recharge Rate Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } else if (_root.ship.hitTest(this._x, this._y)) { tellTarget (_root.showrechargeup) { gotoAndPlay (3); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Energy Recharge Rate Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } }
Instance of Symbol 364 MovieClip "getpowerup1" in Frame 118
onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (_root.speedup == false)) { _root.showspeedup._x = 823 - (_root.powerups * 50); tellTarget (_root.showspeedup) { play(); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Ship Speed Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } else if (_root.ship.hitTest(this._x, this._y)) { tellTarget (_root.showspeedup) { gotoAndPlay (3); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Ship Speed Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } }
Instance of Symbol 366 MovieClip "getpowerup5" in Frame 118
onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (_root.srechargeup == false)) { _root.showsrechargeup._x = 823 - (_root.powerups * 50); tellTarget (_root.showsrechargeup) { play(); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Shield Recharge Rate Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } else if (_root.ship.hitTest(this._x, this._y)) { tellTarget (_root.showsrechargeup) { gotoAndPlay (3); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Shield Recharge Rate Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } }
Instance of Symbol 368 MovieClip "getpowerup3" in Frame 118
onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (_root.maxenergyup == false)) { _root.showmaxenergyup._x = 823 - (_root.powerups * 50); tellTarget (_root.showmaxenergyup) { play(); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Maximum Weapon Energy Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } else if (_root.ship.hitTest(this._x, this._y)) { tellTarget (_root.showmaxenergyup) { gotoAndPlay (3); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Maximum Weapon Energy Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } }
Instance of Symbol 370 MovieClip "getpowerup4" in Frame 118
onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (_root.powerup == false)) { _root.showpowerup._x = 823 - (_root.powerups * 50); tellTarget (_root.showpowerup) { play(); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Weapon Power Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } else if (_root.ship.hitTest(this._x, this._y)) { tellTarget (_root.showpowerup) { gotoAndPlay (3); }; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Weapon Power Increased - 30 Seconds"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; this.removeMovieClip(); } }
Instance of Symbol 372 MovieClip "getpowerup8" in Frame 118
onClipEvent (load) { active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (active == true)) { active = false; this.play(); _root.armor = _root.maxarmor; _root.shields = _root.maxshields; _root.energy = _root.maxenergy; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Full Regeneration Pickup Aquired"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; } }
Instance of Symbol 374 MovieClip "getpowerup7" in Frame 118
onClipEvent (load) { active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (active == true)) { active = false; this.play(); _root.armor = _root.armor + (_root.maxarmor / 2); _root.shields = _root.shields + (_root.maxshields / 2); if (_root.armor > _root.maxarmor) { _root.armor = _root.maxarmor; } if (_root.shields > _root.maxshields) { _root.shields = _root.maxshields; } if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Half Regeneration Pickup Aquired"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; } }
Instance of Symbol 376 MovieClip "getpowerup6" in Frame 118
onClipEvent (load) { active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (active == true)) { active = false; this.play(); _root.shields = _root.shields + 150; if (_root.shields > _root.maxshields) { _root.shields = _root.maxshields; } if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Shield Pickup Aquired"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; } }
Instance of Symbol 381 MovieClip "smoke" in Frame 118
onClipEvent (enterFrame) { if (del == true) { this.removeMovieClip(); } if (this.hitTest(_root.ship)) { if ((_root.ship.moveright > 0) && (this.x < 1)) { this.x = this.x + 0.1; } if ((_root.ship.moveleft > 0) && (this.x > -1)) { this.x = this.x - 0.1; } if ((_root.ship.moveup > 0) && (this.y > -1)) { this.y = this.y - 0.1; } if ((_root.ship.movedown > 0) && (this.y < 1)) { this.y = this.y + 0.1; } } this._x = this._x + x; this._y = this._y + y; }
Instance of Symbol 386 MovieClip "debris" in Frame 118
onClipEvent (enterFrame) { this._x = this._x + x; this._y = this._y + y; }
Instance of Symbol 449 MovieClip "getpowerup11" in Frame 118
onClipEvent (load) { active = true; } onClipEvent (enterFrame) { if ((((this._x > 875) || (this._x < -25)) || (this._y < -25)) || (this._y > 625)) { this.removeMovieClip(); } this._x = this._x + x; this._y = this._y + y; if (_root.ship.hitTest(this._x, this._y) && (active == true)) { active = false; this.play(); _root.missiles = _root.missiles + 4; if (_root.missiles > 99) { _root.missiles = 99; } if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Missiles Aquired - 4"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1; } }
Instance of Symbol 492 MovieClip "energybar" in Frame 118
onClipEvent (load) { this.gotoAndStop(100); this.swapDepths(100001); } onClipEvent (enterFrame) { if (_root.ship.dead == false) { this.gotoAndStop(int((_root.energy / _root.maxenergy) * 100)); } else { this.gotoAndStop(1); } if (_root.energy < _root.maxenergy) { _root.energy = _root.energy + _root.recharge; } }
Instance of Symbol 501 MovieClip "weaponhud" in Frame 118
onClipEvent (load) { this.swapDepths(100000); }
Instance of Symbol 526 MovieClip "hullhud" in Frame 118
onClipEvent (load) { this.swapDepths(100003); }
Instance of Symbol 539 MovieClip "showmaxenergyup" in Frame 118
onClipEvent (load) { this.swapDepths(100008); } onClipEvent (enterFrame) { if (_root.ship.dead == true) { this.gotoAndStop(1); this._x = 950; } }
Instance of Symbol 549 MovieClip "showsrechargeup" in Frame 118
onClipEvent (load) { this.swapDepths(100009); } onClipEvent (enterFrame) { if (_root.ship.dead == true) { this.gotoAndStop(1); this._x = 950; } }
Instance of Symbol 552 MovieClip "showmessage" in Frame 118
onClipEvent (enterFrame) { if (remove == true) { this.removeMovieClip(); } if (this._y <= 506) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); this._y = this._y + 14; _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } }
Instance of Symbol 557 MovieClip "shieldcount" in Frame 118
onClipEvent (enterFrame) { if ((_root.canrecharge == true) && (_root.shields < _root.maxshields)) { _root.shields = _root.shields + _root.srecharge; } if (_root.ship.dead == true) { _root.shields = 0; } if ((_root.canrecharge == false) && (_root.shields > 0)) { this.gotoAndStop(1); } if ((_root.shields <= 0) && (_root.ship.dead == false)) { _root.canrecharge = false; this.play(); } } onClipEvent (enterFrame) { if (_root.shields < 0) { _root.shields = 0; } if (_root.shields > _root.maxshields) { _root.shields = _root.maxshields; } }
Instance of Symbol 559 MovieClip "schargehud" in Frame 118
onClipEvent (load) { this.swapDepths(100004); } onClipEvent (enterFrame) { if ((_root.canrecharge == false) && (_root.ship.dead == false)) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 562 MovieClip "scorehud" in Frame 118
onClipEvent (load) { this.swapDepths(100002); }
Instance of Symbol 572 MovieClip "showpowerup" in Frame 118
onClipEvent (load) { this.swapDepths(100005); } onClipEvent (enterFrame) { if (_root.ship.dead == true) { this.gotoAndStop(1); this._x = 950; } }
Instance of Symbol 582 MovieClip "showrechargeup" in Frame 118
onClipEvent (load) { this.swapDepths(100006); } onClipEvent (enterFrame) { if (_root.ship.dead == true) { this.gotoAndStop(1); this._x = 950; } }
Instance of Symbol 592 MovieClip "showspeedup" in Frame 118
onClipEvent (load) { this.swapDepths(100007); } onClipEvent (enterFrame) { if (_root.ship.dead == true) { this.gotoAndStop(1); this._x = 950; } }
Instance of Symbol 594 MovieClip "deadplay" in Frame 118
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 22 MovieClip "musiccontroller" in Frame 118
onClipEvent (load) { testplay = false; havesong = false; if ((((((_root.song1on == false) && (_root.song2on == false)) && (_root.song3on == false)) && (_root.song4on == false)) && (_root.song5on == false)) && (_root.song6on == false)) { this.gotoAndStop(1); } else { while (havesong == false) { gotosong = random(6); if ((gotosong == 0) && (_root.song1on == true)) { havesong = true; this.gotoAndStop(6); } else if ((gotosong == 1) && (_root.song2on == true)) { havesong = true; this.gotoAndStop(8); } else if ((gotosong == 2) && (_root.song3on == true)) { havesong = true; this.gotoAndStop(5); } else if ((gotosong == 3) && (_root.song4on == true)) { havesong = true; this.gotoAndStop(2); } else if ((gotosong == 4) && (_root.song5on == true)) { havesong = true; this.gotoAndStop(3); } else if ((gotosong == 5) && (_root.song6on == true)) { havesong = true; this.gotoAndStop(7); } } } }
Instance of Symbol 96 MovieClip "crosshair" in Frame 118
onClipEvent (load) { _root.crosshaircolor = new Color(_root.crosshair); this.swapDepths(1000010); this.startDrag(true); this.gotoAndStop(_root.crosshairnum); if (_root.crosshaircolornum == 1) { _root.crosshaircolor.setRGB(16777215); } if (_root.crosshaircolornum == 2) { _root.crosshaircolor.setRGB(16711680); } if (_root.crosshaircolornum == 3) { _root.crosshaircolor.setRGB(65280); } if (_root.crosshaircolornum == 4) { _root.crosshaircolor.setRGB(255); } if (_root.crosshaircolornum == 5) { _root.crosshaircolor.setRGB(16776960); } if (_root.crosshaircolornum == 6) { _root.crosshaircolor.setRGB(65535); } if (_root.crosshaircolornum == 7) { _root.crosshaircolor.setRGB(16711935); } } onClipEvent (enterFrame) { x = this._x - _root.ship._x; y = _root.ship._y - this._y; angle = Math.atan(y / x) / (Math.PI/180); if (x < 0) { angle = angle + 180; } if ((x >= 0) && (y < 0)) { angle = angle + 360; } _root.ship.turret._rotation = angle * -1; }
Frame 142
stop(); spawnAsteroid1();
Frame 143
spawnAsteroid2(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid1();
Frame 144
spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid1(); spawnAsteroid1();
Frame 145
spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid1(); spawnMine2();
Frame 146
spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid2(); spawnMine2(); spawnMine2();
Frame 147
spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid2(); spawnMine2(); spawnMine1(); spawnMine1();
Frame 148
spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid2(); spawnMine2(); spawnMine1(); spawnMine1(); spawnMine2();
Frame 149
spawnMine2(); spawnMine2(); spawnMine2(); spawnMine2(); spawnMine1(); spawnMine1();
Frame 150
spawnMine1(); spawnMine1(); spawnMine1(); spawnMine1(); spawnMine1(); spawnMine2();
Frame 151
spawnMine2(); spawnMine2(); spawnMine2(); spawnMine2(); spawnMine2(); spawnMine2();
Frame 152
spawnMine2(); spawnMine2(); spawnMine2(); spawnMine1(); spawnMine1(); spawnMine1(); spawnAsteroid2(); spawnAsteroid1();
Frame 153
spawnAsteroid2(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid1();
Frame 154
spawnAsteroid2(); spawnAsteroid1(); spawnAsteroid2(); spawnShip1();
Frame 155
spawnAsteroid2(); spawnAsteroid1(); spawnMine2(); spawnShip1();
Frame 156
spawnAsteroid2(); spawnAsteroid1(); spawnShip1(); spawnShip1();
Frame 157
spawnAsteroid2(); spawnAsteroid1(); spawnMine2(); spawnShip1(); spawnShip1();
Frame 158
spawnAsteroid2(); spawnMine1(); spawnMine2(); spawnShip1();
Frame 159
spawnMine2(); spawnMine2(); spawnMine2(); spawnShip1();
Frame 160
spawnMine1(); spawnMine1(); spawnMine2(); spawnMine2(); spawnShip1(); spawnShip1();
Frame 161
spawnShip1(); spawnShip1(); spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid2(); spawnMine1();
Frame 162
spawnShip2(); spawnMine2();
Frame 163
spawnShip2(); spawnMine1(); spawnMine1();
Frame 164
spawnMine1(); spawnMine1(); spawnMine1(); spawnShip2(); spawnAsteroid1(); spawnAsteroid2();
Frame 165
spawnShip2(); spawnShip2(); spawnMine2();
Frame 166
spawnShip2(); spawnShip2(); spawnShip1();
Frame 167
spawnShip2(); spawnShip2(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid1();
Frame 168
spawnShip1(); spawnShip1(); spawnShip2();
Frame 169
spawnShip1(); spawnShip1(); spawnShip1(); spawnShip1();
Frame 170
spawnShip1(); spawnShip2(); spawnShip2();
Frame 171
spawnShip1(); spawnShip1(); spawnShip2(); spawnShip2(); spawnShip1();
Frame 172
spawnShip2(); spawnShip2(); spawnShip2(); spawnShip2();
Frame 173
spawnShip2(); spawnShip2(); spawnShip2(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid1();
Frame 174
spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid1(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid2(); spawnAsteroid2();
Frame 175
spawnMine1(); spawnMine1(); spawnMine2(); spawnShip1(); spawnShip1(); spawnShip2();
Frame 176
spawnShip1(); spawnShip1(); spawnShip1(); spawnShip1(); spawnShip1();
Frame 177
spawnShip1(); spawnShip1(); spawnShip2(); spawnShip2(); spawnShip2();
Frame 178
play();
Frame 197
removeMovieClip(_root.weaponhud); removeMovieClip(_root.energybar); removeMovieClip(_root.scorehud); removeMovieClip(_root.endmhud); removeMovieClip(_root.crosshair); removeMovieClip(_root.hullhud); removeMovieClip(_root.schargehud); removeMovieClip(_root.showpowerup); removeMovieClip(_root.showrechargeup); removeMovieClip(_root.showspeedup); removeMovieClip(_root.showenergyup); removeMovieClip(_root.showsrechargeup); tellTarget (_root.ship) { play(); }; clearInterval(stoptime); a = 0; while (a <= j) { removeMovieClip(_root["enemy" + a]); removeMovieClip(_root["powerup" + a]); a++; } deleteenemies = true;
Instance of Symbol 194 MovieClip in Frame 204
onClipEvent (load) { this.gotoAndStop(_root.mission); }
Instance of Symbol 12 MovieClip in Frame 232
onClipEvent (load) { mouse.hide(); this.startDrag(true); }
Frame 246
if (difficulty == "Recruit") { multi = 1; } if (difficulty == "Veteran") { multi = 1.5; } if (difficulty == "Elite") { multi = 2; } code = random(5); if (code == 0) { code = "Prophecy agent"; } else if (code == 1) { code = "Power to the masses"; } else if (code == 2) { code = "Fully loaded"; } else if (code == 3) { code = "Achilles bit the dust"; } else if (code == 4) { code = "Turbo charged"; } accuracy = int((hits / shots) * 100); bonus = int(((accuracy * 5) + (multi * kills)) + (time / 10)); fscore = score + bonus; mins = 0; time = int(time); while (time >= 60) { mins = mins + 1; time = time - 60; } if (time < 10) { time = "0" + time; } ftime = (mins + ":") + time; if ((fscore > highscore) and (!ischeating)) { highscore = fscore; savefile.data.hscore = _root.fscore; }
Frame 247
stop(); deleteenemies = false;
Frame 276
gotoAndPlay (20);
Symbol 7 MovieClip Frame 100
stop();
Symbol 15 MovieClip Frame 1664
havesong = false; while (havesong == false) { gotosong = random(6); if ((gotosong == 0) && (_root.song1on == true)) { havesong = true; _parent.gotoAndStop(6); } else if ((gotosong == 1) && (_root.song2on == true)) { havesong = true; _parent.gotoAndStop(8); } else if ((gotosong == 2) && (_root.song3on == true)) { havesong = true; _parent.gotoAndStop(5); } else if ((gotosong == 3) && (_root.song4on == true)) { havesong = true; _parent.gotoAndStop(2); } else if ((gotosong == 4) && (_root.song5on == true)) { havesong = true; _parent.gotoAndStop(3); } else if ((gotosong == 5) && (_root.song6on == true)) { havesong = true; _parent.gotoAndStop(7); } }
Symbol 16 MovieClip Frame 2227
havesong = false; while (havesong == false) { gotosong = random(6); if ((gotosong == 0) && (_root.song1on == true)) { havesong = true; _parent.gotoAndStop(6); } else if ((gotosong == 1) && (_root.song2on == true)) { havesong = true; _parent.gotoAndStop(8); } else if ((gotosong == 2) && (_root.song3on == true)) { havesong = true; _parent.gotoAndStop(5); } else if ((gotosong == 3) && (_root.song4on == true)) { havesong = true; _parent.gotoAndStop(2); } else if ((gotosong == 4) && (_root.song5on == true)) { havesong = true; _parent.gotoAndStop(3); } else if ((gotosong == 5) && (_root.song6on == true)) { havesong = true; _parent.gotoAndStop(7); } }
Symbol 18 MovieClip Frame 1248
havesong = false; while (havesong == false) { gotosong = random(6); if ((gotosong == 0) && (_root.song1on == true)) { havesong = true; _parent.gotoAndStop(6); } else if ((gotosong == 1) && (_root.song2on == true)) { havesong = true; _parent.gotoAndStop(8); } else if ((gotosong == 2) && (_root.song3on == true)) { havesong = true; _parent.gotoAndStop(5); } else if ((gotosong == 3) && (_root.song4on == true)) { havesong = true; _parent.gotoAndStop(2); } else if ((gotosong == 4) && (_root.song5on == true)) { havesong = true; _parent.gotoAndStop(3); } else if ((gotosong == 5) && (_root.song6on == true)) { havesong = true; _parent.gotoAndStop(7); } }
Symbol 19 MovieClip Frame 2135
havesong = false; while (havesong == false) { gotosong = random(6); if ((gotosong == 0) && (_root.song1on == true)) { havesong = true; _parent.gotoAndStop(6); } else if ((gotosong == 1) && (_root.song2on == true)) { havesong = true; _parent.gotoAndStop(8); } else if ((gotosong == 2) && (_root.song3on == true)) { havesong = true; _parent.gotoAndStop(5); } else if ((gotosong == 3) && (_root.song4on == true)) { havesong = true; _parent.gotoAndStop(2); } else if ((gotosong == 4) && (_root.song5on == true)) { havesong = true; _parent.gotoAndStop(3); } else if ((gotosong == 5) && (_root.song6on == true)) { havesong = true; _parent.gotoAndStop(7); } }
Symbol 20 MovieClip Frame 1560
havesong = false; while (havesong == false) { gotosong = random(6); if ((gotosong == 0) && (_root.song1on == true)) { havesong = true; _parent.gotoAndStop(6); } else if ((gotosong == 1) && (_root.song2on == true)) { havesong = true; _parent.gotoAndStop(8); } else if ((gotosong == 2) && (_root.song3on == true)) { havesong = true; _parent.gotoAndStop(5); } else if ((gotosong == 3) && (_root.song4on == true)) { havesong = true; _parent.gotoAndStop(2); } else if ((gotosong == 4) && (_root.song5on == true)) { havesong = true; _parent.gotoAndStop(3); } else if ((gotosong == 5) && (_root.song6on == true)) { havesong = true; _parent.gotoAndStop(7); } }
Symbol 21 MovieClip Frame 1767
havesong = false; while (havesong == false) { gotosong = random(6); if ((gotosong == 0) && (_root.song1on == true)) { havesong = true; _parent.gotoAndStop(6); } else if ((gotosong == 1) && (_root.song2on == true)) { havesong = true; _parent.gotoAndStop(8); } else if ((gotosong == 2) && (_root.song3on == true)) { havesong = true; _parent.gotoAndStop(5); } else if ((gotosong == 3) && (_root.song4on == true)) { havesong = true; _parent.gotoAndStop(2); } else if ((gotosong == 4) && (_root.song5on == true)) { havesong = true; _parent.gotoAndStop(3); } else if ((gotosong == 5) && (_root.song6on == true)) { havesong = true; _parent.gotoAndStop(7); } }
Symbol 22 MovieClip Frame 1
stop();
Symbol 50 Button
on (press) { gotoAndStop (117); }
Symbol 51 Button
on (press) { gotoAndPlay (70); }
Symbol 52 Button
on (press) { gotoAndPlay (50); }
Symbol 53 Button
on (press) { _root.gotoAndPlay("gotogame"); }
Symbol 54 Button
on (press) { getURL ("http://www.gamesofgondor.com", "_blank"); }
Symbol 60 Button
on (press) { tellTarget (_root) { play(); }; tellTarget (_root.musiccontroller) { gotoAndStop (1); }; }
Symbol 65 Button
on (press) { _root.difficulty = "Veteran"; tellTarget (difficultyhover) { gotoAndStop (2); }; }
Symbol 66 Button
on (press) { _root.difficulty = "Elite"; tellTarget (difficultyhover) { gotoAndStop (3); }; }
Symbol 67 Button
on (press) { _root.difficulty = "Recruit"; tellTarget (difficultyhover) { gotoAndStop (1); }; }
Symbol 68 Button
on (press) { _root._quality = "LOW"; tellTarget (qualityhover) { gotoAndStop (1); }; }
Symbol 69 Button
on (press) { _root._quality = "MEDIUM"; tellTarget (qualityhover) { gotoAndStop (2); }; }
Symbol 70 Button
on (press) { _root._quality = "HIGH"; tellTarget (qualityhover) { gotoAndStop (3); }; }
Symbol 71 Button
on (press) { _root.subtitles = true; tellTarget (subtitleshover) { gotoAndStop (1); }; }
Symbol 72 Button
on (press) { _root.subtitles = false; tellTarget (subtitleshover) { gotoAndStop (2); }; }
Symbol 73 Button
on (press) { _root.song1on = true; tellTarget (song1hover) { gotoAndStop (1); }; }
Symbol 74 Button
on (press) { _root.song1on = false; tellTarget (song1hover) { gotoAndStop (2); }; }
Symbol 75 Button
on (press) { _root.song2on = true; tellTarget (song2hover) { gotoAndStop (1); }; }
Symbol 76 Button
on (press) { _root.song2on = false; tellTarget (song2hover) { gotoAndStop (2); }; }
Symbol 77 Button
on (press) { _root.song3on = true; tellTarget (song3hover) { gotoAndStop (1); }; }
Symbol 78 Button
on (press) { _root.song3on = false; tellTarget (song3hover) { gotoAndStop (2); }; }
Symbol 79 Button
on (press) { _root.song4on = true; tellTarget (song4hover) { gotoAndStop (1); }; }
Symbol 80 Button
on (press) { _root.song4on = false; tellTarget (song4hover) { gotoAndStop (2); }; }
Symbol 81 Button
on (press) { _root.song5on = true; tellTarget (song5hover) { gotoAndStop (1); }; }
Symbol 82 Button
on (press) { _root.song5on = false; tellTarget (song5hover) { gotoAndStop (2); }; }
Symbol 83 Button
on (press) { _root.song6on = true; tellTarget (song6hover) { gotoAndStop (1); }; }
Symbol 84 Button
on (press) { _root.song6on = false; tellTarget (song6hover) { gotoAndStop (2); }; }
Symbol 102 Button
on (press) { if (_root.crosshaircolornum == 7) { _root.crosshaircolornum = 1; } else { _root.crosshaircolornum++; } crosshaircolordisp.gotoAndStop(_root.crosshaircolornum); }
Symbol 103 Button
on (press) { if (_root.crosshaircolornum == 1) { _root.crosshaircolornum = 7; } else { _root.crosshaircolornum--; } crosshaircolordisp.gotoAndStop(_root.crosshaircolornum); }
Symbol 104 Button
on (press) { if (_root.crosshairnum == 11) { _root.crosshairnum = 1; } else { _root.crosshairnum++; } showcrosshair.gotoAndStop(_root.crosshairnum); }
Symbol 105 Button
on (press) { if (_root.crosshairnum == 1) { _root.crosshairnum = 11; } else { _root.crosshairnum--; } showcrosshair.gotoAndStop(_root.crosshairnum); }
Symbol 127 MovieClip Frame 1
_parent.showcrosshaircolor.setRGB(16777215);
Symbol 127 MovieClip Frame 2
_parent.showcrosshaircolor.setRGB(16711680);
Symbol 127 MovieClip Frame 3
_parent.showcrosshaircolor.setRGB(65280);
Symbol 127 MovieClip Frame 4
_parent.showcrosshaircolor.setRGB(255);
Symbol 127 MovieClip Frame 5
_parent.showcrosshaircolor.setRGB(16776960);
Symbol 127 MovieClip Frame 6
_parent.showcrosshaircolor.setRGB(65535);
Symbol 127 MovieClip Frame 7
_parent.showcrosshaircolor.setRGB(16711935);
Symbol 131 Button
on (press) { tellTarget (_root.musiccontroller) { gotoAndStop (6); }; tellTarget (showplaying) { gotoAndStop (2); }; }
Symbol 134 Button
on (press) { tellTarget (_root.musiccontroller) { gotoAndStop (1); }; this.gotoAndStop(1); }
Symbol 136 Button
on (press) { tellTarget (_root.musiccontroller) { gotoAndStop (8); }; tellTarget (showplaying) { gotoAndStop (2); }; }
Symbol 137 Button
on (press) { tellTarget (_root.musiccontroller) { gotoAndStop (5); }; tellTarget (showplaying) { gotoAndStop (2); }; }
Symbol 138 Button
on (press) { tellTarget (_root.musiccontroller) { gotoAndStop (2); }; tellTarget (showplaying) { gotoAndStop (2); }; }
Symbol 139 Button
on (press) { tellTarget (_root.musiccontroller) { gotoAndStop (3); }; tellTarget (showplaying) { gotoAndStop (2); }; }
Symbol 140 Button
on (press) { tellTarget (_root.musiccontroller) { gotoAndStop (7); }; tellTarget (showplaying) { gotoAndStop (2); }; }
Symbol 141 MovieClip Frame 1
showcrosshaircolor = new Color(showcrosshair);
Instance of Symbol 96 MovieClip "showcrosshair" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.crosshairnum); }
Instance of Symbol 109 MovieClip "difficultyhover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.difficulty); }
Instance of Symbol 113 MovieClip "qualityhover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root._quality); }
Instance of Symbol 116 MovieClip "subtitleshover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { if (_root.subtitles == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 119 MovieClip "song1hover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { if (_root.song1on == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 119 MovieClip "song2hover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { if (_root.song2on == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 119 MovieClip "song3hover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { if (_root.song3on == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 119 MovieClip "song4hover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { if (_root.song4on == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 119 MovieClip "song5hover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { if (_root.song5on == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 119 MovieClip "song6hover" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { if (_root.song6on == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } }
Instance of Symbol 127 MovieClip "crosshaircolordisp" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.crosshaircolornum); }
Instance of Symbol 135 MovieClip "showplaying" in Symbol 141 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(1); }
Symbol 144 Button
on (press) { if (_root.havecheat1 == false) { tellTarget (cheat1hover) { play(); }; } else { tellTarget (cheat1hover) { gotoAndStop (10); }; _root.cheaton1 = true; } }
Symbol 145 Button
on (press) { _root.cheat1on = false; tellTarget (cheat1hover) { gotoAndStop (1); }; }
Symbol 146 Button
on (press) { if (_root.havecheat2 == false) { tellTarget (cheat2hover) { play(); }; } else { tellTarget (cheat2hover) { gotoAndStop (10); }; _root.cheaton2 = true; } }
Symbol 147 Button
on (press) { _root.cheat2on = false; tellTarget (cheat2hover) { gotoAndStop (1); }; }
Symbol 148 Button
on (press) { if (_root.havecheat3 == false) { tellTarget (cheat3hover) { play(); }; } else { tellTarget (cheat3hover) { gotoAndStop (10); }; _root.cheaton3 = true; } }
Symbol 149 Button
on (press) { _root.cheat3on = false; tellTarget (cheat3hover) { gotoAndStop (1); }; }
Symbol 150 Button
on (press) { if (_root.havecheat4 == false) { tellTarget (cheat4hover) { play(); }; } else { tellTarget (cheat4hover) { gotoAndStop (10); }; _root.cheaton4 = true; } }
Symbol 151 Button
on (press) { _root.cheat4on = false; tellTarget (cheat4hover) { gotoAndStop (1); }; }
Symbol 152 Button
on (press) { if (_root.havecheat5 == false) { tellTarget (cheat5hover) { play(); }; } else { tellTarget (cheat5hover) { gotoAndStop (10); }; _root.cheaton5 = true; } }
Symbol 153 Button
on (press) { _root.cheat5on = false; tellTarget (cheat5hover) { gotoAndStop (1); }; }
Symbol 156 Button
on (press) { if ((((((_root.cheaton1 == true) || (_root.cheaton2 == true)) || (_root.cheaton3 == true)) || (_root.cheaton4 == true)) || (_root.cheaton5 == true)) || (_root.cheaton6 == true)) { _root.ischeating = true; } else { _root.ischeating = false; } tellTarget (_root) { play(); }; }
Symbol 161 Button
on (press) { getURL ("http://www.newgrounds.com/portal/view.php?id=191795", "_blank"); }
Symbol 166 Button
on (press) { if (code == "Prophecy agent") { _root.havecheat1 = true; code = "Unlocked Cheat!"; } else if (code == "Power to the masses") { _root.havecheat2 = true; code = "Unlocked Cheat!"; } else if (code == "Fully loaded") { _root.havecheat3 = true; code = "Unlocked Cheat!"; } else if (code == "Achilles bit the dust") { _root.havecheat4 = true; code = "Unlocked Cheat!"; } else if (code == "Turbo charged") { _root.havecheat5 = true; code = "Unlocked Cheat!"; } else if (code == "Not a code...") { code = "Try typing something else in first"; } else if (code == "Try typing something else in first") { code = "You don't listen very well..."; } else if (code == "You don't listen very well...") { code = "You have a keyboard. Use it."; } else if (code == "You have a keyboard. Use it.") { code = "I dare you to hit that one more time."; } else if (code == "I dare you to hit that one more time.") { code = "Well I can't really do much..."; } else if (code == "Well I can't really do much...") { code = "I'm done talking to you."; } else if (((code == "sex") || (code == "sexy")) || (code == "naked")) { code = "This is not a porno game"; } else if (code == "George Bush") { code = "Oh great. Another four years..."; } else if (code == "Star Wars") { code = "Use the force!"; } else if (code == "1337") { code = "I r teh haxx0rz j00 n00b. w00t11@!!"; } else { code = "Not a code..."; } }
Symbol 170 MovieClip Frame 9
gotoAndStop (1);
Symbol 174 MovieClip Frame 1
code = "Enter Code Here"; stop();
Instance of Symbol 170 MovieClip "cheat1hover" in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.cheaton1 == true) { this.gotoAndStop(10); } else { this.gotoAndStop(1); } }
Instance of Symbol 170 MovieClip "cheat2hover" in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.cheaton2 == true) { this.gotoAndStop(10); } else { this.gotoAndStop(1); } }
Instance of Symbol 170 MovieClip "cheat3hover" in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.cheaton3 == true) { this.gotoAndStop(10); } else { this.gotoAndStop(1); } }
Instance of Symbol 170 MovieClip "cheat4hover" in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.cheaton4 == true) { this.gotoAndStop(10); } else { this.gotoAndStop(1); } }
Instance of Symbol 170 MovieClip "cheat5hover" in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.cheaton5 == true) { this.gotoAndStop(10); } else { this.gotoAndStop(1); } }
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.havecheat1 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.havecheat1 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.havecheat2 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.havecheat2 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.havecheat3 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.havecheat3 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.havecheat4 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.havecheat4 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (load) { if (_root.havecheat5 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (_root.havecheat5 == true) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 180 Button
on (press) { gotoAndPlay (20); }
Symbol 185 Button
on (press) { getURL ("http://www.gamesofgondor.com", "_blank"); }
Symbol 202 Button
on (rollOver) { _root.shiptarget = tagnum; } on (rollOut) { _root.shiptarget = "none"; }
Symbol 208 MovieClip Frame 1
stop();
Instance of Symbol 207 MovieClip in Symbol 208 MovieClip Frame 2
onClipEvent (load) { this.gotoAndStop(random(4) + 1); }
Symbol 208 MovieClip Frame 3
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 208 MovieClip Frame 5
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 208 MovieClip Frame 7
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 208 MovieClip Frame 8
this.removeMovieClip(); stop();
Symbol 210 MovieClip Frame 1
stop();
Instance of Symbol 207 MovieClip in Symbol 210 MovieClip Frame 2
onClipEvent (load) { this.gotoAndStop(random(4) + 1); }
Symbol 210 MovieClip Frame 3
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 210 MovieClip Frame 5
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 210 MovieClip Frame 7
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 210 MovieClip Frame 8
this.removeMovieClip(); stop();
Instance of Symbol 215 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(40) + 1); }
Instance of Symbol 215 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(40) + 1); }
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 7
this.removeMovieClip(); stop();
Instance of Symbol 215 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(40) + 1); }
Instance of Symbol 215 MovieClip in Symbol 219 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(40) + 1); }
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 7
this.removeMovieClip(); stop();
Symbol 222 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 2
this.removeMovieClip();
Symbol 232 MovieClip Frame 3
duplicateMovieClip (_root.ebullet, "ebullet" + _root.j, _root.j); setProperty(_root["ebullet" + _root.j], _rotation , angle * -1); _root["ebullet" + _root.j].y = (Math.sin((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3; _root["ebullet" + _root.j].x = (Math.cos((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3; _root["ebullet" + _root.j]._y = _parent._y + ((Math.sin((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3); _root["ebullet" + _root.j]._x = _parent._x + ((Math.cos((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3); _root.j = _root.j + 1;
Symbol 232 MovieClip Frame 6
shots = shots - 1;
Symbol 233 MovieClip Frame 1
stop();
Instance of Symbol 227 MovieClip in Symbol 233 MovieClip Frame 1
onClipEvent (load) { this.gotoAndPlay(random(90) + 1); }
Instance of Symbol 232 MovieClip "turret" in Symbol 233 MovieClip Frame 1
onClipEvent (load) { shots = 10; wait = 0; endwait = 0; active = true; } onClipEvent (enterFrame) { if (((_root.ship.dead == false) && (_parent.dead == false)) && (_parent.active == true)) { if (shots > 0) { this.play; } else if (active == true) { this.gotoAndStop(1); active = false; wait = 0; endwait = random(40) + 20; } if ((active == false) && (wait < endwait)) { wait = wait + 1; } else if (active == false) { shots = random(10) + 5; active = true; this.play(); } tx = _root.ship._x - _parent._x; ty = _parent._y - _root.ship._y; x = ((_root.ship._x + (_root.ship.moveright * (5 + (Math.abs(ty) / 90)))) - (_root.ship.moveleft * (5 + (Math.abs(ty) / 40)))) - _parent._x; y = ((_parent._y - (_root.ship.movedown * (5 + (Math.abs(tx) / 90)))) + (_root.ship.moveup * (5 + (Math.abs(tx) / 40)))) - _root.ship._y; angle = Math.atan(y / x) / (Math.PI/180); if (x < 0) { angle = angle + 180; } if ((x >= 0) && (y < 0)) { angle = angle + 360; } this._rotation = angle * -1; } else { this.gotoAndStop(1); } }
Instance of Symbol 232 MovieClip "turret" in Symbol 233 MovieClip Frame 6
onClipEvent (load) { shots = 10; wait = 0; endwait = 0; active = true; } onClipEvent (enterFrame) { if (_root.ship.dead == false) { if (shots > 0) { this.play; } else if (active == true) { this.gotoAndStop(1); active = false; wait = 0; endwait = random(50) + 20; } if ((active == false) && (wait < endwait)) { wait = wait + 1; } else if (active == false) { shots = random(10) + 15; active = true; this.play(); } tx = _root.ship._x - _parent._x; ty = _parent._y - _root.ship._y; x = ((_root.ship._x + (_root.ship.moveright * (5 + (Math.abs(ty) / 90)))) - (_root.ship.moveleft * (5 + (Math.abs(ty) / 40)))) - _parent._x; y = ((_parent._y - (_root.ship.movedown * (5 + (Math.abs(tx) / 90)))) + (_root.ship.moveup * (5 + (Math.abs(tx) / 40)))) - _root.ship._y; angle = Math.atan(y / x) / (Math.PI/180); if (x < 0) { angle = angle + 180; } if ((x >= 0) && (y < 0)) { angle = angle + 360; } this._rotation = angle * -1; } else { this.gotoAndStop(1); } }
Symbol 233 MovieClip Frame 22
this.removeMovieClip(); stop();
Symbol 246 MovieClip Frame 3
duplicateMovieClip (_root.ebullet2, "ebullet" + _root.j, _root.j); setProperty(_root["ebullet" + _root.j], _rotation , angle * -1); _root["ebullet" + _root.j].y = (Math.sin((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3; _root["ebullet" + _root.j].x = (Math.cos((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3; _root["ebullet" + _root.j]._y = _parent._y + ((Math.sin((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3); _root["ebullet" + _root.j]._x = _parent._x + ((Math.cos((angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3); _root.j = _root.j + 1;
Symbol 246 MovieClip Frame 11
shots = shots - 1;
Symbol 247 MovieClip Frame 1
stop();
Instance of Symbol 246 MovieClip in Symbol 247 MovieClip Frame 1
onClipEvent (load) { shots = 10; wait = 0; endwait = 0; active = true; } onClipEvent (enterFrame) { if (((_root.ship.dead == false) && (_parent.dead == false)) && (_parent.active == true)) { if (shots > 0) { this.play; } else if (active == true) { this.gotoAndStop(1); active = false; wait = 0; endwait = random(40) + 20; } if ((active == false) && (wait < endwait)) { wait = wait + 1; } else if (active == false) { shots = random(10) + 5; active = true; this.play(); } tx = _root.ship._x - _parent._x; ty = _parent._y - _root.ship._y; x = ((_root.ship._x + (_root.ship.moveright * (5 + (Math.abs(ty) / 90)))) - (_root.ship.moveleft * (5 + (Math.abs(ty) / 40)))) - _parent._x; y = ((_parent._y - (_root.ship.movedown * (5 + (Math.abs(tx) / 90)))) + (_root.ship.moveup * (5 + (Math.abs(tx) / 40)))) - _root.ship._y; angle = Math.atan(y / x) / (Math.PI/180); if (x < 0) { angle = angle + 180; } if ((x >= 0) && (y < 0)) { angle = angle + 360; } this._rotation = angle * -1; } else { this.gotoAndStop(1); } }
Symbol 247 MovieClip Frame 24
this.removeMovieClip(); stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 2
this.removeMovieClip();
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 2
_root.hits = _root.hits + 1; this.removeMovieClip();
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
_root.hits = _root.hits + 1; this.removeMovieClip();
Symbol 255 MovieClip Frame 1
stop(); _root.shoottorpedo = true;
Symbol 255 MovieClip Frame 2
_root.shoottorpedo = false;
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 2
r = 1; while (r < 18) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; p = random(2); if (p == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; p = random(2); if (p == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; } _root.hits = _root.hits + 1; this.removeMovieClip();
Symbol 263 MovieClip Frame 1
stop(); _root.shootmissile = true;
Symbol 263 MovieClip Frame 2
_root.shootmissile = false; _root.shiptarget = "none";
Symbol 271 MovieClip Frame 1
stop();
Symbol 271 MovieClip Frame 2
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; p = random(2); if (p == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; p = random(2); if (p == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; } _root.hits = _root.hits + 1; this.removeMovieClip();
Symbol 279 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 19
if (Key.isDown(39) || (Key.isDown(68))) { gotoAndPlay (7); }
Symbol 286 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 19
if (Key.isDown(37) || (Key.isDown(65))) { gotoAndPlay (7); }
Symbol 293 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 19
if (Key.isDown(38) || (Key.isDown(87))) { gotoAndPlay (7); }
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 19
if (Key.isDown(40) || (Key.isDown(83))) { gotoAndPlay (7); }
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 2
if (_root.energy < 9) { gotoAndPlay (6); }
Symbol 309 MovieClip Frame 3
duplicateMovieClip (_root.bullet, "bullet" + _root.i, _root.j); setProperty(_root["bullet" + _root.i], _rotation , _root.crosshair.angle * -1); _root["bullet" + _root.i].y = (Math.sin((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3; _root["bullet" + _root.i].x = (Math.cos((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3; _root["bullet" + _root.i]._y = _root.ship._y + ((Math.sin((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3); _root["bullet" + _root.i]._x = _root.ship._x + ((Math.cos((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3); _root["bullet" + _root.i].damage = _root.power; _root.i = _root.i + 1; _root.j = _root.j + 1; if (_root.cheaton2 == false) { _root.energy = _root.energy - 8; }
Symbol 309 MovieClip Frame 5
gotoAndStop (1);
Symbol 309 MovieClip Frame 7
gotoAndStop (1);
Symbol 316 MovieClip Frame 1
stop();
Symbol 316 MovieClip Frame 2
if (_root.energy < 14) { gotoAndPlay (9); }
Symbol 316 MovieClip Frame 3
duplicateMovieClip (_root.slug, "bullet" + _root.i, _root.j); _root["bullet" + _root.i].y = (Math.sin((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3; _root["bullet" + _root.i].x = (Math.cos((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3; _root["bullet" + _root.i]._y = _root.ship._y + ((Math.sin((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3.5); _root["bullet" + _root.i]._x = _root.ship._x + ((Math.cos((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3.5); _root["bullet" + _root.i].damage = _root.power * 2.5; _root.i = _root.i + 1; _root.j = _root.j + 1; if (_root.cheaton2 == false) { _root.energy = _root.energy - 18; }
Symbol 316 MovieClip Frame 8
gotoAndStop (1);
Symbol 316 MovieClip Frame 10
gotoAndStop (1);
Symbol 323 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 2
if (_root.cheaton3 == false) { _root.missiles = _root.missiles - 1; }
Symbol 323 MovieClip Frame 5
gotoAndStop (1);
Symbol 323 MovieClip Frame 6
_root.shiptarget = "none";
Symbol 323 MovieClip Frame 7
gotoAndStop (1);
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 2
if (_root.cheaton3 == false) { _root.torpedos = _root.torpedos - 1; }
Symbol 329 MovieClip Frame 4
gotoAndStop (1);
Symbol 329 MovieClip Frame 6
gotoAndStop (1);
Symbol 330 MovieClip Frame 1
stop();
Instance of Symbol 309 MovieClip in Symbol 330 MovieClip Frame 1
onClipEvent (mouseDown) { this.gotoAndPlay(2); shoot = true; } onClipEvent (enterFrame) { if (shoot == true) { this.play(); } } onClipEvent (mouseUp) { shoot = false; }
Instance of Symbol 316 MovieClip in Symbol 330 MovieClip Frame 2
onClipEvent (mouseDown) { this.play(); shoot = true; } onClipEvent (enterFrame) { if (shoot == true) { this.play(); } } onClipEvent (mouseUp) { shoot = false; }
Instance of Symbol 323 MovieClip in Symbol 330 MovieClip Frame 3
onClipEvent (mouseDown) { if ((_root.shootmissile == true) && (_root.missiles > 0)) { tellTarget (_root.missilecount) { play(); }; this.play(); duplicateMovieClip (_root.missile, "bullet" + _root.i, _root.j); setProperty(_root["bullet" + _root.i], _rotation , _root.crosshair.angle * -1); _root["bullet" + _root.i].y = (Math.sin((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 4.5; _root["bullet" + _root.i].x = (Math.cos((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 4.5; _root["bullet" + _root.i]._y = _root.ship._y + ((Math.sin((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 4); _root["bullet" + _root.i]._x = _root.ship._x + ((Math.cos((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 4); _root["bullet" + _root.i].damage = 140; if (_root.shiptarget != "none") { _root["bullet" + _root.i].homing = true; _root["bullet" + _root.i].tag = _root.shiptarget; _root.shiptarget = "none"; } else { _root["bullet" + _root.i].homing = false; } _root.i = _root.i + 1; _root.j = _root.j + 1; } if ((_root.shootmissile == true) && (_root.missiles == 0)) { this.gotoAndPlay(6); tellTarget (_root.missilecount) { play(); }; } }
Instance of Symbol 329 MovieClip in Symbol 330 MovieClip Frame 4
onClipEvent (mouseDown) { if ((_root.shoottorpedo == true) && (_root.torpedos > 0)) { tellTarget (_root.torpedocount) { play(); }; this.play(); duplicateMovieClip (_root.torpedo, "bullet" + _root.i, _root.j); setProperty(_root["bullet" + _root.i], _rotation , _root.crosshair.angle * -1); _root["bullet" + _root.i].y = (Math.sin((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 5.5; _root["bullet" + _root.i].x = (Math.cos((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 5.5; _root["bullet" + _root.i]._y = _root.ship._y + ((Math.sin((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3); _root["bullet" + _root.i]._x = _root.ship._x + ((Math.cos((_root.crosshair.angle * -1) * (Math.PI/180)) / (Math.PI/180)) / 3); _root["bullet" + _root.i].damage = 250; if (_root.shiptarget != "none") { _root["bullet" + _root.i].homing = true; _root["bullet" + _root.i].tag = _root.shiptarget; _root.shiptarget = "none"; } else { _root["bullet" + _root.i].homing = false; } _root.i = _root.i + 1; _root.j = _root.j + 1; } if ((_root.shoottorpedo == true) && (_root.torpedos == 0)) { this.gotoAndPlay(5); tellTarget (_root.torpedocount) { play(); }; } }
Symbol 335 MovieClip Frame 17
_parent.gotoAndStop(1);
Symbol 339 MovieClip Frame 17
_parent.gotoAndStop(1);
Instance of Symbol 347 MovieClip in Symbol 348 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(random(7) + 1); }
Symbol 348 MovieClip Frame 8
_parent.gotoAndStop(1);
Symbol 349 MovieClip Frame 1
stop();
Symbol 350 MovieClip Frame 1
stop();
Instance of Symbol 279 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if ((Key.isDown(39) || (Key.isDown(68))) && (_root.canmove == true)) { this.play(); } }
Instance of Symbol 286 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if ((Key.isDown(37) || (Key.isDown(65))) && (_root.canmove == true)) { this.play(); } }
Instance of Symbol 293 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if ((Key.isDown(38) || (Key.isDown(87))) && (_root.canmove == true)) { this.play(); } }
Instance of Symbol 300 MovieClip in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if ((Key.isDown(40) || (Key.isDown(83))) && (_root.canmove == true)) { this.play(); } }
Instance of Symbol 330 MovieClip "turret" in Symbol 350 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(49) || (Key.isDown(97))) { _root.weapon = 1; this.gotoAndStop(1); tellTarget (_root.weaponhud) { gotoAndStop (1); }; } if (Key.isDown(50) || (Key.isDown(98))) { _root.weapon = 2; this.gotoAndStop(2); tellTarget (_root.weaponhud) { gotoAndStop (2); }; } if (Key.isDown(51) || (Key.isDown(99))) { _root.weapon = 3; this.gotoAndStop(3); tellTarget (_root.weaponhud) { gotoAndStop (3); }; } if (Key.isDown(52) || (Key.isDown(100))) { _root.weapon = 4; this.gotoAndStop(4); tellTarget (_root.weaponhud) { gotoAndStop (4); }; } }
Symbol 350 MovieClip Frame 19
stop();
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 2
this.removeMovieClip();
Symbol 360 MovieClip Frame 1
stop();
Symbol 360 MovieClip Frame 2
this.removeMovieClip();
Symbol 372 MovieClip Frame 1
stop();
Symbol 372 MovieClip Frame 2
this.removeMovieClip();
Symbol 374 MovieClip Frame 1
stop();
Symbol 374 MovieClip Frame 2
this.removeMovieClip();
Symbol 376 MovieClip Frame 1
stop();
Symbol 376 MovieClip Frame 2
this.removeMovieClip();
Symbol 381 MovieClip Frame 2
p = random(30) + 2; gotoAndPlay(p);
Symbol 381 MovieClip Frame 65
del = true;
Symbol 382 MovieClip Frame 1
stop();
Symbol 382 MovieClip Frame 6
duplicateMovieClip (_root.smoke, "smoke" + _root.j, _root.j); _root["smoke" + _root.j]._x = this._x; _root["smoke" + _root.j]._y = this._y; _root["smoke" + _root.j].x = (random(5) - 5) / 20; x = random(2); if (x == 0) { _root["smoke" + _root.j].x = _root["smoke" + _root.j].x * -1; } _root["smoke" + _root.j].y = (random(5) - 5) / 20; x = random(2); if (x == 0) { _root["smoke" + _root.j].y = _root["smoke" + _root.j].y * -1; } _root.j = _root.j + 1;
Symbol 382 MovieClip Frame 7
x = random(4) + 2; gotoAndPlay(x);
Symbol 386 MovieClip Frame 2
this.gotoAndPlay(random(70) + 3);
Symbol 386 MovieClip Frame 153
this.removeMovieClip();
Symbol 410 MovieClip Frame 1
stop();
Symbol 410 MovieClip Frame 2
play();
Symbol 410 MovieClip Frame 15
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 410 MovieClip Frame 17
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 410 MovieClip Frame 19
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 410 MovieClip Frame 21
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 410 MovieClip Frame 37
this.removeMovieClip();
Symbol 446 MovieClip Frame 1
stop();
Symbol 446 MovieClip Frame 2
play();
Symbol 446 MovieClip Frame 30
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 446 MovieClip Frame 32
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 446 MovieClip Frame 34
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 446 MovieClip Frame 50
this.removeMovieClip();
Symbol 449 MovieClip Frame 1
stop();
Symbol 449 MovieClip Frame 2
this.removeMovieClip();
Symbol 468 MovieClip Frame 1
stop();
Symbol 468 MovieClip Frame 2
play();
Symbol 468 MovieClip Frame 9
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 468 MovieClip Frame 11
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 468 MovieClip Frame 13
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 468 MovieClip Frame 15
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 468 MovieClip Frame 25
this.removeMovieClip();
Symbol 488 MovieClip Frame 1
stop();
Symbol 488 MovieClip Frame 2
play();
Symbol 488 MovieClip Frame 16
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 488 MovieClip Frame 18
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 488 MovieClip Frame 20
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 488 MovieClip Frame 22
r = 1; while (r < 10) { duplicateMovieClip (_root.debris, "debris" + _root.j, _root.j); _root["debris" + _root.j]._x = this._x; _root["debris" + _root.j]._y = this._y; _root["debris" + _root.j].x = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].x = _root["debris" + _root.j].x * -1; } _root["debris" + _root.j].y = (random(5) - 5) / 5; x = random(2); if (x == 0) { _root["debris" + _root.j].y = _root["debris" + _root.j].y * -1; } _root.j = _root.j + 1; r++; }
Symbol 488 MovieClip Frame 33
this.removeMovieClip();
Symbol 501 MovieClip Frame 1
stop();
Instance of Symbol 518 MovieClip in Symbol 526 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(int((_root.armor / _root.maxarmor) * 100) + 1); if (_root.armor <= 0) { this.gotoAndStop(1); } }
Instance of Symbol 525 MovieClip in Symbol 526 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_root.ship.dead == true) || (_root.canrecharge == false)) { this.gotoAndStop(1); } shieldpercent = int((_root.shields / _root.maxshields) * 100); this.gotoAndStop(shieldpercent); }
Symbol 539 MovieClip Frame 1
stop();
Symbol 539 MovieClip Frame 2
_root.maxenergy = _root.maxenergy + 100; _root.energy = _root.energy + 100; _root.maxenergyup = true; _root.powerups = _root.powerups + 1;
Symbol 539 MovieClip Frame 900
_root.maxenergy = _root.maxenergy - 100; if (_root.energy > _root.maxenergy) { _root.energy = _root.maxenergy; } _root.maxenergyup = false; _root.powerups = _root.powerups - 1; if (_root.showrechargeup._x < this._x) { _root.showrechargeup._x = _root.showrechargeup._x + 50; } if (_root.showpowerup._x < this._x) { _root.showpowerup._x = _root.showpowerup._x + 50; } if (_root.showspeedup._x < this._x) { _root.showspeedup._x = _root.showspeedup._x + 50; } if (_root.showsrechargeup._x < this._x) { _root.showsrechargeup._x = _root.showsrechargeup._x + 50; } this._x = 950;
Symbol 549 MovieClip Frame 1
stop();
Symbol 549 MovieClip Frame 2
_root.srecharge = _root.srecharge + 1; _root.srechargeup = true; _root.powerups = _root.powerups + 1;
Symbol 549 MovieClip Frame 900
_root.srecharge = _root.srecharge - 1; _root.srechargeup = false; _root.powerups = _root.powerups - 1; if (_root.showspeedup._x < this._x) { _root.showspeedup._x = _root.showspeedup._x + 50; } if (_root.showpowerup._x < this._x) { _root.showpowerup._x = _root.showpowerup._x + 50; } if (_root.showmaxenergyup._x < this._x) { _root.showmaxenergyup._x = _root.showmaxenergyup._x + 50; } if (_root.showrechargeup._x < this._x) { _root.showrechargeup._x = _root.showrechargeup._x + 50; } this._x = 950;
Symbol 552 MovieClip Frame 1
stop(); remove = false;
Symbol 552 MovieClip Frame 2
play();
Symbol 552 MovieClip Frame 180
remove = true; _root.messages = _root.messages - 1; _root["showmessage" + (d + 1)]._y = _root["showmessage" + (d + 1)]._y + 14; _root["showmessage" + (d + 2)]._y = _root["showmessage" + (d + 2)]._y + 14; _root["showmessage" + (d + 3)]._y = _root["showmessage" + (d + 3)]._y + 14; _root["showmessage" + (d + 4)]._y = _root["showmessage" + (d + 4)]._y + 14;
Symbol 557 MovieClip Frame 1
stop(); _root.canrecharge = true;
Symbol 557 MovieClip Frame 2
_root.canrecharge = false; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Shield Failure. Shield Recharging."; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1;
Symbol 557 MovieClip Frame 299
if (_root.ship.dead == true) { stop(); }
Symbol 557 MovieClip Frame 300
_root.shields = 100; if (_root.messages == 5) { _root.messages = _root.messages - 1; removeMovieClip(_root["showmessage" + (_root.messagenum - 5)]); _root["showmessage" + (_root.messagenum - 4)]._y = _root["showmessage" + (_root.messagenum - 4)]._y + 14; _root["showmessage" + (_root.messagenum - 3)]._y = _root["showmessage" + (_root.messagenum - 3)]._y + 14; _root["showmessage" + (_root.messagenum - 2)]._y = _root["showmessage" + (_root.messagenum - 2)]._y + 14; _root["showmessage" + (_root.messagenum - 1)]._y = _root["showmessage" + (_root.messagenum - 1)]._y + 14; } duplicateMovieClip (_root.showmessage, "showmessage" + _root.messagenum, _root.j); _root["showmessage" + _root.messagenum].message = "Shield Recharged"; tellTarget (_root["showmessage" + _root.messagenum]) { gotoAndPlay (2); }; _root["showmessage" + _root.messagenum]._y = 590 - (_root.messages * 14); _root["showmessage" + _root.messagenum].d = _root.messagenum; _root.messagenum = _root.messagenum + 1; _root.messages = _root.messages + 1; _root.j = _root.j + 1;
Symbol 559 MovieClip Frame 1
stop();
Symbol 572 MovieClip Frame 1
stop();
Symbol 572 MovieClip Frame 2
_root.power = _root.power * 2; _root.powerup = true; _root.powerups = _root.powerups + 1;
Symbol 572 MovieClip Frame 900
_root.power = _root.power / 2; _root.powerup = false; _root.powerups = _root.powerups - 1; if (_root.showrechargeup._x < this._x) { _root.showrechargeup._x = _root.showrechargeup._x + 50; } if (_root.showspeedup._x < this._x) { _root.showspeedup._x = _root.showspeedup._x + 50; } if (_root.showmaxenergyup._x < this._x) { _root.showmaxenergyup._x = _root.showmaxenergyup._x + 50; } if (_root.showsrechargeup._x < this._x) { _root.showsrechargeup._x = _root.showsrechargeup._x + 50; } this._x = 950;
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 2
_root.recharge = _root.recharge + 0.5; _root.rechargeup = true; _root.powerups = _root.powerups + 1;
Symbol 582 MovieClip Frame 900
_root.recharge = _root.recharge - 0.5; _root.rechargeup = false; _root.powerups = _root.powerups - 1; if (_root.showspeedup._x < this._x) { _root.showspeedup._x = _root.showspeedup._x + 50; } if (_root.showpowerup._x < this._x) { _root.showpowerup._x = _root.showpowerup._x + 50; } if (_root.showmaxenergyup._x < this._x) { _root.showmaxenergyup._x = _root.showmaxenergyup._x + 50; } if (_root.showsrechargeup._x < this._x) { _root.showsrechargeup._x = _root.showsrechargeup._x + 50; } this._x = 950;
Symbol 592 MovieClip Frame 1
stop();
Symbol 592 MovieClip Frame 2
_root.speed = _root.speed + 5; _root.speedup = true; _root.powerups = _root.powerups + 1;
Symbol 592 MovieClip Frame 900
_root.speed = _root.speed - 5; _root.speedup = false; _root.powerups = _root.powerups - 1; if (_root.showrechargeup._x < this._x) { _root.showrechargeup._x = _root.showrechargeup._x + 50; } if (_root.showpowerup._x < this._x) { _root.showpowerup._x = _root.showpowerup._x + 50; } if (_root.showmaxenergyup._x < this._x) { _root.showmaxenergyup._x = _root.showmaxenergyup._x + 50; } if (_root.showsrechargeup._x < this._x) { _root.showsrechargeup._x = _root.showsrechargeup._x + 50; } this._x = 950;
Symbol 594 MovieClip Frame 180
tellTarget (_root) { gotoAndPlay ("endmission"); }; clearInterval(_root.stoptime);
Symbol 605 Button
on (press) { play(); }

Library Items

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

Instance Names

"loadbar"Frame 1Symbol 7 MovieClip
"musiccontroller"Frame 20Symbol 22 MovieClip
"back"Frame 118Symbol 194 MovieClip
"leftwall"Frame 118Symbol 199 MovieClip
"rightwall"Frame 118Symbol 199 MovieClip
"lowerwall"Frame 118Symbol 199 MovieClip
"upperwall"Frame 118Symbol 199 MovieClip
"asteroid1"Frame 118Symbol 208 MovieClip
"asteroid2"Frame 118Symbol 210 MovieClip
"mine1"Frame 118Symbol 217 MovieClip
"mine2"Frame 118Symbol 220 MovieClip
"ebullet"Frame 118Symbol 222 MovieClip
"eship1"Frame 118Symbol 233 MovieClip
"eship2"Frame 118Symbol 247 MovieClip
"ebullet2"Frame 118Symbol 249 MovieClip
"bullet"Frame 118Symbol 251 MovieClip
"slug"Frame 118Symbol 253 MovieClip
"torpedocount"Frame 118Symbol 255 MovieClip
"torpedo"Frame 118Symbol 262 MovieClip
"missilecount"Frame 118Symbol 263 MovieClip
"missile"Frame 118Symbol 271 MovieClip
"ship"Frame 118Symbol 350 MovieClip
"getpowerup10"Frame 118Symbol 357 MovieClip
"getpowerup9"Frame 118Symbol 360 MovieClip
"getpowerup2"Frame 118Symbol 362 MovieClip
"getpowerup1"Frame 118Symbol 364 MovieClip
"getpowerup5"Frame 118Symbol 366 MovieClip
"getpowerup3"Frame 118Symbol 368 MovieClip
"getpowerup4"Frame 118Symbol 370 MovieClip
"getpowerup8"Frame 118Symbol 372 MovieClip
"getpowerup7"Frame 118Symbol 374 MovieClip
"getpowerup6"Frame 118Symbol 376 MovieClip
"smoke"Frame 118Symbol 381 MovieClip
"smokefollow"Frame 118Symbol 382 MovieClip
"debris"Frame 118Symbol 386 MovieClip
"explosion1S"Frame 118Symbol 410 MovieClip
"explosion2S"Frame 118Symbol 446 MovieClip
"getpowerup11"Frame 118Symbol 449 MovieClip
"explosion3S"Frame 118Symbol 468 MovieClip
"explosion4S"Frame 118Symbol 488 MovieClip
"energybar"Frame 118Symbol 492 MovieClip
"weaponhud"Frame 118Symbol 501 MovieClip
"hullhud"Frame 118Symbol 526 MovieClip
"showmaxenergyup"Frame 118Symbol 539 MovieClip
"showsrechargeup"Frame 118Symbol 549 MovieClip
"showmessage"Frame 118Symbol 552 MovieClip
"shieldcount"Frame 118Symbol 557 MovieClip
"schargehud"Frame 118Symbol 559 MovieClip
"scorehud"Frame 118Symbol 562 MovieClip
"showpowerup"Frame 118Symbol 572 MovieClip
"showrechargeup"Frame 118Symbol 582 MovieClip
"showspeedup"Frame 118Symbol 592 MovieClip
"deadplay"Frame 118Symbol 594 MovieClip
"musiccontroller"Frame 118Symbol 22 MovieClip
"crosshair"Frame 118Symbol 96 MovieClip
"showcrosshair"Symbol 141 MovieClip Frame 1Symbol 96 MovieClip
"difficultyhover"Symbol 141 MovieClip Frame 1Symbol 109 MovieClip
"qualityhover"Symbol 141 MovieClip Frame 1Symbol 113 MovieClip
"subtitleshover"Symbol 141 MovieClip Frame 1Symbol 116 MovieClip
"song1hover"Symbol 141 MovieClip Frame 1Symbol 119 MovieClip
"song2hover"Symbol 141 MovieClip Frame 1Symbol 119 MovieClip
"song3hover"Symbol 141 MovieClip Frame 1Symbol 119 MovieClip
"song4hover"Symbol 141 MovieClip Frame 1Symbol 119 MovieClip
"song5hover"Symbol 141 MovieClip Frame 1Symbol 119 MovieClip
"song6hover"Symbol 141 MovieClip Frame 1Symbol 119 MovieClip
"crosshaircolordisp"Symbol 141 MovieClip Frame 1Symbol 127 MovieClip
"showplaying"Symbol 141 MovieClip Frame 1Symbol 135 MovieClip
"cheat1hover"Symbol 174 MovieClip Frame 1Symbol 170 MovieClip
"cheat2hover"Symbol 174 MovieClip Frame 1Symbol 170 MovieClip
"cheat3hover"Symbol 174 MovieClip Frame 1Symbol 170 MovieClip
"cheat4hover"Symbol 174 MovieClip Frame 1Symbol 170 MovieClip
"cheat5hover"Symbol 174 MovieClip Frame 1Symbol 170 MovieClip
"turret"Symbol 233 MovieClip Frame 1Symbol 232 MovieClip
"turret"Symbol 233 MovieClip Frame 6Symbol 232 MovieClip
"hitship1"Symbol 350 MovieClip Frame 1Symbol 302 MovieClip
"hitship2"Symbol 350 MovieClip Frame 1Symbol 302 MovieClip
"hitship3"Symbol 350 MovieClip Frame 1Symbol 302 MovieClip
"turret"Symbol 350 MovieClip Frame 1Symbol 330 MovieClip
"shield"Symbol 350 MovieClip Frame 1Symbol 349 MovieClip

Labels

"startmenu"Frame 20
"menu"Frame 49
"options"Frame 50
"extras"Frame 70
"gotogame"Frame 90
"credits"Frame 117
"startgame"Frame 118
"endmission"Frame 197
"gotomain"Frame 248
"nosong"Symbol 22 MovieClip Frame 1
"song4"Symbol 22 MovieClip Frame 2
"song5"Symbol 22 MovieClip Frame 3
"song7"Symbol 22 MovieClip Frame 4
"song3"Symbol 22 MovieClip Frame 5
"song1"Symbol 22 MovieClip Frame 6
"song6"Symbol 22 MovieClip Frame 7
"song2"Symbol 22 MovieClip Frame 8
"Recruit"Symbol 109 MovieClip Frame 1
"Veteran"Symbol 109 MovieClip Frame 2
"Elite"Symbol 109 MovieClip Frame 3
"Low"Symbol 113 MovieClip Frame 1
"MEDIUM"Symbol 113 MovieClip Frame 2
"HIGH"Symbol 113 MovieClip Frame 3
"repeater"Symbol 330 MovieClip Frame 1
"cannon"Symbol 330 MovieClip Frame 2
"missile"Symbol 330 MovieClip Frame 3
"torpedo"Symbol 330 MovieClip Frame 4

Dynamic Text Variables

codeSymbol 155 EditableText""
_root.missilesSymbol 498 EditableText""
_root.torpedosSymbol 500 EditableText""
shieldpercentSymbol 522 EditableText"100"
shieldpercentSymbol 524 EditableText"100"
messageSymbol 551 EditableText""
_root.scoreSymbol 561 EditableText""
ftimeSymbol 596 EditableText""
killsSymbol 597 EditableText""
shotsSymbol 598 EditableText""
hitsSymbol 599 EditableText""
accuracySymbol 600 EditableText""
difficultySymbol 601 EditableText""
scoreSymbol 602 EditableText""
bonusSymbol 603 EditableText""
fscoreSymbol 604 EditableText""
highscoreSymbol 606 EditableText""
codeSymbol 608 EditableText""




http://swfchan.com/5/23996/info.shtml
Created: 25/5 -2019 16:52:22 Last modified: 25/5 -2019 16:52:22 Server time: 11/05 -2024 06:29:56