Hi, I have a widget that asks the player to press a certain Button within a few seconds to get a reward. So I use the “Bind Event To On Clicked” node that will activate a success message when the button is clicked and the widget is removed.
Problem is that the Binding is still active so when the player clicks the button at any later time he will still get the reward. I have tried all sorts on Unbind and Unbind All nodes but I can’t get rid of the binding. How can I deactivate the Bind Event To On Clicked?
Hi, maybe you didn’t connect it correctly? This is the flow that should work and unbind your event. If it doesn’t work, then probably the issue is somewhere else, not related to unbinding.
Thank you Sitiana.
Yes you’re right I used the wrong Unbind node. I have tried this one now but after the Unbind the button will not react to any clicks at all anymore.
So as a workaround I simply added a “failed” variable. Now it works as intended.