home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / steppenwolf_1_chapter_4.swf / scripts / DefineSprite_4368 / frame_8 / DoAction.as
Text File  |  2010-05-15  |  309b  |  17 lines

  1. if(eval("/Variables:PoseAssassin") == 3)
  2. {
  3.    set("/Variables:Stoppe",true);
  4.    tellTarget("_root.Animatiques")
  5.    {
  6.       gotoAndStop("AssommeAssassin");
  7.    }
  8.    tellTarget("_root")
  9.    {
  10.       gotoAndStop("Tab12Stoppe");
  11.    }
  12.    tellTarget("_root.Assassin")
  13.    {
  14.       gotoAndStop(1);
  15.    }
  16. }
  17.