When I push play I go to the “Win” Screen after one scene. (I push the pause button and try to test the game but the game goes to the win scene right away.) I want the ball to stop on the paddle. Using Unity ver 4.7 .2f1.
So, the ball falls, hits the paddle, but is also making contact with your LoseCollider.
I note that you have a radius on the ball of 10, from memory, I think the ball sprite was about 12px wide wasn’t it? It might be worth checking the Circle Collider 2D.
Also, if you edit your scene and place the ball just above the paddle, so that there is still a little distance for the ball to fall towards the paddle, does this issue still occur? Or does it only occur if the ball falls from a greater height and has a greater velocity?
Can you also pop a screenshot up of your scene, in Scene View, with the Lose Collider GameObject selected in the Hierarchy.