Profile image

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

5,352 Yoloooooo  11 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

    11 months ago
  • Profile image
    56.3k SILVERPANZER

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

    11 months ago
  • Profile image
    23.1k KudaOni

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

    11 months ago
  • Profile image
    5,352 Yoloooooo

    @SILVERPANZER thanks, did work

    +1 11 months ago
  • Profile image
    56.3k SILVERPANZER

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

    +2 11 months ago