<?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>Woven Interactive &#187; Flash Games</title>
	<atom:link href="http://woveninteractive.net/category/flash-games/feed/" rel="self" type="application/rss+xml" />
	<link>http://woveninteractive.net</link>
	<description>Flash, Flex, Papervision, Interactive Agency</description>
	<lastBuildDate>Wed, 11 Nov 2009 17:36:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Electronic Arts Spore Islands Facebook Game</title>
		<link>http://woveninteractive.net/2009/11/electronic-arts-spore-islands-facebook-game/</link>
		<comments>http://woveninteractive.net/2009/11/electronic-arts-spore-islands-facebook-game/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 17:18:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[EA Games]]></category>
		<category><![CDATA[Facebook API]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Flash Games]]></category>
		<category><![CDATA[Interactive Agency]]></category>

		<guid isPermaLink="false">http://woveninteractive.net/?p=146</guid>
		<description><![CDATA[
Woven Interactive had the privilege to assist Area/Code with the client programming on Electronic Arts new Spore Islands Facebook game. Spore Islands is EA&#8217;s first Facebook and social media game. Fully integrated with the Facebook API; the game encourages players to invite friends and interact with others islands. 
Spore Islands has only been live for [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://woveninteractive.net/wp-content/uploads/2009/11/spore-islands-facebook-game.jpg" alt="spore-islands-facebook-game" title="spore-islands-facebook-game" width="475" height="300" class="alignnone size-full wp-image-147" /></p>
<p>Woven Interactive had the privilege to assist <a href="http://playareacode.com/">Area/Code</a> with the client programming on Electronic Arts new Spore Islands Facebook game. Spore Islands is EA&#8217;s first Facebook and social media game. Fully integrated with the Facebook API; the game encourages players to invite friends and interact with others islands. </p>
<p>Spore Islands has only been live for one week and has already topped 64,000 players.</p>
<p>Check out a few of the reviews so far:<br />
<a href="http://www.techcrunch.com/2009/11/05/eas-spore-evolves-once-more-launches-on-facebook/">Tech Crunch</a><br />
<a href="http://www.washingtonpost.com/wp-dyn/content/article/2009/11/05/AR2009110501452.html">Washington Post</a><br />
<a href="http://www.transworldnews.com/NewsStory.aspx?id=136606&#038;cat=8">Trans World News</a></p>
<p>Or just go try it out yourself today on Facebook.<br />
<a href="http://apps.facebook.com/sporeislands/">http://apps.facebook.com/sporeislands/</a></p>
<p><a href="http://www.woveninteractive.com">Woven Interactive, LLC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://woveninteractive.net/2009/11/electronic-arts-spore-islands-facebook-game/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Side Scrolling Fish Swim Game with APE Physics Engine</title>
		<link>http://woveninteractive.net/2009/04/side-scrolling-fish-swim-game-with-ape-physics-engine/</link>
		<comments>http://woveninteractive.net/2009/04/side-scrolling-fish-swim-game-with-ape-physics-engine/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 17:57:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Games]]></category>
		<category><![CDATA[Flash Physics Engine]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[APE Physics Engine]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Atlanta Interactive Agency]]></category>
		<category><![CDATA[Box2D]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Examples]]></category>
		<category><![CDATA[Flash Game Design]]></category>
		<category><![CDATA[Flash Physics]]></category>

		<guid isPermaLink="false">http://woveninteractive.net/?p=90</guid>
		<description><![CDATA[
In an effort to find a very simple and easy to use physics engine we stumbled upon APE. Although this is not the most powerful of Flash physics engines it does seem to have a rather minimal learning curve.
There are several other physics engines in AS3 available. The one that seems to currently be the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.woveninteractive.com/dev/testing/fish-game.html"><img src="http://woveninteractive.net/wp-content/uploads/2009/04/ape-engine-game.jpg" alt="ape-engine-game" title="ape-engine-game" width="475" height="219" class="alignnone size-full wp-image-89" /></a></p>
<p>In an effort to find a very simple and easy to use physics engine we stumbled upon <a href="http://www.cove.org/ape/">APE</a>. Although this is not the most powerful of Flash physics engines it does seem to have a rather minimal learning curve.</p>
<p>There are several other physics engines in AS3 available. The one that seems to currently be the leader of the pack is <a href="http://box2dflash.sourceforge.net/">Box2D</a>. Box2D is a port from C++ so package names / method names etc do not follow Actionscript best practices (lowercase package names &#038; uppercase method names). Not really a big deal but a little odd at times. </p>
<p>For this game it seemed that APE had plenty of features and power to get the desired result. </p>
<p>Monsters (fish), and coins were easily placed in an array</p>
<div class="igBar"><span id="lactionscript-3"><a href="#" onclick="javascript:showCodeTxt('actionscript-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-3">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">var</span> monsters:<span style="color: #0066CC;">Array</span> = <span style="color: #66cc66;">&#91;</span> <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">1500</span>, y:<span style="color: #cc66cc;color:#800000;">150</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">1700</span>, y:<span style="color: #cc66cc;color:#800000;">300</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">2500</span>, y:<span style="color: #cc66cc;color:#800000;">180</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">2700</span>, y:<span style="color: #cc66cc;color:#800000;">330</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">3200</span>, y:<span style="color: #cc66cc;color:#800000;">150</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">3700</span>, y:<span style="color: #cc66cc;color:#800000;">300</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">3900</span>, y:<span style="color: #cc66cc;color:#800000;">180</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">4000</span>, y:<span style="color: #cc66cc;color:#800000;">330</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">4300</span>, y:<span style="color: #cc66cc;color:#800000;">300</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">4500</span>, y:<span style="color: #cc66cc;color:#800000;">180</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">5000</span>, y:<span style="color: #cc66cc;color:#800000;">330</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">5500</span>, y:<span style="color: #cc66cc;color:#800000;">150</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">6000</span>, y:<span style="color: #cc66cc;color:#800000;">300</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">6200</span>, y:<span style="color: #cc66cc;color:#800000;">180</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">6700</span>, y:<span style="color: #cc66cc;color:#800000;">330</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">7000</span>, y:<span style="color: #cc66cc;color:#800000;">120</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">7700</span>, y:<span style="color: #cc66cc;color:#800000;">350</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">8300</span>, y:<span style="color: #cc66cc;color:#800000;">180</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">9000</span>, y:<span style="color: #cc66cc;color:#800000;">330</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">9300</span>, y:<span style="color: #cc66cc;color:#800000;">300</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">9800</span>, y:<span style="color: #cc66cc;color:#800000;">180</span>, <span style="color: #0066CC;">type</span>:Starfish <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">10000</span>, y:<span style="color: #cc66cc;color:#800000;">330</span>, <span style="color: #0066CC;">type</span>:Octo <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">1600</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">1900</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">2200</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">3500</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">3800</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">4600</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">9600</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">11000</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span>, <span style="color: #66cc66;">&#123;</span> x:<span style="color: #cc66cc;color:#800000;">12000</span>, y:<span style="color: #cc66cc;color:#800000;">220</span>, <span style="color: #0066CC;">type</span>:Coin <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#93;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Movement is as simple as adding force to an object:</p>
<div class="igBar"><span id="lactionscript-4"><a href="#" onclick="javascript:showCodeTxt('actionscript-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-4">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">protected <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #0066CC;">onKeyDown</span><span style="color: #66cc66;">&#40;</span>evt:KeyboardEvent<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>evt.<span style="color: #006600;">keyCode</span> == Keyboard.<span style="color: #0066CC;">UP</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; forceAmountY = -<span style="color: #cc66cc;color:#800000;">25</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>evt.<span style="color: #006600;">keyCode</span> == Keyboard.<span style="color: #0066CC;">DOWN</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; forceAmountY = <span style="color: #cc66cc;color:#800000;">25</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>evt.<span style="color: #006600;">keyCode</span> == Keyboard.<span style="color: #0066CC;">RIGHT</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; forceAmount = <span style="color: #cc66cc;color:#800000;">6</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>evt.<span style="color: #006600;">keyCode</span> == Keyboard.<span style="color: #0066CC;">LEFT</span><span style="color: #66cc66;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; forceAmount = -<span style="color: #cc66cc;color:#800000;">6</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>All together the creation of this game was not difficult. With some more time spent on adding sounds, animations to monsters, and general fluff you would have a sweet fun game.</p>
<p>If you or your clients need any help, feel free to contact our <a href="http://www.woveninteractive.com">interactive agency</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://woveninteractive.net/2009/04/side-scrolling-fish-swim-game-with-ape-physics-engine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
