This.direction vs this.setState

I have a question, does it matter whether or not you use “this.setState” or “this.direction” when trying to make a player’s current animation play for a certain event, and also if it does matter, what’s the difference.

Hello @Kayenjay! I think you can call it whatever you want, but your question is probably based on different examples. Which one you have to use depends on the rest of the project.