In this chapter, we’ll review a set of animation classes that can be used to provide basic animation support for certain elements of your next game. The
MmgPositionTween class in particular is an advanced implementation that takes into account child objects, timing, drawing, and positioning. This class needs to be plugged into the game engine’s drawing routine and receive update calls to maintain the correct timing during the
animation:
Animation Classes: MmgPulse ...