home *** CD-ROM | disk | FTP | other *** search
- _root.gamestart = false;
- _root.gametimer = false;
- _root.youaredead = false;
- _root.time = 0;
- _root.totalscore = 0;
- _root.totalscore2 = 0;
- _root.shipshieldtotal = _root.shipshield = 50;
- _root.sheight = getProperty(_root.ship.shiptype, _height);
- _root.swidth = getProperty(_root.ship.shiptype, _width);
- _root.bombfire = false;
- _root.numberofbombs = 3;
- _root.bombsound = false;
- _root.havelaser = false;
- _root.mhshotting = false;
- _root.targetenemy = 0;
- _root.targeted = true;
- _root.mhlevel = 0;
- _root.autorotate = false;
- _root.protectorlevel = 0;
- _root.protector1health = _root.protector2health = 15;
- _root.weapontype = "red";
- _root.weaponnumber = 1;
- _root.hitshipcounter = 0;
- _root.powerupspeed = -2;
- _root.explosionxsize = 53;
- _root.bulletspeed = 39;
- _root.interval = 5;
- _root.x20 = _root.bulletspeed * 0.9396926207859084;
- _root.y20 = _root.bulletspeed * 0.3420201433256687;
- _root.enemyfiretime = 20;
- _root.bluedepth = 10010;
- _root.sgreenfunction = false;
- _root.sgreentimer = 0;
- _root.health = 2;
- _root.e = 0;
- _root.enemyticker = -25;
- _root.enemy1speed = 12;
- _root.enemy1bulletspeed = 17;
- _root.boss1speed = 5;
- _root.e1w1pos = _root.e2w1pos = _root.e3w1pos = _root.e4w1pos = _root.e4w2pos = _root.e5w1pos = _root.e6w1pos = _root.e7w1pos = _root.boss3counter = 0;
- _root.boss3x = 600;
- _root.boss3y = 100;
- _root.boss3s = 5;
- _root.boss3turndelay = 5;
- _root.boss3totalhealth = _root.boss3health = 299 * _root.health;
- _root.bossdeadspeed = -2.5;
- _root.loopvolume = 100;
- _root.fade = "in";
- _root.paused = false;
- _root.globalmusiccontrol = "play";
- _root.difficulty = "easy";
- _root.gcompletetimer = 0;
- _root.mode = "mission";
- _root.previewcredits = false;
-