L
o
g
o - Building More Amusing Procedures -
U
s
i
n
g
C
o
l
o
u
r
You can copy and paste these commands into the
Execute window
Logo Procedure
What it does!
First let us draw a square and turn it a little.
Execute
this command:
repeat 100 [ fd 100 rt 90 rt 2]
An interesting shape, but it is black!
Add the command
SetPC Random 255
and see what it does below
Now
Execute
the command:
repeat 100 [setpc random 255 fd 100 rt 90 rt 2]
Then
Execute
the command:
pu home seth random 361 fd 40 pd fd random 200 setpc random 255
Now try repeating the command 100 times! ( Hint use repeat 100 [
put commands here
]
Try using colour in all your other shapes.