Bouncing off objects

I am working on a VERY simple game to learn, but am having one problem. When moving and I run into another object when I release the key the guy bounces backwards. How do I fix this?

Add a material to the object, click on the little “DYN” button near the color sliders, and set restitut to 0.

That didn’t do anything. Now what?

try messing around with the dynamics setting. eg. add more mass to it. more mass, less movement.

And set “friction” to a higher value!

Ok got it. Thanks.