This should be simple but I'm not sure how to do it. I'm trying to make a card game. I can make cards out of buttons by putting images on them to show the backs of cards. When the player touches the card, the image of the back of the card should vanish, ie the button disappears, and makes it seem the card is turned over. (another image). Does anyone know a way to make a button vanish? cardbutton1.Visible = False doesn't seem to work.
Also, instead should I make little "Backgrounds" and "Foregrounds" several of them, to create cards? Or one big foreground transparent layer with images of cards in a rectangle perhaps? The images of the cards have to "touchable" so they react to touch and vanish. How would you do it? :sign0163: