home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / pendekar.swf / scripts / DefineSprite_96 / frame_5 / DoAction.as
Text File  |  2006-05-08  |  125b  |  11 lines

  1. if(count < limit)
  2. {
  3.    count++;
  4.    gotoAndPlay(_currentframe - 1);
  5. }
  6. else
  7. {
  8.    count = 0;
  9.    limit = random(50);
  10. }
  11.