<?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"
	>
<channel>
	<title>Comments on: Twease 2.0 Beta</title>
	<atom:link href="http://blog.visualcondition.com/2008/03/23/twease-20-beta/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/</link>
	<description>Flash and design blog of Andrew Fitzgerald</description>
	<pubDate>Fri, 05 Dec 2008 09:26:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: David</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2080</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 09 Oct 2008 11:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2080</guid>
		<description>&lt;p&gt;Champion! Have emulated the gotoAndLearn advanced Fuse lesson with Twease in Flash Studio 8. And now trying Twease on a glow filter. Thanks for all your work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Champion! Have emulated the gotoAndLearn advanced Fuse lesson with Twease in Flash Studio 8. And now trying Twease on a glow filter. Thanks for all your work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2069</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 29 Jul 2008 01:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2069</guid>
		<description>&lt;p&gt;@Colin: And what example would that be? Is there one in the example files at Google Code?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Colin: And what example would that be? Is there one in the example files at Google Code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2066</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 17 Jul 2008 14:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2066</guid>
		<description>&lt;p&gt;Andrew, any chance you can post the source for the example on bezier tweening?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Andrew, any chance you can post the source for the example on bezier tweening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaynor</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2061</link>
		<dc:creator>Gaynor</dc:creator>
		<pubDate>Thu, 05 Jun 2008 01:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2061</guid>
		<description>&lt;p&gt;Hi Andrew
Thanks so much for your quick and detailed response - it's greatly appreciated.
I'm all set to launch myself into the world of twease :)
cheers and have a sensational day
Gaynor&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Andrew<br />
Thanks so much for your quick and detailed response - it&#8217;s greatly appreciated.<br />
I&#8217;m all set to launch myself into the world of twease <img src='http://blog.visualcondition.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> cheers and have a sensational day<br />
Gaynor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2060</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Wed, 04 Jun 2008 21:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2060</guid>
		<description>&lt;p&gt;mortenft: Are you using AS2 or AS3? I just tested AS3 and it worked fine for me. Both pausing and resuming. Maybe it's something else?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>mortenft: Are you using AS2 or AS3? I just tested AS3 and it worked fine for me. Both pausing and resuming. Maybe it&#8217;s something else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2059</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Wed, 04 Jun 2008 21:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2059</guid>
		<description>&lt;p&gt;You are correct, in regards to native support, such as tween({blurX:5}).&lt;/p&gt;

&lt;p&gt;But you can tween filters with a bit more work such as:&lt;/p&gt;

&lt;p&gt;import flash.filters.BlurFilter; 
var filter:BlurFilter = new BlurFilter(0, 0, 3); 
Twease.tween({target:filter, blurX:8, blurY:8, time:3, ease:’easeOutElastic’, upfunc:function(){my_mc.filters = [filter]}});&lt;/p&gt;

&lt;p&gt;You can read more about that here: http://play.visualcondition.com/twease/#filters&lt;/p&gt;

&lt;p&gt;Hope this helps!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You are correct, in regards to native support, such as tween({blurX:5}).</p>
<p>But you can tween filters with a bit more work such as:</p>
<p>import flash.filters.BlurFilter;<br />
var filter:BlurFilter = new BlurFilter(0, 0, 3);<br />
Twease.tween({target:filter, blurX:8, blurY:8, time:3, ease:’easeOutElastic’, upfunc:function(){my_mc.filters = [filter]}});</p>
<p>You can read more about that here: <a href="http://play.visualcondition.com/twease/#filters" rel="nofollow" >http://play.visualcondition.com/twease/#filters</a></p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaynor</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2058</link>
		<dc:creator>Gaynor</dc:creator>
		<pubDate>Tue, 03 Jun 2008 22:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2058</guid>
		<description>&lt;p&gt;Hi Andrew
all sorted - the default (Stuffit) expander usually opens most things, but I ended up using the BOM Archive, which presented no problems.
Thanks for getting back to me so quickly.
Just one question - the filters.as has "not functional yet" commented out - I've downloaded Beta 2.0 (I'm still working on AS2.0) - does this mean this twease doesn't handle blur tweens yet?
thanks again
Gaynor&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Andrew<br />
all sorted - the default (Stuffit) expander usually opens most things, but I ended up using the BOM Archive, which presented no problems.<br />
Thanks for getting back to me so quickly.<br />
Just one question - the filters.as has &#8220;not functional yet&#8221; commented out - I&#8217;ve downloaded Beta 2.0 (I&#8217;m still working on AS2.0) - does this mean this twease doesn&#8217;t handle blur tweens yet?<br />
thanks again<br />
Gaynor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrew</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2057</link>
		<dc:creator>andrew</dc:creator>
		<pubDate>Tue, 03 Jun 2008 18:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2057</guid>
		<description>&lt;p&gt;Gaynor: I developed it on a mac, so it should work just fine. Have you tried using the built in unzip archiver in OS X? If not you can get always it from SVN. If you'd rather not, I can try emailing you another archive.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Gaynor: I developed it on a mac, so it should work just fine. Have you tried using the built in unzip archiver in OS X? If not you can get always it from SVN. If you&#8217;d rather not, I can try emailing you another archive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaynor</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2056</link>
		<dc:creator>Gaynor</dc:creator>
		<pubDate>Tue, 03 Jun 2008 06:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2056</guid>
		<description>&lt;p&gt;Hi Andrew
Can't wait to start using Twease, but seem to be having a bit of a blonde moment. Can't seem to unzip the file. Is it not for Mac - I get a format error from Stuffit?
Any help much appreciated
have a great day
Gaynor&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Andrew<br />
Can&#8217;t wait to start using Twease, but seem to be having a bit of a blonde moment. Can&#8217;t seem to unzip the file. Is it not for Mac - I get a format error from Stuffit?<br />
Any help much appreciated<br />
have a great day<br />
Gaynor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mortenft</title>
		<link>http://blog.visualcondition.com/2008/03/23/twease-20-beta/#comment-2038</link>
		<dc:creator>mortenft</dc:creator>
		<pubDate>Wed, 21 May 2008 10:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.visualcondition.com/2008/03/25/twease-20-beta/#comment-2038</guid>
		<description>&lt;p&gt;I have been using Twease a while now, and it works great!&lt;/p&gt;

&lt;p&gt;However, the setActive method has me a little confused; I experience different behaviour if i call setActive(false) and setActive(false,mcMovie).&lt;/p&gt;

&lt;p&gt;setActive(false) pauses everything, and when I call setActive(true), it picks up where it stoped just fine.  If I use setActive(false,mcMovie), the tween for mcMovie is paused, however, if I call setActive(true,mcMovie) it doesn't continue where it stopped - it starts the tween over - causing some serious issues for me.&lt;/p&gt;

&lt;p&gt;I use Twease many places in the same app, at the same time, and I need to be able to stop only certain tweens - however, that doesn't really work - it seems to be all or nothing - any comments/ideas for me ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been using Twease a while now, and it works great!</p>
<p>However, the setActive method has me a little confused; I experience different behaviour if i call setActive(false) and setActive(false,mcMovie).</p>
<p>setActive(false) pauses everything, and when I call setActive(true), it picks up where it stoped just fine.  If I use setActive(false,mcMovie), the tween for mcMovie is paused, however, if I call setActive(true,mcMovie) it doesn&#8217;t continue where it stopped - it starts the tween over - causing some serious issues for me.</p>
<p>I use Twease many places in the same app, at the same time, and I need to be able to stop only certain tweens - however, that doesn&#8217;t really work - it seems to be all or nothing - any comments/ideas for me ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.356 seconds -->
