OS Win10
PsychoPy version 2020.1.3
**Standard Standalone? yes
What are you trying to achieve?:
I’m building a visuomotor rotation experiment. I managed to build a trial using different routines and some code inside the routines. Now I need to create the beginning of the trial, where a circle indicates the distance of the cursor from the center of the screen (where participants need to get to start the trial). So the cursor is not visible but there is this circle that gets bigger and smaller depending on the cursor’s radial distance to the center of the screen. (The idea here is that participants don’t know the exact position of the cursor but are able to navigate to the center)
What did you try to make it work?:
So I did create a large circle around the center. But after this I’m lost. I have no idea how I can vary the size of this circle depending on the cursor position… I have seen posts about resetting the mouse position and I saw that there is the “event mouse” but none of these are really what I need. If there is anyone with any idea on where to start even I’d be forever thankful!