Visible textbox and menu at the same time

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
MiaLee
Newbie
Posts: 11
Joined: Tue Jul 20, 2010 5:25 am
Location: Toruń, Polska
Contact:

Visible textbox and menu at the same time

#1 Post by MiaLee »

Can I make my choices and textbox visible at the same time?
I have my characters placed behind the textbox, at the truecenter, so they look normal, but when I have menus...

Image

It looks bad.

User avatar
PyTom
Ren'Py Creator
Posts: 16088
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: Visible textbox and menu at the same time

#2 Post by PyTom »

Yes. You want a menu like:

Code: Select all

menu:
    e "What would you like to do?"

    "Go swimming.":
        jump swimming
    "Head to the mountains.":
        jump mountains
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
MiaLee
Newbie
Posts: 11
Joined: Tue Jul 20, 2010 5:25 am
Location: Toruń, Polska
Contact:

Re: Visible textbox and menu at the same time

#3 Post by MiaLee »

Oh my, of course.
Thank You..!

Post Reply

Who is online

Users browsing this forum: Google [Bot]