[solved] Quick Menu flickering during sprite transitions

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
yuucie
Regular
Posts: 164
Joined: Sun Jun 22, 2014 4:04 am
Completed: NaNoReNo[2015] Those Without Names
Tumblr: an-na-ko
Location: Toronto, Canada
Contact:

[solved] Quick Menu flickering during sprite transitions

#1 Post by yuucie »

My sprite transitions dissolve from one expression to the next, which sends the textbox/quick menu flickering. I can force the textbox to stay with $ _window_during_transitions = True, however, the quick menu still flickers. I've tried $ _menu_choice_window_during_transitions = True, but it doesn't work.

Is there a way to force the quick menu to stay during sprite transitions?


A similar problem was posted here: http://lemmasoft.renai.us/forums/viewto ... transition

But I don't understand the answer, and I figured bumping it would be necroing.

Thanks in advance.
Last edited by yuucie on Thu Mar 26, 2015 10:06 pm, edited 1 time in total.

User avatar
PyTom
Ren'Py Creator
Posts: 16096
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

Re: Quick Menu flickering during sprite transitions

#2 Post by PyTom »

Use the window show statement, rather than $ _window_during_transitions = True.

Code: Select all

window show
"foo"
pause
"bar"
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

User avatar
yuucie
Regular
Posts: 164
Joined: Sun Jun 22, 2014 4:04 am
Completed: NaNoReNo[2015] Those Without Names
Tumblr: an-na-ko
Location: Toronto, Canada
Contact:

Re: Quick Menu flickering during sprite transitions

#3 Post by yuucie »

Ohhh...thank you, it works!

Post Reply

Who is online

Users browsing this forum: Google [Bot]