home *** CD-ROM | disk | FTP | other *** search
- y -= "2";
- if(y < "0")
- {
- call("clearbullet");
- }
- else
- {
- d = eval(x add "adm" add (y + "2"));
- e = eval(x add "am" add (y + "2"));
- f = eval(x add "am" add (y + "4"));
- she = eval(x add "dm" add y);
- if("0" < d and d < "49")
- {
- call("killalien");
- }
- else if("53" < e and e < "64")
- {
- call("killweapon");
- }
- else if("53" < f and f < "64")
- {
- call("killweapon");
- }
- else if("0" < she)
- {
- call("killbase");
- }
- else if(y == "3" and motherflag == "1" and x >= mothershipx and mothershipx + "4" >= x)
- {
- call("shotmother");
- }
- else
- {
- setProperty("/bullet" add count, _Y, y * "4" + bulloffy);
- set("bully" add count,y);
- }
- }
-