<?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: Creating auto-repeating buttons in Flash with ActionScript 3.0</title>
	<atom:link href="http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/</link>
	<description>A bunch of ActionScript 2.0 and ActionScript 3.0 examples*</description>
	<lastBuildDate>Fri, 19 Mar 2010 23:35:10 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert</title>
		<link>http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/comment-page-1/#comment-572</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 07 Aug 2009 17:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=60#comment-572</guid>
		<description>Does anyone know why you have to do this? It seems like bad programming practice to solve the problem like this. This just saved my ass and thanks I have been searching this topic for the last 2 hours. Is there anyway to fix it without using this procedure?</description>
		<content:encoded><![CDATA[<p>Does anyone know why you have to do this? It seems like bad programming practice to solve the problem like this. This just saved my ass and thanks I have been searching this topic for the last 2 hours. Is there anyway to fix it without using this procedure?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/comment-page-1/#comment-502</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 04 May 2009 14:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=60#comment-502</guid>
		<description>Hi Peter,
That worked! Thank you.  It seems rather silly that this needed to be done, but I&#039;m glad it&#039;s working now :)

Tom</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
That worked! Thank you.  It seems rather silly that this needed to be done, but I&#8217;m glad it&#8217;s working now :)</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/comment-page-1/#comment-501</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 04 May 2009 14:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=60#comment-501</guid>
		<description>I&#039;d open the Library Panel and make sure you have at least 1 ActionScript 3.0 component added.
Or, if you&#039;re not sure, try dragging a Label component from the Component&#039;s panel onto the Stage, and then delete it. (Deleting it will remove it from the Stage, but leave it in the document&#039;s library.)

Peter</description>
		<content:encoded><![CDATA[<p>I&#8217;d open the Library Panel and make sure you have at least 1 ActionScript 3.0 component added.<br />
Or, if you&#8217;re not sure, try dragging a Label component from the Component&#8217;s panel onto the Stage, and then delete it. (Deleting it will remove it from the Stage, but leave it in the document&#8217;s library.)</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/comment-page-1/#comment-500</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 04 May 2009 13:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=60#comment-500</guid>
		<description>Hi Peter,
I think so, how can I be sure?

Tom</description>
		<content:encoded><![CDATA[<p>Hi Peter,<br />
I think so, how can I be sure?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/comment-page-1/#comment-499</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Mon, 04 May 2009 01:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=60#comment-499</guid>
		<description>Tom,

I&#039;m not sure if it would matter, but do you have an ActionScript 3.0 component in your Flash document&#039;s library?

Peter</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>I&#8217;m not sure if it would matter, but do you have an ActionScript 3.0 component in your Flash document&#8217;s library?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/comment-page-1/#comment-497</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 03 May 2009 20:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=60#comment-497</guid>
		<description>I am having problems with
     import fl.events.ComponentEvent;
I get the following error:
     1172: Definition fl.events:ComponentEvent could not be found.

So far, I have not been able to determine what this means.  What did I forget?</description>
		<content:encoded><![CDATA[<p>I am having problems with<br />
     import fl.events.ComponentEvent;<br />
I get the following error:<br />
     1172: Definition fl.events:ComponentEvent could not be found.</p>
<p>So far, I have not been able to determine what this means.  What did I forget?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Iain</title>
		<link>http://actionscriptexamples.com/2008/11/26/creating-auto-repeating-buttons-in-flash-with-actionscript-30/comment-page-1/#comment-138</link>
		<dc:creator>Iain</dc:creator>
		<pubDate>Fri, 12 Dec 2008 15:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://actionscriptexamples.com/?p=60#comment-138</guid>
		<description>Hi,
im developing my flash site to hold a portfolio. The idea was to create a movie clip with a series of images, each on their own keyframe, then within this movie clip a next and previous button will be available to cycle through the images. Only problem i am having is working out the AS for the buttons. A few attempts have left me skipping a frame on the main timeline but i want to skip a frame within the movieclip.
Could someone help please? im using AS2 by the way.
Thanks, Iain</description>
		<content:encoded><![CDATA[<p>Hi,<br />
im developing my flash site to hold a portfolio. The idea was to create a movie clip with a series of images, each on their own keyframe, then within this movie clip a next and previous button will be available to cycle through the images. Only problem i am having is working out the AS for the buttons. A few attempts have left me skipping a frame on the main timeline but i want to skip a frame within the movieclip.<br />
Could someone help please? im using AS2 by the way.<br />
Thanks, Iain</p>
]]></content:encoded>
	</item>
</channel>
</rss>
