Discuss Scratch

Jack2888
Scratcher
100+ posts

Wall collision

Most of my platformers you can go thru the wall and I need to know how to make a simple wall collision script!



Thank you in advance!

SALMON
HIGHLIGHT & (CTRL)* + SHIFT + DOWN FOR MORE WEIRD STUFF
*Only if you don't have chrome.
This is my signature! I can put whatever I want on it! This does not have any thing to do with my posts.



(^:: list) [        Dino Hat     ](foo :: pen) :: hat :: operators//This is a hat wearing dino that eats all the evil kumquats!
( :: #067a3a)‎ ‎{‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ⸧ :: cap ‎ } :: :: cap :: #a4523a


Sorry, you have to wait 60 seconds between posts.

Fact time! I have eaten a kumquat before! It was not good :P
Generation 6: the first time you see this copy and paste it on top of your sig in the scratch forums and increase generation by 1. Social experiment.
















































































Shhh, you did not hear this from me but Comment:"coconut" on my profile for a free follow!
bcs320jn
Scratcher
100+ posts

Wall collision

This is a script I know for detecting walls…

change y by (Jump height)
if <touching [Level v] ?> then
change y by ((-1) * (Jump height))
...
end

This doesn't always work, though. If there is a thing above the player, that could mess up the code.

Last edited by bcs320jn (Jan. 24, 2022 21:45:36)


Jack2888
Scratcher
100+ posts

Wall collision

bcs320jn wrote:

(#2)
This is a script I know for detecting walls…

change y by (Jump height)
if <touching [Level v] ?> then
change y by ((-1) * (Jump height))
...
end

This doesn't always work, though. If there is a thing above the player, that could mess up the code.
Not work

SALMON
HIGHLIGHT & (CTRL)* + SHIFT + DOWN FOR MORE WEIRD STUFF
*Only if you don't have chrome.
This is my signature! I can put whatever I want on it! This does not have any thing to do with my posts.



(^:: list) [        Dino Hat     ](foo :: pen) :: hat :: operators//This is a hat wearing dino that eats all the evil kumquats!
( :: #067a3a)‎ ‎{‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ‎ ⸧ :: cap ‎ } :: :: cap :: #a4523a


Sorry, you have to wait 60 seconds between posts.

Fact time! I have eaten a kumquat before! It was not good :P
Generation 6: the first time you see this copy and paste it on top of your sig in the scratch forums and increase generation by 1. Social experiment.
















































































Shhh, you did not hear this from me but Comment:"coconut" on my profile for a free follow!

Powered by DjangoBB