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.
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.
Tysm @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
@mrxml round(0.5cos(Time1440)+0.5)=1 should work
@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