Hi there! I'm a newbie at Processing, so please bear with me if I'm asking something that's painfully obvious.
I'm creating a game where, once the player first clicks on the screen, a hidden timer begins counting down how long it takes them to reach 87 or so clicks (every time the player clicks a different message appears to them on screen as the "game tutorial" taunts them). Once they reach the last click, the timer stops and the player is presented with how long it took them to reach the end.
My two questions are 1) how do I go about actually creating the timer, and 2) how would I fit it into my code? Below is what I have so far, and what I'm guessing is that I would need to make another array for the timer to put into mouseClicked.
Here's my code so far, including all of the terrible humor within it:
