<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Go4Flash</title>
	<link>http://blog.go4flash.com</link>
	<description>Adobe (Macromedia) Flash expertise and Flash related technologies</description>
	<pubDate>Mon, 06 Feb 2012 00:53:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>Comment on Simple ScrollBar by Gabriel</title>
		<link>http://blog.go4flash.com/articles/as2/scrollbar/#comment-7643</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Tue, 10 Jan 2012 21:51:46 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/as2/scrollbar/#comment-7643</guid>
		<description>Exelente!</description>
		<content:encoded><![CDATA[<p>Exelente!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ScrollBar by ajay</title>
		<link>http://blog.go4flash.com/articles/as2/scrollbar/#comment-7458</link>
		<dc:creator>ajay</dc:creator>
		<pubDate>Tue, 20 Dec 2011 12:07:25 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/as2/scrollbar/#comment-7458</guid>
		<description>thanks</description>
		<content:encoded><![CDATA[<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ScrollBar by Melas</title>
		<link>http://blog.go4flash.com/articles/as2/scrollbar/#comment-7123</link>
		<dc:creator>Melas</dc:creator>
		<pubDate>Tue, 20 Sep 2011 10:36:02 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/as2/scrollbar/#comment-7123</guid>
		<description>hi!
i did like this:

one more instance of scrollbar to stage you will have to add mask for each content and put different names, e.g. mask1_mc, mask2_mc etc.
than when you attach scroll set different names for each scroll
var scroll1_c = ref.attachMovie(”ScrollBar”,”scroll1_mc”,1,{_x:ref.mask1_mc._x+ref.mask1_mc._width-10,_y:ref.mask1_mc._y});
than onScroll event change position of corresponding content holders
scroll1_c._parent.onScroll = function(){	 ref.content1_mc._y = ref.mask1_mc._y - this.scroll1_mc.getScrollPos();
}

var mouseListener = new Object();
mouseListener.onMouseWheel = function( wheelMotion ){
scroll1_c.scr_pos -= wheelMotion *2;
scroll1_c.Update();
}

Mouse.addListener( mouseListener );

it doesn't work alone, it makes all scroll work together.

how can i do to work alone?

thanks in advance.
MELAS</description>
		<content:encoded><![CDATA[<p>hi!<br />
i did like this:</p>
<p>one more instance of scrollbar to stage you will have to add mask for each content and put different names, e.g. mask1_mc, mask2_mc etc.<br />
than when you attach scroll set different names for each scroll<br />
var scroll1_c = ref.attachMovie(”ScrollBar”,”scroll1_mc”,1,{_x:ref.mask1_mc._x+ref.mask1_mc._width-10,_y:ref.mask1_mc._y});<br />
than onScroll event change position of corresponding content holders<br />
scroll1_c._parent.onScroll = function(){	 ref.content1_mc._y = ref.mask1_mc._y - this.scroll1_mc.getScrollPos();<br />
}</p>
<p>var mouseListener = new Object();<br />
mouseListener.onMouseWheel = function( wheelMotion ){<br />
scroll1_c.scr_pos -= wheelMotion *2;<br />
scroll1_c.Update();<br />
}</p>
<p>Mouse.addListener( mouseListener );</p>
<p>it doesn&#8217;t work alone, it makes all scroll work together.</p>
<p>how can i do to work alone?</p>
<p>thanks in advance.<br />
MELAS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ScrollBar by Rodrigo</title>
		<link>http://blog.go4flash.com/articles/as2/scrollbar/#comment-6516</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Wed, 01 Jun 2011 19:38:30 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/as2/scrollbar/#comment-6516</guid>
		<description>Hello, like other user, i would to make the scroller faster when click on arrows... and also... how can i use the mouse wheel? Thanks and congratulations for your script!!</description>
		<content:encoded><![CDATA[<p>Hello, like other user, i would to make the scroller faster when click on arrows&#8230; and also&#8230; how can i use the mouse wheel? Thanks and congratulations for your script!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ScrollBar by Matt</title>
		<link>http://blog.go4flash.com/articles/as2/scrollbar/#comment-6261</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 28 Apr 2011 20:24:25 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/as2/scrollbar/#comment-6261</guid>
		<description>Hey, thanks a lot for this component, it's great!

Like Laura allready mentioned, I would like to get faster scrolling when clicking on the arrow buttons.

I tried to change PageSize, McHeight and Chunks, but couldn't get it scroll faster.

Can you give me further instructions on how to change those parameters?

Thank you very much...</description>
		<content:encoded><![CDATA[<p>Hey, thanks a lot for this component, it&#8217;s great!</p>
<p>Like Laura allready mentioned, I would like to get faster scrolling when clicking on the arrow buttons.</p>
<p>I tried to change PageSize, McHeight and Chunks, but couldn&#8217;t get it scroll faster.</p>
<p>Can you give me further instructions on how to change those parameters?</p>
<p>Thank you very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ScrollBar by Peter</title>
		<link>http://blog.go4flash.com/articles/as2/scrollbar/#comment-6121</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 10 Apr 2011 23:40:43 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/as2/scrollbar/#comment-6121</guid>
		<description>Regarding the question of August 19th 2009: ...when you have more than 1 frame, the scroll bar appears on every frame after. Is there a way to not have this happen? 

Frederico said: I used:
removeMovieClip(”scroll_mc”);

Could you please explain precisely where do you stick that ActionScript? 
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Regarding the question of August 19th 2009: &#8230;when you have more than 1 frame, the scroll bar appears on every frame after. Is there a way to not have this happen? </p>
<p>Frederico said: I used:<br />
removeMovieClip(”scroll_mc”);</p>
<p>Could you please explain precisely where do you stick that ActionScript?<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getter/Setter Generator by Antonos</title>
		<link>http://blog.go4flash.com/articles/flex-articles/vo-getter-setter/#comment-5003</link>
		<dc:creator>Antonos</dc:creator>
		<pubDate>Tue, 23 Nov 2010 14:12:50 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/flex-articles/vo-getter-setter/#comment-5003</guid>
		<description>yep, thanks</description>
		<content:encoded><![CDATA[<p>yep, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getter/Setter Generator by qeshi</title>
		<link>http://blog.go4flash.com/articles/flex-articles/vo-getter-setter/#comment-4983</link>
		<dc:creator>qeshi</dc:creator>
		<pubDate>Sat, 20 Nov 2010 17:24:12 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/flex-articles/vo-getter-setter/#comment-4983</guid>
		<description>They have included a getters and setters generator in FlashBuilder 4.

Just use Source -&#62; Generate Getters/Setters.</description>
		<content:encoded><![CDATA[<p>They have included a getters and setters generator in FlashBuilder 4.</p>
<p>Just use Source -&gt; Generate Getters/Setters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ScrollBar by Clone</title>
		<link>http://blog.go4flash.com/articles/as2/scrollbar/#comment-4314</link>
		<dc:creator>Clone</dc:creator>
		<pubDate>Mon, 20 Sep 2010 12:15:23 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/as2/scrollbar/#comment-4314</guid>
		<description>Managed to do it, not hard and someone might need it:

var mouseListener = new Object();
	mouseListener.onMouseWheel = function( wheelMotion ){
scroll_c.scr_pos -= wheelMotion *2;
scroll_c.Update();
}
	
	Mouse.addListener( mouseListener );</description>
		<content:encoded><![CDATA[<p>Managed to do it, not hard and someone might need it:</p>
<p>var mouseListener = new Object();<br />
	mouseListener.onMouseWheel = function( wheelMotion ){<br />
scroll_c.scr_pos -= wheelMotion *2;<br />
scroll_c.Update();<br />
}</p>
<p>	Mouse.addListener( mouseListener );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ScrollBar by Clone</title>
		<link>http://blog.go4flash.com/articles/as2/scrollbar/#comment-4312</link>
		<dc:creator>Clone</dc:creator>
		<pubDate>Mon, 20 Sep 2010 10:28:35 +0000</pubDate>
		<guid>http://blog.go4flash.com/articles/as2/scrollbar/#comment-4312</guid>
		<description>Hi, thanks for the great script.
I'm trying to add mouse wheel support, but can't seam to manage it.
Any way this can be accomplished?</description>
		<content:encoded><![CDATA[<p>Hi, thanks for the great script.<br />
I&#8217;m trying to add mouse wheel support, but can&#8217;t seam to manage it.<br />
Any way this can be accomplished?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

