<?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: Timer Delay in Actionscript 3.0</title>
	<atom:link href="http://sitedesignmagazine.com/dailies/timer-delay-in-actionscript-30/1019/feed" rel="self" type="application/rss+xml" />
	<link>http://sitedesignmagazine.com/dailies/timer-delay-in-actionscript-30/1019</link>
	<description>Personal Website of Pedro Sostre</description>
	<lastBuildDate>Sat, 14 Apr 2012 06:56:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nathanael Yoshi</title>
		<link>http://sitedesignmagazine.com/dailies/timer-delay-in-actionscript-30/1019/comment-page-1#comment-99586</link>
		<dc:creator>Nathanael Yoshi</dc:creator>
		<pubDate>Thu, 09 Feb 2012 01:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://sitedesignmagazine.com/dailies/?p=1019#comment-99586</guid>
		<description>I&#039;m normally to blogging and i genuinely appreciate your posts. The write-up has truly peaks my interest. I am going to bookmark your internet site and keep checking picking out particulars.</description>
		<content:encoded><![CDATA[<p>I&#8217;m normally to blogging and i genuinely appreciate your posts. The write-up has truly peaks my interest. I am going to bookmark your internet site and keep checking picking out particulars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: parker</title>
		<link>http://sitedesignmagazine.com/dailies/timer-delay-in-actionscript-30/1019/comment-page-1#comment-18237</link>
		<dc:creator>parker</dc:creator>
		<pubDate>Tue, 08 Dec 2009 20:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://sitedesignmagazine.com/dailies/?p=1019#comment-18237</guid>
		<description>For what it&#039;s worth, &quot;timer&quot; is acceptable in the above code.  However, it is considered somewhat &quot;bad form&quot; as the EVENT constants (i.e. TimerEvent.TIMER)won&#039;t be depreciated in future versions of AS, while &quot;timer&quot; might be.  Thanks for the write-up!</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, &#8220;timer&#8221; is acceptable in the above code.  However, it is considered somewhat &#8220;bad form&#8221; as the EVENT constants (i.e. TimerEvent.TIMER)won&#8217;t be depreciated in future versions of AS, while &#8220;timer&#8221; might be.  Thanks for the write-up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lovebolivia</title>
		<link>http://sitedesignmagazine.com/dailies/timer-delay-in-actionscript-30/1019/comment-page-1#comment-17546</link>
		<dc:creator>lovebolivia</dc:creator>
		<pubDate>Tue, 28 Jul 2009 16:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://sitedesignmagazine.com/dailies/?p=1019#comment-17546</guid>
		<description>Hi,

Well, I&#039;ve been checking the code that show above, and there is a mistake when you declare an EventListener. So you do:
   myTimer.addEventListener(”timer”, timedFunction);

but the correct form is as following:
   myTimer.addEventListener(TimerEvent.TIMER, timedFunction);

Well, now all code is correct. that is all! 

bye.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Well, I&#8217;ve been checking the code that show above, and there is a mistake when you declare an EventListener. So you do:<br />
   myTimer.addEventListener(”timer”, timedFunction);</p>
<p>but the correct form is as following:<br />
   myTimer.addEventListener(TimerEvent.TIMER, timedFunction);</p>
<p>Well, now all code is correct. that is all! </p>
<p>bye.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

