value change triggers light sequence

I am looking to trigger a sequence of events when a value is changed is that possible? Fore, instance if my value changes from 0 to 1 or from 1 to 0 then this happens....

Of course, it's possible. More details on what would cause the value to change, and what sequence of events you want to trigger, would be useful.

There are many ways to do it. eg read value then an "if" to change something if it changes or a "while" to do nothing until it changes etc.

You could also be a bit more specific as to what you want to do... :wink:

Mowcius