home *** CD-ROM | disk | FTP | other *** search
- gamelevelcount = 1;
- showbonus = 0;
- allowtrain = 0;
- islandcreate = random(10) + 3;
- islandpause = islandcreate + random(20);
- islandx = random(11) + 1;
- islandwidth = random(2) + 2;
- islandtype = random(2) + 1;
- totalcount = 1000;
- allowlander = 0;
- allowbonusship = 0;
- bonuscountdown = 0;
- bubblecount = 6500;
- tiletype = random(2) + 1;
- e3bullet = 3000;
- radarcount = 7000;
- escount = 9000;
- shotsfired = 0;
- shipcount = 5;
- shippause = 0;
- shipcontrol = 0;
- bubbletotal = 50;
- increasespeed = 0;
- minecount = 11000;
- replacement = 0;
- levelduration = 6;
- bulletcount = 2000;
- shielduration = 300;
- scrollspeed = 0.5;
- bulletstop = 1;
- resetlander = 0;
- duplicateMovieClip(_root.gamelevel1,"gamelevel",32384);
- duplicateMovieClip(_root.bonus1,"bonus",32385);
- duplicateMovieClip(_root.ship1,"ship",30384);
- setProperty(_root.ship, _X, 150);
- setProperty(_root.ship, _Y, -150);
- tellTarget(_root.ship)
- {
- gotoAndStop(20);
- }
- icondepth = 14010;
- placeiconx = -8;
- s = 1;
- while(_root.shipcount >= s)
- {
- icondepth++;
- placeiconx += 20;
- duplicateMovieClip(_root.shipicon,"icon" + icondepth,16384 + icondepth);
- setProperty("_root.icon" + icondepth, _X, placeiconx);
- setProperty("_root.icon" + icondepth, _Y, 8);
- if(14020 < icondepth)
- {
- icondepth = 14010;
- }
- s++;
- }
- duplicateMovieClip(_root.shipshield1,"shipshield",30385);
- setProperty(_root.shipshield, _X, -150);
- setProperty(_root.shipshield, _Y, -150);
- duplicateMovieClip(_root.overlay,"overlay",30386);
- setProperty(_root.overlay, _X, 0);
- setProperty(_root.overlay, _Y, 0);
- overlay.platformsremaining = 20;
- duplicateMovieClip(_root.radarscreen,"rscreen",30387);
- setProperty(_root.rscreen, _X, 240);
- setProperty(_root.rscreen, _Y, 4);
- duplicateMovieClip(_root.shipsmall1,"shipsmall",30388);
- displaycount = 0;
- ebullet = 3000;
- enemycount = 4000;
- explosioncount = 4050;
- makescroll = 299;
- rbgbcounter = 6500;
-