Discuss Scratch
- Discussion Forums
- » Project Ideas
- » Simple Clicker Game Tutorial
- GamerLGuy
-
Scratcher
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
-
Scratcher
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
-
Scratcher
3 posts
Simple Clicker Game Tutorial
Why isnt my one sprite clicker game giving me clicks??
- scratchymonko
-
Scratcher
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
-
Scratcher
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
-
Scratcher
3 posts
Simple Clicker Game Tutorial
Never Remove Scratchy, Just use their head (Scratchy has no gender)]
- Bluetot54
-
Scratcher
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?
- taget56
-
Scratcher
5 posts
Simple Clicker Game Tutorial
hey i'm a new scracher i know where to creat and i know where the code is but i just dont now how to relyy make maving games in scrach and i don't relly now how to make projects so can you guys help me make a project: [[/small :D
- taget56
-
Scratcher
5 posts
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?
- invertedworldofhugo
-
Scratcher
2 posts
Simple Clicker Game Tutorial
Thanks for the help but how do you add like thing you can buy that give you an amount of clicks per second or each click gives more
- Discussion Forums
- » Project Ideas
-
» Simple Clicker Game Tutorial
)