In my act I have a group of objects being implementing the method "move". But, if for instance one of those objects gets to a certain location before another and I want it to stop, how would that be achieved other than making move an int like move(-5);? Thank you.