home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / towardsxy < prev    next >
Encoding:
Text File  |  1992-07-09  |  511 b   |  9 lines

  1. towardsxy --Operation, two inputs.
  2.      This operation applies only to the display  turtle.   The  two  inputs
  3.      must  be  numbers, which are the x and y coordinates of a point on the
  4.      TV screen.  The output is a number which is the heading to  which  the
  5.      turtle  must  be  set,  in  order to point towards that point from its
  6.      current position.  Note: this operation does not actually move or turn
  7.      the  turtle.   You  must  use it as the input to setheading if that is
  8.      what you want.
  9.