home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / DefineSprite_615 / frame_9 / DoAction.as
Encoding:
Text File  |  2008-09-08  |  130 b   |  8 lines

  1. stop();
  2. _global.persoLife--;
  3. if(_global.persoLife <= 0)
  4. {
  5.    _parent.gotoAndStop("final2");
  6.    _global.oGame.LoseGame();
  7. }
  8.