<?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>TODAY, CREATE. &#187; Flash</title>
	<atom:link href="http://www.todaycreate.com/category/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.todaycreate.com</link>
	<description>Home of the daily creative output and exploration of ideas for Mike Creighton, artist and programmer.</description>
	<lastBuildDate>Sat, 29 Oct 2011 22:04:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Flow Receiver Completed</title>
		<link>http://www.todaycreate.com/2009/12/27/flow-receiver-completed</link>
		<comments>http://www.todaycreate.com/2009/12/27/flow-receiver-completed#comments</comments>
		<pubDate>Mon, 28 Dec 2009 03:58:03 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[Computer Vision]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flow]]></category>
		<category><![CDATA[Realtime]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=370</guid>
		<description><![CDATA[Note: Super sorry about the seriously shaky footage above. Next time I&#8217;ll make sure it doesn&#8217;t happen. Yesterday, I spent about 12 hours making what I thought would take &#8220;a couple hours&#8221; &#8212; the Flow Receiver module. In the video above, you can see me demoing the system. Everything is up and running and working [...]]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="315"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8415172&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=AAC132&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8415172&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=AAC132&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="560" height="315"></embed></object></p>
<p><em><strong>Note:</strong></em> Super sorry about the seriously shaky footage above. Next time I&#8217;ll make sure it doesn&#8217;t happen.</p>
<p>Yesterday, I spent about 12 hours making what I thought would take &#8220;a couple hours&#8221; &#8212; the <strong>Flow Receiver</strong> module. In the video above, you can see me demoing the system. Everything is up and running and working seemingly well. This means it&#8217;s time to start creating &#8220;art.&#8221;</p>
<p>I designed the UI for this thing to be as simple as I could make it while also accounting for the fact that I&#8217;d be using it on a touch-enabled display. It only has three different &#8220;views&#8221; which you can see below.</p>
<p><a href="http://www.flickr.com/photos/mikecreighton/4221160970/" title="View larger on Flickr."><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/12/flow_receiver_home_screen.jpg" alt="" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/4221160970/" title="View larger on Flickr.">View larger on Flickr.</a></span></p>
<p><a href="http://www.flickr.com/photos/mikecreighton/4221160984/" title="View larger on Flickr."><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/12/flow_receiver_new_project_screen.jpg" alt="" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/4221160984/" title="View larger on Flickr.">View larger on Flickr.</a></span></p>
<p><a href="http://www.flickr.com/photos/mikecreighton/4220397505/" title="View larger on Flickr."><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/12/flow_receiver_project_recording_screen.jpg" alt="" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.flickr.com/photos/mikecreighton/4220397505/" title="View larger on Flickr.">View larger on Flickr.</a></span></p>
<p>Everything for <strong>Flow Receiver</strong> is built using <a href="http://www.adobe.com/go/air" title="rich Internet applications | Adobe AIR">Adobe AIR</a>. It communicates with <a href="http://ccv.nuigroup.com/" title="Community Core Vision">Community Core Vision</a> using CCV&#8217;s built-in UDP->TCP bridge which sends out TUIO data associated with the tracked blobs.</p>
<p><strong>Flow Receiver</strong> intercepts this TUIO data and displays the incoming data in the right-side panel. I&#8217;ll also use this software to interface with the <strong>Flow Storage</strong> back-end module for creating projects and recording the TUIO data to those projects.</p>
<p>When in &#8220;recording mode&#8221;, <strong>Flow Receiver</strong> buffers the incoming TUIO points until its internal &#8220;cache&#8221; is full, then sends that info via HTTP POST request to <strong>Flow Storage</strong> which dumps it into a MySQL database. I&#8217;m also storing a timestamp (to the millisecond) with each TUIO point collected so that I can later determine velocity data between &#8220;frames&#8221; as needed.</p>
<p>When it&#8217;s time to export a project&#8217;s data, I&#8217;ll use <strong>Flow Receiver</strong> to export the data as either an XML or CSV text file.</p>
<p>Not much else to it than that; it&#8217;s a super-simple application.</p>
<p>On a side note, I&#8217;m pretty amazed at what we can do with technology these days, the number of options from which we have to choose, and the speed at which we can produce this stuff. I&#8217;ve somehow managed to create a fully-functioning toolset in a total of about 20 man-hours, cobbled together from open source libraries, applications, and various other technologies &#8212; all at pretty much zero cost (aside from the time put in).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/12/27/flow-receiver-completed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Revised</title>
		<link>http://www.todaycreate.com/2009/02/13/design-revised</link>
		<comments>http://www.todaycreate.com/2009/02/13/design-revised#comments</comments>
		<pubDate>Sat, 14 Feb 2009 02:12:39 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=225</guid>
		<description><![CDATA[+ Visit the new mikecreighton.com. I just want to say that I got lots of great feedback from friends and strangers regarding the redesign of my portfolio site. And thanks to all of you for it. The two biggest issues (and I whole-heartedly agree): The logo was weak and didn&#8217;t fit in. The italic typeface [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikecreighton.com" title="Visit the new mikecreighton.com"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/02/mikecreighton.com_phase1_revised.jpg" alt="mikecreighton.com Screenshot" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.mikecreighton.com">Visit the new mikecreighton.com.</a></span></p>
<p>I just want to say that I got lots of great feedback from friends and strangers regarding the redesign of <a href="http://www.mikecreighton.com">my portfolio site</a>. And thanks to all of you for it.</p>
<p>The two biggest issues (and I whole-heartedly agree):</p>
<ol>
<li>The logo was weak and didn&#8217;t fit in.</li>
<li>The italic typeface didn&#8217;t read well in longer chunks.</li>
</ol>
<p>So, instead of spending days on a logo treatment, I just put my name up in big, simple VAG Rounded Bold. And I used it for any type that was living on a white ground. I think things got balanced out with the change. Feeling better about it now, at least from the side of legibility.</p>
<p>Ta-da!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/02/13/design-revised/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A New Portfolio Site</title>
		<link>http://www.todaycreate.com/2009/02/11/a-new-portfolio-site</link>
		<comments>http://www.todaycreate.com/2009/02/11/a-new-portfolio-site#comments</comments>
		<pubDate>Wed, 11 Feb 2009 21:08:19 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Color]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=223</guid>
		<description><![CDATA[+ Visit the new mikecreighton.com. Well, that took long enough. Last night I launched the new version of mikecreighton.com. This morning, I polished up a couple things, so technically this post is a &#8220;YESTERDAY, CREATED.&#8221; update. There&#8217;s still some work to do, like hooking the content up to ExpressionEngine, implementing this &#8220;Faust&#8221; technique, and sticking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mikecreighton.com" title="Visit the new mikecreighton.com"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/02/mikecreighton.com_phase1_launch.jpg" alt="mikecreighton.com Screenshot" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.mikecreighton.com">Visit the new mikecreighton.com.</a></span></p>
<p>Well, that took long enough. Last night I launched the new version of <a href="http://www.mikecreighton.com">mikecreighton.com</a>. This morning, I polished up a couple things, so technically this post is a &#8220;YESTERDAY, CREATED.&#8221; update.</p>
<p>There&#8217;s still some work to do, like hooking the content up to ExpressionEngine, implementing this <a href="http://www.space150.com/news/faust-flash-augmenting-standards" title="Read Faust: Flash Augmenting Standards">&#8220;Faust&#8221;</a> technique, and sticking some Google Analytics events in there.</p>
<p>But for now, I&#8217;ve got something fresh online representing some of my work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/02/11/a-new-portfolio-site/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>An Image Transition Prototype</title>
		<link>http://www.todaycreate.com/2009/01/29/an-image-transition-prototype</link>
		<comments>http://www.todaycreate.com/2009/01/29/an-image-transition-prototype#comments</comments>
		<pubDate>Fri, 30 Jan 2009 02:13:41 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=220</guid>
		<description><![CDATA[+ View the transition prototype. Still moving along on this. Here&#8217;s a little effect for transitioning between a project&#8217;s images. Feels a little too random right now&#8230;probably because it is, in fact, just random. I think I&#8217;ll move to something a little more organic that &#8220;sweeps&#8221; the grid mask across the image. Now to figure [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_transition_prototype_01" title="View transition prototype 01"><img class="hasLargeImage"  src="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_transition_prototype_01.jpg" alt="mikecreighton.com Transition Prototype Screen Capture" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_transition_prototype_01" title="View transition prototype 01">View the transition prototype.</a></span></p>
<p>Still moving along on this. Here&#8217;s a little effect for transitioning between a project&#8217;s images. Feels a little too random right now&#8230;probably because it is, in fact, just random. I think I&#8217;ll move to something a little more organic that &#8220;sweeps&#8221; the grid mask across the image.</p>
<p>Now to figure out how to do that&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/01/29/an-image-transition-prototype/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Background Prototype 01</title>
		<link>http://www.todaycreate.com/2009/01/29/background-prototype-01</link>
		<comments>http://www.todaycreate.com/2009/01/29/background-prototype-01#comments</comments>
		<pubDate>Thu, 29 Jan 2009 08:23:19 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Abstract]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=216</guid>
		<description><![CDATA[+ Click to view the Flash prototype of the background treatment. I needed to get this prototype out ASAP since some of the strength of the design direction I&#8217;ve chosen has to do with this uber-zoomed image pixel grid thingy. When I was designing it, I wanted to take advantage of Flash&#8217;s ability to smooth [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_background_prototype_01"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_background_test_01.jpg" alt="Screenshot of mikecreighton.com Background Prototype 01" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.todaycreate.com/wp-content/creations/2009/01/mikecreighton_background_prototype_01" title="Check out Background Flash Prototype 01">Click to view the Flash prototype of the background treatment.</a></span></p>
<p>I needed to get this prototype out ASAP since some of the strength of <a href="http://www.todaycreate.com/2009/01/28/beginning-a-redesign">the design direction</a> I&#8217;ve chosen has to do with this uber-zoomed image pixel grid thingy. When I was designing it, I wanted to take advantage of Flash&#8217;s ability to smooth a scaled Bitmap. So, that&#8217;s what you&#8217;re seeing in this prototype.</p>
<p>I still have to figure out what to do with the motion, but the overall effect is achieved in the prototype. In the end, I&#8217;ll be sampling a 35&#215;35 pixel rect of a loaded image and blowing it up to fill the stage. This is a little smaller than that, but the performance remains fast at either size.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/01/29/background-prototype-01/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Browse the Site Visually</title>
		<link>http://www.todaycreate.com/2009/01/22/browse-the-site-visually</link>
		<comments>http://www.todaycreate.com/2009/01/22/browse-the-site-visually#comments</comments>
		<pubDate>Fri, 23 Jan 2009 03:46:58 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=197</guid>
		<description><![CDATA[+ View the Grid Browser. Today at 2AM I started getting a lot of traffic from StumbleUpon &#8212; well, a lot of traffic by my standards. I realized that for new visitors, there&#8217;s nothing that really indicates just how much content is actually on this site. I also tinker with a bunch of mediums, and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.todaycreate.com/grid" title="View the Grid Browser"><img class="hasLargeImage" src="http://www.todaycreate.com/wp-content/creations/2009/01/grid-browser-cap.jpg" alt="Screenshot of the new Grid Browser" border="0" /></a><span class="imageLinkHolder">+ <a href="http://www.todaycreate.com/grid" title="View the Grid Browser">View the Grid Browser.</a></span></p>
<p>Today at 2AM I started getting a lot of traffic from <a href="http://www.stumbleupon">StumbleUpon</a> &#8212; well, a lot of traffic by my standards. I realized that for new visitors, there&#8217;s nothing that really indicates just how much content is actually on this site. I also tinker with a bunch of mediums, and that&#8217;s not apparent either.</p>
<p>So it hit me: I need some sort of &#8220;discovery&#8221; mechanism. I finally have a lot of content, and even <em>I</em> want to be able to see it all at-a-glance. So today, the <a href="http://www.todaycreate.com/grid">Grid Browser</a> was born.</p>
<p>On that page, there&#8217;s an all-up view of the visually-oriented content on the site. Also, in the header area of each page, you&#8217;ll find a little &#8220;grid strip&#8221; that pulls up 7 random pieces. I&#8217;m hoping these things encourage a little more exploration for people.</p>
<p>Tomorrow, I think I&#8217;ll put in a little tool tip that calls out the post&#8217;s name for each image. I might even go so far as to make the big grid sortable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/01/22/browse-the-site-visually/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Another computeSpectrum() Example</title>
		<link>http://www.todaycreate.com/2009/01/17/another-computespectrum-example</link>
		<comments>http://www.todaycreate.com/2009/01/17/another-computespectrum-example#comments</comments>
		<pubDate>Sun, 18 Jan 2009 02:14:28 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=172</guid>
		<description><![CDATA[UPDATE (01-18-2009): Some of you may have noticed that the Flash SWF was missing if you were viewing this post via its permalink. It&#8217;s fixed now. Sorry &#8217;bout my screw-up. UPDATE #2 (08-23-2009): Just realized that the text file with the sample ActionScript class was called &#8220;BasicAnalysis.txt&#8221;. It should&#8217;ve been called &#8220;BasicAnalyzer.txt&#8221;, which you&#8217;d need [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE</strong> (01-18-2009): Some of you may have noticed that the Flash SWF was missing if you were viewing this post via its permalink. It&#8217;s fixed now. Sorry &#8217;bout my screw-up.</p>
<p><strong>UPDATE #2</strong> (08-23-2009): Just realized that the text file with the sample ActionScript class was called &#8220;BasicAnalysis.txt&#8221;. It should&#8217;ve been called &#8220;BasicAnalyzer.txt&#8221;, which you&#8217;d need to rename to &#8220;BasicAnalyzer.as&#8221;. The link has been updated below.</p>
<p>Most of my traffic comes from searches for <em>Actionscript 3 spectrum analysis</em>. Because of this, I decided to post an updated example that you can use to conquer your <code>SoundMixer.computeSpectrum()</code> woes. I realized that my <a href="http://www.todaycreate.com/2007/02/18/actionscript-3-spectrum-analyzer">original post</a> had source code that wasn&#8217;t entirely transparent &#8212; and thus, probably not as useful as it could be.</p>
<p>This new example shows how you can draw a series of columns (using basic <code>Graphics.drawRect()</code> code) and how you can do something a little more interesting. I wanted to include both so that people learning from this code don&#8217;t get too confused.</p>
<p id="basicanalyzer">
<img src="http://todaycreate.com/wp-content/creations/2009/01/basicanalyzer_noflash.jpg" border="0" />
</p>
<p><script type="text/javascript" src="/js/swfobject.js"></script><script type="text/javascript" src="/wp-content/creations/2009/01/basicanalysis.js"></script></p>
<p><strong>Download the source:</strong> <a href="http://todaycreate.com/wp-content/creations/2009/01/BasicAnalyzer.txt">BasicAnalyzer.txt</a> (you&#8217;ll want to rename the extension to <code>.as</code>).</p>
<p>Things you might gain from referencing this class:</p>
<ul>
<li>A better understanding of what&#8217;s going on with the ByteArray that <code>SoundMixer.computeSpectrum()</code> writes to</li>
<li>A means for averaging the values in the ByteArray so that you don&#8217;t have to represent all 256 values of each stereo channel</li>
<li>A simple example for doing something a little more &#8220;interesting&#8221; with the float values in the ByteArray</li>
</ul>
<p>The source is fully commented, so feel free to snag it for your own use.</p>
<p>You can either make this class your FLA&#8217;s document class if you want to try it out, or you can add it as a child of any DisplayObject. Though, there&#8217;s some positioning based on <code>stage.stageHeight</code> in there, so your mileage may vary. If you do make it your document class, the Flash movie you&#8217;re seeing is 560px by 400px.</p>
<p>Also if you&#8217;re interested, the music is &#8220;Venus Morning&#8221; off an album called &#8220;Talk Strange: A Beat Tape Inspired by Bjork&#8221; by <a href="http://www.myspace.com/dertbeats">Dert</a>. Click on his name for the download. Highly recommended.</p>
<p><strong>UPDATE #3</strong> I created a ZIP file with the code and an FLA demonstrating how to use it. You can grab that package here: <a href="http://www.todaycreate.com/wp-content/creations/2009/01/BasicAnalyzer.zip">BasicAnalyzer.zip</a>. It was created using Flash CS4, but should be able to be opened using Flash CS3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2009/01/17/another-computespectrum-example/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Noise Column Wallpaper Generator 1.0</title>
		<link>http://www.todaycreate.com/2008/11/29/noise-column-wallpaper-generator-10</link>
		<comments>http://www.todaycreate.com/2008/11/29/noise-column-wallpaper-generator-10#comments</comments>
		<pubDate>Sun, 30 Nov 2008 04:41:10 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Abstract]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Perlin]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=127</guid>
		<description><![CDATA[+ Launch the Noise Column Wallpaper Generator I spent the last couple days making a desktop wallpaper-generating web app out of the previous experiment. Click the image above to check it out. I tried to add a majority of the common 4:3 and widescreen desktop screen sizes. Make sure you&#8217;ve got Flash Player 10. The [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://todaycreate.com/noise-column-wallpaper-generator/" title="Launch the Noise Column Wallpaper Generator"><img class="hasLargeImage" src="http://todaycreate.com/wp-content/creations/2008/11/noise_column_wallpaper_generator_1.0.jpg" alt="Screenshot of the Noise Column Wallpaper Generator User Interface" border="0" /></a><span class="imageLinkHolder">+ <a href="http://todaycreate.com/noise-column-wallpaper-generator/">Launch the Noise Column Wallpaper Generator</a></span></p>
<p>I spent the last couple days making a desktop wallpaper-generating web app out of the <a href="http://www.todaycreate.com/2008/11/16/noise-column">previous experiment</a>. Click the image above to check it out.</p>
<p>I tried to add a majority of the common 4:3 and widescreen desktop screen sizes. Make sure you&#8217;ve got Flash Player 10. The app will generate a slightly-compressed JPG for you.</p>
<p>Now that I&#8217;ve created this, I&#8217;m going to apply for a <a href="http://kuler.adobe.com">Kuler</a> developer API key so that I can add a &#8220;randomize&#8221; button for the color palette that pulls in a color scheme from Kuler.</p>
<p><strong>UPDATE (11-29-2008)</strong>: Added a size for the iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2008/11/29/noise-column-wallpaper-generator-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Noise Column</title>
		<link>http://www.todaycreate.com/2008/11/16/noise-column</link>
		<comments>http://www.todaycreate.com/2008/11/16/noise-column#comments</comments>
		<pubDate>Sun, 16 Nov 2008 23:03:20 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Abstract]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Generative]]></category>
		<category><![CDATA[Perlin]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/?p=125</guid>
		<description><![CDATA[+ Play with Noise Column. There&#8217;s an ActionScript contest going on (believe it or not). It&#8217;s called The 25-Line ActionScript Contest, and I decided to enter it. I&#8217;m posting the output here, but not the source. I&#8217;ll put that up once the contest is over. Anyway, for now, just click on the image above and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://todaycreate.com/wp-content/creations/2008/11/noise_column/"><img class="hasLargeImage" src="http://todaycreate.com/wp-content/creations/2008/11/noise_column_tc.jpg" alt="Noise Column Screenshot" border="0" /></a><span class="imageLinkHolder">+ <a href="http://todaycreate.com/wp-content/creations/2008/11/noise_column/">Play with Noise Column.</a></span></p>
<p>There&#8217;s an ActionScript contest going on (believe it or not). It&#8217;s called <a href="http://www.25lines.com/">The 25-Line ActionScript Contest</a>, and I decided to enter it. I&#8217;m posting the output here, but not the source. I&#8217;ll put that up once the contest is over.</p>
<p>Anyway, for now, just click on the image above and play. It&#8217;s microphone-reactive, so go ahead and blow into your mic. If you don&#8217;t have one, it&#8217;ll still do stuff. Caveat: you must have <a href="http://adobe.com/go/getflashplayer">Flash Player 10</a> installed.</p>
<p><strong>UPDATE</strong> (12-29-2008):</p>
<p>Now that the contest is over, I&#8217;m posting the source code for your dissection. You should be able to open up Adobe Flash CS4, create a new ActionScript 3.0 project, and paste it into the Actions window on the first frame of the timeline. Enjoy!</p>
<ul>
<li><a href="http://todaycreate.com/wp-content/creations/2008/11/noise_column_source_-_mike_creighton.txt" target="_blank">Noise Column Source Code</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2008/11/16/noise-column/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Odosketched</title>
		<link>http://www.todaycreate.com/2008/10/10/odosketched</link>
		<comments>http://www.todaycreate.com/2008/10/10/odosketched#comments</comments>
		<pubDate>Fri, 10 Oct 2008 23:46:25 +0000</pubDate>
		<dc:creator>Mike Creighton</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Drawing]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Sketches]]></category>

		<guid isPermaLink="false">http://www.todaycreate.com/2008/10/10/odosketched</guid>
		<description><![CDATA[+ View the full-sized version on Flickr. A couple years ago, Odopod made an awesome sketching application with Flash. They called it Odosketch. I guess, it&#8217;s just called &#8220;Sketch&#8221; now, but it&#8217;s mighty fun to play with. One of the coolest features is the way it replays the drawings in its database, a la Painter [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://flickr.com/photos/mikecreighton/2929640637/"><img class="hasLargeImage" src="http://todaycreate.com/wp-content/creations/2008/10/odosketch-2008-10-10_tc.jpg" alt="Cropped sketch done with Odosketch" border="0" /></a><span class="imageLinkHolder">+ <a href="http://flickr.com/photos/mikecreighton/2929640637/">View the full-sized version on Flickr.</a></span></p>
<p>A couple years ago, <a href="http://www.odopod.com" title="Odopod">Odopod</a> made an awesome sketching application with Flash. They called it <a href="http://odopod.com/sketch/" title="Odosketch">Odosketch</a>. I guess, it&#8217;s just called &#8220;Sketch&#8221; now, but it&#8217;s mighty fun to play with.</p>
<p>One of the coolest features is the way it replays the drawings in its database, a la <a href="http://www.corel.com/servlet/Satellite/us/en/Product/1166553885783">Painter</a> circa 1998.</p>
<p>You can also <a href="http://odopod.com/sketch/sketch.html#/MIKECREIGHTON%2070.137.170.42.xml" title="See the sketch re-drawn on Odosketch">see my drawing re-drawn on Odopod&#8217;s Sketch site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.todaycreate.com/2008/10/10/odosketched/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

