<?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: Simple AS3 Scrollbar</title>
	<atom:link href="http://blog.des84.com/2009/03/simple-as3-scrollbar/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.des84.com/2009/03/simple-as3-scrollbar/</link>
	<description>Blog &#124; Pablo Davi Faria da Silva</description>
	<lastBuildDate>Tue, 24 Aug 2010 01:34:57 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: the best nanotechnology stocks</title>
		<link>http://blog.des84.com/2009/03/simple-as3-scrollbar/comment-page-1/#comment-849</link>
		<dc:creator>the best nanotechnology stocks</dc:creator>
		<pubDate>Wed, 03 Mar 2010 23:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.des84.com/?p=186#comment-849</guid>
		<description>The site has nice and unique wordpress templates.</description>
		<content:encoded><![CDATA[<p>The site has nice and unique wordpress templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: About Brittany Murphy</title>
		<link>http://blog.des84.com/2009/03/simple-as3-scrollbar/comment-page-1/#comment-803</link>
		<dc:creator>About Brittany Murphy</dc:creator>
		<pubDate>Fri, 25 Dec 2009 21:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.des84.com/?p=186#comment-803</guid>
		<description>Great post i liked it! I am going to add it to my rss feeds.</description>
		<content:encoded><![CDATA[<p>Great post i liked it! I am going to add it to my rss feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: flashmad</title>
		<link>http://blog.des84.com/2009/03/simple-as3-scrollbar/comment-page-1/#comment-591</link>
		<dc:creator>flashmad</dc:creator>
		<pubDate>Wed, 23 Sep 2009 04:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.des84.com/?p=186#comment-591</guid>
		<description>Thanks. i need this for my current office project.</description>
		<content:encoded><![CDATA[<p>Thanks. i need this for my current office project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo Davi</title>
		<link>http://blog.des84.com/2009/03/simple-as3-scrollbar/comment-page-1/#comment-328</link>
		<dc:creator>Pablo Davi</dc:creator>
		<pubDate>Wed, 29 Apr 2009 13:33:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.des84.com/?p=186#comment-328</guid>
		<description>Hi Erick, sorry for the delay. Im working with other scrollbar class and soon i will post here the update class and i will consider your reply and in thanks in advance: )</description>
		<content:encoded><![CDATA[<p>Hi Erick, sorry for the delay. Im working with other scrollbar class and soon i will post here the update class and i will consider your reply and in thanks in advance: )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://blog.des84.com/2009/03/simple-as3-scrollbar/comment-page-1/#comment-317</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Tue, 28 Apr 2009 13:15:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.des84.com/?p=186#comment-317</guid>
		<description>Also, it needs a dispose() or kill() method to clean up listeners. It&#039;s missing that at the moment.

public function dispose():void
		{
			_dragger.removeEventListener(MouseEvent.MOUSE_DOWN, moveDrag);
			_dragger.parent.stage.removeEventListener(Event.ENTER_FRAME, moveContent);
			_dragger.parent.stage.removeEventListener(MouseEvent.MOUSE_UP, releaseDrag);
		}</description>
		<content:encoded><![CDATA[<p>Also, it needs a dispose() or kill() method to clean up listeners. It&#8217;s missing that at the moment.</p>
<p>public function dispose():void<br />
		{<br />
			_dragger.removeEventListener(MouseEvent.MOUSE_DOWN, moveDrag);<br />
			_dragger.parent.stage.removeEventListener(Event.ENTER_FRAME, moveContent);<br />
			_dragger.parent.stage.removeEventListener(MouseEvent.MOUSE_UP, releaseDrag);<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: erik</title>
		<link>http://blog.des84.com/2009/03/simple-as3-scrollbar/comment-page-1/#comment-316</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Tue, 28 Apr 2009 13:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.des84.com/?p=186#comment-316</guid>
		<description>Nice thing! Thanks dude! A little thing to improve the scrolling:
add &quot;overwrite:1&quot; as a TweenLite property, so it wont lag on all actively running TweenLite animations. It will run smooth when cleaning up all running animations :-)

TweenLite.to(_content, .5, { y : _contMask.y + ( ( _contMask.height - _content.height - _padding ) / 100 ) * scrollPercent, overwrite:1, ease:Cubic.easeOut });</description>
		<content:encoded><![CDATA[<p>Nice thing! Thanks dude! A little thing to improve the scrolling:<br />
add &#8220;overwrite:1&#8243; as a TweenLite property, so it wont lag on all actively running TweenLite animations. It will run smooth when cleaning up all running animations <img src='http://blog.des84.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>TweenLite.to(_content, .5, { y : _contMask.y + ( ( _contMask.height &#8211; _content.height &#8211; _padding ) / 100 ) * scrollPercent, overwrite:1, ease:Cubic.easeOut });</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.300 seconds -->
