I would recommend controlling the display of an object created in code during a trial using .setAutoDraw(True) when you want it to appear and .setAutoDraw(False) when you want it to dissappear. In End Routine, set all object autodraws to false.
I would recommend controlling the display of an object created in code during a trial using .setAutoDraw(True) when you want it to appear and .setAutoDraw(False) when you want it to dissappear. In End Routine, set all object autodraws to false.