<?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>《AS3学习笔记(2)－Timer》的评论</title>
	<atom:link href="http://eidiot.net/2006/07/14/as3-note-timer/feed/" rel="self" type="application/rss+xml" />
	<link>http://eidiot.net/2006/07/14/as3-note-timer/</link>
	<description>eidiot&#039;s blog. My flapdoodles.</description>
	<lastBuildDate>Thu, 17 May 2012 07:20:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：fansin</title>
		<link>http://eidiot.net/2006/07/14/as3-note-timer/comment-page-1/#comment-21797</link>
		<dc:creator>fansin</dc:creator>
		<pubDate>Fri, 04 Jul 2008 03:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://eidiot.net/?p=285#comment-21797</guid>
		<description>出错了哦 
1119: 访问可能未定义的属性 text (通过 static 类型 flash.display:DisplayObject 引用)。

是什么原因呢 ?</description>
		<content:encoded><![CDATA[<p>出错了哦<br />
1119: 访问可能未定义的属性 text (通过 static 类型 flash.display:DisplayObject 引用)。</p>
<p>是什么原因呢 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：balzers</title>
		<link>http://eidiot.net/2006/07/14/as3-note-timer/comment-page-1/#comment-21793</link>
		<dc:creator>balzers</dc:creator>
		<pubDate>Mon, 23 Jun 2008 09:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://eidiot.net/?p=285#comment-21793</guid>
		<description>学习了...很好很详细
谢谢了</description>
		<content:encoded><![CDATA[<p>学习了&#8230;很好很详细<br />
谢谢了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：匿名</title>
		<link>http://eidiot.net/2006/07/14/as3-note-timer/comment-page-1/#comment-21580</link>
		<dc:creator>匿名</dc:creator>
		<pubDate>Sat, 15 Sep 2007 07:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://eidiot.net/?p=285#comment-21580</guid>
		<description>今天按照您的教程进行了制作，始终得不到和下载源文件一样的效果，提示这样的错误：
1067: Implicit coercion of a value of type String to an unrelated type uint.
1067: Implicit coercion of a value of type String to an unrelated type uint.
1119: Access of possibly undefined property text through a reference with static type flash.display:DisplayObject.
（第3 个错误 有3 个，共五个），我用您的 .fla 就可以，用我自己的就有这样的错误。
文档类也是一样的，实在是奇怪，（另外：看别人的例子 代码多的时候，也发生过这样的情况）；
什么原因呢？请帮忙解答一下，谢谢！</description>
		<content:encoded><![CDATA[<p>今天按照您的教程进行了制作，始终得不到和下载源文件一样的效果，提示这样的错误：<br />
1067: Implicit coercion of a value of type String to an unrelated type uint.<br />
1067: Implicit coercion of a value of type String to an unrelated type uint.<br />
1119: Access of possibly undefined property text through a reference with static type flash.display:DisplayObject.<br />
（第3 个错误 有3 个，共五个），我用您的 .fla 就可以，用我自己的就有这样的错误。<br />
文档类也是一样的，实在是奇怪，（另外：看别人的例子 代码多的时候，也发生过这样的情况）；<br />
什么原因呢？请帮忙解答一下，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Still05017</title>
		<link>http://eidiot.net/2006/07/14/as3-note-timer/comment-page-1/#comment-20069</link>
		<dc:creator>Still05017</dc:creator>
		<pubDate>Sat, 17 Mar 2007 07:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://eidiot.net/?p=285#comment-20069</guid>
		<description>很好!楼主的代码有个地方少写了两句话,
if( timer.delay != delay &#124;&#124; timer.repeatCount != repeatCount ){
   timer = new Timer(delay,  repeatCount);		   
//下面两句也要,要不然新的计时器不响应事件
timer.addEventListener( TimerEvent.TIMER, timerHandler);
timer.addEventListener( TimerEvent.TIMER_COMPLETE, timerCompleteHandler);	}</description>
		<content:encoded><![CDATA[<p>很好!楼主的代码有个地方少写了两句话,<br />
if( timer.delay != delay || timer.repeatCount != repeatCount ){<br />
   timer = new Timer(delay,  repeatCount);<br />
//下面两句也要,要不然新的计时器不响应事件<br />
timer.addEventListener( TimerEvent.TIMER, timerHandler);<br />
timer.addEventListener( TimerEvent.TIMER_COMPLETE, timerCompleteHandler);	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：匿名</title>
		<link>http://eidiot.net/2006/07/14/as3-note-timer/comment-page-1/#comment-11082</link>
		<dc:creator>匿名</dc:creator>
		<pubDate>Mon, 16 Oct 2006 11:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://eidiot.net/?p=285#comment-11082</guid>
		<description>[smile]  [sweat]  [tire]  [ah]  [sad]</description>
		<content:encoded><![CDATA[<p> <img src='http://eidiot.net/wp-content/plugins/smilies-themer/JBIG/smile.gif' alt='[smile]' class='wp-smiley' />  <img src='http://eidiot.net/wp-content/plugins/smilies-themer/JBIG/sweat.gif' alt='[sweat]' class='wp-smiley' />  [tire]  <img src='http://eidiot.net/wp-content/plugins/smilies-themer/JBIG/ah.gif' alt='[ah]' class='wp-smiley' />  <img src='http://eidiot.net/wp-content/plugins/smilies-themer/JBIG/sad.gif' alt='[sad]' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：匿名游客3</title>
		<link>http://eidiot.net/2006/07/14/as3-note-timer/comment-page-1/#comment-6373</link>
		<dc:creator>匿名游客3</dc:creator>
		<pubDate>Sat, 15 Jul 2006 15:38:28 +0000</pubDate>
		<guid isPermaLink="false">http://eidiot.net/?p=285#comment-6373</guid>
		<description>顶一个先 [cool]  [still_dreaming]</description>
		<content:encoded><![CDATA[<p>顶一个先 <img src='http://eidiot.net/wp-content/plugins/smilies-themer/JBIG/cool.gif' alt='[cool]' class='wp-smiley' />  <img src='http://eidiot.net/wp-content/plugins/smilies-themer/JBIG/still_dreaming.gif' alt='[still_dreaming]' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

