Hello,
I am working on a Ren'Py project that requires a specific sequence of three videos.
These videos are actually segments of the same original video (20 sec), each perfectly cut frame-by-frame to be the direct continuation of the previous one:
-First video: Played once.
-Second video (looped): Starts right after the first, played in a loop.
-During the loop of the second video, I call a screen with image buttons and some interactions, while the video continues in the background.
-When the user presses a specific image button, the third video should seamlessly start right at the end of the current loop of the second video.
I am seeking suggestions or solutions for managing this smooth transition in Ren'Py.
Thank you!
I am working on a Ren'Py project that requires a specific sequence of three videos.
These videos are actually segments of the same original video (20 sec), each perfectly cut frame-by-frame to be the direct continuation of the previous one:
-First video: Played once.
-Second video (looped): Starts right after the first, played in a loop.
-During the loop of the second video, I call a screen with image buttons and some interactions, while the video continues in the background.
-When the user presses a specific image button, the third video should seamlessly start right at the end of the current loop of the second video.
I am seeking suggestions or solutions for managing this smooth transition in Ren'Py.
Thank you!