Interactive Card - Disappearing Sprites

Good morning,

I have a student who is having trouble making his sprites disappear. Could you take a look at this code and see if you can find where we are going wrong?

Thanks.

@kabraham,

The “create sprite” blocks should be outside of the draw loop (above the draw loop.)

As is right now, it’s making a new sprite every time through the draw loop which defeats the purpose of hiding it.

Hope this helps!

Mike