<?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 Caurina Tweener Class AS3</title>
	<atom:link href="http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html</link>
	<description>FlashUser.net helps creative Flash developers and designers from all over the world to save time and money for their projects. By following our posts you will easily create more effective Flash designs or add value to your Flash software and applications</description>
	<lastBuildDate>Sun, 11 Jul 2010 14:16:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: 22 Great Free ActionScript 3.0 Learning Resources &#124; Upside Learning Blog</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-7825</link>
		<dc:creator>22 Great Free ActionScript 3.0 Learning Resources &#124; Upside Learning Blog</dc:creator>
		<pubDate>Thu, 27 May 2010 21:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-7825</guid>
		<description>[...] Using Caurina Tweener Class AS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Caurina Tweener Class AS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-3607</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Thu, 31 Dec 2009 14:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-3607</guid>
		<description>How do you reuse tweener with multiple objects doing the same thing for example:

Is it possible to make this in 1 frame instead of jumping and declaring a new function?

Frame 1:
stop();
import caurina.transitions.*;

baker.scaleX = 0;
baker.scaleY = 0;
baker.alpha = 0;

Tweener.addTween(baker, {scaleX:1, scaleY:1, alpha:1, time:0.7,delay:0.4, transition:&quot;easeOutExpo&quot;});

var myTimer2:Timer = new Timer(6000,1);
myTimer2.addEventListener(TimerEvent.TIMER, timerListener2);

function timerListener2 (e:TimerEvent):void{
Tweener.addTween(baker, {scaleX:0, scaleY:0, alpha:0, time:0.4,delay:0, transition:&quot;easeOutExpo&quot;});
nextFrame();
}
myTimer2.start();

Frame 2:
stop();
import caurina.transitions.*;

city.scaleX = 0;
city.scaleY = 0;
city.alpha = 0;

Tweener.addTween(city, {scaleX:1, scaleY:1, alpha:1, time:0.7,delay:0.8, transition:&quot;easeOutExpo&quot;});

var myTimer3:Timer = new Timer(6000,1);
myTimer3.addEventListener(TimerEvent.TIMER, timerListener3);

function timerListener3 (e:TimerEvent):void{
Tweener.addTween(city, {scaleX:0, scaleY:0, alpha:0, time:0.4,delay:0, transition:&quot;easeOutExpo&quot;});
nextFrame();
}
myTimer3.start();
myTimer2.stop();
myTimer2.reset();

