ClipFlipper is an AS3 project that allows display objects (MovieClips, Sprites) to be ‘flipped over’ horizontally, much like OS X’s Dashboard widgets. Options include flipping speed, vertical stretchiness, and flipping mode (circular or back-and-forth).
Clips can also optionally be tweened on a per-corner basis, giving them a more flexible look, as though they’re being bent as they flip over. (Experimental)
Check our a working example at: http://zeke.sikelianos.com/projects/clip_flipper/
- DistortionTweener is based almost entirely on Matt Przybylski’s class of the same name.
- DistortImage was written by Thomas Pfeiffer.
- Add vertical flipping functionality
- Improve upon the newly added per-corner tweening methods