Hello,
I am trying to set a global variable in a function node base on an svg js event.
I want that the variable should only be set when an event occur in the svg node (when the user click on a button in the svg node). Here below is my code which isn't responding as needed.