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

  1. Random = random(100);
  2. if(80 < Random)
  3. {
  4.    gotoAndPlay(43);
  5. }
  6. else if(60 < Random)
  7. {
  8.    gotoAndPlay(73);
  9. }
  10. else if(40 < Random)
  11. {
  12.    gotoAndPlay(113);
  13. }
  14. else if(20 < Random)
  15. {
  16.    gotoAndPlay(174);
  17. }
  18. else
  19. {
  20.    gotoAndPlay(240);
  21. }
  22. stop();
  23.