This code worked for a minute, but it’s gone back to sending the sprites in the wrong direction so they collide into each other instead of bouncing apart. Here’s the code I have right now:
Would you also post a link to your actual project? It will make debugging easier.
3 Likes
Why is the vy set to -100? that would make your characters get sent upwards as well. Try just getting the set vx block.
1 Like