Hey all, I'm just getting started in Construct 3, though I am extremely familiar with programming (C++/C#/Javascript/etc). I'm just learning this low/no code engine for fun.
I'm creating a button system, and it works perfectly for one button, but the moment I add two buttons, the system breaks. It appears I'm fundamentally not understanding how Construct 3 picks nodes on events. Can someone please take a look at my button event sheet and tell me what I'm doing wrong here?
Note that I changed Button. to ButtonNormal. and that fixed most of the issues, though the hover+press logic seems to apply to all buttons when it applies to one.