<?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>Comments on: TweenMax (AS2) - TweenLite on Steriods</title>
	<atom:link href="http://blog.greensock.com/tweenmaxas2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.greensock.com/tweenmaxas2/</link>
	<description>ActionScript Enthusaist</description>
	<pubDate>Sun,  6 Jul 2008 19:40:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: FeRcHiTo</title>
		<link>http://blog.greensock.com/tweenmaxas2/#comment-17167</link>
		<dc:creator>FeRcHiTo</dc:creator>
		<pubDate>Wed, 30 Apr 2008 22:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/tweenmaxas2/#comment-17167</guid>
		<description>OUTSTANDING !!!  today u wrote a new page on my life as flash designer! speechless.</description>
		<content:encoded><![CDATA[<p>OUTSTANDING !!!  today u wrote a new page on my life as flash designer! speechless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claes</title>
		<link>http://blog.greensock.com/tweenmaxas2/#comment-16740</link>
		<dc:creator>Claes</dc:creator>
		<pubDate>Tue, 15 Apr 2008 23:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/tweenmaxas2/#comment-16740</guid>
		<description>You made my day!
Thankyouthankyouthankyou</description>
		<content:encoded><![CDATA[<p>You made my day!<br />
Thankyouthankyouthankyou</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dario</title>
		<link>http://blog.greensock.com/tweenmaxas2/#comment-16625</link>
		<dc:creator>Dario</dc:creator>
		<pubDate>Fri, 11 Apr 2008 12:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/tweenmaxas2/#comment-16625</guid>
		<description>Awesome! I was waiting for something like this even before the internet was invented! I used Fuse before this mainly because of it's chain animation feature. But now with TweenMax, goodbye Fuse forever!</description>
		<content:encoded><![CDATA[<p>Awesome! I was waiting for something like this even before the internet was invented! I used Fuse before this mainly because of it&#8217;s chain animation feature. But now with TweenMax, goodbye Fuse forever!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://blog.greensock.com/tweenmaxas2/#comment-16475</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Mon, 07 Apr 2008 15:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/tweenmaxas2/#comment-16475</guid>
		<description>Actually, Iulian, that's exactly the way it's supposed to work. The from() method will apply the values immediately UNLESS you pass in "renderOnStart:true". This is because usually when people use the from() method, they WANT the values to be applied immediately. For example, I'll often have stuff build onto the screen in a staggered way, so I'll put them at their end positions on the stage, then use a bunch of from() calls to make them fly/fade into place, and I'll use delays. But if the values only got applied when the delay expired, you'd see a bunch of stuff on the screen initially, then they'd disappear and fly/fade on - see what I mean? But if that's what you want, the renderOnStart:true is precisely what you need.</description>
		<content:encoded><![CDATA[<p>Actually, Iulian, that&#8217;s exactly the way it&#8217;s supposed to work. The from() method will apply the values immediately UNLESS you pass in &#8220;renderOnStart:true&#8221;. This is because usually when people use the from() method, they WANT the values to be applied immediately. For example, I&#8217;ll often have stuff build onto the screen in a staggered way, so I&#8217;ll put them at their end positions on the stage, then use a bunch of from() calls to make them fly/fade into place, and I&#8217;ll use delays. But if the values only got applied when the delay expired, you&#8217;d see a bunch of stuff on the screen initially, then they&#8217;d disappear and fly/fade on - see what I mean? But if that&#8217;s what you want, the renderOnStart:true is precisely what you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iulian</title>
		<link>http://blog.greensock.com/tweenmaxas2/#comment-16470</link>
		<dc:creator>Iulian</dc:creator>
		<pubDate>Mon, 07 Apr 2008 11:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/tweenmaxas2/#comment-16470</guid>
		<description>When using TwenMax.from() with a delay, take a look at this code:

TweenMax.from(mc1, 2, {blurFilter:{blurX:50, quality:2}, ease:Strong.easeOut, overwrite:false, delay:2});

The blurFilter is applied from start, it doesn't wait for the delay.</description>
		<content:encoded><![CDATA[<p>When using TwenMax.from() with a delay, take a look at this code:</p>
<p>TweenMax.from(mc1, 2, {blurFilter:{blurX:50, quality:2}, ease:Strong.easeOut, overwrite:false, delay:2});</p>
<p>The blurFilter is applied from start, it doesn&#8217;t wait for the delay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Grolez</title>
		<link>http://blog.greensock.com/tweenmaxas2/#comment-16440</link>
		<dc:creator>Luis Grolez</dc:creator>
		<pubDate>Sun, 06 Apr 2008 07:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/tweenmaxas2/#comment-16440</guid>
		<description>Cool TweenMax, I was waiting for this class for a long time,
I really like the way I be able to control curves,
Congrats to bring it out,
Luis</description>
		<content:encoded><![CDATA[<p>Cool TweenMax, I was waiting for this class for a long time,<br />
I really like the way I be able to control curves,<br />
Congrats to bring it out,<br />
Luis</p>
]]></content:encoded>
	</item>
</channel>
</rss>
