<?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: Building a simple clock application in as3</title>
	<atom:link href="http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/</link>
	<description>HELPING WEB DEVELOPERS DEVELOP</description>
	<lastBuildDate>Tue, 27 Dec 2011 09:46:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Frederik</title>
		<link>http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/comment-page-1/#comment-10743</link>
		<dc:creator>Frederik</dc:creator>
		<pubDate>Sun, 24 Jul 2011 01:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=109#comment-10743</guid>
		<description>Nice snippet - a slight improvement would be including import statements.
Keep it up :)</description>
		<content:encoded><![CDATA[<p>Nice snippet &#8211; a slight improvement would be including import statements.<br />
Keep it up <img src='http://www.flashnutz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: getseconds</title>
		<link>http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/comment-page-1/#comment-5514</link>
		<dc:creator>getseconds</dc:creator>
		<pubDate>Sat, 03 Apr 2010 10:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=109#comment-5514</guid>
		<description>[...] on ... getSeconds () toString() it returns the current system date and time. To create Date ...Building a simple clock application in as3 &#124; FLASHNUTZYesterday I posted how the Date class worked in ActionScript 3. Today I though I would build a [...]</description>
		<content:encoded><![CDATA[<p>[...] on &#8230; getSeconds () toString() it returns the current system date and time. To create Date &#8230;Building a simple clock application in as3 | FLASHNUTZYesterday I posted how the Date class worked in ActionScript 3. Today I though I would build a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RockFall</title>
		<link>http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/comment-page-1/#comment-2525</link>
		<dc:creator>RockFall</dc:creator>
		<pubDate>Sat, 17 Oct 2009 23:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=109#comment-2525</guid>
		<description>never mind, i see the problem, &amp; lt ; changes to a &lt; on the comments here but it didnt change on your code blurb :P 

my bad</description>
		<content:encoded><![CDATA[<p>never mind, i see the problem, &amp; lt ; changes to a &lt; on the comments here but it didnt change on your code blurb <img src='http://www.flashnutz.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<p>my bad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RockFall</title>
		<link>http://www.flashnutz.com/2009/02/building-a-simple-clock-application-in-as3/comment-page-1/#comment-2524</link>
		<dc:creator>RockFall</dc:creator>
		<pubDate>Sat, 17 Oct 2009 23:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.flashnutz.com/?p=109#comment-2524</guid>
		<description>Good little tut but there are a few errors. On the if(localDate.getMinutes()&lt;10){ and if(localDate.getSeconds()&lt;10){ lines you should have used:

if(localDate.getMinutes()&lt;=9)
if(localDate.getSeconds()&lt;=9)

im not sure if &amp;lt is a shorthand command but as its not in my AS lib i would guess that most people dont have it. Just thought i would add that in case someone had errors thrown that they didnt understand.</description>
		<content:encoded><![CDATA[<p>Good little tut but there are a few errors. On the if(localDate.getMinutes()&lt;10){ and if(localDate.getSeconds()&lt;10){ lines you should have used:</p>
<p>if(localDate.getMinutes()&lt;=9)<br />
if(localDate.getSeconds()&lt;=9)</p>
<p>im not sure if &amp;lt is a shorthand command but as its not in my AS lib i would guess that most people dont have it. Just thought i would add that in case someone had errors thrown that they didnt understand.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

