Background image, movie

Hi.

Is it possible to place image or movie like background for all trials on the full screen in the same window simultaneously with stimuli (ImageStim, TexStim, etc…)?

@Vitali, yes, you just need to add an image component, size it correctly, and order your components in your routines so the background image is positioned behind all other stim. This is achieved by playing the image component at the top (first) position in your routine.

2 Likes

Thanks for reply.