<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tweening colors using Color.interpolateColor</title>
	<atom:link href="http://www.zedia.net/2007/tweening-colors-using-colorinterpolatecolor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2007/tweening-colors-using-colorinterpolatecolor/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:58:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jack</title>
		<link>http://www.zedia.net/2007/tweening-colors-using-colorinterpolatecolor/comment-page-1/#comment-1653</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Fri, 11 Apr 2008 15:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/tweening-colors-using-colorinterpolatecolor/#comment-1653</guid>
		<description>Some people don&#039;t want/need a full-blown tweening engine to do this stuff, so your article is really helpful, especially in understanding the mechanics behind tweening a color. Writing code this way keeps file size down too (compared to using a full-blown tweening engine).

For those who prefer to let a tweening engine do the work for you, I figured I&#039;d let you know that the newly released TweenMax engine will tween hex colors for you. TweenLite has always been able to tween the tint of a MovieClip/DisplayObject with a single line of code, but TweenMax can do custom hex color properties too. www.TweenMax.com for more info. 

Cheers</description>
		<content:encoded><![CDATA[<p>Some people don&#8217;t want/need a full-blown tweening engine to do this stuff, so your article is really helpful, especially in understanding the mechanics behind tweening a color. Writing code this way keeps file size down too (compared to using a full-blown tweening engine).</p>
<p>For those who prefer to let a tweening engine do the work for you, I figured I&#8217;d let you know that the newly released TweenMax engine will tween hex colors for you. TweenLite has always been able to tween the tint of a MovieClip/DisplayObject with a single line of code, but TweenMax can do custom hex color properties too. <a href="http://www.TweenMax.com" rel="nofollow">http://www.TweenMax.com</a> for more info. </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgelineau</title>
		<link>http://www.zedia.net/2007/tweening-colors-using-colorinterpolatecolor/comment-page-1/#comment-13</link>
		<dc:creator>dgelineau</dc:creator>
		<pubDate>Thu, 25 Oct 2007 17:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/tweening-colors-using-colorinterpolatecolor/#comment-13</guid>
		<description>I don&#039;t know how you used your setTint, but you should use it in this way:
var color:Color = new Color();
color.setTint(0x00ff00, 1);
simpleSprite.transform.colorTransform = color;
Maybe I&#039;ll make a post about that method also.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know how you used your setTint, but you should use it in this way:<br />
var color:Color = new Color();<br />
color.setTint(0x00ff00, 1);<br />
simpleSprite.transform.colorTransform = color;<br />
Maybe I&#8217;ll make a post about that method also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Barbato</title>
		<link>http://www.zedia.net/2007/tweening-colors-using-colorinterpolatecolor/comment-page-1/#comment-12</link>
		<dc:creator>Phil Barbato</dc:creator>
		<pubDate>Thu, 25 Oct 2007 14:24:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2007/tweening-colors-using-colorinterpolatecolor/#comment-12</guid>
		<description>I&#039;ve been trying to use the setTint method of the color class, and Flash keeps telling me that theres a migration issue and that the property Color is no longer supported. Have you seen that before?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to use the setTint method of the color class, and Flash keeps telling me that theres a migration issue and that the property Color is no longer supported. Have you seen that before?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
