Challenge 8 - Rhombi
Try entering:
RHOMB 20
RHOMB 30
Then:
PAT20
PAT 30
How do you "explode" the shape?
Not only do you need to turn a
little after you have drawn the rhombus what else should you
do ?
LOGO programs such as MSWLogo allow you to "step through" your
commands so you can see what each line of your program is doing -
this can be very useful if things keep going wrong and you cannot
see why.
Youcan change the pencolour by using the SETPENCOLOR command
(SETPC)
Try:
SETPC 3