Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a clicker
- Imacooldude20
-
Scratcher
2 posts
How to make a clicker
I know some of the code, but I am unsure of how to make the clicks appear on the screen. Any ideas?
- superclass43
-
Scratcher
500+ posts
How to make a clicker
You can use the ‘When Sprite Clicked’ block.
- Imacooldude20
-
Scratcher
2 posts
How to make a clicker
You can use the ‘When Sprite Clicked’ block.Ty I figured it out with a few variables
- williamex
-
Scratcher
35 posts
How to make a clicker
https://scratch.mit.edu/projects/662285497/ hears a simple clicker i made when i was new you can yous it to get what you kneed
- doodledogs12345
-
Scratcher
18 posts
How to make a clicker
I know some of the code, but I am unsure of how to make the clicks appear on the screen. Any ideas?I would recommend looking in “ideas” then clicking the “make a clicker game” tutorial
- Unicorngirlz1216
-
Scratcher
13 posts
How to make a clicker
You can use the when this sprite clicked change clicker by one here is
when this sprite clicked
change [ clicker] by (1)
- Discussion Forums
- » Help with Scripts
-
» How to make a clicker