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

  1. set("/Variables:EtatVide","Tab4Stoppe");
  2. set("/Variables:EtatActif","Tab4");
  3. if(eval("/Save:Load") == true)
  4. {
  5.    set("/Save:Load",false);
  6.    if(eval("/Variables:PositionEruka") == 5)
  7.    {
  8.       tellTarget("_root.Eruka")
  9.       {
  10.          gotoAndStop(4);
  11.       }
  12.    }
  13. }
  14. tellTarget("_root.Gts")
  15. {
  16.    gotoAndStop(8);
  17. }
  18. stop();
  19.