home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / help_turtle.swf / scripts / frame_73 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  222 b   |  13 lines

  1. function faildck()
  2. {
  3.    if(lifeMc.bar._xscale <= 0)
  4.    {
  5.       lifeMc.bar._xscale = 0;
  6.       _root.gotoAndPlay("faild");
  7.       _root.fishMc.gotoAndPlay("end");
  8.       playM = false;
  9.    }
  10. }
  11. stop();
  12. endM = false;
  13.