Dein Suchergebnis zum Thema: Samen

Left versus right shift detection (same with alt and other double sided keys) – Snap

https://forum.snap.berkeley.edu/t/left-versus-right-shift-detection-same-with-alt-and-other-double-sided-keys/17019

Is there a way to detect which shift/other key is pressed on the keyboard, to allow for using one of the shift keys for one action, and the other for some other unrelated action? (With the "key pressed" block)
Left versus right shift detection (same with alt and other double sided keys)

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