<?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: Transform Tool &#8211; Drag, Scale and Rotate in Flash at Runtime</title>
	<atom:link href="http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/</link>
	<description>The choreography of color and code</description>
	<lastBuildDate>Thu, 29 Jul 2010 17:37:56 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nik</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-313</link>
		<dc:creator>Nik</dc:creator>
		<pubDate>Wed, 28 Jul 2010 19:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-313</guid>
		<description>This is a great script thank you!
Anyone got an example of getting this to work with a loaded image?
I&#039;ve read above and tried but the tool is not aligned correctly.

I have a script that allows a user to upload an image then it downloads again at which point I&#039;m trying to apply the transform tool.

I&#039;m close but it is all wonky and I get various degrees of transforming, none of this is due to the script which is great :)</description>
		<content:encoded><![CDATA[<p>This is a great script thank you!<br />
Anyone got an example of getting this to work with a loaded image?<br />
I&#8217;ve read above and tried but the tool is not aligned correctly.</p>
<p>I have a script that allows a user to upload an image then it downloads again at which point I&#8217;m trying to apply the transform tool.</p>
<p>I&#8217;m close but it is all wonky and I get various degrees of transforming, none of this is due to the script which is great <img src='http://www.quietless.com/kitchen/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JONES</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-311</link>
		<dc:creator>JONES</dc:creator>
		<pubDate>Sat, 17 Jul 2010 05:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-311</guid>
		<description>Does this work with dynamically created Sprites inside nested clips?</description>
		<content:encoded><![CDATA[<p>Does this work with dynamically created Sprites inside nested clips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-310</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Tue, 13 Jul 2010 09:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-310</guid>
		<description>Thanks for sharing the code, im making pretty much exactlly this (for a basic &#039;make-your-avatar&#039; configurator kind of project) but couldnt wrap my head around proper rotational code.

By the looks of it, this will definatlly provide me with all needed info/math to finish my own, so ye, thanks :D</description>
		<content:encoded><![CDATA[<p>Thanks for sharing the code, im making pretty much exactlly this (for a basic &#8216;make-your-avatar&#8217; configurator kind of project) but couldnt wrap my head around proper rotational code.</p>
<p>By the looks of it, this will definatlly provide me with all needed info/math to finish my own, so ye, thanks <img src='http://www.quietless.com/kitchen/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marek</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-308</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Thu, 10 Jun 2010 15:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-308</guid>
		<description>with reseting the regpoint the transform tools work like a charm
many thx for shareing this script

greets marek</description>
		<content:encoded><![CDATA[<p>with reseting the regpoint the transform tools work like a charm<br />
many thx for shareing this script</p>
<p>greets marek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marek</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-307</link>
		<dc:creator>marek</dc:creator>
		<pubDate>Thu, 10 Jun 2010 15:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-307</guid>
		<description>hi to everybody,

after you draw the object, use this to reset the registration point of the object:

myObj.transform.matrix = new Matrix(1,0,0,1, -regx, -regy);

where regx and regy are the half of the obj width/height</description>
		<content:encoded><![CDATA[<p>hi to everybody,</p>
<p>after you draw the object, use this to reset the registration point of the object:</p>
<p>myObj.transform.matrix = new Matrix(1,0,0,1, -regx, -regy);</p>
<p>where regx and regy are the half of the obj width/height</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-303</link>
		<dc:creator>Ionut</dc:creator>
		<pubDate>Tue, 25 May 2010 18:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-303</guid>
		<description>i made a sample project in witch u can see the problem
http://www.quasiperfect.eu/temp/test.rar</description>
		<content:encoded><![CDATA[<p>i made a sample project in witch u can see the problem<br />
<a href="http://www.quasiperfect.eu/temp/test.rar" rel="nofollow">http://www.quasiperfect.eu/temp/test.rar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-302</link>
		<dc:creator>Ionut</dc:creator>
		<pubDate>Tue, 25 May 2010 16:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-302</guid>
		<description>hmm i tried that no luck</description>
		<content:encoded><![CDATA[<p>hmm i tried that no luck</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-301</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Tue, 25 May 2010 15:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-301</guid>
		<description>Center your loaded image in a Sprite and then set that Sprite as the target of the transform tool.</description>
		<content:encoded><![CDATA[<p>Center your loaded image in a Sprite and then set that Sprite as the target of the transform tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-300</link>
		<dc:creator>Ionut</dc:creator>
		<pubDate>Tue, 25 May 2010 15:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-300</guid>
		<description>hi
great code

i tried to use it in a project but i have a problem
i have a movieclip that loads a external image
after the image is loaded i add u&#039;r tool
the problem is that the image appears from the center of the transformation box (so the image is loaded on the bottom right part of the transformation box http://quasiperfect.eu/temp/example.jpg)
any ideas ?</description>
		<content:encoded><![CDATA[<p>hi<br />
great code</p>
<p>i tried to use it in a project but i have a problem<br />
i have a movieclip that loads a external image<br />
after the image is loaded i add u&#8217;r tool<br />
the problem is that the image appears from the center of the transformation box (so the image is loaded on the bottom right part of the transformation box <a href="http://quasiperfect.eu/temp/example.jpg)" rel="nofollow">http://quasiperfect.eu/temp/example.jpg)</a><br />
any ideas ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nexo</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-289</link>
		<dc:creator>nexo</dc:creator>
		<pubDate>Sat, 24 Apr 2010 12:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-289</guid>
		<description>@ CHRIS: do you mean the jump that the mc does after the scale? The mc is bigger than the Stage or go out after scale?</description>
		<content:encoded><![CDATA[<p>@ CHRIS: do you mean the jump that the mc does after the scale? The mc is bigger than the Stage or go out after scale?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-288</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 20 Apr 2010 03:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-288</guid>
		<description>nice fix NEXO, there is also a weird jump when scaling. Click the outer or inner point of the handle ( furthest point away from the object that is being scaled but still on the handle. )  Its particularly noticeable when using larger handles. This offset I have no idea how to compensate into the scale method.</description>
		<content:encoded><![CDATA[<p>nice fix NEXO, there is also a weird jump when scaling. Click the outer or inner point of the handle ( furthest point away from the object that is being scaled but still on the handle. )  Its particularly noticeable when using larger handles. This offset I have no idea how to compensate into the scale method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nexo</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-285</link>
		<dc:creator>nexo</dc:creator>
		<pubDate>Thu, 15 Apr 2010 11:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-285</guid>
		<description>FIX: The only problem I see is when switching between objects the next objects jumps to where the previously selected one is.(from SteveW)

On function onMousePress, move this line:
_mouseOffset = _targCenter.subtract(_mouseDownPos);
after the next cicle for.

CODE FIXED:
private function onMousePress(evt:MouseEvent):void
		{
			
			if (evt.target is Stage) hideBoundingBox();	
			_mouseDownPos = new Point(mouseX, mouseY);			
		// check if a registered target was selected //			
			for (var i:int = 0; i &lt; _targets.length; i++)
			{
				if (evt.target==_targets[i]) {
					activeTarget = _targets[i];
					stage.addEventListener(MouseEvent.MOUSE_MOVE, moveTarget);						
				}
			}				
			_mouseOffset = _targCenter.subtract(_mouseDownPos);								
			if (evt.target is TransformHandle) {
				_handlepressed = true;
				stage.addEventListener(MouseEvent.MOUSE_MOVE, transformTarget);					
			}					
			stage.addEventListener(MouseEvent.MOUSE_UP, onMouseRelease);
			//stage.addEventListener(MouseEvent.MOUSE_UP, onMouseRelease2);					
		}</description>
		<content:encoded><![CDATA[<p>FIX: The only problem I see is when switching between objects the next objects jumps to where the previously selected one is.(from SteveW)</p>
<p>On function onMousePress, move this line:<br />
_mouseOffset = _targCenter.subtract(_mouseDownPos);<br />
after the next cicle for.</p>
<p>CODE FIXED:<br />
private function onMousePress(evt:MouseEvent):void<br />
		{</p>
<p>			if (evt.target is Stage) hideBoundingBox();<br />
			_mouseDownPos = new Point(mouseX, mouseY);<br />
		// check if a registered target was selected //<br />
			for (var i:int = 0; i &lt; _targets.length; i++)<br />
			{<br />
				if (evt.target==_targets[i]) {<br />
					activeTarget = _targets[i];<br />
					stage.addEventListener(MouseEvent.MOUSE_MOVE, moveTarget);<br />
				}<br />
			}<br />
			_mouseOffset = _targCenter.subtract(_mouseDownPos);<br />
			if (evt.target is TransformHandle) {<br />
				_handlepressed = true;<br />
				stage.addEventListener(MouseEvent.MOUSE_MOVE, transformTarget);<br />
			}<br />
			stage.addEventListener(MouseEvent.MOUSE_UP, onMouseRelease);<br />
			//stage.addEventListener(MouseEvent.MOUSE_UP, onMouseRelease2);<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitris</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-283</link>
		<dc:creator>Dimitris</dc:creator>
		<pubDate>Sat, 10 Apr 2010 11:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-283</guid>
		<description>Finally solved!
I had to set my nested clips at x:0, y:0.
In case sb has the same problem.</description>
		<content:encoded><![CDATA[<p>Finally solved!<br />
I had to set my nested clips at x:0, y:0.<br />
In case sb has the same problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitris</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-282</link>
		<dc:creator>Dimitris</dc:creator>
		<pubDate>Thu, 08 Apr 2010 18:42:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-282</guid>
		<description>Thanks a million times for this great code!
I have a little problem though. 
I have a mysymbol that is nested in root.middle.myclip (and inside there is mysymbol that I want to be transformed). The code is written on a frame of myclip.
Where I am supposed to add the _transform -addChild(transform)- so Tool &quot;focus&quot; right? At the moment everything is working except that the transform tool instance doesn&#039;t focus exactly on top of mysymbol.

Again thanks for your help
Dimitris</description>
		<content:encoded><![CDATA[<p>Thanks a million times for this great code!<br />
I have a little problem though.<br />
I have a mysymbol that is nested in root.middle.myclip (and inside there is mysymbol that I want to be transformed). The code is written on a frame of myclip.<br />
Where I am supposed to add the _transform -addChild(transform)- so Tool &#8220;focus&#8221; right? At the moment everything is working except that the transform tool instance doesn&#8217;t focus exactly on top of mysymbol.</p>
<p>Again thanks for your help<br />
Dimitris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Rhu</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-278</link>
		<dc:creator>Robert Rhu</dc:creator>
		<pubDate>Sat, 27 Mar 2010 04:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-278</guid>
		<description>First of all, thank you SO MUCH for posting this code. It is exactly what I&#039;ve been looking for. I&#039;m a bit of an AS3 hack at the moment so solid work like this is immensely helpful.

I&#039;m having one issue with it that I imagine is a pretty easy fix. I just need to know where to change AS.

When I select an item to be rotated the rotation box/handles appears far away from the item. The item is on the right side of the page while the handles are all the way to the left of the page.

Is there a setting in the TransformTool file that will fix this? That will place the transform handles exactly around the item to be transformed?

You can see the file I&#039;m working on here...

http://lotusmomentsevent.com/wordpress/?page_id=38

Thanks again!</description>
		<content:encoded><![CDATA[<p>First of all, thank you SO MUCH for posting this code. It is exactly what I&#8217;ve been looking for. I&#8217;m a bit of an AS3 hack at the moment so solid work like this is immensely helpful.</p>
<p>I&#8217;m having one issue with it that I imagine is a pretty easy fix. I just need to know where to change AS.</p>
<p>When I select an item to be rotated the rotation box/handles appears far away from the item. The item is on the right side of the page while the handles are all the way to the left of the page.</p>
<p>Is there a setting in the TransformTool file that will fix this? That will place the transform handles exactly around the item to be transformed?</p>
<p>You can see the file I&#8217;m working on here&#8230;</p>
<p><a href="http://lotusmomentsevent.com/wordpress/?page_id=38" rel="nofollow">http://lotusmomentsevent.com/wordpress/?page_id=38</a></p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moustafa</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-268</link>
		<dc:creator>Moustafa</dc:creator>
		<pubDate>Mon, 22 Mar 2010 21:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-268</guid>
		<description>Hi Stephen,

Excellent work, I myself was working in some tool like this &amp; it works but yours really nice &amp; works smoothly, but the difference is that my tool works over Dynamic sprites as well, I hope you could modify this point in your tool it would be awsome.

I will supply my tool in your site as soon as I finish it in a good looking output. regards to you all.</description>
		<content:encoded><![CDATA[<p>Hi Stephen,</p>
<p>Excellent work, I myself was working in some tool like this &amp; it works but yours really nice &amp; works smoothly, but the difference is that my tool works over Dynamic sprites as well, I hope you could modify this point in your tool it would be awsome.</p>
<p>I will supply my tool in your site as soon as I finish it in a good looking output. regards to you all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arvind</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-267</link>
		<dc:creator>arvind</dc:creator>
		<pubDate>Mon, 22 Mar 2010 11:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-267</guid>
		<description>I am using internal MovieClips nether stage movieClips,what have i to do make it correct.???</description>
		<content:encoded><![CDATA[<p>I am using internal MovieClips nether stage movieClips,what have i to do make it correct.???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-266</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-266</guid>
		<description>@gerry check to see that you have access to the stage inside of the onMousePress &amp; onMouseRelease handlers. If trace(this.stage) returns null that would be your problem right there. Ensure that the transform tool is being added to your main canvas sprite and not the dynamic mc&#039;s you are setting as the target.</description>
		<content:encoded><![CDATA[<p>@gerry check to see that you have access to the stage inside of the onMousePress &#038; onMouseRelease handlers. If trace(this.stage) returns null that would be your problem right there. Ensure that the transform tool is being added to your main canvas sprite and not the dynamic mc&#8217;s you are setting as the target.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-264</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Thu, 11 Mar 2010 07:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-264</guid>
		<description>@Stephen I don&#039;t think this Transform Tool likes dynamically created movieClips. I spent several hours with it tonight and can&#039;t get the movieClip to drag after it is added to the stage. The transform tools work to scale or rotate but after you initialize the transformation you can&#039;t get rid of it on MouseUP. I&#039;m generating mc&#039;s on the fly, pushing them into an array that the transformTool is using. Any hints?
Sample: www.thespikeranch.com/test/dm/

Thanks again!</description>
		<content:encoded><![CDATA[<p>@Stephen I don&#8217;t think this Transform Tool likes dynamically created movieClips. I spent several hours with it tonight and can&#8217;t get the movieClip to drag after it is added to the stage. The transform tools work to scale or rotate but after you initialize the transformation you can&#8217;t get rid of it on MouseUP. I&#8217;m generating mc&#8217;s on the fly, pushing them into an array that the transformTool is using. Any hints?<br />
Sample: <a href="http://www.thespikeranch.com/test/dm/" rel="nofollow">http://www.thespikeranch.com/test/dm/</a></p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-263</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Wed, 10 Mar 2010 23:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-263</guid>
		<description>@Stephen Has this code been rewritten since you posted the example? When I use this the mouse_up listeners never fire, when I release the mouse after scaling a MovieClip the MC still scales on mouse move.</description>
		<content:encoded><![CDATA[<p>@Stephen Has this code been rewritten since you posted the example? When I use this the mouse_up listeners never fire, when I release the mouse after scaling a MovieClip the MC still scales on mouse move.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-262</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-262</guid>
		<description>@Stephen Braitsch  I fixed the typing of the variables. This is good. Just need to tweak some things to make it work for my needs. The registration point issue of the object being transformed is a bugger. Currently it looks like the object being transformed needs to have it&#039;s registration point in the center.</description>
		<content:encoded><![CDATA[<p>@Stephen Braitsch  I fixed the typing of the variables. This is good. Just need to tweak some things to make it work for my needs. The registration point issue of the object being transformed is a bugger. Currently it looks like the object being transformed needs to have it&#8217;s registration point in the center.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-261</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-261</guid>
		<description>You get warnings. Either set data types on the unset variables or disable strict compilation in your fcsh settings.</description>
		<content:encoded><![CDATA[<p>You get warnings. Either set data types on the unset variables or disable strict compilation in your fcsh settings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-260</link>
		<dc:creator>Gerry</dc:creator>
		<pubDate>Wed, 10 Mar 2010 20:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-260</guid>
		<description>I get a ton of errors when trying to compile using TextMate and the Flex SDK. There are lot of variables without type set.</description>
		<content:encoded><![CDATA[<p>I get a ton of errors when trying to compile using TextMate and the Flex SDK. There are lot of variables without type set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-257</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-257</guid>
		<description>@stevew converting a textfield to a movieclip will still allow the textfield to receive mouse events. try disabling the textfield by setting textfield.mouseEnabled = false and setting the movieclip as the target of the transformTool.</description>
		<content:encoded><![CDATA[<p>@stevew converting a textfield to a movieclip will still allow the textfield to receive mouse events. try disabling the textfield by setting textfield.mouseEnabled = false and setting the movieclip as the target of the transformTool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-256</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 01 Feb 2010 13:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-256</guid>
		<description>Ok thanks!</description>
		<content:encoded><![CDATA[<p>Ok thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SteveW</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-255</link>
		<dc:creator>SteveW</dc:creator>
		<pubDate>Mon, 01 Feb 2010 12:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-255</guid>
		<description>Web site not live yet.
Newbie to flash from PHP. I have been trying to do all this using some SVG javascript libraries but drew a blank on the outputting for printing. So I have dragged and screaming back to flash. I see from the code that adding a movie to &#039;_transformTool.targets = [f1, f2, f3, f4 , f5 ];&#039; simpl adds the functionality to that movie. Is it really that simple to use? 
I am trying to create a &#039;design and print&#039; web service where the client adds a text box / image or drawing then moves / rotates / fades etc and once the artwork is finished produce a jpg &amp; vector image for large format printing.

The only problem I see is when switching between objects the next objects jumps to where the previously selected one is. I am using cs4. Also when I add a text box and convert to movie there is a problem scaling. http://www.iw50.com/transformTool/transformTool.html.

Cheers

SteveW</description>
		<content:encoded><![CDATA[<p>Web site not live yet.<br />
Newbie to flash from PHP. I have been trying to do all this using some SVG javascript libraries but drew a blank on the outputting for printing. So I have dragged and screaming back to flash. I see from the code that adding a movie to &#8216;_transformTool.targets = [f1, f2, f3, f4 , f5 ];&#8217; simpl adds the functionality to that movie. Is it really that simple to use?<br />
I am trying to create a &#8216;design and print&#8217; web service where the client adds a text box / image or drawing then moves / rotates / fades etc and once the artwork is finished produce a jpg &amp; vector image for large format printing.</p>
<p>The only problem I see is when switching between objects the next objects jumps to where the previously selected one is. I am using cs4. Also when I add a text box and convert to movie there is a problem scaling. <a href="http://www.iw50.com/transformTool/transformTool.html" rel="nofollow">http://www.iw50.com/transformTool/transformTool.html</a>.</p>
<p>Cheers</p>
<p>SteveW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-247</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-247</guid>
		<description>new HandleHintScale();
new HandleHintRotate();

are library items that represent the display object to show when rolling over the tool in scale or rotate mode. look inside the library in the fla.</description>
		<content:encoded><![CDATA[<p>new HandleHintScale();<br />
new HandleHintRotate();</p>
<p>are library items that represent the display object to show when rolling over the tool in scale or rotate mode. look inside the library in the fla.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-246</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-246</guid>
		<description>Hi,

I tried to understand how you&#039;ve made this application.

what thoses constructors :
new HandleHintScale();          
new HandleHintRotate();

refers to?

Thanks,
Alex</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried to understand how you&#8217;ve made this application.</p>
<p>what thoses constructors :<br />
new HandleHintScale();<br />
new HandleHintRotate();</p>
<p>refers to?</p>
<p>Thanks,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-243</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Tue, 19 Jan 2010 16:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-243</guid>
		<description>@yima I just saved the .fla back out to CS3, the version that was in the zip was made in CS4. You should be able to open it now.</description>
		<content:encoded><![CDATA[<p>@yima I just saved the .fla back out to CS3, the version that was in the zip was made in CS4. You should be able to open it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeetendra</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-242</link>
		<dc:creator>jeetendra</dc:creator>
		<pubDate>Tue, 19 Jan 2010 15:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-242</guid>
		<description>Hi Stephen,  
 thanks for sharing this beautyful Script with us.</description>
		<content:encoded><![CDATA[<p>Hi Stephen,<br />
 thanks for sharing this beautyful Script with us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yi Ma</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-241</link>
		<dc:creator>Yi Ma</dc:creator>
		<pubDate>Tue, 19 Jan 2010 00:31:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-241</guid>
		<description>hI Stephen:

This work of yours is great but after downloading it. I cant open it up in flash saying fail to open. Is it only myself? I tried different computer but none worked.Can you please check?

Thanks
hope to hear back from you soon</description>
		<content:encoded><![CDATA[<p>hI Stephen:</p>
<p>This work of yours is great but after downloading it. I cant open it up in flash saying fail to open. Is it only myself? I tried different computer but none worked.Can you please check?</p>
<p>Thanks<br />
hope to hear back from you soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmdguru</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-240</link>
		<dc:creator>mmdguru</dc:creator>
		<pubDate>Mon, 18 Jan 2010 13:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-240</guid>
		<description>Hi Stephen!

Thank you for great work and source files! I&#039;m currently working on a image application were the user can upload a picture and scale/rotate it to fit in an selected background. Then he/she can export the image as a profile picture on facebook=)

Complicated, but your post got me started well on my research!

Thank you for sharing the script!</description>
		<content:encoded><![CDATA[<p>Hi Stephen!</p>
<p>Thank you for great work and source files! I&#8217;m currently working on a image application were the user can upload a picture and scale/rotate it to fit in an selected background. Then he/she can export the image as a profile picture on facebook=)</p>
<p>Complicated, but your post got me started well on my research!</p>
<p>Thank you for sharing the script!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-144</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Sat, 26 Dec 2009 09:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-144</guid>
		<description>champion for sharing your code, I like your approach as I have been having trouble getting the rotation working in my own attempts. :)</description>
		<content:encoded><![CDATA[<p>champion for sharing your code, I like your approach as I have been having trouble getting the rotation working in my own attempts. <img src='http://www.quietless.com/kitchen/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Doshi</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-134</link>
		<dc:creator>Amit Doshi</dc:creator>
		<pubDate>Thu, 24 Dec 2009 06:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-134</guid>
		<description>Great work Lasse...

   I am looking something like this tool.. and it&#039;s a great fortune for one of my project.

Thnks a lot</description>
		<content:encoded><![CDATA[<p>Great work Lasse&#8230;</p>
<p>   I am looking something like this tool.. and it&#8217;s a great fortune for one of my project.</p>
<p>Thnks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasse Hall</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-96</link>
		<dc:creator>Lasse Hall</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-96</guid>
		<description>The smileys came out wrong. They should be enthusiastic like me,

So don&#039;t mind the silly smiley&#039;s. 
/ Lasse</description>
		<content:encoded><![CDATA[<p>The smileys came out wrong. They should be enthusiastic like me,</p>
<p>So don&#8217;t mind the silly smiley&#8217;s.<br />
/ Lasse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasse Hall</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-95</link>
		<dc:creator>Lasse Hall</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-95</guid>
		<description>huha :()

 thank you - that was most kind of you. I am stunned.

But I still have to work on the stage/root-level, don&#039;t I? Would it be difficult to put in a setter where I also can assign the MovieClip/Sprite where I  let my user play around. So I can isolate it and later use it for funny stuff. 

In a real life project you would never do this directly on the stage level. 
But rather make a &quot;canvas&quot; Movieclip where users can arrange their postcards or whatever it is. Typically you would want to &quot;save&quot; the creation by taking a snapshot of the clip. (sorry for my AS2-parlour :)

Like this

2.3 --userinterfacestuff etc
2.3.0 -- lots of dynamic content to be dragged, rotated and layouted. 
2.2 --CANVAS_mc
2.1 --PALETTE_mc
1. -platform_mc
0. stage

And typically I only want this behaviour on the canvas. 

Yeah I know - my next question will probably be: and what about maing the elephant fly? Huh  :()

hope the sun is bright. Here denmark it&#039;s dead black night 
cheers / Lasse Hall</description>
		<content:encoded><![CDATA[<p>huha <img src='http://www.quietless.com/kitchen/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> )</p>
<p> thank you &#8211; that was most kind of you. I am stunned.</p>
<p>But I still have to work on the stage/root-level, don&#8217;t I? Would it be difficult to put in a setter where I also can assign the MovieClip/Sprite where I  let my user play around. So I can isolate it and later use it for funny stuff. </p>
<p>In a real life project you would never do this directly on the stage level.<br />
But rather make a &#8220;canvas&#8221; Movieclip where users can arrange their postcards or whatever it is. Typically you would want to &#8220;save&#8221; the creation by taking a snapshot of the clip. (sorry for my AS2-parlour <img src='http://www.quietless.com/kitchen/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Like this</p>
<p>2.3 &#8211;userinterfacestuff etc<br />
2.3.0 &#8212; lots of dynamic content to be dragged, rotated and layouted.<br />
2.2 &#8211;CANVAS_mc<br />
2.1 &#8211;PALETTE_mc<br />
1. -platform_mc<br />
0. stage</p>
<p>And typically I only want this behaviour on the canvas. </p>
<p>Yeah I know &#8211; my next question will probably be: and what about maing the elephant fly? Huh  <img src='http://www.quietless.com/kitchen/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> )</p>
<p>hope the sun is bright. Here denmark it&#8217;s dead black night<br />
cheers / Lasse Hall</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-94</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-94</guid>
		<description>Hi Lasse, 

I had a few minutes this morning to update the script and add in the ability to register only specific display objects on the stage. Take a look at the documentation and hopefully this will help make things clearer.

Cheers,
-sb</description>
		<content:encoded><![CDATA[<p>Hi Lasse, </p>
<p>I had a few minutes this morning to update the script and add in the ability to register only specific display objects on the stage. Take a look at the documentation and hopefully this will help make things clearer.</p>
<p>Cheers,<br />
-sb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasse Hall</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-92</link>
		<dc:creator>Lasse Hall</dc:creator>
		<pubDate>Tue, 24 Nov 2009 14:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-92</guid>
		<description>hello stephen 

great script. 

I have been playing around with it now for a couple of hours, but I cant figure out how I implement it in a real project. 

I have a tool where users can design stuff, so the functionality should only point at those objects in the _canvas_mc (thats where user creates stuff) 

But the script seems to wrap the whole stage no mather what. I have been trying, among other things, to filter by adding code to 

checkInvalidTargets($targ)
 
But I have a feeling that I oversee something. You must have a prop or function. Or??? 

if you got a minute - it would be nice to hear from the wizard him self : ) 

cheers / Lasse</description>
		<content:encoded><![CDATA[<p>hello stephen </p>
<p>great script. </p>
<p>I have been playing around with it now for a couple of hours, but I cant figure out how I implement it in a real project. </p>
<p>I have a tool where users can design stuff, so the functionality should only point at those objects in the _canvas_mc (thats where user creates stuff) </p>
<p>But the script seems to wrap the whole stage no mather what. I have been trying, among other things, to filter by adding code to </p>
<p>checkInvalidTargets($targ)</p>
<p>But I have a feeling that I oversee something. You must have a prop or function. Or??? </p>
<p>if you got a minute &#8211; it would be nice to hear from the wizard him self : ) </p>
<p>cheers / Lasse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oarvoodoo</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-62</link>
		<dc:creator>oarvoodoo</dc:creator>
		<pubDate>Mon, 28 Sep 2009 15:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-62</guid>
		<description>It&#039;s good script. 

Thanks,
oarvoodoo</description>
		<content:encoded><![CDATA[<p>It&#8217;s good script. </p>
<p>Thanks,<br />
oarvoodoo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-60</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 31 Aug 2009 06:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-60</guid>
		<description>Hi Steve,
I&#039;ve worked with Senocular&#039;s and Greensock&#039;s transformation tools and find yours to be the most straight forward and easy to customize. Not using the matrix fits my needs the best. I&#039;m working on drag and drop ability and am curious how to initiate a new _target. Great work.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Hi Steve,<br />
I&#8217;ve worked with Senocular&#8217;s and Greensock&#8217;s transformation tools and find yours to be the most straight forward and easy to customize. Not using the matrix fits my needs the best. I&#8217;m working on drag and drop ability and am curious how to initiate a new _target. Great work.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-48</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Tue, 12 May 2009 05:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-48</guid>
		<description>That would be an excellent feature to add. Rewriting this component from scratch is high on my list of things to do as soon as I have a break from work and can throw a Saturday at it. Jack Doyle @ GreenSock has a utility for sale that looks to include all the bells and whistles. Have not tried it myself though.

&lt;a href=&#039;http://blog.greensock.com/transformmanageras3/&#039; rel=&quot;nofollow&quot;&gt;GreenSock Transform Manager&lt;a/&gt;</description>
		<content:encoded><![CDATA[<p>That would be an excellent feature to add. Rewriting this component from scratch is high on my list of things to do as soon as I have a break from work and can throw a Saturday at it. Jack Doyle @ GreenSock has a utility for sale that looks to include all the bells and whistles. Have not tried it myself though.</p>
<p><a href='http://blog.greensock.com/transformmanageras3/' rel="nofollow">GreenSock Transform Manager<a /></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-47</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Tue, 12 May 2009 05:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-47</guid>
		<description>Hi!

I would like to know if you are capable of coding the rotation center to be moveable, like in flash.
A tiny white dot that can be moved around and that serves as a pivot point for the rotation and scaling.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I would like to know if you are capable of coding the rotation center to be moveable, like in flash.<br />
A tiny white dot that can be moved around and that serves as a pivot point for the rotation and scaling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Braitsch</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-42</link>
		<dc:creator>Stephen Braitsch</dc:creator>
		<pubDate>Mon, 16 Mar 2009 16:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-42</guid>
		<description>Hi Tan, There currently is no support for constraints but that would be a great feature to add in. I plan on rewriting this again from scratch in the near future and that will surely be a feature to be included.</description>
		<content:encoded><![CDATA[<p>Hi Tan, There currently is no support for constraints but that would be a great feature to add in. I plan on rewriting this again from scratch in the near future and that will surely be a feature to be included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tan Shun Yau</title>
		<link>http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/comment-page-1/#comment-40</link>
		<dc:creator>Tan Shun Yau</dc:creator>
		<pubDate>Mon, 16 Mar 2009 03:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.quietless.com/kitchen/transform-tool-drag-scale-and-rotate-at-runtime/#comment-40</guid>
		<description>Hi there, Thanks for sharing the transform tool, but is there any settings to set whether to constrain proportion or not, appreciate it :)</description>
		<content:encoded><![CDATA[<p>Hi there, Thanks for sharing the transform tool, but is there any settings to set whether to constrain proportion or not, appreciate it <img src='http://www.quietless.com/kitchen/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
