if i have two Sprites A and B and want A to move to the right while overlapping with B:
If I use the A overlaps with B the loop only iterates once per frame.
If I change it to use the System is Overlapping A and B it works perfectly.
Why aren't these two behaving in the same way?