playMaker

Author Topic: [Solved] Good way to follow object?  (Read 1543 times)

createasaurus

  • Full Member
  • ***
  • Posts: 146
[Solved] Good way to follow object?
« on: December 01, 2017, 11:41:27 PM »
I've been experimenting with the Smooth Follow Action and Float Interpolate... not much luck yet.  Basically I have a constantly moving target (y Access), and I want another object to line up with it, .2 seconds behind, smoothly.

I'm hoping for an opinion on a good way to approach this.  Thank you.
« Last Edit: December 02, 2017, 12:25:59 PM by createasaurus »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Good way to follow object?
« Reply #1 on: December 02, 2017, 09:06:16 AM »
Hi,
There are some 'Damp' actions on the Ecosytem maybe they can be of help.

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 715
    • Flashing Lights
Re: Good way to follow object?
« Reply #2 on: December 02, 2017, 10:29:36 AM »
Damp as djaydino mentioned,
or also can try Float Lerp and Vector3 Lerp.

createasaurus

  • Full Member
  • ***
  • Posts: 146
Re: Good way to follow object?
« Reply #3 on: December 02, 2017, 12:25:33 PM »
Awesome!  Thank you for pointing me in the right direction, djaydino and 600.  I will be checking out Damp and Float Lerp now.