<?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: Circular Menu with AS3 Part 2</title>
	<atom:link href="http://www.riacodes.com/flash/circular-menu-with-as3-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/</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: Justyna G</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-9413</link>
		<dc:creator>Justyna G</dc:creator>
		<pubDate>Fri, 20 May 2011 12:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-9413</guid>
		<description>Great idea for a menu. Very original!</description>
		<content:encoded><![CDATA[<p>Great idea for a menu. Very original!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clemens</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-4261</link>
		<dc:creator>Clemens</dc:creator>
		<pubDate>Wed, 24 Nov 2010 16:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-4261</guid>
		<description>Hey  everyone ! 

I m using the the circular menu for a introduction ,
But when i click and then go to other pages or frames, the Menu STAY on the SCENE AND FRAMES !! 

I just don&#039;t know how to get rid of it once the INTRODUCTION FRAMES IS GONE ....


Thanks</description>
		<content:encoded><![CDATA[<p>Hey  everyone ! </p>
<p>I m using the the circular menu for a introduction ,<br />
But when i click and then go to other pages or frames, the Menu STAY on the SCENE AND FRAMES !! </p>
<p>I just don&#8217;t know how to get rid of it once the INTRODUCTION FRAMES IS GONE &#8230;.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jodi</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-4098</link>
		<dc:creator>Jodi</dc:creator>
		<pubDate>Thu, 18 Nov 2010 22:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-4098</guid>
		<description>just a quick answer to help a few with questions - to link to a labeled frame instead of a url:

function clickHandler(e:MouseEvent ):void
{
	gotoAndPlay (e.target.urlsite);
}</description>
		<content:encoded><![CDATA[<p>just a quick answer to help a few with questions &#8211; to link to a labeled frame instead of a url:</p>
<p>function clickHandler(e:MouseEvent ):void<br />
{<br />
	gotoAndPlay (e.target.urlsite);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clemens</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-3742</link>
		<dc:creator>Clemens</dc:creator>
		<pubDate>Mon, 08 Nov 2010 16:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-3742</guid>
		<description>Hi all,

Thank you very much , riacode rulz.

I was just wondering.

How could i do, if i d&#039;like to put the titles in the correct &quot;reading position&quot; ??! That is just turning me crazy.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>Thank you very much , riacode rulz.</p>
<p>I was just wondering.</p>
<p>How could i do, if i d&#8217;like to put the titles in the correct &#8220;reading position&#8221; ??! That is just turning me crazy.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shallum</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-3265</link>
		<dc:creator>Shallum</dc:creator>
		<pubDate>Sun, 17 Oct 2010 17:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-3265</guid>
		<description>Scene 1, Layer &#039;actions&#039;, Frame 1, Line 3	1172: Definition com.greensock could not be found.
Scene 1, Layer &#039;actions&#039;, Frame 1, Line 4	1172: Definition com.greensock.easing could not be found.
Scene 1, Layer &#039;actions&#039;, Frame 1, Line 3	1172: Definition com.greensock could not be found.
Scene 1, Layer &#039;actions&#039;, Frame 1, Line 4	1172: Definition com.greensock.easing could not be found.
Scene 1, Layer &#039;actions&#039;, Frame 1, Line 32	1120: Access of undefined property TweenLite.
Scene 1, Layer &#039;actions&#039;, Frame 1, Line 32	1120: Access of undefined property Bounce.

 i have this error plz help? IVAN wrote earlier that &quot;Make Sure that your .fla file and “com” folder of greensock’s tweenlite are in the same folder &quot; what is this con folder? it is not discribed in tutorial and not presnt in download source file?</description>
		<content:encoded><![CDATA[<p>Scene 1, Layer &#8216;actions&#8217;, Frame 1, Line 3	1172: Definition com.greensock could not be found.<br />
Scene 1, Layer &#8216;actions&#8217;, Frame 1, Line 4	1172: Definition com.greensock.easing could not be found.<br />
Scene 1, Layer &#8216;actions&#8217;, Frame 1, Line 3	1172: Definition com.greensock could not be found.<br />
Scene 1, Layer &#8216;actions&#8217;, Frame 1, Line 4	1172: Definition com.greensock.easing could not be found.<br />
Scene 1, Layer &#8216;actions&#8217;, Frame 1, Line 32	1120: Access of undefined property TweenLite.<br />
Scene 1, Layer &#8216;actions&#8217;, Frame 1, Line 32	1120: Access of undefined property Bounce.</p>
<p> i have this error plz help? IVAN wrote earlier that &#8220;Make Sure that your .fla file and “com” folder of greensock’s tweenlite are in the same folder &#8221; what is this con folder? it is not discribed in tutorial and not presnt in download source file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-2647</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 10 Sep 2010 06:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-2647</guid>
		<description>Hi

Great Menu !!!

I was wondering, if I want each menu items to open an specific scene instead of a url how can i change the script??

Thank you very much for your help,</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Great Menu !!!</p>
<p>I was wondering, if I want each menu items to open an specific scene instead of a url how can i change the script??</p>
<p>Thank you very much for your help,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toms</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-1566</link>
		<dc:creator>toms</dc:creator>
		<pubDate>Sat, 17 Jul 2010 22:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-1566</guid>
		<description>this one is great, thx!</description>
		<content:encoded><![CDATA[<p>this one is great, thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radetzky</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-1455</link>
		<dc:creator>Radetzky</dc:creator>
		<pubDate>Mon, 28 Jun 2010 23:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-1455</guid>
		<description>This tutorial is very useful!

But if I would like to add a &quot;MouseEvent.MOUSE_OVER&quot;, how do I do?

Greetings, Radetzky :-)</description>
		<content:encoded><![CDATA[<p>This tutorial is very useful!</p>
<p>But if I would like to add a &#8220;MouseEvent.MOUSE_OVER&#8221;, how do I do?</p>
<p>Greetings, Radetzky <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Youssef</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-1368</link>
		<dc:creator>Youssef</dc:creator>
		<pubDate>Fri, 11 Jun 2010 12:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-1368</guid>
		<description>yes i&#039;m french, can you explain me please?</description>
		<content:encoded><![CDATA[<p>yes i&#8217;m french, can you explain me please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrFurious</title>
		<link>http://www.riacodes.com/flash/circular-menu-with-as3-part-2/comment-page-1/#comment-1359</link>
		<dc:creator>MrFurious</dc:creator>
		<pubDate>Wed, 09 Jun 2010 08:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.riacodes.com/?p=1244#comment-1359</guid>
		<description>hey, just few words to thank U, I just begin AS... and it&#039;s really... simple to use, and a good effect... great job! :)</description>
		<content:encoded><![CDATA[<p>hey, just few words to thank U, I just begin AS&#8230; and it&#8217;s really&#8230; simple to use, and a good effect&#8230; great job! <img src='http://www.riacodes.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

