home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / clicknslide_offsite.swf / scripts / DefineSprite_160 / frame_23 / DoAction.as
Encoding:
Text File  |  2007-03-28  |  105 b   |  8 lines

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