<?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>Dreaming in Flash &#187; Physics Engine</title>
	<atom:link href="http://www.dreaminginflash.com/category/physics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dreaminginflash.com</link>
	<description>There is no universally agreed-upon biological definition of dreaming</description>
	<lastBuildDate>Mon, 12 Jul 2010 15:22:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WOW meets Papervision3D</title>
		<link>http://www.dreaminginflash.com/2008/01/23/wow-meets-papervision3d/</link>
		<comments>http://www.dreaminginflash.com/2008/01/23/wow-meets-papervision3d/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 09:50:13 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Papervision3d]]></category>
		<category><![CDATA[Physics Engine]]></category>
		<category><![CDATA[WOW-Engine]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/2008/01/23/wow-meets-papervision3d/</guid>
		<description><![CDATA[WOW was released today, in case you don't know what WOW is let me quote a little description from WOW: "WOW-Engine is a free AS3 open source physics engine written by Seraf ( JÃ©rÃ´me Birembaut ) capable to handle positions in a 3D environment."
We'veÂ allÂ beenÂ waitingÂ forÂ thisÂ momentÂ forÂ aÂ veryÂ longÂ time,Â toÂ haveÂ physics
andÂ 3DÂ comeÂ together,Â soÂ withoutÂ furtherÂ due here's a little demo I've thrown together in an hour or [...]]]></description>
			<content:encoded><![CDATA[<p><a HREF="http://seraf.mediabox.fr/wow-engine/as3-3d-physics-engine-wow-engine/" TARGET="_blank" TITLE="WOW">WOW</a> was released today, in case you don't know what WOW is let me quote a little description from WOW: "WOW-Engine is a free AS3 open source physics engine written by Seraf ( JÃ©rÃ´me Birembaut ) capable to handle positions in a 3D environment."</p>
<p>We'veÂ allÂ beenÂ waitingÂ forÂ thisÂ momentÂ forÂ aÂ veryÂ longÂ time,Â toÂ haveÂ physics<br />
andÂ 3DÂ comeÂ together,Â soÂ withoutÂ furtherÂ due here's a little demo I've thrown together in an hour or so.</p>
<p>The code will follow shortly, I just need to tidy it up <img src='http://www.dreaminginflash.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p><a TITLE="wowSWF" HREF="http://www.dreaminginflash.com/pfurtado/bin-release/DreamingInWow.html">demo</a></p>
<p>Enjoy.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2008/01/23/wow-meets-papervision3d/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Flade</title>
		<link>http://www.dreaminginflash.com/2007/10/12/using-flade/</link>
		<comments>http://www.dreaminginflash.com/2007/10/12/using-flade/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 07:31:12 +0000</pubDate>
		<dc:creator>Idoru</dc:creator>
				<category><![CDATA[Actionscript2]]></category>
		<category><![CDATA[Flade Physics Engine]]></category>
		<category><![CDATA[Physics Engine]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.dreaminginflash.com/?p=13</guid>
		<description><![CDATA[Hi there,
Recently i had a project that had to be done in AS2, and to top that it needed to have some physics.
My first thought was, well i'll just use the AS2 version of APE, and then remembered that there isn't one.
Then i found flade.
Made by Alec Cove ( the same guy that does APE [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there,<br />
Recently i had a project that had to be done in AS2, and to top that it needed to have some physics.</p>
<p>My first thought was, well i'll just use the AS2 version of APE, and then remembered that there isn't one.<br />
Then i found <a HREF="http://www.cove.org/flade/" TITLE="flade engine">flade</a>.<br />
Made by Alec Cove ( the same guy that does APE ).<br />
Now I wanted to see some tutorials or documentation, but as expected for such an 'ancient' engine there were none.<br />
So I decided to make a simple little tutorial on how to throw things arround using flade.</p>
<p>Files: <a HREF="http://www.dreaminginflash.com/wp-content/uploads/2007/10/fladeexample.zip" TITLE="Flade Example">Flade Example</a></p>
<p>Demo: <a TITLE="Flade Demo" HREF="http://www.dreaminginflash.com/wp-content/uploads/2007/10/fladeexample.swf">Flade Demo</a></p>
<p>You will need Flash 8, and the Flade files found <a TITLE="flade files" TARGET="_blank" HREF="http://www.cove.org/flade/flade_06a.zip">here</a>.</p>
<p>So here's the code:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="500" height="300" id="ftf_wp" align="middle">
		  <param name="movie" value="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" />
		  <param name="quality" value="high" />
		  <param name="scale" value="noscale" />
		  <param name="bgcolor" value="#ffffff" />
		  <param name="flashvars" value="=&file=index.php&ftf=true&postID=13&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		  <embed src="http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/ftf_wp.swf" quality="high" scale="noscale" bgcolor="#ffffff" width="500" height="300" name="ftf_wp" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="=&file=index.php&ftf=true&postID=13&no=0&def=http://www.dreaminginflash.com/wp-content/plugins/FlashTextFormatter/definitions/as2.xml&auto=true&" />
		</object></p>

]]></content:encoded>
			<wfw:commentRss>http://www.dreaminginflash.com/2007/10/12/using-flade/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
