home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Graviton.swf / scripts / DefineSprite_110 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  188 b   |  10 lines

  1. xdif = _X - getProperty("../location", _X);
  2. if("1" < int(xdif * xdif))
  3. {
  4.    _X = getProperty("../location", _X) + xdif * speed;
  5. }
  6. else
  7. {
  8.    _X = getProperty("../location", _X);
  9. }
  10.