In the design I uploaded a picture. I would like to make the image appear and disappear with a button click. I found the properties of an image, self.house.visible = True. I also found the image events of
show() and hide() on the screen. I uncheck the image visible box and put in the button function self.house.visible = True, but nothing happens. self.house.show() does not work either.
The documentation provides no further details, that I can find.