I have a block puzzle game with 5 different types of blocks in various numbers populating the puzzle board. Is it possible to create 5 AtlasAnimation for the 5 block types and use it for all the instances of the blocks?
So I would create 5 AtlasAnimation and store it in a singleton or something and:
[myRedBlock actionWithAnimation:[[BlockAnimation singleton] returnRedAnimation]];