I have an object with a custom movement. I'm having it accelerate towards another objects position (which is moving in a fixed path), except by the time it arrives, the other object has already moved, and it misses it's mark. I want to somehow calculate predicatively where it should arrive by adding some distance pixels onto the mark in the direction/speed that target object is moving. What sort of expression might I use for this?