Page 1 of 1

Ren'Py Buttons

Posted: Thu Oct 08, 2015 8:40 pm
by Tagumonman55
On the title screen I'd like to align the buttons Horizontally, and space them out, can someone give me an example code of how to do this? and tell me where to put it?

Also, if possible, My background is a pool of Blood already, and I'd like to make the water Ripple when an Option is clicked, is this possible, IF I have drawings for the Ripples already?

Re: Ren'Py Buttons

Posted: Thu Oct 08, 2015 11:33 pm
by philat
1. Use hbox.

2. Use ConditionSwitch with a static image if the option isn't checked, and an ATL image if the option is checked.

You can find examples and explanations if you search the documentation and forums.

Re: Ren'Py Buttons

Posted: Fri Oct 09, 2015 9:47 am
by Tagumonman55
Thanks x3