home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / redbeard.swf / scripts / frame_3 / DoAction_2.as next >
Encoding:
Text File  |  2008-09-12  |  117 b   |  9 lines

  1. if(eval("_root.codeMC:lives") == 0)
  2. {
  3.    gotoAndStop(5);
  4. }
  5. if(eval("_root:end") == 1)
  6. {
  7.    gotoAndStop(7);
  8. }
  9.