home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / PuzzlePuzzle.swf / scripts / DefineSprite_198 / frame_23 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  65 b   |  7 lines

  1. chi += 1;
  2. if(chi >= 20)
  3. {
  4.    chi = 1;
  5.    gotoAndPlay(1);
  6. }
  7.