<?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: Advanced ActionScript Rounding Functions</title>
	<atom:link href="http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Wed, 16 May 2012 17:12:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-4744</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Fri, 25 Feb 2011 19:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-4744</guid>
		<description>Ah yes, you&#039;re right. toFixed() does the same thing as my roundToPrecision() function. I wasn&#039;t aware of that one.</description>
		<content:encoded><![CDATA[<p>Ah yes, you&#8217;re right. toFixed() does the same thing as my roundToPrecision() function. I wasn&#8217;t aware of that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Smith</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-4743</link>
		<dc:creator>Grant Smith</dc:creator>
		<pubDate>Fri, 25 Feb 2011 19:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-4743</guid>
		<description>Why not just use .toFixed() ?</description>
		<content:encoded><![CDATA[<p>Why not just use .toFixed() ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-411</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 10 Dec 2008 05:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-411</guid>
		<description>Cheers! Google found me here after a search for FLASH ACTIONSCRIPT ROUND 10 and whilst I did not need the Class entirely, the method for rounding to a nearest number was priceless. So simple if you know the math.

Brilliant. THANKS!</description>
		<content:encoded><![CDATA[<p>Cheers! Google found me here after a search for FLASH ACTIONSCRIPT ROUND 10 and whilst I did not need the Class entirely, the method for rounding to a nearest number was priceless. So simple if you know the math.</p>
<p>Brilliant. THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo Lagendijk</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-410</link>
		<dc:creator>Theo Lagendijk</dc:creator>
		<pubDate>Mon, 19 May 2008 20:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-410</guid>
		<description>Thanks a lot for the roundToPrecision function!</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the roundToPrecision function!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-409</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Wed, 30 Jan 2008 09:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-409</guid>
		<description>Tnx!</description>
		<content:encoded><![CDATA[<p>Tnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Tynjala</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-408</link>
		<dc:creator>Josh Tynjala</dc:creator>
		<pubDate>Sat, 28 Jul 2007 09:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-408</guid>
		<description>Sorry guys, I didn&#039;t mention that there&#039;s some minor setup needed on your part. For one, you need to put the file into a directory com/joshtynjala/utils and usage is as Detrus describes.</description>
		<content:encoded><![CDATA[<p>Sorry guys, I didn&#8217;t mention that there&#8217;s some minor setup needed on your part. For one, you need to put the file into a directory com/joshtynjala/utils and usage is as Detrus describes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detrus</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-407</link>
		<dc:creator>Detrus</dc:creator>
		<pubDate>Sat, 28 Jul 2007 01:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-407</guid>
		<description>ok here, so if I create all these folders and call the ActionSript text file MathUtils.as

first import

import com.joshtynjala.utils.*;

then usage is

MathUtils.roundDownToNearest(3.3993, 4)

i forgot to include MathUtils. before the function names cuz i&#039;m not into packaging OOP yet.</description>
		<content:encoded><![CDATA[<p>ok here, so if I create all these folders and call the ActionSript text file MathUtils.as</p>
<p>first import</p>
<p>import com.joshtynjala.utils.*;</p>
<p>then usage is</p>
<p>MathUtils.roundDownToNearest(3.3993, 4)</p>
<p>i forgot to include MathUtils. before the function names cuz i&#8217;m not into packaging OOP yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Detrus</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-406</link>
		<dc:creator>Detrus</dc:creator>
		<pubDate>Sat, 28 Jul 2007 01:51:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-406</guid>
		<description>Well I can&#039;t figure it out, wtf was the solution</description>
		<content:encoded><![CDATA[<p>Well I can&#8217;t figure it out, wtf was the solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-405</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Thu, 19 Jul 2007 11:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-405</guid>
		<description>nevermind, figured it out.</description>
		<content:encoded><![CDATA[<p>nevermind, figured it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aaron</title>
		<link>http://joshblog.net/2007/02/06/advanced-actionscript-rounding-functions/#comment-404</link>
		<dc:creator>aaron</dc:creator>
		<pubDate>Thu, 19 Jul 2007 11:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.zeuslabs.us/archives/120/advanced-actionscript-rounding-functions/#comment-404</guid>
		<description>Im having some trouble using the class, even though I import the class, the Flash IDE keeps telling me the method is undefined.</description>
		<content:encoded><![CDATA[<p>Im having some trouble using the class, even though I import the class, the Flash IDE keeps telling me the method is undefined.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

