[=;102834]
Here you go. You’ll notice that both versions are currently set up. The hack version is also used to drive an animation blend, which works correctly.
The ideal version doesn’t work full stop so the two methods dont interfer with each other and the results are the same as if the top branch was disabled.
[/]
Looks to me that you simply hope that 8.72 is the correct value to get it to move correctly?
For your hack version to work correctly you need to set it up slightly different. You need take into account how much the value has changed from one timeline tick to the next timeline tick. Since that is what you care about and not the actual value in the timeline. To do that simply subtract the current value from the previous value, then multiply by the number you want to get to.
