You can put a sprite with opacity = 0 at your destination.
(example: the object at destination is Dest_B)
And this is the loop :
If isMoving = true : Sprite move from A to B
--(Sub-event)--When collision with Dest_B : Set isMoving = false
Is this what your need?