<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>dispatchEvent &#187; open-source</title>
	<link>http://www.partlyhuman.com/blog</link>
	<description>Welcome to dispatchEvent, a blog brought to you by Roger Braunstein of partlyhuman and Mims Wright of losdesigns.</description>
	<pubDate>Fri, 09 May 2008 06:49:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>KitchenSync 1.2 released - Shiny new naming convention</title>
		<link>http://www.partlyhuman.com/blog/mims/kitchensync-12-released-shiny-new-naming-convention</link>
		<comments>http://www.partlyhuman.com/blog/mims/kitchensync-12-released-shiny-new-naming-convention#comments</comments>
		<pubDate>Sat, 03 May 2008 14:45:03 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[KitchenSync]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=272</guid>
		<description><![CDATA[Hi. I  recently released a new naming convention for KitchenSync. There were a few reasons for this.
1. People found Synchronized to be a pain in the ass to type over and over again.
2. I&#8217;m going to add queue functionality which means I needed to support asynchronous functions. I thought SynchronizedAsynchronousFunction didn&#8217;t make any sense.
3. [...]]]></description>
			<content:encoded><![CDATA[<p>Hi. I  recently released a new naming convention for KitchenSync. There were a few reasons for this.<br />
1. People found Synchronized to be a pain in the ass to type over and over again.<br />
2. I&#8217;m going to add queue functionality which means I needed to support asynchronous functions. I thought SynchronizedAsynchronousFunction didn&#8217;t make any sense.<br />
3. Some of the classes conflict with the Flex SDK. The easing classes still do but it should be better now.<br />
4. While I love flat package structures, I felt that the system needed to be a bit more hierarchical. </p>
<p>Among other changes, all actions now use the initials &#8216;KS&#8217; instead of &#8216;Synchronized&#8217;. </p>
<p>Classes have also been moved to multiple packages.</p>
<ul>
<li><code>org.as3lib.kitchensync</code> - Contains the new KitchenSync class and the KitchenSyncDefaults. These are global classes that control the entire system.</li>
<li><code>org.as3lib.kitchensync.easing</code> - Contains all the easing function classes.</li>
<li><code>org.as3lib.kitchensync.action</code> - Contains all Actions</li>
<li><code>org.as3lib.kitchensync.action.tweenable</code> - Contains classes that represent properties that can be tweened.</li>
<li><code>org.as3lib.kitchensync.core</code> - Contains the internal workings of the system</li>
<li><code>org.as3lib.kitchensync.util</code> - Contains helper classes.</li>
</ul>
<p>The changes to the names of classes are listed here: <a href="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbSyu2Kwb_VWEQ&#038;output=html&#038;gid=0&#038;single=true">Naming Changes</a></p>
<p>The changes to the package structure are listed here: <a href="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbSyu2Kwb_VWEQ&#038;output=html&#038;gid=1&#038;single=true">Package Structure</a></p>
<p>Help with converting older code is here: <a href="http://code.google.com/p/kitchensynclib/wiki/Legacy">Legacy help</a></p>
<p>The new naming convention went up yesterday in version 1.2. I fixed everything with the refactor command in FB and with find and replace so there&#8217;s a good chance that there are a couple of bugs, although, my demos are still running correctly. Please let me know if there are any problems with the wiki or the library.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/kitchensync-12-released-shiny-new-naming-convention/feed</wfw:commentRss>
		</item>
		<item>
		<title>What we can learn from the KitchenSync survey</title>
		<link>http://www.partlyhuman.com/blog/mims/what-we-can-learn-from-the-kitchensync-survey</link>
		<comments>http://www.partlyhuman.com/blog/mims/what-we-can-learn-from-the-kitchensync-survey#comments</comments>
		<pubDate>Fri, 25 Apr 2008 07:41:38 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[KitchenSync]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[open-source]]></category>

		<category><![CDATA[democracy animation kitchensync tween tweener tweenlite]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=264</guid>
		<description><![CDATA[Wow. What a week. I have the results from the KtichenSync survey which was taken by 49 people (including myself). Thanks to everyone for taking it. Here&#8217;s what I&#8217;ve learned.
1. The most glaring thing I learned from the survey is that NOBODY&#8217;S USING IT! Come on people!

Aside from myself, only 5 people reported that they [...]]]></description>
			<content:encoded><![CDATA[<p>Wow. What a week. I have the results from the <a href="http://kitchensynclib.googlecode.com/">KtichenSync</a> survey which was taken by 49 people (including myself). Thanks to everyone for taking it. Here&#8217;s what I&#8217;ve learned.</p>
<p>1. The most glaring thing I learned from the survey is that NOBODY&#8217;S USING IT! Come on people!</p>
<p><img src="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbTcl3m0lOk_MQ&#038;oid=2&#038;output=image" /></p>
<p>Aside from myself, only 5 people reported that they have actually used KitchenSync, of them, only one has used it for a real project. The good news? That person is none other than <a href="http://aralbalkan.com/">Aral Balkan</a> and that project is <a href="http://gaeswf.appspot.com/">GAE SWF</a>, so it could be worse.</p>
<p>2. People love Tweener and TweenLite. </p>
<p><img src="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbTcl3m0lOk_MQ&#038;oid=1&#038;output=image" /><br />
People listed Tweener as one they&#8217;ve tried but TweenLite came up more as a favorite. Not surprisingly, people loved TweenLite because of it&#8217;s incredible small size and speed.<br />
<img src="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbTcl3m0lOk_MQ&#038;oid=3&#038;output=image" /><br />
Two people voted for KitchenSync as their favorite. Hey, that&#8217;s the same number as the people who have used it for a project. <em>Coincidence?</em></p>
<p>3. People think KitchenSync is okay (even though most haven&#8217;t used it) but to make it better will require matching the features of the other leading tween engines. </p>
<p><img src="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbTcl3m0lOk_MQ&#038;oid=4&#038;output=image" /></p>
<p>People want performance above all else which would explain why TweenLite, currently the fastest of the competitors, is the favorite of the group. </p>
<p><img src="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbTcl3m0lOk_MQ&#038;oid=5&#038;output=image" /></p>
<p>Here is how people prioritized individual features.</p>
<p><img src="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbTcl3m0lOk_MQ&#038;oid=6&#038;output=image" /></p>
<p>4. In the tools department, Flash and FlexBuilder came in at a tie. For those of you who do your coding in Flash and have never used FlexBuilder, I suggest you give it a shot. Flash is miserable as a programming tool (but that&#8217;s a topic for another post). Also, despite the cries of distaste from the FlashDevelop crowd, people apparently <em>love</em> <a href="http://macromates.com/">TextMate</a>.<br />
<img src="http://spreadsheets.google.com/pub?key=pIE-vTZCHHbTcl3m0lOk_MQ&#038;oid=7&#038;output=image" /></p>
<p>In conclusion, I think KitchenSync has a lot to offer. It&#8217;s a unique with a sophisticated architecture and some advanced features. However, these tests are proof that to be taken seriously, KS will need to add the basic, missing features that are found in other systems. So the big aim of version 2.0 will be to patch the holes and optimize for speed. I guess that&#8217;s what I was planning to do in the first place but it was great to get everyone&#8217;s input on the project.</p>
<p>That&#8217;s it! Thank you so much for taking the survey! Stay tuned for updates to the project over the summer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/what-we-can-learn-from-the-kitchensync-survey/feed</wfw:commentRss>
		</item>
		<item>
		<title>KitchenSync to be used in GAE SWF</title>
		<link>http://www.partlyhuman.com/blog/mims/kitchensync-used-in-gae-swf</link>
		<comments>http://www.partlyhuman.com/blog/mims/kitchensync-used-in-gae-swf#comments</comments>
		<pubDate>Sat, 19 Apr 2008 18:13:18 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[KitchenSync]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=261</guid>
		<description><![CDATA[
Aral Balkan, champion of open-source flash, just annouced a Flash / Flex extension to the Google App Engine called GAE SWF. He also announced that KitchenSync will be a part of it. I&#8217;m very excited to see what happens with both projects. 
GAE SWF
]]></description>
			<content:encoded><![CDATA[<p><a href="http://aralbalkan.com/1318"><img src="http://aralbalkan.com/wp-content/uploads/2008/04/the-gae-swf-project.jpg" alt="" /></a><br />
<a href="http://aralbalkan.com/">Aral Balkan</a>, champion of <a href="http://osflash.org/">open-source flash</a>, just annouced a Flash / Flex extension to the Google App Engine called GAE SWF. He also announced that <a href="http://kitchensynclib.googlecode.com/">KitchenSync</a> will be a part of it. I&#8217;m very excited to see what happens with both projects. </p>
<p><a href="http://aralbalkan.com/1318">GAE SWF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/kitchensync-used-in-gae-swf/feed</wfw:commentRss>
		</item>
		<item>
		<title>A review of popular tweening library (UPDATED)</title>
		<link>http://www.partlyhuman.com/blog/mims/a-review-of-popular-tweening-library</link>
		<comments>http://www.partlyhuman.com/blog/mims/a-review-of-popular-tweening-library#comments</comments>
		<pubDate>Tue, 15 Apr 2008 04:28:48 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[KitchenSync]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Rants]]></category>

		<category><![CDATA[animation]]></category>

		<category><![CDATA[tweening]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=258</guid>
		<description><![CDATA[The goal of next version of my (your) animation engine KitchenSync, is to be arguably the best and most complete library for animation and sequencing out there. To do this, I&#8217;ve spent the last couple of months analyzing the top existing tween libraries trying to pinpoint their strengths and weaknesses. With lots of help from [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://code.google.com/p/kitchensynclib/wiki/Roadmap">goal</a> of next version of my (your) animation engine <a href="http://kitchensynclib.googlecode.com/">KitchenSync</a>, is to be arguably the best and most complete library for animation and sequencing out there. To do this, I&#8217;ve spent the last couple of months analyzing the top existing tween libraries trying to pinpoint their strengths and weaknesses. With lots of help from the <a href="http://drawlogic.com/2008/04/06/tweenmax-bezier-tweening-released-for-as2-and-as3-by-jack-at-greensock-and-list-of-animation-kits/">Draw Logic Blog</a>, I think I&#8217;ve identified the contenders and put together a decent list of what (in my opinion) are their highest and lowest points. The next step will be to create a product backlog for KitchenSync based on matching these features and fixing the problems. I know there are other tween engines but these seemed to be the most prolific ones at the time.  The tween engines analyzed were:</p>
<ul>
<li>Tweener</li>
<li>TweenLite (and flavours)</li>
<li>Boostworthy Animation System</li>
<li>FuseKit</li>
<li>Go</li>
<li>and KitchenSync 1.1</li>
</ul>
<p><em>Note: After some helpful feedback from readers (THANK YOU!) I added TweenLite to the list of libraries I reviewed. I should add here that these are fairly superficial observations about how things work and don&#8217;t go into incredible detail. If I steal any features, I&#8217;ll look closer ;-D</em></p>
<p>Keep the comments coming!</p>
<p><a href='http://mimswright.com/blog/wp-content/uploads/2008/04/Tween-Engine-Comparisons.pdf' title='Tween Engine Comparisons'>Tween Engine Comparisons (updated)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/a-review-of-popular-tweening-library/feed</wfw:commentRss>
		</item>
		<item>
		<title>KitchenSync News: v1.1 released</title>
		<link>http://www.partlyhuman.com/blog/mims/kitchensync-news-v11-released</link>
		<comments>http://www.partlyhuman.com/blog/mims/kitchensync-news-v11-released#comments</comments>
		<pubDate>Fri, 22 Feb 2008 21:17:36 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[KitchenSync]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[open-source]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=243</guid>
		<description><![CDATA[
Woo! KitchenSync v1.1 is out! It now supports timecode, default values, new easing functions and juping to a specific time in a tween. Go check it out!
Changes in 1.1:

ADDED jumpToTime() method to Tween (this may be moved to AbstractSynchronizedAction in a later release)
ADDED getTimestampFromFrames() and getTimestampFromMilliseconds() to TimestampUtil
ADDED Timecode to TimeStringParser. Now &#8220;:ss&#8221;, &#8220;mm:ss;ff&#8221;, and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2242/2227980749_2f02562f2b.jpg" /><br />
Woo! KitchenSync v1.1 is out! It now supports timecode, default values, new easing functions and juping to a specific time in a tween. Go <a href="http://kitchensynclib.googlecode.com">check it out</a>!</p>
<p>Changes in 1.1:</p>
<ul>
<li>ADDED jumpToTime() method to Tween (this may be moved to AbstractSynchronizedAction in a later release)</li>
<li>ADDED getTimestampFromFrames() and getTimestampFromMilliseconds() to TimestampUtil</li>
<li>ADDED Timecode to TimeStringParser. Now &#8220;:ss&#8221;, &#8220;mm:ss;ff&#8221;, and &#8220;dd:hh:mm:ss;ff&#8221; are supported.</li>
<li>ADDED ActionDefaults class for storing default initialization values.</li>
<li>ADDED easeOutIn() to most of the easing functions (buggy. seems to overshoot target in some cases)</li>
<li>ADDED version check in Synchronizer.initialize()</li>
<li>CHANGED type of Numbers within Timestamp to int.</li>
<li>REFACTORED all actions to contain super() in the constructor.</li>
<li>REMOVED errors that are thrown when pause() and start() are called at the wrong times.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/kitchensync-news-v11-released/feed</wfw:commentRss>
		</item>
		<item>
		<title>KitchenSync News: Patch released v1.0.1, source files for Flash CS3, more docs</title>
		<link>http://www.partlyhuman.com/blog/mims/kitchensync-news-patch-released-v101-source-files-for-flash-cs3-more-docs</link>
		<comments>http://www.partlyhuman.com/blog/mims/kitchensync-news-patch-released-v101-source-files-for-flash-cs3-more-docs#comments</comments>
		<pubDate>Fri, 08 Feb 2008 21:30:05 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[Flex]]></category>

		<category><![CDATA[KitchenSync]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=239</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/kitchensynclib/"><img src="http://farm3.static.flickr.com/2141/2227980615_054e2f3c8a.jpg" alt="kitchenSync"</a></p>
<p>Hey KS Fans,</p>
<p><a href="http://code.google.com/p/kitchensynclib/">KitchenSync</a> version 1.0.1 was released last week. This version is just a patch that fixes a few minor issues. Here&#8217;s the change log for this version.</p>
<pre>
<code>
===== v1.0.1 (2008.02.04) ======
Fixed Cubic.easeOut bug.
Made getters for Tween's toValue and fromValue.
Added source code to main download.
Added metadata for events.
Updated docs and added summaries to all wiki pages.
</code>
</pre>
<p>I received some feedback from people who were having trouble setting up KitchenSync for use with Flash CS3. I didn&#8217;t know this before but you cannot use .swc files compiled with the Flex SDK in a .fla file (WTF, Adobe!) Also, some people were confused by having to use SVN to get the source. To help solve these problems, I&#8217;ve added <a href="http://code.google.com/p/kitchensynclib/downloads/detail?name=KitchenSyncLib.1.0.1.source.zip&#038;can=2&#038;q=#makechanges">the latest source code</a> as its own download.</p>
<p>I&#8217;ve also written EVEN MORE <a href="http://code.google.com/p/kitchensynclib/w/list">documentation</a> including <a href="http://code.google.com/p/kitchensynclib/wiki/Installation">help for downloading and setting up</a> the source code.</p>
<p>Finally, if you&#8217;re using KS, drop me a line or post to <a href="http://groups.google.com/group/kitchensynclib">the mailing list</a>. I&#8217;d love to hear any feedback you may have!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/kitchensync-news-patch-released-v101-source-files-for-flash-cs3-more-docs/feed</wfw:commentRss>
		</item>
		<item>
		<title>KitchenSync Mailing list / Google Group</title>
		<link>http://www.partlyhuman.com/blog/mims/kitchensync-mailing-list-google-group</link>
		<comments>http://www.partlyhuman.com/blog/mims/kitchensync-mailing-list-google-group#comments</comments>
		<pubDate>Fri, 25 Jan 2008 23:04:00 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[KitchenSync]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=233</guid>
		<description><![CDATA[Hi. I&#8217;ve created a Google Group for news and support for KitchenSync!

Subscribe to KitchenSyncLib for AS3

Email:



Visit this group
]]></description>
			<content:encoded><![CDATA[<p>Hi. I&#8217;ve created a Google Group for news and support for <a href="http://kitchensynclib.googlecode.com">KitchenSync</a>!</p>
<p><img src="http://groups.google.com/groups/img/3nb/groups_bar.gif" height=26 width=132 alt="Google Groups"></p>
<p><b>Subscribe to KitchenSyncLib for AS3</b></p>
<form action="http://groups.google.com/group/kitchensynclib/boxsubscribe">
<div>Email:<br />
<input type=text name=email>
<input type=submit name="sub" value="Subscribe"></div>
</form>
<p><a href="http://groups.google.com/group/kitchensynclib">Visit this group</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/kitchensync-mailing-list-google-group/feed</wfw:commentRss>
		</item>
		<item>
		<title>Introducing KitchenSync - an open-source animation library for AS3</title>
		<link>http://www.partlyhuman.com/blog/mims/introducing-kitchensync-animation-library-for-as3</link>
		<comments>http://www.partlyhuman.com/blog/mims/introducing-kitchensync-animation-library-for-as3#comments</comments>
		<pubDate>Tue, 22 Jan 2008 18:23:51 +0000</pubDate>
		<dc:creator>Mims Wright</dc:creator>
		
		<category><![CDATA[AS3]]></category>

		<category><![CDATA[Flash]]></category>

		<category><![CDATA[KitchenSync]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Serious Stuff]]></category>

		<category><![CDATA[Software Design]]></category>

		<category><![CDATA[open-source]]></category>

		<category><![CDATA[universalmind]]></category>

		<guid isPermaLink="false">http://mimswright.com/blog/?p=223</guid>
		<description><![CDATA[
After about 6 months in development, I&#8217;m very proud to announce the release of KitchenSync, a multi-purpose tool written in ActionScript 3.0 for doing tween based animations and timing of functions and much more. The project is open-source under the GNU LGPL and hosted at Google Code. Please take a moment to check it out [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/kitchensynclib/"><img src="http://mimswright.com/kitchensync/docs/img/KSLogo.png" /></a><br />
After about 6 months in development, I&#8217;m very proud to announce the release of <a href="http://code.google.com/p/kitchensynclib/">KitchenSync</a>, a multi-purpose tool written in ActionScript 3.0 for doing tween based animations and timing of functions and much more. The project is open-source under the GNU LGPL and hosted at <a href="http://code.google.com/p/kitchensynclib/">Google Code</a>. Please take a moment to check it out and feel free to write to me with questions, comments or suggestions for improvement!</p>
<h2>KitchenSync is more than an animation library</h2>
<p>KitchenSync is more than an animation library. <a href="http://code.google.com//p/kitchensynclib/wiki/Tween">Tweens</a> are a major part of KitchenSync but that is not the end. It also allows you to sequence <a href="http://code.google.com//p/kitchensynclib/wiki/SynchronizedSound">sounds</a>, <a href="http://code.google.com//p/kitchensynclib/wiki/SynchronizedFunction">functions</a>, and <a href="http://code.google.com//p/kitchensynclib/wiki/SynchronizedDispatchEvent">event dispatches</a> among other <a href="http://code.google.com//p/kitchensynclib/wiki/AbstractSynchronizedAction">actions</a>. The framework is open-ended allowing you to come up with new ways to work with the <a href="/p/kitchensynclib/wiki/Synchronizer">virtual timeline</a>.</p>
<h2>KitchenSync was designed with developers in mind</h2>
<p>KitchenSync was designed for developers who want a smart way to handle animation or other time-based functionality with code. Written from the ground up in ActionScript 3.0, KitchenSync relies on smart object-oriented architecture rather than complicated shorthand. It includes a number of features and shortcuts, such as the <tt>clone()</tt> method, that save effort for developers. KitchenSync makes extensive use of events and informative runtime errors and is quite flexible when it comes to extending the functionality.</p>
<h2>KitchenSync aims to&#8230;</h2>
<ul>
<li>offer a well-architected, extensible framework for working with time-based animations and events. </li>
<li>take advantage of the power of ActionScript 3.0 while using OOP best practices and design patterns and without requiring the Flex framework. </li>
<li>respond to the needs of developers with a rich set of features. </li>
<li>be a full-featured library for animation and timeline based actions.</li>
</ul>
<h2>Links</h2>
<ul>
<li><a href="http://code.google.com/p/kitchensynclib/wiki/GettingStarted">Getting started</a> </li>
<li><a href="http://code.google.com/p/kitchensynclib/w/list?q=label:Actions" rel="nofollow">Types of synchronized actions</a> </li>
<li><a href="http://code.google.com/p/kitchensynclib/wiki/TimeUnit">Units of time, parsing time strings, and sync mode</a> </li>
<li><a href="http://mimswright.com/kitchensync/docs/api/" rel="nofollow">API Reference</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.partlyhuman.com/blog/mims/introducing-kitchensync-animation-library-for-as3/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
