action "set X" or "set Y" teleport your sprite on position(X,Y)..
you can try something like this:
add a boolean variable to your sprite
when sprite X or sprite Y not egal to tarx or tary
set boolean to true
add condition when boolean is true: move sprite to tarx,tary (or use custom movement... as you want)