Choice menu text fading out on menu call

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
Zeekee
Regular
Posts: 67
Joined: Wed Jul 23, 2014 10:17 pm
Projects: No One But You, The Anomaly
Organization: Annexe Interactive
Skype: ytmnd111
Soundcloud: zomgaarh
Location: USAF Academy, CO
Contact:

Choice menu text fading out on menu call

#1 Post by Zeekee »

For some reason, the text prompt that displays on my yes/no menu fades away before the yes/no buttons fade in completely. Not sure what the issue could possibly be. Here's the following code:

Code: Select all

    scene black with fade
    menu:
        "{color=#fff}Would you like to view the tutorial?{/color}"
        
        "YES":
            nvl clear
            jump tutorial
            
        "NO":
            nvl clear
            jump premg
The default text color is black, but {color=#fff}{/color} should work, right?
"When people sometimes misquote me, I don't know if they understand what I'm saying."
-Tommy Wiseau

User avatar
Zeekee
Regular
Posts: 67
Joined: Wed Jul 23, 2014 10:17 pm
Projects: No One But You, The Anomaly
Organization: Annexe Interactive
Skype: ytmnd111
Soundcloud: zomgaarh
Location: USAF Academy, CO
Contact:

Re: Choice menu text fading out on menu call

#2 Post by Zeekee »

Update: When reloading the game from the yes/no prompt, the text is displayed with no issues whatsoever. Very strange.
"When people sometimes misquote me, I don't know if they understand what I'm saying."
-Tommy Wiseau

Post Reply

Who is online

Users browsing this forum: No registered users