Hello,
Say I have several automata: https://imgur.com/a/bga8qgE and I want to have a text displayed when the user hovers any arc. How could I do this?
The automata was created using the usual functions arc, rect, line and ellipse.
I’ve tried looking into tickle (https://p5js.org/examples/interaction-tickle.html?fbclid=IwAR1hkyiRNGDVIgffvldHSbL9HMBKJHO-gOAWTdPKn9G36FZ-qAwdyJ0Ld3k) and mouse functions but to no avail.