home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / DesktopInvaders.swf / scripts / frame_15 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  240 b   |  8 lines

  1. y = "39";
  2. x = - "1" + count;
  3. fire -= "1";
  4. set("bullx" add count,shipx + x);
  5. set("bully" add count,y);
  6. setProperty("/bullet" add count, _X, x * "4" + smooth + "2" + bulloffs);
  7. setProperty("/bullet" add count, _Y, y * "4" + bulloffy);
  8.