Animation for noobs

I have a two geometries on a plane. Two buldings and a delivery car going between these two points.

  1. How to move in time a geometry (car) between two vectors and add a speed as a factor?
  2. How to move in time with a path and defined points on it (spped too);
  3. How to move geom from specyfic point to the specific point clicked on a plane with mouse? (speed too);

I know it is simple but with no solid explanetion I have tried geometry.move() and 0.0001f incrementation on X axis but I need to move on with some other more advaced concepts?
please sample code … noob proof.

Since you didn’t mention what you’ve already looked at, I’ll post a link to the documentation:
https://wiki.jmonkeyengine.org/legacy/doku.php/jme3

See: “Animations and Scenes”

package jme3test.animation; ops ops ops - ech - Some times we need just a push, thx