<?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>Geek.blog &#187; fading</title>
	<atom:link href="http://blog.728media.com/tag/fading/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.728media.com</link>
	<description>Advanced Flash and Actionscript 3 by Andrew Christensen</description>
	<lastBuildDate>Wed, 12 Aug 2009 04:30:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fade Flash DisplayObjects without the overlay!</title>
		<link>http://blog.728media.com/2008/05/13/fade-flash-displayobjects-without-the-overlay/</link>
		<comments>http://blog.728media.com/2008/05/13/fade-flash-displayobjects-without-the-overlay/#comments</comments>
		<pubDate>Tue, 13 May 2008 18:26:23 +0000</pubDate>
		<dc:creator>Andrew Christensen</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[blending]]></category>
		<category><![CDATA[fading]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tweening]]></category>

		<guid isPermaLink="false">http://blog.728media.com/?p=27</guid>
		<description><![CDATA[
Problem: Having DisplayObjects overlap and fading alpha. The result is the two objects alphas combining in the overlapping regions. This creates a nasty overlay that will show all the layers below the top most. This is because flash fades all the clips inside the DisplayObject, not the container clip as a whole.
Solution: All you need [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.728media.com/wp-content/uploads/2008/05/blendmode.jpg"><img class="alignnone size-full wp-image-28" title="blendmode" src="http://blog.728media.com/wp-content/uploads/2008/05/blendmode.jpg" alt="BlendMode" width="450" height="250" /></a></p>
<p><strong>Problem:</strong> Having DisplayObjects overlap and fading alpha. The result is the two objects alphas combining in the overlapping regions. This creates a nasty overlay that will show all the layers below the top most. This is because flash fades all the clips inside the DisplayObject, not the container clip as a whole.</p>
<p><strong>Solution: </strong>All you need to do is set the container clip BlendMode to LAYER (BlendMore.LAYER). The <a href="http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/" target="_blank">Zedia Flash Blog</a> has put up a straight forward example of the problem/solution.</p>
<p>[ via <a href="http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-containing-other-displayobject/" target="_blank">Zedia Flash Blog</a> ]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.728media.com/2008/05/13/fade-flash-displayobjects-without-the-overlay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
