<?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>damonky.co.uk &#187; actionscript</title>
	<atom:link href="http://www.damonky.co.uk/tag/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damonky.co.uk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 04 Apr 2010 19:31:44 +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>Mouse Constraints using Jiglib AS3</title>
		<link>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/</link>
		<comments>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 13:23:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[jiglibflash]]></category>
		<category><![CDATA[papervision]]></category>
		<category><![CDATA[shadowcaster]]></category>

		<guid isPermaLink="false">http://www.damonky.co.uk/?p=148</guid>
		<description><![CDATA[<script type="text/javascript" src="http://www.damonky.co.uk/wp-includes/js/jquery/jquery.js"></script><script type="text/javascript" src="http://www.damonky.co.uk/wp-content/plugins/pb-embedflash/js/sbadapter/shadowbox-jquery.js"></script><script type="text/javascript" src="http://www.damonky.co.uk/wp-content/plugins/pb-embedflash/js/shadowbox.js"></script><script type="text/javascript"><!--
window.onload = function() {var options ={assetURL:'',loadingImage:'http://www.damonky.co.uk/wp-content/plugins/pb-embedflash/css/images/loading.gif',flvPlayer:'http://www.damonky.co.uk/wp-content/plugins/pb-embedflash/swf/mediaplayer.swf',animate:true,animSequence:'wh',overlayColor:'#000',overlayOpacity:0.85,overlayBgImage:'http://www.damonky.co.uk/wp-content/plugins/pb-embedflash/css/images/overlay-85.png',listenOverlay:true,autoplayMovies:true,showMovieControls:true,resizeDuration:0.35,fadeDuration:0.35,displayNav:true,continuous:false,displayCounter:true,counterType:'default',viewportPadding:20,handleLgImages:'resize',initialHeight:160,initialWidth:320,enableKeys:true,keysClose:['c', 'q', 27],keysPrev:['p', 37],keysNext:['n', 39],handleUnsupported:'',text: {cancel:'Cancel',loading: 'loading',close:'<span class="shortcut">C</span>lose',next:'<span class="shortcut">N</span>ext',prev:'<span class="shortcut">P</span>revious',errors:{single: 'You must install the <a href="{0}">{1}</a> browser plugin to view this content.',shared: 'You must install both the <a href="{0}">{1}</a> and <a href="{2}">{3}</a> browser plugins to view this content.',either: 'You must install either the <a href="{0}">{1}</a> or the <a href="{2}">{3}</a> browser plugin to view this content.'}}};Shadowbox.init(options);}
--></script>
JiglibFlash is a great physics engine for the flash platform. Combined with Papervision 3D you can do some amazing stuff. The library has been recently updated and now not only contains a car physics model, but mouse constraints. The mouse contraint can add a new level of interactity to your scene.
I&#8217;ve been dying to try [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-medium wp-image-149" title="Actionscript Jiglib AS3" src="http://www.damonky.co.uk/wp-content/uploads/2009/04/post_jiglib_mouse-572x256.jpg" alt="Actionscript Jiglib AS3" width="572" height="256" /></p>
<p>JiglibFlash is a great physics engine for the flash platform. Combined with Papervision 3D you can do some amazing stuff. The library has been recently updated and now not only contains a car physics model, but mouse constraints. The mouse contraint can add a new level of interactity to your scene.</p>
<p>I&#8217;ve been dying to try it out, and finally after moving house i finally got my lil studio / junk room setup. Below I have created a basic scene in which several block fall from the sky on init. These can then be picked up and thrown, interacting with other objects. Just a finishing touch I Though it would be good to have shadows. The code of which is from the brilliant Andy Zupko (<a href="http://blog.zupko.info/?p=146" target="_blank">Article on shadow casting</a>). Anyway, I&#8217;ve provided the code below with ample commenting.</p>
<p><small>(Please open the article to see the flash file or player.)</small></p>
<p><a title="JigLibFlash" href="http://http://code.google.com/p/jiglibflash/" target="_blank">Download JigLibFlash</a></p>
<p><a title="Download Papervision 3D" href="http://code.google.com/p/papervision3d/" target="_blank">Download Papervision</a></p>
<p><a href="http://www.damonky.co.uk/wp-content/uploads/2009/04/mouseconstraintdemo.zip">Download source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.damonky.co.uk/flex/mouse-constraints-using-jiglib-as3/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>43 Hot Flex and ActionScript 3.0 APIs, tips and tools for Autumn 2008 by Sean Moore</title>
		<link>http://www.damonky.co.uk/flex/43-hot-flex-and-actionscript-30-apis-tips-and-tools-for-autumn-2008-by-sean-moore/</link>
		<comments>http://www.damonky.co.uk/flex/43-hot-flex-and-actionscript-30-apis-tips-and-tools-for-autumn-2008-by-sean-moore/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 16:13:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false">http://www.damonky.co.uk/2008/10/43-hot-flex-and-actionscript-30-apis-tips-and-tools-for-autumn-2008-by-sean-moore/</guid>
		<description><![CDATA[
		    Sean Moore has provided a great list of tutorials/ components for Flex and AS3 on his blog, go check them out!!
43 Hot Flex and ActionScript 3.0 APIs, tips and tools for Autumn 2008
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.seantheflexguy.com/blog"><br />
		    </a>Sean Moore has provided a great list of tutorials/ components for Flex and AS3 on his blog, go check them out!!</p>
<p><a href="http://seantheflexguy.com/blog/2008/08/31/43-hot-flex-and-actionscript-30-apis-tips-and-tools-for-autumn-2008/">43 Hot Flex and ActionScript 3.0 APIs, tips and tools for Autumn 2008</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.damonky.co.uk/flex/43-hot-flex-and-actionscript-30-apis-tips-and-tools-for-autumn-2008-by-sean-moore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3: Bulk-Loader</title>
		<link>http://www.damonky.co.uk/uncategorized/as3-bulk-loader/</link>
		<comments>http://www.damonky.co.uk/uncategorized/as3-bulk-loader/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 16:16:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[external files]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[preloading]]></category>

		<guid isPermaLink="false">http://damonky.co.uk/2008/09/as3-bulk-loader/</guid>
		<description><![CDATA[For anyone who&#8217;s creating a large application, loading the sometimes overwhelming mas of information needed (images, xml / text files / video) can provide a world of headaches. 
If you are using AS3 might want to take a look at Bulk-loader . It has a vast array of features including, but not limited to Connection [...]]]></description>
			<content:encoded><![CDATA[<p>For anyone who&#8217;s creating a large application, loading the sometimes overwhelming mas of information needed (images, xml / text files / video) can provide a world of headaches. </p>
<p>If you are using AS3 might want to take a look at<a href="http://code.google.com/p/bulk-loader/"> Bulk-loader </a>. It has a vast array of features including, but not limited to Connection pooling, Unified progress notification. Events for individual items and as groups. <br /> Priority  Loading, Stop and resuming individual items as well as in bulk.</p>
<p>I will be using it more extensively for my next project, so i will report on it after that. In the mean time why not give it a try.</p>
<p><a href="http://code.google.com/p/bulk-loader/">Visit Bulk-loader @ Google Code</a><a href="http://code.google.com/p/bulk-loader/"></a><br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.damonky.co.uk/uncategorized/as3-bulk-loader/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
