STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229703 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2596 · P5192 |
This is the info page for Flash #67040 |
Alien Anihalators |
Invasion Part 1 |
XZenX Productions |
Go to Password Screen |
Briefing |
Briefing |
Play |
Play |
1 |
Invasion |
Next |
Next |
Story... The year is 3016. The human's have now colonised several planets and moons. They even managed to send a space probe to a neighbouring solar system. They had hoped to find something. We regret what we found. |
"Alien Anihalators: Invasion" puts you in the role of a pilot in the TMASF (terrestrial military air and space force). You will encounter several different types of alien ships, some large, some equipped with unique technology. |
Runt: + very fast + able to dodge bullets easily - not very powerful Special: none |
Hunter: + swift shooting - slow Special: Cloaking Device (invisibility) |
Soldier: = All-around fighter Special: Electro-Magneticly Energised Projectile (EMEP) |
Doppelganger: + Accurate + Fast - Heavy Special: Holo-clone module |
Battleship: = Big + Powerful - Heavy - Slow Special: Mutiple Firing Systems/ Shield booster |
Controls: UP: move Up DOWN: move Down LEFT: move Left RIGHT: move Right SPACE: shoot |
HUD: Hull-Intergrety(HI): appears at the bottom left corner of the screen. When it reaches 0, you lose a life. LIFE: appears at the bottom right. When it reaches 0, it's game over. |
HUD(continued): Enemy shield: appears at the top left. Reduce to 0 to defeat that specific enemy. Timer: Sometimes, you'll need to accomplish a task in a certain ammount of time. When you do, a timer will appear at the top right. The timer is calculated in seconds and milliseconds. |
HUD(continued): Mission name: The name of the planet/moon your current mission is taking place on and your current mission objective appears at the very top of the screen. Enemy Count: Appears in the same place as Enemy Shield, but in red. |
Insert password 1 |
Confirm Password |
Return |
Return |
Insert password 2 |
Insert password 3 |
Insert password 4 |
Mission 1:Moon Seek and Destroy the Battleship |
Mission 1:Moon |
Game Over |
Mission Accomplished |
Mission 2:Moon The Aliens are developing a weapon on this moon. Get to the end of the level and destroy it before they can use it. |
//this is trigg ered when the clip loads onCli pEve nt (load ) { xmov e = rando m(5) - rando m(5); //com ment s can also go after state ment s ymov e = (rand om(5 ) + 15); //this sets the ymov emen t rando mly } //this is trigg ered every time a new frame is enter ed, in this case 30 times a sec onCli pEve nt (ente rFra me) { //lets move the playe r's shot aroun d this._ x = this._ x + xmov e; this._ y = this._ y + ymov e; //des troy this if it reach es the top if(thi s._y > 460 ){thi s.rem oveM ovieC lip(); } //tes t to see if this is collid ing with the playe r col = _root .md(_ x, _y, _root .Play erShi p._x, _root .Play erShi p._y) //you can chan ge 40 to anot her numb er if shot s seem to pass throu gh if(col < 25){ //incr emen ts the IDs and creat es an explo sion //noti ce that _root . is put in front _root .hp=_ root. hp- 10 if(_ro ot.hp ==0) { ++ _root .Uniq ueID ++ _root .Expl osion ID _root .Expl osion s[_ro ot.Ex plosi onID] = _root .Mak eObj ect(" Explo sion" ,_roo t.Exp losio naT,_ root. Uniq ueID, _root .Play erShi p._x,_ root. Play erShi p._y); //"re sets" the playe r's ship _root .Play erShi p._x = rando m(64 0) //che cks to see if score great er than highs core, then upda tes if(_ro ot.sc orenu mber > _root .high score numb er) { _root .high score numb er = _root .scor enum ber; _root .high score = "High Scor e: " + _root .high score numb er; } //res ets the score to 0 and upda tes text _root .scor enum ber = 0; _root .scor e = "Sco re " + _root .scor enum ber; //des troys this insta nce //onc e the insta nce is gone, no furth er actio ns can be perfo rmed this.r emov eMov ieCli p(); } } } |
Mission 3:Moon |
Obtained ship Upgrade. Your reload time has been decreased World 1 completed. Now, should you fail a mission, you can restart at the begining of that world. Password 1: m4tr1x To use a password, click the button with the number of the password you wish to enter, and it will take you to the password screen. Enter the password there. |
Mission 4:Mars Make your way to the Mars base |
Mission 5:Mars The shield needs time to charge. Stop 150 aliens from attacking the base. |
Mission 6:Mars |
Obtained ship Upgrade. Your shields have been upgraded. You can now withstand larger amounts of damage World 2 completed. |
To be Continued |
An XZenX Production |
ActionScript [AS1/AS2]
Instance of Symbol 4 MovieClip in Frame 1onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 50pass = "Insert Password"; stop();Frame 52stop();Instance of Symbol 4 MovieClip in Frame 52onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 53stop();Frame 54stop();Frame 55stop();Frame 56stop();Frame 57stop();Frame 58stop();Frame 59stop();Frame 60stop();Frame 61stop();Frame 62stop();Frame 63pass = "Insert Password";Instance of Symbol 4 MovieClip in Frame 63onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 64pass2 = "Insert Password";Frame 65pass3 = "Insert Password";Frame 66pass4 = "Insert Password";Frame 68hp = 100; life = 3; scorenumber = 0; highscorenumber = 0; Explosions = new Array(); BadShots = new Array(); PlayerShots = new Array(); BadShots2 = new Array(); PShotID = 0; BShotID = 0; ExplosionID = 0; BShot2ID = 0; PShotTimer = 0; UniqueID = 10; this.onEnterFrame = function () { if (PShotTimer > 0) { PShotTimer--; } if (Key.isDown(32)) { if (PShotTimer < 1) { PShotID = PShotID + 1; UniqueID = UniqueID + 1; if (PShotID == 10) { PShotID = 1; } PlayerShots[PShotID] = MakeObject("PShot", PlayerShotT, UniqueID, PlayerShip._x, PlayerShip._y); PShotTimer = 5; } } }; md = function (x1, y1, x2, y2) { x = x1 - x2; y = y1 - y2; var _local1 = Math.sqrt((x * x) + (y * y)); if (_local1 == 0) { _local1 = 999; } return(_local1); }; MakeObject = function (instname, template, id, x, y) { var _local2; var _local1 = instname + id; _local2 = template.duplicateMovieClip(_local1, id); setProperty(_local1, _x , x); setProperty(_local1, _y , y); return(_local2); };Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 68onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } }Instance of Symbol 69 MovieClip "PlayerShip" in Frame 68onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < 640)) { this._x = this._x + 15; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - 15; } if (Key.isDown(40) and (this._y < 480)) { this._y = this._y + 15; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - 15; } } onClipEvent (enterFrame) { if (_root.hp == 0) { _root.life = _root.life - 1; } }Instance of Symbol 54 MovieClip "Alien" in Frame 68onClipEvent (load) { xmove = random(30) - random(0); ymove = random(30) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 135 MovieClip "AlienShotT" in Frame 68onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 139 MovieClip "AlienShotT" in Frame 1267onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 57 MovieClip "Alien" in Frame 1267onClipEvent (load) { xmove = random(15) - random(15); ymove = random(15) - random(15); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 142 MovieClip "AlienShotT" in Frame 2247onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 60 MovieClip "Alien" in Frame 2247onClipEvent (load) { xmove = random(15) - random(15); ymove = random(15) - random(15); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 144 MovieClip "AlienShotT" in Frame 3212onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 63 MovieClip "Alien2" in Frame 3212onClipEvent (load) { xmove = random(10) - random(0); ymove = random(10) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShot2ID = _root.BShot2ID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots2[_root.BShot2ID] = _root.MakeObject("BShot2", _root.AlienShot2T, _root.UniqueID, _root.Alien2._x, _root.Alien2._y); } }Instance of Symbol 63 MovieClip "Alien" in Frame 3212onClipEvent (load) { xmove = random(15) - random(15); ymove = random(15) - random(15); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 144 MovieClip "AlienShot2T" in Frame 3212onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 3648stop(); mhp = 200;Instance of Symbol 69 MovieClip "PlayerShip" in Frame 3648onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < 640)) { this._x = this._x + 15; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - 15; } if (Key.isDown(40) and (this._y < 480)) { this._y = this._y + 15; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - 15; } } onClipEvent (enterFrame) { if (_root.hp == 0) { _root.life = _root.life - 1; } }Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 3648onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.mhp = _root.mhp - 1; if (_root.mhp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 66 MovieClip "Alien" in Frame 3648onClipEvent (load) { xmove = random(10); ymove = random(10); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 150 MovieClip "AlienShotT" in Frame 3648onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 3667gotoAndStop (3669); stopAllSounds();Instance of Symbol 4 MovieClip in Frame 3667onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 3668stop();Instance of Symbol 4 MovieClip in Frame 3668onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 3669stop();Frame 3670hp = 100; life = 3; scorenumber = 0; highscorenumber = 0; Explosions = new Array(); BadShots = new Array(); PlayerShots = new Array(); PShotID = 0; BShotID = 0; ExplosionID = 0; PShotTimer = 0; UniqueID = 10; this.onEnterFrame = function () { if (PShotTimer > 0) { PShotTimer--; } if (Key.isDown(32)) { if (PShotTimer < 1) { PShotID = PShotID + 1; UniqueID = UniqueID + 1; if (PShotID == 10) { PShotID = 1; } PlayerShots[PShotID] = MakeObject("PShot", PlayerShotT, UniqueID, PlayerShip._x, PlayerShip._y); PShotTimer = 5; } } }; md = function (x1, y1, x2, y2) { x = x1 - x2; y = y1 - y2; var _local1 = Math.sqrt((x * x) + (y * y)); if (_local1 == 0) { _local1 = 999; } return(_local1); }; MakeObject = function (instname, template, id, x, y) { var _local2; var _local1 = instname + id; _local2 = template.duplicateMovieClip(_local1, id); setProperty(_local1, _x , x); setProperty(_local1, _y , y); return(_local2); };Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 3670onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } }Instance of Symbol 69 MovieClip "PlayerShip" in Frame 3670onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < 640)) { this._x = this._x + 15; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - 15; } if (Key.isDown(40) and (this._y < 480)) { this._y = this._y + 15; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - 15; } } onClipEvent (enterFrame) { if (_root.hp == 0) { _root.life = _root.life - 1; } }Instance of Symbol 54 MovieClip "Alien" in Frame 3670onClipEvent (load) { xmove = random(30) - random(0); ymove = random(30) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 135 MovieClip "AlienShotT" in Frame 3670onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 5438stop(); mhp = 250;Instance of Symbol 69 MovieClip "PlayerShip" in Frame 5438onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < 640)) { this._x = this._x + 15; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - 15; } if (Key.isDown(40) and (this._y < 480)) { this._y = this._y + 15; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - 15; } } onClipEvent (enterFrame) { if (_root.hp == 0) { _root.life = _root.life - 1; } }Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 5438onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.mhp = _root.mhp - 1; if (_root.mhp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 165 MovieClip "Alien" in Frame 5438onClipEvent (load) { xmove = random(15) - random(0); ymove = random(15) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 169 MovieClip "AlienShotT" in Frame 5438onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 5469stopAllSounds();Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 5469onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } }Frame 5470stop();Instance of Symbol 4 MovieClip in Frame 5470onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 5471stop();Frame 5473hp = 100; life = 3; mhp = 400; stop(); scorenumber = 0; highscorenumber = 0; Explosions = new Array(); BadShots = new Array(); PlayerShots = new Array(); PShotID = 0; BShotID = 0; ExplosionID = 0; PShotTimer = 0; UniqueID = 10; this.onEnterFrame = function () { if (PShotTimer > 0) { PShotTimer--; } if (Key.isDown(32)) { if (PShotTimer < 1) { PShotID = PShotID + 1; UniqueID = UniqueID + 1; if (PShotID == 10) { PShotID = 1; } PlayerShots[PShotID] = MakeObject("PShot", PlayerShotT, UniqueID, PlayerShip._x, PlayerShip._y); PShotTimer = 5; } } }; md = function (x1, y1, x2, y2) { x = x1 - x2; y = y1 - y2; var _local1 = Math.sqrt((x * x) + (y * y)); if (_local1 == 0) { _local1 = 999; } return(_local1); }; MakeObject = function (instname, template, id, x, y) { var _local2; var _local1 = instname + id; _local2 = template.duplicateMovieClip(_local1, id); setProperty(_local1, _x , x); setProperty(_local1, _y , y); return(_local2); };Instance of Symbol 69 MovieClip "PlayerShip" in Frame 5473onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < 640)) { this._x = this._x + 15; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - 15; } if (Key.isDown(40) and (this._y < 480)) { this._y = this._y + 15; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - 15; } } onClipEvent (enterFrame) { if (_root.hp == 0) { _root.life = _root.life - 1; } }Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 5473onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.mhp = _root.mhp - 1; if (_root.mhp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 184 MovieClip "Alien" in Frame 5473onClipEvent (load) { xmove = random(10); ymove = random(10); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 190 MovieClip "AlienShotT" in Frame 5473onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 5474stop();Instance of Symbol 4 MovieClip in Frame 5474onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 5475stop();Frame 5476hp = 100; life = 3; scorenumber = 0; highscorenumber = 0; Explosions = new Array(); BadShots = new Array(); PlayerShots = new Array(); BadShots2 = new Array(); PShotID = 0; BShotID = 0; ExplosionID = 0; BShot2ID = 0; PShotTimer = 0; UniqueID = 10; this.onEnterFrame = function () { if (PShotTimer > 0) { PShotTimer--; } if (Key.isDown(32)) { if (PShotTimer < 1) { PShotID = PShotID + 1; UniqueID = UniqueID + 1; if (PShotID == 10) { PShotID = 1; } PlayerShots[PShotID] = MakeObject("PShot", PlayerShotT, UniqueID, PlayerShip._x, PlayerShip._y); PShotTimer = 4; } } }; md = function (x1, y1, x2, y2) { x = x1 - x2; y = y1 - y2; var _local1 = Math.sqrt((x * x) + (y * y)); if (_local1 == 0) { _local1 = 999; } return(_local1); }; MakeObject = function (instname, template, id, x, y) { var _local2; var _local1 = instname + id; _local2 = template.duplicateMovieClip(_local1, id); setProperty(_local1, _x , x); setProperty(_local1, _y , y); return(_local2); };Instance of Symbol 69 MovieClip "PlayerShip" in Frame 5476onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < 640)) { this._x = this._x + 15; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - 15; } if (Key.isDown(40) and (this._y < 480)) { this._y = this._y + 15; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - 15; } } onClipEvent (enterFrame) { if (_root.hp == 0) { _root.life = _root.life - 1; } }Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 5476onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } }Instance of Symbol 54 MovieClip "Alien" in Frame 5476onClipEvent (load) { xmove = random(30) - random(0); ymove = random(30) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 135 MovieClip "AlienShotT" in Frame 5476onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 57 MovieClip "Alien" in Frame 6675onClipEvent (load) { xmove = random(15) - random(0); ymove = random(15) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 139 MovieClip "AlienShotT" in Frame 6675onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 60 MovieClip "Alien" in Frame 7375onClipEvent (load) { xmove = random(15) - random(0); ymove = random(15) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 142 MovieClip "AlienShotT" in Frame 7375onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 144 MovieClip "AlienShotT" in Frame 8005onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 63 MovieClip "Alien2" in Frame 8005onClipEvent (load) { xmove = random(10) - random(0); ymove = random(10) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShot2ID = _root.BShot2ID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots2[_root.BShot2ID] = _root.MakeObject("BShot2", _root.AlienShot2T, _root.UniqueID, _root.Alien2._x, _root.Alien2._y); } }Instance of Symbol 63 MovieClip "Alien" in Frame 8005onClipEvent (load) { xmove = random(15) - random(15); ymove = random(15) - random(15); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 144 MovieClip "AlienShot2T" in Frame 8005onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 9075mhp = 300; stop();Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 9075onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.mhp = _root.mhp - 1; if (_root.mhp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 66 MovieClip "Alien" in Frame 9075onClipEvent (load) { xmove = random(30) - random(0); ymove = random(30) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 150 MovieClip "AlienShotT" in Frame 9075onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 9076stop(); stopAllSounds(); stopAllSounds();Instance of Symbol 4 MovieClip in Frame 9076onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 9077stop(); stopAllSounds();Frame 9078scorenumber = 0; highscorenumber = 0; Explosions = new Array(); BadShots = new Array(); PlayerShots = new Array(); BadShots2 = new Array(); PShotID = 0; BShotID = 0; ExplosionID = 0; BShot2ID = 0; PShotTimer = 0; UniqueID = 10; this.onEnterFrame = function () { if (PShotTimer > 0) { PShotTimer--; } if (Key.isDown(32)) { if (PShotTimer < 1) { PShotID = PShotID + 1; UniqueID = UniqueID + 1; if (PShotID == 10) { PShotID = 1; } PlayerShots[PShotID] = MakeObject("PShot", PlayerShotT, UniqueID, PlayerShip._x, PlayerShip._y); PShotTimer = 4; } } }; md = function (x1, y1, x2, y2) { x = x1 - x2; y = y1 - y2; var _local1 = Math.sqrt((x * x) + (y * y)); if (_local1 == 0) { _local1 = 999; } return(_local1); }; MakeObject = function (instname, template, id, x, y) { var _local2; var _local1 = instname + id; _local2 = template.duplicateMovieClip(_local1, id); setProperty(_local1, _x , x); setProperty(_local1, _y , y); return(_local2); }; hp = 100; life = 3; mhp = 150; stop();Instance of Symbol 69 MovieClip "PlayerShip" in Frame 9078onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < 640)) { this._x = this._x + 15; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - 15; } if (Key.isDown(40) and (this._y < 480)) { this._y = this._y + 15; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - 15; } } onClipEvent (enterFrame) { if (_root.hp == 0) { _root.life = _root.life - 1; } }Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 9078onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } }Instance of Symbol 54 MovieClip "Alien" in Frame 9078onClipEvent (load) { xmove = random(30) - random(0); ymove = random(30) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(21); if (fire == 20) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 135 MovieClip "AlienShotT" in Frame 9078onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 15; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 9079stop();Instance of Symbol 4 MovieClip in Frame 9079onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 9080stop();Frame 9081scorenumber = 0; highscorenumber = 0; Explosions = new Array(); BadShots = new Array(); PlayerShots = new Array(); BadShots2 = new Array(); PShotID = 0; BShotID = 0; ExplosionID = 0; BShot2ID = 0; PShotTimer = 0; UniqueID = 10; this.onEnterFrame = function () { if (PShotTimer > 0) { PShotTimer--; } if (Key.isDown(32)) { if (PShotTimer < 1) { PShotID = PShotID + 1; UniqueID = UniqueID + 1; if (PShotID == 10) { PShotID = 1; } PlayerShots[PShotID] = MakeObject("PShot", PlayerShotT, UniqueID, PlayerShip._x, PlayerShip._y); PShotTimer = 4; } } }; md = function (x1, y1, x2, y2) { x = x1 - x2; y = y1 - y2; var _local1 = Math.sqrt((x * x) + (y * y)); if (_local1 == 0) { _local1 = 999; } return(_local1); }; MakeObject = function (instname, template, id, x, y) { var _local2; var _local1 = instname + id; _local2 = template.duplicateMovieClip(_local1, id); setProperty(_local1, _x , x); setProperty(_local1, _y , y); return(_local2); }; hp = 100; life = 3; mhp = 500; stop();Instance of Symbol 219 MovieClip "AlienShotT" in Frame 9081onClipEvent (load) { xmove = random(5) - random(5); ymove = random(5) + 20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y > 460) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.PlayerShip._x, _root.PlayerShip._y); if (col < 25) { _root.hp = _root.hp - 10; if (_root.hp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionaT, _root.UniqueID, _root.PlayerShip._x, _root.PlayerShip._y); _root.PlayerShip._x = random(640); if (_root.scorenumber > _root.highscorenumber) { _root.highscorenumber = _root.scorenumber; _root.highscore = "High Score: " + _root.highscorenumber; } _root.scorenumber = 0; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Instance of Symbol 165 MovieClip "Alien" in Frame 9081onClipEvent (load) { xmove = random(15) - random(0); ymove = random(15) - random(0); this._x = random(640); this._y = random(480); } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._x > 640) { xmove = Math.abs(xmove) * -1; } if (this._x < 0) { xmove = Math.abs(xmove); } if (this._y > 480) { ymove = Math.abs(ymove) * -1; } if (this._y < 0) { ymove = Math.abs(ymove); } fire = random(20); if (fire == 5) { _root.BShotID = _root.BShotID + 20; _root.UniqueID = _root.UniqueID + 20; _root.BadShots[_root.BShotID] = _root.MakeObject("BShot", _root.AlienShotT, _root.UniqueID, _root.Alien._x, _root.Alien._y); } }Instance of Symbol 69 MovieClip "PlayerShip" in Frame 9081onClipEvent (enterFrame) { if (Key.isDown(39) and (this._x < 640)) { this._x = this._x + 15; } else if (Key.isDown(37) and (this._x > 0)) { this._x = this._x - 15; } if (Key.isDown(40) and (this._y < 480)) { this._y = this._y + 15; } else if (Key.isDown(38) and (this._y > 0)) { this._y = this._y - 15; } } onClipEvent (enterFrame) { if (_root.hp == 0) { _root.life = _root.life - 1; } }Instance of Symbol 114 MovieClip "PlayerShotT" in Frame 9081onClipEvent (load) { xmove = 0; ymove = -20; } onClipEvent (enterFrame) { this._x = this._x + xmove; this._y = this._y + ymove; if (this._y < 0) { this.removeMovieClip(); } col = _root.md(_x, _y, _root.Alien._x, _root.Alien._y); if (col < 40) { _root.mhp = _root.mhp - 1; if (_root.mhp == 0) { _root.UniqueID++; _root.ExplosionID++; _root.Explosions[_root.ExplosionID] = _root.MakeObject("Explosion", _root.ExplosionbT, _root.UniqueID, _root.Alien._x, _root.Alien._y); _root.Alien._x = random(640); _root.Alien._y = random(480); _root.Alien.xmove = random(15) - random(15); _root.Alien.ymove = random(15) - random(15); _root.scorenumber = _root.scorenumber + 1; _root.score = "Score " + _root.scorenumber; this.removeMovieClip(); } } }Frame 9082stop();Instance of Symbol 4 MovieClip in Frame 9082onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Frame 9083stop();Frame 9147stop();Instance of Symbol 4 MovieClip in Frame 9147onClipEvent (enterFrame) { startDrag (this, true); } onClipEvent (enterFrame) { Mouse.hide(); }Symbol 26 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndPlay ("loaded"); }Symbol 26 MovieClip Frame 2gotoAndPlay (1);Symbol 26 MovieClip Frame 40_root.play();Symbol 32 Buttonon (press) { gotoAndStop ("passscreen1"); }Symbol 39 Buttonon (press) { play(); }Symbol 41 Buttonon (press) { gotoAndPlay (67); } on (press) { stopAllSounds(); }Symbol 45 Buttonon (press) { play(); }Symbol 49 Buttonon (press) { play(); }Symbol 77 Buttonon (press) { if (_root.pass == "m4tr1x") { gotoAndPlay ("mars1"); } } on (press) { stopAllSounds(); }Symbol 80 Buttonon (press) { gotoAndStop (50); }Symbol 83 Buttonon (press) { if (_root.pass2 == "n00bt00b") { gotoAndPlay ("saturn1"); } } on (press) { stopAllSounds(); }Symbol 87 Buttonon (press) { if (_root.pass3 == "spyr0") { gotoAndPlay ("earth"); } } on (press) { stopAllSounds(); }Symbol 90 Buttonon (press) { if (_root.pass4 == "d00msd9y") { gotoAndPlay ("Blackhole"); } } on (press) { stopAllSounds(); }Symbol 110 MovieClip Frame 2_root.hp = 100;Symbol 110 MovieClip Frame 15this.onEnterFrame = function () { this.removeMovieClip(); }; stop();Symbol 114 MovieClip Frame 2stop();Symbol 131 MovieClip Frame 15this.onEnterFrame = function () { this.removeMovieClip(); }; stop();Symbol 133 Buttonon (keyPress "<Left>") { if (_root.life <= 0) { gotoAndStop (3668); } } on (keyPress "<Right>") { if (_root.life <= 0) { gotoAndStop (3668); } } on (keyPress "<Up>") { if (_root.life <= 0) { gotoAndStop (3668); } } on (keyPress "<Down>") { if (_root.life <= 0) { gotoAndStop (3668); } } on (keyPress "<Space>") { if (_root.life <= 0) { gotoAndStop (3668); } }Symbol 142 MovieClip Frame 10stop();Symbol 144 MovieClip Frame 10stop(); stop();Symbol 147 Buttonon (keyPress "<Left>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (3668); } } on (keyPress "<Right>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (3668); } } on (keyPress "<Up>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (3668); } } on (keyPress "<Down>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (3668); } } on (keyPress "<Space>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (3668); } }Symbol 152 Buttonon (keyPress "<Left>") { if (_root.life == 0) { play(); } } on (keyPress "<Right>") { if (_root.life == 0) { play(); } } on (keyPress "<Up>") { if (_root.life == 0) { play(); } } on (keyPress "<Down>") { if (_root.life == 0) { play(); } } on (keyPress "<Space>") { if (_root.life == 0) { play(); } }Symbol 155 Buttonon (press) { gotoAndPlay ("main"); }Symbol 159 Buttonon (keyPress "<Left>") { if (_root.life <= 0) { gotoAndStop (5471); } } on (keyPress "<Right>") { if (_root.life <= 0) { gotoAndStop (5471); } } on (keyPress "<Up>") { if (_root.life <= 0) { gotoAndStop (5471); } } on (keyPress "<Down>") { if (_root.life <= 0) { gotoAndStop (5471); } } on (keyPress "<Space>") { if (_root.life <= 0) { gotoAndStop (5471); } }Symbol 163 Buttonon (keyPress "<Left>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (5471); } } on (keyPress "<Right>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (5471); } } on (keyPress "<Up>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (5471); } } on (keyPress "<Down>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (5471); } } on (keyPress "<Space>") { if (_root.mhp <= 0) { play(); } if (_root.life <= 0) { gotoAndStop (5471); } }Symbol 169 MovieClip Frame 2stop();Symbol 172 Buttonon (keyPress "<Left>") { if (_root.life <= 0) { gotoAndStop (7270); } } on (keyPress "<Right>") { if (_root.life <= 0) { gotoAndStop (7270); } } on (keyPress "<Up>") { if (_root.life <= 0) { gotoAndStop (7270); } } on (keyPress "<Down>") { if (_root.life <= 0) { gotoAndStop (7270); } } on (keyPress "<Space>") { if (_root.life <= 0) { gotoAndStop (7270); } }Symbol 173 Buttonon (press) { gotoAndPlay (5472); }Symbol 174 Buttonon (press) { gotoAndPlay ("main"); }Symbol 180 Buttonon (keyPress "<Left>") { if (_root.mhp <= 0) { gotoAndStop (5475); } if (_root.life <= 0) { play(); } } on (keyPress "<Right>") { if (_root.mhp <= 0) { gotoAndStop (5475); } if (_root.life <= 0) { play(); } } on (keyPress "<Up>") { if (_root.mhp <= 0) { gotoAndStop (5475); } if (_root.life <= 0) { play(); } } on (keyPress "<Down>") { if (_root.mhp <= 0) { gotoAndStop (5475); } if (_root.life <= 0) { play(); } } on (keyPress "<Space>") { if (_root.mhp <= 0) { gotoAndStop (5475); } if (_root.life <= 0) { play(); } }Symbol 190 MovieClip Frame 51this.onEnterFrame = function () { this.removeMovieClip(); };Symbol 192 Buttonon (press) { gotoAndPlay ("main"); }Symbol 199 Buttonon (keyPress "<Left>") { if (_root.life <= 0) { play(); } } on (keyPress "<Right>") { if (_root.life <= 0) { play(); } } on (keyPress "<Up>") { if (_root.life <= 0) { play(); } } on (keyPress "<Down>") { if (_root.life <= 0) { play(); } } on (keyPress "<Space>") { if (_root.life <= 0) { play(); } }Symbol 205 Buttonon (keyPress "<Left>") { if (_root.mhp <= 0) { gotoAndStop (9077); } if (_root.life <= 0) { play(); } } on (keyPress "<Right>") { if (_root.mhp <= 0) { gotoAndStop (9077); } if (_root.life <= 0) { play(); } } on (keyPress "<Up>") { if (_root.mhp <= 0) { gotoAndStop (9077); } if (_root.life <= 0) { play(); } } on (keyPress "<Down>") { if (_root.mhp <= 0) { gotoAndStop (9077); } if (_root.life <= 0) { play(); } } on (keyPress "<Space>") { if (_root.mhp <= 0) { gotoAndStop (9077); } if (_root.life <= 0) { play(); } }Symbol 206 Buttonon (press) { gotoAndPlay ("main"); } on (press) { stopAllSounds(); }Symbol 207 Buttonon (press) { play(); }Symbol 210 MovieClip Frame 2_root.mhp = _root.mhp - 1;Symbol 210 MovieClip Frame 15this.onEnterFrame = function () { this.removeMovieClip(); }; stop();Symbol 211 Buttonon (keyPress "<Left>") { if (_root.mhp <= 0) { gotoAndStop (9080); } if (_root.life <= 0) { play(); } } on (keyPress "<Right>") { if (_root.mhp <= 0) { gotoAndStop (9080); } if (_root.life <= 0) { play(); } } on (keyPress "<Up>") { if (_root.mhp <= 0) { gotoAndStop (9080); } if (_root.life <= 0) { play(); } } on (keyPress "<Down>") { if (_root.mhp <= 0) { gotoAndStop (9080); } if (_root.life <= 0) { play(); } } on (keyPress "<Space>") { if (_root.mhp <= 0) { gotoAndStop (9080); } if (_root.life <= 0) { play(); } }Symbol 215 Buttonon (press) { gotoAndPlay ("main"); } on (press) { stopAllSounds(); }Symbol 216 Buttonon (press) { play(); } on (press) { stopAllSounds(); }Symbol 224 Buttonon (keyPress "<Left>") { if (_root.mhp <= 0) { gotoAndStop (9083); } if (_root.life <= 0) { play(); } } on (keyPress "<Right>") { if (_root.mhp <= 0) { gotoAndStop (9083); } if (_root.life <= 0) { play(); } } on (keyPress "<Up>") { if (_root.mhp <= 0) { gotoAndStop (9083); } if (_root.life <= 0) { play(); } } on (keyPress "<Down>") { if (_root.mhp <= 0) { gotoAndStop (9083); } if (_root.life <= 0) { play(); } } on (keyPress "<Space>") { if (_root.mhp <= 0) { gotoAndStop (9083); } if (_root.life <= 0) { play(); } }Symbol 225 Buttonon (press) { gotoAndPlay ("main"); }Symbol 229 Buttonon (press) { play(); }
Library Items
Symbol 1 Bitmap | Used by:2 84 | |
Symbol 2 Graphic | Uses:1 | Used by:Timeline |
Symbol 3 Graphic | Used by:4 | |
Symbol 4 MovieClip | Uses:3 | Used by:Timeline |
Symbol 5 ShapeTweening | Used by:Timeline | |
Symbol 6 ShapeTweening | Used by:Timeline | |
Symbol 7 Graphic | Used by:Timeline | |
Symbol 8 Graphic | Used by:Timeline | |
Symbol 9 Graphic | Used by:Timeline | |
Symbol 10 Font | Used by:11 14 29 34 36 38 40 44 46 47 48 50 51 52 55 58 61 64 67 70 71 72 73 75 76 78 79 81 82 85 86 88 89 115 116 136 145 146 151 153 154 156 157 158 160 161 162 166 170 171 178 179 185 191 197 198 200 202 203 212 213 214 221 222 223 | |
Symbol 11 Text | Uses:10 | Used by:Timeline |
Symbol 12 ShapeTweening | Used by:Timeline | |
Symbol 13 Graphic | Used by:Timeline | |
Symbol 14 Text | Uses:10 | Used by:Timeline |
Symbol 15 Graphic | Used by:26 | |
Symbol 16 Graphic | Used by:26 | |
Symbol 17 Graphic | Used by:18 | |
Symbol 18 MovieClip | Uses:17 | Used by:26 |
Symbol 19 Bitmap | Used by:20 | |
Symbol 20 Graphic | Uses:19 | Used by:26 |
Symbol 21 Font | Used by:22 136 160 181 193 200 204 208 214 220 226 227 228 | |
Symbol 22 Text | Uses:21 | Used by:26 |
Symbol 23 ShapeTweening | Used by:26 | |
Symbol 24 ShapeTweening | Used by:26 | |
Symbol 25 Graphic | Used by:26 | |
Symbol 26 MovieClip | Uses:15 16 18 20 22 23 24 25 | Used by:Timeline |
Symbol 27 Graphic | Used by:32 77 83 87 90 | |
Symbol 28 Graphic | Used by:32 77 83 87 90 | |
Symbol 29 Text | Uses:10 | Used by:32 |
Symbol 30 Graphic | Used by:32 77 83 87 90 | |
Symbol 31 Graphic | Used by:32 77 83 87 90 | |
Symbol 32 Button | Uses:27 28 29 30 31 | Used by:Timeline |
Symbol 33 Graphic | Used by:39 41 45 49 80 155 173 174 192 206 207 215 216 225 229 | |
Symbol 34 Text | Uses:10 | Used by:39 |
Symbol 35 Graphic | Used by:39 41 45 49 80 155 173 174 192 206 207 215 216 225 229 | |
Symbol 36 Text | Uses:10 | Used by:39 |
Symbol 37 Graphic | Used by:39 41 45 49 80 155 173 174 192 206 207 215 216 225 229 | |
Symbol 38 Text | Uses:10 | Used by:39 41 45 49 80 155 173 174 192 206 207 215 216 225 229 |
Symbol 39 Button | Uses:33 34 35 36 37 38 | Used by:Timeline |
Symbol 40 Text | Uses:10 | Used by:41 45 |
Symbol 41 Button | Uses:33 38 35 40 37 | Used by:Timeline |
Symbol 42 Sound | Used by:43 | |
Symbol 43 MovieClip | Uses:42 | Used by:Timeline |
Symbol 44 Text | Uses:10 | Used by:Timeline |
Symbol 45 Button | Uses:33 38 35 40 37 | Used by:Timeline |
Symbol 46 Text | Uses:10 | Used by:Timeline |
Symbol 47 Text | Uses:10 | Used by:49 155 173 174 192 206 207 215 216 225 229 |
Symbol 48 Text | Uses:10 | Used by:49 155 173 174 192 206 207 215 216 225 229 |
Symbol 49 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 50 Text | Uses:10 | Used by:Timeline |
Symbol 51 Text | Uses:10 | Used by:Timeline |
Symbol 52 Text | Uses:10 | Used by:Timeline |
Symbol 53 Graphic | Used by:54 | |
Symbol 54 MovieClip | Uses:53 | Used by:Timeline |
Symbol 55 Text | Uses:10 | Used by:Timeline |
Symbol 56 Graphic | Used by:57 | |
Symbol 57 MovieClip | Uses:56 | Used by:Timeline |
Symbol 58 Text | Uses:10 | Used by:Timeline |
Symbol 59 Graphic | Used by:60 | |
Symbol 60 MovieClip | Uses:59 | Used by:Timeline |
Symbol 61 Text | Uses:10 | Used by:Timeline |
Symbol 62 Graphic | Used by:63 | |
Symbol 63 MovieClip | Uses:62 | Used by:Timeline |
Symbol 64 Text | Uses:10 | Used by:Timeline |
Symbol 65 Graphic | Used by:66 | |
Symbol 66 MovieClip | Uses:65 | Used by:Timeline |
Symbol 67 Text | Uses:10 | Used by:Timeline |
Symbol 68 Graphic | Used by:69 | |
Symbol 69 MovieClip | Uses:68 | Used by:Timeline |
Symbol 70 Text | Uses:10 | Used by:Timeline |
Symbol 71 Text | Uses:10 | Used by:Timeline |
Symbol 72 Text | Uses:10 | Used by:Timeline |
Symbol 73 Text | Uses:10 | Used by:Timeline |
Symbol 74 Graphic | Used by:Timeline | |
Symbol 75 EditableText | Uses:10 | Used by:Timeline |
Symbol 76 Text | Uses:10 | Used by:77 83 87 90 |
Symbol 77 Button | Uses:27 28 76 30 31 | Used by:Timeline |
Symbol 78 Text | Uses:10 | Used by:80 |
Symbol 79 Text | Uses:10 | Used by:80 |
Symbol 80 Button | Uses:33 78 35 79 37 38 | Used by:Timeline |
Symbol 81 Text | Uses:10 | Used by:Timeline |
Symbol 82 EditableText | Uses:10 | Used by:Timeline |
Symbol 83 Button | Uses:27 28 76 30 31 | Used by:Timeline |
Symbol 84 Graphic | Uses:1 | Used by:Timeline |
Symbol 85 Text | Uses:10 | Used by:Timeline |
Symbol 86 EditableText | Uses:10 | Used by:Timeline |
Symbol 87 Button | Uses:27 28 76 30 31 | Used by:Timeline |
Symbol 88 Text | Uses:10 | Used by:Timeline |
Symbol 89 EditableText | Uses:10 | Used by:Timeline |
Symbol 90 Button | Uses:27 28 76 30 31 | Used by:Timeline |
Symbol 91 Bitmap | Used by:92 175 | |
Symbol 92 Graphic | Uses:91 | Used by:93 |
Symbol 93 MovieClip | Uses:92 | Used by:Timeline |
Symbol 94 Graphic | Used by:110 117 | |
Symbol 95 Sound | Used by:110 131 | |
Symbol 96 Graphic | Used by:110 118 | |
Symbol 97 Graphic | Used by:110 119 | |
Symbol 98 Graphic | Used by:110 120 | |
Symbol 99 Graphic | Used by:110 121 | |
Symbol 100 Graphic | Used by:110 122 | |
Symbol 101 Graphic | Used by:110 123 | |
Symbol 102 Graphic | Used by:110 124 | |
Symbol 103 Graphic | Used by:110 125 | |
Symbol 104 Graphic | Used by:110 | |
Symbol 105 Graphic | Used by:110 127 | |
Symbol 106 Graphic | Used by:110 128 | |
Symbol 107 Graphic | Used by:110 129 | |
Symbol 108 Graphic | Used by:110 130 | |
Symbol 109 Graphic | Used by:110 131 210 | |
Symbol 110 MovieClip | Uses:94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | Used by:Timeline |
Symbol 111 Graphic | Used by:114 | |
Symbol 112 Graphic | Used by:114 | |
Symbol 113 Sound | Used by:114 | |
Symbol 114 MovieClip | Uses:111 112 113 | Used by:Timeline |
Symbol 115 EditableText | Uses:10 | Used by:Timeline |
Symbol 116 EditableText | Uses:10 | Used by:Timeline |
Symbol 117 MovieClip | Uses:94 | Used by:131 210 |
Symbol 118 MovieClip | Uses:96 | Used by:131 210 |
Symbol 119 MovieClip | Uses:97 | Used by:131 210 |
Symbol 120 MovieClip | Uses:98 | Used by:131 210 |
Symbol 121 MovieClip | Uses:99 | Used by:131 210 |
Symbol 122 MovieClip | Uses:100 | Used by:131 210 |
Symbol 123 MovieClip | Uses:101 | Used by:131 210 |
Symbol 124 MovieClip | Uses:102 | Used by:131 210 |
Symbol 125 MovieClip | Uses:103 | Used by:131 210 |
Symbol 126 Graphic | Used by:131 | |
Symbol 127 MovieClip | Uses:105 | Used by:131 210 |
Symbol 128 MovieClip | Uses:106 | Used by:131 210 |
Symbol 129 MovieClip | Uses:107 | Used by:131 210 |
Symbol 130 MovieClip | Uses:108 | Used by:131 210 |
Symbol 131 MovieClip | Uses:117 95 118 119 120 121 122 123 124 125 126 127 128 129 130 109 | Used by:Timeline |
Symbol 132 Graphic | Used by:133 147 152 159 163 172 180 199 205 211 224 | |
Symbol 133 Button | Uses:132 | Used by:Timeline |
Symbol 134 Graphic | Used by:135 | |
Symbol 135 MovieClip | Uses:134 SS1 | Used by:Timeline |
Symbol 136 Text | Uses:10 21 | Used by:Timeline |
Symbol 137 Sound | Used by:Timeline | |
Symbol 138 Graphic | Used by:139 | |
Symbol 139 MovieClip | Uses:138 SS2 | Used by:Timeline |
Symbol 140 Graphic | Used by:141 | |
Symbol 141 MovieClip | Uses:140 | Used by:142 144 |
Symbol 142 MovieClip | Uses:141 SS3 | Used by:Timeline |
Symbol 143 Graphic | Used by:144 | |
Symbol 144 MovieClip | Uses:141 143 SS4 | Used by:150 Timeline |
Symbol 145 EditableText | Uses:10 | Used by:Timeline |
Symbol 146 EditableText | Uses:10 | Used by:Timeline |
Symbol 147 Button | Uses:132 | Used by:Timeline |
Symbol 148 Graphic | Used by:150 | |
Symbol 149 Graphic | Used by:150 | |
Symbol 150 MovieClip | Uses:148 144 149 | Used by:Timeline |
Symbol 151 EditableText | Uses:10 | Used by:Timeline |
Symbol 152 Button | Uses:132 | Used by:Timeline |
Symbol 153 Text | Uses:10 | Used by:Timeline |
Symbol 154 Text | Uses:10 | Used by:Timeline |
Symbol 155 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 156 Text | Uses:10 | Used by:Timeline |
Symbol 157 EditableText | Uses:10 | Used by:Timeline |
Symbol 158 EditableText | Uses:10 | Used by:Timeline |
Symbol 159 Button | Uses:132 | Used by:Timeline |
Symbol 160 Text | Uses:10 21 | Used by:Timeline |
Symbol 161 EditableText | Uses:10 | Used by:Timeline |
Symbol 162 EditableText | Uses:10 | Used by:Timeline |
Symbol 163 Button | Uses:132 | Used by:Timeline |
Symbol 164 Graphic | Used by:165 | |
Symbol 165 MovieClip | Uses:164 | Used by:184 Timeline |
Symbol 166 EditableText | Uses:10 | Used by:Timeline |
Symbol 167 Graphic | Used by:169 | |
Symbol 168 Graphic | Used by:169 | |
Symbol 169 MovieClip | Uses:167 168 SS5 | Used by:Timeline |
Symbol 170 EditableText | Uses:10 | Used by:Timeline |
Symbol 171 EditableText | Uses:10 | Used by:Timeline |
Symbol 172 Button | Uses:132 | Used by:Timeline |
Symbol 173 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 174 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 175 Graphic | Uses:91 | Used by:176 |
Symbol 176 MovieClip | Uses:175 | Used by:177 |
Symbol 177 MovieClip | Uses:176 | Used by:Timeline |
Symbol 178 EditableText | Uses:10 | Used by:Timeline |
Symbol 179 EditableText | Uses:10 | Used by:Timeline |
Symbol 180 Button | Uses:132 | Used by:Timeline |
Symbol 181 EditableText | Uses:21 | Used by:Timeline |
Symbol 182 MovieClip | Uses:SS6 | Used by:Timeline |
Symbol 183 Graphic | Used by:184 | |
Symbol 184 MovieClip | Uses:165 183 | Used by:Timeline |
Symbol 185 Text | Uses:10 | Used by:Timeline |
Symbol 186 Graphic | Used by:190 | |
Symbol 187 Sound | Used by:190 219 | |
Symbol 188 ShapeTweening | Used by:190 | |
Symbol 189 Graphic | Used by:190 | |
Symbol 190 MovieClip | Uses:186 187 188 189 | Used by:Timeline |
Symbol 191 Text | Uses:10 | Used by:Timeline |
Symbol 192 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 193 Text | Uses:21 | Used by:Timeline |
Symbol 194 Bitmap | Used by:195 | |
Symbol 195 Graphic | Uses:194 | Used by:196 |
Symbol 196 MovieClip | Uses:195 | Used by:Timeline |
Symbol 197 EditableText | Uses:10 | Used by:Timeline |
Symbol 198 EditableText | Uses:10 | Used by:Timeline |
Symbol 199 Button | Uses:132 | Used by:Timeline |
Symbol 200 Text | Uses:10 21 | Used by:Timeline |
Symbol 201 Sound | Used by:Timeline | |
Symbol 202 EditableText | Uses:10 | Used by:Timeline |
Symbol 203 EditableText | Uses:10 | Used by:Timeline |
Symbol 204 EditableText | Uses:21 | Used by:Timeline |
Symbol 205 Button | Uses:132 | Used by:Timeline |
Symbol 206 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 207 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 208 EditableText | Uses:21 | Used by:Timeline |
Symbol 209 Graphic | Used by:210 | |
Symbol 210 MovieClip | Uses:117 118 119 120 121 122 123 124 125 209 127 128 129 130 109 | Used by:Timeline |
Symbol 211 Button | Uses:132 | Used by:Timeline |
Symbol 212 EditableText | Uses:10 | Used by:Timeline |
Symbol 213 EditableText | Uses:10 | Used by:Timeline |
Symbol 214 Text | Uses:10 21 | Used by:Timeline |
Symbol 215 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 216 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 217 Graphic | Used by:218 | |
Symbol 218 MovieClip | Uses:217 | Used by:219 |
Symbol 219 MovieClip | Uses:218 187 | Used by:Timeline |
Symbol 220 EditableText | Uses:21 | Used by:Timeline |
Symbol 221 EditableText | Uses:10 | Used by:Timeline |
Symbol 222 EditableText | Uses:10 | Used by:Timeline |
Symbol 223 Text | Uses:10 | Used by:Timeline |
Symbol 224 Button | Uses:132 | Used by:Timeline |
Symbol 225 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Symbol 226 Text | Uses:21 | Used by:Timeline |
Symbol 227 Text | Uses:21 | Used by:Timeline |
Symbol 228 Text | Uses:21 | Used by:Timeline |
Symbol 229 Button | Uses:33 47 35 48 37 38 | Used by:Timeline |
Streaming Sound 1 | Used by:Symbol 135 MovieClip | |
Streaming Sound 2 | Used by:Symbol 139 MovieClip | |
Streaming Sound 3 | Used by:Symbol 142 MovieClip | |
Streaming Sound 4 | Used by:Symbol 144 MovieClip | |
Streaming Sound 5 | Used by:Symbol 169 MovieClip | |
Streaming Sound 6 | Used by:Symbol 182 MovieClip |
Instance Names
"ExplosionaT" | Frame 68 | Symbol 110 MovieClip |
"PlayerShotT" | Frame 68 | Symbol 114 MovieClip |
"PlayerShip" | Frame 68 | Symbol 69 MovieClip |
"ExplosionbT" | Frame 68 | Symbol 131 MovieClip |
"Alien" | Frame 68 | Symbol 54 MovieClip |
"AlienShotT" | Frame 68 | Symbol 135 MovieClip |
"AlienShotT" | Frame 1267 | Symbol 139 MovieClip |
"Alien" | Frame 1267 | Symbol 57 MovieClip |
"AlienShotT" | Frame 2247 | Symbol 142 MovieClip |
"Alien" | Frame 2247 | Symbol 60 MovieClip |
"AlienShotT" | Frame 3212 | Symbol 144 MovieClip |
"Alien2" | Frame 3212 | Symbol 63 MovieClip |
"Alien" | Frame 3212 | Symbol 63 MovieClip |
"AlienShot2T" | Frame 3212 | Symbol 144 MovieClip |
"PlayerShip" | Frame 3648 | Symbol 69 MovieClip |
"PlayerShotT" | Frame 3648 | Symbol 114 MovieClip |
"Alien" | Frame 3648 | Symbol 66 MovieClip |
"AlienShotT" | Frame 3648 | Symbol 150 MovieClip |
"ExplosionaT" | Frame 3670 | Symbol 110 MovieClip |
"PlayerShotT" | Frame 3670 | Symbol 114 MovieClip |
"PlayerShip" | Frame 3670 | Symbol 69 MovieClip |
"ExplosionbT" | Frame 3670 | Symbol 131 MovieClip |
"Alien" | Frame 3670 | Symbol 54 MovieClip |
"AlienShotT" | Frame 3670 | Symbol 135 MovieClip |
"PlayerShip" | Frame 5438 | Symbol 69 MovieClip |
"PlayerShotT" | Frame 5438 | Symbol 114 MovieClip |
"Alien" | Frame 5438 | Symbol 165 MovieClip |
"AlienShotT" | Frame 5438 | Symbol 169 MovieClip |
"PlayerShotT" | Frame 5469 | Symbol 114 MovieClip |
"ExplosionaT" | Frame 5473 | Symbol 110 MovieClip |
"PlayerShip" | Frame 5473 | Symbol 69 MovieClip |
"ExplosionbT" | Frame 5473 | Symbol 131 MovieClip |
"PlayerShotT" | Frame 5473 | Symbol 114 MovieClip |
"Alien" | Frame 5473 | Symbol 184 MovieClip |
"AlienShotT" | Frame 5473 | Symbol 190 MovieClip |
"ExplosionaT" | Frame 5476 | Symbol 110 MovieClip |
"PlayerShip" | Frame 5476 | Symbol 69 MovieClip |
"ExplosionbT" | Frame 5476 | Symbol 131 MovieClip |
"PlayerShotT" | Frame 5476 | Symbol 114 MovieClip |
"Alien" | Frame 5476 | Symbol 54 MovieClip |
"AlienShotT" | Frame 5476 | Symbol 135 MovieClip |
"Alien" | Frame 6675 | Symbol 57 MovieClip |
"AlienShotT" | Frame 6675 | Symbol 139 MovieClip |
"Alien" | Frame 7375 | Symbol 60 MovieClip |
"AlienShotT" | Frame 7375 | Symbol 142 MovieClip |
"AlienShotT" | Frame 8005 | Symbol 144 MovieClip |
"Alien2" | Frame 8005 | Symbol 63 MovieClip |
"Alien" | Frame 8005 | Symbol 63 MovieClip |
"AlienShot2T" | Frame 8005 | Symbol 144 MovieClip |
"PlayerShotT" | Frame 9075 | Symbol 114 MovieClip |
"Alien" | Frame 9075 | Symbol 66 MovieClip |
"AlienShotT" | Frame 9075 | Symbol 150 MovieClip |
"PlayerShip" | Frame 9078 | Symbol 69 MovieClip |
"ExplosionaT" | Frame 9078 | Symbol 110 MovieClip |
"ExplosionbT" | Frame 9078 | Symbol 210 MovieClip |
"PlayerShotT" | Frame 9078 | Symbol 114 MovieClip |
"Alien" | Frame 9078 | Symbol 54 MovieClip |
"AlienShotT" | Frame 9078 | Symbol 135 MovieClip |
"AlienShotT" | Frame 9081 | Symbol 219 MovieClip |
"Alien" | Frame 9081 | Symbol 165 MovieClip |
"PlayerShip" | Frame 9081 | Symbol 69 MovieClip |
"ExplosionaT" | Frame 9081 | Symbol 110 MovieClip |
"ExplosionbT" | Frame 9081 | Symbol 131 MovieClip |
"PlayerShotT" | Frame 9081 | Symbol 114 MovieClip |
"bar" | Symbol 26 MovieClip Frame 1 | Symbol 18 MovieClip |
Special Tags
FileAttributes (69) | Timeline Frame 1 | Access local files only, Metadata not present, AS1/AS2. |
Labels
"main" | Frame 1 |
"passscreen1" | Frame 63 |
"passscreen2" | Frame 64 |
"passscreen3" | Frame 65 |
"passscreen4" | Frame 66 |
"win" | Frame 5470 |
"fail" | Frame 5471 |
"mars1" | Frame 5476 |
"loaded" | Symbol 26 MovieClip Frame 5 |
Dynamic Text Variables
pass | Symbol 75 EditableText | "" |
pass2 | Symbol 82 EditableText | "" |
pass3 | Symbol 86 EditableText | "" |
pass4 | Symbol 89 EditableText | "" |
hp | Symbol 115 EditableText | "" |
life | Symbol 116 EditableText | "" |
hp | Symbol 145 EditableText | "" |
life | Symbol 146 EditableText | "" |
mhp | Symbol 151 EditableText | "" |
hp | Symbol 157 EditableText | "" |
life | Symbol 158 EditableText | "" |
hp | Symbol 161 EditableText | "" |
life | Symbol 162 EditableText | "" |
mhp | Symbol 166 EditableText | "" |
hp | Symbol 170 EditableText | "" |
life | Symbol 171 EditableText | "" |
hp | Symbol 178 EditableText | "" |
life | Symbol 179 EditableText | "" |
mhp | Symbol 181 EditableText | "" |
hp | Symbol 197 EditableText | "" |
life | Symbol 198 EditableText | "" |
hp | Symbol 202 EditableText | "" |
life | Symbol 203 EditableText | "" |
mhp | Symbol 204 EditableText | "" |
mhp | Symbol 208 EditableText | "" |
hp | Symbol 212 EditableText | "" |
life | Symbol 213 EditableText | "" |
mhp | Symbol 220 EditableText | "" |
hp | Symbol 221 EditableText | "" |
life | Symbol 222 EditableText | "" |
|