I'm using a custom character sprite sheet [3x4], the walking animation will still play while standing still.
How do I stop the character from doing this?
How do I stop character sprite movement?
● ARCHIVED · READ-ONLY
-
-
that has nothing to do with the sprite picture - at one time in your game, you activated the stepping animation for that event/player/character.
That can either be deactivated by removing the check from the checkbox (event) or by move command (player) -
@Andar Aah thank you, I had a give gold event that had stepping on it at the beginning of the game, I may have accidentally checked it on. The save game still had it on, so it got fixed when a new game was started.