arrow keys to move It is a fairly simple collision system that actually works, so I decided to make it! Basically how it works is this: there are 4 hitboxes, one for up, down, left, and right. When the hitbox of the direction you are going hits a wall, you cant go that direction anymore, but since the other hitboxes are not touching walls, you can still move those directions, so this makes it so you don't get stuck in walls (I think?). That is literally it
I made this for this pressure project I think? idk if they used it but (the studio: https://scratch.mit.edu/studios/36004955 ) All by me, including the idea of how the collision system would work I have no idea if someone has made this before or something, but it was my idea for how it would work You can use this if you want, but I would prefer credit All you would really have to do to make this work for a different sprite is by changing the hitboxes, and I think it would work then?