My workaround for her right now is to create a sprite with the same color as the background and cover the text. Then control the sprite’s visibility with the click, but there has to be an easier way.
Good idea for an interactive card! I’m sure there are a number of ways to do this.
My solution was to create a variable called gender that is set to “” at the beginning of the program (var gender=""). Then, at the same place you draw the background, have it display the text in blue and size 50. When the program starts, it will display nothing because there is no value to it.
Then, in the if loop, change the value of gender to equal “Boy” and now, everytime the background is drawn, it will “redraw” the text as well.