[Back to GSN Home Page] [Back to Message Index]

Global SchoolNet - Automated Message Archive

LOGO-L> MicroWorlds / textbox




Daniel Lesage (dan@lcsi.ca)
Tue, 30 Jan 1996 11:52:13 -0500

Bill Donaldson asked how to create a textbox at the turtle's position.

Bill,

assuming you have only one turtle, you can use:

newtext "textname pos [100 100]

which will create a textbox named "textname" at the turtle's position
with a size of 100x100.

If you have more that one turtle, you can use:

newtext "textname ask "t1 [pos] [100 100]

where you replace "t1" by the name of the turtle you want to use as
a starting point.

Dan,
LCSI Tech Support/Systems Admin.

---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org. Mail
questions about the list administration to logofdn@gsn.org. To
unsubscribe send unsubscribe logo-l to majordomo@gsn.org.