I try to make the ball with realistic physics when it fall from cliff, as you can see in in image 2. that's what I what to achieve, for now I have what is drawn in image 1.
for image 1. I use this code:
ball.center.x += 5
ball.center.y -= 4
By the way, in game cliff is slowly going down and ball up, after ball drops from cliff, cliff stops and ball just drop to the floor.
Question how can I make something like what I draw in image 2. Is there a easy way to do this, because I am not yet a good friend with physics.