clicker game in scratch part 1
- daveauddric8622
- Sep 21, 2021
- 1 min read
lets make a simple clicker game. it's very easy to make.
first , make 3 sprites

the starting code of the cat is like this

after that is the click per second sprite

DO NOT put a wait block so that buying will be easier (in bulk)
then after that is the cpc sprite

similiar :D
but of course with this you can spam buy once you have 50 cats as this doesnt decrease your cats xd
therefore the code for cps should be like this

while the cpc's code is like this

the design should be like this

after that , we gotta make the cps work (it doesnt work currently)
make another sprite named cps counter it should be empty

the code is like this

play the original project here cat clicker
btw part 2 will be about loading and saving this
Comments