I was attempting to make a code where if the user clicks their mouse over one of the ellipses I have created, more ellipses would pop out at a different location and remain there permanently. I'm slightly confused as to how to get those code working. I know its probably very simple! Any help would be appreciated.
I am extremely new to processing and I have a few questions regarding images.
Is it possible for me to place a coordinate, for example on a graph, and when the mouse hovers over it, an image saved to my computer can be displayed, and disappear again once the mouse has stopped hovering?
I'm trying to find a way to display the data for each point without causing too much business on the page, so if each individual coordinate would have their corresponding image appear only when the mouse is over said coordinate.