Hi!
Im farly new to java , but i have managed to make my self a PONG game! and it works! The ball is a graphics fillOval
and the pad is rect ( g.fillRect(x, 630, WIDTH, HEIGHT); ).
I have tried to use a sprite instead for the pad but cant seem to get it to work. I have a file called rect.png that i want to use as the pad.
I have all the move code ready so just need to load the image of the pad isted of the fillRect.
Anyone know how?