2

How can I push an object in a straight line with another object in the game engine? I made both objects dynamic, but when I push the object it moves in a random way. So how can I make it move straight?

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133
mar_dim
  • 21
  • 1

1 Answers1

2

Your collision bounds on both objects are a sphere. Under the Physic tab check the button for "Collision Bounds". Now assuming you two objects are cubes, the cube collision bounds will work fine.

David
  • 49,291
  • 38
  • 159
  • 317
  • 2
    @mar_dim if that answered your question mark the answer as accepted (check mark button under the arrows) – David May 15 '14 at 19:10