Search found 3 matches

by inoix
Fri Dec 22, 2023 2:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Apply transforms on hover/unhover for ImageButton
Replies: 1
Views: 254

Re: Apply transforms on hover/unhover for ImageButton

After some digging I found that I was actually very close: You can actually use something like that transfrom button_menu_transfrom: on hover: zoom 1.0 linear 1.0 zoom 2.0 on idle: linear 1.0 zoom 1.0 without defining zoom at the start of "on idle". Sorry for everyone who got here to answe...
by inoix
Fri Dec 22, 2023 2:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Apply transforms on hover/unhover for ImageButton
Replies: 1
Views: 254

Apply transforms on hover/unhover for ImageButton

I have a quite simple image in a scene: screen navigation(show_buttons=True): if main_menu: on "replace" action Hide("navigation") showif show_buttons: imagebutton auto "button_menu newgame %s" action Start() style "button_newgame_style" ... else: ... How do I...
by inoix
Wed Jul 12, 2023 7:20 am
Forum: Ren'Py Questions and Announcements
Topic: 1415x3353 sprite incorectly shows ingame
Replies: 1
Views: 157

1415x3353 sprite incorectly shows ingame

I have a 1415x3353 sprite, when i try to show it on screen it gets bugged (I'm not sure about the right word for it). On screen (I just showed it up by placing it in files and using "show" in console, changing its size using zoom does not help) https://imgur.com/a/j7eTchz On screen with 0....