<?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: Draw an Arc with ActionScript</title>
	<atom:link href="http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/</link>
	<description>Making Flash Go</description>
	<lastBuildDate>Fri, 03 Feb 2012 01:38:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Aaron Beall</title>
		<link>http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/comment-page-3/#comment-168587</link>
		<dc:creator>Aaron Beall</dc:creator>
		<pubDate>Thu, 07 Jul 2011 03:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/10/draw-an-arc-with-actionscript/#comment-168587</guid>
		<description>What if you want to draw the arc approximated as bezier curves, rather than a lot of little lines?</description>
		<content:encoded><![CDATA[<p>What if you want to draw the arc approximated as bezier curves, rather than a lot of little lines?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Find The Direction Between 2 Points The Easy Way</title>
		<link>http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/comment-page-2/#comment-79275</link>
		<dc:creator>Find The Direction Between 2 Points The Easy Way</dc:creator>
		<pubDate>Mon, 18 Oct 2010 17:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/10/draw-an-arc-with-actionscript/#comment-79275</guid>
		<description>[...] to http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/ for the arc drawing [...]</description>
		<content:encoded><![CDATA[<p>[...] to <a href="http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/" rel="nofollow">http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/</a> for the arc drawing [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat</title>
		<link>http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/comment-page-2/#comment-56516</link>
		<dc:creator>Venkat</dc:creator>
		<pubDate>Thu, 01 Apr 2010 10:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/10/draw-an-arc-with-actionscript/#comment-56516</guid>
		<description>Thanks for this excellent article. This saved me lot of time</description>
		<content:encoded><![CDATA[<p>Thanks for this excellent article. This saved me lot of time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/comment-page-2/#comment-53138</link>
		<dc:creator>J</dc:creator>
		<pubDate>Fri, 19 Feb 2010 13:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/10/draw-an-arc-with-actionscript/#comment-53138</guid>
		<description>For anyone having trouble with properties not found ...

I added all the var&#039;s after drawArc( ... as Number&#039;s, and in front of &#039;moveTo, lineTo and lineStyle&#039; I added graphics.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>For anyone having trouble with properties not found &#8230;</p>
<p>I added all the var&#8217;s after drawArc( &#8230; as Number&#8217;s, and in front of &#8216;moveTo, lineTo and lineStyle&#8217; I added graphics.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.pixelwit.com/blog/2007/07/draw-an-arc-with-actionscript/comment-page-2/#comment-51160</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sat, 23 Jan 2010 14:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/07/10/draw-an-arc-with-actionscript/#comment-51160</guid>
		<description>Hi,

This has been really useful to me as someone very new to Flash and Actionscript. But while it works for me in Actionscript 2, when I try to load it in Actionscript 3 I get an error &quot;1180: Call to a possibly undefined method lineTo&quot; on moveTo, lineTo, and lineStyle. Does anyone know why this is, and what I would need to do to fix it for Actionscript 3?

Thanks a bunch!
J.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This has been really useful to me as someone very new to Flash and Actionscript. But while it works for me in Actionscript 2, when I try to load it in Actionscript 3 I get an error &#8220;1180: Call to a possibly undefined method lineTo&#8221; on moveTo, lineTo, and lineStyle. Does anyone know why this is, and what I would need to do to fix it for Actionscript 3?</p>
<p>Thanks a bunch!<br />
J.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

