HTML5 Canvas Sprite Animation – Alien
Tonight, I made an attempt at creating a HTML5 Canvas sprite animation. The process is actually quite simple, if not a little fiddly. I figure that I’ll need to get good at this, if I want to finish my game. Anyhow, an example of one of the sprites I created can be seen below. The sprite loops through 4 states, using a spritemap to show a different alien for each state. I’m thinking of using this one as part of my game’s intro.
See the Pen Canvas Sprite – Alien Loop by Philip Newborough (@corenominal) on CodePen.