One of my students is trying to move a tank sprite with 8-direction behavior. He has a different animation for the sprite facing up, down, left, and right (1 frame each). He also plans to create diagonal animations later on. He programmed that when the left key is down, the animation should be set to left. Same for right, up, and down. However, the 8-direction behavior overrides this and the appropriate direction for the tank does not show. How can I fix this? Thanks for your help!