Animation package contains classes for animating the image of a game object. The heart of the animation package is an animation strips. Each animation strip implements the Animation interface and contains one or more AnimatedFrame(s). Each Animation strip will display the frames in a sequence determined by the strip, such as a loop cycle, or single run through.

Package Specification

Related Documentation