<?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"
	>
<channel>
	<title>Комментарии к записи: Tweener vs. TweenLite</title>
	<atom:link href="http://blog.nicolas.org.ua/tweener-vs-tweenlite/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nicolas.org.ua/tweener-vs-tweenlite</link>
	<description>flash блог</description>
	<pubDate>Fri, 05 Dec 2008 01:31:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Автор: Nicolas Prof</title>
		<link>http://blog.nicolas.org.ua/tweener-vs-tweenlite#comment-16</link>
		<dc:creator>Nicolas Prof</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nicolas.org.ua/?p=12#comment-16</guid>
		<description>Thanks Jack for advice. I change code. Now we have nice result!</description>
		<content:encoded><![CDATA[<p>Thanks Jack for advice. I change code. Now we have nice result!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Автор: Jack</title>
		<link>http://blog.nicolas.org.ua/tweener-vs-tweenlite#comment-15</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Fri, 11 Apr 2008 18:49:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nicolas.org.ua/?p=12#comment-15</guid>
		<description>Actually, your TweenLite code was just written improperly. You're recreating a proxy EVERY TIME someone clicks which means if one is still tweening, another new one gets created and starts trying to tween simultaneously and they both compete to control the offset values. You should create one ColorTransformProxy object initially, and always tween THAT object, don’t keep recreating new ones. Make sense? Or if you want to recreate new ones, you should at least kill tweens of the old one.</description>
		<content:encoded><![CDATA[<p>Actually, your TweenLite code was just written improperly. You&#8217;re recreating a proxy EVERY TIME someone clicks which means if one is still tweening, another new one gets created and starts trying to tween simultaneously and they both compete to control the offset values. You should create one ColorTransformProxy object initially, and always tween THAT object, don’t keep recreating new ones. Make sense? Or if you want to recreate new ones, you should at least kill tweens of the old one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
