We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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
See the image() function. It must replace the ellipse() call.