My problem is that it seems that there's only a reaction to the first overlapping. Not to anything that comes after it (when overlapping of first still takes place).
I have 1 box (school), 1 sprite (child).
When child overlaps school: add 1 to variable.
If child stands in front of school building, it overlaps. Everything ok so far.
When a 2nd child comes as well in front of building, both children overlap. But it seems like it is ignoring the 2nd one.
Because overlapping is already "true"?
I wonder how I can get the next overlappings being detected by the "school".
Thanks in advance.