How do I make one object hover a fixed distance over another and follow it?
I want to have one object (A) move over another object (B) so that A is always at a fixed height even if B were to move up and down.
I've placed a tag on B and a follower on A and set up a name for the tag. The follower object rapidly zooms back and forth through the tag object instead of staying in one place above B. I've played around with XYZ speeds but can't get it working as I'd like.
-
You want the strength of the follower to be inversely proportional to it's distance from the tag. That is, the closer it is to the tag, the lower the strength should be. You can do this by creating a sensor with a falloff, subtracting it from 1 in a calculator, and using it as input to the strength of your follower.
請登入寫評論。