Discuss Scratch
- Discussion Forums
- » Project Ideas
- » Scratch Game Ideas for those who are beginners
- Botchan18
-
10 posts
Scratch Game Ideas for those who are beginners
Welcome here! This is just the start of this forum, so get ready to post some ideas!
welcome new people
- MisterCreator_25
-
28 posts
Scratch Game Ideas for those who are beginners
For example, y'all can make smooth movement with this:
when green flag clicked
forever
change x by (( (mouse x) - (x position) / ((Smoothness) :: operation block #90EE87
end
- please-look
-
49 posts
Scratch Game Ideas for those who are beginners
how to make your sprite follow your mouse:
when green flag clicked
forever
point in direction (mouse pointer v)
move (10) steps
end
- -sbossbattle_
-
100+ posts
Scratch Game Ideas for those who are beginners
Platformer games that have an interesting twist to it. Not completely impossible and maybe some hard-to-find solutions, but something to make it a unique platformer.
- Discussion Forums
- » Project Ideas
-
» Scratch Game Ideas for those who are beginners