For my class, I’m creating a project in which a level includes a cursor in the form of an ellipse that reacts to a mousePressed command by having spikes protrude from within the ellipse and then recede back into the ellipse. The code for my cursor is right here: My teacher suggested I use createShape (TRIANGLE) within the ellipse and