<?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: TimelineLite &#8211; Sequence/Group Multiple Tweens, Control Them as a Whole</title>
	<atom:link href="http://www.greensock.com/timelinelite/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greensock.com/timelinelite/</link>
	<description>Engaging the internet</description>
	<lastBuildDate>Fri, 27 Aug 2010 20:41:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tim Lieberman</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-14582</link>
		<dc:creator>Tim Lieberman</dc:creator>
		<pubDate>Thu, 20 May 2010 22:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-14582</guid>
		<description>Dude you guys rock!!!</description>
		<content:encoded><![CDATA[<p>Dude you guys rock!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mescalina</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-11534</link>
		<dc:creator>Mescalina</dc:creator>
		<pubDate>Sat, 20 Mar 2010 00:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-11534</guid>
		<description>You are simply the king of Tween..</description>
		<content:encoded><![CDATA[<p>You are simply the king of Tween..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heng.He</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-11277</link>
		<dc:creator>Heng.He</dc:creator>
		<pubDate>Tue, 16 Mar 2010 08:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-11277</guid>
		<description>I can&#039;t wait anymore to use them.Thanks all you have done for us!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t wait anymore to use them.Thanks all you have done for us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luka</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-11129</link>
		<dc:creator>Luka</dc:creator>
		<pubDate>Sat, 13 Mar 2010 17:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-11129</guid>
		<description>I just wanna say thanks. I migrated from Tweener to TweenLite and TimelineLite and i haven&#039;t look back. :)</description>
		<content:encoded><![CDATA[<p>I just wanna say thanks. I migrated from Tweener to TweenLite and TimelineLite and i haven&#8217;t look back. <img src='http://www.greensock.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-9868</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-9868</guid>
		<description>This is so freaking good, as are all the greensock products in general, i am going to upgrade to the paid version soon even though i don&#039;t need the extra functionality just to say thanks!</description>
		<content:encoded><![CDATA[<p>This is so freaking good, as are all the greensock products in general, i am going to upgrade to the paid version soon even though i don&#8217;t need the extra functionality just to say thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-9795</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 16 Feb 2010 16:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-9795</guid>
		<description>Absolutely, gpon. You can have as many tweens going as you want at the same time. For example:

var t:TimelineLite = new TimelineLite(); 
t.insert( new TweenLite(mc1, 1, {x:100}), 0); 
t.insert( new TweenLite(mc2, 1, {y:200}), 0);

that has mc1 and mc2 tweening different properties at the same time. 

If you haven&#039;t done so already, I&#039;d highly recommend watching the video at http://www.greensock.com/timeline-basics/</description>
		<content:encoded><![CDATA[<p>Absolutely, gpon. You can have as many tweens going as you want at the same time. For example:</p>
<p>var t:TimelineLite = new TimelineLite();<br />
t.insert( new TweenLite(mc1, 1, {x:100}), 0);<br />
t.insert( new TweenLite(mc2, 1, {y:200}), 0);</p>
<p>that has mc1 and mc2 tweening different properties at the same time. </p>
<p>If you haven&#8217;t done so already, I&#8217;d highly recommend watching the video at <a href="http://www.greensock.com/timeline-basics/" rel="nofollow">http://www.greensock.com/timeline-basics/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GP</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-9747</link>
		<dc:creator>GP</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-9747</guid>
		<description>Hi Guys,

I have a question regarding the timeline new fixture.
Is it possible to tween multiple objects at the same time but with different property or destination?

cheers</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I have a question regarding the timeline new fixture.<br />
Is it possible to tween multiple objects at the same time but with different property or destination?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexR</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-8371</link>
		<dc:creator>AlexR</dc:creator>
		<pubDate>Wed, 20 Jan 2010 21:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-8371</guid>
		<description>AMAZING toolset - been using it for over a year and always find new and inovative ways to use it!!</description>
		<content:encoded><![CDATA[<p>AMAZING toolset &#8211; been using it for over a year and always find new and inovative ways to use it!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-7579</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-7579</guid>
		<description>Sure, Kevin. You can have any tween or timeline base its timing on frames instead of seconds by passing useFrames:true in the constructor&#039;s vars object, like:

var myTween:TweenMax = new TweenMax(mc, 29, {frame:30, useFrames:true});
//-OR-
var myTimeline:TimelineLite = new TimelineLite({useFrames:true});

and then you can reverse it anytime, like:

myTween.reverse();
//-OR-
myTimeline.reverse();

Or you can even gotoAndStop() or gotoAndPlay() a TimelineLite/Max to a certain frame/time. Lots of flexibility.</description>
		<content:encoded><![CDATA[<p>Sure, Kevin. You can have any tween or timeline base its timing on frames instead of seconds by passing useFrames:true in the constructor&#8217;s vars object, like:</p>
<p>var myTween:TweenMax = new TweenMax(mc, 29, {frame:30, useFrames:true});<br />
//-OR-<br />
var myTimeline:TimelineLite = new TimelineLite({useFrames:true});</p>
<p>and then you can reverse it anytime, like:</p>
<p>myTween.reverse();<br />
//-OR-<br />
myTimeline.reverse();</p>
<p>Or you can even gotoAndStop() or gotoAndPlay() a TimelineLite/Max to a certain frame/time. Lots of flexibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin deng</title>
		<link>http://www.greensock.com/timelinelite/comment-page-1/#comment-7577</link>
		<dc:creator>kevin deng</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:12:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=796#comment-7577</guid>
		<description>THIS IS AMAZING! 

question, is there a way to get timelinelite/max to reverse frame by frame animations as well? for example if i&#039;m tweening/timelining a movieclip, can i get that to play in reverse too?</description>
		<content:encoded><![CDATA[<p>THIS IS AMAZING! </p>
<p>question, is there a way to get timelinelite/max to reverse frame by frame animations as well? for example if i&#8217;m tweening/timelining a movieclip, can i get that to play in reverse too?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
