<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SomaText</title>
	<atom:link href="http://www.soundstep.com/blog/downloads/somatext/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soundstep.com/blog</link>
	<description>Flash, Flex and ActionScript talking.</description>
	<lastBuildDate>Tue, 07 Sep 2010 09:16:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Romuald</title>
		<link>http://www.soundstep.com/blog/downloads/somatext/comment-page-1/#comment-139</link>
		<dc:creator>Romuald</dc:creator>
		<pubDate>Tue, 20 Jan 2009 10:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundstep.com/blog/?page_id=222#comment-139</guid>
		<description>Hi Martin,

No that&#039;s not for a bug fixing. It is because you can&#039;t say in the stylesheet &quot;alpha: 0.5&quot; and parse it correctly, the value in the stylesheet is based to a range 0-100, and this line put back the value to a range 0-1 (50 * 0.01 = 0.5), the proper range Flash is waiting for.

For example if you want a &quot;target.alpha = 0.5&quot;, you&#039;ll write in the stylesheet &quot;alpha: 50&quot;. This applies to alpha, scaleX and scaleY.

Romu</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>No that&#8217;s not for a bug fixing. It is because you can&#8217;t say in the stylesheet &#8220;alpha: 0.5&#8243; and parse it correctly, the value in the stylesheet is based to a range 0-100, and this line put back the value to a range 0-1 (50 * 0.01 = 0.5), the proper range Flash is waiting for.</p>
<p>For example if you want a &#8220;target.alpha = 0.5&#8243;, you&#8217;ll write in the stylesheet &#8220;alpha: 50&#8243;. This applies to alpha, scaleX and scaleY.</p>
<p>Romu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.soundstep.com/blog/downloads/somatext/comment-page-1/#comment-138</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Tue, 20 Jan 2009 07:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.soundstep.com/blog/?page_id=222#comment-138</guid>
		<description>Hi there, 

The line in which you use this:
obj[prop] *= .01;

- what is that for really? Is that for fixing a bug - and is that bug still in the Flash Player 10?</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>The line in which you use this:<br />
obj[prop] *= .01;</p>
<p>- what is that for really? Is that for fixing a bug &#8211; and is that bug still in the Flash Player 10?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
