How to animate a list of sprite

How to animate a list of sprite which has certain delay for example

spr1 - 3 ticks
spr2 - 5 ticks
spr3 - 3 ticks
spr4 - 2 ticks
spr5 - 3 ticks

and so on...

I basically don't know how to do it so i hope someone could give me some code example to begin with.

Thanks :)
In C++ there are different libraries that are used to develop 2D and 3D Games which includes sprites and their animation.

It will only take a day to learn sprite animation using Allegro (A Game Programming Library) for C++.

Here is the link to tutorials:
https://www.youtube.com/watch?v=IZ2krJ8Ls2A


Just watch the related Videos and you will be ready to go :)
Topic archived. No new replies allowed.