Request: An expression that returns the number of image points in a sprite's current animation, so we can loop through them.
bump
Develop games in your browser. Powerful, performant & highly capable.
I guess a temporary solution is to store that information in an array (eg: Array(SpriteNum, Animation) = animation frames)