<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dispatchEvent()™ &#187; News</title>
	<atom:link href="http://dispatchevent.org/tag/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://dispatchevent.org</link>
	<description>Collective thoughts on the Flash Platform, iOS, Unity, and any other technology we use.</description>
	<lastBuildDate>Mon, 23 Apr 2012 19:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>KitchenSync version 1.6 released!</title>
		<link>http://dispatchevent.org/mims/kitchensync-version-16-released/</link>
		<comments>http://dispatchevent.org/mims/kitchensync-version-16-released/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 21:50:03 +0000</pubDate>
		<dc:creator>Mims H Wright</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[physics & motion]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[KitchenSync]]></category>
		<category><![CDATA[v1.6]]></category>

		<guid isPermaLink="false">http://dispatchevent.org/?p=428</guid>
		<description><![CDATA[KitchenSync version 1.6 is released! Guess what feature it doesn&#8217;t have yet&#8230; That&#8217;s right! There is STILL NO Color Tweening (unless you count ColorMatrixFilter tweens which it does have). However, I hope I can crank out and release version 2.0 over the next two weeks which would have it. Here are some of the features [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kitchensynclib.googlecode.com"><img class="alignnone" title="KitchenSync" src="http://mimswright.com/kitchensync/docs/img/KSLogo.png" alt="" width="515" height="110" /></a></p>
<p><strong>KitchenSync version 1.6 is released!</strong> Guess what feature it doesn&#8217;t have yet&#8230; That&#8217;s right! There is <strong>STILL NO Color Tweening</strong> (unless you count ColorMatrixFilter tweens which it does have). However, I hope I can crank out and release version 2.0 over the next two weeks which would have it.</p>
<p>Here are some of the features that 1.6 <strong>DOES </strong>have:</p>
<ul>
<li>Added a TweenFactory which provides an easy to use interface for creating new tweens including an object parser similar to FuseKit&#8217;s interface. You can now use something like:<br />
<code>var tween:ITween = TweenFactory.newTween({target:foo, properties:"x:0~100, y:500~200", duration:"3seconds", scale:1~5});</code></li>
<li>Altered KSTween to use multiple tween targets. Now includes methods like addTweenTarget(). This allows you to tween multiple properties with a single KSTween object!</li>
<li>Added an optimized implementation of IAction called KSSimpleTween. This class showed a 25% performance increase over KSTween!</li>
<li>Added SoundTransformTarget for changing volume or panning of a sound.</li>
<li>Added new action groups including:
<ul>
<li>KSSimultaneousEndGroup which causes all children to end simultaneously. This is like a parallel group in reverse.</li>
<li>KSSteppedSequenceGroup for sequencing PowerPoint-like applications. This automatically pauses the group after each child is completed. Instant slideshow!</li>
</ul>
</li>
<li>Finished adding IAction interface. This allows more flexible and customized use of the synchronizer by allowing you to create actions without using the AbstractAction superclass.</li>
<li>Also added ITween and ISynchronizerClient interfaces</li>
<li>Changed the license from LGPL to MIT license.</li>
<li>For a complete list, check out the <a href="http://kitchensynclib.googlecode.com/svn/trunk/docs/changelog.txt">ChangeLog</a>!</li>
</ul>
<p>To get the latest version, go to the Google Code <a href="http://code.google.com/p/kitchensynclib/">project page</a>. Thanks and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://dispatchevent.org/mims/kitchensync-version-16-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

