home *** CD-ROM | disk | FTP | other *** search
- county = "0";
- count = "1";
- while(totbul >= count)
- {
- x = shipx - "1" + count;
- y = shipy + "1";
- duplicateMovieClip("/bullet","bullet" add count,count + "148" + 16384);
- setProperty("/bullet" add count, _X, x * "4" + bulloffx);
- setProperty("/bullet" add count, _Y, y * "4" + bulloffy);
- set("bullx" add count,x);
- set("bully" add count,y);
- count += "1";
- }
-