home *** CD-ROM | disk | FTP | other *** search
- fired = "0";
- if(fire < totbul)
- {
- fire += "1";
- if("37" < bully1)
- {
- bullx1 = shipx + "2";
- setProperty("/bullet1", _X, bullx1 * "4" + bulloffx);
- bully1 = launch;
- }
- else if("37" < bully2)
- {
- bullx2 = shipx + "2";
- setProperty("/bullet2", _X, bullx2 * "4" + bulloffx);
- bully2 = launch;
- }
- else if("37" < bully3)
- {
- bullx3 = shipx + "2";
- setProperty("/bullet3", _X, bullx3 * "4" + bulloffx);
- bully3 = launch;
- }
- else if("37" < bully4)
- {
- bullx4 = shipx + "2";
- setProperty("/bullet4", _X, bullx4 * "4" + bulloffx);
- bully4 = launch;
- }
- else if("37" < bully5)
- {
- bullx5 = shipx + "2";
- setProperty("/bullet5", _X, bullx5 * "4" + bulloffx);
- bully5 = launch;
- }
- }
-