The motion package contains classes for controlling the motion of a game piece.
The Motion interface is the heart of this package. By implementing
this interface, you have access to setting the Animation interface that will run
the strip to give the Actor class, the appearance that it is moving, but will not
move the game piece.
Package Specification
Related Documentation