<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / Karzin / tag / kinematics</title>
<link>http://netvouz.com/Karzin/tag/kinematics?feed=rss</link>
<description>Karzin&#39;s bookmarks tagged &quot;kinematics&quot; on Netvouz</description>
<item><title>inverse kinematics events</title>
<link>http://derod.blogspot.com/2010/12/flash-ik.html</link>
<description>public function IK_MC() // constructor   {    trace(&quot;start ik&quot;);           IKManager.trackAllArmatures(false); // will not work    this.addEventListener(Event.ENTER_FRAME, constructed);   }   function constructed(e:Event):void   {    //trace(IKManager.numArmatures);    if(IKManager.numArmatures &gt; 0 &amp;&amp; !init)    {     IKManager.trackAllArmatures(false);          var arm:IKArmature = IKManager.getArmatureByName(&quot;Armature_2&quot;);     trace(arm);     var arm2:IKArmature = IKManager.getArmatureAt(0);     trace(arm2);     init = true;    }   }</description>
<category domain="http://netvouz.com/Karzin?category=7236523184708758705">Tutorial &gt; Actionscript &gt; Actionscript 3</category>
<author>Karzin</author>
<pubDate>Fri, 25 Feb 2011 18:22:59 GMT</pubDate>
</item></channel></rss>