Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wetcircuit on September 15, 2019, 09:42:43 AM

Title: How do I sync a float "range" to another float "range"?[SOLVED]
Post by: wetcircuit on September 15, 2019, 09:42:43 AM
I have a float variable that ranges from 8 - 15.
I need to keep another variable synced to it, with the range of 2.15 - 3.75.
The interpolation is linear.

Does this function have a name? How can I do this with Playmaker?
Title: Re: How do I sync a float "range" to another float "range"?
Post by: wetcircuit on September 15, 2019, 10:19:07 AM
found "Remap Float" on the ecosystem.
Seems to be the function I want.