Discuss Scratch

SpacebeastZHCcool
Scratcher
10 posts

Wanna make a Clicker Game?

Hello! My name is SpacebeastZHCcool!Let's make clicker games!

Step 1: Sprite
Firstly, you need to choose a sprite
Click the blue button next to the blue backdrop button
Nextly, choose a sprite.

Step 2: Program
When you finished, you can program. Follow me

when green flag clicked
go to x: (0) y: (0)
forever
if <touching [mousepointer] ?> then
set size to (110) %


else
set size to (100) %
end


when this sprite clicked
change [apples] by (1)
set size to (120) %
play sound [pop]
create clone of [myself]

That is some easy coding

Step 3:Backdrop
You can choose a backdrop, you're choice!

Step 4: Falling Clones
This is why I added the create clone of myself to the when this sprite clicked
Code:

when I start as a clone
go to x: (pick random (-240) to (240)) y: (180)
repeat until <(y position) < [-175]>
change y by (-2)
set [ghost v] effect to (60)

end

Done! You can add a shop and upgrades but it is your choice.
Done? Add your game to my Click'n Studio!
https://scratch.mit.edu/studios/30930392

Last edited by SpacebeastZHCcool (May 8, 2022 03:55:10)

SpacebeastZHCcool
Scratcher
10 posts

Wanna make a Clicker Game?

Good Luck!

Last edited by SpacebeastZHCcool (May 8, 2022 03:55:43)

Cakeqo
Scratcher
100+ posts

Wanna make a Clicker Game?

This is a very helpful tutorial, but unfortunately, as far as I can remember, the forums aren't really looking for tutorials right now. Also I don't think this is the right forum. You can always make a project about it though!
SpacebeastZHCcool
Scratcher
10 posts

Wanna make a Clicker Game?

Thank You for the aprovements and I will use them in other posts
Sad-Violin
Scratcher
3 posts

Wanna make a Clicker Game?

You can make a clicker game on Scratch! If you want to make your sprite grow bigger and smaller, here is the code:
when green flag clicked
set size to (100) %
when this sprite clicked
repeat ()
change size by (1)
wait (0.08) secs
end

repeat until <(size) = [100]>
change size by (-1)
end
For variables, use this code:
when green flag clicked
set [ (☁ score)] to [0]
when this sprite clicked
change [ (☁ score)] by (1)
Remember, these are just examples. You can do whatever you desire!
For
repeat ()
change size by ()
wait (0.08) secs
end
,I would do
repeat (10)
change size by (1)
end
since I want to use -1 to go to 100% size

Last edited by Sad-Violin (July 10, 2024 17:10:44)

CatAndAlbertaTeam
Scratcher
40 posts

Wanna make a Clicker Game?

Please do not make topics that do not follow the rules of this forum.

Reporting this topic to be closed…
cosmosaura
Scratch Team
1000+ posts

Wanna make a Clicker Game?

"Hello! It's great that you want to help out other Scratchers. However, I think we have enough guides in the forums at the moment. Please feel free to welcome new Scratchers on the group welcoming topic or on individual topics created by New Scratchers.

Other places that can always use more helpful Scratchers like you, are the “”Help With Scripts“” and “”Questions About Scratch“” areas - please use them as designed, by responding to topics created by folks with problems to solve

Finally, a really good place for Scratch guides is the Scratch Wiki - check it out and see if it's something you might like to work on. They have a number of guides - and great organization."

Powered by DjangoBB