Hello all,
I’m making a world selection map where you can move a pawn to cycle through different levels or POIs (Points Of Interest). This was based on Alan Noon’s [3rd tutorial in the Creating a 2D-Sidescroller][1] series, however, I wanted to make the pawn smoothly lerp between the different POIs. I set this up with a timeline, and it’s working great. However, I’m not sure how to force the lerping between the start location and the next location to be the entire duration of the timeline. The pawn basically reaches its target while the timeline’s around 50%, rather than waiting until the timeline’s finished playing to fully complete its motion. I can slow down the pawn’s travel using the “Set Play Rate” section of the graph, but it doesn’t respect the timeline’s full duration.
Any suggestions on how to make it use the full duration? Thanks so much for your help!
~Adam
(Click image link at bottom of post for high res version)