Interactive Card Visibility

My student wants the sprites (Cane, Snowman and Present) to disappear when the space bar is pressed. Help please!

@langilla1,

I see that they’ve used the visible blocks to try and make that happen and in fact, it is happening, but the “old” instances of the objects are still on the screen, so they still appear to be visible.

To solve this issue, make sure you are drawing a background inside the draw loop. This will cover the old instances of the “now invisible” objects. Hope that helps.

Mike

That worked perfect- thanks!