Stimuli from previous trial flashing in subsequent trials

Description of the problem:


There are 3 stimuli displayed in every trial and the task is to select the box in which the target stimuli may have occurred. However, in the presentation, in every trial before the 3 stimuli comes, the stimuli from the previous trial flashes for a very short period of time, which is not desirable. Any idea what might be causing this and possible solutions?

Are you setting the image every frame?

The issue is that the first frame uses the previous information.

The best option is probably to use imageComponentName.setImage(‘whiteNumberedSquareFileName’) in End Routine to reset the images.