I need help with collision

I saw stuff on collision systems but I don't thank they will work with my system

https://snap.berkeley.edu/snap/snap.html#present:Username=nulls-projects&ProjectName=Codeing%20Test%20%232

Hi,
Can you please explain how your custom blocks are supposed to work--more specifically, what the inputs are for? It's generally a good idea to put text with each input to show what they do.

I've noticed that running into a wall and abruptly changing direction will make the sprite go the wrong way. IDK if that helps.

I would give the triggers labels but I feal that will make the blocks name to long

ok I added coments to the blocks to tell you what they do as for the abrupt change in direction I need more context what exactly do you mean

After running it again, it seems that whenever the sprite ends up touching the wall, it goes in the opposite direction of the key I press.
I think the problem is the fact that you're using two separate functions to control the collison, and each one works differently. In Codeing Test #2 script pic, the sprite uses its position, while in Codeing Test #2 script pic (1), it detects whether it is touching the Wall sprite. I think you need to use one of these, but not both. I suggest removing


from the Codeing Test #2 script pic (1) block.

well only one is the sprites colition and movement the smaller block just makes the map loop it joins the left side to the right side and the top to the bottom so if the player goes to far up they will come from the bottom it dose not mess with the colition becus the block is cerently ternd off to so I don't thank its the loop block and that entire section of the code is the colition I based it off of what I used in scratch

If you want to simulation what will happen if that section of the code is not there it has a toggle switch just tern the 2nd switch to false and it will tern that section of code off

I got the collision to work and you were right that section of code was not needed thank you

You're welcome!