PsychoPy version (e.g. 1.84.x): v2023.2.3
What are you trying to achieve?:
My participants have to make ratings using the mouse. To be sure that they don’t click by mistake at the beginning of the routine, I want that the clickable stimulus appear only after a first movement is make use the mouse.
What did you try to make it work?:
I specify : mouse.mouseMoved() in the start part on the clickable stimulus component.
What specifically went wrong when you tried that?:
It doesn’t raise any error, but even if the mouse doesn’t have move, and so the clickable stim didn’t have appear, participants are still able to end the routine on valid click (i.e., the stim which hasn’t appear)
Does anyone have any idea how to make the stimulus clickable only when the first mouse movement is made ?
Thanks a lot in advance