<?xml version="1.0" encoding="iso-8859-1"?><rss version="2.0">
<channel><title><![CDATA[ActionScript.org Flash, Flex and ActionScript Resources - Comments for article: Color fade]]></title><link>http://www.actionscript.org/resources</link><description /><language>en-us</language><copyright><![CDATA[http://www.actionscript.org/resources]]></copyright><generator>N/A</generator><webMaster>general.redirect@gmail.com</webMaster><lastBuildDate>Mon, 23 Nov 2009 06:52:35 CST</lastBuildDate><ttl>20</ttl><item><title><![CDATA[Comment #1]]></title><link>http://www.actionscript.org/resources/articles/162/1/Color-fade/Page1.html#Comment6138</link><description><![CDATA[One small typo, but it prevents the whole thing from working... The line

this.v.intrvl = setinterval(this, "transShift", 1);

Should be

this.v.intrvl = setInterval(this, "transShift", 1);<br/><br/>
(Comment posted by Todd at 6:37 pm, Tue 18th Sep 2007)]]></description><author>no@spam.com (Todd)</author><pubDate><![CDATA[Tue, 18 Sep 2007 18:37:47 CDT]]></pubDate><guid isPermaLink="true">http://www.actionscript.org/resources/articles/162/1/Color-fade/Page1.html#Comment6138</guid></item></channel></rss>