home *** CD-ROM | disk | FTP | other *** search
- if(fired == "1" and life == "0" and quiet == "0")
- {
- call("firepressed");
- }
- count = "1";
- while(totbul >= count)
- {
- y = eval("bully" add count);
- if(y < "38")
- {
- x = eval("bullx" add count);
- call("bulletup");
- }
- else
- {
- call("bulletbase");
- }
- count += "1";
- }
- if(lives == - "1")
- {
- if(life == "0")
- {
- gotoAndPlay(29);
- }
- }
- if(alientots == "40")
- {
- if(motherflag == "0" and fire == "0" and prizeflag == "0" and alienfire == "0" and life == "0")
- {
- if(quiet < quiettop)
- {
- quiet += "1";
- }
- else
- {
- gotoAndPlay(25);
- }
- }
- }
-