Search found 4 matches

by JosephGomez
Fri Nov 17, 2023 1:09 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Something wrong with .webm videos in Ren'Py 8.1.3?
Replies: 3
Views: 2591

Re: [Solved] Something wrong with .webm videos in Ren'Py 8.1.3?

It's possible that the update introduced changes impacting video handling. Verify your code for compatibility with Ren'Py 8.1.3. Check Ren'Py's release notes for insights into any alterations related to .webm videos. There was only one location that seemed to be a shelter for me in the midst of the ...
by JosephGomez
Wed Oct 18, 2023 8:14 am
Forum: Ren'Py Questions and Announcements
Topic: Buttons on a 3x3 grid that only show when they need to be pressed.
Replies: 3
Views: 1643

Re: Buttons on a 3x3 grid that only show when they need to be pressed.

Thank you for the link.Yes, you can implement a QTE mini-game with a 3x3 grid of buttons in your VN. It adds interactivity, but coding skills or a developer's help might be required.
by JosephGomez
Thu Mar 16, 2023 11:17 am
Forum: Ren'Py Questions and Announcements
Topic: Unable to click buttons with 3D Stage transform
Replies: 6
Views: 728

Re: Unable to click buttons with 3D Stage transform

Now I can see that it can be done shorter way by using the zip in for loop condition.