Help! In the sprites dialogue, the "Reset to first frame when sprite stops moving" checkbox doesn't seem to be working. I have checked the "Correlate animation speed with velocity" checkbox as well, but when I go to play the game, my sprite constantly moves. What is wrong? It is the player sprite so it is controlled by user input.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Double check that you *saved* the sprite with the "Correlate animation speed with velocity" box checked. If that's checked, it should not be animating when the sprite is not moving.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Help! In the sprites dialogue, the "Reset to first frame when sprite stops moving" checkbox doesn't seem to be working. I have checked the "Correlate animation speed with velocity" checkbox as well, but when I go to play the game, my sprite constantly moves. What is wrong? It is the player sprite so it is controlled by user input.
You need seperate states for accelerating and drifting. I think. That usually seems to fix it up for me.
Double check that you *saved* the sprite with the "Correlate animation speed with velocity" box checked. If that's checked, it should not be animating when the sprite is not moving.