Hi I have created a very basic start of a pong game that includes using classes for each object, the problem I do not know how to solve is how would I use the rectangle(intersect) collision method to make the ball collide with the paddle, keeping in mind that the paddle and the ball are in different classes. I do not have a problem not using classes it works every time but when I use classes I just can't get the ball and the paddle collide.
I don't mind starting a gain as so far all I have done is ball wall collision and paddle movement.
I don't mind starting a gain as so far all I have done is ball wall collision and paddle movement.