Hi, i have situation like on image. I dont know why, when i touch "myTank", is not executing sub-event in comparation values "InTank = 0". In my opinion it should be executed:
touch "myTank" first time - going to first block where is "InTank=0".
touch "myTank" second time - going to second block where is "InTank=1".
touch "myTank" third time - going to first block where is "InTank=0".
What did i do wrong?
this situation confused me. There is problem with comparation values?