Can we tweak wire
Add a way to tweak wire like disable mode when power off
I tried to us slider as an local variable and wire with calulator to modified value. And wire result to modified value of slider.
But when calculator power off it return value 0
Id like to disable it to return real value of slider
Is there any way to do this if i might missing something?
-
I think what you really want is to switch between outputting the original value or outputting the calculated value.
If that's right, you can use a selector. Wire the original value to input A. Wire the calculated value to input B. Wire output A and output B to something to display the value (another slider?).
Now, when A is the active selection, the display will show the original value. When B is the active selection, the display will show the calculated value. -
Use the variable gadget. Then wire your slider to a Variable Modifier gadget.
-
https://indreams.me/element/b1zgDxpFwII
This will let you return two different values, based on another input
댓글을 남기려면 로그인하세요.