home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / clicknslide.swf / scripts / DefineSprite_148 / frame_23 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  105 b   |  8 lines

  1. textframe++;
  2. if(4 < textframe)
  3. {
  4.    textframe = 1;
  5. }
  6. text.gotoAndStop(textframe);
  7. gotoAndPlay(1);
  8.