<?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: TweenGroup &#8211; Manage Sequences and Groups of TweenLite/Max Tweens</title>
	<atom:link href="http://www.greensock.com/tweengroup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greensock.com/tweengroup/</link>
	<description>Engaging the internet</description>
	<lastBuildDate>Sat, 13 Mar 2010 17:00:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andre</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1232</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Thu, 22 Jan 2009 22:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1232</guid>
		<description>Hi, just wanted to say thank you. It took exactly 4 minutes to implement, and I am not a Flash Guru!

Regards

Andre</description>
		<content:encoded><![CDATA[<p>Hi, just wanted to say thank you. It took exactly 4 minutes to implement, and I am not a Flash Guru!</p>
<p>Regards</p>
<p>Andre</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vern</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1219</link>
		<dc:creator>Vern</dc:creator>
		<pubDate>Wed, 19 Nov 2008 02:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1219</guid>
		<description>Very cool...speed is impressive</description>
		<content:encoded><![CDATA[<p>Very cool&#8230;speed is impressive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redblind</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1233</link>
		<dc:creator>redblind</dc:creator>
		<pubDate>Tue, 11 Nov 2008 06:34:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1233</guid>
		<description>Just tried this out for the first time. Good stuff! Very well thought out. I can see this becoming regular in my tool set.</description>
		<content:encoded><![CDATA[<p>Just tried this out for the first time. Good stuff! Very well thought out. I can see this becoming regular in my tool set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1228</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Fri, 17 Oct 2008 14:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1228</guid>
		<description>Sure, Jonas, if you&#039;ve got a group that&#039;s aligned as ALIGN_SEQUENCE and you want, for example, the second tween to start 0.5 seconds before the first one finishes, you can simply use a negative delay value  (-0.5 in this case) for that tween.</description>
		<content:encoded><![CDATA[<p>Sure, Jonas, if you&#8217;ve got a group that&#8217;s aligned as ALIGN_SEQUENCE and you want, for example, the second tween to start 0.5 seconds before the first one finishes, you can simply use a negative delay value  (-0.5 in this case) for that tween.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1220</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Fri, 17 Oct 2008 09:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1220</guid>
		<description>Hi,

I am wondering if itÂ´s possible to start a tween in a group before the tween prior to it is complete.
In the old fuse API by Moses Gunesch there was a feature called trigger that could be specified on each tween.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am wondering if itÂ´s possible to start a tween in a group before the tween prior to it is complete.<br />
In the old fuse API by Moses Gunesch there was a feature called trigger that could be specified on each tween.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1231</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1231</guid>
		<description>Daniel, you can set a delay on a group in either of two ways:

1) If your group is aligned with ALIGN_SEQUENCE, make the first tween in the group have a delay.

2) Just pause() the group immediately, then use a TweenLite.delayedCall(TIME, myGroup.resume) to start it playing in however much time you want.</description>
		<content:encoded><![CDATA[<p>Daniel, you can set a delay on a group in either of two ways:</p>
<p>1) If your group is aligned with ALIGN_SEQUENCE, make the first tween in the group have a delay.</p>
<p>2) Just pause() the group immediately, then use a TweenLite.delayedCall(TIME, myGroup.resume) to start it playing in however much time you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1218</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 16 Oct 2008 05:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1218</guid>
		<description>Great work!
how would you set a delay on a group?</description>
		<content:encoded><![CDATA[<p>Great work!<br />
how would you set a delay on a group?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1224</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Sat, 11 Oct 2008 23:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1224</guid>
		<description>Doug, yep, you sure can. Check out the new mergeGroup() method.</description>
		<content:encoded><![CDATA[<p>Doug, yep, you sure can. Check out the new mergeGroup() method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug goodman</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1221</link>
		<dc:creator>doug goodman</dc:creator>
		<pubDate>Thu, 09 Oct 2008 12:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1221</guid>
		<description>Hi Jack

Can you add tweenGroups to other tweenGroups, to build up really complex tweens (analogous to flex&#039;s native Sequence and Parallel functions)

Doug</description>
		<content:encoded><![CDATA[<p>Hi Jack</p>
<p>Can you add tweenGroups to other tweenGroups, to build up really complex tweens (analogous to flex&#8217;s native Sequence and Parallel functions)</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rainboltart</title>
		<link>http://www.greensock.com/tweengroup/comment-page-1/#comment-1225</link>
		<dc:creator>rainboltart</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.greensock.com/?p=227#comment-1225</guid>
		<description>Hey there:  Loving the idea.. I&#039;m trying it out now.. I just went through a project where I needed &quot;everything two wrap-up&quot; if the person clicked on a continue button and this would have been perfect.  Thanks so much for your hard work.</description>
		<content:encoded><![CDATA[<p>Hey there:  Loving the idea.. I&#8217;m trying it out now.. I just went through a project where I needed &#8220;everything two wrap-up&#8221; if the person clicked on a continue button and this would have been perfect.  Thanks so much for your hard work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
