Profile image

Master Caution System

1,607 mrxml  6 months ago

I am making a master caution in my AQ-84 VR cockpit, but I want the warnings to blink and I don’t know how to make a label’s rich text tags toggle from being in effect to not being in effect.

  • Log in to leave a comment
  • Profile image
    1,607 mrxml

    Tysm @Galeo

    6 months ago
  • Profile image
    3,810 Galeo

    @mrxml this will put out false/true 4 times per second If you need 1 and 0 add clamp01() the full term would be clamp01(round(0.5cos(Time1440)+0.5)=1).
    I hope this was helpful. there should be stars for multiply betwen cos/0.5 an Time/1440

    6 months ago
  • Profile image
    3,810 Galeo

    @mrxml round(0.5cos(Time1440)+0.5)=1 should work

    6 months ago
  • Profile image
    1,607 mrxml

    @Galeo I thought you could help with this because you made an expression that turns on and off several times per second. I just need this to toggle exactly four times per second

    6 months ago