So I have an object where I click it keeps moving
But I want to make it so that when it touches another object it stops
How do I make an object stop?
The move command is just move(whatever number);
Then to make it stop moving would it be stop(); ?