README.textile
November 12, 2008 ยท View on GitHub
h1. ClipFlipper
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)
h2. Demo
Check our a working example at: "http://zeke.sikelianos.com/projects/clip_flipper/":http://zeke.sikelianos.com/projects/clip_flipper/
h2. Credits
- DistortionTweener is based almost entirely on "Matt Przybylski's":http://zeke.sikelianos.com/projects/clip_flipper/clip_flipper.swf class of the same name.
- DistortImage was written by "Thomas Pfeiffer":http://flashsandy.org.
h2. To Do
- Add vertical flipping functionality
- Improve upon the newly added per-corner tweening methods