you just have to compare the hero x/y coordinates with the coordinates ofthe point where to move the hero.
You make a fork condition checking whether hero x is bigger than the point x
If yes, then you let the hero walk one step left.
you copy this one (Hero x smaller then point x -> step right etc)
And do not forget to click on "ignored if it can't be moved"