- May 27, 2018
- 127
- 523
Hey )
I hope I'm being clear.
I have a video being looped and supposed to move to a different video when the player hits the mouse.
I want it to move to the new video only when the looped video finish the last frame of the original video that is being looped , so that the new video will continue the first one.
Is it possible in renpy?
I'm using this code for the video:
image scene_1 = Movie(size=(1920,1080), channel="movie", play="Videos/scene 1.ogv", loop=True)
and then just show it:
show scene_1
Thanks...
I hope I'm being clear.
I have a video being looped and supposed to move to a different video when the player hits the mouse.
I want it to move to the new video only when the looped video finish the last frame of the original video that is being looped , so that the new video will continue the first one.
Is it possible in renpy?
I'm using this code for the video:
image scene_1 = Movie(size=(1920,1080), channel="movie", play="Videos/scene 1.ogv", loop=True)
and then just show it:
show scene_1
Thanks...