Discuss Scratch

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:
(CLICKS)
4 - Create The Following Code:
when green flag clicked
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
5 - Show The “CLICKS” Variable.
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

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??
bouncymk
Scratcher
0 posts

Simple Clicker Game Tutorial

I agree with @simplecyan
OnyxPeople
Scratcher
7 posts

Simple Clicker Game Tutorial

idk
scratchymonko
Scratcher
8 posts

Simple Clicker Game Tutorial

Use This
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

GamerLGuy wrote:

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:
(CLICKS)
4 - Create The Following Code:
when green flag clicked
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
5 - Show The “CLICKS” Variable.
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)
Good job It's a great clicker tutorial!
THE_CODER_good
New Scratcher
1 post

Simple Clicker Game Tutorial

how is the easiest way
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?

Powered by DjangoBB