<?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: as3 scrollbar &#8211; free as3 scroller class written in actionscript 3 (flash)</title>
	<atom:link href="http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/</link>
	<description>Programming tips &#38; tools.</description>
	<lastBuildDate>Tue, 13 Jul 2010 06:53:03 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shaun</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1183</link>
		<dc:creator>shaun</dc:creator>
		<pubDate>Fri, 18 Jun 2010 04:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1183</guid>
		<description>I&#039;m adding this scroller to different frames and loading different content in each time.

I&#039;m removing the scroller content before the playhead goes to my next page/frame like this:

removeChild(myPane);

But the scrollerface handle remains on the stage.
How can I remove the scrollerFace from the stage also?

Thank you!</description>
		<content:encoded><![CDATA[<p>I&#8217;m adding this scroller to different frames and loading different content in each time.</p>
<p>I&#8217;m removing the scroller content before the playhead goes to my next page/frame like this:</p>
<p>removeChild(myPane);</p>
<p>But the scrollerface handle remains on the stage.<br />
How can I remove the scrollerFace from the stage also?</p>
<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1182</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 17 Jun 2010 01:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1182</guid>
		<description>nice work dude, saved me a shit load of work with this.</description>
		<content:encoded><![CDATA[<p>nice work dude, saved me a shit load of work with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vini</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1174</link>
		<dc:creator>Vini</dc:creator>
		<pubDate>Sat, 29 May 2010 03:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1174</guid>
		<description>Hey, im sorry about the double post, but i f*** did it, and wanted to share.
You may download an example here: http://losquehacenweb.com/hscroller.zip

it&#039;s all Ady´s credit, great job</description>
		<content:encoded><![CDATA[<p>Hey, im sorry about the double post, but i f*** did it, and wanted to share.<br />
You may download an example here: <a href="http://losquehacenweb.com/hscroller.zip" rel="nofollow">http://losquehacenweb.com/hscroller.zip</a></p>
<p>it&#8217;s all Ady´s credit, great job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vini</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1173</link>
		<dc:creator>Vini</dc:creator>
		<pubDate>Sat, 29 May 2010 02:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1173</guid>
		<description>Hey there, amazing job. Extremly useful.
Although, i think you may want to calculate FaceSize using this formula:

&quot; var FaceSize = (PaneMask.height * PaneMask.height) / ScrollerPane.height; &quot;

Someone had any luck with Horizontal scroller? if a do i will post it</description>
		<content:encoded><![CDATA[<p>Hey there, amazing job. Extremly useful.<br />
Although, i think you may want to calculate FaceSize using this formula:</p>
<p>&#8221; var FaceSize = (PaneMask.height * PaneMask.height) / ScrollerPane.height; &#8221;</p>
<p>Someone had any luck with Horizontal scroller? if a do i will post it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mindy</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1147</link>
		<dc:creator>Mindy</dc:creator>
		<pubDate>Wed, 31 Mar 2010 19:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1147</guid>
		<description>When I click the link it just refreshes the page? Is this discontinued?


thanls!</description>
		<content:encoded><![CDATA[<p>When I click the link it just refreshes the page? Is this discontinued?</p>
<p>thanls!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André Martins</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1131</link>
		<dc:creator>André Martins</dc:creator>
		<pubDate>Fri, 19 Feb 2010 11:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1131</guid>
		<description>Congratulations, this is one of the simplest and best made and coded pieces of opensource class I&#039;ve stumble upon in the last few months. Good job.</description>
		<content:encoded><![CDATA[<p>Congratulations, this is one of the simplest and best made and coded pieces of opensource class I&#8217;ve stumble upon in the last few months. Good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1127</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1127</guid>
		<description>hi,
did you complete the horizontal scrolling version.
if so can u please give me the url of that source to download

thanks
venkat</description>
		<content:encoded><![CDATA[<p>hi,<br />
did you complete the horizontal scrolling version.<br />
if so can u please give me the url of that source to download</p>
<p>thanks<br />
venkat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1090</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Sun, 13 Dec 2009 10:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1090</guid>
		<description>hi great component is first thing to say!:)

wondered if someone could help me with one issue. I am setting the scrollbar based a conditional:

if targetClip height is greater than y then set scrollbar.

However this target contains elements that can be deleted, so i could really do with being able to keep checking  after each item delete to see if the scrollbar is still needed and if not remove it. However when i try and do this i get a coloured box overlaying the targ clip. Which is assume is coming from scroller class.

any help here would be great!

thx

jack</description>
		<content:encoded><![CDATA[<p>hi great component is first thing to say!:)</p>
<p>wondered if someone could help me with one issue. I am setting the scrollbar based a conditional:</p>
<p>if targetClip height is greater than y then set scrollbar.</p>
<p>However this target contains elements that can be deleted, so i could really do with being able to keep checking  after each item delete to see if the scrollbar is still needed and if not remove it. However when i try and do this i get a coloured box overlaying the targ clip. Which is assume is coming from scroller class.</p>
<p>any help here would be great!</p>
<p>thx</p>
<p>jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brago</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1036</link>
		<dc:creator>Brago</dc:creator>
		<pubDate>Sat, 07 Nov 2009 10:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1036</guid>
		<description>@Bob,
try clicking on the word &quot;here&quot; :)</description>
		<content:encoded><![CDATA[<p>@Bob,<br />
try clicking on the word &#8220;here&#8221; :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/comment-page-1/#comment-1028</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 04 Nov 2009 19:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.adylevy.com/index.php/2008/07/15/as3-scroller-free-scroller-class-written-in-actionscript-3-flash/#comment-1028</guid>
		<description>I can&#039;t figure out how to download the class... Call me an idiot :P

I click on &quot;anyways you can download the scrollbar component here &quot;

but it just takes me to this page. Any help?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t figure out how to download the class&#8230; Call me an idiot :P</p>
<p>I click on &#8220;anyways you can download the scrollbar component here &#8221;</p>
<p>but it just takes me to this page. Any help?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
