Hello,
I'm developing a game, and I need to do some contion like this:
if ((x = true OR y = true) AND z = true) then make this...
How can I do this in a block of conditions. I tried, but if I convert the block to OR, then all condition is OR. I tried
As the image I attached. I need conditions like this:
(Mouse - On left button Clicked on btnAdelante
OR
Is touching btnAdelante)
AND (Variable NroInstruccion = "a").
Also, I'd like to know if it's possible a condition with the touch as the click on the mouse (I mean, not "is touching", just "touched" as a tap with the finger).
Thank you very much!