Hi everyone, now I'm learning about using a state machine for my project. I made 4 cases in my project, Init, Main, Clear, and Stop. Using "Select", when I click Stop button it will change the state into Stop case. Is it possible to use the same way with my Clear button? But I want to use these buttons inside the Main case. Please suggest me what should I do about this. Thank you.