Search found 22 matches
- Tue Jan 22, 2019 11:50 am
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved] Zooming a character in and out slightly for emphasis?
- Replies: 2
- Views: 264
Re: Zooming a character in and out slightly for emphasis?
Thank you so much!
- Tue Jan 22, 2019 10:29 am
- Forum: Ren'Py Questions and Announcements
- Topic: [Solved] Zooming a character in and out slightly for emphasis?
- Replies: 2
- Views: 264
[Solved] Zooming a character in and out slightly for emphasis?
Hello folks, I've come back with another question. This time, I've been working on making my characters stand out more when talking. Essentially, I'm asking how I can have characters zoom in when in focus, and back to their normal position when the focus is on someone else. Think of DDLC for referen...
- Wed Jan 02, 2019 3:23 am
- Forum: Ren'Py Questions and Announcements
- Topic: How Can I Feather or Change the Wipe Transition?
- Replies: 1
- Views: 141
How Can I Feather or Change the Wipe Transition?
Hello everyone, So recently, I've been messing around with the transitions in Ren'py to make them look more professional or just different from their default state. One transition I've had a problem with, however, is the wipe transition. Now, I don't know why, but I've been pretty set on using this ...
- Fri Nov 09, 2018 5:39 pm
- Forum: Ren'Py Questions and Announcements
- Topic: When Switching Between 2 Textboxes, the Default One Fades in
- Replies: 1
- Views: 257
Re: When Switching Between 2 Textboxes, the Default One Fades in
As a slight addendum to this, I have been able to assign True/False statements to this, yet only "textbox3.png" shows up when I reach that point. Any tips? Here's my code for reference. $ Box_Menu = default if Box_Menu == True: style window: background Image("gui/textbox.png", xalign=0.5, yalign=1.0...
- Wed Nov 07, 2018 3:16 am
- Forum: Ren'Py Questions and Announcements
- Topic: When Switching Between 2 Textboxes, the Default One Fades in
- Replies: 1
- Views: 257
When Switching Between 2 Textboxes, the Default One Fades in
Hello again, this time I'm having a problem with something I can't quite wrap my head around. So you see, I've been stuck on this for about a week and I honestly don't have a clue as to how I can fix it. As you can see in the video, my default textbox pops in before switching to the character (or "g...
- Fri Nov 02, 2018 1:12 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Laying the Textbox Over the Namebox?
- Replies: 3
- Views: 382
Re: Laying the Textbox Over the Namebox?
Actually, I'm looking for a way to swap the layer of the namebox with the layer of the textbox if possible. If not, I did make a pretty good illusion to where it looks like the namebox is under the textbox layer.
- Thu Oct 25, 2018 2:41 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Laying the Textbox Over the Namebox?
- Replies: 3
- Views: 382
Laying the Textbox Over the Namebox?
Hello everyone! I'm fairly new to the whole VN creation scene, and I've become pretty proficient with what I've learned; however, I am stuck on such a stupid issue. My problem is that I want to have the namebox displayed in a layer below the textbox, but I honestly have no clue on how to tackle that...