<?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>GreenSock &#187; ActionScript</title>
	<atom:link href="http://www.greensock.com/tag/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greensock.com</link>
	<description>Engaging the internet</description>
	<lastBuildDate>Thu, 26 Jan 2012 06:30:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Code Hinting and Strict Data Typing for TweenLite and TweenMax Vars</title>
		<link>http://www.greensock.com/tweenvars/</link>
		<comments>http://www.greensock.com/tweenvars/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 21:30:52 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[code hinting]]></category>
		<category><![CDATA[strict data typing]]></category>
		<category><![CDATA[Tween]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenLiteVars]]></category>
		<category><![CDATA[TweenMax]]></category>
		<category><![CDATA[TweenMaxVars]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=22</guid>
		<description><![CDATA[Having a hard time remembering all the special properties that you can define in your <a href="http://www.greensock.com/tweenlite/">TweenLite</a> or <a href="http://www.greensock.com/tweenmax/">TweenMax</a> "vars" parameters? I don't blame you, especially with all the nifty <a href="/tweenlite/#plugins">plugins</a> available. If you'd like to get the convenience of code hinting and improved debugging with strict data typing, you'll love the new TweenLiteVars and TweenMaxVars classes. As of version 5.0, they have been completely rewritten to accommodate method chaining which greatly reduces the amount of code necessary (compared to previous versions).]]></description>
		<wfw:commentRss>http://www.greensock.com/tweenvars/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>TweenNano &#8211; 1.6k TweenLite with Some Sacrifices</title>
		<link>http://www.greensock.com/tweennano/</link>
		<comments>http://www.greensock.com/tweennano/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 03:15:58 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Engine]]></category>
		<category><![CDATA[GreenSock]]></category>
		<category><![CDATA[nano]]></category>
		<category><![CDATA[Tween]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenNano]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=766</guid>
		<description><![CDATA[TweenNano is a super-lightweight (1.6k in AS3 and 2k in AS2) version of <a href="http://www.TweenLite.com">TweenLite</a> and is only recommended for situations where you absolutely cannot afford the extra 3.1k (4.7k total) that the normal TweenLite engine would cost and your project doesn't require any plugins. Normally, it is much better to use TweenLite because of the additional flexibility it provides via plugins and its compatibility with <a href="http://blog.greensock.com/timelinelite/">TimelineLite</a> and <a href="http://blog.greensock.com/timelinemax/">TimelineMax</a>.]]></description>
		<wfw:commentRss>http://www.greensock.com/tweennano/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>TimelineMax &#8211; Sequence/Group Multiple Tweens, Control Them as a Whole</title>
		<link>http://www.greensock.com/timelinemax/</link>
		<comments>http://www.greensock.com/timelinemax/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 22:15:28 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[sequence]]></category>
		<category><![CDATA[sequencing]]></category>
		<category><![CDATA[Timeline]]></category>
		<category><![CDATA[TimelineLite]]></category>
		<category><![CDATA[TimelineMax]]></category>
		<category><![CDATA[Tween]]></category>
		<category><![CDATA[TweenGroup]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenMax]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=813</guid>
		<description><![CDATA[TimelineMax extends TimelineLite, offering exactly the same functionality plus useful (but non-essential) features like AS3 event dispatching, repeat, repeatDelay, yoyo, currentLabel, addCallback(), removeCallback(), tweenTo(), tweenFromTo(), getLabelAfter(), getLabelBefore(), and getActive() (and probably more in the future). It is the ultimate sequencing tool. Think of a TimelineMax instance like a virtual MovieClip timeline or a container where you position tweens (or other timelines) over the course of time.]]></description>
		<wfw:commentRss>http://www.greensock.com/timelinemax/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>LiquidStage &#8211; Automatically Reposition/Stretch DisplayObjects in Full-Browser SWFs</title>
		<link>http://www.greensock.com/liquidstage/</link>
		<comments>http://www.greensock.com/liquidstage/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 01:30:43 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Layout]]></category>
		<category><![CDATA[Transforming]]></category>
		<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[full browser]]></category>
		<category><![CDATA[GreenSock]]></category>
		<category><![CDATA[liquid]]></category>
		<category><![CDATA[LiquidArea]]></category>
		<category><![CDATA[LiquidStage]]></category>
		<category><![CDATA[Pin]]></category>
		<category><![CDATA[PinPoint]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=377</guid>
		<description><![CDATA[<p>LiquidStage allows you to "pin" DisplayObjects to reference points on the stage (or inside other DisplayObjects) so that when the stage is resized, they are repositioned and maintain their relative distance from the PinPoint. For example, you could make a logo Sprite stay in the bottom right corner when the stage is resized.</p>

<p>You can also scale or stretch DisplayObjects using the LiquidArea class which allows you to define a rectangular area that expands and contracts as the stage resizes, and you attach DisplayObjects so that they fill the area, scaling in any of the following modes: STRETCH, PROPORTIONAL_INSIDE, PROPORTIONAL_OUTSIDE, WIDTH_ONLY, or HEIGHT_ONLY. For example, you could have a bar snap to the bottom of the screen and stretch horizontally to fill the width of the stage. Or add a background image that proportionally scales to fill the entire stage.</p>]]></description>
		<wfw:commentRss>http://www.greensock.com/liquidstage/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>TweenGroup &#8211; Manage Sequences and Groups of TweenLite/Max Tweens</title>
		<link>http://www.greensock.com/tweengroup/</link>
		<comments>http://www.greensock.com/tweengroup/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 19:46:32 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[TweenGroup]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenMax]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=227</guid>
		<description><![CDATA[With the launch of <a href="http://blog.greensock.com/v11/">v11</a>, TweenGroup has been offially deprecated in favor of the much more capable, flexible <a href="http://blog.greensock.com/timelinelite/">TimelineLite</a> and <a href="http://blog.greensock.com/timelinemax/">TimelineMax</a> classes. They do almost exactly what TweenGroup did but in a much more intuitive, flexible, powerful way. You can even nest timelines within timelines. I realize TweenGroup's deprecation may sound like bad news to some developers, but trust me, once you use TimelineLite/Max I'm confident you'll see why this is a good move. I try very hard to avoid deprecating things because people grow to rely on the code, so rest assured that I didn't make this decision lightly.]]></description>
		<wfw:commentRss>http://www.greensock.com/tweengroup/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>TransformManager (AS3) &#8211; Interactively Scale/Rotate/Move DisplayObjects</title>
		<link>http://www.greensock.com/transformmanageras3/</link>
		<comments>http://www.greensock.com/transformmanageras3/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 16:18:15 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Transforming]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[GreenSock]]></category>
		<category><![CDATA[Handles]]></category>
		<category><![CDATA[Move]]></category>
		<category><![CDATA[Multiple Selections]]></category>
		<category><![CDATA[Rotate]]></category>
		<category><![CDATA[Scale]]></category>
		<category><![CDATA[Transform]]></category>
		<category><![CDATA[TransformManager]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=61</guid>
		<description><![CDATA[<p>TransformManager makes it easy to add interactive scaling/rotating/moving of DisplayObjects to your Flash or Flex application. It uses an intuitive interface that's similar to most modern drawing applications. When the user clicks on a managed DisplayObject, a selection box will be drawn around it along with 8 handles for scaling/rotating. When the mouse is placed just outside of any of the scaling handles, the cursor will change to indicate that they're in rotation mode. Just like most other applications, the user can hold down the SHIFT key to select multiple items, to constrain scaling proportions, or to limit the rotation to 45 degree increments.</p>


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_TransformManagerAS3_Demo_1611820481"
			class="flashmovie"
			width="550"
			height="464">
	<param name="movie" value="http://www.greensock.com/as/swf/TransformManagerAS3_Demo.swf" />
	<param name="bgcolor" value="#666666" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.greensock.com/as/swf/TransformManagerAS3_Demo.swf"
			name="fm_TransformManagerAS3_Demo_1611820481"
			width="550"
			height="464">
		<param name="bgcolor" value="#666666" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>]]></description>
		<wfw:commentRss>http://www.greensock.com/transformmanageras3/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>TweenMax &#8211; TweenLite on Steroids</title>
		<link>http://www.greensock.com/tweenmax/</link>
		<comments>http://www.greensock.com/tweenmax/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 23:20:01 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Bezier]]></category>
		<category><![CDATA[bezierThrough]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[hexColors]]></category>
		<category><![CDATA[Tween]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenMax]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=16</guid>
		<description><![CDATA[Version: 11.695, Updated 2012-01-19 File size added to compressed SWF: About 8.7kb (base), or 17.6kb with default plugins and OverwriteManager What&#8217;s new in v11? v11 represents the biggest update to the platform ever, by far. Please check out the official announcement page for details about the changes and new features. Description TweenMax extends the extremely [...]]]></description>
		<wfw:commentRss>http://www.greensock.com/tweenmax/feed/</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
		<item>
		<title>TransformMatrixProxy &#8211; Tween skewX, skewY, and more</title>
		<link>http://www.greensock.com/transformmatrixproxy/</link>
		<comments>http://www.greensock.com/transformmatrixproxy/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 19:27:27 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Club]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Skew]]></category>
		<category><![CDATA[skewX]]></category>
		<category><![CDATA[skewY]]></category>
		<category><![CDATA[Transform]]></category>
		<category><![CDATA[Tween]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenMax]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=21</guid>
		<description><![CDATA[TransformMatrixProxy has been deprecated in favor of the transformMatrix plugin for TweenLite and TweenMax which performs faster and is simpler to use.]]></description>
		<wfw:commentRss>http://www.greensock.com/transformmatrixproxy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ColorTransformProxy &#8211; Advanced Color Tweening</title>
		<link>http://www.greensock.com/colortransformproxy/</link>
		<comments>http://www.greensock.com/colortransformproxy/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 18:53:25 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[ColorTransform]]></category>
		<category><![CDATA[ColorTransformProxy]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tween]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenMax]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=20</guid>
		<description><![CDATA[<p>ColorTransformProxy has been deprecated in favor of the much more powerful, easy to use colorTransform plugin for <a href="http://www.greensock.com">TweenLite</a> and <a href="http://www.tweenmax.com">TweenMax</a> which performs faster and is simpler to use.</p>]]></description>
		<wfw:commentRss>http://www.greensock.com/colortransformproxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweenMax (AS2) &#8211; TweenLite on Steroids</title>
		<link>http://www.greensock.com/tweenmaxas2/</link>
		<comments>http://www.greensock.com/tweenmaxas2/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 20:47:34 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Tweening]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tween]]></category>
		<category><![CDATA[TweenLite]]></category>
		<category><![CDATA[TweenMax]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/tweenmaxas2/</guid>
		<description><![CDATA[Please view the official <a href="http://www.tweenmax.com">TweenMax</a> page (moved <a href="http://www.tweenmax.com">here</a>)]]></description>
		<wfw:commentRss>http://www.greensock.com/tweenmaxas2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.greensock.com @ 2012-02-09 08:25:00 -->
