aliens.push(new Array(new Boy1(),1,1,0,1,new Array("\nI\'m stuck \nhere because I\'m  bad.","I\'m going to blow this place up one day."),new Vector(70,-80)));
aliens.push(new Array(new Boy2(),1.2,1,0,1,new Array("...\nWhy do you look like me?\n..."),new Vector(0,-170)));
aliens.push(new Array(new Slug(),1.3,4,0,0.2,new Array("I\'ll never amount to anything, they all think I\'m dumb.","\nOne day I\'ll be great and show them all!"),new Vector(140,-130)));
_loc5_ = aliens.push(new Array(new Runaway(),4,-1,0,0.4,new Array("\nI\'m so outta here!","\nWhere\'s the bathroom?"),new Vector(100,-80))) - 1;
aliens[_loc5_][0].x = 0;
aliens[_loc5_][0].y = 10000;
_loc5_ = aliens.push(new Array(new Spaceman(),4,-1,0,0.4,new Array("\nYou really shouldn\'t be out here.","\nIt\'s not safe out here alone."),new Vector(100,-80))) - 1;
aliens[_loc5_][0].x = 10000;
aliens[_loc5_][0].y = -1000;
_loc5_ = aliens.push(new Array(new Lost(),4,-1,0,0.4,new Array("\nAm I going to die?"),new Vector(60,-50))) - 1;
aliens[_loc5_][0].x = -12000;
aliens[_loc5_][0].y = 1000;
_loc6_ = 0;
while(_loc6_ < aliens.length)
{
container1.addChild(aliens[_loc6_][0]);
if(aliens[_loc6_][1] != 4)
{
if(aliens[_loc6_][2] != 100)
{
if(aliens[_loc6_][1] != 1.2)
{
(_loc8_ = new Vector(planets[aliens[_loc6_][2]][2],0)).rotate(Math.random() * 360);