Search found 8 matches

by palex00
Sat Jan 28, 2017 5:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Can I display two "show text"-texts at the same time?
Replies: 3
Views: 570

Can I display two "show text"-texts at the same time?

Hey there!

Can I somehow show two "show text"-texts at the same time? If I use it right after another, the old one will disappear. Is there any possibility? Also: How do I position these?

Thanks in advance!
by palex00
Fri Jan 27, 2017 6:37 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I fade out text?
Replies: 15
Views: 6948

Re: How do I fade out text?

Its fine now :) Thank you!

Btw, is there a possibility to display more than one "show text" at the same time?
by palex00
Wed Jan 25, 2017 11:29 am
Forum: Ren'Py Questions and Announcements
Topic: How do I fade out text?
Replies: 15
Views: 6948

Re: How do I fade out text?

Also, now I've tried this: show text "Wusstest du eigentlich..." with fade(2.0) pause 3.0 scene bg black with Dissolve(2) show text "...warum Menschen bei ihrer Geburt weinen?" with fade(2.0) pause 3.0 scene bg black with Dissolve(2) pause 1 When I write "fade(2.0)" I g...
by palex00
Wed Jan 25, 2017 8:15 am
Forum: Ren'Py Questions and Announcements
Topic: How do I fade out text?
Replies: 15
Views: 6948

Re: How do I fade out text?

Urks, I am so dumb. I'm sorry xD The main reason I had problems was because I used "centered" and not "show text" centered "TEST" pause 3.0 scene bg black with Dissolve(2) pause 1 This wouldnt automatically advance the dialogue so I wondered: What is the difference betw...
by palex00
Mon Jan 23, 2017 3:41 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I fade out text?
Replies: 15
Views: 6948

Re: How do I fade out text?

Urks, I might need to explain better. "dissolve" only applies to text that appears but I want to make my text slowly disappear instead of just "click - it's gone". I'm using "centered" as the narrator, so basically I want this to happen: centered "Hey!" [slowl...
by palex00
Sun Jan 22, 2017 4:34 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I fade out text?
Replies: 15
Views: 6948

How do I fade out text?

Hey there! In my game I want to create an intro text which is displayed in the mid with "centered" or as nvl-text (not sure what to use yet tho). Problem is: I don't want the text to just disappear, I want it to slowly fadeout. "with fade" only applies to the "start" of...
by palex00
Mon Nov 21, 2016 6:16 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton on normal screen all the time?
Replies: 3
Views: 501

Re: Imagebutton on normal screen all the time?

Ok I got the button working, so it appears on screen but if I want to test for the variable with something like if Test == "1": pside "This has been a success." It will give out nothing. I checked if the variable gets set to 1 and it does so why isn't it working. Should I ask thi...
by palex00
Mon Nov 21, 2016 5:45 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton on normal screen all the time?
Replies: 3
Views: 501

Imagebutton on normal screen all the time?

Hey there! I'm... fairly new here so I'm not that competent at... everything to be honest. I wanted to have several buttons on the normal text screens which will change a variable when clicked. After a little bit of research I thought that Imagebuttons would be the perfect thing for it since you don...