home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / terrain.swf / scripts / frame_961 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  201 b   |  8 lines

  1. potx = getProperty("/arrow", _X);
  2. posx = getProperty("/locate", _X);
  3. posy = getProperty("/locate", _Y);
  4. poty = getProperty("/arrow", _Y);
  5. difx = posx - potx;
  6. dify = posy - poty;
  7. call("route1");
  8.