I’ve just been digging and it appears that psychojs.visual.MovieStim does have hte necessary reset
method implemented. It’s just that we haven’t been making a call to that from the Builder output scripts. You should be able to call this manually yourself using a Code Component. Add this to your Begin Routine
code in a code component below the movie itself:
nameOfMyMovie.reset();