Search found 230 matches

by TellerFarsight
Tue Jun 13, 2017 9:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Help: About text position.
Replies: 2
Views: 375

Re: Help: About text position.

The textbox itself is an image that you can find in the directory, which you can replace with a textbox image with a size and shape of your own choosing. You can then go into one of the script files (I don't remember which one among gui, screens, or options) and move it using basically a coordinate ...
by TellerFarsight
Sat Jun 10, 2017 5:07 pm
Forum: Ren'Py Questions and Announcements
Topic: Quick menu image buttons aren't displaying?
Replies: 2
Views: 426

Re: Quick menu image buttons aren't displaying?

I'm not 100% sure about this so definitely double check, but I think the xpos and ypos value need to given earlier in the line, like before action. Trying playing around with that.
by TellerFarsight
Wed Jun 07, 2017 6:43 pm
Forum: Ren'Py Questions and Announcements
Topic: Making dialogue box fade in and out. [SOLVED]
Replies: 4
Views: 812

Re: Making dialogue box fade in and out.

You are 100% correct and I can't believe I made that mistake. It totally works. Thanks!
by TellerFarsight
Tue Jun 06, 2017 8:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Making dialogue box fade in and out. [SOLVED]
Replies: 4
Views: 812

Re: Making dialogue box fade in and out.

NameError: name 'WindowCallback' is not defined First of all, thanks a bunch PyTom for looking into this. I'm very new to Ren'Py and it's taking me a while to understand this, but this is the error I get back when trying to use it. If it's not too much to ask, can you walk me through what I'm lookin...
by TellerFarsight
Sun Jun 04, 2017 8:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Making dialogue box fade in and out. [SOLVED]
Replies: 4
Views: 812

Making dialogue box fade in and out. [SOLVED]

Hi all, I want to make it such that every time a new character speaks, the dialogue box very briefly fades out and back in, like in Devil Survivor. I think I should be able to fanaggle a way of doing it using window show and window hide statements, but is there some way to maybe bake that into the c...