<?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: Small Fader Function Flash MX</title>
	<atom:link href="http://www.helmutgranda.com/2003/06/18/small-fader-function-flash-mx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.helmutgranda.com/2003/06/18/small-fader-function-flash-mx/</link>
	<description>learning through interaction</description>
	<lastBuildDate>Thu, 17 Nov 2011 18:36:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: richard</title>
		<link>http://www.helmutgranda.com/2003/06/18/small-fader-function-flash-mx/comment-page-1/#comment-46</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=74#comment-46</guid>
		<description>Hi Helmut,
Been playing with your big fader script and added a _xscale variation, now I can have thumbnails that take up less space and are less distracting. Thought you might be interested. Thanks for another lesson.
Richard
//fader code by Helmut http://www.helmutgranda.com/blog, tweaked for scale
MovieClip.prototype.fadeObject = function(whichObject, speed, fadeInorfadeOut ) {
	this.whichObject = whichObject;
	this.speed = speed;
	this._xscale = scale;
	this.fadeInorfadeOut = fadeInorfadeOut;
	if (fadeInorfadeOut == &quot;fadeIn&quot;) {
		whichObject._alpha = 40;
		whichObject._xscale = 300;
	} else if (fadeInorfadeOut == &quot;fadeOut&quot;) {
		whichObject._alpha = 100;
		whichObject._xscale = 165;
	}
	this.onEnterFrame = function() {
		if (fadeInorfadeOut == &quot;fadeOut&quot;) {
			if (whichObject._alpha&gt;=40) {
				whichObject._alpha -= speed;
				whichObject._xscale -= speed;
			} else {
				delete (this.onEnterFrame);
			}
		} else if (fadeInorfadeOut == &quot;fadeIn&quot;) {
			if (whichObject._alpha</description>
		<content:encoded><![CDATA[<p>Hi Helmut,<br />
Been playing with your big fader script and added a _xscale variation, now I can have thumbnails that take up less space and are less distracting. Thought you might be interested. Thanks for another lesson.<br />
Richard<br />
//fader code by Helmut <a href="http://www.helmutgranda.com/blog" rel="nofollow">http://www.helmutgranda.com/blog</a>, tweaked for scale<br />
MovieClip.prototype.fadeObject = function(whichObject, speed, fadeInorfadeOut ) {<br />
	this.whichObject = whichObject;<br />
	this.speed = speed;<br />
	this._xscale = scale;<br />
	this.fadeInorfadeOut = fadeInorfadeOut;<br />
	if (fadeInorfadeOut == &#8220;fadeIn&#8221;) {<br />
		whichObject._alpha = 40;<br />
		whichObject._xscale = 300;<br />
	} else if (fadeInorfadeOut == &#8220;fadeOut&#8221;) {<br />
		whichObject._alpha = 100;<br />
		whichObject._xscale = 165;<br />
	}<br />
	this.onEnterFrame = function() {<br />
		if (fadeInorfadeOut == &#8220;fadeOut&#8221;) {<br />
			if (whichObject._alpha>=40) {<br />
				whichObject._alpha -= speed;<br />
				whichObject._xscale -= speed;<br />
			} else {<br />
				delete (this.onEnterFrame);<br />
			}<br />
		} else if (fadeInorfadeOut == &#8220;fadeIn&#8221;) {<br />
			if (whichObject._alpha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helmut</title>
		<link>http://www.helmutgranda.com/2003/06/18/small-fader-function-flash-mx/comment-page-1/#comment-47</link>
		<dc:creator>Helmut</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.helmutgranda.com/?p=74#comment-47</guid>
		<description>Great!, Now you see how easily it is to add more parameters to the function.

Once the basics are down everything else seems easier.

gj :o)
</description>
		<content:encoded><![CDATA[<p>Great!, Now you see how easily it is to add more parameters to the function.</p>
<p>Once the basics are down everything else seems easier.</p>
<p>gj <img src='http://www.helmutgranda.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

