<?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: How do you drag and drop in AS 3.0?</title>
	<atom:link href="http://www.codingcolor.com/as3/how-do-you-drag-and-drop-in-as-3-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingcolor.com/as3/how-do-you-drag-and-drop-in-as-3-0/</link>
	<description>is Manuel Gonzalez</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: BenH</title>
		<link>http://www.codingcolor.com/as3/how-do-you-drag-and-drop-in-as-3-0/comment-page-1/#comment-887</link>
		<dc:creator>BenH</dc:creator>
		<pubDate>Sat, 11 Dec 2010 23:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=239#comment-887</guid>
		<description>Phew! I managed to work my way through and figure this out.

Learnt a lot on the way too! Many thanks.

Ben\</description>
		<content:encoded><![CDATA[<p>Phew! I managed to work my way through and figure this out.</p>
<p>Learnt a lot on the way too! Many thanks.</p>
<p>Ben\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenH</title>
		<link>http://www.codingcolor.com/as3/how-do-you-drag-and-drop-in-as-3-0/comment-page-1/#comment-854</link>
		<dc:creator>BenH</dc:creator>
		<pubDate>Fri, 10 Dec 2010 19:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=239#comment-854</guid>
		<description>OK, so my schoolboy error was putting DragAndDrop.as in the Class instead of just DragAndDrop.

However I am now getting 20 compiler errors.

/Documents/DragAndDrop/DragAndDrop.as, Line 4	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 4	1084: Syntax error: expecting rightbrace before 1.
/Documents/DragAndDrop/DragAndDrop.as, Line 9	1013: The private attribute may be used only on class property definitions.
/Documents/DragAndDrop/DragAndDrop.as, Line 10	1013: The private attribute may be used only on class property definitions.
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1083: Syntax error: else is unexpected.
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1083: Syntax error: else is unexpected.
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1083: Syntax error: else is unexpected.
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1093: Syntax error.
/Documents/DragAndDrop/DragAndDrop.as, Line 14	1083: Syntax error: else is unexpected.

I copy pasted the above code this time around to try and eliminate any typos on my part??

Cheers.

Ben.</description>
		<content:encoded><![CDATA[<p>OK, so my schoolboy error was putting DragAndDrop.as in the Class instead of just DragAndDrop.</p>
<p>However I am now getting 20 compiler errors.</p>
<p>/Documents/DragAndDrop/DragAndDrop.as, Line 4	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 4	1084: Syntax error: expecting rightbrace before 1.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 9	1013: The private attribute may be used only on class property definitions.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 10	1013: The private attribute may be used only on class property definitions.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1083: Syntax error: else is unexpected.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 11	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1083: Syntax error: else is unexpected.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 12	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1083: Syntax error: else is unexpected.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 13	1093: Syntax error.<br />
/Documents/DragAndDrop/DragAndDrop.as, Line 14	1083: Syntax error: else is unexpected.</p>
<p>I copy pasted the above code this time around to try and eliminate any typos on my part??</p>
<p>Cheers.</p>
<p>Ben.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenH</title>
		<link>http://www.codingcolor.com/as3/how-do-you-drag-and-drop-in-as-3-0/comment-page-1/#comment-853</link>
		<dc:creator>BenH</dc:creator>
		<pubDate>Fri, 10 Dec 2010 19:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=239#comment-853</guid>
		<description>Wow thanks for replying, I am using Flash CS5 Trial, I did save the .as in the same location as the .fla/.swf.

I also added the path the the action script properties but that didn&#039;t help either.  

I originally started out using an iPhone template, but changed it to ActionScript3/Flash 10 incase it was to do with that.

My next step was to start over to see if I made some kind of school boy error such as a naming error or something, though I have looked through the code and the Flash file and can&#039;t see anything wrong.

Many thanks.

Ben.</description>
		<content:encoded><![CDATA[<p>Wow thanks for replying, I am using Flash CS5 Trial, I did save the .as in the same location as the .fla/.swf.</p>
<p>I also added the path the the action script properties but that didn&#8217;t help either.  </p>
<p>I originally started out using an iPhone template, but changed it to ActionScript3/Flash 10 incase it was to do with that.</p>
<p>My next step was to start over to see if I made some kind of school boy error such as a naming error or something, though I have looked through the code and the Flash file and can&#8217;t see anything wrong.</p>
<p>Many thanks.</p>
<p>Ben.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.codingcolor.com/as3/how-do-you-drag-and-drop-in-as-3-0/comment-page-1/#comment-836</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 10 Dec 2010 12:11:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=239#comment-836</guid>
		<description>Hi Ben,
The error means that Flash can&#039;t locate the the actual Document class. Did you save the actual .as class in the same folder as the swf?  Which flash IDE are you developing in? A bit more information may help me, help you debug the situation.

M</description>
		<content:encoded><![CDATA[<p>Hi Ben,<br />
The error means that Flash can&#8217;t locate the the actual Document class. Did you save the actual .as class in the same folder as the swf?  Which flash IDE are you developing in? A bit more information may help me, help you debug the situation.</p>
<p>M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenH</title>
		<link>http://www.codingcolor.com/as3/how-do-you-drag-and-drop-in-as-3-0/comment-page-1/#comment-834</link>
		<dc:creator>BenH</dc:creator>
		<pubDate>Fri, 10 Dec 2010 10:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=239#comment-834</guid>
		<description>This is awesome, exactly what I need, I am a Flash and AS3 newbie!

I seem to be hitting a brick wall though, at first I used your example and altered it to fit my movie but could not get it to work.

I then followed the example step-by-step to see if I could figure what I was doing wrong, but I hit the same problem.  

When I add the .as to the Document - Class Flash gives me an error...

A definition for the document class could not be found in the classpath.

After a lot of web research I cannot figure out for my life what I am doing wrong.  Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>This is awesome, exactly what I need, I am a Flash and AS3 newbie!</p>
<p>I seem to be hitting a brick wall though, at first I used your example and altered it to fit my movie but could not get it to work.</p>
<p>I then followed the example step-by-step to see if I could figure what I was doing wrong, but I hit the same problem.  </p>
<p>When I add the .as to the Document &#8211; Class Flash gives me an error&#8230;</p>
<p>A definition for the document class could not be found in the classpath.</p>
<p>After a lot of web research I cannot figure out for my life what I am doing wrong.  Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JaySwe</title>
		<link>http://www.codingcolor.com/as3/how-do-you-drag-and-drop-in-as-3-0/comment-page-1/#comment-32</link>
		<dc:creator>JaySwe</dc:creator>
		<pubDate>Fri, 04 Dec 2009 10:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=239#comment-32</guid>
		<description>Wow! This is what Im looking for. Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Wow! This is what Im looking for. Thanks for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

