<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: ActionScript 3 Tweener Basic Tutorial</title>
	<link>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/</link>
	<description>Flash, ActionScript, SEO and everything in between</description>
	<pubDate>Mon, 01 Dec 2008 18:06:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Jimmy</title>
		<link>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-2255</link>
		<dc:creator>Jimmy</dc:creator>
		<pubDate>Sun, 18 May 2008 12:45:12 +0000</pubDate>
		<guid>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-2255</guid>
		<description>Hello, how to define the Movieclip in the document Class?

Tweener.addTween(top_mc, {x:726, y:30, time:0.8, transition:"easeInOutCirc", delay:0.1});

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello, how to define the Movieclip in the document Class?</p>
<p>Tweener.addTween(top_mc, {x:726, y:30, time:0.8, transition:&#8221;easeInOutCirc&#8221;, delay:0.1});</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mr.hichem</title>
		<link>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-1700</link>
		<dc:creator>mr.hichem</dc:creator>
		<pubDate>Sun, 20 Apr 2008 12:18:25 +0000</pubDate>
		<guid>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-1700</guid>
		<description>check out those 2 new classes : 
extendible Tweener class : 

http://halfrobot.wordpress.com/2008/04/15/basetweener-class/

ChainedTweener class : 
http://halfrobot.wordpress.com/2008/04/20/chainedtweener-class/</description>
		<content:encoded><![CDATA[<p>check out those 2 new classes :<br />
extendible Tweener class : </p>
<p><a href="http://halfrobot.wordpress.com/2008/04/15/basetweener-class/" rel="nofollow">http://halfrobot.wordpress.com/2008/04/15/basetweener-class/</a></p>
<p>ChainedTweener class :<br />
<a href="http://halfrobot.wordpress.com/2008/04/20/chainedtweener-class/" rel="nofollow">http://halfrobot.wordpress.com/2008/04/20/chainedtweener-class/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dgelineau</title>
		<link>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-1691</link>
		<dc:creator>dgelineau</dc:creator>
		<pubDate>Sat, 19 Apr 2008 15:03:44 +0000</pubDate>
		<guid>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-1691</guid>
		<description>Tweener as a parameter called onComplete that you can use this way:

[as]
Tweener.addTween(rectangle, {alpha:1, time: 1, onComplete:functionToExecute});
function functionToExecute():void{
//this function will be called when the tween is done
}
[/as]</description>
		<content:encoded><![CDATA[<p>Tweener as a parameter called onComplete that you can use this way:</p>
<p>[as]<br />
Tweener.addTween(rectangle, {alpha:1, time: 1, onComplete:functionToExecute});<br />
function functionToExecute():void{<br />
//this function will be called when the tween is done<br />
}<br />
[/as]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michiel</title>
		<link>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-1676</link>
		<dc:creator>michiel</dc:creator>
		<pubDate>Fri, 18 Apr 2008 20:16:11 +0000</pubDate>
		<guid>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-1676</guid>
		<description>How to i trigger if a Tweener motion is complete...


container.addEventListener(TweenEvent.MOTION_FINISH, disableBlur);

is not working here..</description>
		<content:encoded><![CDATA[<p>How to i trigger if a Tweener motion is complete&#8230;</p>
<p>container.addEventListener(TweenEvent.MOTION_FINISH, disableBlur);</p>
<p>is not working here..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ActionScript 3 TweenLite Basic Tutorial &#124; TweenLite AS3 tutorial &#124; TweenLite examples for tweens &#124; zedia flash blog</title>
		<link>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-955</link>
		<dc:creator>ActionScript 3 TweenLite Basic Tutorial &#124; TweenLite AS3 tutorial &#124; TweenLite examples for tweens &#124; zedia flash blog</dc:creator>
		<pubDate>Sun, 02 Mar 2008 19:39:08 +0000</pubDate>
		<guid>http://www.zedia.net/2007/actionscript-3-tweener-basic-tutorial/#comment-955</guid>
		<description>[...] I found Tweener, which I liked a lot for it ease of use and its speed improvement so I modified my tutorial to explain Tweener. My new evolution in the field of tweening engine is TweenLite mostly because it is faster and [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I found Tweener, which I liked a lot for it ease of use and its speed improvement so I modified my tutorial to explain Tweener. My new evolution in the field of tweening engine is TweenLite mostly because it is faster and [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
