home *** CD-ROM | disk | FTP | other *** search
/ Pokemon Promotional Discs / ANA_POKEMON_01.ISO / 1 / scripts / DefineSprite_158 / frame_1 / DoAction.as
Text File  |  2004-01-04  |  227b  |  15 lines

  1. randomNum = random(3);
  2. rndmNum = random(3);
  3. if(rndmNum == 0)
  4. {
  5.    this.gotoAndPlay("patern1");
  6. }
  7. else if(rndmNum == 1)
  8. {
  9.    this.gotoAndPlay("patern2");
  10. }
  11. else if(rndmNum == 2)
  12. {
  13.    this.gotoAndPlay("patern3");
  14. }
  15.