Reply To: html layout/event times/selector vs. scale/ compatibility

PennController for IBEX Forums Support html layout/event times/selector vs. scale/ compatibility Reply To: html layout/event times/selector vs. scale/ compatibility

#7545
Jeremy
Keymaster

Hi,

The command selector.test.selected does not take a key as an argument, but a reference to an element in the Selector element. So you could do something like this:

.test.selected({
  V: getImage("inappropriate"),
  B: getImage("infelicitous"),
  N: getImage("appropriate")
}[variable_practice.Right_Key])

There is no test.pressed command for the Selector element: https://doc.pcibex.net/selector/

Jeremy