Search found 4 matches

by Hypervel
Sun Jun 14, 2015 8:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu Customization
Replies: 7
Views: 1038

Re: Menu Customization

Ifs are important (as are variables in general). Might I also recommend you go to the website CodeAcademy and take their free Python course? It will give you a really good foundation you can use to do more complicated things. You will understand if statements if you do that course. I think I unders...
by Hypervel
Sun Jun 14, 2015 2:19 am
Forum: Ren'Py Questions and Announcements
Topic: Menu Customization
Replies: 7
Views: 1038

Re: Menu Customization

Hypervel. Also, if you haven't already, I recommend: 1) Read through the QuickStart http://www.renpy.org/doc/html/quickstart.html 2) Study the code of the Question http://www.renpy.org/doc/html/thequestion.html#thequestion 3) Create a little test game where you do the very, very basics which are al...
by Hypervel
Sun Jun 14, 2015 1:50 am
Forum: Ren'Py Questions and Announcements
Topic: Menu Customization
Replies: 7
Views: 1038

Re: Menu Customization

First off, I like your choice screen design! You're looking for the hbox/vbox elements for the invisible containers you want (http://www.renpy.org/doc/html/screens.html#vbox). To create a layout like that, I think using the side element is a good idea (http://www.renpy.org/doc/html/screens.html#sid...
by Hypervel
Sat Jun 13, 2015 11:04 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu Customization
Replies: 7
Views: 1038

Menu Customization

Hello everyone, I need help and advice oh how to create a menu (yes-no or main).. I've seen a few previous post related to my question, but the menu display that I'm planning to make is somehow looked like this image attached below.. How do I make only a text for each "option", while only ...