home *** CD-ROM | disk | FTP | other *** search
- call("pro");
- fadescreen();
- stopAllSounds();
- _global.r = this;
- _global.s = this.star;
- r.attachmovie("progressbar","progressbar",27990);
- r.progressbar._x = 15;
- r.progressbar._y = 327;
- autofire = 0;
- score = 0;
- point = 10;
- energymax = 100;
- energy = energymax;
- energyless = 20;
- hit = 0;
- inv = 0;
- invhitdelay = 50;
- screenwid = 600;
- posnow = screenwid;
- espeed = -15;
- bgspeed = -20;
- shotdelay = 5;
- noshot = 1;
- losing = 0;
- cheat1 = 0;
- allgroups = [];
- bul = [];
- r.b = 1000;
- enemy = [];
- r.ed = 100;
- r.psd = 28000;
- r.createEmptyMovieClip("sfx",60001);
- allsfx = ["zwin","zlose","zwand","zblast1","zblast2","zbonus","zhit","zboom1","zboom2"];
- var i = 0;
- while(i < allsfx.length)
- {
- r[allsfx[i]] = new sound(sfx);
- r[allsfx[i]].attachsound(allsfx[i]);
- i++;
- }
- r.createEmptyMovieClip("sfx2",60002);
- r.zloop = new sound(sfx2);
- r.zloop.attachsound("zloop");
- r.createEmptyMovieClip("sfx3",60003);
- r.zboss = new sound(sfx3);
- r.zboss.attachsound("zboss");
- r.zloop.start(0,99999);
-