<?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: Create an Auto-Scrolling Vertical Content</title>
	<atom:link href="http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Thu, 11 Mar 2010 05:44:18 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: flexbeginner</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-903</link>
		<dc:creator>flexbeginner</dc:creator>
		<pubDate>Mon, 22 Feb 2010 13:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-903</guid>
		<description>great work ! ! !
can we make same auto scrolling component in flex because i dont know how to work on flash.can u help me.</description>
		<content:encoded><![CDATA[<p>great work ! ! !<br />
can we make same auto scrolling component in flex because i dont know how to work on flash.can u help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonathan</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-840</link>
		<dc:creator>jonathan</dc:creator>
		<pubDate>Wed, 03 Feb 2010 19:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-840</guid>
		<description>just wondering how to set a custom X and Y so its not the whole stage?</description>
		<content:encoded><![CDATA[<p>just wondering how to set a custom X and Y so its not the whole stage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-812</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-812</guid>
		<description>Is there a way to make the image start to scrolling up automatically when it first loads?</description>
		<content:encoded><![CDATA[<p>Is there a way to make the image start to scrolling up automatically when it first loads?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-778</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 19 Jan 2010 01:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-778</guid>
		<description>I have inserted this behind a mask on a larger page but when  my mouse moves off of the images they keep on scrolling, is there a work around for this?

Please help!!

Great tut by the waybeen looking around for this for a long time, well done.</description>
		<content:encoded><![CDATA[<p>I have inserted this behind a mask on a larger page but when  my mouse moves off of the images they keep on scrolling, is there a work around for this?</p>
<p>Please help!!</p>
<p>Great tut by the waybeen looking around for this for a long time, well done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliette</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-767</link>
		<dc:creator>Juliette</dc:creator>
		<pubDate>Thu, 14 Jan 2010 21:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-767</guid>
		<description>actionscript for horizontal movement:

var horizontalCenter:Number = stage.stageWidth / 2;
var limit:Number = stage.stageWidth - content_mc.width;
var speed:Number = 0.1;
var scrollX:Number = 0;

addEventListener(Event.ENTER_FRAME, scrollContent);

function scrollContent(e:Event):void {
	scrollX = - speed * ( mouseX - horizontalCenter );
	content_mc.x+= scrollX;
	if (content_mc.x&gt;0) { content_mc.x= 0;}
 	else if (content_mc.x&lt; limit) { content_mc.x= limit; }
}</description>
		<content:encoded><![CDATA[<p>actionscript for horizontal movement:</p>
<p>var horizontalCenter:Number = stage.stageWidth / 2;<br />
var limit:Number = stage.stageWidth &#8211; content_mc.width;<br />
var speed:Number = 0.1;<br />
var scrollX:Number = 0;</p>
<p>addEventListener(Event.ENTER_FRAME, scrollContent);</p>
<p>function scrollContent(e:Event):void {<br />
	scrollX = &#8211; speed * ( mouseX &#8211; horizontalCenter );<br />
	content_mc.x+= scrollX;<br />
	if (content_mc.x&gt;0) { content_mc.x= 0;}<br />
 	else if (content_mc.x&lt; limit) { content_mc.x= limit; }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-725</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sun, 03 Jan 2010 15:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-725</guid>
		<description>Excellent ! Simple and efficient. Thanks</description>
		<content:encoded><![CDATA[<p>Excellent ! Simple and efficient. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nobody</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-710</link>
		<dc:creator>nobody</dc:creator>
		<pubDate>Wed, 30 Dec 2009 23:45:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-710</guid>
		<description>Thank you its working for me.
But how can I make it should stop when the mouse is not on the images?</description>
		<content:encoded><![CDATA[<p>Thank you its working for me.<br />
But how can I make it should stop when the mouse is not on the images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Best of 2009 in Flash Web Design - Flash Web Design and Design Photography &#124; DesignOra</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-703</link>
		<dc:creator>The Best of 2009 in Flash Web Design - Flash Web Design and Design Photography &#124; DesignOra</dc:creator>
		<pubDate>Wed, 30 Dec 2009 12:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-703</guid>
		<description>[...] Create an Auto-Scrolling Vertical Content link [...]</description>
		<content:encoded><![CDATA[<p>[...] Create an Auto-Scrolling Vertical Content link [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-641</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Sun, 13 Dec 2009 06:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-641</guid>
		<description>This works perfect! I&#039;ve been searching for something like this for a long time</description>
		<content:encoded><![CDATA[<p>This works perfect! I&#8217;ve been searching for something like this for a long time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Insane</title>
		<link>http://www.riacodes.com/flash/create-an-auto-scrolling-vertical-content/comment-page-1/#comment-562</link>
		<dc:creator>Insane</dc:creator>
		<pubDate>Thu, 26 Nov 2009 21:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=811#comment-562</guid>
		<description>Simple but usefull, thank you.</description>
		<content:encoded><![CDATA[<p>Simple but usefull, thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
