I’m making a pong style game but the paddle will not go up and down. I’ve tried several different coding options but nothing seems to be working
Hi @Jacob_Jack,
The way you are handling user input isn’t correct, check the Input section on the Tutorials and Examples page. Start with keyboard input and check the movement examples on how it’s used for moving the player:
Thanks. This stuff is new to me. Much appreciated!!!