<?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: ActionScript 3 Scrolling Text Class</title>
	<atom:link href="http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/</link>
	<description>I want a pony for xmas! Flash, ActionScript, Drawing, Code, Illustration from New Zealand.</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:49:07 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dale</title>
		<link>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/comment-page-1/#comment-14961</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Wed, 19 Aug 2009 13:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=111#comment-14961</guid>
		<description>Cool, glad you got it to go. Instantiation order can be a pita.</description>
		<content:encoded><![CDATA[<p>Cool, glad you got it to go. Instantiation order can be a pita.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stowns</title>
		<link>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/comment-page-1/#comment-14942</link>
		<dc:creator>stowns</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=111#comment-14942</guid>
		<description>Got It!!...moved this.addChild(customDragBar) to the end of the createScroll method instead of instantiating it before.  Worked...</description>
		<content:encoded><![CDATA[<p>Got It!!&#8230;moved this.addChild(customDragBar) to the end of the createScroll method instead of instantiating it before.  Worked&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stowns</title>
		<link>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/comment-page-1/#comment-14941</link>
		<dc:creator>stowns</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=111#comment-14941</guid>
		<description>I&#039;m having a problem when adding a custom drag handle.  It&#039;s placing the drag handle behind the slider bar on the stage.  Any ideas?  All I can think of is the order in which it&#039;s being added to the display list but the drag handle needs to be added before the NPTextScroller so I&#039;m not sure...

private var customDragBar:MovieClip = new MovieClip;
...
customDragBar.graphics.beginFill(0xA12122);
customDragBar.graphics.drawCircle(0,10,11);
this.addChild(customDragBar);
customDragBar.graphics.endFill();

...and I instantiate the scroller

textScroll = new NpTextScroller(customDragBar);

The result looks like http://www.stowns.net/images/example.png

any help would be greatly appreciated!!!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a problem when adding a custom drag handle.  It&#8217;s placing the drag handle behind the slider bar on the stage.  Any ideas?  All I can think of is the order in which it&#8217;s being added to the display list but the drag handle needs to be added before the NPTextScroller so I&#8217;m not sure&#8230;</p>
<p>private var customDragBar:MovieClip = new MovieClip;<br />
&#8230;<br />
customDragBar.graphics.beginFill(0xA12122);<br />
customDragBar.graphics.drawCircle(0,10,11);<br />
this.addChild(customDragBar);<br />
customDragBar.graphics.endFill();</p>
<p>&#8230;and I instantiate the scroller</p>
<p>textScroll = new NpTextScroller(customDragBar);</p>
<p>The result looks like <a href="http://www.stowns.net/images/example.png" rel="nofollow">http://www.stowns.net/images/example.png</a></p>
<p>any help would be greatly appreciated!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/comment-page-1/#comment-14079</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Sat, 04 Jul 2009 08:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=111#comment-14079</guid>
		<description>Its a donator file, you have to donate to get it. Its says that in the post..</description>
		<content:encoded><![CDATA[<p>Its a donator file, you have to donate to get it. Its says that in the post..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karin</title>
		<link>http://www.blog.noponies.com/2009/01/actionscript-3-scrolling-text-class/comment-page-1/#comment-13917</link>
		<dc:creator>Karin</dc:creator>
		<pubDate>Wed, 01 Jul 2009 17:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.noponies.com/?p=111#comment-13917</guid>
		<description>I&#039;m wondering the same thing as Nelson, where can I  get this class, it&#039;s a really sleek scroller and would love to try it out.
k.</description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering the same thing as Nelson, where can I  get this class, it&#8217;s a really sleek scroller and would love to try it out.<br />
k.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
