Goodday!
It’s pretty much what the title says. How do I check which Widget button is being pressed? I have different timelines for both button options and I need it to check which button is being pressed so it activates the right timeline.
Goodday!
It’s pretty much what the title says. How do I check which Widget button is being pressed? I have different timelines for both button options and I need it to check which button is being pressed so it activates the right timeline.
Add a custom event for your stuff behind the timeline. Set the Inputs equal your timeline ouput values.
OnButton1Clicked fire timeline and call your custom event
OnButton2Clicked fire timeline2 and call your custom event
Hey, @Doeglas! If you have your conditions already then you can easily use a Branch node for your true false function. You can check out the Branch node here!