home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / skelet_dance.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  227 b   |  20 lines

  1. k = "15";
  2. fals = "0";
  3. perf = "0";
  4. defen = "0";
  5. sou = random("2");
  6. if(sou == "1")
  7. {
  8.    tellTarget("/sound1")
  9.    {
  10.       gotoAndPlay(2);
  11.    }
  12. }
  13. else
  14. {
  15.    tellTarget("/sound2")
  16.    {
  17.       gotoAndPlay(2);
  18.    }
  19. }
  20.