home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / HookLine.swf / scripts / DefineSprite_252 / frame_24 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  200 b   |  11 lines

  1. if(_parent._x < xSpot)
  2. {
  3.    fish.gotoAndStop(1);
  4.    setProperty(_parent, _X, _parent._x + speed + 2);
  5. }
  6. else
  7. {
  8.    fish.gotoAndStop(2);
  9.    setProperty(_parent, _X, _parent._x - speed + 2);
  10. }
  11.