(Solved) Renpy command to make the same as the hide button?

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
charliesan763
Regular
Posts: 25
Joined: Mon Jan 23, 2017 8:16 am
Completed: Disencounters, 20 Seconds
Projects: Hunters In The Night, Paradise in the Heart
Organization: Primate Dogma
itch: Primate Dogma
Location: Argentina
Contact:

(Solved) Renpy command to make the same as the hide button?

#1 Post by charliesan763 »

Hi, I just finished my game and everything seems to be working just fine! :D but I was wondering if there was a way to hide the textbox without the player clicking like an automatic action equal to pressing the "h" key to hide the textbox. I don´t want to make the textbox transparent or nothing like that. It´s just because the last bg shows "The End" but it has the empy textbox in front of it :P It´s just an esthetical change, the game will work fine without it but it would look nicer that way 8) thanks in advance!
Attachments
screenshot.png
Last edited by charliesan763 on Fri Apr 07, 2017 12:44 am, edited 1 time in total.

famakki1
Regular
Posts: 55
Joined: Wed Oct 12, 2016 7:40 am
Contact:

Re: Action/command in renpy to make the same as the hide but

#2 Post by famakki1 »

Are you looking for:

Code: Select all

window hide Dissolve(1)
window hide will be instant

User avatar
charliesan763
Regular
Posts: 25
Joined: Mon Jan 23, 2017 8:16 am
Completed: Disencounters, 20 Seconds
Projects: Hunters In The Night, Paradise in the Heart
Organization: Primate Dogma
itch: Primate Dogma
Location: Argentina
Contact:

Re: Action/command in renpy to make the same as the hide but

#3 Post by charliesan763 »

famakki1 wrote:Are you looking for:

Code: Select all

window hide Dissolve(1)
window hide will be instant
It worked like a charm :D and I added a pause after it and I got exactly what I wanted :lol: thanks a lot! :mrgreen:

Post Reply

Who is online

Users browsing this forum: DragoonHP