moveTo(duration, distance, direction) → {boolean}
Note: This method is experimental, and may be changed or removed in a future release. This method moves the Body in the given direction, for the duration specified.It works by setting the velocity on the Body, and an internal distance counter.The distance is monitored each frame. When the distance equals the distancespecified in this call, the movement is stopped, and the Body.onMoveCompletesignal is dispatched. Movement also stops if the Body