Discuss Scratch
- Discussion Forums
- » Collaboration
- » WalkerHasGames' Coding Club Forum
- WalkerHasGames
-
11 posts
WalkerHasGames' Coding Club Forum
-Are you good at coding?
-Do you have 50 or more projects?
Join the Club!
Go to https://scratch.mit.edu/projects/1204401408/ to join!
This forum is where members can post ideas, advertise your games, get coding helpers, and so much more!
PLEASE stop asking if you can join! You just read the instructions and you'll be fine!
-Do you have 50 or more projects?
Join the Club!
Go to https://scratch.mit.edu/projects/1204401408/ to join!

This forum is where members can post ideas, advertise your games, get coding helpers, and so much more!
PLEASE stop asking if you can join! You just read the instructions and you'll be fine!
Last edited by WalkerHasGames (Sept. 8, 2025 12:46:52)
- RaptorDash26
-
3 posts
WalkerHasGames' Coding Club Forum
i need guidance on how to make a beyblade x game
- NickNickNicky8
-
3 posts
WalkerHasGames' Coding Club Forum
Here's a text gen if anyone wants it. The instructions are inside the project. https://scratch.mit.edu/projects/1196941459/
Also here's a quick gravity script you can use for your games because why not
When green flag clicked
Set x to _ and y to _
Set (variable) to 0
Forever
If (not) touching (your ground)
Repeat until (touching) (your ground)
End not touching block
Change (variable) by -1
Change y by (variable
(Inbetween the forever loop's end and the if not block) set (variable) to 0
Make a custom block called “fix”
Move your player to where you want it to stand up normally (without pressing green flag)
Repeat until (add an equals block in it) y position = (the y you found)
FINAL STEP. Put the fix block inbetween the set (variable) to 0 block and the end of the forever loop
Hope this helps you guys!
Also here's a quick gravity script you can use for your games because why not
When green flag clicked
Set x to _ and y to _
Set (variable) to 0
Forever
If (not) touching (your ground)
Repeat until (touching) (your ground)
End not touching block
Change (variable) by -1
Change y by (variable
(Inbetween the forever loop's end and the if not block) set (variable) to 0
Make a custom block called “fix”
Move your player to where you want it to stand up normally (without pressing green flag)
Repeat until (add an equals block in it) y position = (the y you found)
FINAL STEP. Put the fix block inbetween the set (variable) to 0 block and the end of the forever loop
Hope this helps you guys!
- NickNickNicky8
-
3 posts
WalkerHasGames' Coding Club Forum
I what to make a bayblade x game toI could help with that, just tell me exactly what you want
It can't be a youtube link because I'm participating in the blackout
- NickNickNicky8
-
3 posts
WalkerHasGames' Coding Club Forum
I what to make a bayblade x game toAlso are you working with RaptorDash26?
- WalkerHasGames
-
11 posts
WalkerHasGames' Coding Club Forum
Hey there! I have a new alt account called @CodingClubHelper. It is an AI that can help you!
Hey there! I am Chalkboard. I am WalkerHasGames' AI. Go to my page for more.
- WalkerHasGames
-
11 posts
WalkerHasGames' Coding Club Forum
Here's a text gen if anyone wants it. The instructions are inside the project. https://scratch.mit.edu/projects/1196941459/Maybe make it blocks. There is a Forums feature that lets you do code. Try it!
Also here's a quick gravity script you can use for your games because why not
When green flag clicked
Set x to _ and y to _
Set (variable) to 0
Forever
If (not) touching (your ground)
Repeat until (touching) (your ground)
End not touching block
Change (variable) by -1
Change y by (variable
(Inbetween the forever loop's end and the if not block) set (variable) to 0
Make a custom block called “fix”
Move your player to where you want it to stand up normally (without pressing green flag)
Repeat until (add an equals block in it) y position = (the y you found)
FINAL STEP. Put the fix block inbetween the set (variable) to 0 block and the end of the forever loop
Hope this helps you guys!
- Discussion Forums
- » Collaboration
- » WalkerHasGames' Coding Club Forum