<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Highlander Blog &#187; classes</title>
	<atom:link href="http://www.highlander.co.uk/blog/tag/classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.highlander.co.uk/blog</link>
	<description>Thoughts and musing from within Highlander</description>
	<lastBuildDate>Fri, 04 May 2012 11:26:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Using Box2DFlash</title>
		<link>http://www.highlander.co.uk/blog/2010/02/16/using-box2dflash/</link>
		<comments>http://www.highlander.co.uk/blog/2010/02/16/using-box2dflash/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 22:27:11 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Box2DFlash]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[flash builder]]></category>

		<guid isPermaLink="false">http://www.highlander.co.uk/blog/?p=122</guid>
		<description><![CDATA[I recently decided to have a play with Box2DFlash. This is a port of a popular 2D physics engine that has been ported to Actionscript 3, Java, C#, etc. A lot of games use Box2DFlash and so I thought it was about time to play around with it. Also, i thought it would be a <a href='http://www.highlander.co.uk/blog/2010/02/16/using-box2dflash/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I recently decided to have a play with Box2DFlash. This is a port of a popular 2D physics engine that has been ported to Actionscript 3, Java, C#, etc.</p>
<p>A lot of games use Box2DFlash and so I thought it was about time to play around with it.</p>
<p>Also, i thought it would be a nice idea to blog about my progress. I will be using Flash Builder 4 (beta) to do all my work in, but the files can be used in Flash, or a.n.other development environment.</p>
<p>Firstly you will need to download the files from here…</p>
<p><a rel="nofollow" href="http://sourceforge.net/projects/box2dflash/develop">http://sourceforge.net/projects/box2dflash/develop</a> (svn)</p>
<p>…or from here…</p>
<p><a rel="nofollow" href="http://www.box2dflash.org/download" target="_blank">http://box2dflash.boristhebrave.com/download</a></p>
<p>Check the latter link to see various examples of how you can use this engine.</p>
<p>The download also contains some test files, so if you do download them, have a look at the test files &#8211; these will give you an insight in how things work.</p>
<p>I will also be using the latest version, 2.1a, and a word of warning &#8211; there is a massive difference between this version and previous versions. As a result, most of the tutorials you will see on the web will not work with 2.1a, so i thought i would use this as an excuse to investigate Box2DFlash 2.1a and see how i can play around with it.</p>
<p>So i will be using Box2DFlash to create various projects in Flash Builder and i will post the code and the results here.</p>
<p>See you soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.highlander.co.uk/blog/2010/02/16/using-box2dflash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actionscript 3 classes, frameworks, and engines</title>
		<link>http://www.highlander.co.uk/blog/2009/11/22/actionscript-3-classes-frameworks-and-engines/</link>
		<comments>http://www.highlander.co.uk/blog/2009/11/22/actionscript-3-classes-frameworks-and-engines/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 18:59:36 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[classes]]></category>
		<category><![CDATA[engines]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[mindmap]]></category>

		<guid isPermaLink="false">http://www.highlander.co.uk/blog/?p=9</guid>
		<description><![CDATA[Working recently on a new Actionscript 3 advanced course I decided to put together a mindmap of the various classes and libraries that I have come across. I have not tested them all, yet! but it is interesting to see what is out there. If I have missed anything let me now, and I hope <a href='http://www.highlander.co.uk/blog/2009/11/22/actionscript-3-classes-frameworks-and-engines/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Working recently on a new Actionscript 3 advanced course I decided to put together a mindmap of the various classes and libraries that I have come across. I have not tested them all, yet! but it is interesting to see what is out there.</p>
<p>If I have missed anything let me now, and I hope everyone finds this useful.</p>
<div id="attachment_16" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.highlander.co.uk/blog/files/2009/11/ActionScript-31.jpg"><img class="size-medium wp-image-16" src="http://www.highlander.co.uk/blog/files/2009/11/ActionScript-31-300x189.jpg" alt="Mindmap as3" width="300" height="189" /></a><p class="wp-caption-text">Mindmap as3</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.highlander.co.uk/blog/2009/11/22/actionscript-3-classes-frameworks-and-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

