home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineSprite_15 / frame_11 / DoAction.as
Encoding:
Text File  |  2005-08-26  |  73 b   |  7 lines

  1. life -= 1;
  2. if(life < 0)
  3. {
  4.    _root.dead = true;
  5.    _root.play();
  6. }
  7.