hi all, i want to ask how to handle movement of an actor (its a tank like tank 1990 nitendo's game ) how to handle the movement of the tank when there is so much wall so it doesnt get stuck when moving between 2 walls or some movement around the wall. I use getOneIntersectingObject but it alwys stuck on the walls. Then i use getWorld().getObjectsAt, it works but still have problem when the tank entering a cell where at right and left is wall. it stuck there... anyone can help me?