How to make automatic movement of paddle at same speed of player in a pong game? https://forum.snap.berkeley.edu/t/how-to-make-automatic-movement-of-paddle-at-same-speed-of-player-in-a-pong-game/1134
I already have it set to "set y position to ball y" but this is pretty cheaty since it goes faster than a player can go, and makes it so that you are unable to win ever. I've tried "when ball y < y position, repeat until…
How to make automatic movement of paddle at same speed of player in a pong game