<?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>toDeBlog &#187; glow filter</title>
	<atom:link href="http://todepoint.com/blog/tag/glow-filter/feed/" rel="self" type="application/rss+xml" />
	<link>http://todepoint.com/blog</link>
	<description>A blog about User Interface, User Experience, Design, Flash, Product management and all that goes in between.</description>
	<lastBuildDate>Tue, 20 Dec 2011 12:54:35 +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>How to stroke several sprites as one</title>
		<link>http://todepoint.com/blog/2008/06/19/how-to-stroke-several-sprites-as-one/</link>
		<comments>http://todepoint.com/blog/2008/06/19/how-to-stroke-several-sprites-as-one/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 08:50:22 +0000</pubDate>
		<dc:creator>adi</dc:creator>
				<category><![CDATA[action script]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[glow filter]]></category>
		<category><![CDATA[stroke]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://todepoint.com/blog/?p=50</guid>
		<description><![CDATA[If you&#8217;re trying to create a single stroke (outline, contour) over several sprites or movieClips, you can simply create a parent object to hold them and apply a glow filter to it. In this example (yeah, it&#8217;s an old and basic as2 thing, a test I did ages ago) I applied a glow filter of [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to create a single stroke (outline, contour) over several sprites or movieClips, you can simply create a parent object to hold them and apply a glow filter to it. In this example (yeah, it&#8217;s an old and basic as2 thing, a test I did ages ago) I applied a glow filter of 2 pixels Blur to the comic balloon background.
<div id="comic"><img src="http://www.todepoint.com/adi/as_examples/comics/comics_balloon.jpg" width="450" height="200" border="0" /></div>
<p><script src="http://www.todepoint.com/blog/js/swfobject.js" type="text/javascript"></script><script type="text/javascript">
// <![CDATA[
var glsso = new SWFObject("../adi/as_examples/comics/comics_balloon.swf", "comical", "450", "200", "8", "#FFFFFF");
glsso.write("comic");
// ]]&gt;</script>The background is made of two movieClips, each has it&#8217;s own behavior, if you click the horn you can adjust its size and direction, if you click the text area you can scale the textField and the balloon background along with it.</p>
<p>This trick can be really handy if you&#8217;re making animations of moving silhouettes. In this flash I used GreenSock&#8217;s <a href="http://blog.greensock.com/transformmanageras2/" target="_blank" alt="TransformManager actionscript class" title="TransformManager actionscript class">TransformManager</a> to make the textField and horn controlable.</p>
]]></content:encoded>
			<wfw:commentRss>http://todepoint.com/blog/2008/06/19/how-to-stroke-several-sprites-as-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

