Reply To: GetEvent(T) doesn’t work OnClick()

Forums đź’¬ FlowCanvas ⚙️ Support GetEvent(T) doesn’t work OnClick() Reply To: GetEvent(T) doesn’t work OnClick()

#12027
Gavalakis
Keymaster

    Hello and sorry for the late reply.

    I suggest that you simply:

    1. Drag and Drop the Button object into the flowscript canvas.
    2. From the menu select “Button/Event/onClick (Auto Subscribe).
    3. Then use the node that will be created to call nodes or send events as normal in flowcanvas, like in your example use the SendEvent(bool” node (or simply directly do what you have to using the OnClick event node output) 🙂

    Let me know if this works for you.