Hi, I have a problem with this code....
In game, I get an error telling me that the buttonclose image haven't *idle*, but still I created the idle and selected_idle image, as well as hover and selected_hover
I checked the spelling, everything's fine.
I don't understand where this bug came from, why I can't hide this image?
thank you!
Code:
screen bunnyfriends01():
add "bunnyfriends01"
imagebutton auto "buttonclose_%s.png" action Hide("bunnyfriends01"):
xalign 0.99
yalign 0.02
In game, I get an error telling me that the buttonclose image haven't *idle*, but still I created the idle and selected_idle image, as well as hover and selected_hover
I checked the spelling, everything's fine.
I don't understand where this bug came from, why I can't hide this image?
thank you!