Drag the sprites (beach ball and/or bat) over to the cat. Any sprites that are not touching the cat will be hidden when you click on the check mark. Sprites touching the cat will stay visible. To go back, click on the back arrow sprite where you can add other sprites. USES: In a fashion game, for example, this is how you can keep the clothing sprites visible once you're done clothing your people and want to move onto a fashion show backdrop TO ADD MORE SPRITES like the bat or beachball: You basically need the same blocks that I have used for the bat/beachball. PLEASE LOOK AT THE NOTES FOR IMPORTANT INFO. TO ADD MORE SPRITES like the cat: Add a sprite like normal. (Optional:) Add in the code I used for the cat. For any sprite that is like the bat/beachball and that is going to be for the new sprite, make sure that their code reacts when touching that new sprite. (I left a comment in the code as well, just in case)
-Each sprite has a local variable, meaning that when I made the variable I made the variable available "only to this sprite". -I'm also broadcasting two messages. - The code for the cat is not really necessary. I just did it for the sanity sake