home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / HookLine.swf / scripts / DefineSprite_158 / frame_8 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  110 b   |  10 lines

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