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.
-
Exiscoming
- Regular
- Posts: 127
- Joined: Tue Apr 29, 2014 5:37 pm
-
Contact:
#1
Post
by Exiscoming » Tue Aug 11, 2020 5:42 am
Let's say I got a scene with 3 characters displayed and I'd like to fade it to a black screen. I'd do something like this:
Code: Select all
hide image1
hide image2
hide image3
scene black
with fade
Will renpy automatically hide the images when calling a scene or will the images still be shown underneath the scene?
Basically, do I have to hide the images before calling a scene?
Last edited by
Exiscoming on Tue Aug 11, 2020 5:53 pm, edited 1 time in total.
-
Exiscoming
- Regular
- Posts: 127
- Joined: Tue Apr 29, 2014 5:37 pm
-
Contact:
#3
Post
by Exiscoming » Tue Aug 11, 2020 11:58 am
Thought as much. Thanks for letting me know. It's gonna save me a lot of work in the future.
Users browsing this forum: No registered users