How to I make the screen appear without the text box in front?

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
Nanahs
Veteran
Posts: 310
Joined: Wed Aug 22, 2018 5:50 pm
Contact:

How to I make the screen appear without the text box in front?

#1 Post by Nanahs »

After the dialogue ends, I want the dialogue box to disappear and only the scenary to be seen.
Image
Like, this dark text box disappear and only the scenary (white) would stay.

I know this is very basic knowledge, but I forgot, since it's been a long time I don't use Renpy hah
Thanks xx

User avatar
skyeworks
Regular
Posts: 84
Joined: Thu Jul 27, 2017 11:36 am
Projects: K9-11
itch: skyefrost
Contact:

Re: How to I make the screen appear without the text box in front?

#2 Post by skyeworks »

Code: Select all

scene RandomCG
$ renpy.pause()
is what I used for cutscenes. (This means that the player would have to click to go next.) otherwise, you can add 1.0 or something for it to automatically to go back.

Code: Select all

scene RandomCG
$ renpy.pause(.3)
for a series of scenes just add that afterward so

Code: Select all

scene RandomCG1
$ renpy.pause()
scene RandomCG2
$ renpy.pause()
Image

User avatar
Nanahs
Veteran
Posts: 310
Joined: Wed Aug 22, 2018 5:50 pm
Contact:

Re: How to I make the screen appear without the text box in front?

#3 Post by Nanahs »

Thank you so much! :)

User avatar
trooper6
Lemma-Class Veteran
Posts: 3712
Joined: Sat Jul 09, 2011 10:33 pm
Projects: A Close Shave
Location: Medford, MA
Contact:

Re: How to I make the screen appear without the text box in front?

#4 Post by trooper6 »

Or you can use window hide and window auto as PyTom describes here:
viewtopic.php?p=460695#p460695
A Close Shave:
*Last Thing Done (Aug 17): Finished coding emotions and camera for 4/10 main labels.
*Currently Doing: Coding of emotions and camera for the labels--On 5/10
*First Next thing to do: Code in all CG and special animation stuff
*Next Next thing to do: Set up film animation
*Other Thing to Do: Do SFX and Score (maybe think about eye blinks?)
Check out My Clock Cookbook Recipe: http://lemmasoft.renai.us/forums/viewto ... 51&t=21978

User avatar
Nanahs
Veteran
Posts: 310
Joined: Wed Aug 22, 2018 5:50 pm
Contact:

Re: How to I make the screen appear without the text box in front?

#5 Post by Nanahs »

Thank you! :)

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Google [Bot]