------------------------------------------------------------------------- DESCRIPTION This is simple CPS (Clicks Per Second) finder. ------------------------------------------------------------------------- ************************************************************** INSTRUCTIONS -Space to start -Once it says GO, click anywhere on the screen until it says STOP -It will display your average CPS and beep (your CPS) times ************************************************************** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ HOW IT WORKS Basically as soon as the screen turns green or as soon as it says GO it starts recording your clicks. It detects how many times you click in 1 term (1 term being 1 second or 1 session of clicks) and adds that number to a list. It does this 5 times (5 terms) and finds the average of each number in the list or the average of your clicks in each term... basically. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks to scratch discussion forums for the average finder and information on how to only round down. Average Finder: Post #3 of https://scratch.mit.edu/discuss/topic/20036/ Round only down: Post #2 of https://scratch.mit.edu/discuss/topic/52910/?page=1#post-444644