How to remove a specific sprite offscreen?
I started with MicroStudio secently and I'm trying to make a card game. I made sprites for the cards and somehow I managed to create a button that draw random cards and put it in your "hand" (five rectangles). Now I'm figuring out how to remove a card sprite when you click on it (when you "play" it) so I could call variables to fill the empty spaces with new cards, but I simply cannot.
Isn't it a simple function like screen.drawSprite but the opposite?