home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / steppenwolf_2_chapter_8.swf / scripts / DefineSprite_2459 / frame_4 / DoAction.as
Text File  |  2008-11-12  |  244b  |  18 lines

  1. Random = random(100);
  2. if(50 < Random)
  3. {
  4.    tellTarget("_root.Sons")
  5.    {
  6.       gotoAndStop("SndMarcheEau1");
  7.       play();
  8.    }
  9. }
  10. else
  11. {
  12.    tellTarget("_root.Sons")
  13.    {
  14.       gotoAndStop("SndMarcheEau2");
  15.       play();
  16.    }
  17. }
  18.