Profile image

FT on mobile is annoying

634 Bluedelta12  1.9 years ago

I am trying to make an F-14 style, Weapon selector on the stick but, I am unsure how to get it to work properly.

Intentions for Code
To have the red thing move to: 0.5 if "AIM-9 X" is selected, 0.75 if "AIM-7" is selected, 0.25 if "M61 Vulcan" is selected and 0 if no weapon is selected.

Current Testing and Results
1) WeaponSelected == "AIM-9 X" ? 0.5 : 0
Result: No movement in Red Thing.

2) WeaponSelected = "AIM-9 X" ? 0.5 : 0
Result: No movement in Red Thing.

3) WeaponSelected == "AIM-7" ? 0.75 : (WeaponSelected == "AIM-7" ? 0.5 : (WeaponSelected =="M61 Vulcan" ? 0.25 : 0))
Result: No movement in Red Thing

4) WeaponSelected = "AIM-7" ? 0.75 : (WeaponSelected = "AIM-7" ? 0.5 : (WeaponSelected = "M61 Vulcan" ? 0.25 : 0))
Result: No movement in Red Thing

5) WeaponSelected == "AIM-7" ? 0.75 : (WeaponSelected == "AIM-7" ? 0.5 : (WeaponSelected =="M61 Vulcan" ? 0.25)) : 0
Result: No movement in Red Thing

please help me

  • Log in to leave a comment
  • Profile image

    Didn’t work@TheCommentaryGuy

    1.9 years ago
  • Profile image

    @Bluedelta12 Bruh💀💀
    Use the Joystick Base💀💀

    1.9 years ago
  • Profile image

    am making a custom stick
    with red thing attached to a small rotator

    1.9 years ago
  • Profile image

    small rotator@TheCommentaryGuy

    1.9 years ago
  • Profile image

    FT
    On a Joystick?!!
    What world are you living in??

    1.9 years ago
  • Profile image

    Wait, what you're trying to say is you're trying to put FT on the stick?
    I'm sorry, but that's not possible.

    1.9 years ago