- May 24, 2020
- 160
- 79
Hey everyone,
I am witnessing a very weird behaviour of my Ren'Py game.
If I start the game and use the" with Dissolve(insert time in seconds here)" command on scene or show,
the textbox doesn't disappear during the Dissolve.
Later in the game (about 10000 lines in), the textbox always disappears during the dissolve and I swear I'm using the same with Dissolve command.
Does anyone know, why that is?
I'm looking through my game now to find the exact right moment, when the textbox starts to disappear, but it takes a lot of time to sift through all of it.
I appreciate your thoughts and ideas.
Thanks in advance.
EDIT:
Never mind, I am an idiot:
I found the moment, that fucks me over:
It's the window hide
window show
If I don't use window show, afterwards, but just show another text, the dissolve always kill the textbox.
I am witnessing a very weird behaviour of my Ren'Py game.
If I start the game and use the" with Dissolve(insert time in seconds here)" command on scene or show,
the textbox doesn't disappear during the Dissolve.
Later in the game (about 10000 lines in), the textbox always disappears during the dissolve and I swear I'm using the same with Dissolve command.
Does anyone know, why that is?
I'm looking through my game now to find the exact right moment, when the textbox starts to disappear, but it takes a lot of time to sift through all of it.
I appreciate your thoughts and ideas.
Thanks in advance.
EDIT:
Never mind, I am an idiot:
I found the moment, that fucks me over:
It's the window hide
window show
If I don't use window show, afterwards, but just show another text, the dissolve always kill the textbox.
Last edited: