Finite State Machine (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • You don't have to create states.

    You can always switch to any state with any name with the action "go to state".

    You can declare a transition between states with the action "Add {0} from {1} to {2} to {my}" that will be called with "Transition" if the start state and the transition name corresponds to something you have declared.

    (I see that I should add some documentation to explain that, when I have time!)