-
Notifications
You must be signed in to change notification settings - Fork 0
3b, clickerCounter
clickerCounter is a counter that counts your left-clicks and spacebar keystrokes. Each keystroke adds 1 to the score and will display. The goal is to get the most keystrokes in a set amount of time.
clickerCounter is very easy to use. Get the most clicks on the clickerCounter button! When you feel like it, click on the clickerReset button and the counter will go back to 0.
The clickerCounter score label displays the score you currently have.
The clickerCounter button is pre-selected and you can press spacebar to make the counter go up. Another way to trigger the clickerCounter Button is to left click on it and it will make the counter go up as well.
The clickerReset button is a way to reset the counter. When pressed, the score is cleared and the highest score is updated if the score was bigger than the highest score. This will also save in clickerConfig.txt
clickerReset has a auto save function where it saves the newest high score in clickerSaves.txt. This feature is togglable in clickerConfig. The following string below is what will be saved in clickerSaves.txt.
"# clickerCounter \n" "> User has scored a new high score of " + save.highestCount0 + " points. \n"
"\n"
The info label displays the highest score scored in clickerCounter.
- Intro
-
Download
2a. Run/Compile -
clickerBoard Features
3a. clickerBoard
3b. clickerCounter
3c. clickerTimer
3d. clickerConfig
clickerBoard's wiki is up to date on the 0.10.8 beta release. This does not mean that higher versions are not supported with the wiki, but could have missing information.