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

  1. setxy --Command, two inputs.
  2.      The two inputs must be numbers.  The turtle is moved to the  point  on
  3.      the  screen  whose  x  (horizontal) coordinate is the first input, and
  4.      whose y (vertical) coordinate is the second input.  The center of  the
  5.      screen,  where  the  turtle starts, has both coordinates zero.  If the
  6.      pen is down, this command draws a line.  This command applies only  to
  7.      the display turtle.
  8.