I am trying to make my character sprite move automatically. Would it be easier to do an if-else statement or to use a gif? I looked at Michael Barry's gif decoder and, I couldn't understand most of it. I'm also quite new to java.
The gif decoder just supplies the 'animation loop' code for you, as well as breaking the gif sheet up into its individual images. So, animation loop? for sure! -- gif? up to you.