How to connect hitbox buttons instead of keyboard buttons?

Hi there :slight_smile:

I would like to connect these:

with these hitboxes:

These are all in one blueprint. Could someone please connect the dots (nodes) for me? I’m stuck here for days now :confused:

So instead of Left/Right arrow, I need click events for buttons. I’m a noob so any suggestions for simple/better solutions for clickable buttons are welcome as well :slight_smile:

You’re on your way.
Just add EventHitboxClicked event (and other button state events) using the hitbox command’s NAME variable.
Note you only have one event for click, so you have to branch it out …

13406-2014-08-22+19_41_04-.png

Thanks, that put me on the right track. I used “Switch on Name” instead of Branches, It is more simple, but what is important here, that you can call the hitboxes by name. Problem solved, much obliged tomofnz
!