<?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: Smooth Horizontal Tweened Menu with AS3</title>
	<atom:link href="http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/</link>
	<description>Resources, tutorials , tips &#38; tricks for RIA : Flex, Flash, Air, AS3</description>
	<lastBuildDate>Fri, 13 Jan 2012 21:28:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jb</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-16555</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Wed, 28 Dec 2011 19:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-16555</guid>
		<description>never mind i figured it out.</description>
		<content:encoded><![CDATA[<p>never mind i figured it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jb</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-16554</link>
		<dc:creator>jb</dc:creator>
		<pubDate>Wed, 28 Dec 2011 19:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-16554</guid>
		<description>Does anyone know how to edit this code so that the menu&#039;s come out from the right hand side of the stage?</description>
		<content:encoded><![CDATA[<p>Does anyone know how to edit this code so that the menu&#8217;s come out from the right hand side of the stage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rye</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-3191</link>
		<dc:creator>Rye</dc:creator>
		<pubDate>Wed, 13 Oct 2010 13:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-3191</guid>
		<description>Great tutorial, but I have a problem.
I&#039;m trying to link  the buttons to various scenes, which I have managed to do, but I wanted to also have the menu at the side be constant. However, when I try and copy and past the menu and the actions layer, and paste them in my other scenes, the menu doesn&#039;t work.

Can anyone help me out?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Great tutorial, but I have a problem.<br />
I&#8217;m trying to link  the buttons to various scenes, which I have managed to do, but I wanted to also have the menu at the side be constant. However, when I try and copy and past the menu and the actions layer, and paste them in my other scenes, the menu doesn&#8217;t work.</p>
<p>Can anyone help me out?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lief</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-2783</link>
		<dc:creator>lief</dc:creator>
		<pubDate>Fri, 17 Sep 2010 15:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-2783</guid>
		<description>the most common mistake is people don&#039;t instance names on buttons make sure you do!!! put 

Give it an instance name of “menu1_mc”.
menu2_mc
menu3_mc
and so on

thanks</description>
		<content:encoded><![CDATA[<p>the most common mistake is people don&#8217;t instance names on buttons make sure you do!!! put </p>
<p>Give it an instance name of “menu1_mc”.<br />
menu2_mc<br />
menu3_mc<br />
and so on</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bab</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-1403</link>
		<dc:creator>Bab</dc:creator>
		<pubDate>Fri, 18 Jun 2010 22:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-1403</guid>
		<description>Comment faire pour insérer des liens sur les boutons svp?</description>
		<content:encoded><![CDATA[<p>Comment faire pour insérer des liens sur les boutons svp?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SD</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-1385</link>
		<dc:creator>SD</dc:creator>
		<pubDate>Wed, 16 Jun 2010 05:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-1385</guid>
		<description>Hi,

Just wondrfullll!!!!!!

SD........</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just wondrfullll!!!!!!</p>
<p>SD&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chewx</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-1025</link>
		<dc:creator>Chewx</dc:creator>
		<pubDate>Wed, 31 Mar 2010 13:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-1025</guid>
		<description>Sorry, my post above is me being inpatient;

function clickHandler(e:MouseEvent ):void
{
menu1_mc.addEventListener(MouseEvent.CLICK, function (myEVT) {gotoAndPlay(2); });
menu2_mc.addEventListener(MouseEvent.CLICK, function (myEVT) {gotoAndPlay(11); });
menu3_mc.addEventListener(MouseEvent.CLICK, function (myEVT) {gotoAndPlay(21); });
menu4_mc.addEventListener(MouseEvent.CLICK, function (myEVT) {gotoAndPlay(31); });
}

Thats it POCOLOCO</description>
		<content:encoded><![CDATA[<p>Sorry, my post above is me being inpatient;</p>
<p>function clickHandler(e:MouseEvent ):void<br />
{<br />
menu1_mc.addEventListener(MouseEvent.CLICK, function (myEVT) {gotoAndPlay(2); });<br />
menu2_mc.addEventListener(MouseEvent.CLICK, function (myEVT) {gotoAndPlay(11); });<br />
menu3_mc.addEventListener(MouseEvent.CLICK, function (myEVT) {gotoAndPlay(21); });<br />
menu4_mc.addEventListener(MouseEvent.CLICK, function (myEVT) {gotoAndPlay(31); });<br />
}</p>
<p>Thats it POCOLOCO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chewx</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-1024</link>
		<dc:creator>Chewx</dc:creator>
		<pubDate>Wed, 31 Mar 2010 13:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-1024</guid>
		<description>WOuld also like to know how to link to buttons.</description>
		<content:encoded><![CDATA[<p>WOuld also like to know how to link to buttons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usman</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-1022</link>
		<dc:creator>usman</dc:creator>
		<pubDate>Wed, 31 Mar 2010 11:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-1022</guid>
		<description>good and smooth animation...
nice one</description>
		<content:encoded><![CDATA[<p>good and smooth animation&#8230;<br />
nice one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: POCOLOCO</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-955</link>
		<dc:creator>POCOLOCO</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-955</guid>
		<description>Anyone?

I just want my menu to work on my flashpage... 
Just trace different frames, like 10, 15 and 20, instead of trace a text that says &quot;event.currentTarget.name + &quot; button was clicked!&quot;)&quot; 

I know that this may be a simple question for you guys, but i&#039;m banging my head against the wall. 

Someone? :)</description>
		<content:encoded><![CDATA[<p>Anyone?</p>
<p>I just want my menu to work on my flashpage&#8230;<br />
Just trace different frames, like 10, 15 and 20, instead of trace a text that says &#8220;event.currentTarget.name + &#8221; button was clicked!&#8221;)&#8221; </p>
<p>I know that this may be a simple question for you guys, but i&#8217;m banging my head against the wall. </p>
<p>Someone? <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

