I'm trying to think of the best way to have a sprite follow another moving sprite for a heatseeking missile. I was going to try to create a moveby action and constantly check to see if the target has moved past a certain threshold and then recreate the moveby but this seems like a bad way of doing it.
Is there a good way to do this with actions or should I be trying to do this manually?