Page 1 of 1

Video file reloading/resetting on scene change

Posted: Mon Apr 12, 2021 2:45 am
by Zetboi
So I have a video file on a loop which I want to keep going with playback after i switch scenes, but each time you switch back, it keeps resetting.
How would I make the video keep playing in the background? Keeping the scene in graphics memory doesn't seem to do the trick.

Re: Video file reloading/resetting on scene change

Posted: Mon Apr 12, 2021 3:02 pm
by Magic
The Scene Start parameter in the VideoFile module is exactly for that.

Re: Video file reloading/resetting on scene change

Posted: Tue Apr 13, 2021 5:51 am
by Zetboi
Eric wrote:The Scene Start parameter in the VideoFile module is exactly for that.
Thank you! Solved it :D