I want a sprite to glide from point a to b, but stop if it touches something. I know I can use a repeat block with the move block, but I want it to stop exactly when it touches something. Moving by 10 steps at a time could cause it to overshoot before stopping, and moving by only 1 step at a time is just too slow.
