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

forked from: forked from: Tweet Papervision3D

一行で出来るなんてすごいですねー。
// forked from ll_koba_ll's forked from: Tweet Papervision3D
// forked from clockmaker's Tweet Papervision3D
// 一行で出来るなんてすごいですねー。
package {import org.papervision3d.objects.primitives.*;import org.papervision3d.view.*;public class TweetPV3D extends BasicView{public function TweetPV3D() {Wonderfl.capture(stage);addEventListener("enterFrame",function(s:Sphere):Function {return function():void{s.yaw(2); singleRender();}}(scene.addChild(new Sphere()) as Sphere));}}}