Step 3. Chaos brush

This new brush is mid. Let’s make it extra.

We’ll use random() to vary the square and circle’s positions and sizes.

⌨️ Change brush 3’s square() function to look like this

square(random(-20, 20), random(-20, 20), random(20));
Translate this to plain English

👥💬 Discuss and try

  • How can you make the circle() behave similarly?

Next step…

Step 4. Chaos colors