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.
-
rusicaria
- Regular
- Posts: 67
- Joined: Sat Mar 28, 2020 12:26 am
- Projects: VivaCity (VN)
- Tumblr: rusicariaGAMES
- itch: rusicariaGAMES
-
Contact:
#1
Post
by rusicaria » Mon May 16, 2022 7:12 pm
Hi,
Does anyone know how to remove the pause between a transition, and the continuation of dialogue? basically to add a transition over the dialogue without stopping it:essentially, showing an image with a transition, but with there being no pause in the textbox.
Example:
Code: Select all
"narration"
show image with dissolve
#text shouldn't disappear during transition, and players can continue clicking through the narration
"narration continues"
hide image with dissolve
#basically these transitions do NOT interrupt with the text box, more like a background pop-up/notification that
fades in and fades out alone
I don't know if that made sense or not. Any help is appreciated!
Last edited by
rusicaria on Tue May 17, 2022 12:56 pm, edited 1 time in total.
-
Ocelot
- Eileen-Class Veteran
- Posts: 1883
- Joined: Tue Aug 23, 2016 10:35 am
- Github: MiiNiPaa
- Discord: MiiNiPaa#4384
-
Contact:
#2
Post
by Ocelot » Mon May 16, 2022 7:37 pm
Use dict transitions for that:
Code: Select all
"Some text"
show cat with {"master": dissolve}
"This text is displayed while image is dissolving in"
< < insert Rick Cook quote here > >
-
rusicaria
- Regular
- Posts: 67
- Joined: Sat Mar 28, 2020 12:26 am
- Projects: VivaCity (VN)
- Tumblr: rusicariaGAMES
- itch: rusicariaGAMES
-
Contact:
#3
Post
by rusicaria » Tue May 17, 2022 12:55 pm
Thank you so much, I feel silly because it felt like such a simple thing that I couldn't figure out! I'll look into dict transitions!
Users browsing this forum: No registered users