Any Component functionality

The Any component blocks are for when you really need to have multiple components in play at the same time.
If you can reuse the same component with different images or visibility values at different times, that works well.

If you need to distinguish one Sprite from among a bunch of other Sprites, save its component block ina global variable and use the global variable with the Any blocks.

Here are some sample projects to examine ...