I made a little pong game for fun. I currently set the balls angle using
angle(Paddle.X ,Paddle.Y,Self.X,Self.Y)
now I want the position where the ball hits the paddle to be effective. But I don't want to ignore the angle of collision which is what this does.
I tried some things. but didn't work. So how do I do this?