How to detect 2 objects' collision?

When a object is translating towards another object, how to detect (and then stop the translation) when it collides/bump into the other?
Any help is appreciated!

Go to flipcode.com, it has lots of usefull stuff. There’s a collision detection tutorial here: www.flipcode.com/tutorials/tut_collision.shtml

Good luck
Tidhar