We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I'm trying to create a showerhead effect where small blue circles fall from a static bigger "hose," but as a new coder, I am unsure as to how to get simple shapes to fall from the top of the screen on a mouse press. It would be ideal if it were possible to mouse press on a specific region of the screen for the circles to start falling. Any advice??
Answers
Post your code.
Here's my code.
Look at mousePressed() in the reference and the Simple Particle System example on the website
thanks so much!