Hi,
I have one button that I wish to use to set a matrix (of buttons) in position one (first button on other off).
I know to set all to off but not this one.
It's probably something like this but I'm missing something
almost perfect, all the button went off but the first one is not set to 1
var m_id = 'matrix_' + getProp('parent','variables').id + 'StepSeq/'
set(m_id + '*', 0) // set all buttons off
set(m_id + '1', 1) // set first button on