How to loop movies with tranistions?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
Hoondahl
Newbie
Posts: 6
Joined: Wed Apr 28, 2021 10:00 am
Contact:

How to loop movies with tranistions?

#1 Post 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...

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot]