In this exercise two blimps are to move toward each other and stop close without touching. I used distance to each other - depth and they still end up in the middle of each other. Does anyone have any suggestions? I attached a copy of what I have so far.
The trick is to move them in small increments until they reach a certain distance from each other (Collision Detection). You have to use a loop structure.