<?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; Design</title>
	<atom:link href="http://woveninteractive.net/tag/design/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>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>
		<item>
		<title>NBA Thunder &#8211; Flash Development</title>
		<link>http://woveninteractive.net/2009/01/nba-thunder-flash-development/</link>
		<comments>http://woveninteractive.net/2009/01/nba-thunder-flash-development/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 19:43:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Interactive Agency]]></category>
		<category><![CDATA[NBA Ad Agency]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Dynamic flash content]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash CMS]]></category>
		<category><![CDATA[NBA]]></category>
		<category><![CDATA[NBA Thunder]]></category>
		<category><![CDATA[Thunder Girls]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://woveninteractive.net/?p=9</guid>
		<description><![CDATA[
Even while we are settling into our new offices, we still had time to do work. Woven Interactive was brought in to continue development on several sections of the NBA Thunder site. Working under the NBA's umbrella, this site is fully integrated with the NBA's CMS system to feed the content dynamically.
Be sure to check [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nba.com/thunder/#/thunder_girls/danceteam"><img class="alignnone size-full wp-image-10" title="thundergirls" src="http://woveninteractive.net/wp-content/uploads/2009/01/thundergirls.jpg" alt="thundergirls" width="475" /></a></p>
<p>Even while we are settling into our new offices, we still had time to do work. Woven Interactive was brought in to continue development on several sections of the NBA Thunder site. Working under the NBA's umbrella, this site is fully integrated with the NBA's CMS system to feed the content dynamically.</p>
<p>Be sure to check out the new Team and Thunder girls sections.</p>
<p><a title="NBA Thunder - NBA.COM" href="http://www.nba.com/thunder/#/thunder_girls/danceteam">NBA Thunder - NBA.COM</a></p>
]]></content:encoded>
			<wfw:commentRss>http://woveninteractive.net/2009/01/nba-thunder-flash-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