and so on...</description>
		<content:encoded><![CDATA[<p>How do you reuse tweener with multiple objects doing the same thing for example:</p>
<p>Is it possible to make this in 1 frame instead of jumping and declaring a new function?</p>
<p>Frame 1:<br />
stop();<br />
import caurina.transitions.*;</p>
<p>baker.scaleX = 0;<br />
baker.scaleY = 0;<br />
baker.alpha = 0;</p>
<p>Tweener.addTween(baker, {scaleX:1, scaleY:1, alpha:1, time:0.7,delay:0.4, transition:&#8221;easeOutExpo&#8221;});</p>
<p>var myTimer2:Timer = new Timer(6000,1);<br />
myTimer2.addEventListener(TimerEvent.TIMER, timerListener2);</p>
<p>function timerListener2 (e:TimerEvent):void{<br />
Tweener.addTween(baker, {scaleX:0, scaleY:0, alpha:0, time:0.4,delay:0, transition:&#8221;easeOutExpo&#8221;});<br />
nextFrame();<br />
}<br />
myTimer2.start();</p>
<p>Frame 2:<br />
stop();<br />
import caurina.transitions.*;</p>
<p>city.scaleX = 0;<br />
city.scaleY = 0;<br />
city.alpha = 0;</p>
<p>Tweener.addTween(city, {scaleX:1, scaleY:1, alpha:1, time:0.7,delay:0.8, transition:&#8221;easeOutExpo&#8221;});</p>
<p>var myTimer3:Timer = new Timer(6000,1);<br />
myTimer3.addEventListener(TimerEvent.TIMER, timerListener3);</p>
<p>function timerListener3 (e:TimerEvent):void{<br />
Tweener.addTween(city, {scaleX:0, scaleY:0, alpha:0, time:0.4,delay:0, transition:&#8221;easeOutExpo&#8221;});<br />
nextFrame();<br />
}<br />
myTimer3.start();<br />
myTimer2.stop();<br />
myTimer2.reset();</p>
<p>and so on&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john leigh</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-1792</link>
		<dc:creator>john leigh</dc:creator>
		<pubDate>Mon, 16 Nov 2009 09:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-1792</guid>
		<description>Nice little walkthrough. I have only recently been looking into Tween classes as had expected the built in Flash tween classes were fine to use. And in fact they are, the built in Flash tween class can do most the stuff Tweener does though Tweener gives a little extra ease of use, flexibility and access to a few things like _frame that usual Flash doesnt.

many thanks again for the tutorial!</description>
		<content:encoded><![CDATA[<p>Nice little walkthrough. I have only recently been looking into Tween classes as had expected the built in Flash tween classes were fine to use. And in fact they are, the built in Flash tween class can do most the stuff Tweener does though Tweener gives a little extra ease of use, flexibility and access to a few things like _frame that usual Flash doesnt.</p>
<p>many thanks again for the tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 55+ Fresh Community Links for Designers and Developers &#124; Master Design</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-1282</link>
		<dc:creator>55+ Fresh Community Links for Designers and Developers &#124; Master Design</dc:creator>
		<pubDate>Sat, 31 Oct 2009 01:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-1282</guid>
		<description>[...] Using Caurina Tweener Class AS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Caurina Tweener Class AS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 55+ Fresh Community Links for Designers and Developers &#124; Programming Blog</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-1233</link>
		<dc:creator>55+ Fresh Community Links for Designers and Developers &#124; Programming Blog</dc:creator>
		<pubDate>Thu, 29 Oct 2009 10:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-1233</guid>
		<description>[...] Using Caurina Tweener Class AS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Caurina Tweener Class AS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uberVU - social comments</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-1189</link>
		<dc:creator>uberVU - social comments</dc:creator>
		<pubDate>Wed, 28 Oct 2009 08:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-1189</guid>
		<description>&lt;strong&gt;Social comments and analytics for this post...&lt;/strong&gt;

This post was mentioned on Twitter by dsaportfolio: Using Caurina Tweener Class AS3 - http://tinyurl.com/ygewtog...</description>
		<content:encoded><![CDATA[<p><strong>Social comments and analytics for this post&#8230;</strong></p>
<p>This post was mentioned on Twitter by dsaportfolio: Using Caurina Tweener Class AS3 &#8211; <a href="http://tinyurl.com/ygewtog.." rel="nofollow">http://tinyurl.com/ygewtog..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Using Caurina Tweener Class AS3 &#124; Flash User -- Topsy.com</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-1162</link>
		<dc:creator>Tweets that mention Using Caurina Tweener Class AS3 &#124; Flash User -- Topsy.com</dc:creator>
		<pubDate>Tue, 27 Oct 2009 17:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-1162</guid>
		<description>[...] This post was mentioned on Twitter by flashuser and jrgarou, dsaportfolio. dsaportfolio said: Using Caurina Tweener Class AS3 - http://tinyurl.com/ygewtog [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by flashuser and jrgarou, dsaportfolio. dsaportfolio said: Using Caurina Tweener Class AS3 &#8211; <a href="http://tinyurl.com/ygewtog" rel="nofollow">http://tinyurl.com/ygewtog</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Caurina Tweener Class AS3 &#124; Programming Blog</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-1158</link>
		<dc:creator>Using Caurina Tweener Class AS3 &#124; Programming Blog</dc:creator>
		<pubDate>Tue, 27 Oct 2009 15:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-1158</guid>
		<description>[...] DIRECT LINK &#187; Go to SourceSubmit this to Script &amp; StyleShare this on BlinklistShare this on del.icio.usDigg this!Post this on DiigoShare this on RedditBuzz up!Stumble upon something good? Share it on StumbleUponShare this on TechnoratiShare this on MixxPost this to MySpaceSubmit this to DesignFloatShare this on FacebookTweet This!Subscribe to the comments for this post?Share this on LinkedinSeed this on NewsvineShare this on DevmarksAdd this to Google BookmarksAdd this to Mister WongAdd this to IzebyShare this on TipdShare this on PFBuzzShare this on FriendFeedMark this on BlogMarksSubmit this to TwittleyShare this on FwispMoo this on DesignMoo!Share this on BobrDobrAdd this to Yandex.BookmarksAdd this to Memory.ruAdd this to 100 bookmarksAdd this to MyPlaceSubmit this to Hacker NewsSend this page to Print FriendlyBump this on DesignBumpAdd this to NingPost this to IdenticaIf you enjoyed this post, make sure you subscribe to my RSS feed! Tags: animations, caurina, link, Performance, transition, tween, Use [...]</description>
		<content:encoded><![CDATA[<p>[...] DIRECT LINK &raquo; Go to SourceSubmit this to Script &amp; StyleShare this on BlinklistShare this on del.icio.usDigg this!Post this on DiigoShare this on RedditBuzz up!Stumble upon something good? Share it on StumbleUponShare this on TechnoratiShare this on MixxPost this to MySpaceSubmit this to DesignFloatShare this on FacebookTweet This!Subscribe to the comments for this post?Share this on LinkedinSeed this on NewsvineShare this on DevmarksAdd this to Google BookmarksAdd this to Mister WongAdd this to IzebyShare this on TipdShare this on PFBuzzShare this on FriendFeedMark this on BlogMarksSubmit this to TwittleyShare this on FwispMoo this on DesignMoo!Share this on BobrDobrAdd this to Yandex.BookmarksAdd this to Memory.ruAdd this to 100 bookmarksAdd this to MyPlaceSubmit this to Hacker NewsSend this page to Print FriendlyBump this on DesignBumpAdd this to NingPost this to IdenticaIf you enjoyed this post, make sure you subscribe to my RSS feed! Tags: animations, caurina, link, Performance, transition, tween, Use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using Caurina Tweener Class AS3 &#124; Flash User &#124; Class update today</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/using-caurina-tweener-class-as3.html/comment-page-1#comment-1138</link>
		<dc:creator>Using Caurina Tweener Class AS3 &#124; Flash User &#124; Class update today</dc:creator>
		<pubDate>Mon, 26 Oct 2009 22:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=2728#comment-1138</guid>
		<description>[...] the example post:  Using Caurina Tweener Class AS3 &#124; Flash User     Posted in Uncategorized &#124;  Tags: animations-with, create-complex, elegant-and, flash, [...]</description>
		<content:encoded><![CDATA[<p>[...] the example post:  Using Caurina Tweener Class AS3 | Flash User     Posted in Uncategorized |  Tags: animations-with, create-complex, elegant-and, flash, [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
