<?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>guy in the chair . com &#187; BitmapFilter</title>
	<atom:link href="http://guyinthechair.com/tag/bitmapfilter/feed/" rel="self" type="application/rss+xml" />
	<link>http://guyinthechair.com</link>
	<description>//the blog of Paul Taylor</description>
	<lastBuildDate>Fri, 18 Nov 2011 01:22:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Particle Emitter Publishing Tool</title>
		<link>http://guyinthechair.com/2009/11/particle-emitter-publishing-tool/</link>
		<comments>http://guyinthechair.com/2009/11/particle-emitter-publishing-tool/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 07:19:34 +0000</pubDate>
		<dc:creator>Paul Taylor</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[misc]]></category>
		<category><![CDATA[BitmapFilter]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tweensy]]></category>

		<guid isPermaLink="false">http://guyinthechair.com/?p=61</guid>
		<description><![CDATA[I&#8217;m tired, so I&#8217;m going to keep this quick. The Emitter class by Tweensy is fantastic and fun to use, but it&#8217;s not easy to imagine what an effect will look like without coding up an example. That&#8217;s why I&#8217;ve put together a publishing tool for Tweensy&#8217;s particle Emitter. I&#8217;m using 15 sample particles embedded [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m tired, so I&#8217;m going to keep this quick. The <a href="http://docs.flashdynamix.com/tweensy/fx/index.html?com/flashdynamix/motion/extras/Emitter.html&amp;com/flashdynamix/motion/extras/class-list.html" target="_blank">Emitter</a> class by <a href="http://www.lostinactionscript.com/blog/index.php/2009/01/05/tweensy-goes-public/" target="_blank">Tweensy</a> is fantastic and fun to use, but it&#8217;s not easy to imagine what an effect will look like without coding up an example.</p>
<p>That&#8217;s why I&#8217;ve put together a publishing tool for Tweensy&#8217;s particle Emitter. I&#8217;m using 15 sample particles embedded in a SWF, <a href="http://guyinthechair.com/wp-content/flex/emitterfx/assets/particles/particles.swf" target="_blank">which you can download here</a>. <a href="http://guyinthechair.com/wp-content/flex/emitterfx/index.html" target="_blank">Launch the editor here</a>.</p>
<p>Some features of this editor include:</p>
<ul>
<li>The ability to save configurations to a file to be loaded again later (serializing the data to AMF and reading it in to restore state). This means your designers can fiddle with the animations and then email you the configuration.</li>
<li>A code generater for each Emitter and each BitmapFilter applied, which means you can load up the configuration the designers sent you and pretty much copy/paste the code into your project.</li>
</ul>
<p>I will update to add more effects, like the <a href="http://docs.flashdynamix.com/tweensy/fx/index.html?com/flashdynamix/motion/effects/PerlinDisplacementEffect.html&amp;com/flashdynamix/motion/effects/class-list.html" target="_blank">PerlinDisplacementEffect</a> that helps with the <a href="http://www.tweensy.org/examples/fireSmokeFX.html" target="_blank">really cool fire effects</a> Tweensy is capable of, but for now this is what I&#8217;ve got.</p>
<p>Once you add an emitter, you&#8217;ll need to set at least the emission frequency, emission randomness, and particle life to see anything happen. After that I suggest moving the X/Y coords and turning on either the Blur filter or the ColorTransform filter. Changing the start and end colors does some dramatic things, as well as fiddling with the blendMode (I suggest either Normal or Add). If you&#8217;ve got any questions or feature requests, leave them in the comments. Good luck!</p>
<p><span style="color: #339966;">Update</span>: Here&#8217;s two sample emitters to start off with: <a href="http://guyinthechair.com/wp-content/flex/emitterfx/configurations/particleEffect1.amf">Effect 1</a> and <a href="http://guyinthechair.com/wp-content/flex/emitterfx/configurations/fireworks.amf">Fireworks</a> (right click and &#8220;Save as&#8230;&#8221;, keeping the .amf extension).</p>
<p><span style="color: #339966;">Update 2</span>: Added the PerlinDisplacementEffect. Try it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://guyinthechair.com/2009/11/particle-emitter-publishing-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

