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

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