Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

LOGO-L> changing and saving turtle shapes

1 view
Skip to first unread message

john wood

unread,
Jul 5, 1999, 3:00:00 AM7/5/99
to log...@gsn.org
I am working on a project to make a chess game. I have made the board and
have started to put turtles on the board to represent the different pieces.

I am a total rookie about changing shapes of the turtles. BUT most
important will be SAVING the shapes, RECALLING the shapes from the disk and
being able to USE the shapes.

Help is appreciated, but please don't go too fast.

Thank you for accepting this challenge.


_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com
---------------------------------------------------------------
Please post messages to the Logo forum to log...@gsn.org. Mail
questions about the list administration to log...@gsn.org. To
unsubscribe send unsubscribe logo-l to majo...@gsn.org.

Terrapin

unread,
Jul 5, 1999, 3:00:00 AM7/5/99
to john wood, log...@gsn.org
PC Logo turtle shapes are variables. You can create the shapes
and store them in variables such as :TURTLE1, :TURTLE2, etc. Then
you can use SETSHAPE to change the shape of one or more turtles by
supplying the appropriate variable name. I would suggest you keep
your shapes in a file or in your program file and load them prior
to running the program. If the variables are there, then SETSHAPE
should be happy.

Bill

****************************************************************
Harvard Associates & makers of PC Logo and LogoPLUS
Terrapin Software Internet: in...@terrapinlogo.com
10 Holworthy Street phone: (617) 492-0660
Cambridge, MA 02138 USA fax: (617) 492-4610
World Wide Web: www.terrapinlogo.com
****************************************************************

0 new messages