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));
‣
👥💬 Discuss and try
- How can you make the
circle()
behave similarly?