home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_1708 / frame_50 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  201 b   |  13 lines

  1. stop();
  2. b.removeListener(this);
  3. if(_root.persoLife <= 0)
  4. {
  5.    _root.KimAge = 1;
  6.    _parent._parent._parent.gotoAndStop("gameOver");
  7. }
  8. else
  9. {
  10.    c.persoIsInPain = false;
  11.    c.resetPlay();
  12. }
  13.