Hi, I'm fairly new to Construct3, and it seems I didn't understand something right. My understanding of the "button is down" event is that it acts as a "if" : As long as the input is down, the event checks "true", right ?
But it seems that "OR" block subevents, in a "button is down" event, works only when the two or more condition are filled, acting as a "AND". If it is true, and is Construct3 limitation, I'll work my way around. If it isn't, and is (probably) a mistake on my part, please explain it to me !
Here is my code : It's supposed to make my character go left if he is airborne or if V_ISP2RIGHT is over 30. However, he only goes left when both condition are filled, making the "OR" statement useless :
Thanks !