<?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: Learning to use the conditional if/else statement in Flash 8</title>
	<atom:link href="http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/</link>
	<description>Learn Flash easily.</description>
	<lastBuildDate>Sat, 04 Sep 2010 11:37:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: mikee pee</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-3001</link>
		<dc:creator>mikee pee</dc:creator>
		<pubDate>Wed, 01 Sep 2010 02:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-3001</guid>
		<description>this tutorial really helped me to acheive what I wanted to achieve as I understood step by step what was going, all clearly explained so even a simpleton could get it..and better still my code worked first time!! a million thankyous :)</description>
		<content:encoded><![CDATA[<p>this tutorial really helped me to acheive what I wanted to achieve as I understood step by step what was going, all clearly explained so even a simpleton could get it..and better still my code worked first time!! a million thankyous <img src='http://flashexplained.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trina</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-2922</link>
		<dc:creator>trina</dc:creator>
		<pubDate>Wed, 14 Jul 2010 08:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-2922</guid>
		<description>Ah, problem solved. I need to do it in Actionscript 2.0, not 3.0. Silly me...</description>
		<content:encoded><![CDATA[<p>Ah, problem solved. I need to do it in Actionscript 2.0, not 3.0. Silly me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trina</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-2903</link>
		<dc:creator>trina</dc:creator>
		<pubDate>Mon, 05 Jul 2010 13:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-2903</guid>
		<description>Several of your tutorials have been extremely helpful but I&#039;m having problems with this one. This is probably due to the fact that I&#039;m using CS3. I&#039;ve worked out that ._alpha in Flash8 is .alpha in CS3, but I&#039;m having problems with step 14: 

roomLight_mc.onPress = function() {
if (lightOn == false) {
roomLight_mc._alpha = 100;

I&#039;ve had to change it to:

addEventListener (MouseEvent.CLICK,clickHandler)
roomLight_mc.onMouseDown = function() {
if (lightOn == false) {
roomLight_mc.alpha = 100;

but it won&#039;t accept the clickHandler bit. I&#039;m trying to teach myself ActionScript and so far your tutorials have been invaluable, but I find myself getting stuck on really simple things. 

So, what am I doing wrong in this case?</description>
		<content:encoded><![CDATA[<p>Several of your tutorials have been extremely helpful but I&#8217;m having problems with this one. This is probably due to the fact that I&#8217;m using CS3. I&#8217;ve worked out that ._alpha in Flash8 is .alpha in CS3, but I&#8217;m having problems with step 14: </p>
<p>roomLight_mc.onPress = function() {<br />
if (lightOn == false) {<br />
roomLight_mc._alpha = 100;</p>
<p>I&#8217;ve had to change it to:</p>
<p>addEventListener (MouseEvent.CLICK,clickHandler)<br />
roomLight_mc.onMouseDown = function() {<br />
if (lightOn == false) {<br />
roomLight_mc.alpha = 100;</p>
<p>but it won&#8217;t accept the clickHandler bit. I&#8217;m trying to teach myself ActionScript and so far your tutorials have been invaluable, but I find myself getting stuck on really simple things. </p>
<p>So, what am I doing wrong in this case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: said</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-2845</link>
		<dc:creator>said</dc:creator>
		<pubDate>Tue, 08 Jun 2010 21:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-2845</guid>
		<description>it is very good thanks many for you to explain it so easy and i hope to send me more because i am learning action script 
thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaank youuuuuuuuuuuuu</description>
		<content:encoded><![CDATA[<p>it is very good thanks many for you to explain it so easy and i hope to send me more because i am learning action script<br />
thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaank youuuuuuuuuuuuu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victor</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-2437</link>
		<dc:creator>victor</dc:creator>
		<pubDate>Mon, 29 Mar 2010 10:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-2437</guid>
		<description>awesome tut, i tried this on a rollover effect but i couldnt get AS to take a the roll over comand could you please explain how to repalce the onPress if possible?</description>
		<content:encoded><![CDATA[<p>awesome tut, i tried this on a rollover effect but i couldnt get AS to take a the roll over comand could you please explain how to repalce the onPress if possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hello Luka</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-2001</link>
		<dc:creator>Hello Luka</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-2001</guid>
		<description>Its very interesting &amp; well explained...we&#039;re looking more tutorial like this..its nicely illustrated.

keep up the good work &amp; thanks for the efforts &amp; time that you dedicated for this.

Raju</description>
		<content:encoded><![CDATA[<p>Its very interesting &amp; well explained&#8230;we&#8217;re looking more tutorial like this..its nicely illustrated.</p>
<p>keep up the good work &amp; thanks for the efforts &amp; time that you dedicated for this.</p>
<p>Raju</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sasikumar</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-1553</link>
		<dc:creator>sasikumar</dc:creator>
		<pubDate>Fri, 14 Aug 2009 09:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-1553</guid>
		<description>Hi Luka,

Very nice tutorials for the absolute beginers....good one...keep it up</description>
		<content:encoded><![CDATA[<p>Hi Luka,</p>
<p>Very nice tutorials for the absolute beginers&#8230;.good one&#8230;keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-701</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 25 Nov 2008 23:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-701</guid>
		<description>Great tutorial!  Total lifesaver.  Thanks so much!</description>
		<content:encoded><![CDATA[<p>Great tutorial!  Total lifesaver.  Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://flashexplained.com/actionscript/learning-to-use-the-conditional-ifelse-statement-in-flash-8/comment-page-1/#comment-700</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 25 Nov 2008 19:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://flashexplained.com/?p=494#comment-700</guid>
		<description>Very nice tutorial! Very good explanation and examples! It thought me what I need to know about variables in flash, and enabled my to solve an important problem.

Thanks.</description>
		<content:encoded><![CDATA[<p>Very nice tutorial! Very good explanation and examples! It thought me what I need to know about variables in flash, and enabled my to solve an important problem.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
