Sprites are sliding down the screen or bouncing off each other

Have you got the 'Type' property in the attached collision object set to 'Kinematic'?
By default, collision objects will be dynamic. This means that real-world physics is being applied to the object. If the object is not on a solid surface, gravity will make it fall towards the bottom of the screen.