need a ball image .

Does anyone know how I can make a ball for my app without having the transparent sides make it look like the ball is bouncing on air when it hits the ground or other objects .I know at least one of you has made an app with a ball. How did you get/make your ball ?

Thank you.

If you are using physics, simply make the shape a circle by specifying a radius value during the physics.addBody() call.

Rob

If you are using physics, simply make the shape a circle by specifying a radius value during the physics.addBody() call.

Rob