<?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: AS3 Math Advanced: Find the Distance Between Two Movieclips or Coordiates with Actionscript 3</title>
	<atom:link href="http://www.wuup.co.uk/as3-math-advanced-find-the-distance-between-two-movieclips-or-coordiates-with-actionscript-3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wuup.co.uk/as3-math-advanced-find-the-distance-between-two-movieclips-or-coordiates-with-actionscript-3</link>
	<description>We&#039;re Geeks - This is Where We Write</description>
	<lastBuildDate>Fri, 10 Feb 2012 08:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Andy</title>
		<link>http://www.wuup.co.uk/as3-math-advanced-find-the-distance-between-two-movieclips-or-coordiates-with-actionscript-3#comment-12784</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Thu, 09 Jun 2011 00:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=1685#comment-12784</guid>
		<description>Thanks for the formula, I&#039;ve been looking all over for it!</description>
		<content:encoded><![CDATA[<p>Thanks for the formula, I&#8217;ve been looking all over for it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Nunney</title>
		<link>http://www.wuup.co.uk/as3-math-advanced-find-the-distance-between-two-movieclips-or-coordiates-with-actionscript-3#comment-12640</link>
		<dc:creator>Bill Nunney</dc:creator>
		<pubDate>Tue, 03 Aug 2010 10:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=1685#comment-12640</guid>
		<description>Hi, yeah we had a bit of a messup and my account got deleted and all my files aswell, we restored my tutorials but the files were lost :(
I&#039;ll have a check for the file when i get home, i&#039;ll msg back if i can find it :P</description>
		<content:encoded><![CDATA[<p>Hi, yeah we had a bit of a messup and my account got deleted and all my files aswell, we restored my tutorials but the files were lost <img src='http://www.wuup.co.uk/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I&#8217;ll have a check for the file when i get home, i&#8217;ll msg back if i can find it <img src='http://www.wuup.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joyce</title>
		<link>http://www.wuup.co.uk/as3-math-advanced-find-the-distance-between-two-movieclips-or-coordiates-with-actionscript-3#comment-12626</link>
		<dc:creator>joyce</dc:creator>
		<pubDate>Thu, 22 Jul 2010 03:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=1685#comment-12626</guid>
		<description>HI the page with the source fla moved
Where can I find it:?
Thanks</description>
		<content:encoded><![CDATA[<p>HI the page with the source fla moved<br />
Where can I find it:?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Nunney</title>
		<link>http://www.wuup.co.uk/as3-math-advanced-find-the-distance-between-two-movieclips-or-coordiates-with-actionscript-3#comment-12199</link>
		<dc:creator>Bill Nunney</dc:creator>
		<pubDate>Thu, 15 Jan 2009 17:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=1685#comment-12199</guid>
		<description>Thanks for your comment. Yeah i&#039;m still experimenting with faster, less resource hungry, ways to accomplish these calcs. I think there&#039;s another approach that uses the Point class (though i&#039;ve heard its worse). Btw nice blog, i think i&#039;ll give it a read :P</description>
		<content:encoded><![CDATA[<p>Thanks for your comment. Yeah i&#8217;m still experimenting with faster, less resource hungry, ways to accomplish these calcs. I think there&#8217;s another approach that uses the Point class (though i&#8217;ve heard its worse). Btw nice blog, i think i&#8217;ll give it a read <img src='http://www.wuup.co.uk/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Davey</title>
		<link>http://www.wuup.co.uk/as3-math-advanced-find-the-distance-between-two-movieclips-or-coordiates-with-actionscript-3#comment-12198</link>
		<dc:creator>Richard Davey</dc:creator>
		<pubDate>Thu, 15 Jan 2009 02:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.wuup.co.uk/?p=1685#comment-12198</guid>
		<description>This is a very common approach to coordinate distances (and of course works with any x/y value, not just movieclips). I have always been concerned about the use of the square root though - due to them being traditionally very expensive calls to make. Modern CPUs of course optimise around them, but as we know not all Flash games are run on the latest Core i7 boxes :)</description>
		<content:encoded><![CDATA[<p>This is a very common approach to coordinate distances (and of course works with any x/y value, not just movieclips). I have always been concerned about the use of the square root though &#8211; due to them being traditionally very expensive calls to make. Modern CPUs of course optimise around them, but as we know not all Flash games are run on the latest Core i7 boxes <img src='http://www.wuup.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

