AndreasR
1. In this tick, sprite hits target position, triggers that event, and try to move to (current) position,
2. In next tick, sprite moves 0 pixel (is moving is true) and the same as step 1, sprite hits target position, triggers event and try to move to (current) position.
3. repeat step 2, ...
is moving is always true in this case. It is correct.