Profile image

Master Caution System

615 mrxml  16 days 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
    615 mrxml

    Tysm @Galeo

    16 days ago
  • Profile image
    3,315 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

    16 days ago
  • Profile image
    3,315 Galeo

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

    16 days ago
  • Profile image
    615 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

    16 days ago