At the end of a movie, the previous scene is displayed for a short time until the next scene begins.
This is the code I'm using to play the video. I also tried $ renpy.movie_cutscene and the same thing happened to me.
Attach a gif to visualize what is happening to me.
Sorry for my bad english. Thanks
This is the code I'm using to play the video. I also tried $ renpy.movie_cutscene and the same thing happened to me.
Code:
image movie = Movie(size=(1920, 1080), xpos=0, ypos=0, xanchor=0, yanchor=0)
scene image 1
with fade
$ renpy.pause ()
play movie "animaciones/dance test.webm" loop
show movie with fade
$ renpy.pause ()
hide movie with fade
stop movie
scene image 2
with fade
$ renpy.pause ()
Sorry for my bad english. Thanks