home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineSprite_1110 / frame_16 / DoAction.as
Text File  |  2010-05-15  |  385b  |  23 lines

  1. if(eval("/Variables:EtatActif") eq "Tab11")
  2. {
  3.    set("/Variables:From","Tab11");
  4.    tellTarget("_root")
  5.    {
  6.       gotoAndStop("Tab2Ini");
  7.       play();
  8.    }
  9. }
  10. if(eval("/Variables:EtatActif") eq "Tab5")
  11. {
  12.    set("/Variables:From","Tab5");
  13.    tellTarget("_root")
  14.    {
  15.       gotoAndStop("Tab4Ini");
  16.       play();
  17.    }
  18. }
  19. tellTarget("_parent")
  20. {
  21.    gotoAndStop(1);
  22. }
  23.