Have fun with different polygons and repeats, but remember to get the maths right!

Procedures follow this format

To square

repeat 4 [fd 100 rt 90]

End

Must start with a To and end with End

You can add to the procedures to alter colour, line width, HT, etc

Procedures in repeats

E.g

Repeat 4 [square rt 90]

Logo Week 5

Improving our procedures

How was this done?

1. Create a procedure for a hexagon

2. Repeat it 6 times

The changing colours?

I used Colour and Random commands.

Your challenge is to figure out where I put them!

There are still too many examples of 'bad maths' lurking round.

Think 360

You can also use Prt Scrn to take a copy of any of your Logo work and pop it into a J2E document.