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.
-
MiraiZura
- Regular
- Posts: 33
- Joined: Sat Sep 15, 2018 8:06 pm
- Projects: How stories die.
-
Contact:
#1
Post
by MiraiZura » Thu Apr 16, 2020 9:23 am
Hey, so if I have something like:
Code: Select all
play music ["1.mp3", "2.mp3"] fadein 1.5 fadeout 1.5
then after "1.mp3" ends "2.mp3" abruptly starts(and I want that it will fade into "2.mp3" instead).
Is there a way in renpy to fade between items in a list?
-
MiraiZura
- Regular
- Posts: 33
- Joined: Sat Sep 15, 2018 8:06 pm
- Projects: How stories die.
-
Contact:
#2
Post
by MiraiZura » Sat May 02, 2020 7:37 pm
Ummmm... bump?