The physics behavior is not suitable for this, you can only set it's value, not the direction(negative valuse will move everything down, positive values up, but you can't make any sideway moves unless you loop through every object which uses physics, and use the setforce function on them - this is just dumb).
But if you only need this gravity-like thing, you can make it easily by using the sin\cos, and distance functions.