<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Tutorial - Creating a Timer in ActionScript 3</title>
	<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/</link>
	<description>Craig Campbell's Flash tutorials, insights, rantings, and general blather.</description>
	<pubDate>Thu, 21 Aug 2008 18:31:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: MIssy</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-737</link>
		<dc:creator>MIssy</dc:creator>
		<pubDate>Mon, 18 Aug 2008 15:42:07 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-737</guid>
		<description>sorry, read part 3 about date()

you can do a quick fix by setting up some variables to hold the month, date, year and then do a quick math subtract to offset the month so you don't remember the date() function reads months differently.</description>
		<content:encoded><![CDATA[<p>sorry, read part 3 about date()</p>
<p>you can do a quick fix by setting up some variables to hold the month, date, year and then do a quick math subtract to offset the month so you don&#8217;t remember the date() function reads months differently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MIssy</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-736</link>
		<dc:creator>MIssy</dc:creator>
		<pubDate>Mon, 18 Aug 2008 15:40:51 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-736</guid>
		<description>sorry, scratch that part 3 about date()</description>
		<content:encoded><![CDATA[<p>sorry, scratch that part 3 about date()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MIssy</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-735</link>
		<dc:creator>MIssy</dc:creator>
		<pubDate>Mon, 18 Aug 2008 15:34:24 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-735</guid>
		<description>wave you have to put the month one digit back...

so if you want october you put 9 not 10.
see the paragraph in the writeup (part 6) about this.


not sure why the programmer/developer didn't code it so it did months 1 through 12 like NORMAL PEOPLE read it and not like Flash month array functionality which starts at zero for January to 11 for December...</description>
		<content:encoded><![CDATA[<p>wave you have to put the month one digit back&#8230;</p>
<p>so if you want october you put 9 not 10.<br />
see the paragraph in the writeup (part 6) about this.</p>
<p>not sure why the programmer/developer didn&#8217;t code it so it did months 1 through 12 like NORMAL PEOPLE read it and not like Flash month array functionality which starts at zero for January to 11 for December&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-728</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 14 Aug 2008 17:40:47 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-728</guid>
		<description>I am searching for a short timer that will count down from 5 minutes to zero. Any suggestions. I am completely new to Action Script. I have CS3 so I would like help in AS3 if possible. Thanks. Matt</description>
		<content:encoded><![CDATA[<p>I am searching for a short timer that will count down from 5 minutes to zero. Any suggestions. I am completely new to Action Script. I have CS3 so I would like help in AS3 if possible. Thanks. Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-725</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 13 Aug 2008 18:54:55 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-725</guid>
		<description>Great tutorial!! But, how can I get it to read the time from a serve so that I can use it on my website??

Cheers

Anthony</description>
		<content:encoded><![CDATA[<p>Great tutorial!! But, how can I get it to read the time from a serve so that I can use it on my website??</p>
<p>Cheers</p>
<p>Anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nihad</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-684</link>
		<dc:creator>nihad</dc:creator>
		<pubDate>Sat, 02 Aug 2008 20:11:52 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-684</guid>
		<description>Since I did not see a response to 'Jean-Sébastien Dussault' with the playheadTime showing up in trace but not showing up in the dynamic text.  Simply ensure your dynamic text font in NOT embedded.

I hope this helps someone.

Thanks</description>
		<content:encoded><![CDATA[<p>Since I did not see a response to &#8216;Jean-Sébastien Dussault&#8217; with the playheadTime showing up in trace but not showing up in the dynamic text.  Simply ensure your dynamic text font in NOT embedded.</p>
<p>I hope this helps someone.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chepi</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-671</link>
		<dc:creator>Chepi</dc:creator>
		<pubDate>Tue, 29 Jul 2008 07:07:11 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-671</guid>
		<description>Thank you dude! This tutorial saved my behind BIG TIME!

All the love from South America's hottest spot...</description>
		<content:encoded><![CDATA[<p>Thank you dude! This tutorial saved my behind BIG TIME!</p>
<p>All the love from South America&#8217;s hottest spot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alin Danila</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-624</link>
		<dc:creator>Alin Danila</dc:creator>
		<pubDate>Wed, 02 Jul 2008 19:24:48 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-624</guid>
		<description>nice tutorial .. would be even better if you would implement timezone difference to it.</description>
		<content:encoded><![CDATA[<p>nice tutorial .. would be even better if you would implement timezone difference to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robb</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-566</link>
		<dc:creator>robb</dc:creator>
		<pubDate>Wed, 04 Jun 2008 18:37:51 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-566</guid>
		<description>great script! one question I have is how do I get the timer to stop at the specified zero time? or can I have a function that will send it to a different frame?

thanks in advance</description>
		<content:encoded><![CDATA[<p>great script! one question I have is how do I get the timer to stop at the specified zero time? or can I have a function that will send it to a different frame?</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wave</title>
		<link>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-555</link>
		<dc:creator>Wave</dc:creator>
		<pubDate>Tue, 03 Jun 2008 17:32:08 +0000</pubDate>
		<guid>http://schoolofflash.com/2008/04/10/tutorial-creating-a-timer-in-actionscript-3/#comment-555</guid>
		<description>I'm getting something weird with the days ... 
if i make the timer to be in 2 hours ..
the days are showing 30 .. 
or if i make it to be in 2 days ...
the days are showing 32 ... 

 i thought i wrote it wrong but even you fla file is doing the same ...
i'm very new to AS .. even more with AS3 .. 

can you help me ? thank you .
great tutorial by the way .. i like the way you explain ..</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting something weird with the days &#8230;<br />
if i make the timer to be in 2 hours ..<br />
the days are showing 30 ..<br />
or if i make it to be in 2 days &#8230;<br />
the days are showing 32 &#8230; </p>
<p> i thought i wrote it wrong but even you fla file is doing the same &#8230;<br />
i&#8217;m very new to AS .. even more with AS3 .. </p>
<p>can you help me ? thank you .<br />
great tutorial by the way .. i like the way you explain ..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
