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

  1. count += 1;
  2. if(_parent._x - 5 < xSpot and xSpot < _parent._x + 5)
  3. {
  4.    gotoAndPlay(6);
  5. }
  6. else if(count < countStop)
  7. {
  8.    gotoAndPlay(_currentframe - 1);
  9. }
  10. else
  11. {
  12.    gotoAndPlay(6);
  13. }
  14.