Is it possible to use CCMoveTo or CCMoveBy on one sprite, and have it go to the center of another sprite that is also moving using actions?
I'm not sure if it can be done, as the MoveTo and MoveBy require a position, and the other sprite's position is constantly changing.
Asking in case there is a way to do it that I'm unaware of. Otherwise I'll have to skip actions and move the sprite manually.