Previous topicNext topic

Video file reloading/resetting on scene change

Questions, comments, feedback, etc.
Post Reply
Zetboi
Posts: 16
Joined: Mon Apr 05, 2021 5:30 am

Video file reloading/resetting on scene change

Post 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.
Magic
Site Admin
Posts: 3440
Joined: Wed Apr 09, 2014 9:28 pm

Re: Video file reloading/resetting on scene change

Post by Magic »

The Scene Start parameter in the VideoFile module is exactly for that.
Zetboi
Posts: 16
Joined: Mon Apr 05, 2021 5:30 am

Re: Video file reloading/resetting on scene change

Post by Zetboi »

Eric wrote:The Scene Start parameter in the VideoFile module is exactly for that.
Thank you! Solved it :D
Post Reply