home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Graviton.swf / scripts / frame_59 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  206 b   |  13 lines

  1. if(eval("/ufo1/:done") != "1")
  2. {
  3.    tellTarget("/livesleft")
  4.    {
  5.       nextFrame();
  6.    }
  7.    gotoAndPlay(29);
  8. }
  9. else if(eval("/terrain/:currentlevel") < eval("/:level"))
  10. {
  11.    gotoAndPlay(85);
  12. }
  13.