FPSAnimator v0.2.0 Release Notes

Release Date: 2016-02-08 // about 8 years ago
  • ・Add Container Class
    A Container is a nestable display list that allows you to work with compound display elements.
    For example you could group arm, leg, torso and head Bitmap instances together into a Person Container,
    🚚 and transform them as a group, while still being able to move the individual parts relative to each other.
    Children of containers have their transform and alpha properties concatenated with their parent Container.

    🛠 ・bug fixes