I've 10 text instances and 10 sprites. I need to verify if all text instances are overlapping the correct sprite. When an instance overlap the correct sprite, I change the boolean variable from "false" to "true". Now I need to know if the variable of all text instances are true. Thanks for any help.