Button on/off <=> Value Changed

Is there a way for a button to turn on if the numerical value of any nodes move, or off if it doesn’t move?

Value Changed => Button on
Not Value Changed => Button off

Hello,
Yes, you can but you have to dive inside the button Comp.
Here is my solution:
myButton.tox (1.4 KB)

Thank you!
Then, can I link the on/off of the button and the on/off of the audio file only when I change the scale, rotation, or location value of the geometry?

myButton.3.toe (11.3 KB)