home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_1102 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  112 b   |  7 lines

  1. if(c.getDamage(_name) >= 1)
  2. {
  3.    gotoAndStop(4);
  4. }
  5. stop();
  6. _parent["laser_" + _name].gotoAndStop("open");
  7.