Condition for checking if a sprite is present on the screen?

You can create a hidden sprite, resized to fit the screen. If there isn’t a collision between that and a sprite, then the sprite is off the screen. Remember to move the hidden sprite if the camera move.

2 Likes