登录:     


Forum: General Discussion

Topic: VDJ-Skript blink

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

Have command for customButton as in VDJ script like this:
setting 'automixMaxLength' 62 & blink ? colour '#FF0000' : off
but NO BLINKING of the button.
HOW does that work?
 

发表时间 Sun 20 Sep 20 @ 9:27 pm
setting 'automixMaxLength' 62 ? blink ? color '#FF0000' : off : off
 

Or use && instead of & when you require both sides to be true
 

mmmh, I try both examples of your answers. (but 'on' insted 'off' too)
but there is no effect of blinking this button
 

setting 'automixMaxLength' 62 && blink ? color '#FFFF2424' : on

NOW it's blinking,
but in color 'white' not in '#FFFF2424'
 



(陈旧帖子或论坛版块会自动关闭)