how dose the ball function work? i am trying to make a sprite into a ball so it can bounce around the screen is it possible?
Yes, you have to set width and height for the ball, and then control its X/Y positions to make it move around. One of the examples shows how to bounce a ball around.