<?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: Using Delegate to have the right scope when using TweenLite, Tweener and Events in ActionScript 2</title>
	<atom:link href="http://www.zedia.net/2008/using-delegate-to-have-the-right-scope-when-using-tweenlite-tweener-and-events-in-actionscript-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zedia.net/2008/using-delegate-to-have-the-right-scope-when-using-tweenlite-tweener-and-events-in-actionscript-2/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:58:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: dgelineau</title>
		<link>http://www.zedia.net/2008/using-delegate-to-have-the-right-scope-when-using-tweenlite-tweener-and-events-in-actionscript-2/comment-page-1/#comment-980</link>
		<dc:creator>dgelineau</dc:creator>
		<pubDate>Tue, 04 Mar 2008 21:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/using-delegate-to-have-the-right-scope-when-using-tweenlite-tweener-and-events-in-actionscript-2/#comment-980</guid>
		<description>I have started using it already and it&#039;s pretty nice. It&#039;s also pretty nice that you keep updating the AS2 version of your code.

I knew that Tweener could tween frames but I didn&#039;t have the time to check it out on TweenLite. It&#039;s going to be useful to use in a case like this:

http://www.gotoandlearn.com/player.php?id=67

Where he use Tweener at the end to tween the frames of an embed flv file.</description>
		<content:encoded><![CDATA[<p>I have started using it already and it&#8217;s pretty nice. It&#8217;s also pretty nice that you keep updating the AS2 version of your code.</p>
<p>I knew that Tweener could tween frames but I didn&#8217;t have the time to check it out on TweenLite. It&#8217;s going to be useful to use in a case like this:</p>
<p><a href="http://www.gotoandlearn.com/player.php?id=67" rel="nofollow">http://www.gotoandlearn.com/player.php?id=67</a></p>
<p>Where he use Tweener at the end to tween the frames of an embed flv file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.zedia.net/2008/using-delegate-to-have-the-right-scope-when-using-tweenlite-tweener-and-events-in-actionscript-2/comment-page-1/#comment-966</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Tue, 04 Mar 2008 00:07:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.zedia.net/2008/using-delegate-to-have-the-right-scope-when-using-tweenlite-tweener-and-events-in-actionscript-2/#comment-966</guid>
		<description>As of version 6 (posted a few days ago), the AS2 version of TweenLite allows you to define your scope without using the Delegate class. It&#039;s as simple as:

TweenLite.to(myCustomButton, 1, {_alpha:100, onComplete:doNextStep, onCompleteScope:this});

Same for onUpdate and onStart (onUpdateScope and onStartScope). 

The new version also lets you tween a MovieClip&#039;s frames. Simple: 
TweenLite.to(my_mc, 2, {frame:125});

Thanks for posting these helpful tutorials. Keep up the good work!

Jack</description>
		<content:encoded><![CDATA[<p>As of version 6 (posted a few days ago), the AS2 version of TweenLite allows you to define your scope without using the Delegate class. It&#8217;s as simple as:</p>
<p>TweenLite.to(myCustomButton, 1, {_alpha:100, onComplete:doNextStep, onCompleteScope:this});</p>
<p>Same for onUpdate and onStart (onUpdateScope and onStartScope). </p>
<p>The new version also lets you tween a MovieClip&#8217;s frames. Simple:<br />
TweenLite.to(my_mc, 2, {frame:125});</p>
<p>Thanks for posting these helpful tutorials. Keep up the good work!</p>
<p>Jack</p>
]]></content:encoded>
	</item>
</channel>
</rss>
