MPFM Series Animation


 

Directions: Select an animation and watch it play. You easily move through scenes by selecting a scene, dragging the playhead, or using the left and right arrow buttons.

The is my latest work-in-progress for Agar Corporation. Most of the effort has been into setting up the user interface, that is, buttons, the menu, the text, and the navigation bar. Allowing the user to jump to different parts of the animation proved particularly difficult, as flash does not support any sort of 'pause all motion' command. It also (though it shouldn't) doesn't remember how things were in different frames if they were changed through code, so I had to develop a clean and efficient way to deal with that issue. Note: I didn't make the 3D drawings, just the flash files.

Particulary Fancy Features:

  • External Text Files - Allows text to be added / removed / changed without the need of Flash.
  • Navigation Bar - Allows navigation between different scenes (which are easily set up by the animator).

Code Samples: ControlPanel.as, ButtonClass.as, ButtonPictureBox.as

<< Return to Code Samples