Skip to main content

I have a component with three states. The second state has an After Delay interaction to the third state. I also have variables for each state, and a currentState variable that records the current state. I implemented an instance of the component on a frame and set it’s state to my currentState variable, which defaults to the first state. I then added a separate button with an On Click interaction that updates currentState to the second state. This successfully updates my component instance state to the second state, but the After Delay interaction on the second state is not automatically moving the component instance to the third state. 

I’ve tried refreshing, changing the delay time, and more. 

Any guidance is appreciated. 

Encountering the exact same problem. Hopefully we can get a resolution!


Reply