home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / OvCata.swf / scripts / DefineSprite_55 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  93 b   |  10 lines

  1. x = random(20);
  2. if(x < 19)
  3. {
  4.    gotoAndPlay(1);
  5. }
  6. if(x > 18)
  7. {
  8.    gotoAndPlay(3);
  9. }
  10.