Ok, here's another Q regarding an often-used game routine. What's the best way to move the game "camera" (view) using an `ease in/out ` spline type movement. eg. you have one actor at top right. Clicking on the actor will then move the view over the actor, makng it central to the whole screen. But using ease in; this will move the camera/view very quickly to the actor, but slowing (easing in) as it reaches the actor.
The kind of thing often seen in menu selections, really.