Profile image

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

4,815 Yoloooooo  6 months 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.1k KudaOni

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

    6 months ago
  • Profile image
    52.9k SILVERPANZER

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

    6 months ago
  • Profile image
    23.1k KudaOni

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

    6 months ago
  • Profile image
    4,815 Yoloooooo

    @SILVERPANZER thanks, did work

    +1 6 months ago
  • Profile image
    52.9k SILVERPANZER

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

    +2 6 months ago