Two buttons pressed = trigger enable
Posted Aug 09, 2011
So i hope you understand. I want when two floor butons or more are pressed enable a trigger. I try it with branches but it not working.Thx in advance for your help and srry for my really bad english
Registered users don’t see ads!
Register now!
Posted Aug 09, 2011
Replied
10 minutes
later
Mplayer wrote:
So i hope you understand. I want when two floor butons or more are pressed enable a trigger. I try it with branches but it not working.Thx in advance for your help and srry for my really bad english
There are a couple of ways to do it, the most logic way would be to use the branches. Make sure that you also have a logic_branch_listener that has the names of both branches that enables your trigger "OnAllTrue", disables on "OnMixed" and disables on "OnAllFalse".
The other is to create a math_counter which uses the "OutValue" "InValue" input to a logic_case. The buttons will incement the math_counter and when the counter hits max it enables the trigger.