Search found 3 matches

by MelonFudger
Mon Mar 02, 2020 6:00 am
Forum: Ren'Py Questions and Announcements
Topic: Having issues with hovering over an imagebutton, please help!
Replies: 6
Views: 653

Re: Having issues with hovering over an imagebutton, please help!

Here is my screen code so far: screen corridorScene(): imagebutton: idle "door_idle" hover "door_hover" xalign 0.5 yalign 1.0 focus_mask True action Jump("tryDoor") hovered Call("doorHover") And here is the label being called on hover: label doorHover: "I...
by MelonFudger
Mon Mar 02, 2020 5:56 am
Forum: Ren'Py Questions and Announcements
Topic: Having issues with hovering over an imagebutton, please help!
Replies: 6
Views: 653

Re: Having issues with hovering over an imagebutton, please help!

I tried but that breaks my game. It doesn't necessarily errors but freezes the game window and won't do the unhover action at all.
by MelonFudger
Sat Feb 29, 2020 4:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Having issues with hovering over an imagebutton, please help!
Replies: 6
Views: 653

Having issues with hovering over an imagebutton, please help!

I wonder if anyone could help me...I am using imagebuttons on a few items on my screen. On hover, I managed to use jump to a label and show the required text in the dialogue box, but once I unhover the dialogue sticks there and won't revert back to the original(EXAMPLE: before I hover on the button ...