<?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: Draggable Area with AS3</title>
	<atom:link href="http://www.riacodes.com/flash/draggable-area-with-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flash/draggable-area-with-as3/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Fri, 13 Jan 2012 21:28:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: söve</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-8822</link>
		<dc:creator>söve</dc:creator>
		<pubDate>Wed, 13 Apr 2011 08:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-8822</guid>
		<description>Very nice...Thank u for posting...</description>
		<content:encoded><![CDATA[<p>Very nice&#8230;Thank u for posting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pamela</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-3114</link>
		<dc:creator>Pamela</dc:creator>
		<pubDate>Tue, 05 Oct 2010 10:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-3114</guid>
		<description>Thanks for great tutorial! I am trying to implement this functionality to an interctive map however when I try and put landmarks on the Map the don&#039;t &#039;drag&#039; with the background image, any suggestions?

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for great tutorial! I am trying to implement this functionality to an interctive map however when I try and put landmarks on the Map the don&#8217;t &#8216;drag&#8217; with the background image, any suggestions?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vasu</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-2691</link>
		<dc:creator>vasu</dc:creator>
		<pubDate>Sun, 12 Sep 2010 21:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-2691</guid>
		<description>how to add smooth easing effects while drag? can u help please</description>
		<content:encoded><![CDATA[<p>how to add smooth easing effects while drag? can u help please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k décor</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-2638</link>
		<dc:creator>k décor</dc:creator>
		<pubDate>Fri, 10 Sep 2010 04:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-2638</guid>
		<description>thanhk u so much</description>
		<content:encoded><![CDATA[<p>thanhk u so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: knalle</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-2332</link>
		<dc:creator>knalle</dc:creator>
		<pubDate>Fri, 27 Aug 2010 23:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-2332</guid>
		<description>you really should use stage.addEventListener(Event.MOUSE_LEAVE) and check if mouse leaves the stage and stop the dragging (if user is indeed dragging).</description>
		<content:encoded><![CDATA[<p>you really should use stage.addEventListener(Event.MOUSE_LEAVE) and check if mouse leaves the stage and stop the dragging (if user is indeed dragging).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samnick</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-1997</link>
		<dc:creator>samnick</dc:creator>
		<pubDate>Wed, 11 Aug 2010 06:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-1997</guid>
		<description>Hey,

I enjoy your article. I have a question :
What happen if  the bounds rectangle is smaller than the stage area and align to the center of the stage .

thank</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I enjoy your article. I have a question :<br />
What happen if  the bounds rectangle is smaller than the stage area and align to the center of the stage .</p>
<p>thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VINH NGUYEN</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-1364</link>
		<dc:creator>VINH NGUYEN</dc:creator>
		<pubDate>Thu, 10 Jun 2010 21:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-1364</guid>
		<description>Chris : You could try to place an image on the stage and then use a draggable mask to emulate a camera&#039;s viewfinder...not sure if that was the effect you were trying to get. This is basically like a draggable spotlight.</description>
		<content:encoded><![CDATA[<p>Chris : You could try to place an image on the stage and then use a draggable mask to emulate a camera&#8217;s viewfinder&#8230;not sure if that was the effect you were trying to get. This is basically like a draggable spotlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Mallan</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-1035</link>
		<dc:creator>Chris Mallan</dc:creator>
		<pubDate>Sat, 03 Apr 2010 14:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-1035</guid>
		<description>I need to do something similar to this. 

Rather than drag the image, i want to drag the &quot;camera&quot; so to speak, over the image to create the illusion that the image is staying still, if this makes sense :D</description>
		<content:encoded><![CDATA[<p>I need to do something similar to this. </p>
<p>Rather than drag the image, i want to drag the &#8220;camera&#8221; so to speak, over the image to create the illusion that the image is staying still, if this makes sense <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: heeby</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-996</link>
		<dc:creator>heeby</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-996</guid>
		<description>Did you try changing all the &quot;area_mc&quot; references to your own movie clip&#039;s instance name?</description>
		<content:encoded><![CDATA[<p>Did you try changing all the &#8220;area_mc&#8221; references to your own movie clip&#8217;s instance name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://www.riacodes.com/flash/draggable-area-with-as3/comment-page-1/#comment-987</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1208#comment-987</guid>
		<description>I don&#039;t get it. I&#039;m new to the whole AS3. I get errors when I execute de SWF.

1120: Acces of undifined property area_mc.

Can someone explain me how I can fix this...</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get it. I&#8217;m new to the whole AS3. I get errors when I execute de SWF.</p>
<p>1120: Acces of undifined property area_mc.</p>
<p>Can someone explain me how I can fix this&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

