I'm wondering if it's possible to give a FlxSprite animations using frames from separate images. I'd only want to have separate animations use different images, not one animation have frames from multiple images.
For example, suppose I have two enemies, Rat and Croc, with each of their frames in separate image strips, rat.png and croc.png. However I want them both to use the same death animation, an explosion which has its frames located in common.png. Is it possible for them to have most of their animations take frames from their respective images, yet grab their death animation frames from common.png?