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?
Spaceman747
Scratcher
1 post

Simple Clicker Game Tutorial

i cant find set size by …… %
FBIBOYYYYY
Scratcher
1 post

Simple Clicker Game Tutorial

hi
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

Bluetot54 wrote:

Hey I'm new in scratch can you show me how code a game in scratch that's a clicker game?
Jbit314
Scratcher
1 post

Simple Clicker Game Tutorial

???
taget56
Scratcher
5 posts

Simple Clicker Game Tutorial

hey, i'm new can you help me with the cde
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

Powered by DjangoBB