finterp problem

Hi guys, I am using an “f interp to” node to get a smooth transition from 200 - 0 value. When I run it, it somehow gets stuck around a 192 value and only the numbers behind the decimal keep changing really fast.

Anyone know what is going on?

F INTERP SETUP:

current=200,
target=0,
delta=connected to event tick delta seconds
Interp speed=2

Can you show your code?

Ah, gotcha. Interp needs to be progressively applied to a target, like this:


( inital value of Current is 200 )

1 Like

Thanx fot the quick reply!