home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / MetaPloy.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  598 b   |  30 lines

  1. if(scorvar == "0")
  2. {
  3.    lives = "5";
  4.    metalast = "99999999";
  5.    tellTarget("/liv")
  6.    {
  7.       gotoAndStop(eval("/:lives"));
  8.    }
  9.    tellTarget("/lead")
  10.    {
  11.       gotoAndStop(2);
  12.    }
  13.    tellTarget("/mush")
  14.    {
  15.       gotoAndStop(3);
  16.    }
  17.    tellTarget("/adds")
  18.    {
  19.       gotoAndStop(2);
  20.    }
  21.    loadVariables("http://www.kleentec.ch/flashworks/metascor.txt","");
  22.    loadVariables("http://www.kleentec.ch/flashworks/metalast.txt","");
  23.    loadVariables("http://www.kleentec.ch/flashworks/metainfo.txt","");
  24.    scorvar = "1";
  25. }
  26. ifFrameLoaded(8)
  27. {
  28.    gotoAndPlay(5);
  29. }
  30.