<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Dragging and Dropping in Actionscript 3.0</title>
	<atom:link href="http://www.swfgeek.net/2007/10/29/dragging-and-dropping-in-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swfgeek.net/2007/10/29/dragging-and-dropping-in-actionscript-30/</link>
	<description>My Flash Wanderings</description>
	<lastBuildDate>Sat, 10 Jul 2010 06:46:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: swfgeek</title>
		<link>http://www.swfgeek.net/2007/10/29/dragging-and-dropping-in-actionscript-30/comment-page-1/#comment-32731</link>
		<dc:creator>swfgeek</dc:creator>
		<pubDate>Tue, 07 Apr 2009 02:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.swfgeek.net/?p=89#comment-32731</guid>
		<description>Hi Franky!!

That&#039;s probably because you  haven&#039;t give the instance name of &quot;bear&quot; to the MovieClip you&#039;re trying to drag, to do so simple name &quot;bear&quot; that clip or substitute &quot;bear&quot; in the code with the name of your clip.

Hope it&#039;s helps if any trouble comment it here.

Thanks Dave</description>
		<content:encoded><![CDATA[<p>Hi Franky!!</p>
<p>That&#8217;s probably because you  haven&#8217;t give the instance name of &#8220;bear&#8221; to the MovieClip you&#8217;re trying to drag, to do so simple name &#8220;bear&#8221; that clip or substitute &#8220;bear&#8221; in the code with the name of your clip.</p>
<p>Hope it&#8217;s helps if any trouble comment it here.</p>
<p>Thanks Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franky</title>
		<link>http://www.swfgeek.net/2007/10/29/dragging-and-dropping-in-actionscript-30/comment-page-1/#comment-32730</link>
		<dc:creator>Franky</dc:creator>
		<pubDate>Tue, 07 Apr 2009 02:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.swfgeek.net/?p=89#comment-32730</guid>
		<description>I am getting the following error:
1120: Access of undefined property bear
Any ideas?</description>
		<content:encoded><![CDATA[<p>I am getting the following error:<br />
1120: Access of undefined property bear<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: swfgeek</title>
		<link>http://www.swfgeek.net/2007/10/29/dragging-and-dropping-in-actionscript-30/comment-page-1/#comment-4972</link>
		<dc:creator>swfgeek</dc:creator>
		<pubDate>Tue, 30 Oct 2007 17:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.swfgeek.net/?p=89#comment-4972</guid>
		<description>Maybe I didn&#039;t explain myself too well, I&#039;m know for that :P
The difference between doing it this way is that you keep the position of the cursor offset and the sprite relative to each other as the user drags; And the second and more important for it&#039;s flexibility it&#039;s that the dragging it&#039;s not tied to the sprite object but to the Point object that gives us plenty of room for playing with our code.</description>
		<content:encoded><![CDATA[<p>Maybe I didn&#8217;t explain myself too well, I&#8217;m know for that <img src='http://www.swfgeek.net/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
The difference between doing it this way is that you keep the position of the cursor offset and the sprite relative to each other as the user drags; And the second and more important for it&#8217;s flexibility it&#8217;s that the dragging it&#8217;s not tied to the sprite object but to the Point object that gives us plenty of room for playing with our code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GiuseppeSorce &#187; Blog Archive &#187; Drag &#8216;n drop in AS 3.0</title>
		<link>http://www.swfgeek.net/2007/10/29/dragging-and-dropping-in-actionscript-30/comment-page-1/#comment-4964</link>
		<dc:creator>GiuseppeSorce &#187; Blog Archive &#187; Drag &#8216;n drop in AS 3.0</dc:creator>
		<pubDate>Tue, 30 Oct 2007 06:31:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.swfgeek.net/?p=89#comment-4964</guid>
		<description>[...] Drag&#8217;ndrop? [...]</description>
		<content:encoded><![CDATA[<p>[...] Drag&#8217;ndrop? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.swfgeek.net/2007/10/29/dragging-and-dropping-in-actionscript-30/comment-page-1/#comment-4954</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 29 Oct 2007 21:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.swfgeek.net/?p=89#comment-4954</guid>
		<description>Um...couldn&#039;t you just use the startDrag and stopDrag functions?  By default they drag from where you click, don&#039;t they?</description>
		<content:encoded><![CDATA[<p>Um&#8230;couldn&#8217;t you just use the startDrag and stopDrag functions?  By default they drag from where you click, don&#8217;t they?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
