<?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; Transforming</title>
	<atom:link href="http://www.greensock.com/category/transforming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.greensock.com</link>
	<description>Engaging the internet</description>
	<lastBuildDate>Sat, 13 Mar 2010 19:22:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AutoFitArea &#8211; Stretch/Scale/Position DisplayObjects to Fit Within a Rectangular Area</title>
		<link>http://www.greensock.com/autofitarea/</link>
		<comments>http://www.greensock.com/autofitarea/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:37:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Transforming]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[AutoFitArea]]></category>
		<category><![CDATA[fit]]></category>
		<category><![CDATA[LiquidArea]]></category>
		<category><![CDATA[LiquidStage]]></category>
		<category><![CDATA[proportional]]></category>

		<guid isPermaLink="false">http://www.greensock.com/?p=1090</guid>
		<description><![CDATA[<p>AutoFitArea allows you to define a rectangular area and then attach() DisplayObjects so that they automatically fit into the area, repositioning and scaling/stretching in any of the following modes: STRETCH, PROPORTIONAL_INSIDE, PROPORTIONAL_OUTSIDE, PROPORTIONAL_CROPPED, NONE, WIDTH_ONLY, or HEIGHT_ONLY. Horizontally align the attached DisplayObjects left, center, or right. Vertically align them top, center, or bottom. Even apply a minimum/maximum width/height for each attached object. AutoFitArea extends the Shape class, so you can alter (and yes, <a href="http://www.tweenlite.com">tween</a>) the width/height/scaleX/scaleY/x/y properties of the AutoFitArea and then all of the attached objects will automatically be affected. Attach as many DisplayObjects as you want.</p>]]></description>
		<wfw:commentRss>http://www.greensock.com/autofitarea/feed/</wfw:commentRss>
		<slash:comments>12</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[Transforming]]></category>
		<category><![CDATA[Tweening]]></category>
		<category><![CDATA[layout]]></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>14</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_1076122962"
			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_1076122962"
			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>17</slash:comments>
		</item>
		<item>
		<title>TransformManager (AS2) &#8211; Scale/Rotate/Move any MovieClip</title>
		<link>http://www.greensock.com/transformmanageras2/</link>
		<comments>http://www.greensock.com/transformmanageras2/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 17:04:20 +0000</pubDate>
		<dc:creator>jack</dc:creator>
				<category><![CDATA[Transforming]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[Resize]]></category>
		<category><![CDATA[Rotate]]></category>
		<category><![CDATA[Scale]]></category>
		<category><![CDATA[Transform]]></category>
		<category><![CDATA[TransformItem]]></category>
		<category><![CDATA[TransformManager]]></category>

		<guid isPermaLink="false">http://blog.greensock.com/?p=3</guid>
		<description><![CDATA[This class works with the TransformItem class to give the user the ability to scale, rotate, and/or move any MovieClip on the stage using an intuitive interface (similar to most modern drawing applications). When the user clicks on the TransformItem's MovieClip, a selection box will be drawn around it along with four handles for scaling. When the user places their mouse just outside of any of the scaling handles, the cursor will change to indicate that they're in rotation mode. Hold down shift to constrain scaling proportions or to limit rotation to 45 degree increments. This TransformManager class will handle multiple TransformItem instances, switching the selection boxes (so that only one is selected at a time) as well as updating the properties with a single call. See the TransformItem class for more details about features.


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_Transform_Sample_1438474375"
			class="flashmovie"
			width="550"
			height="464">
	<param name="movie" value="http://www.greensock.com/ActionScript/TransformManager/Transform_Sample.swf" />
	<param name="bgcolor" value="#666666" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.greensock.com/ActionScript/TransformManager/Transform_Sample.swf"
			name="fm_Transform_Sample_1438474375"
			width="550"
			height="464">
		<param name="bgcolor" value="#666666" />
	<!--<![endif]-->
		
	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>]]></description>
		<wfw:commentRss>http://www.greensock.com/transformmanageras2/feed/</wfw:commentRss>
		<slash:comments>66</slash:comments>
		</item>
	</channel>
</rss>
