- Aug 25, 2018
- 36
- 541
Hey guys, I'm having some troubles with loop videos.
This is the code I'm using.
image bj= Movie(fps=24, size=None, play="images/movies/bj.webm", loop= True)
The problem is when it loops from the start it shows for a fraction of milisecond an image used back in the vn. Any idea why is this happening?
I've tried some answers here but that doesn't seem to help me with this problem.
This is the code I'm using.
image bj= Movie(fps=24, size=None, play="images/movies/bj.webm", loop= True)
The problem is when it loops from the start it shows for a fraction of milisecond an image used back in the vn. Any idea why is this happening?
I've tried some answers here but that doesn't seem to help me with this problem.