<?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 for Flash and ActionScript tutorials - flashadvanced</title>
	<atom:link href="http://flashadvanced.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashadvanced.com</link>
	<description>Become an advanced flash developer</description>
	<lastBuildDate>Wed, 28 Jul 2010 09:42:22 +0300</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating a small shooting game by Tau</title>
		<link>http://flashadvanced.com/advanced-actionscript-3/creating-small-shooting-game/comment-page-4/#comment-1597</link>
		<dc:creator>Tau</dc:creator>
		<pubDate>Wed, 28 Jul 2010 09:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=371#comment-1597</guid>
		<description>How would you add more than one star onto the game?</description>
		<content:encoded><![CDATA[<p>How would you add more than one star onto the game?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple login form with ActionScript 3.0 by LP</title>
		<link>http://flashadvanced.com/actionscript-3-basics/simple-login-form-with-actionscript-3-0/comment-page-1/#comment-1564</link>
		<dc:creator>LP</dc:creator>
		<pubDate>Sun, 25 Jul 2010 22:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=222#comment-1564</guid>
		<description>So you have two frame now.

What if you want the log-in screen to access other frames instead of frame 2(if-then statement update perhaps)?

I&#039;ve tried this, but the logout button does not work on the 3rd frame. Can you help?!</description>
		<content:encoded><![CDATA[<p>So you have two frame now.</p>
<p>What if you want the log-in screen to access other frames instead of frame 2(if-then statement update perhaps)?</p>
<p>I&#8217;ve tried this, but the logout button does not work on the 3rd frame. Can you help?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Countdown timer with ActionScript 3.0 by Ron Pumfleet</title>
		<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/comment-page-1/#comment-1556</link>
		<dc:creator>Ron Pumfleet</dc:creator>
		<pubDate>Sun, 25 Jul 2010 11:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=37#comment-1556</guid>
		<description>&lt;a href=&quot;#comment-989&quot; rel=&quot;nofollow&quot;&gt;@Steve &lt;/a&gt; 

In your code of... new Date(2010, 5, 11);

You are setting the date to be 2010, June 11th

If you use numbers for months remember that months start at &quot;0&quot; not 1

So January = 0
   February = 1
   March = 2
   April = 3
etc

as you wanted April 19th 2010
you shd have had... new Date(2010, 3, 19);</description>
		<content:encoded><![CDATA[<p><a href="#comment-989" rel="nofollow">@Steve </a> </p>
<p>In your code of&#8230; new Date(2010, 5, 11);</p>
<p>You are setting the date to be 2010, June 11th</p>
<p>If you use numbers for months remember that months start at &#8220;0&#8243; not 1</p>
<p>So January = 0<br />
   February = 1<br />
   March = 2<br />
   April = 3<br />
etc</p>
<p>as you wanted April 19th 2010<br />
you shd have had&#8230; new Date(2010, 3, 19);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Countdown timer with ActionScript 3.0 by Ron Pumfleet</title>
		<link>http://flashadvanced.com/actionscript-3-basics/countdown-timer-with-actionscript-3-0/comment-page-1/#comment-1555</link>
		<dc:creator>Ron Pumfleet</dc:creator>
		<pubDate>Sun, 25 Jul 2010 11:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=37#comment-1555</guid>
		<description>&lt;a href=&quot;#comment-1246&quot; rel=&quot;nofollow&quot;&gt;@Luis Felipe &lt;/a&gt; 
Hi Luis

I had the same problem until I came across another tutorial which showed how to stop the counter at 0.

if(time_txt.text == &quot;0:00:00:00&quot;){
delete this.onEnterFrame;
}
The above depends on whether you are using days:hrs:mins:secs

Hope it helps</description>
		<content:encoded><![CDATA[<p><a href="#comment-1246" rel="nofollow">@Luis Felipe </a><br />
Hi Luis</p>
<p>I had the same problem until I came across another tutorial which showed how to stop the counter at 0.</p>
<p>if(time_txt.text == &#8220;0:00:00:00&#8243;){<br />
delete this.onEnterFrame;<br />
}<br />
The above depends on whether you are using days:hrs:mins:secs</p>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionScript 3 Tooltips by izzo</title>
		<link>http://flashadvanced.com/actionscript-3-basics/hello-world/comment-page-1/#comment-1375</link>
		<dc:creator>izzo</dc:creator>
		<pubDate>Wed, 07 Jul 2010 12:26:27 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=1#comment-1375</guid>
		<description>How would I adjust this so I can create multiple tooltips and not just one?</description>
		<content:encoded><![CDATA[<p>How would I adjust this so I can create multiple tooltips and not just one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionScript 3 full browser background by Humm</title>
		<link>http://flashadvanced.com/actionscript-3-basics/actionscript-3-full-browser-background/comment-page-1/#comment-1356</link>
		<dc:creator>Humm</dc:creator>
		<pubDate>Sun, 27 Jun 2010 13:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://flashadvanced.com/?p=261#comment-1356</guid>
		<description>This is redux of another tutorial done by Lee Brimelow http://gotoandlearn.com/play.php?id=31 done for AS2. Humm no credit?!</description>
		<content:encoded><![CDATA[<p>This is redux of another tutorial done by Lee Brimelow <a href="http://gotoandlearn.com/play.php?id=31" rel="nofollow">http://gotoandlearn.com/play.php?id=31</a> done for AS2. Humm no credit?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
