Profile image

How do I make text on a label appear and disappear using input

5,395 Yoloooooo  1.1 years ago

Example: I want a text on a label to appear when ag1 is activated and disappear on deactivation

  • Log in to leave a comment
  • Profile image
    23.3k KudaOni

    @SILVERPANZER I understand the color codes yes, but how about these parts(Highlighted by bold): <color=#FFFFFF{Activate1? "FF":"00"}>Text

    1.1 years ago
  • Profile image
    57.9k SILVERPANZER

    @KudaOni In short, this HEX color code element can be replaced with 99.

    1.1 years ago
  • Profile image
    23.3k KudaOni

    @SILVERPANZER can I get an explanation as to what the "FF" does?

    1.1 years ago
  • Profile image
    5,395 Yoloooooo

    @SILVERPANZER thanks, did work

    +1 1.1 years ago
  • Profile image
    57.9k SILVERPANZER

    <alpha=#{Activate1? "FF":"00"}>Text
    or
    <color=#FFFFFF{Activate1? "FF":"00"}>Text
    or
    {Activate1? "Text":" "}

    +2 1.1 years ago