Monday, November 10, 2008

PV3D Card Opening Animation

Here is a little Papervision example from my latest project. It is a simple card opening sequence that we used as the introduction animation for the Disneyland Resort Holiday mini-site.

Click on the card to open and close.







Some quick notes:
1. The faces of the are MovieClipMaterials passed in as MovieClips through the buildCard() method.
2. These MovieClips were populated with text and video content defined in an external xml.
2. I implemented the AS3DMods Bend class to add some plasticity to the animation. Hard to see in this small demo, but check out the minisite to see the Card at 100% size.
3. The Card class automatically turns off papervision’s rendering capabilities upon completion of the animation and cache’s itself as a bitmap.


Download Source Code