Action: Difference between revisions

18 bytes added ,  21 August 2018
no edit summary
No edit summary
No edit summary
Line 1: Line 1:


An '''action''' is a particular state that Mario can be in. [[Long jumping]], [[crouching]], and [[walking]] are examples of actions. Each action has code controlling high level behavior such as Mario's movement while in the action, as well as transitions to other actions.
An '''action''' is a particular state that Mario can be in. [[Mario|Long jumping]], [[Mario|crouching]], and [[Mario|walking]] are examples of actions. Each action has code controlling high level behavior such as Mario's movement while in the action, as well as transitions to other actions.


It is likely the game developers referred to actions as "states", as evidenced by the "STA" label on one of the debug menus. The name "action" was chosen by the community as a less ambiguous alternative.
It is likely the game developers referred to actions as "states", as evidenced by the "STA" label on one of the debug menus. The name "action" was chosen by the community as a less ambiguous alternative.