I'm trying to make an FMV game that's comprised of multiple scenes that happen in a row in the same location but in random order, but currently the screen sometimes flashes briefly when switching and playing the next video. How do I preload the next clip while the current one is playing.
Also, how to I scrub videos during gameplay? For adding gameplay elements that rely on positional data within the video, I'm trying to make an editor where I can scrub through the video and add hitboxes overlayed at specific times. I have it set so that pressing left and right rewinds and fast-forwards the current video while paused, but you can't see the playhead position until the video is played again.