Changing an Ellipse into a picture?

edited October 2013 in How To...

I want a football for the game i am creating, and want to use an image of a football to be my actual ball n the game. At the moment it's just a white circle i created with this code... how do i change this so it's the image of the ball i downloaded? ellipse(ballX, ballY, ballRadius * 2, ballRadius * 2);

Answers

Sign In or Register to comment.