PsychoPy version: 2023.2.2
Hi all,
I am designing a stop signal task. The go stimuli are arrows, and the participant is asked to make a response for every arrow. On 25% of the trials, a blue circle border will appear around the arrow (after a variable, dynamic delay) to tell the participant to stop their response to the arrow.
I have outlined my variables in an excel file fed into a loop. The arrows are pngs and are defined in an image component. The blue border is a polygon component (circle). I have outlined in an input file whether it is a stop or a go trial; if stop=0, the color of the circle stim is transparent fill and transparent border. If stop=1, the polygon stim has transparent fill and blue border.
Right now the stims are all appearing, BUT when the polygon appears over top of the arrow (both when stop=0 AND stop=1), the arrow flickers. This is actually a huge problem for this paradigm and could really mess up my data. Why is this happening, and how can I stop the arrow from flickering when the polygon stim appears?
I tried disabling the polygon component, and that makes the flickering disappear. So I know that something about the polygon being overlayed on top of the image creates the flicker. I don’t know enough about how images are drawn or how win.flip works to know how to debug this issue. Thanks for any help in advance!!