Show multiple images at once?

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
User avatar
SuperbowserX
Veteran
Posts: 270
Joined: Sat Jan 07, 2017 3:09 pm
Contact:

Show multiple images at once?

#1 Post by SuperbowserX »

I am trying to make an effect where two characters simultaneously appear on screen with a Dissolve(1). But it just shows one after the other but I'd prefer having them both appear at once with the Dissolve effect in sync. Anyone know how this can be done?

SundownKid
Lemma-Class Veteran
Posts: 2299
Joined: Mon Feb 06, 2012 9:50 pm
Completed: Icebound, Selenon Rising Ep. 1-2
Projects: Selenon Rising Ep. 3-4
Organization: Fastermind Games
Deviantart: sundownkid
Location: NYC
Contact:

Re: Show multiple images at once?

#2 Post by SundownKid »

Instead of saying:

Code: Select all

show jim normal at right with dissolve
show jenny normal at left with dissolve
use:

Code: Select all

show jim normal at right
show jenny normal at left
with dissolve

User avatar
SuperbowserX
Veteran
Posts: 270
Joined: Sat Jan 07, 2017 3:09 pm
Contact:

Re: Show multiple images at once?

#3 Post by SuperbowserX »

Thank you, that did exactly what I wanted! :)

Post Reply

Who is online

Users browsing this forum: No registered users