Drawing order of stimuli online

URL of experiment:


Description of the problem:
Hi, in the offline version of my experiment I am able to draw several overlaid stimuli (images + polygons) by just relying on the drawing order specified in the Builder.
For example, the fixation dot always stays in front of whatever image is drawn in the trial.
However, in the online version, stimuli which appear later are drawn in front of previous ones. Is there a way to specify the correct drawing order in the online experiment?

1 Like

Try with .setAutoDraw(True) in the order you want the objects to be overlaid, or possibly just for the objects that need to be moved forward. I’ve done this with objects created in code.

Best wishes,

Wakefield