Thanks for response i thoght this was dead...
dop200 i will chek that thanks!
Kyatric thats what i'm currently doing but it works sometimes and sometimes not, i don't know why.
for testing purposes, i made a main event make it 'OR' block containing 'any touch start' OR 'any key pressed' then a sub-event 'key SPACE pressed" then in the subevent block put a goto next layout.... whay i expected to do is this:
Any touch (mobile or clik) OR any key...AND space key.. goto next layout... surprisingly it does not work exactly.... first condition works... if you touch OR press key causes no effect unless you have also pressed space key.. so far so good! But the surprise comes when you press space without touching or pressing key.. and it also triggers goto next layout!
...
However in the game i'm currently doing i make another similar structure to compare in an "OR" block several conditions that causes game over and a sub-event to chek if game-over events are actually disabled, then enable.
And in this case, this combination of (a OR b OR c) AND d works fine!
I'm on it i'm learning my own, don't worry.. thank you very much for feedback.. just wanted to post something cos i'm new to C2, greetings!