home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_1428 / frame_114 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  104 b   |  9 lines

  1. nbAttack++;
  2. if(nbAttack >= 8)
  3. {
  4.    if(c.myRand(1,100) < 50)
  5.    {
  6.       gotoAndStop(112);
  7.    }
  8. }
  9.