<?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: HexLuv AS3 Scroll Bar Class</title>
	<atom:link href="http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=hexluv-scroll-bar-class</link>
	<description>It&#039;s just a stupid blog</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:54:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-581</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 15 Jul 2010 02:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-581</guid>
		<description>Thanks @James. I really need to get this thing under version control and update a few things. I just built it and then figured it would be useful for others so I threw it up here. People seem to like it so I guess I&#039;ll have to take it more seriously. Thanks for the input.</description>
		<content:encoded><![CDATA[<p>Thanks @James. I really need to get this thing under version control and update a few things. I just built it and then figured it would be useful for others so I threw it up here. People seem to like it so I guess I&#8217;ll have to take it more seriously. Thanks for the input.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-580</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 15 Jul 2010 02:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-580</guid>
		<description>For those who need to use multiple instances of this great scrollbar class just change all of the private static vars at the top of the class to regular private vars and it should work fine.</description>
		<content:encoded><![CDATA[<p>For those who need to use multiple instances of this great scrollbar class just change all of the private static vars at the top of the class to regular private vars and it should work fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-578</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 13 Jul 2010 19:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-578</guid>
		<description>Your class download is not packaged properly. Everything is referencing com.hexluv.gui.scrollbar but its missing the scrollbar folder. Goes straight from gui to HexluvScrollbar.</description>
		<content:encoded><![CDATA[<p>Your class download is not packaged properly. Everything is referencing com.hexluv.gui.scrollbar but its missing the scrollbar folder. Goes straight from gui to HexluvScrollbar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-569</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Tue, 06 Jul 2010 14:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-569</guid>
		<description>Mark, I followed everything you said and i still get this error:

C:\Users\Sire Morgan\Pictures\hexluv\gui\scrollbar\HexluvScrollbar.as, Line 1	5001: The name of package &#039;com.hexluv.gui.scrollbar&#039; does not reflect the location of this file. Please change the package definition&#039;s name inside this file, or move the file. C:\Users\Sire Morgan\Pictures\hexluv\gui\scrollbar\HexluvScrollbar.as</description>
		<content:encoded><![CDATA[<p>Mark, I followed everything you said and i still get this error:</p>
<p>C:\Users\Sire Morgan\Pictures\hexluv\gui\scrollbar\HexluvScrollbar.as, Line 1	5001: The name of package &#8216;com.hexluv.gui.scrollbar&#8217; does not reflect the location of this file. Please change the package definition&#8217;s name inside this file, or move the file. C:\Users\Sire Morgan\Pictures\hexluv\gui\scrollbar\HexluvScrollbar.as</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-568</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 04 Jul 2010 13:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-568</guid>
		<description>Morgan,

You have two things you most likely need to do.
&lt;strong&gt;
Step 1&lt;/strong&gt;

You can put your .fla and .as file anywhere you would like. I tend to organize my projects like this: client-&gt;project name. That&#039;s just my preference. The bottom line is the location of your project files is completely independent of the hexluv scrollbar (Or any other external class)

&lt;strong&gt;Step 2&lt;/strong&gt;

The next thing you&#039;ll want to do is create a new folder somewhere on your hard-drive and point Flash to that folder. Not sure if you&#039;re on a Mac or PC but it would be something like this [Flash]-&gt;com-&gt;hexluv-&gt;gui and so on and so forth. Then if you were to go use another library like TweenLite it would be [Flash]-&gt;com-&gt;greensock-&gt;TweenLite.

The idea is that you start building a library that reference over and over again. You&#039;ll tell Flash once where you store all that stuff and then it&#039;s just a matter of calling it when you need it. Hopefully that makes more sense.</description>
		<content:encoded><![CDATA[<p>Morgan,</p>
<p>You have two things you most likely need to do.<br />
<strong><br />
Step 1</strong></p>
<p>You can put your .fla and .as file anywhere you would like. I tend to organize my projects like this: client-&gt;project name. That&#8217;s just my preference. The bottom line is the location of your project files is completely independent of the hexluv scrollbar (Or any other external class)</p>
<p><strong>Step 2</strong></p>
<p>The next thing you&#8217;ll want to do is create a new folder somewhere on your hard-drive and point Flash to that folder. Not sure if you&#8217;re on a Mac or PC but it would be something like this [Flash]-&gt;com-&gt;hexluv-&gt;gui and so on and so forth. Then if you were to go use another library like TweenLite it would be [Flash]-&gt;com-&gt;greensock-&gt;TweenLite.</p>
<p>The idea is that you start building a library that reference over and over again. You&#8217;ll tell Flash once where you store all that stuff and then it&#8217;s just a matter of calling it when you need it. Hopefully that makes more sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-566</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Fri, 02 Jul 2010 16:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-566</guid>
		<description>Hey Matt, maybe it would be easier if I just asked where do i put the action script file and where do I put my .fla and.swf file?

This is my folder directory:

Hexscroll&gt;HexluvScrollbar&gt;com&gt;hexluv&gt;gui

And inside the gui folder are the options and filters folder as well as my .as file.</description>
		<content:encoded><![CDATA[<p>Hey Matt, maybe it would be easier if I just asked where do i put the action script file and where do I put my .fla and.swf file?</p>
<p>This is my folder directory:</p>
<p>Hexscroll&gt;HexluvScrollbar&gt;com&gt;hexluv&gt;gui</p>
<p>And inside the gui folder are the options and filters folder as well as my .as file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-563</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 01 Jul 2010 04:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-563</guid>
		<description>No problem. I&#039;ve already got a post for it. :) 

http://www.hexluv.com/2008/09/19/how-to-start-building-a-class-library-in-flash/</description>
		<content:encoded><![CDATA[<p>No problem. I&#8217;ve already got a post for it. :) </p>
<p><a href="http://www.hexluv.com/2008/09/19/how-to-start-building-a-class-library-in-flash/" rel="nofollow">http://www.hexluv.com/2008/09/19/how-to-start-building-a-class-library-in-flash/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-562</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Thu, 01 Jul 2010 04:15:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-562</guid>
		<description>Hey Matt,

Great Scrollbar! I&#039;m having an issue with &#039;paths&#039;. Can you give instructions as to where to place the extracted files. I&#039;ve tried every possible variation of folder locations, But I cannot seem to get this working.</description>
		<content:encoded><![CDATA[<p>Hey Matt,</p>
<p>Great Scrollbar! I&#8217;m having an issue with &#8216;paths&#8217;. Can you give instructions as to where to place the extracted files. I&#8217;ve tried every possible variation of folder locations, But I cannot seem to get this working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HexLuv AS 3.0 Scrollbar &#8212; FlashChemist: Flash Libraries</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-527</link>
		<dc:creator>HexLuv AS 3.0 Scrollbar &#8212; FlashChemist: Flash Libraries</dc:creator>
		<pubDate>Fri, 05 Mar 2010 20:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-527</guid>
		<description>[...] Download here import HexluvScrollbar; [...]</description>
		<content:encoded><![CDATA[<p>[...] Download here import HexluvScrollbar; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clark</title>
		<link>http://www.hexluv.com/2009/04/26/hexluv-scroll-bar-class/comment-page-2/#comment-521</link>
		<dc:creator>clark</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mjhstudios.com/?p=504#comment-521</guid>
		<description>hi Matt.

thanks, for the quick reply, 
the second question was refering to v2.0 of your scrollbar which i see has been updated to fix the &quot;release outside still dragging bug&quot;
hope to see an update soon

regards
C</description>
		<content:encoded><![CDATA[<p>hi Matt.</p>
<p>thanks, for the quick reply,<br />
the second question was refering to v2.0 of your scrollbar which i see has been updated to fix the &#8220;release outside still dragging bug&#8221;<br />
hope to see an update soon</p>
<p>regards<br />
C</p>
]]></content:encoded>
	</item>
</channel>
</rss>
