In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

Tweet Papervision3D

Get Adobe Flash player
by clockmaker 25 Feb 2009
/**
 * Copyright clockmaker ( http://wonderfl.net/user/clockmaker )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/52Am
 */

package {
    import org.papervision3d.objects.primitives.*
    import org.papervision3d.view.*
    public class TweetPV3D extends BasicView {
        public function TweetPV3D() {
            var s = scene.addChild(new Sphere())
            function w(e){s.yaw(2); singleRender()}
            addEventListener("enterFrame",w)
        }
    }
}