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

  1. setProperty("wep" add count, _Y, y * "4" + wepoffy);
  2. x = eval("wepx" add count);
  3. set(x add "am" add (y - "2"),"0");
  4. set("wepy" add count,y);
  5. set(x add "am" add y,"53" + count);
  6. she = eval(x add "dm" add y);
  7. if("0" < she)
  8. {
  9.    call("weaponshield");
  10. }
  11.