Discuss Scratch
- Discussion Forums
- » Project Ideas
- » Simple Clicker Game Tutorial
- GamerLGuy
-
100+ posts
Simple Clicker Game Tutorial
Hello Everyone, In This Tutorial, We Are Going Make A Simple Clicker Game
.
So Lets Start!
Tutorial
1 - Remove The Cat Sprite (sorry scratch cat
)
2 - Create A Sprite With Any Costume (except if it is to big or to small)
3 - Create A Variable For All Sprites:
6 - Test The Project And Try Clicking The Sprite.
And Thats All Of It, I Know Its A Small Tutorial, (maybe i will expand this tutorial)

So Lets Start!
Tutorial
1 - Remove The Cat Sprite (sorry scratch cat

2 - Create A Sprite With Any Costume (except if it is to big or to small)
3 - Create A Variable For All Sprites:
(CLICKS)4 - Create The Following Code:
when green flag clicked5 - Show The “CLICKS” Variable.
forever
go to x: (0) y: (0)
if <touching [mousepointer v] ?> then
change size by (((120) - (size)) / (10)) %
if <mouse down?> then
change size by (((200) - (size)) / (10)) %
wait until <not <mouse down?>>
change [CLICKS v] by (1)
else
change size by (((100) - (size)) / (10)) %
end
6 - Test The Project And Try Clicking The Sprite.
And Thats All Of It, I Know Its A Small Tutorial, (maybe i will expand this tutorial)
- jessesman65
-
4 posts
Simple Clicker Game Tutorial
um ok uh im trying to do something like this:
define
looks like I can't show the my blocks
define
looks like I can't show the my blocks
Last edited by jessesman65 (May 15, 2024 17:16:42)
- simplecyan
-
3 posts
Simple Clicker Game Tutorial
Why isnt my one sprite clicker game giving me clicks??
- scratchymonko
-
8 posts
Simple Clicker Game Tutorial
Use This

Tell Me If It Works But You Can Also
Use This For Making A Item
when this sprite clicked
change [Score v] by (1)
set size to (110) %
wait (1) secs
set size to (100) %
play sound [Anything You Want v]

Tell Me If It Works But You Can Also
Use This For Making A Item
when this sprite clicked
if <[Score] < [Anything Number You Want ]> then
set [Ghost v] effect to (60)
else
clear graphic effects
end
end
Last edited by scratchymonko (Jan. 28, 2025 02:18:56)
- TacoMaster635
-
100+ posts
Simple Clicker Game Tutorial
Hello Everyone, In This Tutorial, We Are Going Make A Simple Clicker GameGood job It's a great clicker tutorial!.
So Lets Start!
Tutorial
1 - Remove The Cat Sprite (sorry scratch cat)
2 - Create A Sprite With Any Costume (except if it is to big or to small)
3 - Create A Variable For All Sprites:(CLICKS)4 - Create The Following Code:when green flag clicked5 - Show The “CLICKS” Variable.
forever
go to x: (0) y: (0)
if <touching [mousepointer v] ?> then
change size by (((120) - (size)) / (10)) %
if <mouse down?> then
change size by (((200) - (size)) / (10)) %
wait until <not <mouse down?>>
change [CLICKS v] by (1)
else
change size by (((100) - (size)) / (10)) %
end
6 - Test The Project And Try Clicking The Sprite.
And Thats All Of It, I Know Its A Small Tutorial, (maybe i will expand this tutorial)
- simplecyan
-
3 posts
Simple Clicker Game Tutorial
Never Remove Scratchy, Just use their head (Scratchy has no gender)]
- Bluetot54
-
1 post
Simple Clicker Game Tutorial
Hey I'm new in scratch can you show me how code a game in scratch that's a clicker game?
- Discussion Forums
- » Project Ideas
-
» Simple Clicker Game Tutorial