Is it possible to move a sprite with Timeline, if I don't know the exact target position? For example, I want to move a camera from the player to the Big Boss, then back to the player. Positions of the sprites are not fixed, both the player and the Big Boss may be anywhere on the layout.
(I know I can use MoveTo or other behaviors, I'm just curious if this can be done with Timelines)