Scratch Clicker

by Accension in Circuits > Software

462 Views, 1 Favorites, 0 Comments

Scratch Clicker

Screenshot_2023-02-20-17-18-24-506.jpeg
This is a game clicker, built using scratch, everything is by me.

Clouds in Background

Screenshot_2023-02-21-16-46-03-142.jpeg
I started by making the cloud in the background, since scratch doesn't have an endless screen, I needed to make it go back to the right from were it started. And this was my code. Make sure to design the clouds before starting with the code. For the clouds, I kept it simple. Just made a few white circles. I made that a couple times with different speeds... To change the speed change the [Move x by ()] to different negative numbers, for example, I used -10, -5, -2, and -15

The Clicker

Screenshot_2023-02-21-16-49-39-428.jpeg
Screenshot_2023-02-22-16-22-12-926.jpeg
And this is the main thing in this game, I started by the design as usual. For this, I started by making an special effect when it senses the mouse pointer. Then, if it is was clicked, it will add the points per clicks, because we might need this for the store were if you you buy a PPC(points per click) it will add on the PPC depending on what PPC you bought...

Store

Screenshot_2023-02-22-16-24-41-107.jpeg
In the store, you just simply do the same code, were to check if the player has the amount needed of money, and it will subtract it from the points.
I made 4 store products, if you want to make more is ok but make sure to change the values in every number, depending on what price and PPC added you want.

Store Background

Screenshot_2023-02-22-16-37-05-828.jpeg
This one is so easy and simple. To make it, draw a background for the store.. And then make it go to wherever suits you.