Search found 35 matches
- Sun Apr 17, 2022 8:15 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Playing a movie over existing interface
- Replies: 2
- Views: 304
Re: Playing a movie over existing interface
Thanks rayminator. Kinda inverse to what I was trying to do (video over rest of display instead of video in the background) but you did flash a spark of inspiration. I converted my video file to not be fullscreen and it started working as I intended. I assume that Ren'Py decides that if a video is p...
- Sun Apr 17, 2022 3:56 am
- Forum: Ren'Py Questions and Announcements
- Topic: Playing a movie over existing interface
- Replies: 2
- Views: 304
Playing a movie over existing interface
I'm a bit stumped on this one. I've tried a bunch of different techniques and none of them seem to work. What I'm trying to do is display a video animation (title and credits) over everything else on the screen, regardless of what else is going on. I want to allow the user to continue navigating thr...
- Sat Apr 02, 2022 5:11 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Can't seem to reuse displayables created with image tag
- Replies: 3
- Views: 246
Re: Can't seem to reuse displayables created with image tag
... Everything works correct. You have 3 different images, you show all 3 one by one. Then you try to show an image (JuliePeg133) that is already onscreen, so nothing visible happened. To make images replace each other you need to give them names consisted of several words, like "Julie Peg133", so ...
- Sat Apr 02, 2022 2:48 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Can't seem to reuse displayables created with image tag
- Replies: 3
- Views: 246
Can't seem to reuse displayables created with image tag
Wondering if this is default behavior and I just missed it in the docs somewhere--I can't seem to reuse displayables defined with the image tag more than once. (Okay, so this is a simple back-and-forth conversation and I got lazy and didn't want to create a whole new render... :roll: ) define j = Ch...
- Mon Mar 14, 2022 8:21 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Line Breaks
- Replies: 6
- Views: 7376
Re: Line Breaks
Sorry for reviving a 16 (!) -year old thread, but "\n" doesn't in fact appear to work inside a custom text tag...I had to resort to a function and ugly syntax to accomplish this.