Hello, @katrina.shea1
The reason your code doesn’t work is because each time the button is clicked, you start an entirely new loop that subtracts the time by 1.
To combat this, I would suggest putting the entire timedLoop inside an if statement that checks if the variable clickCount is equal to 1. This should stop the incorrect counting down.
Can you also help me with the gamification of this thing? I am actually planning it for my students. I want to add a speed calculation which would be simply total clicks divided by total time but the custom timer throws me off. I saw a working example on this click counter. Please guide.