Show/hide window at same time as other images

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/hide window at same time as other images

#1 Post by SuperbowserX »

It's possible to do concurrent showing/hiding of images with this:

Code: Select all

show image one
show image two
with fade

hide image one
hide image two
with fade
However, with the textbox, you have to do

Code: Select all

window show fade
or

Code: Select all

window hide fade
to show/hide the textbox.

Is there anyway the textbox can be shown/hidden in parallel with other images?

User avatar
Imperf3kt
Lemma-Class Veteran
Posts: 3791
Joined: Mon Dec 14, 2015 5:05 am
itch: Imperf3kt
Location: Your monitor
Contact:

Re: Show/hide window at same time as other images

#2 Post by Imperf3kt »

The scene statement should dissolve the window in with other images at the same time.

Not so sure about hiding it.
Warning: May contain trace amounts of gratuitous plot.
pro·gram·mer (noun) An organism capable of converting caffeine into code.

Current project: GGD Mentor

Twitter

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

Re: Show/hide window at same time as other images

#3 Post by SuperbowserX »

Scene statement isn't what I'm looking for because I have other images I want to show.

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

Re: Show/hide window at same time as other images

#4 Post by SuperbowserX »

..Anyone has any ideas or workarounds? Really would help xD

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

Re: Show/hide window at same time as other images

#5 Post by SuperbowserX »

Never mind. Found an alternate method that worked just fine

Post Reply

Who is online

Users browsing this forum: Google [Bot]