Another day, another newbie question!
How do I check if a sprite "fully overlaps" another?
My goal is to check when a ship exits the "combat area" and in that case destroy it. An housemade way could be to create another sprite, bigger than "combat area" sprite and in a lower z-level, and check when it is overlapped by the ship... but I don't like it too much.
Any idea?