I am new to clickteam fusion but I really like it after trying so many other softwares.
Right now I have encountered few problems I can't figure out.
This is what I saw in youtube guides for making doors controlled by a button.
If User clicks on button --> increase counter by 1
if counter = 0 --> animation stop
if counter = 1 --> animation close
if counter = 2 --> animation open
if counter >2 --> set counter back to 1
So this is all logical and works fine. But my question is why the following doesn't work
if user clicks on button and counter = 0 --> set animation open and set counter to 1
if user clicks on button and counter = 1 --> set animation close and set counter to 0
Would really appreciate the help