Processing Part 1

Here’s a summary of my program:

When the user clicks or drags the mouse, a large circle with a red outline is created at the mouse position

When the user moves the mouse (not pressing), a medium size circle is created at the mouse position

Each frame, a small circle is spawned randomly within the square

Here’s what it looks like:

processing

Here’s how I did it:

codesdes

Leave a comment