moveFrom(duration, speed, 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 timer, and thenmonitoring the duration each frame. When the duration is up the movement isstopped and the Body.onMoveComplete signal is dispatched. Movement also stops if the Body collides or overlaps with any other Body.