okay here is my problem i been trying to get my collsion agaist my paddles to work and i simply can't do it.
here is a list of my varibles and all the differant codes i have tried to get it to collide
variables and images used
int ball = LoadTexture ("./images/ball.png");
int leftpaddle_2 = LoadTexture ("./images/paddle_2.png");
int rightpaddle_1 = LoadTexture ("./images/paddle_1.png");