I am trying to create a multi threaded ball world in which i have 10 balls in a thread. So far i have a working model but all i need to do now is to get the even numbered balls that is the ball controlled by threads 0,2,4,6,and 8 to stop moving when they hit they intersect with a line in the...