i made classic random moving circles as in the picture:
And here's what i want to realize:
when mouseClicked , the circles line up like:
i think i can check the position of all the circles. if theirs y position are within 1/2height, they should form the arc.
if are larger then 1/2height, they form the line.
But the trick is : how to form those shape?
i mean, i know how to form a round , just move their centre of circle towards a point.
but LINE(how to move theirs x position)??? even ARC ??? really have no idea.
Does anyone know?
Thank you very much.
1