ball then moves way too quick
#Move the ball ball.setx(ball.xcor() + ball.dx) ball.sety(ball.ycor() + ball.dy)
ball.setx(ball.xcor() + (ball.dx / 2)) ball.sety(ball.ycor() + (ball.dy / 2))
50% speed