Search found 3 matches

by Ikaros_OwO
Wed May 22, 2024 4:19 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Button hover broken when used in DynamicDisplayable
Replies: 2
Views: 130

Re: Button hover broken when used in DynamicDisplayable

Thanks for the solution jeffster, that worked perfectly!
by Ikaros_OwO
Tue May 21, 2024 4:04 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Button hover broken when used in DynamicDisplayable
Replies: 2
Views: 130

[Solved]Button hover broken when used in DynamicDisplayable

Hi, I'm trying to add a button to a screen using DynamicDisplayable, but for some reason, the button's hover properties does not work on mouse over(clicking the button still executes its function as normal though). Does anyone has an idea what is causing it and what can be done to remedy this? Below...
by Ikaros_OwO
Wed Dec 27, 2023 6:18 am
Forum: Ren'Py Questions and Announcements
Topic: Exit animation on transient screens
Replies: 1
Views: 2256

Exit animation on transient screens

Hi, I'm trying to make a phone mechanic that whenever you press a button, a phone will slide out from the right side of the screen. After the user is done interacting with the phone, they can just press outside it and the phone will slide away. Below is my current implementation: init python: def sh...