dialogue text blinks during transition
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.
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.
-
- Newbie
- Posts: 10
- Joined: Fri Oct 04, 2019 3:02 pm
- Deviantart: bloobeary
- Soundcloud: user-212448702
- Contact:
dialogue text blinks during transition
When I use a transition between a {nw} and an extend statement, the dialog box stays onscreen, but all the text in it blinks out for a second before coming back.
Is there a way to make it not blink out and back like that?
Is there a way to make it not blink out and back like that?
- isobellesophia
- Miko-Class Veteran
- Posts: 979
- Joined: Mon Jan 07, 2019 2:55 am
- Completed: None
- Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
- Organization: Friendly Teachers series
- Deviantart: SophBelle
- itch: Child Creation
- Location: Philippines, Mindanao
- Contact:
Re: dialogue text blinks during transition
-
- Newbie
- Posts: 10
- Joined: Fri Oct 04, 2019 3:02 pm
- Deviantart: bloobeary
- Soundcloud: user-212448702
- Contact:
Re: dialogue text blinks during transition
Not sure what you're suggesting. Your example doesn't seem to have a transition in it.
This is what I've got:
It looks like triggering the Dissolve causes the text to momentarily vanish. I was hoping there was a way to keep the text visible between the end of the first line and the beginning of the extend.
This is what I've got:
Code: Select all
c "{cps=10}Character talking text goes here. {/cps}{w=3}{nw}"
show screen timer
with Dissolve(.5)
extend "{cps=10}Character continues talking here.{/cps}{w=5}{nw}"
-
- Newbie
- Posts: 10
- Joined: Fri Oct 04, 2019 3:02 pm
- Deviantart: bloobeary
- Soundcloud: user-212448702
- Contact:
Re: dialogue text blinks during transition
Okay, it's been many days without a usable solution to this problem. A search through the forums here shows many people running into this, and trying and failing to find a workaround.
How do I go about filing this as a bug report, so it can be fixed?
How do I go about filing this as a bug report, so it can be fixed?
- rayminator
- Miko-Class Veteran
- Posts: 581
- Joined: Fri Feb 09, 2018 12:05 am
- Projects: Redoing games to fix spelling mistakes other companys that don't care
- Location: Canada
- Contact:
Re: dialogue text blinks during transition
when I try to help someone I point them into 2 direction what's right and wrong so they can learn how to
Re: dialogue text blinks during transition
That's just how transitions work. Use ATL if you want the textbox to stay.
Re: dialogue text blinks during transition
Code: Select all
screen test():
add Solid("#FFF", xysize=(50,50)) at dissolvein
label start:
"blah blah {nw}"
show screen test
extend "blah blah2"
transform dissolvein:
alpha 0
linear 0.5 alpha 1.0
-
- Newbie
- Posts: 10
- Joined: Fri Oct 04, 2019 3:02 pm
- Deviantart: bloobeary
- Soundcloud: user-212448702
- Contact:
Re: dialogue text blinks during transition
Yep, that worked!
Put the transform dissolvein code into screens.py, added the "at dissolvein" code to my screen, and now the text doesn't disappear.
This still seems like something that could benefit from being a program feature, though. Something you could call with a simple code tag, like {IT} for ignore transition, or {RO} for remain onscreen, or something like that.
Put the transform dissolvein code into screens.py, added the "at dissolvein" code to my screen, and now the text doesn't disappear.
This still seems like something that could benefit from being a program feature, though. Something you could call with a simple code tag, like {IT} for ignore transition, or {RO} for remain onscreen, or something like that.
Who is online
Users browsing this forum: Eliont, Google [Bot], Majestic-12 [Bot], Ocelot, Showakun