home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / FleshFighter.swf / scripts / DefineSprite_36 / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  154 b   |  8 lines

  1. tellTarget("/")
  2. {
  3.    shield -= "5";
  4.    sc += "50";
  5.    setProperty("/sg", _yscale, sc);
  6.    setProperty("/sg", _Y, getProperty("sg", _Y) + "2.3");
  7. }
  8.