<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>H1DD3N.R350URC3 &#187; Lab</title>
	<atom:link href="http://blog.hexagonstar.com/tag/lab/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com</link>
	<description>&#34;Chaotic Neutral&#34;</description>
	<lastBuildDate>Wed, 03 Mar 2010 04:56:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
    <title>H1DD3N.R350URC3</title>
    <url>http://blog.hexagonstar.com/feed-logo.png</url>
    <link>http://blog.hexagonstar.com</link>
    <width>144</width>
    <height>36</height>
    <description>H1DD3N.R350URC3 - http://blog.hexagonstar.com</description>
    </image>		<item>
		<title>From the Labs: Tetragon Tile Engine Early Preview</title>
		<link>http://blog.hexagonstar.com/lab-hexagon-tile-engine/</link>
		<comments>http://blog.hexagonstar.com/lab-hexagon-tile-engine/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 18:28:02 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Random Picks]]></category>
		<category><![CDATA[Blitting]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Scrolling]]></category>
		<category><![CDATA[SWF]]></category>
		<category><![CDATA[Tile Engine]]></category>
		<category><![CDATA[WIP]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=1532</guid>
		<description><![CDATA[<script type="text/javascript" src="http://blog.hexagonstar.com/wp-content/plugins/pb-embedflash/js/sbadapter/shadowbox-jquery.js"></script><script type="text/javascript" src="http://blog.hexagonstar.com/wp-content/plugins/pb-embedflash/js/shadowbox.js"></script><script type="text/javascript"><!--
window.onload = function() {var options ={assetURL:'',loadingImage:'http://blog.hexagonstar.com/wp-content/plugins/pb-embedflash/css/images/loading.gif',flvPlayer:'http://blog.hexagonstar.com/wp-content/plugins/pb-embedflash/swf/mediaplayer.swf',animate:true,animSequence:'wh',overlayColor:'#000',overlayOpacity:0.85,overlayBgImage:'http://blog.hexagonstar.com/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>An early tech demo of the tetragonLib Tile Engine on which I restarted work on recently again. Click the image to view. There&#8217;s not much interaction yet though. You can scroll around with the cursor keys and apart from that open the Rhombus App Framework built-in debug console with F8 and the FPS monitor with ]]></description>
			<content:encoded><![CDATA[<p>An early tech demo of the <a href="http://code.google.com/p/hexagon/" target="_blank">tetragonLib</a> <a href="http://code.google.com/p/hexagon/source/browse/#svn/trunk/hexagon/src/tetragonlib/flash/com/hexagonstar/game/tile" target="_blank">Tile Engine</a> on which I restarted work on recently again. Click the image to view. There&#8217;s not much interaction yet though. You can scroll around with the cursor keys and apart from that open the <a href="http://code.google.com/p/hexagon/" target="_blank">Rhombus App Framework</a> built-in debug console with F8 and the FPS monitor with SHIFT+F8. Everything is still under heavy development.</p>
<p>However the demo already shows some of the special features of the tile engine. It&#8217;s a blitted multi-layer engine which supports animated tiles (but it doesn&#8217;t use MovieClips or Sprites for this but animated Bitmap tiles). The demo shows two layers, one as a backdrop and the other with the maze on it. Additionally layers can use layer effects like the second layer here uses a drop shadow filter which is also defined in the tilemap file.</p>
<p>The engine tries to be resource friendly. If there is nothing to update it will not waste render cycles. E.g. if you move to any area without animated tiles on the screen the engine will shortly after start to consume less CPU.</p>
<p style="text-align: center;"><small>(Please open the article to view the Flash media.)</small></p>
<p style="text-align: left;">Quite a list of features is still planned to be implemented, for example map-wrapping (to create endless maps), auto-scrolling and support for hexagonal as well as isometric tiles has already been started before but these implementations are going to be completely overhauled.</p>
<p style="text-align: left;">If you&#8217;re interested in having a look at the engine&#8217;s tileset and tilemap data files, they can be found <a href="http://files.hexagonstar.com/labs/tileengine2/data/" target="_blank">here</a>.</p>
<p style="text-align: left;">
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=1532&type=feed" alt="" /><br /><small>© 2010 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/lab-hexagon-tile-engine/">Permalink</a> | <a href="http://blog.hexagonstar.com/lab-hexagon-tile-engine/#comments">No comments yet</a> | Tags: <a href="http://blog.hexagonstar.com/tag/blitting/" rel="tag">Blitting</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/lab/" rel="tag">Lab</a>, <a href="http://blog.hexagonstar.com/tag/scrolling/" rel="tag">Scrolling</a>, <a href="http://blog.hexagonstar.com/tag/swf/" rel="tag">SWF</a>, <a href="http://blog.hexagonstar.com/tag/tile-engine/" rel="tag">Tile Engine</a>, <a href="http://blog.hexagonstar.com/tag/wip/" rel="tag">WIP</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/lab-hexagon-tile-engine/&title=From the Labs: Tetragon Tile Engine Early Preview">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/lab-hexagon-tile-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript3 Dice Class</title>
		<link>http://blog.hexagonstar.com/diceclass/</link>
		<comments>http://blog.hexagonstar.com/diceclass/#comments</comments>
		<pubDate>Tue, 04 Dec 2007 11:29:23 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Random Picks]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[D20]]></category>
		<category><![CDATA[D6]]></category>
		<category><![CDATA[Dice]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/aboutrollingdice/</guid>
		<description><![CDATA[
In game development randomness is often necessary for certain tasks, be it the random distribution of graphic tiles, a random factor in NPC AI or random stats in a roleplaying game. Especially for the latter purpose the static Dice class provides a set of methods to roll dice as it is common in a Role-playing ]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone size-full wp-image-217 aligncenter" src="http://blog.hexagonstar.com/wp-content/uploads/dice_collection.jpg" alt="" width="500" height="179" /></p>
<p>In game development randomness is often necessary for certain tasks, be it the random distribution of graphic tiles, a random factor in NPC AI or random stats in a roleplaying game. Especially for the latter purpose the static <em>Dice class</em> provides a set of methods to roll dice as it is common in a Role-playing game, to be exact four-, six-, eight-, ten-, twelve-, twenty-sided and percentile dice.</p>
<p>>> <a href="http://blog.hexagonstar.com/diceclass/">Continue reading "ActionScript3 Dice Class"</a></p>
<br /><small>© 2007 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/diceclass/">Permalink</a> | <a href="http://blog.hexagonstar.com/diceclass/#comments">3 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/as3/" rel="tag">AS3</a>, <a href="http://blog.hexagonstar.com/tag/d20/" rel="tag">D20</a>, <a href="http://blog.hexagonstar.com/tag/d6/" rel="tag">D6</a>, <a href="http://blog.hexagonstar.com/tag/dice/" rel="tag">Dice</a>, <a href="http://blog.hexagonstar.com/tag/downloads/" rel="tag">Downloads</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/flex/" rel="tag">Flex</a>, <a href="http://blog.hexagonstar.com/tag/game-development/" rel="tag">Game Development</a>, <a href="http://blog.hexagonstar.com/tag/lab/" rel="tag">Lab</a>, <a href="http://blog.hexagonstar.com/tag/source-code/" rel="tag">Source Code</a>, <a href="http://blog.hexagonstar.com/tag/swf/" rel="tag">SWF</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/diceclass/&title=ActionScript3 Dice Class">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/diceclass/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Animated Bitmap Class</title>
		<link>http://blog.hexagonstar.com/animatedbitmapclass/</link>
		<comments>http://blog.hexagonstar.com/animatedbitmapclass/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 17:25:29 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Random Picks]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Sprite]]></category>
		<category><![CDATA[SWF]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/animatedbitmapclass/</guid>
		<description><![CDATA[The AnimatedBitmap class provides functionality for Bitmap objects that are animated by using a series of still images. When creating a new AnimatedBitmap you provide a BitmapData object that contains an image that consists of the &#8217;single-frame&#8217; images for the animation.
>> Continue reading "Animated Bitmap Class"
© 2007 H1DD3N.R350URC3. &#124; Permalink &#124; 18 comments &#124; Tags: ]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-1547" title="animbitmap_demo" src="http://blog.hexagonstar.com/wp-content/uploads/animbitmap_demo-150x106.jpg" alt="" width="150" height="106" />The <strong>AnimatedBitmap</strong> class provides functionality for Bitmap objects that are animated by using a series of still images. When creating a new AnimatedBitmap you provide a BitmapData object that contains an image that consists of the &#8217;single-frame&#8217; images for the animation.</p>
<p>>> <a href="http://blog.hexagonstar.com/animatedbitmapclass/">Continue reading "Animated Bitmap Class"</a></p>
<br /><small>© 2007 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/animatedbitmapclass/">Permalink</a> | <a href="http://blog.hexagonstar.com/animatedbitmapclass/#comments">18 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/as3/" rel="tag">AS3</a>, <a href="http://blog.hexagonstar.com/tag/bitmap/" rel="tag">Bitmap</a>, <a href="http://blog.hexagonstar.com/tag/downloads/" rel="tag">Downloads</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/game-development/" rel="tag">Game Development</a>, <a href="http://blog.hexagonstar.com/tag/lab/" rel="tag">Lab</a>, <a href="http://blog.hexagonstar.com/tag/source-code/" rel="tag">Source Code</a>, <a href="http://blog.hexagonstar.com/tag/sprite/" rel="tag">Sprite</a>, <a href="http://blog.hexagonstar.com/tag/swf/" rel="tag">SWF</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/animatedbitmapclass/&title=Animated Bitmap Class">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/animatedbitmapclass/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Hexagon Framework Effects Demo</title>
		<link>http://blog.hexagonstar.com/hexagon_framework_effects_demo/</link>
		<comments>http://blog.hexagonstar.com/hexagon_framework_effects_demo/#comments</comments>
		<pubDate>Mon, 28 May 2007 07:47:13 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Random Picks]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Bitmap]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Modulo]]></category>
		<category><![CDATA[SWF]]></category>
		<category><![CDATA[Tweening]]></category>
		<category><![CDATA[WIP]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/hexagon-framework-effects-demo/</guid>
		<description><![CDATA[Here&#8217;s a small demo that I threw together yesterday which shows how the effects in the Hexagon Framework effects package can be used. The effects package contains classes that are used on display objects to apply an animated effect on them. That is not all however. The effects send a signal back to the calling ]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-223 alignright" src="http://blog.hexagonstar.com/wp-content/uploads/hexagon_effectsdemo_prev-150x110.png" alt="" width="150" height="110" />Here&#8217;s a small demo that I threw together yesterday which shows how the effects in the <a href="http://code.google.com/p/hexagon/" target="_blank">Hexagon Framework</a> effects package can be used. The effects package contains classes that are used on display objects to apply an animated effect on them. That is not all however. The effects send a signal back to the calling class when they are finished and there are two more classes with that effects can be arranged, namely the EffectChainer class and the EffectCombiner class.</p>
<p>>> <a href="http://blog.hexagonstar.com/hexagon_framework_effects_demo/">Continue reading "Hexagon Framework Effects Demo"</a></p>
<br /><small>© 2007 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/hexagon_framework_effects_demo/">Permalink</a> | <a href="http://blog.hexagonstar.com/hexagon_framework_effects_demo/#comments">4 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/as3/" rel="tag">AS3</a>, <a href="http://blog.hexagonstar.com/tag/bitmap/" rel="tag">Bitmap</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/game-development/" rel="tag">Game Development</a>, <a href="http://blog.hexagonstar.com/tag/lab/" rel="tag">Lab</a>, <a href="http://blog.hexagonstar.com/tag/modulo/" rel="tag">Modulo</a>, <a href="http://blog.hexagonstar.com/tag/swf/" rel="tag">SWF</a>, <a href="http://blog.hexagonstar.com/tag/tweening/" rel="tag">Tweening</a>, <a href="http://blog.hexagonstar.com/tag/wip/" rel="tag">WIP</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/hexagon_framework_effects_demo/&title=Hexagon Framework Effects Demo">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/hexagon_framework_effects_demo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Flex Application: Star Wars Name Generator</title>
		<link>http://blog.hexagonstar.com/starwars_name_generator/</link>
		<comments>http://blog.hexagonstar.com/starwars_name_generator/#comments</comments>
		<pubDate>Thu, 11 May 2006 05:35:24 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Random Picks]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Game Design]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[NameGen]]></category>
		<category><![CDATA[Star Wars]]></category>
		<category><![CDATA[SWF]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/first-flex-2-application-star-wars-name-generator-beta3-version/</guid>
		<description><![CDATA[I finally spend some time to make myself more familiar with the Flex 2 Beta and this is what came out as a result: Star Wars Name Generator! It&#8217;s a small and modest tool to generate random names (obviously). If you&#8217;re a fan of the Star Wars Pen &#38; Paper Role-playing game (like me) you ]]></description>
			<content:encoded><![CDATA[<p>I finally spend some time to make myself more familiar with the Flex 2 Beta and this is what came out as a result: <a href="http://files.hexagonstar.com/labs/swnamegen/swnamegenerator.swf">Star Wars Name Generator</a>! It&#8217;s a small and modest tool to generate random names (obviously). If you&#8217;re a fan of the Star Wars Pen &amp; Paper Role-playing game (like me) you might find this tool useful!</p>
<p>You can generate names for planets and for characters, there are some parameters that can be chosen from before pressing the Generate button. After that it will spit out a list of more or less useful names (some of them sound very exotic). Interesting names can then be dragged and dropped onto the right side list. All names in this list are stored in local shared object on the users computer until the Clear button is pressed. The Switch button displays the saved names in a text area from where the names can be copied to the clipboard. (Small update: Works now with latest Flash Player v9).</p>
<p style="text-align: center;"><small>(Please open the article to view the Flash media.)</small></p>
<p style="text-align: left;">
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=75&type=feed" alt="" /><br /><small>© 2006 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/starwars_name_generator/">Permalink</a> | <a href="http://blog.hexagonstar.com/starwars_name_generator/#comments">3 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/as3/" rel="tag">AS3</a>, <a href="http://blog.hexagonstar.com/tag/flash/" rel="tag">Flash</a>, <a href="http://blog.hexagonstar.com/tag/flex/" rel="tag">Flex</a>, <a href="http://blog.hexagonstar.com/tag/game-design/" rel="tag">Game Design</a>, <a href="http://blog.hexagonstar.com/tag/lab/" rel="tag">Lab</a>, <a href="http://blog.hexagonstar.com/tag/namegen/" rel="tag">NameGen</a>, <a href="http://blog.hexagonstar.com/tag/star-wars/" rel="tag">Star Wars</a>, <a href="http://blog.hexagonstar.com/tag/swf/" rel="tag">SWF</a>, <a href="http://blog.hexagonstar.com/tag/tools/" rel="tag">Tools</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/starwars_name_generator/&title=Flex Application: Star Wars Name Generator">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/starwars_name_generator/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
