<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog.log2e.com &#187; TweenMax</title>
	<atom:link href="http://blog.log2e.com/tag/tweenmax/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.log2e.com</link>
	<description>Tutorials and Code Snippets</description>
	<lastBuildDate>Tue, 25 May 2010 12:47:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Quick Tip &#8211; Where are my Easing Equations?</title>
		<link>http://blog.log2e.com/2008/05/14/quick-tip-easing-equations/</link>
		<comments>http://blog.log2e.com/2008/05/14/quick-tip-easing-equations/#comments</comments>
		<pubDate>Wed, 14 May 2008 08:52:21 +0000</pubDate>
		<dc:creator>Stefan Schmalhaus</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FlashDevelop]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenMax]]></category>

		<guid isPermaLink="false">http://blog.log2e.com/?p=18</guid>
		<description><![CDATA[Tutorials on TweenLite or TweenMax often rely on the easing functions that come with the Flash CS3 IDE. These functions are contained in the package fl.motion.easing. All classes under the package name fl are specific to Flash CS3 and are not available in the free Flex 3 SDK. If you, for example, use FlashDevelop with [...]]]></description>
			<content:encoded><![CDATA[<p>Tutorials on <a title="TweenLite" onclick="pageTracker._trackPageview('/outgoing/blog.greensock.com/tweenliteas3/?referer=');pageTracker._trackPageview('/outgoing/blog.greensock.com/tweenliteas3/?referer=http://blog.log2e.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/blog.greensock.com/tweenliteas3/?referer=http://blog.log2e.com/wp-admin/post.php?action=edit&amp;post=18&amp;message=4');pageTracker._trackPageview('/outgoing/blog.greensock.com/tweenliteas3/?referer=http://blog.log2e.com/wp-admin/post-new.php');" href="http://blog.greensock.com/tweenliteas3/" target="_blank">TweenLite</a> or <a title="TweenMax" onclick="pageTracker._trackPageview('/outgoing/blog.greensock.com/tweenmaxas3/?referer=');pageTracker._trackPageview('/outgoing/blog.greensock.com/tweenmaxas3/?referer=http://blog.log2e.com/wp-admin/edit.php');pageTracker._trackPageview('/outgoing/blog.greensock.com/tweenmaxas3/?referer=http://blog.log2e.com/wp-admin/post.php?action=edit&amp;post=18&amp;message=4');pageTracker._trackPageview('/outgoing/blog.greensock.com/tweenmaxas3/?referer=http://blog.log2e.com/wp-admin/post-new.php');" href="http://blog.greensock.com/tweenmaxas3/" target="_blank">TweenMax</a> often rely on the easing functions that come with the Flash CS3 IDE. These functions are contained in the package <em>fl.motion.easing</em>. All classes under the package name <em>fl</em> are specific to Flash CS3 and are not available in the free Flex 3 SDK. If you, for example, use FlashDevelop with the Flex 3 SDK you have to import your easing functions from the package <em>mx.effects.easing</em>. So any time you see an import statement like this</p>
<p><code>import fl.motion.easing.*;</code></p>
<p>you should be able to replace it with</p>
<p><code>import mx.effects.easing.*;</code></p>
<p>and get the same functionality.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.log2e.com/2008/05/14/quick-tip-easing-equations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

