<?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: Tweening with Tweensy &#8211; Properties and Colors</title>
	<atom:link href="http://alecmce.com/as3/tweening-with-tweensy/feed" rel="self" type="application/rss+xml" />
	<link>http://alecmce.com/animation/tweening-with-tweensy</link>
	<description></description>
	<lastBuildDate>Tue, 03 Apr 2012 19:32:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Tweensy &#124; massiveProCreation Blog</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-352</link>
		<dc:creator>Tweensy &#124; massiveProCreation Blog</dc:creator>
		<pubDate>Mon, 15 Nov 2010 12:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-352</guid>
		<description>[...] Source: AlecMcE.com [...] </description>
		<content:encoded><![CDATA[<p>[...] Source: AlecMcE.com [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miller J.</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-183</link>
		<dc:creator>Miller J.</dc:creator>
		<pubDate>Sat, 26 Dec 2009 13:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-183</guid>
		<description>You do it like this without using the group:&lt;br&gt;&lt;br&gt;var NewColor:ColorTransform = new ColorTransform();&lt;br&gt;NewColor.color = 0xEEEEEE;&lt;br&gt;Tweensy.to(TheObject.transform.colorTransform,NewColor,2.0,null,0,TheObject);</description>
		<content:encoded><![CDATA[<p>You do it like this without using the group:</p>
<p>var NewColor:ColorTransform = new ColorTransform();<br />NewColor.color = 0xEEEEEE;<br />Tweensy.to(TheObject.transform.colorTransform,NewColor,2.0,null,0,TheObject);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miller J.</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-409</link>
		<dc:creator>Miller J.</dc:creator>
		<pubDate>Sat, 26 Dec 2009 08:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-409</guid>
		<description>You do it like this without using the group:

var NewColor:ColorTransform = new ColorTransform();
NewColor.color = 0xEEEEEE;
Tweensy.to(TheObject.transform.colorTransform,NewColor,2.0,null,0,TheObject);</description>
		<content:encoded><![CDATA[<p>You do it like this without using the group:</p>
<p>var NewColor:ColorTransform = new ColorTransform();<br />
NewColor.color = 0xEEEEEE;<br />
Tweensy.to(TheObject.transform.colorTransform,NewColor,2.0,null,0,TheObject);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alecmce</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-182</link>
		<dc:creator>alecmce</dc:creator>
		<pubDate>Tue, 15 Dec 2009 18:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-182</guid>
		<description>Yes Shane, you&#039;re absolutely right. Here are some problems with that:&lt;br&gt;&lt;br&gt;If I write code for the purposes of creating a free piece of software, then want to reuse my code for a commercial venture, I have to refactor the TweenMax library out of the code.&lt;br&gt;&lt;br&gt;If I am a freelancer and then am contracted to work for a big company looking to create a commercial product, my knowledge of TweenMax is useless to me.&lt;br&gt;&lt;br&gt;If I create an &#039;open-source&#039; library with dependencies on TweenMax my MIT license is invalid, and though I am no lawyer, I might be liable to pay for the Greensock license on behalf of companies who use my source in commercial projects. &lt;br&gt;&lt;br&gt;In my opinion, using TweenMax for non-commercial projects reduces my knowledge of libraries that are truly open-sourced, and runs the risk of violating licenses. Greensock are welcome to their license, but as soon as I learned of it, I removed every reference to their code from my hard-drive. I would urge others to do the same, unless they work for a company who have decided to pay for the code.</description>
		<content:encoded><![CDATA[<p>Yes Shane, you&#39;re absolutely right. Here are some problems with that:</p>
<p>If I write code for the purposes of creating a free piece of software, then want to reuse my code for a commercial venture, I have to refactor the TweenMax library out of the code.</p>
<p>If I am a freelancer and then am contracted to work for a big company looking to create a commercial product, my knowledge of TweenMax is useless to me.</p>
<p>If I create an &#39;open-source&#39; library with dependencies on TweenMax my MIT license is invalid, and though I am no lawyer, I might be liable to pay for the Greensock license on behalf of companies who use my source in commercial projects. </p>
<p>In my opinion, using TweenMax for non-commercial projects reduces my knowledge of libraries that are truly open-sourced, and runs the risk of violating licenses. Greensock are welcome to their license, but as soon as I learned of it, I removed every reference to their code from my hard-drive. I would urge others to do the same, unless they work for a company who have decided to pay for the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alec McEachran</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-401</link>
		<dc:creator>Alec McEachran</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-401</guid>
		<description>Yes Shane, you&#039;re absolutely right. Here are some problems with that:

If I write code for the purposes of creating a free piece of software, then want to reuse my code for a commercial venture, I have to refactor the TweenMax library out of the code.

If I am a freelancer and then am contracted to work for a big company looking to create a commercial product, my knowledge of TweenMax is useless to me.

If I create an &#039;open-source&#039; library with dependencies on TweenMax my MIT license is invalid, and though I am no lawyer, I might be liable to pay for the Greensock license on behalf of companies who use my source in commercial projects. 

In my opinion, using TweenMax for non-commercial projects reduces my knowledge of libraries that are truly open-sourced, and runs the risk of violating licenses. Greensock are welcome to their license, but as soon as I learned of it, I removed every reference to their code from my hard-drive. I would urge others to do the same, unless they work for a company who have decided to pay for the code.</description>
		<content:encoded><![CDATA[<p>Yes Shane, you&#8217;re absolutely right. Here are some problems with that:</p>
<p>If I write code for the purposes of creating a free piece of software, then want to reuse my code for a commercial venture, I have to refactor the TweenMax library out of the code.</p>
<p>If I am a freelancer and then am contracted to work for a big company looking to create a commercial product, my knowledge of TweenMax is useless to me.</p>
<p>If I create an &#8216;open-source&#8217; library with dependencies on TweenMax my MIT license is invalid, and though I am no lawyer, I might be liable to pay for the Greensock license on behalf of companies who use my source in commercial projects. </p>
<p>In my opinion, using TweenMax for non-commercial projects reduces my knowledge of libraries that are truly open-sourced, and runs the risk of violating licenses. Greensock are welcome to their license, but as soon as I learned of it, I removed every reference to their code from my hard-drive. I would urge others to do the same, unless they work for a company who have decided to pay for the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Hoffa</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-181</link>
		<dc:creator>Shane Hoffa</dc:creator>
		<pubDate>Mon, 14 Dec 2009 21:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-181</guid>
		<description>TweenMax only requires you to pay if the end user of your application has to pay to view it. Like if there is a membership fee for a site, or an end user is purchasing a CD-Rom what has Flash content on it that uses TweenMax. Other than that, it is free.</description>
		<content:encoded><![CDATA[<p>TweenMax only requires you to pay if the end user of your application has to pay to view it. Like if there is a membership fee for a site, or an end user is purchasing a CD-Rom what has Flash content on it that uses TweenMax. Other than that, it is free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane Hoffa</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-400</link>
		<dc:creator>Shane Hoffa</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-400</guid>
		<description>TweenMax only requires you to pay if the end user of your application has to pay to view it. Like if there is a membership fee for a site, or an end user is purchasing a CD-Rom what has Flash content on it that uses TweenMax. Other than that, it is free.</description>
		<content:encoded><![CDATA[<p>TweenMax only requires you to pay if the end user of your application has to pay to view it. Like if there is a membership fee for a site, or an end user is purchasing a CD-Rom what has Flash content on it that uses TweenMax. Other than that, it is free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alec</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-180</link>
		<dc:creator>alec</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-180</guid>
		<description>Not yet, Jackson. I may look into it in the coming months.</description>
		<content:encoded><![CDATA[<p>Not yet, Jackson. I may look into it in the coming months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-186</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-186</guid>
		<description>Not yet, Jackson. I may look into it in the coming months.</description>
		<content:encoded><![CDATA[<p>Not yet, Jackson. I may look into it in the coming months.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jackson Dunstan</title>
		<link>http://alecmce.com/animation/tweening-with-tweensy#comment-179</link>
		<dc:creator>Jackson Dunstan</dc:creator>
		<pubDate>Thu, 12 Nov 2009 17:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://alecmce.com/?p=459#comment-179</guid>
		<description>I&#039;ve recently been using TweensyZero instead of Tweensy since my tweening needs are light, it&#039;s really fast, and it&#039;s really small. Have you checked it out? If so, what are your impressions?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently been using TweensyZero instead of Tweensy since my tweening needs are light, it&#8217;s really fast, and it&#8217;s really small. Have you checked it out? If so, what are your impressions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

