Hi Daniel, thanks for all the work put into sparrow!
I have 8 images of a character walk cycle. How would I animate this? Should I load them as separate SPImage objects and flip through them in the SPSprite's onEnterFrame handler?
What if I have multiple instances of this character walking around on screen? Should I have multiple instances of SPImage sharing SPTexture?