- Aug 13, 2019
- 1,080
- 4,429
So I am looking into a problem I am having, but if you all have any suggestions it is always appreciated to know.
So I have three movies defined in my scenes. They are
image suck2 movie = Movie(play="video/part1/sucking2.webm")
image suck3 movie = Movie(play="video/part1/sucking3.webm")
image suck3a movie = Movie(play="video/part1/sucking3a.webm")
However when I have them played one after the other, in between them renpy shows the last scene image that was displayed
Is there any way on clearing all scene images before I play the animations so renpy displays nothing in-between the movies?
I tried to show a black screen and it is ok, but it kind of make the transitions between the movies a little wierd.
Any help is greatly appreciated
So I have three movies defined in my scenes. They are
image suck2 movie = Movie(play="video/part1/sucking2.webm")
image suck3 movie = Movie(play="video/part1/sucking3.webm")
image suck3a movie = Movie(play="video/part1/sucking3a.webm")
However when I have them played one after the other, in between them renpy shows the last scene image that was displayed
Is there any way on clearing all scene images before I play the animations so renpy displays nothing in-between the movies?
I tried to show a black screen and it is ok, but it kind of make the transitions between the movies a little wierd.
Any help is greatly appreciated