Ugh... I'm not even sure if what I wrote above makes sense...
I am currently trying to use this code that I programmed procedurally (which creates a randomly colored rectangle when the mouse is clicked or pressed down and ends when a keyboard button is pressed), into code that uses classes.
I am having some trouble though. I am tinkering away and am almost there I think, which is a special thing because I am actually proud of how much I have done here. Anyway...
I know hardly anything about processing and have no background in computer programming on a purely logic level so forgive me if my questions seem elementary.
I am trying to understand the syntax and grammar of functions. I don't know where I am going wrong here though.
It is supposed to draw three balls that change color and move when the mouse is clicked... But I also wouldl like them to stop when the keyboard is pressed.
So far I can't even get the first part to show. I get an error message that reads 'expecting LPAREN'