<?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"
	>
<channel>
	<title>Comments on: Dynamic Scrolling Buttons</title>
	<atom:link href="http://blog.circlecube.com/2007/04/09/dynamic-scrolling-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/</link>
	<description>Evan Mullins</description>
	<pubDate>Thu, 04 Dec 2008 22:48:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Guru</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-983</link>
		<dc:creator>Guru</dc:creator>
		<pubDate>Thu, 04 Dec 2008 19:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-983</guid>
		<description>Hi

Nice work done by you.
Thankx</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Nice work done by you.<br />
Thankx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gangadhar</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-770</link>
		<dc:creator>Gangadhar</dc:creator>
		<pubDate>Mon, 07 Jul 2008 12:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-770</guid>
		<description>dear friends,

how to get html pages into dynamic text tool...kindly answer me</description>
		<content:encoded><![CDATA[<p>dear friends,</p>
<p>how to get html pages into dynamic text tool&#8230;kindly answer me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santana</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-755</link>
		<dc:creator>Santana</dc:creator>
		<pubDate>Sat, 05 Jul 2008 20:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-755</guid>
		<description>How can I make the scroll go up and down, instead of left to right?</description>
		<content:encoded><![CDATA[<p>How can I make the scroll go up and down, instead of left to right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-301</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Sun, 18 May 2008 02:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-301</guid>
		<description>I've got it. (smacks self in forehead) A simple oversight, so painfully obvious once I walked away for a few days. I never named the instance of the symbol in the symbol's properties so there was no way for it to check itself against the stage size. Thanks Evan, you are a Flash god.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got it. (smacks self in forehead) A simple oversight, so painfully obvious once I walked away for a few days. I never named the instance of the symbol in the symbol&#8217;s properties so there was no way for it to check itself against the stage size. Thanks Evan, you are a Flash god.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-294</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Wed, 14 May 2008 16:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-294</guid>
		<description>@Kent &#038;
@Ako,
look closely at lines 19 - 20 and 28 of the code above and notice the scrollMovieClipW var in line 3. That's a good hint... 
It looks at the width of the scrolling clip and checks if it's scrolled that far before letting it move farther. To go left it's 0 and right it's -width.

Not much more I can do without more explanation or actionscript samples... Good luck!</description>
		<content:encoded><![CDATA[<p>@Kent &#038;<br />
@Ako,<br />
look closely at lines 19 - 20 and 28 of the code above and notice the scrollMovieClipW var in line 3. That&#8217;s a good hint&#8230;<br />
It looks at the width of the scrolling clip and checks if it&#8217;s scrolled that far before letting it move farther. To go left it&#8217;s 0 and right it&#8217;s -width.</p>
<p>Not much more I can do without more explanation or actionscript samples&#8230; Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ako</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-293</link>
		<dc:creator>Ako</dc:creator>
		<pubDate>Wed, 14 May 2008 11:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-293</guid>
		<description>Thanks for the code, I've been looking for it for a long time!! Unfortunately in my project there's some problem, similar to Kent, last comment. It would be nice if you can help us.

Thanxxxx!!!!</description>
		<content:encoded><![CDATA[<p>Thanks for the code, I&#8217;ve been looking for it for a long time!! Unfortunately in my project there&#8217;s some problem, similar to Kent, last comment. It would be nice if you can help us.</p>
<p>Thanxxxx!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-291</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Wed, 14 May 2008 02:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-291</guid>
		<description>Thank you for sharing, I've stared at the actionscript for hours. How do I get my clip to stop scrolling off the stage?  Yours stops on a dime, mine scrolls and scrolls.....hanging on by my fingernails..... help me.....</description>
		<content:encoded><![CDATA[<p>Thank you for sharing, I&#8217;ve stared at the actionscript for hours. How do I get my clip to stop scrolling off the stage?  Yours stops on a dime, mine scrolls and scrolls&#8230;..hanging on by my fingernails&#8230;.. help me&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Mullins</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-150</link>
		<dc:creator>Evan Mullins</dc:creator>
		<pubDate>Tue, 11 Mar 2008 18:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-150</guid>
		<description>Yes totally, there is a way to do that. I'd start by making it dynamic... Then you can wrap the buttons around to the other side once they are off the stage. Or you can put two instances of the 'colored bar' side by side and have them wrap around and connect at the seams. It's a lot like the &lt;a href="http://blog.circlecube.com/2008/02/19/dynamic-flash-vertical-scrolling-link-list-with-xml-download-at-flashden/" rel="nofollow"&gt;Scrolling Link List&lt;/a&gt; I made, that one is vertical though, I made it dynamic and they wrap around to the end of the list as soon as they are off stage. </description>
		<content:encoded><![CDATA[<p>Yes totally, there is a way to do that. I&#8217;d start by making it dynamic&#8230; Then you can wrap the buttons around to the other side once they are off the stage. Or you can put two instances of the &#8216;colored bar&#8217; side by side and have them wrap around and connect at the seams. It&#8217;s a lot like the <a href="http://blog.circlecube.com/2008/02/19/dynamic-flash-vertical-scrolling-link-list-with-xml-download-at-flashden/"  rel="nofollow">Scrolling Link List</a> I made, that one is vertical though, I made it dynamic and they wrap around to the end of the list as soon as they are off stage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tourmz</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-146</link>
		<dc:creator>tourmz</dc:creator>
		<pubDate>Fri, 07 Mar 2008 00:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-146</guid>
		<description>is there someway to make start at one again when it reaches ten PLEASE HELP...lol...i actually need to load images dynamically instead of numbers but for now this could really work well i use a filmstrip that i create i photoshop instead of the colored bar...</description>
		<content:encoded><![CDATA[<p>is there someway to make start at one again when it reaches ten PLEASE HELP&#8230;lol&#8230;i actually need to load images dynamically instead of numbers but for now this could really work well i use a filmstrip that i create i photoshop instead of the colored bar&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trackback</title>
		<link>http://blog.circlecube.com/2007/04/tutorial/dynamic-scrolling-buttons/#comment-45</link>
		<dc:creator>Trackback</dc:creator>
		<pubDate>Tue, 08 Jan 2008 22:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.circlecube.com/flash/dynamic-scrolling-buttons/#comment-45</guid>
		<description>http://www.beedigital.net/blog/?p=1755

This page has been featured on Bee Digital</description>
		<content:encoded><![CDATA[<p><a href="http://www.beedigital.net/blog/?p=1755" onclick="javascript:pageTracker._trackPageview('/outbound/comment/www.beedigital.net');" rel="nofollow">http://www.beedigital.net/blog/?p=1755</a></p>
<p>This page has been featured on Bee Digital</p>
]]></content:encoded>
	</item>
</channel>
</rss>
