In searching other similar posts I found a thread which suggests that it might be because the movie is buffering.
However, I also saw that you’ve seen that thread so here is my suggestion.
-
Remove $stim_dur from the duration of the movie (make it blank)
-
Add the following code to Each Frame
if t > stim_dur:
continueRoutine = False
1 Like