<?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; Bitmap</title>
	<atom:link href="http://blog.hexagonstar.com/tag/bitmap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hexagonstar.com</link>
	<description>Turn-based Glory in the Hour of Chaos</description>
	<lastBuildDate>Wed, 01 Sep 2010 12:29:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
<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>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[<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>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 &#8216;single-frame&#8217; images for the animation. >> Continue reading "Animated Bitmap Class" © 2007 H1DD3N.R350URC3. &#124; Permalink &#124; 40 comments [...]]]></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 &#8216;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">40 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>40</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">6 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>6</slash:comments>
		</item>
		<item>
		<title>Flash Filter Lab &#8211; The Flash 8 Filter Construction Set</title>
		<link>http://blog.hexagonstar.com/flash-filter-lab-the-flash-8-filter-construction-set/</link>
		<comments>http://blog.hexagonstar.com/flash-filter-lab-the-flash-8-filter-construction-set/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 11:34:27 +0000</pubDate>
		<dc:creator>sascha</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Bitmap]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/flash-filter-lab-the-flash-8-filter-construction-set/</guid>
		<description><![CDATA[flashfilterlab.com &#8230; quite awesome! In case you&#8217;ve missed it, you can create your own Flash 8 Filters in a Construction Set-like environment where you connect virtual cables to generator boxes (think Maya&#8217;s Hypershade or Native Instruments Reactor). I haven&#8217;t touched the Flash 8 Filter stuff that much so far (mainly because non-Flash 8 jobs who [...]]]></description>
			<content:encoded><![CDATA[<p><div class="adcontent"><script type="text/javascript"><!--
google_ad_client = "pub-3003542222995339";
google_ad_slot = "00000000Ad";
google_ad_width = 200;
google_ad_height = 200;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div><a href="http://www.flashfilterlab.com/">flashfilterlab.com</a> &#8230; quite awesome! In case you&#8217;ve missed it, you can create your own Flash 8 Filters in a Construction Set-like environment where you connect virtual cables to generator boxes (think Maya&#8217;s Hypershade or Native Instruments Reactor). I haven&#8217;t touched the Flash 8 Filter stuff that much so far (mainly because non-Flash 8 jobs who keep me away from it  *grrml*) but I think it&#8217;s about time as the lab demonstrates how much potential is in that. It&#8217;s a pity though that calculation-intensive Flash&#8217;s Bitmap/Filters are still too CPU demanding for most realistic applications.</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=104&type=feed" alt="" /><br /><small>© 2006 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/flash-filter-lab-the-flash-8-filter-construction-set/">Permalink</a> | <a href="http://blog.hexagonstar.com/flash-filter-lab-the-flash-8-filter-construction-set/#comments">1 comment</a> | Tags: <a href="http://blog.hexagonstar.com/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://blog.hexagonstar.com/tag/bitmap/" rel="tag">Bitmap</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/flash-filter-lab-the-flash-8-filter-construction-set/&title=Flash Filter Lab &#8211; The Flash 8 Filter Construction Set">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/flash-filter-lab-the-flash-8-filter-construction-set/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to glitch like a pro!</title>
		<link>http://blog.hexagonstar.com/how-to-glitch-like-a-pro/</link>
		<comments>http://blog.hexagonstar.com/how-to-glitch-like-a-pro/#comments</comments>
		<pubDate>Tue, 24 Jun 2003 00:48:00 +0000</pubDate>
		<dc:creator>drcolossus</dc:creator>
				<category><![CDATA[Dataleak]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Bitmap]]></category>

		<guid isPermaLink="false">http://blog.hexagonstar.com/?p=64</guid>
		<description><![CDATA[what professional graphic interface designers usually want to avoid is glitch art for others and there&#8217;s a whole gallery of it plus a howto-glitch tutorial. featuring plenty of screenshots of the state when something got completely wrong or messed up in your computer. be it from 8bit emulators or internet explorer, still nowadays no software [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-342 alignleft" style="float: left;" src="http://blog.hexagonstar.com/wp-content/uploads/gba_glitch.gif" alt="" width="200" height="100" />what professional <span style="text-decoration: line-through;">graphic</span> interface designers usually want to avoid is glitch art for others and there&#8217;s a whole <span style="text-decoration: line-through;">gallery</span> of it plus a <span style="text-decoration: line-through;">howto-glitch tutorial</span>. featuring plenty of screenshots of the state when something got completely wrong or messed up in your computer. be it from 8bit emulators or internet explorer, still nowadays no software is save from that. and if you are honest, this is even more exciting than <a href="http://hypertextbook.com/chaos/23.shtml">mandelbrote</a> or <a href="http://hypertextbook.com/chaos/22.shtml">juliamengen</a>, is this without a doubt the true random chaos!</p>
<img src="http://blog.hexagonstar.com/?ak_action=api_record_view&id=22&type=feed" alt="" /><br /><small>© 2003 <a href="http://blog.hexagonstar.com">H1DD3N.R350URC3</a>. | <a href="http://blog.hexagonstar.com/how-to-glitch-like-a-pro/">Permalink</a> | <a href="http://blog.hexagonstar.com/how-to-glitch-like-a-pro/#comments">2 comments</a> | Tags: <a href="http://blog.hexagonstar.com/tag/art/" rel="tag">Art</a>, <a href="http://blog.hexagonstar.com/tag/bitmap/" rel="tag">Bitmap</a> | Add to <a href="http://del.icio.us/post?url=http://blog.hexagonstar.com/how-to-glitch-like-a-pro/&title=How to glitch like a pro!">del.icio.us</a></small>]]></content:encoded>
			<wfw:commentRss>http://blog.hexagonstar.com/how-to-glitch-like-a-pro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
