I have a strange shape that I have built with the beginShape tool, and I would like to know how I can have the mouse change it's cursor type upon a mouseover.
I am capable of doing this with rectangles or circles, and usually do that by plotting boundaries in an if-then statement.
my beginShape is very large, about 100 vertices, no point in posting it...But how could I create a conditional for when the mouseX and mouseY are over the shape?