XML Source
<code>
<make reference="w" class="BasicView" args="stage.stageWidth, stage.stageHeight, false"/>
<call method="addChild" args="w"/>
<make reference="wireMat" class="WireframeMaterial" args="0x000000" />
<make reference="sphere" class="Sphere" args="wireMat, 100" />
<call method="w.scene.addChild" args="sphere" />
<make reference="animation" class="Object" >
<set z="-500" rotationY="360" rotationX="360" ease="Back.easeOut"/>
</make>
<call method="TweenLite.to" args="sphere, 3, animation" />
<call method="setInterval" args="w.singleRender, 32" />
</code>