Profile image

How do I do the screen with the label

8,878 GrandmasterPotato  2.7 years ago

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

  • Log in to leave a comment
  • Profile image

    Thank you @ZeroWithSlashedO this was helpful

    2.7 years ago
  • Profile image

    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

    +1 2.7 years ago