<?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: Tips &amp; Tricks 6: How to Create a Countdown Timer in Actionscript 3.0</title>
	<atom:link href="http://www.flashuser.net/flash-tricks/how-to-create-a-countdown-timer-in-actionscript-30.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flashuser.net/flash-tricks/how-to-create-a-countdown-timer-in-actionscript-30.html</link>
	<description>FlashUser.net helps creative Flash developers and designers from all over the world to save time and money for their projects. By following our posts you will easily create more effective Flash designs or add value to your Flash software and applications</description>
	<lastBuildDate>Fri, 12 Mar 2010 13:14:26 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Flashuser</title>
		<link>http://www.flashuser.net/flash-tricks/how-to-create-a-countdown-timer-in-actionscript-30.html/comment-page-1#comment-218</link>
		<dc:creator>Flashuser</dc:creator>
		<pubDate>Fri, 28 Aug 2009 17:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=376#comment-218</guid>
		<description>All you have to do is test the timeLeft variable. Here is the code for that. Delete the line 41 and 42 and paste this code:

if(timeLeft &lt;=0)
	{
	countdown_txt.text = &quot;Happy Birthday!!!&quot;;
	removeEventListener(&quot;enterFrame&quot;, startMovie);}
	else{
	var count:String = years+&quot;:&quot;+days+&quot;:&quot;+hours+&quot;:&quot;+minutes+&quot;:&quot;+seconds;
	countdown_txt.text = count;
	}</description>
		<content:encoded><![CDATA[<p>All you have to do is test the timeLeft variable. Here is the code for that. Delete the line 41 and 42 and paste this code:</p>
<p>if(timeLeft &lt;=0)<br />
	{<br />
	countdown_txt.text = &quot;Happy Birthday!!!&quot;;<br />
	removeEventListener(&quot;enterFrame&quot;, startMovie);}<br />
	else{<br />
	var count:String = years+&quot;:&quot;+days+&quot;:&quot;+hours+&quot;:&quot;+minutes+&quot;:&quot;+seconds;<br />
	countdown_txt.text = count;<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cesar</title>
		<link>http://www.flashuser.net/flash-tricks/how-to-create-a-countdown-timer-in-actionscript-30.html/comment-page-1#comment-216</link>
		<dc:creator>Cesar</dc:creator>
		<pubDate>Fri, 28 Aug 2009 13:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashuser.net/?p=376#comment-216</guid>
		<description>how can you make it so when it hits 0:00:00 (target date) it displays a message instead of counting up?</description>
		<content:encoded><![CDATA[<p>how can you make it so when it hits 0:00:00 (target date) it displays a message instead of counting up?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
