Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make collisions
- Elm0-_-
-
100+ posts
How to make collisions
I want to have a sprite collide when it touches a certain color, but the coordinates are all messed up. How can I make a collision?
- Zippy0426
-
99 posts
How to make collisions
btw the speed variables can be static numbers (single number during certain parts like 10 walk speed while not in water and 4 walk speed while in water) or velocity (increasing and decreasing)
- Elm0-_-
-
100+ posts
How to make collisions
Thank you so much. btw the speed variables can be static numbers (single number during certain parts like 10 walk speed while not in water and 4 walk speed while in water) or velocity (increasing and decreasing)
- 8bitrkt
-
500+ posts
How to make collisions
-snip
Isn't this just griffpatch's classic platformer tutorial? nevertheless, it works wells.
- Zippy0426
-
99 posts
How to make collisions
yea but it can still be used for multiple other things besides just a simple platformer, im even using it in a undertale engine that im making (for the box that the soul heart is in during a fight-snip
Isn't this just griffpatch's classic platformer tutorial? nevertheless, it works wells.

- Elm0-_-
-
100+ posts
How to make collisions
I'm using this for a Hello Neighbor mod I'm working on. *snip*
- hvjhvlzl
-
3 posts
How to make collisions
Thank you so much. btw the speed variables can be static numbers (single number during certain parts like 10 walk speed while not in water and 4 walk speed while in water) or velocity (increasing and decreasing)
wait so where do i put move steps: (( of (x speed)) + ( of (y speed))) ? if im using w a s d to walk
Last edited by hvjhvlzl (Jan. 27, 2025 18:28:42)
- Discussion Forums
- » Help with Scripts
-
» How to make collisions