Search found 6 matches

by QuestionManiac
Mon Nov 25, 2013 7:11 am
Forum: Ren'Py Questions and Announcements
Topic: On button press two actions
Replies: 2
Views: 595

Re: On button press two actions

Life saver! Thanks.
by QuestionManiac
Mon Nov 25, 2013 5:52 am
Forum: Ren'Py Questions and Announcements
Topic: On button press two actions
Replies: 2
Views: 595

On button press two actions

I was wondering it is it possible and what syntax is correct to do so?

I want to hide two elements with one button press. Those elements are separate from each other.

Something between the lines of:

Code: Select all

action Hide("element_one", "element_two") #This code ofc does not work
by QuestionManiac
Sun Nov 24, 2013 2:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Change character name position
Replies: 4
Views: 3665

Re: Change character name position

Thanks both, at first I was confused how to alter specific parts of text solution for my problem here:

Code: Select all

    style.say_vbox.xalign = 0.5
    style.say_label.xalign = 0.5
    style.say_label.ypos = 100
    style.say_dialogue.ypos = -40
by QuestionManiac
Sun Nov 24, 2013 11:53 am
Forum: Ren'Py Questions and Announcements
Topic: Change character name position
Replies: 4
Views: 3665

Change character name position

I was wondering where can I find tutorial on how to change position of displayed character name?
I dont want to add any name boxes, just change position where the name is displayed.

Thanks
by QuestionManiac
Sun Nov 24, 2013 8:27 am
Forum: Ren'Py Questions and Announcements
Topic: Option bars with different appearance
Replies: 1
Views: 690

Option bars with different appearance

Hi guys, I am stuck on option screen customization. There are few bars that you can slide to increase/decrease volume, increase/decrease text speed etc. My problem is that each of those bars in my game are different size, have different looks etc. which means each of them has to have different defin...
by QuestionManiac
Mon Oct 14, 2013 6:50 am
Forum: Ren'Py Questions and Announcements
Topic: General list/dictionary question
Replies: 2
Views: 843

General list/dictionary question

Hello guys, I have general question regarding lists and dictionaries in Ren'Py. I tried googling this information, however, the results where not what I was looking for, so I thought I may receive some help here. Basically, my code in Python is this: player = ["One", "Two", "...