<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<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: Making A Timer With setInterval();</title>
	<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/</link>
	<description></description>
	<pubDate>Sun, 05 Jul 2009 00:36:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: sathya</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-30752</link>
		<dc:creator>sathya</dc:creator>
		<pubDate>Tue, 02 Jun 2009 08:14:40 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-30752</guid>
		<description>timer.text = 100;
function time() {
	timer.text = timer.text-1;
}
setInterval(time, 10);</description>
		<content:encoded><![CDATA[<p>timer.text = 100;<br />
function time() {<br />
	timer.text = timer.text-1;<br />
}<br />
setInterval(time, 10);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liam</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-25522</link>
		<dc:creator>Liam</dc:creator>
		<pubDate>Mon, 12 Jan 2009 03:39:26 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-25522</guid>
		<description>How'd you fix it?</description>
		<content:encoded><![CDATA[<p>How&#8217;d you fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello ☺</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-22053</link>
		<dc:creator>hello ☺</dc:creator>
		<pubDate>Sun, 31 Aug 2008 09:43:30 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-22053</guid>
		<description>I have fixed this problem ☺ !</description>
		<content:encoded><![CDATA[<p>I have fixed this problem ☺ !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello ☺</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-22026</link>
		<dc:creator>hello ☺</dc:creator>
		<pubDate>Sat, 30 Aug 2008 13:39:57 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-22026</guid>
		<description>Im trying to make this...
if the timer (dynamic text)
goes to 0 go to another page
but this doesn't work...
here's the code:

onClipEvent (enterFrame) {
    if(_root.timer&lt;0) {
      gotoAndStop(2);
}
}

Please help me!
Thnx</description>
		<content:encoded><![CDATA[<p>Im trying to make this&#8230;<br />
if the timer (dynamic text)<br />
goes to 0 go to another page<br />
but this doesn&#8217;t work&#8230;<br />
here&#8217;s the code:</p>
<p>onClipEvent (enterFrame) {<br />
    if(_root.timer&lt;0) {<br />
      gotoAndStop(2);<br />
}<br />
}</p>
<p>Please help me!<br />
Thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudydbooty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-20737</link>
		<dc:creator>rudydbooty</dc:creator>
		<pubDate>Fri, 18 Jul 2008 20:31:41 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-20737</guid>
		<description>wow sweet tutorial this saved me so much time!</description>
		<content:encoded><![CDATA[<p>wow sweet tutorial this saved me so much time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob C Greenleaf</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-17189</link>
		<dc:creator>Jacob C Greenleaf</dc:creator>
		<pubDate>Thu, 22 May 2008 01:45:07 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-17189</guid>
		<description>Yeah i get

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 4: Syntax error.
         _root.timer–-; //Add another hyphon onto the end

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 5: ')' or ',' expected
     }, 1000);

Total ActionScript Errors: 2 	 Reported Errors: 2</description>
		<content:encoded><![CDATA[<p>Yeah i get</p>
<p>**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 4: Syntax error.<br />
         _root.timer–-; //Add another hyphon onto the end</p>
<p>**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 5: &#8216;)&#8217; or &#8216;,&#8217; expected<br />
     }, 1000);</p>
<p>Total ActionScript Errors: 2 	 Reported Errors: 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacob</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-12877</link>
		<dc:creator>jacob</dc:creator>
		<pubDate>Tue, 19 Feb 2008 00:04:01 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-12877</guid>
		<description>hey, after i make a dynamic text box it wont let me do any code...</description>
		<content:encoded><![CDATA[<p>hey, after i make a dynamic text box it wont let me do any code&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilco</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-12448</link>
		<dc:creator>Wilco</dc:creator>
		<pubDate>Sat, 09 Feb 2008 18:57:04 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-12448</guid>
		<description>Nevermind</description>
		<content:encoded><![CDATA[<p>Nevermind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wilco</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-12447</link>
		<dc:creator>Wilco</dc:creator>
		<pubDate>Sat, 09 Feb 2008 18:39:40 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-12447</guid>
		<description>When I copy and paste this onto the frame, I get these two errors:

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 4: Syntax error.
         _root.timer–; //Add another hyphon onto the end

**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 5: ')' or ',' expected
     }, 1000);

Total ActionScript Errors: 2 	 Reported Errors: 2

I called the textbox "timer" and I'm using MX Professional 2004</description>
		<content:encoded><![CDATA[<p>When I copy and paste this onto the frame, I get these two errors:</p>
<p>**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 4: Syntax error.<br />
         _root.timer–; //Add another hyphon onto the end</p>
<p>**Error** Scene=Scene 1, layer=Layer 1, frame=1:Line 5: &#8216;)&#8217; or &#8216;,&#8217; expected<br />
     }, 1000);</p>
<p>Total ActionScript Errors: 2 	 Reported Errors: 2</p>
<p>I called the textbox &#8220;timer&#8221; and I&#8217;m using MX Professional 2004</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awesty</title>
		<link>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-10629</link>
		<dc:creator>awesty</dc:creator>
		<pubDate>Thu, 10 Jan 2008 04:22:21 +0000</pubDate>
		<guid>http://www.awestyproductions.com/tutorials/flash-tutorials/making-a-timer-with-setinterval/#comment-10629</guid>
		<description>But there are only 5 lines of code...</description>
		<content:encoded><![CDATA[<p>But there are only 5 lines of code&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
