I am trying to get my v1 accent LEDs to behave the way I want but I am struggling.
I want them to behave in the off state as they did in the cave scene and for the on state I want only the green on. but I also want the single red LED to be on for a few seconds after turning the blade off, before reverting to the flashing sequence. I tried using a post off effect but it didn’t seem to work nor did a retraction effect.
I have some of the working code from my old config file, its far simpler than any I have tested form creating in the blade style library but it doesn’t do what I’m trying to do.
StylePtr<Layers<Red,InOutTrL<TrInstant,TrInstant,TransitionLoop<Black,TrConcat<TrDelay<3000>,Red,TrBoing<2000,5>>>>>>(),
StylePtr<Layers<Green,InOutTrL<TrInstant,TrInstant,TransitionLoop<Green,TrConcat<TrBoing<3000,9>,Black,TrDelay<2000>>>>>>(),},
any help would be appreciated.