guys how i able to make an object can't pass trough another object
here's the case
im making two char object moving with the mouse / object follow mouse and i want every time the object1 which the one i move with mouse collide with object2 the object2 stay still and prevent the object1 to go any further.. just like a solid rock
i tried using physic on my objects but when the object1 collide with object2 it always make object2 move or thrown away.. like there is a force from object1 causing it.. i tried set my object elasticity to 0 but it seems no effect on it
i using solid behavior also and deleting my physic behavior i use solid on two of my object and the result is object1 pass trough object2 like there's no mass or density..
i hope anyone can help me with this problem
thanks before