RGES's Forum Posts

  • 2 posts
  • Thanks ! So you are 100% sure that it is not construct ?

    I'll check out my code once again, it might very well be a mistake

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • 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 !

  • 2 posts