Distance to object changes speed of timeline

How would you go about something like using the distance from the player to an object to influence a timeline’s values? E.g. there’s a scale of furthest proximity to the object (the slowest speed) to standing right next to it (the fastest speed), after which the timeline updates a variable. Is there maybe a better way of going about this? Thanks.

1 Like

A timeline always runs at the same rate, that’s what they’re for :slight_smile:

Having said that, you can use distance from the player to the object as a multiplier for the ‘set playback rate’ node, to change the speed the timeline plays at.

1 Like

Makes sense, I’ll try that, thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.