posted 5 years ago
I'm looking for a Javafx tutorial on how to make a sprite sheet animation. I understand how to make a moving sprite with the keyboard, but only a still image of a circle or rectangle. I need to know how to animate a sprite sheet like the Legend of Zelda or Pokemon.
I've already tried looking for tutorials online, but they only cover making a moving sprite not a moving sprite from a sprite sheet.
If it helps, this is my small code for a moving circle in Javafx. (I'm new here so sorry if I formatted it wrong.)