<?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>My Quick Fix &#187; Flash</title>
	<atom:link href="http://myquickfix.co.uk/index.php/category/computers/web-development/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://myquickfix.co.uk</link>
	<description>Quick fixes for niggly problems...</description>
	<lastBuildDate>Thu, 24 Sep 2009 15:10:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cannot set alpha on dynamic text in Flash / ActionScript 2</title>
		<link>http://myquickfix.co.uk/index.php/2009/08/cannot-set-alpha-on-dynamic-text-in-flash-actionscript-2/</link>
		<comments>http://myquickfix.co.uk/index.php/2009/08/cannot-set-alpha-on-dynamic-text-in-flash-actionscript-2/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:16:21 +0000</pubDate>
		<dc:creator>hutch</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[dynamic]]></category>

		<guid isPermaLink="false">http://www.myquickfix.co.uk/?p=578</guid>
		<description><![CDATA[Problem
I&#8217;m doing some freelance Flash development, and it&#8217;s been a while. I have just created a dynamic text field that I wanted to fill via actionscript, then fade in via an alpha tween. This wasn&#8217;t working, even if I set _alpha = 0 on the movieclip containing the text field.
Solution
You can only set _alpha on a Dynamic Text field if the font has been embeded (with the embed button).
Works now! wohoo! Simple stuff that I&#8217;ve known in the past, but forgot.
]]></description>
			<content:encoded><![CDATA[<h2>Problem</h2>
<p>I&#8217;m doing some freelance Flash development, and it&#8217;s been a while. I have just created a dynamic text field that I wanted to fill via actionscript, then fade in via an alpha tween. This wasn&#8217;t working, even if I set _alpha = 0 on the movieclip containing the text field.</p>
<h2>Solution</h2>
<p>You can only set _alpha on a Dynamic Text field if the font has been embeded (with the embed button).</p>
<p>Works now! wohoo! Simple stuff that I&#8217;ve known in the past, but forgot.</p>
]]></content:encoded>
			<wfw:commentRss>http://myquickfix.co.uk/index.php/2009/08/cannot-set-alpha-on-dynamic-text-in-flash-actionscript-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
