home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / steppenwolf_3_chapter_7.swf / scripts / frame_1023 / DoAction.as
Text File  |  2010-07-14  |  622b  |  33 lines

  1. set("/Variables:EtatVide","Tab5Stoppe");
  2. set("/Variables:EtatActif","Tab5");
  3. if(eval("/Save:Load") == true)
  4. {
  5.    set("/Save:Load",false);
  6.    if(eval("/Variables:PositionEruka") == 6)
  7.    {
  8.       tellTarget("_root.Eruka")
  9.       {
  10.          gotoAndStop(5);
  11.       }
  12.    }
  13.    if(eval("/Variables:PositionEruka") == 7)
  14.    {
  15.       tellTarget("_root.Eruka")
  16.       {
  17.          gotoAndStop("Sang");
  18.       }
  19.    }
  20.    if(eval("/Variables:PositionEruka") == 8)
  21.    {
  22.       tellTarget("_root.Eruka")
  23.       {
  24.          gotoAndStop("Peur");
  25.       }
  26.    }
  27. }
  28. tellTarget("_root.Gts")
  29. {
  30.    gotoAndStop(10);
  31. }
  32. stop();
  33.