Quote:
Originally Posted by irwinnick
I am trying to build a simple cookie-clicker kind of world where my students can click on the cookie and the score increases with every click. I have found the javascript code for counting mouse click from click speed test. All I want is a little help with making something similar with Alice 2.
Below is the GIF from the cookie clicker for reference of what I want to create.

|
There is a lot of javascript available on the internet related to click test games. You can use any of them, Also you can set the click test game timeframe like
1 second click test, 2 second, etc. Remember it will be done through javascript. also if you want to design the game, you can also get some HTML and CSS codes from the internet. That's it. Not really difficult.