Page 1 of 1

How do I customize bars? - SOLVED

Posted: Thu Mar 08, 2012 2:15 pm
by NickelBuckle9
Hey everyone! I've checked out Aleema's style customization tutorial and attempted changing the script she suggested, but nothing seems to have been changed.

:(

All I'm trying to do is display a simple bar (not a scroll bar), on the player's screen to show their current level in each stat. Could someone please show me how to customize the length of the bar (currently, it stretches all the way across the screen, and change the full and empty pictures from the default style to my own?

Here's my current code:

Code: Select all

$ ui.hbox(xalign=0.5, yalign=0.5)
$ ui.bar(100,value, xmaximum=400)
$ ui.close()
Thank you so much!

Re: How do I customize bars?

Posted: Fri Mar 09, 2012 2:54 am
by Tsundere Lightning
You'd have better luck posting this in the Ren'Py Questions and Answers subforum. I've asked a mod to move it there.

Re: How do I customize bars?

Posted: Fri Mar 09, 2012 8:28 am
by DragoonHP

Re: How do I customize bars?

Posted: Fri Mar 09, 2012 10:40 am
by NickelBuckle9
Thank you! That's exactly what I'm looking for! ^^