How to set move once in Each Frame

If this template helps then use it. If not then just delete and start from scratch.

OS (e.g. Win10):
PsychoPy version (e.g. 1.84.x): 2021.2.3
Standard Standalone? (y/n) If not then what?: y
What are you trying to achieve?:
How to set move once in Each Frame
if key_resp.keys == “8”:
pos[0][1] +=0.1
else:
pos[1][1] -=0.1
I want to move the image 1cm by pressing the keyboard

Have a look at my demo project:
Simple Demo Project to show how to implement continuous mouse and key presses in PsychoPy

1 Like