Could someone please explain how that label part can turn into screens that have moving lines, and bars, and stuff like that
If it has any effect, I am on IOS
Could someone please explain how that label part can turn into screens that have moving lines, and bars, and stuff like that
If it has any effect, I am on IOS
@ZeroWithSlashedO Hi bro,I got an idea that it works like a screen within vtol slide when 3 rotators connect to 3 custom labels,the idea is that when vary VTOL from -1 to 1 you would have a screen with 3 options-->Techonologia?
Thank you @ZeroWithSlashedO this was helpful
It's actually sorta simple
If you want it to move horizontally, use: <pos={input}>
If you want it to move vertically, use: <voffset={input}>
If you want it to be able to move diagonally, you put em both.
If you want it to be able to rotate, use: <rotate={input}>
Note that you cannot use 2 operators at the same bracket, for example: LandingGear ? Pitch ? PitchRate/70 : 0 : 0 will not work