Processing Forum
Hello.
I have recently stumbled across processing and have decided to try learn it myself as a first computer language.
What I am currently trying to do is simply have a square and circle appear on a mousePressed but not before. Then upon dragging the mouse (with the square and circle intact) have the circle and only the circle disappear on a mouseRelease, leaving the square. Im trying to sort of replicate a 'drag and drop' action.
Not sure if I should be using all three mouse variables (pressed, drag, released).