Page 1 of 1

Choice menu text fading out on menu call

Posted: Mon Oct 22, 2018 4:47 pm
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?

Re: Choice menu text fading out on menu call

Posted: Mon Oct 22, 2018 4:48 pm
by Zeekee
Update: When reloading the game from the yes/no prompt, the text is displayed with no issues whatsoever. Very strange.