Tag Archives: Papervision Animation using TweenLite

A Simple Papervision Coverflow

There are several great AS3 / Papervision Coverflows out there but today I set out to create one in it’s simplest form. There are no bells and whistles, just a stripped down coverflow with it’s core functionality. It’s up to … Continue reading

Posted in Actionscript 3 Papervision, Actionscript 3.0, Examples, Papervision 3D, Papervision Coverflow, Tutorials, TweenLite | Tagged , , , , , , , | 9 Comments

Papervision Explode Image / Rebuild

In early 2008 I wrote a blog article on how to explode an image and rebuild it again. Recently this effect has been used in some amazing ways. Site’s like Audi have taken this concept much further with the rows … Continue reading

Posted in Actionscript 3 Papervision, Actionscript 3.0, Papervision 3D, Source Code, Tutorials, TweenLite | Tagged , , , , , , , , , | 3 Comments

Advanced Interactivity

This is just another example of how to do some advanced interactivity in Papervision 3D. This tutorial is just a slightly updated version of the #10 : Advanced Interactivity tutorial from a while back. Here is what has been updated: … Continue reading

Posted in Actionscript 3.0, Papervision 3D, Tutorials, TweenLite | Tagged , , , , , , | 9 Comments

Advanced Interactivity (Without InteractiveScene3DEvent)

There are multiple ways of accomplishing any task. With papervision that statement holds true. When you want to interact with 3D objects one way we have found works very well is to apply the MouseEvent’s to the textureFile and bypass … Continue reading

Posted in Actionscript 3 Papervision, Examples, Source Code, Tutorials, TweenLite | Tagged , , , , | 10 Comments

Animation Using TweenLite

In this tutorial we’re going to use TweenLite to move a cube around. This will teach you basics of animation, and how to use TweenLite. In this example our solid red cube is trying to stay inside our green wireframe … Continue reading

Posted in Actionscript 3.0, Papervision 3D, Source Code, Tutorials, TweenLite | Tagged , , , , | 1 Comment