<?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>Thu, 29 Jul 2010 05:04:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<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>
	<item>
		<title>By: POCOLOCO</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-941</link>
		<dc:creator>POCOLOCO</dc:creator>
		<pubDate>Thu, 04 Mar 2010 09:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-941</guid>
		<description>Can pleace somebody healp? I Would like to learn :)</description>
		<content:encoded><![CDATA[<p>Can pleace somebody healp? I Would like to learn <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PocoLoco</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-920</link>
		<dc:creator>PocoLoco</dc:creator>
		<pubDate>Fri, 26 Feb 2010 19:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-920</guid>
		<description>Can any body please healp me with the buttuns? 
i cant figure out how to assign different buttons, 
Ive tride gotoAndPlay but then every button goes to the same frame... :(

How do i do so eatch buttons is assigned to different frames?
Healp me please:)

ps i like this site VERY much!

Gs from Swe</description>
		<content:encoded><![CDATA[<p>Can any body please healp me with the buttuns?<br />
i cant figure out how to assign different buttons,<br />
Ive tride gotoAndPlay but then every button goes to the same frame&#8230; <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>How do i do so eatch buttons is assigned to different frames?<br />
Healp me please:)</p>
<p>ps i like this site VERY much!</p>
<p>Gs from Swe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WLC</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-873</link>
		<dc:creator>WLC</dc:creator>
		<pubDate>Sat, 13 Feb 2010 12:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-873</guid>
		<description>AMARIE - 
You need to place the greensock &#039;com&#039; folder in the same folder as your .fla-file. :)
f you dont, the import will not work... I banged my head against the wall when the .fla didnt import the com folder, and after some reboots of the flash program, and some reboots of the computer, it worked suddenly. 

Quite strange why Flash didnt find the com-folder :S but it semes like many people got problem with this. 

But now i&#039;m stuck with the buttons... I cant make more than one work, i use gotoAndPlay, but thats maby wrong? Can anybody help me? Pleace? :)

Greetings from Sweden, and thanks allot for the tutorials! :)</description>
		<content:encoded><![CDATA[<p>AMARIE &#8211;<br />
You need to place the greensock &#8216;com&#8217; folder in the same folder as your .fla-file. <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
f you dont, the import will not work&#8230; I banged my head against the wall when the .fla didnt import the com folder, and after some reboots of the flash program, and some reboots of the computer, it worked suddenly. </p>
<p>Quite strange why Flash didnt find the com-folder :S but it semes like many people got problem with this. </p>
<p>But now i&#8217;m stuck with the buttons&#8230; I cant make more than one work, i use gotoAndPlay, but thats maby wrong? Can anybody help me? Pleace? <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Greetings from Sweden, and thanks allot for the tutorials! <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erico</title>
		<link>http://www.riacodes.com/flash/smooth-horizontal-menu-with-as3/comment-page-1/#comment-869</link>
		<dc:creator>Erico</dc:creator>
		<pubDate>Thu, 11 Feb 2010 22:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1128#comment-869</guid>
		<description>thx for tutorial!</description>
		<content:encoded><![CDATA[<p>thx for tutorial!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
