Page 1 of 1

How to loop movies with tranistions?

Posted: Wed Apr 28, 2021 10:12 am
by Hoondahl
Hello,
I want to loop background movie with transition such as dissolve in renpy,
but I can't find any ways to loop movie with dissolve.

I tried many codes...

Code: Select all

image bgvid1 = Movie(play="img/BgVideo/sky.ogv")

label start:
	scene bgvid1 with dissolve
	repeat
or

Code: Select all

label start:
	show bgvid1 with dissolve
	hide bgvid1 with dissolve
	repeat
but i couldn't

I searched google for looping videos, but there's only the way to loop video without transition.
What should I do to loop one video with dissolve?

sorry for poor english.
POOR CODING ABILLITY...